Post-Acute Orders (PAO) (DME-Orders)
0.2.0 - STU1 Ballot

This page is part of the Post Acute Orders FHIR IG (v0.2.0: STU 1 Ballot 2) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

: MessageHeader for Medication Request - JSON Representation

Raw json | Download

{
  "resourceType" : "MessageHeader",
  "id" : "Discharge-Order2",
  "meta" : {
    "versionId" : "2",
    "lastUpdated" : "2020-08-10T01:09:53.645+00:00",
    "source" : "#qHy3mLZcBMrmvshn",
    "profile" : [
      "http://hl7.org/fhir/us/dme-orders/StructureDefinition/PAOX-messageheader"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>id</b>: Discharge-Order2</p><p><b>meta</b>: </p><p><b>event</b>: <span title=\"{http://hl7.org/fhir/us/dme-orders/CodeSystem/PAOX-Message-Event InitialOrder}\">Initial Order</span></p><h3>Destinations</h3><table class=\"grid\"><tr><td>-</td><td><b>Name</b></td><td><b>Endpoint</b></td><td><b>Receiver</b></td></tr><tr><td>*</td><td>Acme Message Gateway</td><td><a href=\"https://example.org/Endpoints/P123\">https://example.org/Endpoints/P123</a></td><td><a href=\"Organization-Inpatient.html\">St. Michael's Hospital. Generated Summary: id: Inpatient; id: 1063494177; active; name: St. Michael's Hospital; ph: (816)932-2000(WORK), http://www.stmichaelmedicalcenter.org(WORK)</a></td></tr></table><p><b>sender</b>: <a href=\"Organization-Inpatient.html\">St. Michael's Hospital. Generated Summary: id: Inpatient; id: 1063494177; active; name: St. Michael's Hospital; ph: (816)932-2000(WORK), http://www.stmichaelmedicalcenter.org(WORK)</a></p><p><b>author</b>: <a href=\"Practitioner-practitioner-1.html\">Ronald Bone. Generated Summary: id: practitioner-1; id: 9941339108; Ronald Bone </a></p><h3>Sources</h3><table class=\"grid\"><tr><td>-</td><td><b>Name</b></td><td><b>Software</b></td><td><b>Version</b></td><td><b>Contact</b></td><td><b>Endpoint</b></td></tr><tr><td>*</td><td>Acme Central Patient Registry</td><td>FooBar Patient Manager</td><td>3.1.45.AABB</td><td>ph: +1 (555) 123 4567</td><td><a href=\"https://example.org/Endpoints/P456\">https://example.org/Endpoints/P456</a></td></tr></table><p><b>responsible</b>: <a href=\"Organization-Inpatient.html\">St. Michael's Hospital. Generated Summary: id: Inpatient; id: 1063494177; active; name: St. Michael's Hospital; ph: (816)932-2000(WORK), http://www.stmichaelmedicalcenter.org(WORK)</a></p><p><b>focus</b>: <a href=\"Task-MedicationRequest.html\">Inpatient Encounter. Generated Summary: id: MedicationRequest; id: 56ae5855-9f20-41e4-a59d-000e36d9d85a; status: requested; intent: order; <span title=\"Codes: {http://hl7.org/fhir/CodeSystem/task-code fulfill}\">Fulfill the focal request</span>; description: Order Immunosuppressive; authoredOn: Jul 31, 2020 2:07:15 AM</a></p></div>"
  },
  "eventCoding" : {
    "system" : "http://hl7.org/fhir/us/dme-orders/CodeSystem/PAOX-Message-Event",
    "code" : "InitialOrder",
    "display" : "Initial Order"
  },
  "destination" : [
    {
      "name" : "Acme Message Gateway",
      "endpoint" : "https://example.org/Endpoints/P123",
      "receiver" : {
        "reference" : "Organization/Inpatient",
        "display" : "St. Michael's Hospital"
      }
    }
  ],
  "sender" : {
    "reference" : "Organization/Inpatient",
    "display" : "St. Michael's Hospital"
  },
  "author" : {
    "reference" : "Practitioner/practitioner-1",
    "display" : "Ronald Bone"
  },
  "source" : {
    "name" : "Acme Central Patient Registry",
    "software" : "FooBar Patient Manager",
    "version" : "3.1.45.AABB",
    "contact" : {
      "system" : "phone",
      "value" : "+1 (555) 123 4567"
    },
    "endpoint" : "https://example.org/Endpoints/P456"
  },
  "responsible" : {
    "reference" : "Organization/Inpatient",
    "display" : "St. Michael's Hospital"
  },
  "focus" : [
    {
      "reference" : "Task/MedicationRequest",
      "display" : "Inpatient Encounter"
    }
  ]
}