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

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

: HIV Entry Points for Facility-Level Testing

Draft as of 2026-06-03

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "HIVfacilityLevelTestingEntryPoints"] ; # 
  fhir:language [ fhir:v "en"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem HIVfacilityLevelTestingEntryPoints</b></p><a name=\"HIVfacilityLevelTestingEntryPoints\"> </a><a name=\"hcHIVfacilityLevelTestingEntryPoints\"> </a><p>This  code system <code>https://dhis2.org/CodeSystem/HIVfacilityLevelTestingEntryPoints</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\">PROVIDERINITIATED<a name=\"HIVfacilityLevelTestingEntryPoints-PROVIDERINITIATED\"> </a></td><td>Provider-initiated tested in a clinic or emergency facility</td></tr><tr><td style=\"white-space:nowrap\">ANTENATALCLINIC<a name=\"HIVfacilityLevelTestingEntryPoints-ANTENATALCLINIC\"> </a></td><td>Antenatal care clinic</td></tr><tr><td style=\"white-space:nowrap\">VOLUNTARYCOUNSELLING<a name=\"HIVfacilityLevelTestingEntryPoints-VOLUNTARYCOUNSELLING\"> </a></td><td>Voluntary Counselling and Testing (within a health facility setting)</td></tr><tr><td style=\"white-space:nowrap\">FAMILYPLANNING<a name=\"HIVfacilityLevelTestingEntryPoints-FAMILYPLANNING\"> </a></td><td>Family planning clinic</td></tr><tr><td style=\"white-space:nowrap\">OTHERFACILITY<a name=\"HIVfacilityLevelTestingEntryPoints-OTHERFACILITY\"> </a></td><td>Other facility-level testing</td></tr><tr><td style=\"white-space:nowrap\">TBCLINIC<a name=\"HIVfacilityLevelTestingEntryPoints-TBCLINIC\"> </a></td><td>TB clinic</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
fhir:v "https://dhis2.org/CodeSystem/HIVfacilityLevelTestingEntryPoints"^^xsd:anyURI ;
fhir:l <https://dhis2.org/CodeSystem/HIVfacilityLevelTestingEntryPoints>
  ] ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "HIVfacilityLevelTestingEntryPoints"] ; # 
  fhir:title [ fhir:v "HIV Entry Points for Facility-Level Testing"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:date [ fhir:v "2026-06-03T19:24:40+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "DHIS2"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "DHIS2" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://dhis2.org" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "integration@dhis2.org" ]     ] )
  ] [
fhir:name [ fhir:v "Johan Hole" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "Johan@Devotta.no" ] ;
fhir:use [ fhir:v "work" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "HIV entry points for facility-level testing."] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [
fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>       ] ;
fhir:code [ fhir:v "001" ] ;
fhir:display [ fhir:v "World" ]     ] )
  ] ) ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "6"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "PROVIDERINITIATED" ] ;
fhir:display [ fhir:v "Provider-initiated tested in a clinic or emergency facility" ]
  ] [
fhir:code [ fhir:v "ANTENATALCLINIC" ] ;
fhir:display [ fhir:v "Antenatal care clinic" ]
  ] [
fhir:code [ fhir:v "VOLUNTARYCOUNSELLING" ] ;
fhir:display [ fhir:v "Voluntary Counselling and Testing (within a health facility setting)" ]
  ] [
fhir:code [ fhir:v "FAMILYPLANNING" ] ;
fhir:display [ fhir:v "Family planning clinic" ]
  ] [
fhir:code [ fhir:v "OTHERFACILITY" ] ;
fhir:display [ fhir:v "Other facility-level testing" ]
  ] [
fhir:code [ fhir:v "TBCLINIC" ] ;
fhir:display [ fhir:v "TB clinic" ]
  ] ) . #