DHIS2 Example FHIR Implementation Guide
1.0.0 - ci-build
DHIS2 Example FHIR Implementation Guide, published by DHIS2. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. 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
| Draft as of 2026-06-03 |
<CodeSystem xmlns="http://hl7.org/fhir">
<id value="HIVFollowUpMethods"/>
<language value="en"/>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: CodeSystem HIVFollowUpMethods</b></p><a name="HIVFollowUpMethods"> </a><a name="hcHIVFollowUpMethods"> </a><p>This code system <code>https://dhis2.org/CodeSystem/HIVFollowUpMethods</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">SMS<a name="HIVFollowUpMethods-SMS"> </a></td><td>Text message</td></tr><tr><td style="white-space:nowrap">PHONECALL<a name="HIVFollowUpMethods-PHONECALL"> </a></td><td>Phone</td></tr><tr><td style="white-space:nowrap">HOMEVISIT<a name="HIVFollowUpMethods-HOMEVISIT"> </a></td><td>Home Visit</td></tr><tr><td style="white-space:nowrap">OTHER<a name="HIVFollowUpMethods-OTHER"> </a></td><td>Other</td></tr></table></div>
</text>
<url value="https://dhis2.org/CodeSystem/HIVFollowUpMethods"/>
<version value="1.0.0"/>
<name value="HIVFollowUpMethods"/>
<title value="HIV Follow-up Methods"/>
<status value="draft"/>
<date value="2026-06-03T19:24:40+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="Methods used for HIV follow-up."/>
<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="4"/>
<concept>
<code value="SMS"/>
<display value="Text message"/>
</concept>
<concept>
<code value="PHONECALL"/>
<display value="Phone"/>
</concept>
<concept>
<code value="HOMEVISIT"/>
<display value="Home Visit"/>
</concept>
<concept>
<code value="OTHER"/>
<display value="Other"/>
</concept>
</CodeSystem>