FHIR IG analytics| Package | de.gematik.hddt |
| Resource Type | DeviceMetric |
| Id | DeviceMetric-example-glucometer-metric.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "DeviceMetric",
"id": "example-glucometer-metric",
"meta": {
"profile": [
"https://gematik.de/fhir/hddt/StructureDefinition/hddt-sensor-type-and-calibration-status"
]
},
"type": {
"coding": [
{
"code": "700585005",
"system": "http://snomed.info/sct",
"version": "http://snomed.info/sct/11000274103/version/20251115",
"display": "Invasive interstitial-fluid glucose monitoring system (physical object)"
}
]
},
"unit": {
"coding": [
{
"code": "mg/dL",
"system": "http://unitsofmeasure.org",
"display": "mg/dL"
}
]
},
"source": {
"reference": "Device/example-glucometer"
},
"operationalStatus": "on",
"category": "measurement",
"calibration": [
{
"type": "gain",
"state": "calibrated",
"time": "2025-09-01T09:08:04+02:00"
}
]
}