Starter FHIR Implementation Guide
1.0.1 - ci-build International flag

Starter FHIR Implementation Guide, published by Jembi Health Systems. This guide is not an authorized publication; it is the continuous build for version 1.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/jembi/Starter-FHIR-IG/ and changes regularly. See the Directory of published versions

: HIV Test Results - XML Representation

Active as of 2024-10-10

Raw xml | Download


<ValueSet xmlns="http://hl7.org/fhir">
  <id value="hiv-test-results-value-set"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: ValueSet hiv-test-results-value-set</b></p><a name="hiv-test-results-value-set"> </a><a name="hchiv-test-results-value-set"> </a><a name="hiv-test-results-value-set-en-US"> </a><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/LA24959-1/">LA24959-1</a></td><td>HIV Negative</td></tr><tr><td><a href="https://loinc.org/LA24955-9/">LA24955-9</a></td><td>HIV-1 Positive</td></tr><tr><td><a href="https://loinc.org/LA11884-6/">LA11884-6</a></td><td>Indeterminate</td></tr></table></li></ul></div>
  </text>
  <url value="http://jembi.org/fhir/ValueSet/hiv-test-results-value-set"/>
  <version value="1.0.1"/>
  <name value="HIVTestResultsValueSet"/>
  <title value="HIV Test Results"/>
  <status value="active"/>
  <experimental value="true"/>
  <date value="2024-10-10T11:09:31+00:00"/>
  <publisher value="Jembi Health Systems"/>
  <contact>
    <name value="Jembi Health Systems"/>
    <telecom>
      <system value="url"/>
      <value value="https://www.jembi.org/"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="info@jembi.org"/>
    </telecom>
  </contact>
  <contact>
    <name value="Richard Langford"/>
    <telecom>
      <system value="email"/>
      <value value="richard.langford@jembi.org"/>
      <use value="work"/>
    </telecom>
  </contact>
  <description value="HIV Test Results"/>
  <jurisdiction>
    <coding>
      <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
      <code value="001"/>
      <display value="World"/>
    </coding>
  </jurisdiction>
  <compose>
    <include>
      <system value="http://loinc.org"/>
      <concept>
        <code value="LA24959-1"/>
        <display value="HIV Negative"/>
      </concept>
      <concept>
        <code value="LA24955-9"/>
        <display value="HIV-1 Positive"/>
      </concept>
      <concept>
        <code value="LA11884-6"/>
        <display value="Indeterminate"/>
      </concept>
    </include>
  </compose>
</ValueSet>