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
Draft as of 2025-07-15 |
{
"resourceType" : "ValueSet",
"id" : "gender-vs",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet gender-vs</b></p><a name=\"gender-vs\"> </a><a name=\"hcgender-vs\"> </a><ul><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://snomed.info/id/248153007\">248153007</a></td><td>Male (gender)</td></tr><tr><td><a href=\"http://snomed.info/id/248152002\">248152002</a></td><td>Female (gender)</td></tr></table></li></ul></div>"
},
"url" : "https://example.org/fhir/ValueSet/gender-vs",
"version" : "0.1.0",
"name" : "GenderVS",
"title" : "Gender ValueSet",
"status" : "draft",
"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" : "ValueSet for gender using SNOMED CT codes",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "KE",
"display" : "Kenya"
}
]
}
],
"compose" : {
"include" : [
{
"system" : "http://snomed.info/sct",
"concept" : [
{
"code" : "248153007",
"display" : "Male (gender)"
},
{
"code" : "248152002",
"display" : "Female (gender)"
}
]
}
]
}
}