FHIR IG analytics| Package | hl7.fhir.us.dme-orders |
| Resource Type | DeviceRequest |
| Id | DeviceRequest-HomeO2.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: DeviceRequest
Resource DeviceRequest "HomeO2" Version "3" Updated "2020-08-10 06:58:37+0000"
Profile: PAO Device Request
identifier: id: ip_request2
basedOn: : Homecare - DM follow-up
priorRequest: : CGM ambulatory
groupIdentifier: id: ip_request1
status: active
intent: order
priority: routine
code: Portable Oxygen Concentrator, Rental (Current Procedural Terminology (CPT®)#E1392)
subject: Patient/example1 " SHAW"
encounter: : Ambulatory
occurrence: 2020-08-05 09:33:27+0700
authoredOn: 2020-08-05 09:33:27+0700
requester: Practitioner/practitioner-1: Dr.Ronald Bone " BONE"
reasonCode: COPD ()
reasonReference: : COPD
supportingInfo: Observation/o2-sat: Previous results
note: patient is mobile -- needs portable O2 concentrator
relevantHistory: : Request for specific device
{
"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": "<!-- snip (see above) -->"
},
"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"
}
]
}