FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.dme-orders
Resource TypeDeviceRequest
IdDeviceRequest-HomeO2.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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


Source1

{
  "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"
    }
  ]
}