HIV Case Reporting and Monitoring
0.2.0 - CI Build

HIV Case Reporting and Monitoring - Local Development build (v0.2.0). See the Directory of published versions

: Viral load Interpretation - XML Representation

Active as of 2022-10-06

Raw xml | Download



<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="cs-vl-interpretation"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p>This code system <code>http://openhie.org/fhir/hiv-casereporting/CodeSystem/cs-vl-interpretation</code> defines the following codes:</p><table class="codes"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style="white-space:nowrap">D<a name="cs-vl-interpretation-D"> </a></td><td>Detectable</td></tr><tr><td style="white-space:nowrap">ND<a name="cs-vl-interpretation-ND"> </a></td><td>Non Detectable</td></tr><tr><td style="white-space:nowrap">UNK<a name="cs-vl-interpretation-UNK"> </a></td><td>Unknown</td></tr></table></div>
  </text>
  <url
       value="http://openhie.org/fhir/hiv-casereporting/CodeSystem/cs-vl-interpretation"/>
  <version value="0.2.0"/>
  <name value="CSVLInterpretation"/>
  <title value="Viral load Interpretation"/>
  <status value="active"/>
  <date value="2022-10-06T14:49:57+00:00"/>
  <publisher value="OpenHIE"/>
  <contact>
    <telecom>
      <system value="url"/>
      <value value="http://xxhl7.org/Special/committees/[something]"/>
    </telecom>
  </contact>
  <description value="A list of Viral load Interpretations"/>
  <jurisdiction>
    <coding>
      <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
      <code value="001"/>
    </coding>
  </jurisdiction>
  <content value="complete"/>
  <count value="3"/>
  <concept>
    <code value="D"/>
    <display value="Detectable"/>
  </concept>
  <concept>
    <code value="ND"/>
    <display value="Non Detectable"/>
  </concept>
  <concept>
    <code value="UNK"/>
    <display value="Unknown"/>
  </concept>
</CodeSystem>