SGHI FHIR Profile Implementation Guide
0.1.0 - ci-build

SGHI FHIR Profile Implementation Guide, published by Kathurima Kimathi. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/savannahghi/sil_fhir_profile_ig/ and changes regularly. See the Directory of published versions

: Blood Pressure Units - XML Representation

Active as of 2024-11-26

Raw xml | Download


<ValueSet xmlns="http://hl7.org/fhir">
  <id value="blood-pressure-units"/>
  <meta>
    <lastUpdated value="2024-11-26T09:29:28.203939Z"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: ValueSet blood-pressure-units</b></p><a name="blood-pressure-units"> </a><a name="hcblood-pressure-units"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Last updated: 2024-11-26 09:29:28+0000</p></div><ul><li>Include these codes as defined in <a href="http://unitsofmeasure.org"><code>http://unitsofmeasure.org</code></a><table class="none"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>mm[Hg]</td><td style="color: #cccccc">mm[Hg]</td></tr><tr><td>kPa</td><td style="color: #cccccc">kPa</td></tr></table></li></ul></div>
  </text>
  <url
       value="https://ocl-testing-api.savannahghi.org/fhir/ValueSet/blood-pressure-units"/>
  <identifier>
    <type>
      <coding>
        <system value="http://hl7.org/fhir/v2/0203"/>
        <code value="ACSN"/>
        <display value="Accession ID"/>
      </coding>
      <text value="Accession ID"/>
    </type>
    <system value="https://ocl-testing-api.savannahghi.org"/>
    <value value="/orgs/SIL/ValueSet/blood-pressure-units/"/>
  </identifier>
  <version value="0.1.0"/>
  <name value="BloodPressureUnits"/>
  <title value="Blood Pressure Units"/>
  <status value="active"/>
  <date value="2024-11-26T09:29:27.572922Z"/>
  <publisher value="Kathurima Kimathi"/>
  <contact>
    <name value="Kathurima Kimathi"/>
    <telecom>
      <system value="url"/>
      <value value="https://www.linkedin.com/in/kathurima-kimathi/"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="kathurimakimathi415@gmail.com"/>
    </telecom>
  </contact>
  <contact>
    <name value="Oscar John"/>
    <telecom>
      <system value="email"/>
      <value value="oscarjohnotieno@gmail.com"/>
      <use value="work"/>
    </telecom>
  </contact>
  <contact>
    <name value="Kennedy Omondi"/>
    <telecom>
      <system value="email"/>
      <value value="kennankole@gmail.com"/>
      <use value="work"/>
    </telecom>
  </contact>
  <description value="Units used for measuring blood pressure."/>
  <compose>
    <include>
      <system value="http://unitsofmeasure.org"/>
      <concept>
        <code value="mm[Hg]"/>
      </concept>
      <concept>
        <code value="kPa"/>
      </concept>
    </include>
  </compose>
</ValueSet>