Implementation Guide
Health Device Data Transfer
Version 0.1.0 - ballot

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

OperationDefinition: Search Operation for summary data measurement

Official URL: https://gematik.de/fhir/hddt/OperationDefinition/hddt-cgm-summary-operation Version: 0.1.0
Draft as of 2025-10-27 Computable Name: HddtCgmSummaryOperation

The $hddt-cgm-summary operation is defined on the Observation resource type.
It allows clients to request CGM summary data filtered by effective period, and optionally include related device context (Device, DeviceMetric).

Use cases supported by this operation include:

  • Retrieving CGM summary statistics (mean glucose, time-in-range, GMI, etc.) for a patient over a specified interval

Input Parameters:

  • effectivePeriodStart (dateTime, optional): Lower bound of the observation effective period.
  • effectivePeriodEnd (dateTime, optional): Upper bound of the observation effective period.
  • related (boolean, optional): If true, the response bundle also contains related Device and DeviceMetric resources.

Output Parameter:

  • result (Reference, required): A Bundle conforming to profile HddtCgmSummary profile containing all matching CGM Observations and, if requested, their related devices.

Error handling (OperationOutcome):

  • MSG_PARAM_UNKNOWN: Returned when an unsupported input parameter is used.
  • MSG_PARAM_INVALID: Returned when a parameter value is invalid (e.g., bad date format).
  • MSG_NO_MATCH: Returned when no matching observations are found.
  • MSG_BAD_SYNTAX: Returned when the request is malformed.

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
INeffectivePeriodStart0..1dateTime

Start of effective period

INeffectivePeriodEnd0..1dateTime

End of effective period

INrelated0..1boolean

If true, include related Device and DeviceMetric in the result bundle

OUTresult1..1Reference (Bundle – HDDT CGM Summary Report)

Result bundle (HTTP 200 OK) containing summary data of measurements and optionally related resources