Smart Bear Implementation Guide
0.3.2 - ci-build

Smart Bear Implementation Guide - Local Development build (v0.3.2). See the Directory of published versions

: Blood Pressure Value Set - XML Representation

Active as of 2023-11-21

Raw xml | Download



<ValueSet xmlns="http://hl7.org/fhir">
  <id value="BloodPressureStanding-value-set"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><ul><li>Include these codes as defined in <a href="http://loinc.org"><code>http://loinc.org</code></a><table class="none"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href="https://loinc.org/8460-8/">8460-8</a></td><td>Systolic blood pressure -- standing</td></tr><tr><td><a href="https://loinc.org/8454-1/">8454-1</a></td><td>Diastolic Blood Plessure -- standing</td></tr></table></li></ul></div>
  </text>
  <url
       value="https://smart-bear.eu/fhir/ValueSet/BloodPressureStanding-value-set"/>
  <version value="0.3.2"/>
  <name value="BloodPressureStandingVS"/>
  <title value="Blood Pressure Value Set"/>
  <status value="active"/>
  <date value="2023-11-21T12:52:40+01:00"/>
  <description
               value="Value set with codes describing blood pressures from SNOMED-CT"/>
  <compose>
    <include>
      <system value="http://loinc.org"/>
      <concept>
        <code value="8460-8"/>
        <display value="Systolic blood pressure -- standing"/>
      </concept>
      <concept>
        <code value="8454-1"/>
        <display value="Diastolic Blood Plessure -- standing"/>
      </concept>
    </include>
  </compose>
</ValueSet>