Health Device Data Transfer
Version 1.0.0-rc2 - release

Specification of health data transfer from devices to DiGA (§ 374a SGB V)

: HDDT rtCGM DeviceDefinition Example - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:DeviceDefinition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "device-definition-cgm-001"] ; # 
  fhir:extension ( [
    ( fhir:extension [
fhir:url [
fhir:v "mivSet"^^xsd:anyURI ;
fhir:l fhir:mivSet       ] ;
fhir:value [
a fhir:Reference ;
fhir:l fhir:DeviceDefinition/example-universal-backend ;
fhir:reference [ fhir:v "DeviceDefinition/example-universal-backend" ]       ]     ] ) ;
fhir:url [
fhir:v "https://fhir.bfarm.de/StructureDefinition/HiisDeviceDefinitionMivSet"^^xsd:anyURI ;
fhir:l <https://fhir.bfarm.de/StructureDefinition/HiisDeviceDefinitionMivSet>     ]
  ] [
    ( fhir:extension [
fhir:url [
fhir:v "deviceIdentifier"^^xsd:anyURI ;
fhir:l fhir:deviceIdentifier       ] ;
fhir:value [
a fhir:String ;
fhir:v "9912345CGM001A"       ]     ] ) ;
fhir:url [
fhir:v "http://hl7.org/fhir/5.0/StructureDefinition/extension-DeviceDefinition.regulatoryIdentifier"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/5.0/StructureDefinition/extension-DeviceDefinition.regulatoryIdentifier>     ]
  ] ) ; # 
  fhir:identifier ( [
fhir:system [
fhir:v "http://fhir.de/sid/gkv/hmnr"^^xsd:anyURI ;
fhir:l <http://fhir.de/sid/gkv/hmnr>     ] ;
fhir:value [ fhir:v "30.29.05.2004" ]
  ] ) ; # 
  fhir:manufacturer [
a fhir:Reference ;
fhir:l fhir:Organization/example-cgm-manufacturer ;
fhir:reference [ fhir:v "Organization/example-cgm-manufacturer" ]
  ] ; # 
  fhir:deviceName ( [
fhir:name [ fhir:v "CGM Model mg/dL" ] ;
fhir:type [ fhir:v "user-friendly-name" ]
  ] ) ; # 
  fhir:modelNumber [ fhir:v "CGM Model mg/dL"] ; # 
  fhir:type [
    ( fhir:coding [
a sct:463729000 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct>       ] ;
fhir:version [ fhir:v "http://snomed.info/sct/11000274103/version/20251115" ] ;
fhir:code [ fhir:v "463729000" ] ;
fhir:display [ fhir:v "Point-of-care blood glucose continuous monitoring system (physical object)" ]     ] )
  ] ; # 
  fhir:capability ( [
fhir:type [
      ( fhir:coding [
a loinc:105272-9 ;
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org>         ] ;
fhir:code [ fhir:v "105272-9" ] ;
fhir:display [ fhir:v "Glucose [Moles/volume] in Interstitial fluid" ]       ] )     ]
  ] ) ; # 
  fhir:property ( [
fhir:type [
fhir:text [ fhir:v "Supported unit" ]     ] ;
    ( fhir:valueCode [
      ( fhir:coding [
fhir:system [
fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
fhir:l <http://unitsofmeasure.org>         ] ;
fhir:code [ fhir:v "mg/dL" ] ;
fhir:display [ fhir:v "mg/dL" ]       ] )     ] )
  ] [
fhir:type [
fhir:text [ fhir:v "Reference range low" ]     ] ;
    ( fhir:valueQuantity [
fhir:value [ fhir:v "70"^^xsd:decimal ] ;
fhir:unit [ fhir:v "mg/dl" ] ;
fhir:system [
fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
fhir:l <http://unitsofmeasure.org>       ]     ] )
  ] [
fhir:type [
fhir:text [ fhir:v "Reference range high" ]     ] ;
    ( fhir:valueQuantity [
fhir:value [ fhir:v "180"^^xsd:decimal ] ;
fhir:unit [ fhir:v "mg/dl" ] ;
fhir:system [
fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
fhir:l <http://unitsofmeasure.org>       ]     ] )
  ] ) ; # 
  fhir:parentDevice [
fhir:l fhir:DeviceDefinition/example-universal-backend ;
fhir:reference [ fhir:v "DeviceDefinition/example-universal-backend" ]
  ] . #