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

: Task Home Health - JSON Representation

Raw json | Download


{
  "resourceType" : "Task",
  "id" : "Home-Health",
  "meta" : {
    "versionId" : "2",
    "lastUpdated" : "2020-08-10T01:26:46.556Z",
    "profile" : [
      "http://hl7.org/fhir/us/dme-orders/StructureDefinition/PAOX-task"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Task</b><a name=\"Home-Health\"> </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 Task &quot;Home-Health&quot; Version &quot;2&quot; Updated &quot;2020-08-10 01:26:46+0000&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-PAOX-task.html\">PAO Task</a></p></div><p><b>identifier</b>: id:\u00a056ae5855-9f20-41e4-a59d-000e36d9d85a</p><p><b>basedOn</b>: <a href=\"ServiceRequest-HomeHealth.html\">ServiceRequest/HomeHealth</a></p><p><b>status</b>: requested</p><p><b>intent</b>: order</p><p><b>code</b>: Fulfill the focal request <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/R4/codesystem-task-code.html\">Task Codes</a>#fulfill)</span></p><p><b>description</b>: Proivde Home Health Services</p><p><b>focus</b>: <a href=\"ServiceRequest-HomeHealth.html\">ServiceRequest/HomeHealth</a></p><p><b>for</b>: <a href=\"Patient-example1.html\">Patient/example1</a> &quot; SHAW&quot;</p><p><b>authoredOn</b>: 2020-07-30 20:07:15-0600</p><p><b>requester</b>: <a href=\"Organization-Inpatient.html\">Organization/Inpatient</a> &quot;St. Michael's Hospital&quot;</p></div>"
  },
  "identifier" : [
    {
      "value" : "56ae5855-9f20-41e4-a59d-000e36d9d85a"
    }
  ],
  "basedOn" : [
    {
      "reference" : "ServiceRequest/HomeHealth"
    }
  ],
  "status" : "requested",
  "intent" : "order",
  "code" : {
    "coding" : [
      {
        "system" : "http://hl7.org/fhir/CodeSystem/task-code",
        "code" : "fulfill"
      }
    ]
  },
  "description" : "Proivde Home Health Services",
  "focus" : {
    "reference" : "ServiceRequest/HomeHealth"
  },
  "for" : {
    "reference" : "Patient/example1"
  },
  "authoredOn" : "2020-07-30T20:07:15-06:00",
  "requester" : {
    "reference" : "Organization/Inpatient"
  }
}