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

: Contact Point System - XML Representation

Draft as of 2025-12-09

Raw xml | Download


<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="ContactPointSystem"/>
  <text>
    <status value="generated"/>
    <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>
  </text>
  <url value="http://example.org/CodeSystem/ContactPointSystem"/>
  <version value="0.1.0"/>
  <name value="CNTPOINTSYSTM"/>
  <title value="Contact Point System"/>
  <status value="draft"/>
  <experimental value="false"/>
  <date value="2025-12-09T10:36:20+00:00"/>
  <publisher value="IntelliSOFT Consulting"/>
  <contact>
    <name value="IntelliSOFT Consulting"/>
    <telecom>
      <system value="url"/>
      <value value="https://.com/fhir/example-publisher"/>
    </telecom>
  </contact>
  <description value="CodeSystem for contact point system"/>
  <caseSensitive value="false"/>
  <content value="complete"/>
  <count value="2"/>
  <concept>
    <code value="phone"/>
    <display value="Phone"/>
    <definition value="Phone"/>
  </concept>
  <concept>
    <code value="email"/>
    <display value="Email"/>
    <definition value="Email"/>
  </concept>
</CodeSystem>