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 Practitioner - 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:Practitioner ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "HIEPractitioner-example"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://nshr.dha.go.ke/fhir/StructureDefinition/hie-practitioner"^^xsd:anyURI ;
fhir:l <https://nshr.dha.go.ke/fhir/StructureDefinition/hie-practitioner>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Practitioner Summary</b></p><table><tbody><tr><td><b>Name</b></td><td>Dr John Clinician</td></tr><tr><td><b>Status</b></td><td>Active</td></tr><tr><td><b>Gender</b></td><td>Male</td></tr><tr><td><b>Identifiers</b></td><td>Provider: PROV-000123, License: LIC-KE-98765</td></tr><tr><td><b>Telecom</b></td><td>Work phone: +254700000010, Work email: john.clinician@example.org</td></tr><tr><td><b>Qualification</b></td><td>General medical practitioner, issuer: Kenya Medical Practitioners and Dentists Council</td></tr><tr><td><b>Languages</b></td><td>English, Swahili</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:l <http://terminology.hl7.org/CodeSystem/v2-0203>         ] ;
fhir:code [ fhir:v "PRN" ] ;
fhir:display [ fhir:v "Provider number" ]       ] )     ] ;
fhir:system [
fhir:v "http://example.org/providers"^^xsd:anyURI ;
fhir:l <http://example.org/providers>     ] ;
fhir:value [ fhir:v "PROV-000123" ]
  ] [
fhir:use [ fhir:v "secondary" ] ;
fhir:type [
      ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/v2-0203>         ] ;
fhir:code [ fhir:v "LN" ] ;
fhir:display [ fhir:v "License number" ]       ] )     ] ;
fhir:system [
fhir:v "http://example.org/licenses"^^xsd:anyURI ;
fhir:l <http://example.org/licenses>     ] ;
fhir:value [ fhir:v "LIC-KE-98765" ]
  ] ) ; # 
  fhir:active [ fhir:v true] ; # 
  fhir:name ( [
fhir:use [ fhir:v "official" ] ;
fhir:text [ fhir:v "Dr John Clinician" ] ;
fhir:family [ fhir:v "Clinician" ] ;
    ( fhir:given [ fhir:v "John" ] ) ;
    ( fhir:prefix [ fhir:v "Dr" ] )
  ] ) ; # 
  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 "john.clinician@example.org" ] ;
fhir:use [ fhir:v "work" ]
  ] ) ; # 
  fhir:gender [ fhir:v "male"] ; # 
  fhir:birthDate [ fhir:v "1984-03-12"^^xsd:date] ; # 
  fhir:qualification ( [
    ( fhir:identifier [
fhir:system [
fhir:v "http://example.org/registrations"^^xsd:anyURI ;
fhir:l <http://example.org/registrations>       ] ;
fhir:value [ fhir:v "MED-REG-123456" ]     ] ) ;
fhir:code [
      ( fhir:coding [
a sct:62247001 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct>         ] ;
fhir:code [ fhir:v "62247001" ] ;
fhir:display [ fhir:v "General medical practitioner" ]       ] )     ] ;
fhir:period [
fhir:start [ fhir:v "2015-01-01"^^xsd:date ]     ] ;
fhir:issuer [
fhir:l fhir:Organization/mc-001 ;
fhir:reference [ fhir:v "Organization/mc-001" ] ;
fhir:display [ fhir:v "Kenya Medical Practitioners and Dentists Council" ]     ]
  ] ) ; # 
  fhir:communication ( [
    ( fhir:coding [
fhir:system [
fhir:v "urn:ietf:bcp:47"^^xsd:anyURI ;
fhir:l <urn:ietf:bcp:47>       ] ;
fhir:code [ fhir:v "en" ] ;
fhir:display [ fhir:v "English" ]     ] )
  ] [
    ( fhir:coding [
fhir:system [
fhir:v "urn:ietf:bcp:47"^^xsd:anyURI ;
fhir:l <urn:ietf:bcp:47>       ] ;
fhir:code [ fhir:v "sw" ] ;
fhir:display [ fhir:v "Swahili" ]     ] )
  ] ) . #