You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Reformat MessageHeader documentation table
* Improve the mapping docs for MessageHeader
Split out complex fields into more lines, and a separate section for
the event field. Giving each field more room should make reading easier.
Remove the completely empty "FHIR Objects 3.0.2" column as it was just
taking up screen space.
Provide an example MessageHeader JSON object inline with the docs, to
hopefully provide more useful contextual understanding.
The MessageHeader element is mapped primarily from the `itk:header` XML element, which is located at `soap:Body \ itk:DistributionEnvelope \ itk:header`.
737
+
738
+
| ITK Mapping Element | FHIR Mapping Elements 3.0.2 |
This field can be used by the consumer to identify if an event is for action, or for information.
752
+
753
+
Any spec value beginning with `"urn:nhs-itk:interaction:primary..."`, for example `"urn:nhs-itk:interaction:primaryEmergencyDepartmentRecipientNHS111CDADocument-v2-0"` is mapped to an EventType of Referral.
Any spec value beginning with `"urn:nhs-itk:interaction:copy..."`, for example `"urn:nhs-itk:interaction:copyRecipientNHS111CDADocument-v2-0"` is mapped to an EventType of DischargeDetails.
0 commit comments