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

FHIR IG analytics

Packageil.core.fhir.r4
Resource TypeDevice
IdDevice-example-device.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Device",
  "id": "example-device",
  "meta": {
    "profile": [
      "http://fhir.health.gov.il/StructureDefinition/il-core-device"
    ]
  },
  "identifier": [
    {
      "system": "http://goodcare.org/devices/id",
      "value": "345675"
    }
  ],
  "definition": {
    "reference": "DeviceDefinition/definition-example"
  },
  "patient": {
    "reference": "Patient/patient-israeli"
  },
  "owner": {
    "reference": "Organization/hospital-department"
  },
  "location": {
    "reference": "Location/hospital-unit"
  },
  "status": "active",
  "type": {
    "coding": [
      {
        "code": "86184003",
        "system": "http://snomed.info/sct",
        "display": "Infusion pump"
      }
    ]
  },
  "manufacturer": "Medtronic",
  "manufactureDate": "2022-03-15",
  "expirationDate": "2027-03-15",
  "lotNumber": "LOT202203",
  "serialNumber": "SN987654321",
  "modelNumber": "MD-4000"
}