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

FHIR IG analytics

Packageil.hdp.fhir.r4
Resource TypeDeviceRequest
IdDeviceRequest-device-request-pump.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

Request for infusion pump for patient


Source1

{
  "resourceType": "DeviceRequest",
  "id": "device-request-pump",
  "meta": {
    "security": [
      {
        "system": "http://fhir.health.gov.il/cs/il-hdp-information-buckets",
        "code": "medications",
        "display": "תרופות"
      }
    ],
    "profile": [
      "http://hdp.fhir.health.gov.il/StructureDefinition/il-hdp-device-request"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://hospital.hospitalia.org/device-requests",
      "value": "DR-2025-0001"
    }
  ],
  "reasonReference": [
    {
      "reference": "Condition/example"
    }
  ],
  "status": "active",
  "intent": "order",
  "priority": "routine",
  "codeReference": {
    "reference": "Device/example"
  },
  "subject": {
    "reference": "Patient/example"
  },
  "requester": {
    "reference": "Practitioner/example"
  },
  "authoredOn": "2025-09-07T09:30:00+02:00"
}