FHIR IG analytics| Package | hl7.fhir.be.patient-monitoring |
| Resource Type | DiagnosticReport |
| Id | DiagnosticReport-example-holter-diagnosticreport.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: DiagnosticReport example-holter-diagnosticreport
Language: en
Profile: Holter Diagnostic Report
| Subject | Unable to get Patient Details |
| When For | 2025-07-15 08:00:00+0200 --> 2025-07-15 12:00:00+0200 |
| Reported | 2025-07-15 12:00:00+0200 |
Report Details
| Code | Value | Flags | When For |
| ECG: atrial fibrillation | Final | 2025-07-14 13:24:00+0200 --> 2025-07-14 13:26:00+0200 | |
| ECG: supraventricular arrhythmia | Final | 2025-07-14 14:42:00+0200 --> 2025-07-14 14:45:00+0200 |
{
"resourceType": "DiagnosticReport",
"id": "example-holter-diagnosticreport",
"meta": {
"profile": [
"http://hl7belgium.org/fhir/patient-monitoring/StructureDefinition/holter-diagnostic-report"
]
},
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"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"
}
]
}