Kenya Core FHIR Implementation Guide (IG)
0.1.0 - ci-build
Kenya Core FHIR Implementation Guide (IG) - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
| Draft as of 2025-12-09 |
{
"resourceType" : "ValueSet",
"id" : "ContactPointSystemVS",
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet ContactPointSystemVS</b></p><a name=\"ContactPointSystemVS\"> </a><a name=\"hcContactPointSystemVS\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-ContactPointSystem.html\"><code>http://example.org/CodeSystem/ContactPointSystem</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version 📦0.1.0</span><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-ContactPointSystem.html#ContactPointSystem-phone\">phone</a></td><td style=\"color: #cccccc\">Phone</td><td>Phone</td></tr></table></li></ul></div>"
},
"url" : "http://example.org/ValueSet/ContactPointSystemVS",
"version" : "0.1.0",
"name" : "CONTCTPOINTSYS",
"title" : "Contact Point System Options",
"status" : "draft",
"experimental" : false,
"date" : "2025-12-09T10:36:20+00:00",
"publisher" : "IntelliSOFT Consulting",
"contact" : [
{
"name" : "IntelliSOFT Consulting",
"telecom" : [
{
"system" : "url",
"value" : "https://.com/fhir/example-publisher"
}
]
}
],
"description" : "Contact Point System Options",
"compose" : {
"include" : [
{
"system" : "http://example.org/CodeSystem/ContactPointSystem",
"concept" : [
{
"code" : "phone"
}
]
}
]
}
}