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

: Medication – Azithromycin 500 mg Film-Coated Tablet - 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:Medication ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example-medication-azithromycin"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://nshr-uat.sha.go.ke/fhir/StructureDefinition/ke-medication"^^xsd:anyURI ;
fhir:link <https://nshr-uat.sha.go.ke/fhir/StructureDefinition/ke-medication>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Azithromycin 500 mg Film-Coated Tablet</b></p><p>Kenya MOH Generic Product: GE10015. Active ingredient: Azithromycin (AC10746), 500 mg per tablet. Formulation: Tablet, Film-Coated (DF10594). Batch: LOT2025KNH001, expires 2027-06-30.</p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "https://ilm-hie.dha.go.ke/fhir/NamingSystem/medication-identifier"^^xsd:anyURI ] ;
fhir:value [ fhir:v "KE-MED-AZI-500" ]
  ] ) ; # 
  fhir:code [
    ( 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:status [ fhir:v "active"] ; # 
  fhir:form [
    ( fhir:coding [
fhir:system [ fhir:v "https://nshr-uat.sha.go.ke/fhir/CodeSystem/formulation-cs"^^xsd:anyURI ] ;
fhir:code [ fhir:v "DF10594" ] ;
fhir:display [ fhir:v "Tablet, Film-Coated" ]     ] )
  ] ; # 
  fhir:ingredient ( [
fhir:item [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [ fhir:v "https://nshr-uat.sha.go.ke/fhir/CodeSystem/active-components-cs"^^xsd:anyURI ] ;
fhir:code [ fhir:v "AC10746" ] ;
fhir:display [ fhir:v "Azithromycin" ]       ] )     ] ;
fhir:strength [
fhir:numerator [
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" ]       ] ;
fhir:denominator [
fhir:value [ fhir:v "1"^^xsd:decimal ] ;
fhir:unit [ fhir:v "tablet" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1" ]       ]     ]
  ] ) ; # 
  fhir:batch [
fhir:lotNumber [ fhir:v "LOT2025KNH001" ] ;
fhir:expirationDate [ fhir:v "2027-06-30"^^xsd:date ]
  ] . #