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 Entry Points for Facility-Level Testing - XML Representation

Draft as of 2023-09-28

Raw xml | Download



<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="HIVfacilityLevelTestingEntryPoints"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">Placeholder</div>
  </text>
  <url
       value="https://dhis2.org/CodeSystem/HIVfacilityLevelTestingEntryPoints"/>
  <version value="1.0.0"/>
  <name value="HIVfacilityLevelTestingEntryPoints"/>
  <title value="HIV Entry Points for Facility-Level Testing"/>
  <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="HIV entry points for facility-level testing."/>
  <jurisdiction>
    <coding>
      <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
      <code value="001"/>
      <display value="World"/>
    </coding>
  </jurisdiction>
  <content value="complete"/>
  <count value="6"/>
  <concept>
    <code value="PROVIDERINITIATED"/>
    <display
             value="Provider-initiated tested in a clinic or emergency facility"/>
  </concept>
  <concept>
    <code value="ANTENATALCLINIC"/>
    <display value="Antenatal care clinic"/>
  </concept>
  <concept>
    <code value="VOLUNTARYCOUNSELLING"/>
    <display
             value="Voluntary Counselling and Testing (within a health facility setting)"/>
  </concept>
  <concept>
    <code value="FAMILYPLANNING"/>
    <display value="Family planning clinic"/>
  </concept>
  <concept>
    <code value="OTHERFACILITY"/>
    <display value="Other facility-level testing"/>
  </concept>
  <concept>
    <code value="TBCLINIC"/>
    <display value="TB clinic"/>
  </concept>
</CodeSystem>