@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/prior-treatment-outcome-cs> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "prior-treatment-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 prior-treatment-outcome-cs</b></p><a name=\"prior-treatment-outcome-cs\"> </a><a name=\"hcprior-treatment-outcome-cs\"> </a><p>This case-sensitive code system <code>https://nshr-uat.sha.go.ke/fhir/CodeSystem/prior-treatment-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><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">COMPLETE-RESPONSE<a name=\"prior-treatment-outcome-cs-COMPLETE-RESPONSE\"> </a></td><td>Complete Response</td><td>No evidence of disease following treatment.</td></tr><tr><td style=\"white-space:nowrap\">PARTIAL-RESPONSE<a name=\"prior-treatment-outcome-cs-PARTIAL-RESPONSE\"> </a></td><td>Partial Response</td><td>Significant tumour reduction but residual disease remains.</td></tr><tr><td style=\"white-space:nowrap\">STABLE-DISEASE<a name=\"prior-treatment-outcome-cs-STABLE-DISEASE\"> </a></td><td>Stable Disease</td><td>No significant change in tumour size.</td></tr><tr><td style=\"white-space:nowrap\">PROGRESSIVE-DISEASE<a name=\"prior-treatment-outcome-cs-PROGRESSIVE-DISEASE\"> </a></td><td>Progressive Disease</td><td>Tumour growth or spread during or after treatment.</td></tr><tr><td style=\"white-space:nowrap\">NOT-EVALUABLE<a name=\"prior-treatment-outcome-cs-NOT-EVALUABLE\"> </a></td><td>Not Evaluable</td><td>Response could not be assessed.</td></tr><tr><td style=\"white-space:nowrap\">TOXICITY-WITHDRAWAL<a name=\"prior-treatment-outcome-cs-TOXICITY-WITHDRAWAL\"> </a></td><td>Withdrawn — Toxicity</td><td>Treatment stopped due to unacceptable side effects.</td></tr><tr><td style=\"white-space:nowrap\">PATIENT-WITHDRAWAL<a name=\"prior-treatment-outcome-cs-PATIENT-WITHDRAWAL\"> </a></td><td>Withdrawn — Patient</td><td>Patient declined to continue treatment.</td></tr><tr><td style=\"white-space:nowrap\">ONGOING<a name=\"prior-treatment-outcome-cs-ONGOING\"> </a></td><td>Ongoing</td><td>Treatment is still in progress; outcome not yet determined.</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "https://nshr-uat.sha.go.ke/fhir/CodeSystem/prior-treatment-outcome-cs"^^xsd:anyURI ;
     fhir:l <https://nshr-uat.sha.go.ke/fhir/CodeSystem/prior-treatment-outcome-cs>
  ] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "PriorTreatmentOutcomeCS"] ; # 
  fhir:title [ fhir:v "Kenya Prior Treatment 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 "Codes representing the outcome of a prior oncology treatment course."] ; # 
  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 "8"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "COMPLETE-RESPONSE" ] ;
     fhir:display [ fhir:v "Complete Response" ] ;
     fhir:definition [ fhir:v "No evidence of disease following treatment." ]
  ] [
     fhir:code [ fhir:v "PARTIAL-RESPONSE" ] ;
     fhir:display [ fhir:v "Partial Response" ] ;
     fhir:definition [ fhir:v "Significant tumour reduction but residual disease remains." ]
  ] [
     fhir:code [ fhir:v "STABLE-DISEASE" ] ;
     fhir:display [ fhir:v "Stable Disease" ] ;
     fhir:definition [ fhir:v "No significant change in tumour size." ]
  ] [
     fhir:code [ fhir:v "PROGRESSIVE-DISEASE" ] ;
     fhir:display [ fhir:v "Progressive Disease" ] ;
     fhir:definition [ fhir:v "Tumour growth or spread during or after treatment." ]
  ] [
     fhir:code [ fhir:v "NOT-EVALUABLE" ] ;
     fhir:display [ fhir:v "Not Evaluable" ] ;
     fhir:definition [ fhir:v "Response could not be assessed." ]
  ] [
     fhir:code [ fhir:v "TOXICITY-WITHDRAWAL" ] ;
     fhir:display [ fhir:v "Withdrawn — Toxicity" ] ;
     fhir:definition [ fhir:v "Treatment stopped due to unacceptable side effects." ]
  ] [
     fhir:code [ fhir:v "PATIENT-WITHDRAWAL" ] ;
     fhir:display [ fhir:v "Withdrawn — Patient" ] ;
     fhir:definition [ fhir:v "Patient declined to continue treatment." ]
  ] [
     fhir:code [ fhir:v "ONGOING" ] ;
     fhir:display [ fhir:v "Ongoing" ] ;
     fhir:definition [ fhir:v "Treatment is still in progress; outcome not yet determined." ]
  ] ) . # 

# -------------------------------------------------------------------------------------

