WHO Immunization Implementation Guide
0.2.0 - ci-build

WHO Immunization Implementation Guide, published by WHO. This guide is not an authorized publication; it is the continuous build for version 0.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/WorldHealthOrganization/smart-immunizations/ and changes regularly. See the Directory of published versions

: IMMZ.D.DE204 ValueSet for HIV status - TTL Representation

Active as of 2026-07-07

Raw ttl | Download


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

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

<http://hl7.org/fhir/ValueSet/IMMZ.D.DE204> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "IMMZ.D.DE204"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet IMMZ.D.DE204</b></p><a name=\"IMMZ.D.DE204\"> </a><a name=\"hcIMMZ.D.DE204\"> </a><p>This value set expansion contains 3 concepts.</p><table class=\"codes\"><tr><td><b>System</b></td><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a name=\"IMMZ.D.DE204-http://smart.who.int/immunizations/CodeSystem/IMMZ.D-DE205\"> </a><code>http://smart.who.int/immunizations/CodeSystem/IMMZ.D</code></td><td style=\"white-space:nowrap\">  <a href=\"CodeSystem-IMMZ.D.html#IMMZ.D-DE205\">DE205</a></td><td>HIV-positive</td><td>The client is known to be HIV-positive</td></tr><tr><td><a name=\"IMMZ.D.DE204-http://smart.who.int/immunizations/CodeSystem/IMMZ.D-DE206\"> </a><code>http://smart.who.int/immunizations/CodeSystem/IMMZ.D</code></td><td style=\"white-space:nowrap\">  <a href=\"CodeSystem-IMMZ.D.html#IMMZ.D-DE206\">DE206</a></td><td>HIV-negative</td><td>The client is known to be HIV-negative</td></tr><tr><td><a name=\"IMMZ.D.DE204-http://smart.who.int/immunizations/CodeSystem/IMMZ.D-DE207\"> </a><code>http://smart.who.int/immunizations/CodeSystem/IMMZ.D</code></td><td style=\"white-space:nowrap\">  <a href=\"CodeSystem-IMMZ.D.html#IMMZ.D-DE207\">DE207</a></td><td>Unknown</td><td>The client's HIV status is unknown</td></tr></table></div>"
  ] ;
  fhir:ValueSet.url [ fhir:value "http://smart.who.int/immunizations/ValueSet/IMMZ.D.DE204"] ;
  fhir:ValueSet.version [ fhir:value "0.2.0"] ;
  fhir:ValueSet.name [ fhir:value "IMMZ_D_DE204"] ;
  fhir:ValueSet.title [ fhir:value "IMMZ.D.DE204 ValueSet for HIV status"] ;
  fhir:ValueSet.status [ fhir:value "active"] ;
  fhir:ValueSet.date [ fhir:value "2026-07-07T22:09:13+00:00"^^xsd:dateTime] ;
  fhir:ValueSet.publisher [ fhir:value "WHO"] ;
  fhir:ValueSet.contact [
     fhir:index 0 ;
     fhir:ContactDetail.name [ fhir:value "WHO" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "http://who.int" ]
     ]
  ] ;
  fhir:ValueSet.description [ fhir:value "ValueSet for HIV status for IMMZ.D.DE204"] ;
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0 ;
       fhir:ValueSet.compose.include.system [ fhir:value "http://smart.who.int/immunizations/CodeSystem/IMMZ.D" ] ;
       fhir:ValueSet.compose.include.concept [
         fhir:index 0 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "DE205" ] ;
         fhir:ValueSet.compose.include.concept.display [ fhir:value "HIV-positive" ]
       ], [
         fhir:index 1 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "DE206" ] ;
         fhir:ValueSet.compose.include.concept.display [ fhir:value "HIV-negative" ]
       ], [
         fhir:index 2 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "DE207" ] ;
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Unknown" ]
       ]
     ]
  ] ;
  fhir:ValueSet.expansion [
     fhir:ValueSet.expansion.timestamp [ fhir:value "2025-06-25T16:39:07.092Z"^^xsd:dateTime ] ;
     fhir:ValueSet.expansion.contains [
       fhir:index 0 ;
       fhir:ValueSet.expansion.contains.system [ fhir:value "http://smart.who.int/immunizations/CodeSystem/IMMZ.D" ] ;
       fhir:ValueSet.expansion.contains.code [ fhir:value "DE205" ] ;
       fhir:ValueSet.expansion.contains.display [ fhir:value "HIV-positive" ]
     ], [
       fhir:index 1 ;
       fhir:ValueSet.expansion.contains.system [ fhir:value "http://smart.who.int/immunizations/CodeSystem/IMMZ.D" ] ;
       fhir:ValueSet.expansion.contains.code [ fhir:value "DE206" ] ;
       fhir:ValueSet.expansion.contains.display [ fhir:value "HIV-negative" ]
     ], [
       fhir:index 2 ;
       fhir:ValueSet.expansion.contains.system [ fhir:value "http://smart.who.int/immunizations/CodeSystem/IMMZ.D" ] ;
       fhir:ValueSet.expansion.contains.code [ fhir:value "DE207" ] ;
       fhir:ValueSet.expansion.contains.display [ fhir:value "Unknown" ]
     ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/ValueSet/IMMZ.D.DE204.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/ValueSet/IMMZ.D.DE204.ttl> .