Kenya National Cancer Control Programme (NCCP) FHIR Implementation Guide
0.1.0 - ci-build Kenya flag

Kenya National Cancer Control Programme (NCCP) FHIR Implementation Guide, published by Digital Health Agency (DHA), Kenya. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IntelliSOFT-Consulting/nccpFHIRIG/ and changes regularly. See the Directory of published versions

: Example Radiotherapy Dose Observation — End-of-Treatment Summary

Raw ttl | Download


@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 -------------------------------------------------------------------

 a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "RadiotherapyDoseObservationExample"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://nshr-uat.sha.go.ke/fhir/StructureDefinition/nccp-radiotherapy-dose-observation"^^xsd:anyURI ;
fhir:l <https://nshr-uat.sha.go.ke/fhir/StructureDefinition/nccp-radiotherapy-dose-observation>     ] )
  ] ; # 
  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>End-of-treatment dose summary: 50 Gy total dose, 25 fractions × 2 Gy, PTV whole breast</p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
fhir:url [
fhir:v "https://nshr-uat.sha.go.ke/fhir/StructureDefinition/nccp-rt-target-volume-extension"^^xsd:anyURI ;
fhir:l <https://nshr-uat.sha.go.ke/fhir/StructureDefinition/nccp-rt-target-volume-extension>     ] ;
fhir:value [
a fhir:Code ;
fhir:v "PTV"     ]
  ] ) ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [
fhir:v "https://nshr-uat.sha.go.ke/fhir/CodeSystem/sha-interventions-cs"^^xsd:anyURI ;
fhir:l <https://nshr-uat.sha.go.ke/fhir/CodeSystem/sha-interventions-cs>       ] ;
fhir:code [ fhir:v "SHA-RT-ADJUVANT" ] ;
fhir:display [ fhir:v "SHA: Radiotherapy — Adjuvant" ]     ] )
  ] ; # 
  fhir:subject [
fhir:l fhir:Patient/example-patient ;
fhir:reference [ fhir:v "Patient/example-patient" ]
  ] ; # 
  fhir:focus ( [
fhir:l fhir:Condition/example-condition ;
fhir:reference [ fhir:v "Condition/example-condition" ]
  ] ) ; # 
  fhir:effective [
a fhir:DateTime ;
fhir:v "2026-03-14"^^xsd:date
  ] ; # 
  fhir:performer ( [
fhir:l fhir:Practitioner/example-radiation-therapist ;
fhir:reference [ fhir:v "Practitioner/example-radiation-therapist" ]
  ] ) ; # 
  fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "50"^^xsd:decimal ] ;
fhir:unit [ fhir:v "Gy" ] ;
fhir:system [
fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
fhir:l <http://unitsofmeasure.org>     ] ;
fhir:code [ fhir:v "Gy" ]
  ] ; # 
  fhir:component ( [
fhir:code [
      ( fhir:coding [
fhir:system [
fhir:v "https://nshr-uat.sha.go.ke/fhir/CodeSystem/sha-interventions-cs"^^xsd:anyURI ;
fhir:l <https://nshr-uat.sha.go.ke/fhir/CodeSystem/sha-interventions-cs>         ] ;
fhir:code [ fhir:v "SHA-RT-DOSE-PER-FRACTION" ] ;
fhir:display [ fhir:v "SHA: RT Dose Per Fraction" ]       ] )     ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "2"^^xsd:decimal ] ;
fhir:unit [ fhir:v "Gy" ] ;
fhir:system [
fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
fhir:l <http://unitsofmeasure.org>       ] ;
fhir:code [ fhir:v "Gy" ]     ]
  ] [
fhir:code [
      ( fhir:coding [
fhir:system [
fhir:v "https://nshr-uat.sha.go.ke/fhir/CodeSystem/sha-interventions-cs"^^xsd:anyURI ;
fhir:l <https://nshr-uat.sha.go.ke/fhir/CodeSystem/sha-interventions-cs>         ] ;
fhir:code [ fhir:v "SHA-RT-TOTAL-FRACTIONS" ] ;
fhir:display [ fhir:v "SHA: RT Total Fractions Delivered" ]       ] )     ] ;
fhir:value [
a fhir:Integer ;
fhir:v 25     ]
  ] ) . #