DHIS2 Example FHIR Implementation Guide
1.0.0 - ci-build International flag

DHIS2 Example FHIR Implementation Guide, published by DHIS2. This is not an authorized publication; it is the continuous build for version 1.0.0). This version is based on the current content of https://github.com/JohanGHole/alldevs-demo-ig and changes regularly. See the Directory of published versions

: HIV Follow-up Outcome Value Set - XML Representation

Draft as of 2023-09-28

Raw xml | Download



<ValueSet xmlns="http://hl7.org/fhir">
  <id value="HIVFollowUpOutcomesVS"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">Placeholder</div>
  </text>
  <url value="https://dhis2.org/ValueSet/HIVFollowUpOutcomesVS"/>
  <version value="1.0.0"/>
  <name value="HIVFollowUpOutcomesVS"/>
  <title value="HIV Follow-up Outcome Value Set"/>
  <status value="draft"/>
  <date value="2023-09-28T13:33:49+00:00"/>
  <publisher value="DHIS2"/>
  <contact>
    <name value="DHIS2"/>
    <telecom>
      <system value="url"/>
      <value value="https://dhis2.org"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="integration@dhis2.org"/>
    </telecom>
  </contact>
  <contact>
    <name value="Johan Hole"/>
    <telecom>
      <system value="email"/>
      <value value="Johan@Devotta.no"/>
      <use value="work"/>
    </telecom>
  </contact>
  <description
               value="A value set including all possible outcomes of HIV follow-up."/>
  <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="https://dhis2.org/CodeSystem/HIVFollowUpOutcomes"/>
    </include>
  </compose>
</ValueSet>