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
: SGHI Specialty Code System - 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 xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "sghi-specialtycodesystem"] ; #
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: CodeSystem sghi-specialtycodesystem</b></p><a name=\"sghi-specialtycodesystem\"> </a><a name=\"hcsghi-specialtycodesystem\"> </a><p>This code system <code>https://fhir.slade360.co.ke/fhir/CodeSystem/sghi-specialtycodesystem</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">general-practitioner<a name=\"sghi-specialtycodesystem-general-practitioner\"> </a></td><td>General Practitioner</td><td>A Specialties for primary healthcare and general medical services</td></tr><tr><td style=\"white-space:nowrap\">pediatrician<a name=\"sghi-specialtycodesystem-pediatrician\"> </a></td><td>Pediatrician</td><td>Specialized for child healthcare, vaccination programs, and neonatal care.</td></tr><tr><td style=\"white-space:nowrap\">obstetrician<a name=\"sghi-specialtycodesystem-obstetrician\"> </a></td><td>Obstetrician</td><td>Specializes in maternal health, pregnancy care, and childbirth services.</td></tr><tr><td style=\"white-space:nowrap\">surgeon<a name=\"sghi-specialtycodesystem-surgeon\"> </a></td><td>Surgeon</td><td>Specializes in general surgical procedures for trauma, emergencies, and routine operations.</td></tr><tr><td style=\"white-space:nowrap\">anaesthesiologist<a name=\"sghi-specialtycodesystem-anaesthesiologist\"> </a></td><td>Anesthesiologist</td><td>Necessary for surgical support and pain management.</td></tr><tr><td style=\"white-space:nowrap\">radiologist<a name=\"sghi-specialtycodesystem-radiologist\"> </a></td><td>Radiologist</td><td>Specializes in diagnostic imaging such as X-rays and ultrasounds.</td></tr><tr><td style=\"white-space:nowrap\">dentist<a name=\"sghi-specialtycodesystem-dentist\"> </a></td><td>Dentist</td><td>Specialist in dental health.</td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:url [ fhir:v "https://fhir.slade360.co.ke/fhir/CodeSystem/sghi-specialtycodesystem"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "SGHISpecialtyCodeSystem"] ; #
fhir:title [ fhir:v "SGHI Specialty Code System"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:date [ fhir:v "2025-09-04T11:38:54+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "Kathurima Kimathi"] ; #
fhir:contact ( [
fhir:name [ fhir:v "Kathurima Kimathi" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.linkedin.com/in/kathurima-kimathi/" ] ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "kathurimakimathi415@gmail.com" ] ] )
] [
fhir:name [ fhir:v "Oscar John" ] ;
( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "oscarjohnotieno@gmail.com" ] ;
fhir:use [ fhir:v "work" ] ] )
] [
fhir:name [ fhir:v "Kennedy Omondi" ] ;
( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "kennankole@gmail.com" ] ;
fhir:use [ fhir:v "work" ] ] )
] ) ; #
fhir:description [ fhir:v "A Specialty Code System to be used in SGHI's environment."] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "7"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "general-practitioner" ] ;
fhir:display [ fhir:v "General Practitioner" ] ;
fhir:definition [ fhir:v "A Specialties for primary healthcare and general medical services" ]
] [
fhir:code [ fhir:v "pediatrician" ] ;
fhir:display [ fhir:v "Pediatrician" ] ;
fhir:definition [ fhir:v "Specialized for child healthcare, vaccination programs, and neonatal care." ]
] [
fhir:code [ fhir:v "obstetrician" ] ;
fhir:display [ fhir:v "Obstetrician" ] ;
fhir:definition [ fhir:v "Specializes in maternal health, pregnancy care, and childbirth services." ]
] [
fhir:code [ fhir:v "surgeon" ] ;
fhir:display [ fhir:v "Surgeon" ] ;
fhir:definition [ fhir:v "Specializes in general surgical procedures for trauma, emergencies, and routine operations." ]
] [
fhir:code [ fhir:v "anaesthesiologist" ] ;
fhir:display [ fhir:v "Anesthesiologist" ] ;
fhir:definition [ fhir:v "Necessary for surgical support and pain management." ]
] [
fhir:code [ fhir:v "radiologist" ] ;
fhir:display [ fhir:v "Radiologist" ] ;
fhir:definition [ fhir:v "Specializes in diagnostic imaging such as X-rays and ultrasounds." ]
] [
fhir:code [ fhir:v "dentist" ] ;
fhir:display [ fhir:v "Dentist" ] ;
fhir:definition [ fhir:v "Specialist in dental health." ]
] ) . #