@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 -------------------------------------------------------------------

<https://nshr-uat.sha.go.ke/fhir/Practitioner/ECLM-PRA-001> a fhir:Practitioner ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ECLM-PRA-001"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://nshr-uat.sha.go.ke/fhir/StructureDefinition/ke-eclaims-practitioner"^^xsd:anyURI ;
       fhir:l <https://nshr-uat.sha.go.ke/fhir/StructureDefinition/ke-eclaims-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 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>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
     fhir:use [ fhir:v "official" ] ;
     fhir:type [
       fhir:coding ( [
         fhir:system [
           fhir:v "https://nshr-uat.sha.go.ke/fhir/CodeSystem/identifier-types-cs"^^xsd:anyURI ;
           fhir:l <https://nshr-uat.sha.go.ke/fhir/CodeSystem/identifier-types-cs>
         ] ;
         fhir:code [ fhir:v "SHA-NUMBER" ] ;
         fhir:display [ fhir:v "SHA Number" ]
       ] )
     ] ;
     fhir:system [
       fhir:v "https://nshr-uat.sha.go.ke/fhir/Identifier/provider-number"^^xsd:anyURI ;
       fhir:l <https://nshr-uat.sha.go.ke/fhir/Identifier/provider-number>
     ] ;
     fhir:value [ fhir:v "DR-KE-00456" ]
  ] ) ; # 
  fhir:active [ fhir:v true] ; # 
  fhir:name ( [
     fhir:use [ fhir:v "official" ] ;
     fhir:family [ fhir:v "Ochieng" ] ;
     fhir:given ( [ fhir:v "Dr. James" ] ) ;
     fhir:prefix ( [ fhir:v "Dr." ] )
  ] ) ; # 
  fhir:telecom ( [
     fhir:system [ fhir:v "phone" ] ;
     fhir:value [ fhir:v "+254711234567" ] ;
     fhir:use [ fhir:v "work" ]
  ] ) ; # 
  fhir:gender [ fhir:v "male"] ; # 
  fhir:birthDate [ fhir:v "1978-03-22"^^xsd:date] . # 

# -------------------------------------------------------------------------------------

