Health Device Data Transfer
Version 1.0.0-rc2 - release

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

: HDDT Lung Function Relative Value Obervation Example (FEV1 measured/predicted) - 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 xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example-fev1-relative-value"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://gematik.de/fhir/hddt/StructureDefinition/hddt-lung-function-testing-complete"^^xsd:anyURI ;
fhir:l <https://gematik.de/fhir/hddt/StructureDefinition/hddt-lung-function-testing-complete>     ] )
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:code [
    ( fhir:coding [
a loinc:20152-5 ;
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org>       ] ;
fhir:code [ fhir:v "20152-5" ] ;
fhir:display [ fhir:v "FEV1 measured/predicted" ]     ] )
  ] ; # 
  fhir:effective [
a fhir:DateTime ;
fhir:v "2025-12-28T08:00:00Z"^^xsd:dateTime
  ] ; # 
  fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v 75.5 ] ;
fhir:unit [ fhir:v "%" ] ;
fhir:system [
fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
fhir:l <http://unitsofmeasure.org>     ] ;
fhir:code [ fhir:v "%" ]
  ] ; # 
  fhir:device [
fhir:l fhir:Device/example-device-peak-flow-meter ;
fhir:reference [ fhir:v "Device/example-device-peak-flow-meter" ]
  ] ; # 
  fhir:derivedFrom ( [
fhir:l fhir:Observation/example-fev1-single-measurement ;
fhir:reference [ fhir:v "Observation/example-fev1-single-measurement" ]
  ] [
fhir:l fhir:Observation/example-fev1-reference-value ;
fhir:reference [ fhir:v "Observation/example-fev1-reference-value" ]
  ] ) . #