@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/PlanDefinition/OncologyPlanDefinitionExample> a fhir:PlanDefinition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "OncologyPlanDefinitionExample"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://nshr-uat.sha.go.ke/fhir/StructureDefinition/nccp-oncology-plan-definition"^^xsd:anyURI ;
       fhir:l <https://nshr-uat.sha.go.ke/fhir/StructureDefinition/nccp-oncology-plan-definition>
     ] )
  ] ; # 
  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>Regimen template for AC-T: Doxorubicin + Cyclophosphamide → Paclitaxel, 8 × 21-day cycles</p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
     fhir:url [
       fhir:v "https://nshr-uat.sha.go.ke/fhir/StructureDefinition/nccp-planned-cycles-extension"^^xsd:anyURI ;
       fhir:l <https://nshr-uat.sha.go.ke/fhir/StructureDefinition/nccp-planned-cycles-extension>
     ] ;
     fhir:value [
       a fhir:Integer ;
       fhir:v 8
     ]
  ] [
     fhir:url [
       fhir:v "https://nshr-uat.sha.go.ke/fhir/StructureDefinition/nccp-cycle-length-days-extension"^^xsd:anyURI ;
       fhir:l <https://nshr-uat.sha.go.ke/fhir/StructureDefinition/nccp-cycle-length-days-extension>
     ] ;
     fhir:value [
       a fhir:Integer ;
       fhir:v 21
     ]
  ] ) ; # 
  fhir:url [
     fhir:v "https://nshr-uat.sha.go.ke/fhir/PlanDefinition/OncologyPlanDefinitionExample"^^xsd:anyURI ;
     fhir:l <https://nshr-uat.sha.go.ke/fhir/PlanDefinition/OncologyPlanDefinitionExample>
  ] ; # 
  fhir:identifier ( [
     fhir:system [
       fhir:v "https://nshr-uat.sha.go.ke/fhir/regimen-id"^^xsd:anyURI ;
       fhir:l <https://nshr-uat.sha.go.ke/fhir/regimen-id>
     ] ;
     fhir:value [ fhir:v "REG-AC-T-V1" ]
  ] ) ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:title [ fhir:v "AC-T Chemotherapy Regimen (21-day cycles)"] ; # 
  fhir:type [
     fhir:coding ( [
       fhir:system [
         fhir:v "https://nshr-uat.sha.go.ke/fhir/CodeSystem/plan-definition-type-cs"^^xsd:anyURI ;
         fhir:l <https://nshr-uat.sha.go.ke/fhir/CodeSystem/plan-definition-type-cs>
       ] ;
       fhir:code [ fhir:v "REGIMEN-TEMPLATE" ] ;
       fhir:display [ fhir:v "Regimen Template" ]
     ] )
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2026-06-08T10:30:33+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: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:action ( [
     fhir:title [ fhir:v "Doxorubicin 60 mg/m² IV — Day 1" ]
  ] [
     fhir:title [ fhir:v "Cyclophosphamide 600 mg/m² IV — Day 1" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

