Kenya-ePrescription-IG - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Example Kenya ePrescription Practitioner - 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-kenya-eprescription-practitioner"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://example.org/StructureDefinition/kenya-eprescription-practitioner"^^xsd:anyURI ;
fhir:l <http://example.org/StructureDefinition/kenya-eprescription-practitioner> ] )
] ; #
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-kenya-eprescription-practitioner</b></p><a name=\"example-kenya-eprescription-practitioner\"> </a><a name=\"hcexample-kenya-eprescription-practitioner\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-kenya-eprescription-practitioner.html\">Practitioner - ePrescription</a></p></div><p><b>identifier</b>: <code>http://moh.health.go.ke/practitioner-license</code>/MOH-PRAC-78945, <code>http://kenyamedicalboard.or.ke/registry</code>/KMPDC-2025-1234</p><p><b>name</b>: Peter Kamau Mwangi (Official)</p><p><b>telecom</b>: <a href=\"tel:+254-722-987654\">+254-722-987654</a></p><h3>Qualifications</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Identifier</b></td><td><b>Code</b></td><td><b>Period</b></td><td><b>Issuer</b></td></tr><tr><td style=\"display: none\">*</td><td><code>http://moh.health.go.ke/qualification</code>/QUAL-12345</td><td><span title=\"Codes:\">Bachelor of Medicine and Bachelor of Surgery (MBChB)</span></td><td>2010-01-01 --> (ongoing)</td><td>University of Nairobi</td></tr></table></div>"^^rdf:XMLLiteral ]
] ; #
fhir:identifier ( [
fhir:system [
fhir:v "http://moh.health.go.ke/practitioner-license"^^xsd:anyURI ;
fhir:l <http://moh.health.go.ke/practitioner-license> ] ;
fhir:value [ fhir:v "MOH-PRAC-78945" ]
] [
fhir:system [
fhir:v "http://kenyamedicalboard.or.ke/registry"^^xsd:anyURI ;
fhir:l <http://kenyamedicalboard.or.ke/registry> ] ;
fhir:value [ fhir:v "KMPDC-2025-1234" ]
] ) ; #
fhir:name ( [
fhir:use [ fhir:v "official" ] ;
fhir:family [ fhir:v "Mwangi" ] ;
( fhir:given [ fhir:v "Peter Kamau" ] )
] ) ; #
fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+254-722-987654" ] ;
fhir:use [ fhir:v "work" ]
] ) ; #
fhir:qualification ( [
( fhir:identifier [
fhir:system [
fhir:v "http://moh.health.go.ke/qualification"^^xsd:anyURI ;
fhir:l <http://moh.health.go.ke/qualification> ] ;
fhir:value [ fhir:v "QUAL-12345" ] ] ) ;
fhir:code [
fhir:text [ fhir:v "Bachelor of Medicine and Bachelor of Surgery (MBChB)" ] ] ;
fhir:period [
fhir:start [ fhir:v "2010-01-01"^^xsd:date ] ] ;
fhir:issuer [
fhir:display [ fhir:v "University of Nairobi" ] ]
] ) . #