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 - JSON Representation

Active as of 2022-11-10

Raw json | Download


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