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 Oncology Adverse Event — Grade 3 Febrile Neutropenia

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:AdverseEvent ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "OncologyAdverseEventExample"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://nshr-uat.sha.go.ke/fhir/StructureDefinition/nccp-oncology-adverse-event"^^xsd:anyURI ;
fhir:l <https://nshr-uat.sha.go.ke/fhir/StructureDefinition/nccp-oncology-adverse-event>     ] )
  ] ; # 
  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>Grade 3 febrile neutropenia reported day 10 post AC cycle 1; patient hospitalised for IV antibiotics</p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
fhir:url [
fhir:v "https://nshr-uat.sha.go.ke/fhir/StructureDefinition/nccp-ctcae-grade-extension"^^xsd:anyURI ;
fhir:l <https://nshr-uat.sha.go.ke/fhir/StructureDefinition/nccp-ctcae-grade-extension>     ] ;
fhir:value [
a fhir:Integer ;
fhir:v 3     ]
  ] [
fhir:url [
fhir:v "https://nshr-uat.sha.go.ke/fhir/StructureDefinition/nccp-ctcae-action-taken-extension"^^xsd:anyURI ;
fhir:l <https://nshr-uat.sha.go.ke/fhir/StructureDefinition/nccp-ctcae-action-taken-extension>     ] ;
fhir:value [
a fhir:Code ;
fhir:v "HOSPITALISED"     ]
  ] ) ; # 
  fhir:actuality [ fhir:v "actual"] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [
fhir:v "https://nshr-uat.sha.go.ke/fhir/CodeSystem/adverse-event-category-cs"^^xsd:anyURI ;
fhir:l <https://nshr-uat.sha.go.ke/fhir/CodeSystem/adverse-event-category-cs>       ] ;
fhir:code [ fhir:v "MEDICATION-MISHAP" ] ;
fhir:display [ fhir:v "Medication Mishap" ]     ] )
  ] ) ; # 
  fhir:event [
    ( fhir:coding [
fhir:system [
fhir:v "https://nshr-uat.sha.go.ke/fhir/CodeSystem/ctcae-terms-cs"^^xsd:anyURI ;
fhir:l <https://nshr-uat.sha.go.ke/fhir/CodeSystem/ctcae-terms-cs>       ] ;
fhir:code [ fhir:v "FEBRILE-NEUTROPENIA" ] ;
fhir:display [ fhir:v "Febrile Neutropenia" ]     ] )
  ] ; # 
  fhir:subject [
fhir:l fhir:Patient/example-patient ;
fhir:reference [ fhir:v "Patient/example-patient" ]
  ] ; # 
  fhir:encounter [
fhir:l fhir:Encounter/example-encounter ;
fhir:reference [ fhir:v "Encounter/example-encounter" ]
  ] ; # 
  fhir:date [ fhir:v "2026-01-25"^^xsd:date] ; # 
  fhir:severity [
    ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/adverse-event-severity"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/adverse-event-severity>       ] ;
fhir:code [ fhir:v "severe" ] ;
fhir:display [ fhir:v "Severe" ]     ] )
  ] ; # 
  fhir:outcome [
    ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/adverse-event-outcome"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/adverse-event-outcome>       ] ;
fhir:code [ fhir:v "recovering" ] ;
fhir:display [ fhir:v "Recovering" ]     ] )
  ] ; # 
  fhir:recorder [
fhir:l fhir:Practitioner/example-practitioner ;
fhir:reference [ fhir:v "Practitioner/example-practitioner" ]
  ] ; # 
  fhir:suspectEntity ( [
fhir:instance [
fhir:l fhir:MedicationAdministration/example-med-admin ;
fhir:reference [ fhir:v "MedicationAdministration/example-med-admin" ]     ] ;
    ( fhir:causality [
fhir:assessment [
        ( fhir:coding [
fhir:system [
fhir:v "https://nshr-uat.sha.go.ke/fhir/CodeSystem/ctcae-attribution-cs"^^xsd:anyURI ;
fhir:l <https://nshr-uat.sha.go.ke/fhir/CodeSystem/ctcae-attribution-cs>           ] ;
fhir:code [ fhir:v "PROBABLE" ] ;
fhir:display [ fhir:v "Probable" ]         ] )       ]     ] )
  ] ) . #