@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/HIVFollowUpOutcomes> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "HIVFollowUpOutcomes"] ; # 
  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 HIVFollowUpOutcomes</b></p><a name=\"HIVFollowUpOutcomes\"> </a><a name=\"hcHIVFollowUpOutcomes\"> </a><p>This  code system <code>https://dhis2.org/CodeSystem/HIVFollowUpOutcomes</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\">RESCHEDULED<a name=\"HIVFollowUpOutcomes-RESCHEDULED\"> </a></td><td>Returning to clinic</td></tr><tr><td style=\"white-space:nowrap\">TRANSFERRED_OUT<a name=\"HIVFollowUpOutcomes-TRANSFERRED_OUT\"> </a></td><td>Self-transferred out</td></tr><tr><td style=\"white-space:nowrap\">HOSPITALIZED<a name=\"HIVFollowUpOutcomes-HOSPITALIZED\"> </a></td><td>Hospitalized</td></tr><tr><td style=\"white-space:nowrap\">REFUSED_TO_RETURN<a name=\"HIVFollowUpOutcomes-REFUSED_TO_RETURN\"> </a></td><td>Refused to return</td></tr><tr><td style=\"white-space:nowrap\">NORESPONSE<a name=\"HIVFollowUpOutcomes-NORESPONSE\"> </a></td><td>Not located</td></tr><tr><td style=\"white-space:nowrap\">DIED_REPORTED<a name=\"HIVFollowUpOutcomes-DIED_REPORTED\"> </a></td><td>Died (reported)</td></tr><tr><td style=\"white-space:nowrap\">DIED_CONFIRMED<a name=\"HIVFollowUpOutcomes-DIED_CONFIRMED\"> </a></td><td>Confirmed Dead</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "https://dhis2.org/CodeSystem/HIVFollowUpOutcomes"^^xsd:anyURI ;
     fhir:l <https://dhis2.org/CodeSystem/HIVFollowUpOutcomes>
  ] ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "HIVFollowUpOutcomes"] ; # 
  fhir:title [ fhir:v "HIV Follow-up Outcomes"] ; # 
  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 "Outcomes 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 "RESCHEDULED" ] ;
     fhir:display [ fhir:v "Returning to clinic" ]
  ] [
     fhir:code [ fhir:v "TRANSFERRED_OUT" ] ;
     fhir:display [ fhir:v "Self-transferred out" ]
  ] [
     fhir:code [ fhir:v "HOSPITALIZED" ] ;
     fhir:display [ fhir:v "Hospitalized" ]
  ] [
     fhir:code [ fhir:v "REFUSED_TO_RETURN" ] ;
     fhir:display [ fhir:v "Refused to return" ]
  ] [
     fhir:code [ fhir:v "NORESPONSE" ] ;
     fhir:display [ fhir:v "Not located" ]
  ] [
     fhir:code [ fhir:v "DIED_REPORTED" ] ;
     fhir:display [ fhir:v "Died (reported)" ]
  ] [
     fhir:code [ fhir:v "DIED_CONFIRMED" ] ;
     fhir:display [ fhir:v "Confirmed Dead" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

