FHIR IG analytics| Package | il.hdp.fhir.r4 |
| Resource Type | Device |
| Id | Device-hdp-device-infusion-pump.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Device: Infusion Pump assigned to patient
{
"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"
}
}