CardX Hypertension Management, published by HL7 International / Clinical Interoperability Council. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/CardX-HTN-MNG/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Observation",
"id" : "SMBP-SecondPM-Measurement-Day5",
"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 class=\"res-header-id\"><b>Generated Narrative: Observation SMBP-SecondPM-Measurement-Day5</b></p><a name=\"SMBP-SecondPM-Measurement-Day5\"> </a><a name=\"hcSMBP-SecondPM-Measurement-Day5\"> </a><a name=\"SMBP-SecondPM-Measurement-Day5-en-US\"> </a><p><b>status</b>: Final</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 85354-9}\">Blood pressure panel with all children optional</span></p><p><b>subject</b>: <a href=\"Patient-patient-example-Sally-Sue.html\">Sally V. Sue Female, DoB: 1954-02-20 ( Medical Record Number:\u00a01032702\u00a0(use:\u00a0usual,\u00a0))</a></p><p><b>effective</b>: 2023-03-05 17:35:21-0900</p><p><b>issued</b>: 2023-03-05 18:00:00-0900</p><p><b>performer</b>: <a href=\"Patient-patient-example-Sally-Sue.html\">Sally V. Sue Female, DoB: 1954-02-20 ( Medical Record Number:\u00a01032702\u00a0(use:\u00a0usual,\u00a0))</a></p><p><b>device</b>: <a href=\"Device-example-smbp-device.html\">Device: manufacturer = OMRONHEALTHCARE; serialNumber = 20150200002A; modelNumber = HEM-9200T</a></p><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 8480-6}\">Systolic blood pressure</span></p><p><b>value</b>: 122 mm[Hg]<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemm[Hg] = 'mm[Hg]')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 8462-4}\">Diastolic blood pressure</span></p><p><b>value</b>: 82 mm[Hg]<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemm[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-05T17:35:21-09:00",
"issued" : "2023-03-05T18:00: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" : 122,
"unit" : "mm[Hg]",
"system" : "http://unitsofmeasure.org",
"code" : "mm[Hg]"
}
},
{
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "8462-4"
}
]
},
"valueQuantity" : {
"value" : 82,
"unit" : "mm[Hg]",
"system" : "http://unitsofmeasure.org",
"code" : "mm[Hg]"
}
}
]
}