Specification of health data transfer from devices to DiGA (§ 374a SGB V)
{
"resourceType" : "DeviceDefinition",
"id" : "example-glucometer-def",
"extension" : [
{
"extension" : [
{
"url" : "mivSet",
"valueReference" : {
🔗 "reference" : "DeviceDefinition/example-universal-backend"
}
}
],
"url" : "https://fhir.bfarm.de/StructureDefinition/HiisDeviceDefinitionMivSet"
},
{
"extension" : [
{
"url" : "deviceIdentifier",
"valueString" : "9912345GLUCOMETER7A"
}
],
"url" : "http://hl7.org/fhir/5.0/StructureDefinition/extension-DeviceDefinition.regulatoryIdentifier"
}
],
"identifier" : [
{
"system" : "http://fhir.de/sid/gkv/hmnr",
"value" : "12.34.56.7890"
}
],
"manufacturerReference" : {
🔗 "reference" : "Organization/example-glucometer-manufacturer"
},
"deviceName" : [
{
"name" : "GlucoCheck Plus mg/dL",
"type" : "user-friendly-name"
}
],
"modelNumber" : "GCPlus 1",
"type" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"version" : "http://snomed.info/sct/11000274103/version/20251115",
"code" : "337414009",
"display" : "Blood glucose meter (physical object)"
}
]
},
"capability" : [
{
"type" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "2339-0",
"display" : "Glucose [Mass/volume] in Blood"
}
]
}
}
],
"property" : [
{
"type" : {
"text" : "Supported unit"
},
"valueCode" : [
{
"coding" : [
{
"system" : "http://unitsofmeasure.org",
"code" : "mg/dL",
"display" : "mg/dL"
}
]
}
]
},
{
"type" : {
"text" : "Reference range low"
},
"valueQuantity" : [
{
"value" : 70,
"unit" : "mg/dl",
"system" : "http://unitsofmeasure.org"
}
]
},
{
"type" : {
"text" : "Reference range high"
},
"valueQuantity" : [
{
"value" : 180,
"unit" : "mg/dl",
"system" : "http://unitsofmeasure.org"
}
]
}
],
"parentDevice" : {
🔗 "reference" : "DeviceDefinition/example-universal-backend"
}
}