FHIR IG analytics| Package | il.core.fhir.r4 |
| Resource Type | DeviceDefinition |
| Id | DeviceDefinition-definition-example.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"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"
}
]
}