This page is part of the FHIR Specification (v0.0.82: DSTU 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

V2\0061\v2-0061.json

FHIR Value set/code system definition for HL7 v2 table 0061 ( Check Digit Scheme)

{
  "resourceType": "ValueSet",
  "text": {
    "status": "additional",
    "div": "<div><p>Check Digit Scheme</p>\r\n<table class=\"grid\">\r\n <tr><td><b>Code</b></td><td><b>Description</b></td><td><b>Version</b></td></tr>\r\n <tr><td>BCV<a name=\"BCV\"> </a></td><td>Bank Card Validation Number</td><td>added v2.6</td></tr>\r\n <tr><td>ISO<a name=\"ISO\"> </a></td><td>ISO 7064: 1983</td><td>added v2.3.1</td></tr>\r\n <tr><td>M10<a name=\"M10\"> </a></td><td>Mod 10 algorithm</td><td>added v2.2</td></tr>\r\n <tr><td>M11<a name=\"M11\"> </a></td><td>Mod 11 algorithm</td><td>from v2.1</td></tr>\r\n <tr><td>NPI<a name=\"NPI\"> </a></td><td>Check digit algorithm in the US National Provider Identifier</td><td>added v2.3.1</td></tr>\r\n</table>\r\n</div>"
  },
  "identifier": "http://hl7.org/fhir/v2/vs/0061",
  "name": "v2 Check Digit Scheme",
  "publisher": "HL7, Inc",
  "telecom": [
    {
      "system": "url",
      "value": "http://hl7.org"
    }
  ],
  "description": "FHIR Value set/code system definition for HL7 v2 table 0061 ( Check Digit Scheme)",
  "status": "active",
  "date": "2011-01-28",
  "define": {
    "system": "http://hl7.org/fhir/v2/0061",
    "caseSensitive": true,
    "concept": [
      {
        "code": "BCV",
        "display": "Bank Card Validation Number"
      },
      {
        "code": "ISO",
        "display": "ISO 7064: 1983"
      },
      {
        "code": "M10",
        "display": "Mod 10 algorithm"
      },
      {
        "code": "M11",
        "display": "Mod 11 algorithm"
      },
      {
        "code": "NPI",
        "display": "Check digit algorithm in the US National Provider Identifier"
      }
    ]
  }
}