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

FHIR IG analytics

Packagehl7.fhir.us.healthedata1-sandbox
Resource TypeDeviceRequest
IdDeviceRequest-devicerequest-home-oxygen.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 devicerequest-home-oxygen

identifier: http://example.org/devicerequests/order-ox-001 (use: official, )

status: Active

intent: Order

code: Home oxygen concentrator

subject: Amy Shaw

authoredOn: 2026-04-30 08:50:00-0500

requester: Practitioner Ronald Bone


Source1

{
  "resourceType": "DeviceRequest",
  "id": "devicerequest-home-oxygen",
  "meta": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/StructureDefinition/instance-name",
        "valueString": "DeviceRequest Home Oxygen Example"
      },
      {
        "url": "http://hl7.org/fhir/StructureDefinition/instance-description",
        "valueMarkdown": "This is an example order for a home oxygen concentrator for a patient with chronic obstructive pulmonary disease using the *US Core DeviceRequest Profile*."
      }
    ],
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-devicerequest"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "official",
      "system": "http://example.org/devicerequests",
      "value": "order-ox-001"
    }
  ],
  "status": "active",
  "intent": "order",
  "codeCodeableConcept": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "336621006",
        "display": "Oxygen concentrator (physical object)"
      }
    ],
    "text": "Home oxygen concentrator"
  },
  "subject": {
    "reference": "Patient/example",
    "display": "Amy Shaw"
  },
  "authoredOn": "2026-04-30T08:50:00-05:00",
  "requester": {
    "reference": "Practitioner/practitioner-1"
  }
}