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 Obervation Example (FEV1 single measurement) - JSON Representation

Raw json | Download

{
  "resourceType" : "Observation",
  "id" : "example-fev1-single-measurement",
  "meta" : {
    "profile" : [
      🔗 "https://gematik.de/fhir/hddt/StructureDefinition/hddt-lung-function-testing"
    ]
  },
  "status" : "final",
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "20150-9",
        "display" : "FEV1"
      }
    ]
  },
  "effectiveDateTime" : "2025-12-28T08:00:00Z",
  "valueQuantity" : {
    "value" : 3.4,
    "unit" : "L",
    "system" : "http://unitsofmeasure.org",
    "code" : "L"
  },
  "device" : {
    🔗 "reference" : "Device/example-device-peak-flow-meter"
  }
}