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
{
"resourceType" : "DiagnosticReport",
"id" : "example-holter-diagnosticreport",
"meta" : {
"profile" : [
🔗 "http://hl7belgium.org/fhir/patient-monitoring/StructureDefinition/holter-diagnostic-report"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DiagnosticReport example-holter-diagnosticreport</b></p><a name=\"example-holter-diagnosticreport\"> </a><a name=\"hcexample-holter-diagnosticreport\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-holter-diagnostic-report.html\">Holter Diagnostic Report</a></p></div><h2><span title=\"Codes:{http://loinc.org 18754-2}\">Holter monitor study</span> (<span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0074 EC}\">Electrocardiac (e.g., EKG, EEC, Holter)</span>) </h2><table class=\"grid\"><tr><td>Subject</td><td>Unable to get Patient Details</td></tr><tr><td>When For</td><td>2025-07-15 08:00:00+0200 --> 2025-07-15 12:00:00+0200</td></tr><tr><td>Reported</td><td>2025-07-15 12:00:00+0200</td></tr></table><p><b>Report Details</b></p><table class=\"grid\"><tr><td><b>Code</b></td><td><b>Value</b></td><td><b>Flags</b></td><td><b>When For</b></td></tr><tr><td><a href=\"Observation-example-holter-afib.html\"><span title=\"Codes:{http://snomed.info/sct 164889003}\">ECG: atrial fibrillation</span></a></td><td/><td>Final</td><td>2025-07-14 13:24:00+0200 --> 2025-07-14 13:26:00+0200</td></tr><tr><td><a href=\"Observation-example-holter-sv.html\"><span title=\"Codes:{http://snomed.info/sct 164887001}\">ECG: supraventricular arrhythmia</span></a></td><td/><td>Final</td><td>2025-07-14 14:42:00+0200 --> 2025-07-14 14:45:00+0200</td></tr></table></div>"
},
"status" : "final",
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0074",
"code" : "EC",
"display" : "Electrocardiac (e.g., EKG, EEC, Holter)"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "18754-2",
"display" : "Holter monitor study"
}
]
},
"subject" : {
"identifier" : {
"system" : "https://www.telemonitoring-prescription.com/FHIR/patient",
"value" : "D358D4B4-6007-4C3E-A33B-056773F45DC9"
}
},
"effectivePeriod" : {
"start" : "2025-07-15T08:00:00+02:00",
"end" : "2025-07-15T12:00:00+02:00"
},
"issued" : "2025-07-15T12:00:00+02:00",
"result" : [
{
🔗 "reference" : "Observation/example-holter-afib"
},
{
🔗 "reference" : "Observation/example-holter-sv"
}
]
}