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

FHIR IG analytics

Packageil.hdp.fhir.r4
Resource TypeDevice
IdDevice-hdp-device-infusion-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

Device: Infusion Pump assigned to patient


Source1

{
  "resourceType": "Device",
  "id": "hdp-device-infusion-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"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://hospital.hospitalia.org/devices",
      "value": "DEV-2025-0001"
    }
  ],
  "status": "active",
  "distinctIdentifier": "12345-XYZ",
  "manufacturer": "Acme Medical Devices Ltd.",
  "modelNumber": "IP-2025",
  "serialNumber": "SN-987654321",
  "type": {
    "coding": [
      {
        "code": "706172005",
        "system": "http://snomed.info/sct",
        "display": "Ventilator (physical object)"
      }
    ]
  },
  "patient": {
    "reference": "Patient/example"
  },
  "owner": {
    "reference": "Organization/example"
  },
  "location": {
    "reference": "Location/example"
  },
  "parent": {
    "reference": "Device/example"
  }
}