Implementation Guide
Health Device Data Transfer
Version 0.1.0 - ballot

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 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 [
fhir:system [
fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ;
fhir:l <urn:iso:std:iso:11073:10101>       ] ;
fhir:version [ fhir:v "20250520" ] ;
fhir:code [ fhir:v "528401" ] ;
fhir:display [ fhir:v "Glucose Monitor" ]     ] )
  ] . #