CARIN Digital Insurance Card
0.1.0 - STU 1 Ballot

This page is part of the CARIN Digital Insurance Card (v0.1.0: STU 1 Ballot 1) based on FHIR R4. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions

: C4DIC Identifier Type - JSON Representation

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "C4DICIdentifierType",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system http://hl7.org/fhir/us/insurance-card/CodeSystem/C4DICIdentifierType 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\">payerid<a name=\"C4DICIdentifierType-payerid\"> </a></td><td>Payer ID</td><td>Payer ID</td></tr><tr><td style=\"white-space:nowrap\">um<a name=\"C4DICIdentifierType-um\"> </a></td><td>Unique Member ID</td><td>Indicates that the patient identifier is a unique member identifier assigned by a payer across all lines of business</td></tr></table></div>"
  },
  "url" : "http://hl7.org/fhir/us/insurance-card/CodeSystem/C4DICIdentifierType",
  "version" : "0.1.0",
  "name" : "C4DICIdentifierType",
  "title" : "C4DIC Identifier Type",
  "status" : "active",
  "date" : "2021-12-06T22:19:18+00:00",
  "publisher" : "HL7 Payer/Provider Information Exchange Working Group (PIE WG)",
  "contact" : [
    {
      "name" : "HL7 Payer/Provider Information Exchange Working Group (PIE WG)",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/claims"
        },
        {
          "system" : "email",
          "value" : "pie@lists.HL7.org"
        }
      ]
    }
  ],
  "description" : "Identifier Type codes that extend those defined in http://terminology.hl7.org/CodeSystem/v2-0203 to define the type of identifier payers and providers assign to insurers and patients",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US"
        }
      ]
    }
  ],
  "copyright" : "This CodeSystem is not copyrighted.",
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 2,
  "concept" : [
    {
      "code" : "payerid",
      "display" : "Payer ID",
      "definition" : "Payer ID"
    },
    {
      "code" : "um",
      "display" : "Unique Member ID",
      "definition" : "Indicates that the patient identifier is a unique member identifier assigned by a payer across all lines of business"
    }
  ]
}