FHIR IG analytics| Package | hl7.fhir.us.dental-data-exchange |
| Resource Type | Observation |
| Id | Observation-heart-rate.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation heart-rate
version: 7; Last updated: 2021-07-16 00:42:31+0000;
Information Source: #cceKMTcuaAr8IJDF
Profile: US Core Heart Rate Profile
status: Final
category: Vital Signs
code: Heart rate
subject: Patient A Male, DoB: 1990-01-01 ( Medical Record Number: 5152020 (use: usual, ))
effective: 1999-07-02
value: 78 beats/minute (Details: UCUM code/min = '/min')
{
"resourceType": "Observation",
"id": "heart-rate",
"meta": {
"versionId": "7",
"lastUpdated": "2021-07-16T00:42:31.038+00:00",
"source": "#cceKMTcuaAr8IJDF",
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-heart-rate"
]
},
"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": {
"reference": "Patient/example-dental"
},
"effectiveDateTime": "1999-07-02",
"valueQuantity": {
"value": 78,
"unit": "beats/minute",
"system": "http://unitsofmeasure.org",
"code": "/min"
}
}