Kenya ePrescription Implementation Guide
0.1.0 - ci-build Kenya flag

Kenya ePrescription 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/Kenya-ePrescription-IG/ and changes regularly. See the Directory of published versions

: Practitioner – Dr. Sarah Njoroge - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/Practitioner/example-practitioner-njoroge> a fhir:Practitioner ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "example-practitioner-njoroge"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner example-practitioner-njoroge</b></p><a name=\"example-practitioner-njoroge\"> </a><a name=\"hcexample-practitioner-njoroge\"> </a><p><b>identifier</b>: <a href=\"NamingSystem-ns-medical-licence.html\" title=\"KMPDC licence number used to uniquely identify registered medical practitioners across the national health system.\">KenyaMedicalLicence</a>/KE-MED-00123</p><p><b>name</b>: Sarah Njoroge (Official)</p><p><b>telecom</b>: <a href=\"mailto:s.njoroge@knh.go.ke\">s.njoroge@knh.go.ke</a></p><h3>Qualifications</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Identifier</b></td><td><b>Code</b></td></tr><tr><td style=\"display: none\">*</td><td>KE-MED-00123</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0360 MD}\">Doctor of Medicine</span></td></tr></table></div>"
  ] ;
  fhir:Practitioner.identifier [
     fhir:index 0 ;
     fhir:Identifier.system [ fhir:value "https://ilm-hie.dha.go.ke/fhir/NamingSystem/medical-licence" ] ;
     fhir:Identifier.value [ fhir:value "KE-MED-00123" ]
  ] ;
  fhir:Practitioner.name [
     fhir:index 0 ;
     fhir:HumanName.use [ fhir:value "official" ] ;
     fhir:HumanName.family [ fhir:value "Njoroge" ] ;
     fhir:HumanName.given [
       fhir:value "Sarah" ;
       fhir:index 0
     ] ;
     fhir:HumanName.prefix [
       fhir:value "Dr." ;
       fhir:index 0
     ]
  ] ;
  fhir:Practitioner.telecom [
     fhir:index 0 ;
     fhir:ContactPoint.system [ fhir:value "email" ] ;
     fhir:ContactPoint.value [ fhir:value "s.njoroge@knh.go.ke" ]
  ] ;
  fhir:Practitioner.qualification [
     fhir:index 0 ;
     fhir:Practitioner.qualification.identifier [
       fhir:index 0 ;
       fhir:Identifier.value [ fhir:value "KE-MED-00123" ]
     ] ;
     fhir:Practitioner.qualification.code [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0360" ] ;
         fhir:Coding.code [ fhir:value "MD" ] ;
         fhir:Coding.display [ fhir:value "Doctor of Medicine" ]
       ]
     ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/Practitioner/example-practitioner-njoroge.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Practitioner/example-practitioner-njoroge.ttl> .