ChanjoKE Immunization Implementation Guide, published by Intellisoft Consulting Ltd. 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/ChanjoKe-FHIR-IG/ and changes regularly. See the Directory of published versions
: KenyanPractitionerExample - 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 -------------------------------------------------------------------
a fhir:Practitioner ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "KenyanPractitionerExample"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://chanjoke.intellisoftkenya.com/fhir/StructureDefinition/KenyanPractitioner"^^xsd:anyURI ;
fhir:link <https://chanjoke.intellisoftkenya.com/fhir/StructureDefinition/KenyanPractitioner> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner KenyanPractitionerExample</b></p><a name=\"KenyanPractitionerExample\"> </a><a name=\"hcKenyanPractitionerExample\"> </a><a name=\"KenyanPractitionerExample-en-US\"> </a><p><b>KenyaAdministrativeGenderExtension</b>: 53994</p><p><b>identifier</b>: <code>https://chanjoke.intellisoftkenya.com/fhir/kenya/practitioner</code>/123456 (use: official, )</p><p><b>name</b>: John Doe </p><p><b>telecom</b>: ph: 0722000000</p><p><b>birthDate</b>: 1980-01-01</p></div>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "https://chanjoke.intellisoftkenya.com/fhir/StructureDefinition/kenya-administrative-gender-extension"^^xsd:anyURI ] ;
fhir:value [ fhir:v "53994" ]
] ) ; #
fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:system [ fhir:v "https://chanjoke.intellisoftkenya.com/fhir/kenya/practitioner"^^xsd:anyURI ] ;
fhir:value [ fhir:v "123456" ]
] ) ; #
fhir:name ( [
fhir:family [ fhir:v "Doe" ] ;
( fhir:given [ fhir:v "John" ] )
] ) ; #
fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "0722000000" ]
] ) ; #
fhir:birthDate [ fhir:v "1980-01-01"^^xsd:date] . #