Consumer-Directed Payer Data Exchange
- Release 0.1.0

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

JSON Format: ValueSet-CARIN-BB-Identifier-Type

Raw json

{
  "resourceType" : "ValueSet",
  "id" : "CARIN-BB-Identifier-Type",
  "meta" : {
    "versionId" : "6",
    "lastUpdated" : "2019-12-02T03:49:55.000+00:00"
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>CARIN Blue Button Identifier Type Value Set</h2><p>This value set includes codes from the following code systems:</p><ul><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/R4/v2/0203/index.html\"><code>http://terminology.hl7.org/CodeSystem/v2-0203</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/v2/0203/index.html#v2-0203-MB\">MB</a></td><td>Member Number</td><td/></tr><tr><td><a href=\"http://hl7.org/fhir/R4/v2/0203/index.html#v2-0203-PT\">PT</a></td><td>Patient External Identifier</td><td/></tr><tr><td><a href=\"http://hl7.org/fhir/R4/v2/0203/index.html#v2-0203-MA\">MA</a></td><td>Patient Medicaid Number</td><td/></tr><tr><td><a href=\"http://hl7.org/fhir/R4/v2/0203/index.html#v2-0203-MC\">MC</a></td><td>Patient's Medicare Number</td><td/></tr><tr><td><a href=\"http://hl7.org/fhir/R4/v2/0203/index.html#v2-0203-SN\">SN</a></td><td>Subscriber Number</td><td/></tr><tr><td><a href=\"http://hl7.org/fhir/R4/v2/0203/index.html#v2-0203-NH\">NH</a></td><td>National Health Plan Identifier</td><td/></tr><tr><td><a href=\"http://hl7.org/fhir/R4/v2/0203/index.html#v2-0203-NPI\">NPI</a></td><td>National provider identifier</td><td/></tr><tr><td><a href=\"http://hl7.org/fhir/R4/v2/0203/index.html#v2-0203-MCD\">MCD</a></td><td>Practitioner Medicaid number</td><td/></tr><tr><td><a href=\"http://hl7.org/fhir/R4/v2/0203/index.html#v2-0203-MCR\">MCR</a></td><td>Practitioner Medicare number</td><td/></tr><tr><td><a href=\"http://hl7.org/fhir/R4/v2/0203/index.html#v2-0203-PPIN\">PPIN</a></td><td>Medicare/CMS Performing Provider Identification Number</td><td/></tr><tr><td><a href=\"http://hl7.org/fhir/R4/v2/0203/index.html#v2-0203-UPIN\">UPIN</a></td><td>Medicare/CMS (formerly HCFA)'s Universal Physician Identification numbers</td><td/></tr></table></li><li>Include all codes defined in <a href=\"http://hl7.org/fhir/R4/v2/0203/index.html\"><code>http://terminology.hl7.org/CodeSystem/v2-0203</code></a>, where the codes are contained in <a href=\"http://hl7.org/fhir/R4/valueset-identifier-type.html\">http://hl7.org/fhir/ValueSet/identifier-type</a></li></ul></div>"
  },
  "url" : "http://hl7.org/fhir/us/carin/ValueSet/carin-bb-identifier-type",
  "version" : "0.1.0",
  "name" : "CARINBBIdentifierType",
  "title" : "CARIN Blue Button Identifier Type Value Set",
  "status" : "draft",
  "date" : "2019-12-23T19:40:59+00:00",
  "compose" : {
    "include" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
        "concept" : [
          {
            "code" : "MB",
            "display" : "Member Number"
          },
          {
            "code" : "PT",
            "display" : "Patient External Identifier"
          },
          {
            "code" : "MA",
            "display" : "Patient Medicaid Number"
          },
          {
            "code" : "MC",
            "display" : "Patient's Medicare Number"
          },
          {
            "code" : "SN",
            "display" : "Subscriber Number"
          },
          {
            "code" : "NH",
            "display" : "National Health Plan Identifier"
          },
          {
            "code" : "NPI",
            "display" : "National provider identifier"
          },
          {
            "code" : "MCD",
            "display" : "Practitioner Medicaid number"
          },
          {
            "code" : "MCR",
            "display" : "Practitioner Medicare number"
          },
          {
            "code" : "PPIN",
            "display" : "Medicare/CMS Performing Provider Identification Number"
          },
          {
            "code" : "UPIN",
            "display" : "Medicare/CMS (formerly HCFA)'s Universal Physician Identification numbers"
          }
        ]
      },
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
        "valueSet" : [
          "http://hl7.org/fhir/ValueSet/identifier-type"
        ]
      }
    ]
  }
}