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
: 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 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:Practitioner ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "example-practitioner-njoroge"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<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>"^^rdf:XMLLiteral ]
] ; #
fhir:identifier ( [
fhir:system [
fhir:v "https://ilm-hie.dha.go.ke/fhir/NamingSystem/medical-licence"^^xsd:anyURI ;
fhir:l <https://ilm-hie.dha.go.ke/fhir/NamingSystem/medical-licence> ] ;
fhir:value [ fhir:v "KE-MED-00123" ]
] ) ; #
fhir:name ( [
fhir:use [ fhir:v "official" ] ;
fhir:family [ fhir:v "Njoroge" ] ;
( fhir:given [ fhir:v "Sarah" ] ) ;
( fhir:prefix [ fhir:v "Dr." ] )
] ) ; #
fhir:telecom ( [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "s.njoroge@knh.go.ke" ]
] ) ; #
fhir:qualification ( [
( fhir:identifier [
fhir:value [ fhir:v "KE-MED-00123" ] ] ) ;
fhir:code [
( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/v2-0360"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/v2-0360> ] ;
fhir:code [ fhir:v "MD" ] ;
fhir:display [ fhir:v "Doctor of Medicine" ] ] ) ]
] ) . #