Kenya ePrescription FHIR Implementation Guide
0.1.0 - ci-build Kenya flag

Kenya ePrescription FHIR Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: EpisodeOfCare – James Otieno Oncology Management - TTL Representation

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:EpisodeOfCare ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example-episodeofcare-otieno-oncology"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://nshr-uat.sha.go.ke/fhir/StructureDefinition/ke-episode-of-care"^^xsd:anyURI ;
fhir:link <https://nshr-uat.sha.go.ke/fhir/StructureDefinition/ke-episode-of-care>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>EpisodeOfCare EOC-2025-ONCO-00099 – Oncology Management</b></p><p>Active oncology episode for James Otieno at KNH from 10 June 2025. Managed by Dr. Sarah Njoroge. Diagnosis: lung cancer.</p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "https://ilm-hie.dha.go.ke/fhir/NamingSystem/episode-identifier"^^xsd:anyURI ] ;
fhir:value [ fhir:v "EOC-2025-ONCO-00099" ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:type ( [
    ( fhir:coding [
fhir:system [ fhir:v "https://nshr-uat.sha.go.ke/fhir/CodeSystem/ke-episode-of-care-type-cs"^^xsd:anyURI ] ;
fhir:code [ fhir:v "oncology" ] ;
fhir:display [ fhir:v "Oncology Management" ]     ] )
  ] ) ; # 
  fhir:diagnosis ( [
fhir:condition [
fhir:reference [ fhir:v "Condition/example-condition-otieno-lungcancer" ]     ]
  ] ) ; # 
  fhir:patient [
fhir:reference [ fhir:v "Patient/example-patient-otieno" ]
  ] ; # 
  fhir:managingOrganization [
fhir:reference [ fhir:v "Organization/example-organization-knh" ]
  ] ; # 
  fhir:period [
fhir:start [ fhir:v "2025-06-10"^^xsd:date ]
  ] ; # 
  fhir:careManager [
fhir:reference [ fhir:v "Practitioner/example-practitioner-njoroge" ]
  ] . #