@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://nshr-uat.sha.go.ke/fhir/CodeSystem/ctcae-outcome-cs> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ctcae-outcome-cs"] ; # 
  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 ctcae-outcome-cs</b></p><a name=\"ctcae-outcome-cs\"> </a><a name=\"hcctcae-outcome-cs\"> </a><p>This case-sensitive code system <code>https://nshr-uat.sha.go.ke/fhir/CodeSystem/ctcae-outcome-cs</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\">RECOVERED<a name=\"ctcae-outcome-cs-RECOVERED\"> </a></td><td>Recovered</td></tr><tr><td style=\"white-space:nowrap\">RECOVERING<a name=\"ctcae-outcome-cs-RECOVERING\"> </a></td><td>Recovering</td></tr><tr><td style=\"white-space:nowrap\">NOT-RECOVERED<a name=\"ctcae-outcome-cs-NOT-RECOVERED\"> </a></td><td>Not Recovered</td></tr><tr><td style=\"white-space:nowrap\">RECOVERED-WITH-SEQUELAE<a name=\"ctcae-outcome-cs-RECOVERED-WITH-SEQUELAE\"> </a></td><td>Recovered With Sequelae</td></tr><tr><td style=\"white-space:nowrap\">FATAL<a name=\"ctcae-outcome-cs-FATAL\"> </a></td><td>Fatal</td></tr><tr><td style=\"white-space:nowrap\">OUTCOME-UNKNOWN<a name=\"ctcae-outcome-cs-OUTCOME-UNKNOWN\"> </a></td><td>Outcome Unknown</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "https://nshr-uat.sha.go.ke/fhir/CodeSystem/ctcae-outcome-cs"^^xsd:anyURI ;
     fhir:l <https://nshr-uat.sha.go.ke/fhir/CodeSystem/ctcae-outcome-cs>
  ] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "CTCAEOutcomeCS"] ; # 
  fhir:title [ fhir:v "Kenya CTCAE Outcome Code System"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2026-06-04T14:49:30+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Digital Health Agency (DHA), Kenya"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "Digital Health Agency (DHA), Kenya" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://dha.go.ke" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "info@dha.go.ke" ]
     ] )
  ] [
     fhir:name [ fhir:v "Digital Health Agency Kenya – FHIR Team" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "info@dha.go.ke" ] ;
       fhir:use [ fhir:v "work" ]
     ] [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://dha.go.ke" ] ;
       fhir:use [ fhir:v "work" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "CTCAE outcome codes from MOH-KENYA KNHTS"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ;
         fhir:l <urn:iso:std:iso:3166>
       ] ;
       fhir:code [ fhir:v "KE" ] ;
       fhir:display [ fhir:v "Kenya" ]
     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "6"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "RECOVERED" ] ;
     fhir:display [ fhir:v "Recovered" ]
  ] [
     fhir:code [ fhir:v "RECOVERING" ] ;
     fhir:display [ fhir:v "Recovering" ]
  ] [
     fhir:code [ fhir:v "NOT-RECOVERED" ] ;
     fhir:display [ fhir:v "Not Recovered" ]
  ] [
     fhir:code [ fhir:v "RECOVERED-WITH-SEQUELAE" ] ;
     fhir:display [ fhir:v "Recovered With Sequelae" ]
  ] [
     fhir:code [ fhir:v "FATAL" ] ;
     fhir:display [ fhir:v "Fatal" ]
  ] [
     fhir:code [ fhir:v "OUTCOME-UNKNOWN" ] ;
     fhir:display [ fhir:v "Outcome Unknown" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

