LinuxForHealth FHIR Implementation Guide
8.0.0 - draft United States of America flag

LinuxForHealth FHIR Implementation Guide - Local Development build (v8.0.0). See the Directory of published versions

: Legal Document Source Codes - XML Representation

Active as of 2022-11-10

Raw xml | Download



<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="legal-document-source"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p>This code system <code>http://linuxforhealth.org/fhir/cdm/CodeSystem/legal-document-source</code> 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">drivers-license<a name="legal-document-source-drivers-license"> </a></td><td>State or federally issued driver's license</td></tr><tr><td style="white-space:nowrap">passport<a name="legal-document-source-passport"> </a></td><td>Official document issued by a government, certifying identity and citizenship</td></tr><tr><td style="white-space:nowrap">gov-id<a name="legal-document-source-gov-id"> </a></td><td>State or federally issues identification card</td></tr><tr><td style="white-space:nowrap">other<a name="legal-document-source-other"> </a></td><td>Other form of identification</td></tr></table></div>
  </text>
  <url
       value="http://linuxforhealth.org/fhir/cdm/CodeSystem/legal-document-source"/>
  <version value="8.0.0"/>
  <name value="LegalDocumentSourceCodeSystem"/>
  <title value="Legal Document Source Codes"/>
  <status value="active"/>
  <date value="2022-11-10T16:00:46+00:00"/>
  <publisher value="LinuxForHealth Team"/>
  <description
               value="Codes indicating the source of legal document used for identification"/>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166"/>
      <code value="US"/>
    </coding>
  </jurisdiction>
  <caseSensitive value="true"/>
  <content value="complete"/>
  <count value="4"/>
  <concept>
    <code value="drivers-license"/>
    <display value="State or federally issued driver's license"/>
  </concept>
  <concept>
    <code value="passport"/>
    <display
             value="Official document issued by a government, certifying identity and citizenship"/>
  </concept>
  <concept>
    <code value="gov-id"/>
    <display value="State or federally issues identification card"/>
  </concept>
  <concept>
    <code value="other"/>
    <display value="Other form of identification"/>
  </concept>
</CodeSystem>