Patient Monitoring Outcome FHIR Implementation Guide, published by My Organization. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-be/patient-monitoring/ and changes regularly. See the Directory of published versions
β οΈ Draft Notice
This FHIR implementation content is currently under development and may be subject to significant changes.
Use this information with caution, as it may not yet reflect finalized or fully validated guidance.
Always verify details before relying on them for production use.
DRAFT: 2025-07-14
Carepath Identifier: https://hl7belgium.org/fhir/patient-monitoring/carepath/holter-monitoring
Carepath Version: 1.0.0
This Implementation Guide defines two core profiles for representing structured Holter ECG monitoring results:
The Holter Diagnostic Report is a profile based on the FHIR DiagnosticReport
resource. It serves as the container for a complete ambulatory cardiac rhythm analysis, such as a 24- or 48-hour Holter ECG report.
Key elements:
status
: The lifecycle status of the report (e.g., final, amended)code
: Fixed to LOINC 18754-2
, identifying this as a Holter rhythm reporteffectivePeriod
: The time range over which ECG monitoring was performedresult
: References to one or more HolterObservation
resources, each representing a specific rhythm event or episodeconclusion
: An optional free-text summary by the reporting clinician or algorithmπ This report acts as the entry point for interpreting a Holter study and links to all rhythm-related findings detected during the monitoring period.
The Holter Observation profile is based on the FHIR Observation
resource and represents an individual rhythm event or episode detected during the Holter recording, such as an atrial fibrillation episode, ventricular tachycardia, pause, or supraventricular run.
Each observation includes:
status
: Typically final
once confirmedcode
: A SNOMED CT code identifying the arrhythmia type (e.g., atrial fibrillation)valueCodeableConcept
: Also constrained to SNOMED CT, representing the same event type as code
effectivePeriod
: The start and end time of the arrhythmia episodecomponent
(optional):
LOINC:8867-4
(expressed in beats per minute)π« Each
HolterObservation
provides structured, time-specific detail about one episode β for example, βan atrial fibrillation episode from 14:03 to 14:07 with an average HR of 79 bpmβ.
HolterDiagnosticReport
references one or more HolterObservation
entries.These FHIR resources are designed to support structured, interoperable Holter Report data exchange. Each finding is encoded using HL7 Belgium and standard terminologies to promote clarity and consistency in digital health environments.