SGHI FHIR Profile Implementation Guide
0.1.0 - ci-build

SGHI FHIR Profile 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/sil_fhir_profile_ig/ and changes regularly. See the Directory of published versions

: ExampleSGHIPractitionerRole - 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 -------------------------------------------------------------------

 a fhir:PractitionerRole ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ExampleSGHIPractitionerRole"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://fhir.slade360.co.ke/fhir/StructureDefinition/sghi-practitionerrole"^^xsd:anyURI ;
fhir:link <https://fhir.slade360.co.ke/fhir/StructureDefinition/sghi-practitionerrole>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole ExampleSGHIPractitionerRole</b></p><a name=\"ExampleSGHIPractitionerRole\"> </a><a name=\"hcExampleSGHIPractitionerRole\"> </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-sghi-practitionerrole.html\">SGHI PractitionerRole</a></p></div><p><b>identifier</b>: Medical Record Number/3456789QWERTY</p><p><b>active</b>: true</p><p><b>period</b>: 2025-01-01 --&gt; 2025-01-31</p><p><b>practitioner</b>: <a href=\"Practitioner-ExampleSGHIPractitioner.html\">Practitioner James Pond(official)</a></p><p><b>organization</b>: <a href=\"Organization-ExampleSGHIOrganization.html\">Organization SGHI Healthcare Organization</a></p><p><b>code</b>: <span title=\"Codes:\">doctor</span></p><p><b>specialty</b>: <span title=\"Codes:{http://snomed.info/sct 264814015}\">General practice</span></p><p><b>location</b>: <a href=\"Location-ExampleSGHILocation.html\">Nairobi Hospital</a></p><h3>Contacts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Name</b></td><td><b>Telecom</b></td><td><b>Address</b></td></tr><tr><td style=\"display: none\">*</td><td>Mary Pond(Official)</td><td><a href=\"tel:+254-733-987654\">+254-733-987654</a></td><td>Nairobi 98765 Kenya (work)</td></tr></table><blockquote><p><b>availability</b></p><h3>AvailableTimes</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>DaysOfWeek</b></td><td><b>AllDay</b></td><td><b>AvailableStartTime</b></td><td><b>AvailableEndTime</b></td></tr><tr><td style=\"display: none\">*</td><td>Monday</td><td>false</td><td>08:00:00</td><td>15:00:00</td></tr></table><h3>NotAvailableTimes</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Description</b></td><td><b>During</b></td></tr><tr><td style=\"display: none\">*</td><td>Away on business</td><td>2025-07-07 --&gt; 2025-10-07</td></tr></table></blockquote></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:identifier ( [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "MR" ] ;
fhir:display [ fhir:v "Medical Record Number" ]       ] )     ] ;
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:value [ fhir:v "3456789QWERTY" ] ;
fhir:assigner [
fhir:reference [ fhir:v "Organization/ExampleSGHIOrganization" ]     ]
  ] ) ; # 
  fhir:active [ fhir:v true] ; # 
  fhir:period [
fhir:start [ fhir:v "2025-01-01"^^xsd:date ] ;
fhir:end [ fhir:v "2025-01-31"^^xsd:date ]
  ] ; # 
  fhir:practitioner [
fhir:reference [ fhir:v "Practitioner/ExampleSGHIPractitioner" ]
  ] ; # 
  fhir:organization [
fhir:reference [ fhir:v "Organization/ExampleSGHIOrganization" ]
  ] ; # 
  fhir:code ( [
    ( fhir:coding [
fhir:code [ fhir:v "71388002" ] ;
fhir:display [ fhir:v "doctor" ]     ] )
  ] ) ; # 
  fhir:specialty ( [
    ( fhir:coding [
a sct:264814015 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "264814015" ] ;
fhir:display [ fhir:v "General practice" ]     ] )
  ] ) ; # 
  fhir:location ( [
fhir:reference [ fhir:v "Location/ExampleSGHILocation" ] ;
fhir:display [ fhir:v "Nairobi Hospital" ]
  ] ) ; # 
  fhir:contact ( [
    ( fhir:name [
fhir:use [ fhir:v "official" ] ;
fhir:text [ fhir:v "Mary Pond" ] ;
fhir:family [ fhir:v "Pond" ] ;
      ( fhir:given [ fhir:v "Mary" ] )     ] ) ;
    ( fhir:telecom [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+254-733-987654" ]     ] ) ;
fhir:address [
fhir:use [ fhir:v "work" ] ;
fhir:type [ fhir:v "physical" ] ;
fhir:city [ fhir:v "Nairobi" ] ;
fhir:postalCode [ fhir:v "98765" ] ;
fhir:country [ fhir:v "Kenya" ]     ]
  ] ) ; # 
  fhir:availability ( [
    ( fhir:availableTime [
      ( fhir:daysOfWeek [ fhir:v "mon" ] ) ;
fhir:allDay [ fhir:v false ] ;
fhir:availableStartTime [ fhir:v "08:00:00"^^xsd:time ] ;
fhir:availableEndTime [ fhir:v "15:00:00"^^xsd:time ]     ] ) ;
    ( fhir:notAvailableTime [
fhir:description [ fhir:v "Away on business" ] ;
fhir:during [
fhir:start [ fhir:v "2025-07-07"^^xsd:date ] ;
fhir:end [ fhir:v "2025-10-07"^^xsd:date ]       ]     ] )
  ] ) . #