FHIR Orders Exchange (FOE) / Post-Acute Orders (PAO) / (DME-Orders)
0.2.2 - CI Build United States of America flag

FHIR Orders Exchange (FOE) / Post-Acute Orders (PAO) / (DME-Orders), published by HL7. This is not an authorized publication; it is the continuous build for version 0.2.2). This version is based on the current content of https://github.com/HL7/dme-orders/ and changes regularly. See the Directory of published versions

: MessageHeader Discharge Order - JSON Representation

Raw json | Download


{
  "resourceType" : "MessageHeader",
  "id" : "Discharge-Order",
  "meta" : {
    "versionId" : "4",
    "lastUpdated" : "2020-08-10T05:02:32.131Z",
    "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: MessageHeader</b><a name=\"Discharge-Order\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource MessageHeader &quot;Discharge-Order&quot; Version &quot;4&quot; Updated &quot;2020-08-10 05:02:32+0000&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-PAOX-messageheader.html\">PAO MessageHeader</a></p></div><p><b>event</b>: Initial Order (Details: http://hl7.org/fhir/us/dme-orders/CodeSystem/PAOX-Message-Event code InitialOrder = 'Initial Order', stated as 'Initial Order')</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\">Organization/Inpatient: St. Michael's Hospital</a> &quot;St. Michael's Hospital&quot;</td></tr></table><p><b>sender</b>: <a href=\"Organization-Inpatient.html\">Organization/Inpatient: St. Michael's Hospital</a> &quot;St. Michael's Hospital&quot;</p><p><b>author</b>: <a href=\"Practitioner-practitioner-1.html\">Practitioner/practitioner-1: Ronald Bone</a> &quot; BONE&quot;</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><a href=\"tel:+1(555)1234567\">+1 (555) 123 4567</a></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\">Organization/Inpatient: St. Michael's Hospital</a> &quot;St. Michael's Hospital&quot;</p><p><b>focus</b>: <a href=\"Task-Home-Health.html\">Task/Home-Health: Inpatient Encounter</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/Home-Health",
      "display" : "Inpatient Encounter"
    }
  ]
}