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

: Task Home Health - JSON Representation

Raw json | Download

{
  "resourceType" : "Task",
  "id" : "Home-Health",
  "meta" : {
    "versionId" : "2",
    "lastUpdated" : "2020-08-09T21:26:46.556+00:00",
    "source" : "#a7VrNgseTKudChpI",
    "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</b></p><p><b>id</b>: Home-Health</p><p><b>meta</b>: </p><p><b>identifier</b>: id: 56ae5855-9f20-41e4-a59d-000e36d9d85a</p><p><b>basedOn</b>: <a href=\"ServiceRequest-HomeHealth.html\">Generated Summary: id: HomeHealth; id: 56ae5855-9f20-41e4-a59d-000e36d9d85a; status: active; intent: order; priority: routine; <span title=\"Codes: {http://snomed.info/sct 417153003}\">Referral for home nurse visit</span>; <span title=\"Codes: {http://snomed.info/sct 416790000}, {http://www.ama-assn.org/go/cpt 97039}, {http://www.ama-assn.org/go/cpt 92507}\">Referral for home physical therapy</span>; occurrence: May 8, 2020 2:33:27 AM; authoredOn: 2020-04-05; It's very easy to make some words **bold** and other words *italic* with Markdown. You can even [link to Google!](http://google.com); patientInstruction: Test patient instruction</a></p><p><b>status</b>: requested</p><p><b>intent</b>: order</p><p><b>code</b>: <span title=\"Codes: {http://hl7.org/fhir/CodeSystem/task-code fulfill}\">Fulfill the focal request</span></p><p><b>description</b>: Proivde Home Health Services</p><p><b>focus</b>: <a href=\"ServiceRequest-HomeHealth.html\">Generated Summary: id: HomeHealth; id: 56ae5855-9f20-41e4-a59d-000e36d9d85a; status: active; intent: order; priority: routine; <span title=\"Codes: {http://snomed.info/sct 417153003}\">Referral for home nurse visit</span>; <span title=\"Codes: {http://snomed.info/sct 416790000}, {http://www.ama-assn.org/go/cpt 97039}, {http://www.ama-assn.org/go/cpt 92507}\">Referral for home physical therapy</span>; occurrence: May 8, 2020 2:33:27 AM; authoredOn: 2020-04-05; It's very easy to make some words **bold** and other words *italic* with Markdown. You can even [link to Google!](http://google.com); patientInstruction: Test patient instruction</a></p><p><b>for</b>: <a href=\"Patient-example1.html\">Generated Summary: id: example1; Medical Record Number: 1032702 (USUAL); active; Amy V. Shaw , Amy V. Baxter ; ph: 555-555-5555(HOME); gender: female; birthDate: 1987-02-20</a></p><p><b>authoredOn</b>: Jul 31, 2020 2:07:15 AM</p><p><b>requester</b>: <a href=\"Organization-Inpatient.html\">Generated Summary: id: Inpatient; id: 1063494177; active; name: St. Michael's Hospital; ph: (816)932-2000(WORK), http://www.stmichaelmedicalcenter.org(WORK)</a></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"
  }
}