This page is part of the CardX Hypertension Management IG (v1.0.0-ballot: STU1 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. . For a full list of available versions, see the Directory of published versions
{
"resourceType" : "Observation",
"id" : "SMBP-Associated-HeartRate-example",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/uv/cardx-htn-mng/StructureDefinition/smbp-associated-heart-rate"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"SMBP-Associated-HeartRate-example\"> </a><a name=\"hcSMBP-Associated-HeartRate-example\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Observation "SMBP-Associated-HeartRate-example" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-smbp-associated-heart-rate.html\">SMBP Associated Heart Rate</a></p></div><p><b>status</b>: final</p><p><b>category</b>: Vital Signs <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-observation-category.html\">Observation Category Codes</a>#vital-signs)</span></p><p><b>code</b>: Heart rate <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#8867-4)</span></p><p><b>subject</b>: <a href=\"Patient-patient-example-Sally-Sue.html\">Patient/patient-example-Sally-Sue</a> " SUE"</p><p><b>effective</b>: 2023-03-01 08:00:00-0900</p><p><b>issued</b>: Mar 1, 2023, 5:10:00 PM</p><p><b>performer</b>: <a href=\"Patient-patient-example-Sally-Sue.html\">Patient/patient-example-Sally-Sue</a> " SUE"</p><p><b>value</b>: 74 '/min'<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code /min = '/min')</span></p><p><b>device</b>: <a href=\"Device-example-smbp-device.html\">Device/example-smbp-device</a></p></div>"
},
"status" : "final",
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/observation-category",
"code" : "vital-signs"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "8867-4"
}
],
"text" : "Heart rate"
},
"subject" : {
🔗 "reference" : "Patient/patient-example-Sally-Sue"
},
"effectiveDateTime" : "2023-03-01T08:00:00-09:00",
"issued" : "2023-03-01T08:10:00-09:00",
"performer" : [
{
🔗 "reference" : "Patient/patient-example-Sally-Sue"
}
],
"valueQuantity" : {
"value" : 74,
"unit" : "'/min'",
"system" : "http://unitsofmeasure.org",
"code" : "/min"
},
"device" : {
🔗 "reference" : "Device/example-smbp-device"
}
}