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
@prefix fhir: <http://hl7.org/fhir/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- a fhir:Task; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "Home-Health"]; fhir:Resource.meta [ fhir:Meta.versionId [ fhir:value "2" ]; fhir:Meta.lastUpdated [ fhir:value "2020-08-09T21:26:46.556+00:00"^^xsd:dateTime ]; fhir:Meta.source [ fhir:value "#a7VrNgseTKudChpI" ]; fhir:Meta.profile [ fhir:value "http://hl7.org/fhir/us/dme-orders/StructureDefinition/PAOX-task"; fhir:index 0; fhir:link <http://hl7.org/fhir/us/dme-orders/StructureDefinition/PAOX-task> ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.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>" ]; fhir:Task.identifier [ fhir:index 0; fhir:Identifier.value [ fhir:value "56ae5855-9f20-41e4-a59d-000e36d9d85a" ] ]; fhir:Task.basedOn [ fhir:index 0; fhir:Reference.reference [ fhir:value "ServiceRequest/HomeHealth" ] ]; fhir:Task.status [ fhir:value "requested"]; fhir:Task.intent [ fhir:value "order"]; fhir:Task.code [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://hl7.org/fhir/CodeSystem/task-code" ]; fhir:Coding.code [ fhir:value "fulfill" ] ] ]; fhir:Task.description [ fhir:value "Proivde Home Health Services"]; fhir:Task.focus [ fhir:Reference.reference [ fhir:value "ServiceRequest/HomeHealth" ] ]; fhir:Task.for [ fhir:Reference.reference [ fhir:value "Patient/example1" ] ]; fhir:Task.authoredOn [ fhir:value "2020-07-30T20:07:15-06:00"^^xsd:dateTime]; fhir:Task.requester [ fhir:Reference.reference [ fhir:value "Organization/Inpatient" ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.