Kenya Patient Summary FHIR IG
0.1.0 - ci-build Kenya flag

Kenya Patient Summary FHIR IG, published by IntelliSOFT Consulting. 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/IntelliSOFT-Consulting/Kenya-Patient-Summary-FHIR-IG/ and changes regularly. See the Directory of published versions

: Patient title - TTL Representation

Draft as of 2025-07-15

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:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "PatientTitleVS"] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet PatientTitleVS</b></p><a name=\"PatientTitleVS\"> </a><a name=\"hcPatientTitleVS\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-KNHTS.PAT.TITLE.html\"><code>https://example.org/fhir/CodeSystem/KNHTS.PAT.TITLE</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"CodeSystem-KNHTS.PAT.TITLE.html#KNHTS.PAT.TITLE-mr\">mr</a></td><td style=\"color: #cccccc\">Mr</td><td>Mr</td></tr><tr><td><a href=\"CodeSystem-KNHTS.PAT.TITLE.html#KNHTS.PAT.TITLE-mrs\">mrs</a></td><td style=\"color: #cccccc\">Mrs</td><td>Mrs</td></tr><tr><td><a href=\"CodeSystem-KNHTS.PAT.TITLE.html#KNHTS.PAT.TITLE-miss\">miss</a></td><td style=\"color: #cccccc\">Miss</td><td>Miss</td></tr><tr><td><a href=\"CodeSystem-KNHTS.PAT.TITLE.html#KNHTS.PAT.TITLE-ms\">ms</a></td><td style=\"color: #cccccc\">Ms</td><td>Ms</td></tr></table></li></ul></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "https://example.org/fhir/ValueSet/PatientTitleVS"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "PT-TITLE"] ; # 
  fhir:title [ fhir:v "Patient title"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2025-07-15T09:30:53+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "IntelliSOFT Consulting"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "IntelliSOFT Consulting" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://.com/fhir/example-publisher" ]     ] )
  ] [
fhir:name [ fhir:v "KPS Team Kenya." ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "info@example.com" ] ;
fhir:use [ fhir:v "work" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Patient title"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "KE" ] ;
fhir:display [ fhir:v "Kenya" ]     ] )
  ] ) ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "https://example.org/fhir/CodeSystem/KNHTS.PAT.TITLE"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "mr" ]       ] [
fhir:code [ fhir:v "mrs" ]       ] [
fhir:code [ fhir:v "miss" ]       ] [
fhir:code [ fhir:v "ms" ]       ] )     ] )
  ] . #