Vital Signs Implementation Guide version 0.1.0 (Release 0.1.0 Ballot )

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

XML Format: Observation-TwentyFourHourBloodPressure-example

Raw xml


<Observation xmlns="http://hl7.org/fhir">
  <id value="TwentyFourHourBloodPressure-example"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/vitals/StructureDefinition/TwentyFourHourBloodPressure"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative</b></p><p><b>id</b>: TwentyFourHourBloodPressure-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 314463006}">24 hour 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 --&gt; (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://loinc.org 8490-5}">Systolic blood pressure 24 hour mean</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 8472-3}">Diastolic blood pressure 24 hour mean</span></p><p><b>value</b>: 80 mm[Hg]</p></blockquote></div>
  </text>
  <extension
             url="http://hl7.org/fhir/us/vitals/StructureDefinition/MeasurementDeviceExt">
    <valueCodeableConcept>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="309642005"/>
        <display value="Mercury sphygmomanometer"/>
      </coding>
    </valueCodeableConcept>
  </extension>
  <extension
             url="http://hl7.org/fhir/us/vitals/StructureDefinition/MeasurementSettingExt">
    <valueCodeableConcept>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="264362003"/>
        <display value="Home (environment)"/>
      </coding>
    </valueCodeableConcept>
  </extension>
  <status value="final"/>
  <category>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/observation-category"/>
      <code value="vital-signs"/>
      <display value="Vital Signs"/>
    </coding>
    <text value="Vital Signs"/>
  </category>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="314463006"/>
      <display value="24 hour blood pressure (observable entity)"/>
    </coding>
  </code>
  <subject>
    <display value="OldMan 1234"/>
  </subject>
  <effectivePeriod>
    <start value="2019-10-16T12:12:29-09:00"/>
  </effectivePeriod>
  <issued value="2019-10-16T12:12:29-10:00"/>
  <performer>
    <display value="OldMan 1234"/>
  </performer>
  <bodySite>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="723961002"/>
      <display value="Structure of left brachial artery (body structure)"/>
    </coding>
  </bodySite>
  <method>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="37931006"/>
      <display value="Auscultation"/>
    </coding>
  </method>
  <component>
    <code>
      <coding>
        <system value="http://loinc.org"/>
        <code value="8490-5"/>
        <display value="Systolic blood pressure 24 hour mean"/>
      </coding>
    </code>
    <valueQuantity>
      <value value="120"/>
      <unit value="mm[Hg]"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="mm[Hg]"/>
    </valueQuantity>
  </component>
  <component>
    <code>
      <coding>
        <system value="http://loinc.org"/>
        <code value="8472-3"/>
        <display value="Diastolic blood pressure 24 hour mean"/>
      </coding>
    </code>
    <valueQuantity>
      <value value="80"/>
      <unit value="mm[Hg]"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="mm[Hg]"/>
    </valueQuantity>
  </component>
</Observation>