FHIR IG analytics| Package | hl7.fhir.us.vitals |
| Resource Type | Observation |
| Id | Observation-heartRate-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation heartRate-example
Observation Body Position: Recumbent body position
status: Final
category: Vital Signs
code: Heart rate
subject: Small Child1234
encounter: GP Visit
effective: 2019-10-16 12:12:29-0900
value: 120 '/min' (Details: UCUM code/min = '/min')
bodySite: Structure of right ulnar artery
method: Doppler studies (procedure)
{
"resourceType": "Observation",
"id": "heartRate-example",
"meta": {
"profile": [
"http://hl7.org/fhir/us/vitals/StructureDefinition/heart-rate"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/observation-bodyPosition",
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "102538003",
"display": "Recumbent body position"
}
]
}
}
],
"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"
}
],
"text": "Heart rate"
},
"subject": {
"display": "Small Child1234"
},
"encounter": {
"display": "GP Visit"
},
"effectiveDateTime": "2019-10-16T12:12:29-09:00",
"valueQuantity": {
"value": 120,
"unit": "'/min'",
"system": "http://unitsofmeasure.org",
"code": "/min"
},
"bodySite": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "368505008",
"display": "Structure of right ulnar artery"
}
]
},
"method": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "268447006",
"display": "Doppler studies (procedure)"
}
]
}
}