Kenya Core Implementation Guide, published by Digital Health Agency (DHA), Kenya. This guide is not an authorized publication; it is the continuous build for version 1.0.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-core-FHIR-IG/ and changes regularly. See the Directory of published versions
: Example 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:Resource.meta [
fhir:Meta.profile [
fhir:value "https://fhir.dha.go.ke/ig/core/StructureDefinition/practitioner-sha-ke|1.0.0" ;
fhir:index 0 ;
fhir:link <https://fhir.dha.go.ke/ig/core/StructureDefinition/practitioner-sha-ke|1.0.0>
]
] ;
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><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-practitioner-sha-ke.html\">KenyaCore Practitioner Profile</a> version: 1.0.0</p></div><p><b>identifier</b>: <code>https://fhir.sha.go.ke/fhir/Practitioner/PractitionerRegistrationNumber</code>/KMPDC-2018-04521 (use: official, ), <code>https://fhir.sha.go.ke/fhir/Practitioner/PractitionerRegistryID</code>/HWR-2015-003391 (use: official, ), <code>https://fhir.sha.go.ke/fhir/Practitioner/National_ID</code>/23456789 (use: official, )</p><p><b>active</b>: true</p><p><b>name</b>: Dr. Sarah Njoroge</p><p><b>telecom</b>: <a href=\"mailto:sarah.njoroge@knh.or.ke\">sarah.njoroge@knh.or.ke</a>, <a href=\"tel:+254722123456\">+254722123456</a></p><p><b>gender</b>: Female</p></div>"
] ;
fhir:Practitioner.identifier [
fhir:index 0 ;
fhir:Identifier.use [ fhir:value "official" ] ;
fhir:Identifier.system [ fhir:value "https://fhir.sha.go.ke/fhir/Practitioner/PractitionerRegistrationNumber" ] ;
fhir:Identifier.value [ fhir:value "KMPDC-2018-04521" ]
], [
fhir:index 1 ;
fhir:Identifier.use [ fhir:value "official" ] ;
fhir:Identifier.system [ fhir:value "https://fhir.sha.go.ke/fhir/Practitioner/PractitionerRegistryID" ] ;
fhir:Identifier.value [ fhir:value "HWR-2015-003391" ]
], [
fhir:index 2 ;
fhir:Identifier.use [ fhir:value "official" ] ;
fhir:Identifier.system [ fhir:value "https://fhir.sha.go.ke/fhir/Practitioner/National_ID" ] ;
fhir:Identifier.value [ fhir:value "23456789" ]
] ;
fhir:Practitioner.active [ fhir:value "true"^^xsd:boolean] ;
fhir:Practitioner.name [
fhir:index 0 ;
fhir:HumanName.text [ fhir:value "Dr. Sarah Njoroge" ]
] ;
fhir:Practitioner.telecom [
fhir:index 0 ;
fhir:ContactPoint.system [ fhir:value "email" ] ;
fhir:ContactPoint.value [ fhir:value "sarah.njoroge@knh.or.ke" ]
], [
fhir:index 1 ;
fhir:ContactPoint.system [ fhir:value "phone" ] ;
fhir:ContactPoint.value [ fhir:value "+254722123456" ]
] ;
fhir:Practitioner.gender [ fhir:value "female"] .
# - 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> .