This page is part of the Vital Signs FHIR IG (v0.1.0: STU 1 Ballot 1) based on FHIR R4. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions
JSON Format: Observation-AverageBloodPressure-example
Raw json
{ "resourceType" : "Observation", "id" : "AverageBloodPressure-example", "meta" : { "profile" : [ "http://hl7.org/fhir/us/vitals/StructureDefinition/AverageBloodPressure" ] }, "text" : { "status" : "generated", "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>id</b>: AverageBloodPressure-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://snomed.info/sct 723232008}\">Average blood pressure (observable entity)</span></p><p><b>subject</b>: <span>OldMan 1234</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>OldMan 1234</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://snomed.info/sct 314440001}\">Average systolic blood pressure (observable entity)</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://snomed.info/sct 314453003}\">Average diastolic blood pressure (observable entity)</span></p><p><b>value</b>: 80 mm[Hg]</p></blockquote></div>" }, "extension" : [ { "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/MeasurementSettingExt", "valueCodeableConcept" : { "coding" : [ { "system" : "http://snomed.info/sct", "code" : "264362003", "display" : "Home (environment)" } ] } } ], "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://snomed.info/sct", "code" : "723232008", "display" : "Average blood pressure (observable entity)" } ] }, "subject" : { "display" : "OldMan 1234" }, "effectivePeriod" : { "start" : "2019-10-16T12:12:29-09:00" }, "issued" : "2019-10-16T12:12:29-10:00", "performer" : [ { "display" : "OldMan 1234" } ], "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://snomed.info/sct", "code" : "314440001", "display" : "Average systolic blood pressure (observable entity)" } ] }, "valueQuantity" : { "value" : 120, "unit" : "mm[Hg]", "system" : "http://unitsofmeasure.org", "code" : "mm[Hg]" } }, { "code" : { "coding" : [ { "system" : "http://snomed.info/sct", "code" : "314453003", "display" : "Average diastolic blood pressure (observable entity)" } ] }, "valueQuantity" : { "value" : 80, "unit" : "mm[Hg]", "system" : "http://unitsofmeasure.org", "code" : "mm[Hg]" } } ] }