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:DeviceRequest; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "HomeO2"]; fhir:Resource.meta [ fhir:Meta.versionId [ fhir:value "3" ]; fhir:Meta.lastUpdated [ fhir:value "2020-08-10T02:58:37.162+00:00"^^xsd:dateTime ]; fhir:Meta.source [ fhir:value "#sfsM8Lq8cuRHM4E5" ]; fhir:Meta.profile [ fhir:value "http://hl7.org/fhir/us/dme-orders/StructureDefinition/PAOX-devicerequest"; fhir:index 0; fhir:link <http://hl7.org/fhir/us/dme-orders/StructureDefinition/PAOX-devicerequest> ] ]; 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>: HomeO2</p><p><b>meta</b>: </p><p><b>identifier</b>: id: ip_request2</p><p><b>basedOn</b>: <span>Homecare - DM follow-up</span></p><p><b>priorRequest</b>: <span>CGM ambulatory</span></p><p><b>groupIdentifier</b>: id: ip_request1</p><p><b>status</b>: active</p><p><b>intent</b>: order</p><p><b>priority</b>: routine</p><p><b>code</b>: <span title=\"Codes: {http://www.ama-assn.org/go/cpt E1392}\">Portable Oxygen Concentrator, Rental</span></p><p><b>subject</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>encounter</b>: <span>Ambulatory</span></p><p><b>occurrence</b>: Aug 5, 2020 2:33:27 AM</p><p><b>authoredOn</b>: Aug 5, 2020 2:33:27 AM</p><p><b>requester</b>: <a href=\"Practitioner-practitioner-1.html\">Dr.Ronald Bone. Generated Summary: id: practitioner-1; id: 9941339108; Ronald Bone </a></p><p><b>reasonCode</b>: <span title=\"Codes: \">COPD</span></p><p><b>reasonReference</b>: <span>COPD</span></p><p><b>supportingInfo</b>: <a href=\"Observation-o2-sat.html\">Previous results. Generated Summary: id: o2-sat; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Laboratory</span>; <span title=\"Codes: {http://loinc.org 59408-5}\">Oxygen saturation in Arterial blood by Pulse oximetry</span>; effective: 2020-07-05; 85 %</a></p><p><b>note</b>: patient is mobile -- needs portable O2 concentrator</p><p><b>relevantHistory</b>: <span>Request for specific device</span></p></div>" ]; fhir:DeviceRequest.identifier [ fhir:index 0; fhir:Identifier.value [ fhir:value "ip_request2" ] ]; fhir:DeviceRequest.basedOn [ fhir:index 0; fhir:Reference.display [ fhir:value "Homecare - DM follow-up" ] ]; fhir:DeviceRequest.priorRequest [ fhir:index 0; fhir:Reference.display [ fhir:value "CGM ambulatory" ] ]; fhir:DeviceRequest.groupIdentifier [ fhir:Identifier.value [ fhir:value "ip_request1" ] ]; fhir:DeviceRequest.status [ fhir:value "active"]; fhir:DeviceRequest.intent [ fhir:value "order"]; fhir:DeviceRequest.priority [ fhir:value "routine"]; fhir:DeviceRequest.codeCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://www.ama-assn.org/go/cpt" ]; fhir:Coding.code [ fhir:value "E1392" ] ]; fhir:CodeableConcept.text [ fhir:value "Portable Oxygen Concentrator, Rental" ] ]; fhir:DeviceRequest.subject [ fhir:Reference.reference [ fhir:value "Patient/example1" ] ]; fhir:DeviceRequest.encounter [ fhir:Reference.display [ fhir:value "Ambulatory" ] ]; fhir:DeviceRequest.occurrenceDateTime [ fhir:value "2020-08-05T09:33:27+07:00"^^xsd:dateTime]; fhir:DeviceRequest.authoredOn [ fhir:value "2020-08-05T09:33:27+07:00"^^xsd:dateTime]; fhir:DeviceRequest.requester [ fhir:Reference.reference [ fhir:value "Practitioner/practitioner-1" ]; fhir:Reference.display [ fhir:value "Dr.Ronald Bone" ] ]; fhir:DeviceRequest.reasonCode [ fhir:index 0; fhir:CodeableConcept.text [ fhir:value "COPD" ] ]; fhir:DeviceRequest.reasonReference [ fhir:index 0; fhir:Reference.display [ fhir:value "COPD" ] ]; fhir:DeviceRequest.supportingInfo [ fhir:index 0; fhir:Reference.reference [ fhir:value "Observation/o2-sat" ]; fhir:Reference.display [ fhir:value "Previous results" ] ]; fhir:DeviceRequest.note [ fhir:index 0; fhir:Annotation.text [ fhir:value "patient is mobile -- needs portable O2 concentrator" ] ]; fhir:DeviceRequest.relevantHistory [ fhir:index 0; fhir:Reference.display [ fhir:value "Request for specific device" ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.