SIL HIE Implementation Guide
0.1.0 - sil-hie-active

SIL HIE Implementation Guide, published by Kathurima Kimathi. 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/savannahghi/hie-fhir-ig-profile/ and changes regularly. See the Directory of published versions

: Example HIE PractitionerRole - 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/PractitionerRole/HIEPractitionerRole-example> a fhir:PractitionerRole ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "HIEPractitionerRole-example"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://nshr.dha.go.ke/fhir/StructureDefinition/practitionerrole"^^xsd:anyURI ;
       fhir:link <https://nshr.dha.go.ke/fhir/StructureDefinition/practitionerrole>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>PractitionerRole Summary</b></p><p>Dr. John Clinician, Cardiologist at Acme Health Center. Accepting referrals. Weekday availability 09:00 to 17:00, except on scheduled CME.</p><table><tbody><tr><td><b>Practitioner</b></td><td>Practitioner/pr-001 (Dr. John Clinician)</td></tr><tr><td><b>Organization</b></td><td>Organization/org-001 (Acme Health Center)</td></tr><tr><td><b>Role</b></td><td>Doctor</td></tr><tr><td><b>Specialty</b></td><td>Cardiology</td></tr><tr><td><b>Locations</b></td><td>Location/loc-cardiology-1</td></tr><tr><td><b>Services</b></td><td>HealthcareService/hs-cardiology-opd</td></tr><tr><td><b>Telecom</b></td><td>+254700000010, cardiology@acme.example.org</td></tr><tr><td><b>Availability</b></td><td>Mon–Fri, 09:00–17:00</td></tr><tr><td><b>Exceptions</b></td><td>CME 2025-12-05 to 2025-12-06</td></tr></tbody></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
     fhir:use [ fhir:v "official" ] ;
     fhir:type [
       fhir:coding ( [
         fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "PRN" ] ;
         fhir:display [ fhir:v "Provider number" ]
       ] )
     ] ;
     fhir:system [ fhir:v "http://acme.example.org/dir/roles"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "PRROLE-0001" ]
  ] ) ; # 
  fhir:active [ fhir:v true] ; # 
  fhir:practitioner [
     fhir:link <http://hl7.org/fhir/Practitioner/pr-001> ;
     fhir:reference [ fhir:v "Practitioner/pr-001" ] ;
     fhir:display [ fhir:v "Dr. John Clinician" ]
  ] ; # 
  fhir:organization [
     fhir:link <http://hl7.org/fhir/Organization/org-001> ;
     fhir:reference [ fhir:v "Organization/org-001" ] ;
     fhir:display [ fhir:v "Acme Health Center" ]
  ] ; # 
  fhir:code ( [
     fhir:coding ( [
       fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/practitioner-role"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "doctor" ] ;
       fhir:display [ fhir:v "Doctor" ]
     ] )
  ] ) ; # 
  fhir:specialty ( [
     fhir:coding ( [
       a sct:394579002 ;
       fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "394579002" ] ;
       fhir:display [ fhir:v "Cardiology" ]
     ] )
  ] ) ; # 
  fhir:location ( [
     fhir:link <http://hl7.org/fhir/Location/loc-cardiology-1> ;
     fhir:reference [ fhir:v "Location/loc-cardiology-1" ] ;
     fhir:display [ fhir:v "Cardiology OPD Room 3" ]
  ] ) ; # 
  fhir:healthcareService ( [
     fhir:link <http://hl7.org/fhir/HealthcareService/hs-cardiology-opd> ;
     fhir:reference [ fhir:v "HealthcareService/hs-cardiology-opd" ] ;
     fhir:display [ fhir:v "Outpatient Cardiology Service" ]
  ] ) ; # 
  fhir:telecom ( [
     fhir:system [ fhir:v "phone" ] ;
     fhir:value [ fhir:v "+254700000010" ] ;
     fhir:use [ fhir:v "work" ] ;
     fhir:rank [ fhir:v "1"^^xsd:positiveInteger ]
  ] [
     fhir:system [ fhir:v "email" ] ;
     fhir:value [ fhir:v "cardiology@acme.example.org" ] ;
     fhir:use [ fhir:v "work" ]
  ] ) ; # 
  fhir:availableTime ( [
     fhir:daysOfWeek ( [ fhir:v "mon" ] [ fhir:v "tue" ] [ fhir:v "wed" ] [ fhir:v "thu" ] [ fhir:v "fri" ] ) ;
     fhir:allDay [ fhir:v false ] ;
     fhir:availableStartTime [ fhir:v "09:00:00"^^xsd:time ] ;
     fhir:availableEndTime [ fhir:v "17:00:00"^^xsd:time ]
  ] ) ; # 
  fhir:notAvailable ( [
     fhir:description [ fhir:v "CME attendance" ] ;
     fhir:during [
       fhir:start [ fhir:v "2025-12-05"^^xsd:date ] ;
       fhir:end [ fhir:v "2025-12-06"^^xsd:date ]
     ]
  ] ) ; # 
  fhir:endpoint ( [
     fhir:link <http://hl7.org/fhir/Endpoint/ep-fhir-r4> ;
     fhir:reference [ fhir:v "Endpoint/ep-fhir-r4" ] ;
     fhir:display [ fhir:v "FHIR R4 Endpoint for Scheduling" ]
  ] ) . # 

<http://hl7.org/fhir/Practitioner/pr-001> a fhir:Practitioner .

<http://hl7.org/fhir/Organization/org-001> a fhir:Organization .

<http://hl7.org/fhir/Location/loc-cardiology-1> a fhir:Location .

<http://hl7.org/fhir/HealthcareService/hs-cardiology-opd> a fhir:HealthcareService .

<http://hl7.org/fhir/Endpoint/ep-fhir-r4> a fhir:Endpoint .