This page is part of the Dental Data Exchange (v1.0.0: STU1) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
{
"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" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p></p><p><b>category</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/observation-category vital-signs}\">Vital Signs</span></p><p><b>code</b>: <span title=\"Codes: {http://loinc.org 8867-4}\">Heart rate</span></p><p><b>subject</b>: <a href=\"Patient-example-dental.html\">Generated Summary: Medical Record Number: 5152020 (USUAL); active: true; Patient A ; Phone: 123-456-7890, testA@email.com; gender: male; birthDate: 1990-01-01</a></p><p><b>effective</b>: 1999-07-02</p><p><b>value</b>: 78 beats/minute</p></div>"
},
"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"
}
}