FHIR IG analytics| Package | hl7.fhir.be.patient-monitoring |
| Resource Type | Observation |
| Id | Observation-example-holter-sv.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation example-holter-sv
Profile: Holter Observation
status: Final
code: ECG: supraventricular arrhythmia
effective: 2025-07-14 14:42:00+0200 --> 2025-07-14 14:45:00+0200
{
"resourceType": "Observation",
"id": "example-holter-sv",
"meta": {
"profile": [
"http://hl7belgium.org/fhir/patient-monitoring/StructureDefinition/holter-observation"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "164887001",
"display": "ECG: supraventricular arrhythmia"
}
]
},
"effectivePeriod": {
"start": "2025-07-14T14:42:00+02:00",
"end": "2025-07-14T14:45:00+02:00"
}
}