Health Device Data Transfer
Version 1.0.0-rc2 - release

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

: HDDT Glucometer Device Example - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@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:Device ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example-glucometer"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://gematik.de/fhir/hddt/StructureDefinition/hddt-personal-health-device"^^xsd:anyURI ;
fhir:l <https://gematik.de/fhir/hddt/StructureDefinition/hddt-personal-health-device>     ] )
  ] ; # 
  fhir:definition [
fhir:l fhir:DeviceDefinition/example-glucometer-def ;
fhir:reference [ fhir:v "DeviceDefinition/example-glucometer-def" ]
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:manufacturer [ fhir:v "Glukko Inc."] ; # 
  fhir:serialNumber [ fhir:v "SN123456"] ; # 
  fhir:deviceName ( [
fhir:name [ fhir:v "GlukkoCheck plus mg/dL" ] ;
fhir:type [ fhir:v "user-friendly-name" ]
  ] ) ; # 
  fhir:modelNumber [ fhir:v "CGPA987654"] ; # 
  fhir:type [
    ( fhir:coding [
a sct:337414009 ;
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 "337414009" ] ;
fhir:display [ fhir:v "Blood glucose meter (physical object)" ]     ] )
  ] . #