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
: DeviceRequest Home O2 - JSON Representation
Raw json | Download
{
"resourceType" : "DeviceRequest",
"id" : "HomeO2",
"meta" : {
"versionId" : "3",
"lastUpdated" : "2020-08-10T06:58:37.162Z",
"profile" : [
"http://hl7.org/fhir/us/dme-orders/StructureDefinition/PAOX-devicerequest"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: DeviceRequest</b><a name=\"HomeO2\"> </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 DeviceRequest "HomeO2" Version "3" Updated "2020-08-10 06:58:37+0000" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-PAOX-devicerequest.html\">PAO Device Request</a></p></div><p><b>identifier</b>: id:\u00a0ip_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:\u00a0ip_request1</p><p><b>status</b>: active</p><p><b>intent</b>: order</p><p><b>priority</b>: routine</p><p><b>code</b>: Portable Oxygen Concentrator, Rental <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-CPT.html\">Current Procedural Terminology (CPT®)</a>#E1392)</span></p><p><b>subject</b>: <a href=\"Patient-example1.html\">Patient/example1</a> " SHAW"</p><p><b>encounter</b>: <span>: Ambulatory</span></p><p><b>occurrence</b>: 2020-08-05 09:33:27+0700</p><p><b>authoredOn</b>: 2020-08-05 09:33:27+0700</p><p><b>requester</b>: <a href=\"Practitioner-practitioner-1.html\">Practitioner/practitioner-1: Dr.Ronald Bone</a> " BONE"</p><p><b>reasonCode</b>: COPD <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></p><p><b>reasonReference</b>: <span>: COPD</span></p><p><b>supportingInfo</b>: <a href=\"Observation-o2-sat.html\">Observation/o2-sat: Previous results</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>"
},
"identifier" : [
{
"value" : "ip_request2"
}
],
"basedOn" : [
{
"display" : "Homecare - DM follow-up"
}
],
"priorRequest" : [
{
"display" : "CGM ambulatory"
}
],
"groupIdentifier" : {
"value" : "ip_request1"
},
"status" : "active",
"intent" : "order",
"priority" : "routine",
"codeCodeableConcept" : {
"coding" : [
{
"system" : "http://www.ama-assn.org/go/cpt",
"code" : "E1392"
}
],
"text" : "Portable Oxygen Concentrator, Rental"
},
"subject" : {
"reference" : "Patient/example1"
},
"encounter" : {
"display" : "Ambulatory"
},
"occurrenceDateTime" : "2020-08-05T09:33:27+07:00",
"authoredOn" : "2020-08-05T09:33:27+07:00",
"requester" : {
"reference" : "Practitioner/practitioner-1",
"display" : "Dr.Ronald Bone"
},
"reasonCode" : [
{
"text" : "COPD"
}
],
"reasonReference" : [
{
"display" : "COPD"
}
],
"supportingInfo" : [
{
"reference" : "Observation/o2-sat",
"display" : "Previous results"
}
],
"note" : [
{
"text" : "patient is mobile -- needs portable O2 concentrator"
}
],
"relevantHistory" : [
{
"display" : "Request for specific device"
}
]
}