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

FHIR IG analytics

Packageihe.iti.pmir
Resource TypeMessageHeader
IdMessageHeader-ex-messageheader-create.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 ex-messageheader-create

event: urn:ihe:iti:pmir:2019:patient-feed

Destinations

-Endpoint
*http://example.com/patientEndpoint

Sources

-Endpoint
*http://example.com/patientSource

focus: Bundle: type = history


Source1

{
  "resourceType": "MessageHeader",
  "id": "ex-messageheader-create",
  "meta": {
    "profile": [
      "https://profiles.ihe.net/ITI/PMIR/StructureDefinition/IHE.PMIR.MessageHeader"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "eventUri": "urn:ihe:iti:pmir:2019:patient-feed",
  "destination": [
    {
      "endpoint": "http://example.com/patientEndpoint"
    }
  ],
  "source": {
    "endpoint": "http://example.com/patientSource"
  },
  "focus": [
    {
      "reference": "Bundle/ex-bundle-history-create"
    }
  ]
}