FHIR IG analytics| Package | hl7.fhir.uv.adverseeventclinicalcare |
| Resource Type | Observation |
| Id | Observation-heartrateobservation.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation
Resource Observation "heartrateobservation"
status: final
category: Vital Signs (Observation Category Codes#vital-signs)
code: heart_rate (LOINC#8867-4 "Heart Rate")
subject: : 39 year-old male
encounter: : encounter where nurse noticed the problem
effective: 2021-12-10 13:28:17-0500
value: 62.0 beats/min (Details: UCUM code /min = '/min')
| - | Low | High | Type |
| * | 76.0 beats/min (Details: UCUM code /min = '/min') | 82.0 beats/min (Details: UCUM code /min = '/min') | Patient's base-line range (SNOMED CT#128974000 "Baseline state") |
{
"resourceType": "Observation",
"id": "heartrateobservation",
"meta": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/instance-name",
"valueString": "Heart Rate for adverse event example"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/instance-description",
"valueMarkdown": "This is a heart rate example for AdverseEvent examples."
}
]
},
"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"
}
],
"text": "Vital Signs"
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "8867-4",
"display": "Heart Rate"
}
],
"text": "heart_rate"
},
"subject": {
"display": "39 year-old male"
},
"encounter": {
"display": "encounter where nurse noticed the problem"
},
"effectiveDateTime": "2021-12-10T13:28:17-05:00",
"valueQuantity": {
"value": 62,
"unit": "beats/min",
"system": "http://unitsofmeasure.org",
"code": "/min"
},
"referenceRange": [
{
"low": {
"value": 76,
"unit": "beats/min",
"system": "http://unitsofmeasure.org",
"code": "/min"
},
"high": {
"value": 82,
"unit": "beats/min",
"system": "http://unitsofmeasure.org",
"code": "/min"
},
"type": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "128974000",
"display": "Baseline state"
}
],
"text": "Patient's base-line range"
}
}
]
}