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-SecondAM-Measurement-Day3",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/uv/cardx-htn-mng/StructureDefinition/self-measured-bp"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"SMBP-SecondAM-Measurement-Day3\"> </a><a name=\"hcSMBP-SecondAM-Measurement-Day3\"> </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-SecondAM-Measurement-Day3" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-self-measured-bp.html\">Self-measured Blood Pressure</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>: Blood pressure panel with all children optional <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#85354-9)</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-03 06:56:20-0900</p><p><b>issued</b>: Mar 3, 2023, 4: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>device</b>: <a href=\"Device-example-smbp-device.html\">Device/example-smbp-device</a></p><blockquote><p><b>component</b></p><p><b>code</b>: BP sys <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#8480-6)</span></p><p><b>value</b>: 148 mm[Hg]<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code mm[Hg] = 'mm[Hg]')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: BP dias <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#8462-4)</span></p><p><b>value</b>: 95 mm[Hg]<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code mm[Hg] = 'mm[Hg]')</span></p></blockquote></div>"
},
"status" : "final",
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/observation-category",
"code" : "vital-signs"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "85354-9",
"display" : "Blood pressure panel with all children optional"
}
]
},
"subject" : {
🔗 "reference" : "Patient/patient-example-Sally-Sue"
},
"effectiveDateTime" : "2023-03-03T06:56:20-09:00",
"issued" : "2023-03-03T07:10:00-09:00",
"performer" : [
{
🔗 "reference" : "Patient/patient-example-Sally-Sue"
}
],
"device" : {
🔗 "reference" : "Device/example-smbp-device"
},
"component" : [
{
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "8480-6"
}
]
},
"valueQuantity" : {
"value" : 148,
"unit" : "mm[Hg]",
"system" : "http://unitsofmeasure.org",
"code" : "mm[Hg]"
}
},
{
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "8462-4"
}
]
},
"valueQuantity" : {
"value" : 95,
"unit" : "mm[Hg]",
"system" : "http://unitsofmeasure.org",
"code" : "mm[Hg]"
}
}
]
}