FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagemedcom.fhir.dk.messaging
Resource TypeMessageHeader
IdMessageHeader-cb0b2ef0-8feb-11ec-b909-0242ac120002.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: MessageHeader cb0b2ef0-8feb-11ec-b909-0242ac120002

event: MedComMessagingEventCodes: hospital-notification-message (Hospital Notification Message)

Destinations

-ExtensionEndpointReceiver
*http://medcomfhir.dk/unknownOrganization Receiver Organization

sender: Organization Sender Organization

Sources

-Endpoint
*http://medcomfhir.dk/unknown

Source1

{
  "resourceType": "MessageHeader",
  "id": "cb0b2ef0-8feb-11ec-b909-0242ac120002",
  "meta": {
    "profile": [
      "http://medcomfhir.dk/ig/messaging/StructureDefinition/medcom-messaging-messageHeader"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "eventCoding": {
    "system": "http://medcomfhir.dk/ig/terminology/CodeSystem/medcom-messaging-eventCodes",
    "code": "hospital-notification-message"
  },
  "destination": [
    {
      "extension": [
        {
          "url": "http://medcomfhir.dk/ig/messaging/StructureDefinition/medcom-messaging-destinationUseExtension",
          "valueCoding": {
            "system": "http://medcomfhir.dk/ig/terminology/CodeSystem/medcom-messaging-destinationUse",
            "code": "primary"
          }
        }
      ],
      "endpoint": "http://medcomfhir.dk/unknown",
      "receiver": {
        "reference": "Organization/74cdf292-abf3-4f5f-80ea-60a48013ff6d"
      }
    }
  ],
  "sender": {
    "reference": "Organization/d7056980-a8b2-42aa-8a0e-c1fc85d1f40d"
  },
  "source": {
    "endpoint": "http://medcomfhir.dk/unknown"
  }
}