FHIR IG analytics| Package | hl7.fhir.be.patient-monitoring |
| Resource Type | Observation |
| Id | Observation-example-holter-afib.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-afib
Profile: Holter Observation
status: Final
code: ECG: atrial fibrillation
effective: 2025-07-14 13:24:00+0200 --> 2025-07-14 13:26:00+0200
| Code | Value[x] |
| Heart rate | 178 beats/minute (Details: UCUM code/min = '/min') |
{
"resourceType": "Observation",
"id": "example-holter-afib",
"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": "164889003",
"display": "ECG: atrial fibrillation"
}
]
},
"effectivePeriod": {
"start": "2025-07-14T13:24:00+02:00",
"end": "2025-07-14T13:26:00+02:00"
},
"component": [
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "8867-4",
"display": "Heart rate"
}
]
},
"valueQuantity": {
"value": 178,
"unit": "beats/minute",
"system": "http://unitsofmeasure.org",
"code": "/min"
}
}
]
}