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

FHIR IG analytics

Packagehl7.fhir.us.meds
Resource TypeMessageHeader
IdMessageHeader-msg1.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

Example Message Header


Source1

{
  "resourceType": "MessageHeader",
  "id": "msg1",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/us/meds/StructureDefinition/header-timestamp-extension",
      "valueDateTime": "2020-07-21"
    },
    {
      "url": "http://hl7.org/fhir/us/meds/StructureDefinition/response-prescription-period-extension",
      "valuePeriod": {
        "start": "2010-05-23",
        "end": "2020-07-27"
      }
    }
  ],
  "eventCoding": {
    "system": "urn:oid:2.16.840.1.113883.4.642.3.26",
    "code": "pdmp-request-response"
  },
  "source": {
    "name": "Clinical Care Site",
    "endpoint": "llp:10.11.12.13:7867"
  }
}