openIMIS FHIR R4 Implementation Guide
1.0.0 - ci-build

openIMIS FHIR R4 Implementation Guide - Local Development build (v1.0.0). See the Directory of published versions

: Identification Type (Patient) - XML Representation

Active as of 2022-05-31

Raw xml | Download



<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="patient-identification-type"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p>This code system https://openimis.github.io/openimis_fhir_r4_ig/CodeSystem/patient-identification-type defines the following codes:</p><table class="codes"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style="white-space:nowrap">D<a name="patient-identification-type-D"> </a></td><td>Driver's License</td></tr><tr><td style="white-space:nowrap">N<a name="patient-identification-type-N"> </a></td><td>National ID</td></tr><tr><td style="white-space:nowrap">P<a name="patient-identification-type-P"> </a></td><td>Passport</td></tr><tr><td style="white-space:nowrap">V<a name="patient-identification-type-V"> </a></td><td>Voter Card</td></tr></table></div>
  </text>
  <url
       value="https://openimis.github.io/openimis_fhir_r4_ig/CodeSystem/patient-identification-type"/>
  <version value="1.0.0"/>
  <name value="PatientIdentificationTypeCS"/>
  <title value="Identification Type (Patient)"/>
  <status value="active"/>
  <date value="2022-05-31T10:56:28+00:00"/>
  <publisher value="openIMIS Initiative"/>
  <contact>
    <name value="openIMIS Initiative"/>
    <telecom>
      <system value="url"/>
      <value value="https://www.openimis.org"/>
    </telecom>
  </contact>
  <contact>
    <name value="Dragos Dobre"/>
    <telecom>
      <system value="email"/>
      <value value="[email protected]"/>
      <use value="work"/>
    </telecom>
  </contact>
  <description
               value="Indicates the type of document the Patient used to identify himself. Values defined by openIMIS. Can be extended."/>
  <content value="complete"/>
  <count value="4"/>
  <concept>
    <code value="D"/>
    <display value="Driver's License"/>
  </concept>
  <concept>
    <code value="N"/>
    <display value="National ID"/>
  </concept>
  <concept>
    <code value="P"/>
    <display value="Passport"/>
  </concept>
  <concept>
    <code value="V"/>
    <display value="Voter Card"/>
  </concept>
</CodeSystem>