Kenya eClaims Implementation Guide
0.1.0 - ci-build Kenya flag

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

: Example eClaims Practitioner - 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/ECLM-PRA-001> a fhir:Practitioner ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ECLM-PRA-001"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://fhir.dha.go.ke/ig/eclaims/StructureDefinition/ke-eclaims-practitioner" ;
       fhir:index 0 ;
       fhir:link <https://fhir.dha.go.ke/ig/eclaims/StructureDefinition/ke-eclaims-practitioner>
     ]
  ] ;
  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 ECLM-PRA-001</b></p><a name=\"ECLM-PRA-001\"> </a><a name=\"hcECLM-PRA-001\"> </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-ke-eclaims-practitioner.html\">eClaims Practitioner Profile</a></p></div><p><b>identifier</b>: SHA Number/DR-KE-00456 (use: official, )</p><p><b>active</b>: true</p><p><b>name</b>: Dr. James Ochieng (Official)</p><p><b>telecom</b>: <a href=\"tel:+254711234567\">+254711234567</a></p><p><b>gender</b>: Male</p><p><b>birthDate</b>: 1978-03-22</p></div>"
  ] ;
  fhir:Practitioner.identifier [
     fhir:index 0 ;
     fhir:Identifier.use [ fhir:value "official" ] ;
     fhir:Identifier.type [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "https://nshr-uat.sha.go.ke/fhir/CodeSystem/identifier-types-cs" ] ;
         fhir:Coding.code [ fhir:value "SHA-NUMBER" ] ;
         fhir:Coding.display [ fhir:value "SHA Number" ]
       ]
     ] ;
     fhir:Identifier.system [ fhir:value "https://nshr-uat.sha.go.ke/fhir/Identifier/provider-number" ] ;
     fhir:Identifier.value [ fhir:value "DR-KE-00456" ]
  ] ;
  fhir:Practitioner.active [ fhir:value "true"^^xsd:boolean] ;
  fhir:Practitioner.name [
     fhir:index 0 ;
     fhir:HumanName.use [ fhir:value "official" ] ;
     fhir:HumanName.family [ fhir:value "Ochieng" ] ;
     fhir:HumanName.given [
       fhir:value "Dr. James" ;
       fhir:index 0
     ] ;
     fhir:HumanName.prefix [
       fhir:value "Dr." ;
       fhir:index 0
     ]
  ] ;
  fhir:Practitioner.telecom [
     fhir:index 0 ;
     fhir:ContactPoint.system [ fhir:value "phone" ] ;
     fhir:ContactPoint.value [ fhir:value "+254711234567" ] ;
     fhir:ContactPoint.use [ fhir:value "work" ]
  ] ;
  fhir:Practitioner.gender [ fhir:value "male"] ;
  fhir:Practitioner.birthDate [ fhir:value "1978-03-22"^^xsd:date] .

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

<http://hl7.org/fhir/Practitioner/ECLM-PRA-001.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Practitioner/ECLM-PRA-001.ttl> .