Implementation Guide (Release 2.1.0)

This page is part of the US-Medication FHIR IG (v1.2.0: STU 2) based on FHIR R3. This is the current published version. For a full list of available versions, see the Directory of published versions

JSON Format: MessageHeader-msg1

Download Raw json

{
  "resourceType" : "MessageHeader",
  "id" : "msg1",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n      <p> Example Message Header</p> \n    </div>"
  },
  "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"
  }
}