IPTp-SP Digital Support System Implementation Guide
0.1.0 - ci-build Kenya flag

IPTp-SP Digital Support System Implementation Guide, published by IPTp-SP Digital Support System Implementation Team. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/daviemukungi/IPTp-FHIR-implementationIG/ and changes regularly. See the Directory of published versions

: IPTp ADR Severity Value Set - TTL Representation

Draft as of 2026-06-30

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/iptp-adr-severity-vs> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "iptp-adr-severity-vs"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet iptp-adr-severity-vs</b></p><a name=\"iptp-adr-severity-vs\"> </a><a name=\"hciptp-adr-severity-vs\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-iptp-code-system.html\"><code>http://iptp.kemri.go.ke/fhir/CodeSystem/iptp-code-system</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version ?0.1.0</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"CodeSystem-iptp-code-system.html#iptp-code-system-adr-mild\">adr-mild</a></td><td style=\"color: #cccccc\">Mild ADR</td><td>Mild adverse drug reaction</td></tr><tr><td><a href=\"CodeSystem-iptp-code-system.html#iptp-code-system-adr-severe\">adr-severe</a></td><td style=\"color: #cccccc\">Severe ADR</td><td>Severe adverse drug reaction requiring immediate care</td></tr></table></li></ul></div>"
  ] ;
  fhir:ValueSet.url [ fhir:value "http://iptp.kemri.go.ke/fhir/ValueSet/iptp-adr-severity-vs"] ;
  fhir:ValueSet.version [ fhir:value "0.1.0"] ;
  fhir:ValueSet.name [ fhir:value "IPTpADRSeverityVS"] ;
  fhir:ValueSet.title [ fhir:value "IPTp ADR Severity Value Set"] ;
  fhir:ValueSet.status [ fhir:value "draft"] ;
  fhir:ValueSet.date [ fhir:value "2026-06-30T18:47:18+00:00"^^xsd:dateTime] ;
  fhir:ValueSet.publisher [ fhir:value "IPTp-SP Digital Support System Implementation Team"] ;
  fhir:ValueSet.contact [
     fhir:index 0 ;
     fhir:ContactDetail.name [ fhir:value "IPTp-SP Digital Support System Implementation Team" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "http://iptp.kemri.go.ke" ]
     ]
  ] ;
  fhir:ValueSet.description [ fhir:value "Severity codes for adverse drug reactions in the IPTp program"] ;
  fhir:ValueSet.jurisdiction [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ] ;
       fhir:Coding.code [ fhir:value "KE" ] ;
       fhir:Coding.display [ fhir:value "Kenya" ]
     ]
  ] ;
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0 ;
       fhir:ValueSet.compose.include.system [ fhir:value "http://iptp.kemri.go.ke/fhir/CodeSystem/iptp-code-system" ] ;
       fhir:ValueSet.compose.include.concept [
         fhir:index 0 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "adr-mild" ]
       ], [
         fhir:index 1 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "adr-severe" ]
       ]
     ]
  ] .

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

<http://hl7.org/fhir/ValueSet/iptp-adr-severity-vs.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/ValueSet/iptp-adr-severity-vs.ttl> .