Kenya Patient Summary FHIR IG
0.1.0 - ci-build
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
Active as of 2025-07-15 |
{
"resourceType" : "CodeSystem",
"id" : "administrative-gender-cs",
"text" : {
"status" : "generated",
"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>"
},
"url" : "http://hl7.org/fhir/administrative-gender",
"version" : "0.1.0",
"name" : "AdministrativeGenderCS",
"title" : "Administrative Gender",
"status" : "active",
"date" : "2025-07-15T09:30:53+00:00",
"publisher" : "IntelliSOFT Consulting",
"contact" : [
{
"name" : "IntelliSOFT Consulting",
"telecom" : [
{
"system" : "url",
"value" : "https://.com/fhir/example-publisher"
}
]
},
{
"name" : "KPS Team Kenya.",
"telecom" : [
{
"system" : "email",
"value" : "info@example.com",
"use" : "work"
}
]
}
],
"description" : "The gender of a person used for administrative purposes, as defined in the FHIR core specification.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "KE",
"display" : "Kenya"
}
]
}
],
"content" : "complete",
"count" : 2,
"concept" : [
{
"code" : "male",
"display" : "Male",
"definition" : "Male gender"
},
{
"code" : "female",
"display" : "Female",
"definition" : "Female gender"
}
]
}