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

: MedicationAdministration – James Otieno IV Azithromycin - 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:MedicationAdministration ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example-medicationadministration-otieno-iv"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://nshr-uat.sha.go.ke/fhir/StructureDefinition/ke-medication-administration"^^xsd:anyURI ;
fhir:link <https://nshr-uat.sha.go.ke/fhir/StructureDefinition/ke-medication-administration>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Administration ADM-2025-IPD-00101</b></p><p>Azithromycin 500 mg administered to James Otieno on 11 June 2025 at KNH by Dr. Sarah Njoroge as pre-chemotherapy antibiotic prophylaxis. Route: Inhalation (RT10007). Patient tolerated well with no adverse reactions.</p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "https://ilm-hie.dha.go.ke/fhir/NamingSystem/administration-identifier"^^xsd:anyURI ] ;
fhir:value [ fhir:v "ADM-2025-IPD-00101" ]
  ] ) ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:category [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/medication-admin-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "inpatient" ] ;
fhir:display [ fhir:v "Inpatient" ]     ] )
  ] ; # 
  fhir:medication [
a fhir:CodeableConcept ;
    ( fhir:coding [
fhir:system [ fhir:v "https://nshr-uat.sha.go.ke/fhir/CodeSystem/generic-products-cs"^^xsd:anyURI ] ;
fhir:code [ fhir:v "GE10015" ] ;
fhir:display [ fhir:v "Azithromycin 500 mg Oral Tablet" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/example-patient-otieno" ]
  ] ; # 
  fhir:context [
fhir:reference [ fhir:v "Encounter/example-encounter-otieno-inpatient" ]
  ] ; # 
  fhir:effective [
a fhir:dateTime ;
fhir:v "2025-06-11T09:00:00+03:00"^^xsd:dateTime
  ] ; # 
  fhir:performer ( [
fhir:function [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/med-admin-perform-function"^^xsd:anyURI ] ;
fhir:code [ fhir:v "performer" ] ;
fhir:display [ fhir:v "Performer" ]       ] )     ] ;
fhir:actor [
fhir:reference [ fhir:v "Practitioner/example-practitioner-njoroge" ]     ]
  ] ) ; # 
  fhir:note ( [
fhir:text [ fhir:v "Administered as pre-chemotherapy antibiotic prophylaxis. Patient tolerated infusion well with no adverse reactions." ]
  ] ) ; # 
  fhir:dosage [
fhir:route [
      ( fhir:coding [
fhir:system [ fhir:v "https://nshr-uat.sha.go.ke/fhir/CodeSystem/med-admin-route-cs"^^xsd:anyURI ] ;
fhir:code [ fhir:v "RT10007" ] ;
fhir:display [ fhir:v "Inhalation" ]       ] )     ] ;
fhir:dose [
fhir:value [ fhir:v "500"^^xsd:decimal ] ;
fhir:unit [ fhir:v "mg" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mg" ]     ]
  ] . #