@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 -------------------------------------------------------------------

<https://dhis2.org/CodeSystem/HIVReasonsForFollowUp> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "HIVReasonsForFollowUp"] ; # 
  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 HIVReasonsForFollowUp</b></p><a name=\"HIVReasonsForFollowUp\"> </a><a name=\"hcHIVReasonsForFollowUp\"> </a><p>This  code system <code>https://dhis2.org/CodeSystem/HIVReasonsForFollowUp</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\">MISSED_CLINICAL_VISIT<a name=\"HIVReasonsForFollowUp-MISSED_CLINICAL_VISIT\"> </a></td><td>Missed clinical care visit</td></tr><tr><td style=\"white-space:nowrap\">MISSED_ARV_PICKUP<a name=\"HIVReasonsForFollowUp-MISSED_ARV_PICKUP\"> </a></td><td>Missed medication pickup</td></tr><tr><td style=\"white-space:nowrap\">MISSED_VISIT_NONCLINICAL<a name=\"HIVReasonsForFollowUp-MISSED_VISIT_NONCLINICAL\"> </a></td><td>Missed non-clinical visit</td></tr><tr><td style=\"white-space:nowrap\">ART_NOT_STARTED<a name=\"HIVReasonsForFollowUp-ART_NOT_STARTED\"> </a></td><td>Did not initiate ART</td></tr><tr><td style=\"white-space:nowrap\">HIV_INCONCLUSIVE<a name=\"HIVReasonsForFollowUp-HIV_INCONCLUSIVE\"> </a></td><td>Inconclusive HIV status</td></tr><tr><td style=\"white-space:nowrap\">TEST_RESULTS<a name=\"HIVReasonsForFollowUp-TEST_RESULTS\"> </a></td><td>Test results received</td></tr><tr><td style=\"white-space:nowrap\">OTHER_REASON<a name=\"HIVReasonsForFollowUp-OTHER_REASON\"> </a></td><td>Other follow up reason (specify)</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "https://dhis2.org/CodeSystem/HIVReasonsForFollowUp"^^xsd:anyURI ;
     fhir:l <https://dhis2.org/CodeSystem/HIVReasonsForFollowUp>
  ] ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "HIVReasonsForFollowUp"] ; # 
  fhir:title [ fhir:v "HIV Follow-up Reasons"] ; # 
  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 "Reasons for HIV follow-up."] ; # 
  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 "7"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "MISSED_CLINICAL_VISIT" ] ;
     fhir:display [ fhir:v "Missed clinical care visit" ]
  ] [
     fhir:code [ fhir:v "MISSED_ARV_PICKUP" ] ;
     fhir:display [ fhir:v "Missed medication pickup" ]
  ] [
     fhir:code [ fhir:v "MISSED_VISIT_NONCLINICAL" ] ;
     fhir:display [ fhir:v "Missed non-clinical visit" ]
  ] [
     fhir:code [ fhir:v "ART_NOT_STARTED" ] ;
     fhir:display [ fhir:v "Did not initiate ART" ]
  ] [
     fhir:code [ fhir:v "HIV_INCONCLUSIVE" ] ;
     fhir:display [ fhir:v "Inconclusive HIV status" ]
  ] [
     fhir:code [ fhir:v "TEST_RESULTS" ] ;
     fhir:display [ fhir:v "Test results received" ]
  ] [
     fhir:code [ fhir:v "OTHER_REASON" ] ;
     fhir:display [ fhir:v "Other follow up reason (specify)" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

