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

: Administrative Gender - TTL Representation

Active 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:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "administrative-gender-cs"] ; # 
  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 administrative-gender-cs</b></p><a name=\"administrative-gender-cs\"> </a><a name=\"hcadministrative-gender-cs\"> </a><p>This  code system <code>http://hl7.org/fhir/administrative-gender</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\">male<a name=\"administrative-gender-cs-male\"> </a></td><td>Male</td><td>Male gender</td></tr><tr><td style=\"white-space:nowrap\">female<a name=\"administrative-gender-cs-female\"> </a></td><td>Female</td><td>Female gender</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/administrative-gender"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "AdministrativeGenderCS"] ; # 
  fhir:title [ fhir:v "Administrative Gender"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  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 "The gender of a person used for administrative purposes, as defined in the FHIR core specification."] ; # 
  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:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "2"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "male" ] ;
fhir:display [ fhir:v "Male" ] ;
fhir:definition [ fhir:v "Male gender" ]
  ] [
fhir:code [ fhir:v "female" ] ;
fhir:display [ fhir:v "Female" ] ;
fhir:definition [ fhir:v "Female gender" ]
  ] ) . #