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

FHIR IG analytics

Packageil.core.fhir.r4
Resource TypeDeviceDefinition
IdDeviceDefinition-definition-example.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": "DeviceDefinition",
  "id": "definition-example",
  "meta": {
    "profile": [
      "http://fhir.health.gov.il/StructureDefinition/il-core-device-definition"
    ]
  },
  "identifier": [
    {
      "value": "0"
    }
  ],
  "manufacturerReference": {
    "reference": "Organization/ministry-of-health"
  },
  "owner": {
    "reference": "Organization/hospital-department"
  },
  "deviceName": [
    {
      "name": "Example Glucose Meter",
      "type": "registered-name"
    }
  ],
  "type": {
    "coding": [
      {
        "code": "86184003",
        "system": "http://snomed.info/sct",
        "display": "Glucose meter"
      }
    ]
  },
  "modelNumber": "GM-2025",
  "property": [
    {
      "type": {
        "text": "Measurement Range"
      },
      "valueQuantity": [
        {
          "value": 20,
          "unit": "mg/dL"
        }
      ]
    }
  ],
  "capability": [
    {
      "type": {
        "text": "Blood glucose measurement"
      }
    }
  ],
  "_version": [
    {
      "value": "v2.5.1"
    }
  ]
}