Estonian Base Implementation Guide
1.1.1 - trial-use Estonia flag

Publication Build: This will be filled in by the publication tooling

: Vital Signs - Blood pressure observation - XML Representation

Raw xml | Download



<Observation xmlns="http://hl7.org/fhir">
  <id value="BloodPressure"/>
  <meta>
    <profile value="https://fhir.ee/base/StructureDefinition/ee-observation"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Observation BloodPressure</b></p><a name="BloodPressure"> </a><a name="hcBloodPressure"> </a><a name="BloodPressure-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-pat1.html">Mart Mets (official) Male, DoB: 1973-02-10 ( https://fhir.ee/sid/pid/est/ni#Estonian Personal National Identification Code#37302102711)</a></p><p><b>effective</b>: 2021-11-23</p><p><b>performer</b>: <a href="Organization-rh.html">Organization Rakvere Haigla</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>: 120 mmHg<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>: 80 mmHg<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://snomed.info/sct 424724000}">Body position for blood pressure measurement</span></p><p><b>value</b>: <span title="Codes:{http://snomed.info/sct 33586001}">Sitting position</span></p></blockquote></div>
  </text>
  <status value="final"/>
  <category>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/observation-category"/>
      <code value="vital-signs"/>
    </coding>
  </category>
  <code>
    <coding>
      <system value="http://loinc.org"/>
      <code value="85354-9"/>
      <display value="Blood pressure panel with all children optional"/>
    </coding>
  </code>
  <subject>🔗 
    <reference value="Patient/pat1"/>
  </subject>
  <effectiveDateTime value="2021-11-23"/>
  <performer>🔗 
    <reference value="Organization/rh"/>
  </performer>
  <component>
    <code>
      <coding>
        <system value="http://loinc.org"/>
        <code value="8480-6"/>
        <display value="Systolic blood pressure"/>
      </coding>
    </code>
    <valueQuantity>
      <value value="120"/>
      <unit value="mmHg"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="mm[Hg]"/>
    </valueQuantity>
  </component>
  <component>
    <code>
      <coding>
        <system value="http://loinc.org"/>
        <code value="8462-4"/>
        <display value="Diastolic blood pressure"/>
      </coding>
    </code>
    <valueQuantity>
      <value value="80"/>
      <unit value="mmHg"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="mm[Hg]"/>
    </valueQuantity>
  </component>
  <component>
    <code>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="424724000"/>
        <display value="Body position for blood pressure measurement"/>
      </coding>
    </code>
    <valueCodeableConcept>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="33586001"/>
        <display value="Sitting position"/>
      </coding>
    </valueCodeableConcept>
  </component>
</Observation>