FHIR IG analytics| Package | hl7.fhir.eu.imaging-r5 |
| Resource Type | Observation |
| Id | Observation-HRObservation.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation HRObservation
Language: en
status: Final
category: Vital Signs
code: Heart rate
subject: 3D TEE 2D(official) (no stated gender), DoB: 1976-04-29 ( 00 CARDIAC 2)
effective: 2023-06-01
value: 180 bpm (Details: UCUM code/min = '/min')
{
"resourceType": "Observation",
"id": "HRObservation",
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "vital-signs",
"display": "Vital Signs"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "8867-4",
"display": "Heart rate"
}
]
},
"subject": {
"reference": "urn:uuid:11111111-2222-4333-8444-000000000003"
},
"effectiveDateTime": "2023-06-01",
"valueQuantity": {
"value": 180,
"unit": "bpm",
"system": "http://unitsofmeasure.org",
"code": "/min"
}
}