IL Core Implementation Guide
0.18.0 - draft Israel flag

This page is part of the IL-Core IG (v0.18.0: draft-1 Draft) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: Blood Pressure component codes - XML Representation

Draft as of 2024-06-15

Raw xml | Download



<ValueSet xmlns="http://hl7.org/fhir">
  <id value="bp-components"/>
  <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/8480-6/">8480-6</a></td><td>Systolic blood pressure</td></tr><tr><td><a href="https://loinc.org/8462-4/">8462-4</a></td><td>Diastolic blood pressure</td></tr></table></li></ul></div>
  </text>
  <url value="http://fhir.health.gov.il/ValueSet/bp-components"/>
  <version value="0.18.0"/>
  <name value="BPComponents"/>
  <title value="Blood Pressure component codes"/>
  <status value="draft"/>
  <experimental value="false"/>
  <date value="2024-06-15T21:51:03+00:00"/>
  <publisher value="Israel Core Team"/>
  <contact>
    <name value="Israel Core Team"/>
    <telecom>
      <system value="email"/>
      <value value="tal.primak@moh.gov.il"/>
    </telecom>
  </contact>
  <contact>
    <name value="Tal Primak"/>
    <telecom>
      <system value="email"/>
      <value value="tal.primak@moh.gov.il"/>
    </telecom>
  </contact>
  <description
               value="A list of codes for components in the blood presssure observations reporting"/>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166"/>
      <code value="IL"/>
      <display value="Israel"/>
    </coding>
  </jurisdiction>
  <compose>
    <include>
      <system value="http://loinc.org"/>
      <concept>
        <code value="8480-6"/>
        <display value="Systolic blood pressure"/>
      </concept>
      <concept>
        <code value="8462-4"/>
        <display value="Diastolic blood pressure"/>
      </concept>
    </include>
  </compose>
</ValueSet>