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" : "CodeSystem",
"id" : "ContactPointSystem",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem ContactPointSystem</b></p><a name=\"ContactPointSystem\"> </a><a name=\"hcContactPointSystem\"> </a><p>This case-insensitive code system <code>http://example.org/CodeSystem/ContactPointSystem</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\">phone<a name=\"ContactPointSystem-phone\"> </a></td><td>Phone</td><td>Phone</td></tr><tr><td style=\"white-space:nowrap\">email<a name=\"ContactPointSystem-email\"> </a></td><td>Email</td><td>Email</td></tr></table></div>"
},
"url" : "http://example.org/CodeSystem/ContactPointSystem",
"version" : "0.1.0",
"name" : "CNTPOINTSYSTM",
"title" : "Contact Point System",
"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" : "CodeSystem for contact point system",
"caseSensitive" : false,
"content" : "complete",
"count" : 2,
"concept" : [
{
"code" : "phone",
"display" : "Phone",
"definition" : "Phone"
},
{
"code" : "email",
"display" : "Email",
"definition" : "Email"
}
]
}