Implementation Guide
Health Device Data Transfer
Version 0.1.0 - ballot

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:identifier ( [
fhir:system [
fhir:v "https://hilfsmittelverzeichnis.de"^^xsd:anyURI ;
fhir:l <https://hilfsmittelverzeichnis.de>     ] ;
fhir:value [ fhir:v "30.29.05.2004" ]
  ] ) ; # 
  fhir:manufacturer [
a fhir:String ;
fhir:v "rtCGM Manufacturer Inc."
  ] ; # 
  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: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>       ]     ] )
  ] ) . #