@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/treatment-intent-cs> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "treatment-intent-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 treatment-intent-cs</b></p><a name=\"treatment-intent-cs\"> </a><a name=\"hctreatment-intent-cs\"> </a><p>This case-sensitive code system <code>https://nshr-uat.sha.go.ke/fhir/CodeSystem/treatment-intent-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\">CURATIVE<a name=\"treatment-intent-cs-CURATIVE\"> </a></td><td>Curative</td><td>Treatment aimed at cure or long-term remission.</td></tr><tr><td style=\"white-space:nowrap\">PALLIATIVE<a name=\"treatment-intent-cs-PALLIATIVE\"> </a></td><td>Palliative</td><td>Treatment aimed at controlling symptoms and improving quality of life.</td></tr><tr><td style=\"white-space:nowrap\">ADJUVANT<a name=\"treatment-intent-cs-ADJUVANT\"> </a></td><td>Adjuvant</td><td>Treatment given after primary therapy to reduce recurrence risk.</td></tr><tr><td style=\"white-space:nowrap\">NEO-ADJUVANT<a name=\"treatment-intent-cs-NEO-ADJUVANT\"> </a></td><td>Neo-adjuvant</td><td>Treatment given before primary therapy to reduce tumour bulk.</td></tr><tr><td style=\"white-space:nowrap\">PROPHYLACTIC<a name=\"treatment-intent-cs-PROPHYLACTIC\"> </a></td><td>Prophylactic</td><td>Treatment to prevent cancer or its recurrence.</td></tr><tr><td style=\"white-space:nowrap\">RADIOSENSITISER<a name=\"treatment-intent-cs-RADIOSENSITISER\"> </a></td><td>Radiosensitiser</td><td>Chemotherapy given concurrently to enhance radiotherapy effect.</td></tr><tr><td style=\"white-space:nowrap\">NOT-APPLICABLE<a name=\"treatment-intent-cs-NOT-APPLICABLE\"> </a></td><td>Not Applicable</td><td>Treatment intent is not applicable or not recorded.</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "https://nshr-uat.sha.go.ke/fhir/CodeSystem/treatment-intent-cs"^^xsd:anyURI ;
     fhir:l <https://nshr-uat.sha.go.ke/fhir/CodeSystem/treatment-intent-cs>
  ] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "TreatmentIntentCS"] ; # 
  fhir:title [ fhir:v "Kenya Treatment Intent 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 clinical intent of an oncology treatment."] ; # 
  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 "7"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "CURATIVE" ] ;
     fhir:display [ fhir:v "Curative" ] ;
     fhir:definition [ fhir:v "Treatment aimed at cure or long-term remission." ]
  ] [
     fhir:code [ fhir:v "PALLIATIVE" ] ;
     fhir:display [ fhir:v "Palliative" ] ;
     fhir:definition [ fhir:v "Treatment aimed at controlling symptoms and improving quality of life." ]
  ] [
     fhir:code [ fhir:v "ADJUVANT" ] ;
     fhir:display [ fhir:v "Adjuvant" ] ;
     fhir:definition [ fhir:v "Treatment given after primary therapy to reduce recurrence risk." ]
  ] [
     fhir:code [ fhir:v "NEO-ADJUVANT" ] ;
     fhir:display [ fhir:v "Neo-adjuvant" ] ;
     fhir:definition [ fhir:v "Treatment given before primary therapy to reduce tumour bulk." ]
  ] [
     fhir:code [ fhir:v "PROPHYLACTIC" ] ;
     fhir:display [ fhir:v "Prophylactic" ] ;
     fhir:definition [ fhir:v "Treatment to prevent cancer or its recurrence." ]
  ] [
     fhir:code [ fhir:v "RADIOSENSITISER" ] ;
     fhir:display [ fhir:v "Radiosensitiser" ] ;
     fhir:definition [ fhir:v "Chemotherapy given concurrently to enhance radiotherapy effect." ]
  ] [
     fhir:code [ fhir:v "NOT-APPLICABLE" ] ;
     fhir:display [ fhir:v "Not Applicable" ] ;
     fhir:definition [ fhir:v "Treatment intent is not applicable or not recorded." ]
  ] ) . # 

# -------------------------------------------------------------------------------------

