This page is part of the Vital Signs FHIR IG (v0.1.0: STU 1 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions
JSON Format: Observation-BloodPressurePanel-example
Raw json
{
"resourceType" : "Observation",
"id" : "BloodPressurePanel-example",
"meta" : {
"profile" : [
"http://hl7.org/fhir/us/vitals/StructureDefinition/BloodPressurePanel"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>id</b>: BloodPressurePanel-example</p><p><b>meta</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 85354-9}\">Blood pressure panel with all children optional</span></p><p><b>subject</b>: <span>Small Child1234</span></p><p><b>effective</b>: Oct 16, 2019 9:12:29 PM --> (ongoing)</p><p><b>issued</b>: Oct 16, 2019 10:12:29 PM</p><p><b>performer</b>: <span>A. Pediatrician6</span></p><p><b>bodySite</b>: <span title=\"Codes: {http://snomed.info/sct 723961002}\">Structure of left brachial artery (body structure)</span></p><p><b>method</b>: <span title=\"Codes: {http://snomed.info/sct 37931006}\">Auscultation</span></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>: 120 mm[Hg]</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>: 80 mm[Hg]</p></blockquote></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/us/vitals/StructureDefinition/BodyPositionExt",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "33586001",
"display" : "Sitting Position"
}
]
}
},
{
"url" : "http://hl7.org/fhir/us/vitals/StructureDefinition/MeasurementDeviceExt",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "309642005",
"display" : "Mercury sphygmomanometer"
}
]
}
},
{
"url" : "http://hl7.org/fhir/us/vitals/StructureDefinition/MeasurementDeviceExt",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "720736009",
"display" : "Blood pressure cuff, pediatric size"
}
]
}
},
{
"url" : "http://hl7.org/fhir/us/vitals/StructureDefinition/SleepStatusExt",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "248218005",
"display" : "Awake"
}
]
}
},
{
"url" : "http://hl7.org/fhir/us/vitals/StructureDefinition/ExerciseAssociationExt",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "263678003",
"display" : "At rest"
}
]
}
}
],
"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" : "85354-9",
"display" : "Blood pressure panel with all children optional"
}
]
},
"subject" : {
"display" : "Small Child1234"
},
"effectivePeriod" : {
"start" : "2019-10-16T12:12:29-09:00"
},
"issued" : "2019-10-16T12:12:29-10:00",
"performer" : [
{
"display" : "A. Pediatrician6"
}
],
"bodySite" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "723961002",
"display" : "Structure of left brachial artery (body structure)"
}
]
},
"method" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "37931006",
"display" : "Auscultation"
}
]
},
"component" : [
{
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "8480-6",
"display" : "Systolic blood pressure"
}
]
},
"valueQuantity" : {
"value" : 120,
"unit" : "mm[Hg]",
"system" : "http://unitsofmeasure.org",
"code" : "mm[Hg]"
}
},
{
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "8462-4",
"display" : "Diastolic blood pressure"
}
]
},
"valueQuantity" : {
"value" : 80,
"unit" : "mm[Hg]",
"system" : "http://unitsofmeasure.org",
"code" : "mm[Hg]"
}
}
]
}

