@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 -------------------------------------------------------------------

<http://localhost:8085/fhir/CodeSystem/care-plan-category-cs> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "care-plan-category-cs"] ; # 
  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 care-plan-category-cs</b></p><a name=\"care-plan-category-cs\"> </a><a name=\"hccare-plan-category-cs\"> </a><p>This case-sensitive code system <code>http://localhost:8085/fhir/CodeSystem/care-plan-category-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\">FOLLOW-UP<a name=\"care-plan-category-cs-FOLLOW-UP\"> </a></td><td>Follow Up</td></tr><tr><td style=\"white-space:nowrap\">IMMUNIZATION<a name=\"care-plan-category-cs-IMMUNIZATION\"> </a></td><td>Immunization</td></tr><tr><td style=\"white-space:nowrap\">REFERRAL<a name=\"care-plan-category-cs-REFERRAL\"> </a></td><td>Referral</td></tr><tr><td style=\"white-space:nowrap\">REHABILITATION<a name=\"care-plan-category-cs-REHABILITATION\"> </a></td><td>Rehabilitation</td></tr><tr><td style=\"white-space:nowrap\">ASSESSMENT<a name=\"care-plan-category-cs-ASSESSMENT\"> </a></td><td>Assessment</td></tr><tr><td style=\"white-space:nowrap\">MEDICATION-MANAGEMENT<a name=\"care-plan-category-cs-MEDICATION-MANAGEMENT\"> </a></td><td>Medication management</td></tr><tr><td style=\"white-space:nowrap\">SURGICAL-PROCEDURE<a name=\"care-plan-category-cs-SURGICAL-PROCEDURE\"> </a></td><td>Surgical procedure</td></tr><tr><td style=\"white-space:nowrap\">EDUCATION<a name=\"care-plan-category-cs-EDUCATION\"> </a></td><td>Education</td></tr><tr><td style=\"white-space:nowrap\">COUNSELING<a name=\"care-plan-category-cs-COUNSELING\"> </a></td><td>Counseling</td></tr><tr><td style=\"white-space:nowrap\">PALLIATION<a name=\"care-plan-category-cs-PALLIATION\"> </a></td><td>Palliation</td></tr><tr><td style=\"white-space:nowrap\">MONITORING<a name=\"care-plan-category-cs-MONITORING\"> </a></td><td>Monitoring</td></tr><tr><td style=\"white-space:nowrap\">ALLERGY-MANAGEMENT<a name=\"care-plan-category-cs-ALLERGY-MANAGEMENT\"> </a></td><td>Allergy management</td></tr><tr><td style=\"white-space:nowrap\">DIABETES-MANAGEMENT<a name=\"care-plan-category-cs-DIABETES-MANAGEMENT\"> </a></td><td>Diabetes management</td></tr><tr><td style=\"white-space:nowrap\">MENTAL-HEALTH-CARE<a name=\"care-plan-category-cs-MENTAL-HEALTH-CARE\"> </a></td><td>Mental health care</td></tr><tr><td style=\"white-space:nowrap\">NUTRITION<a name=\"care-plan-category-cs-NUTRITION\"> </a></td><td>Nutrition</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "http://localhost:8085/fhir/CodeSystem/care-plan-category-cs"^^xsd:anyURI ;
     fhir:l <http://localhost:8085/fhir/CodeSystem/care-plan-category-cs>
  ] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "CarePlanCategoryCS"] ; # 
  fhir:title [ fhir:v "Care Plan Category CodeSystem"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2026-05-31T11:35:58+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Digital Health Agency of Kenya"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "Digital Health Agency of Kenya" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://www.dha.go.ke" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "interoperability@dha.go.ke" ]
     ] )
  ] [
     fhir:name [ fhir:v "Digital Health Agency of Kenya – Interoperability Team" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "interoperability@dha.go.ke" ] ;
       fhir:use [ fhir:v "work" ]
     ] [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://www.dha.go.ke" ] ;
       fhir:use [ fhir:v "work" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Category codes for care plan types. Source: MOH-KENYA OCL CARE-PLAN-CATEGORY."] ; # 
  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:copyright [ fhir:v "Copyright © 2024+ Digital Health Agency of Kenya. This content is licensed under Creative Commons Zero v1.0 Universal (CC0 1.0). No rights reserved.\n"] ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "15"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "FOLLOW-UP" ] ;
     fhir:display [ fhir:v "Follow Up" ]
  ] [
     fhir:code [ fhir:v "IMMUNIZATION" ] ;
     fhir:display [ fhir:v "Immunization" ]
  ] [
     fhir:code [ fhir:v "REFERRAL" ] ;
     fhir:display [ fhir:v "Referral" ]
  ] [
     fhir:code [ fhir:v "REHABILITATION" ] ;
     fhir:display [ fhir:v "Rehabilitation" ]
  ] [
     fhir:code [ fhir:v "ASSESSMENT" ] ;
     fhir:display [ fhir:v "Assessment" ]
  ] [
     fhir:code [ fhir:v "MEDICATION-MANAGEMENT" ] ;
     fhir:display [ fhir:v "Medication management" ]
  ] [
     fhir:code [ fhir:v "SURGICAL-PROCEDURE" ] ;
     fhir:display [ fhir:v "Surgical procedure" ]
  ] [
     fhir:code [ fhir:v "EDUCATION" ] ;
     fhir:display [ fhir:v "Education" ]
  ] [
     fhir:code [ fhir:v "COUNSELING" ] ;
     fhir:display [ fhir:v "Counseling" ]
  ] [
     fhir:code [ fhir:v "PALLIATION" ] ;
     fhir:display [ fhir:v "Palliation" ]
  ] [
     fhir:code [ fhir:v "MONITORING" ] ;
     fhir:display [ fhir:v "Monitoring" ]
  ] [
     fhir:code [ fhir:v "ALLERGY-MANAGEMENT" ] ;
     fhir:display [ fhir:v "Allergy management" ]
  ] [
     fhir:code [ fhir:v "DIABETES-MANAGEMENT" ] ;
     fhir:display [ fhir:v "Diabetes management" ]
  ] [
     fhir:code [ fhir:v "MENTAL-HEALTH-CARE" ] ;
     fhir:display [ fhir:v "Mental health care" ]
  ] [
     fhir:code [ fhir:v "NUTRITION" ] ;
     fhir:display [ fhir:v "Nutrition" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

