DSTU2

This page is part of the FHIR Specification (v0.0.82: (v1.0.2: DSTU 1). 2). 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 V2-0061.json

Raw JSON ( canonical form )

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

{
  "resourceType": "ValueSet",
  "id": "v2-0061",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition"
    ]
  },

  "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>"

    "div": "<div>!-- Snipped for Brevity --></div>"

  },
  "identifier": "http://hl7.org/fhir/v2/vs/0061",

  "url": "http://hl7.org/fhir/ValueSet/v2-0061",
  "version": "2.8.2",

  "name": "v2 Check Digit Scheme",
  "status": "active",
  "experimental": true,

  "publisher": "HL7, Inc",
  "telecom": [

  "contact": [

    {
      "system": "url",
      "value": "http://hl7.org"

      "telecom": [
        {
          "system": "other",
          "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": {

  "codeSystem": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/StructureDefinition/valueset-oid",
        "valueUri": "urn:oid:2.16.840.1.133883.18.22"
      }
    ],

    "system": "http://hl7.org/fhir/v2/0061",
    "caseSensitive": true,

    "caseSensitive": false,

    "concept": [
      {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/valueset-comments",
            "valueString": "A non-embossed number included on bank cards and used to validate authenticity of the card and the person presenting the card"
          }
        ],

        "code": "BCV",
        "display": "Bank Card Validation Number"

        "display": "Bank Card Validation Number",
        "designation": [
          {
            "language": "nl",
            "value": "Bancaire kaart validatienummer"
          }
        ]

      },
      {
        "code": "ISO",
        "display": "ISO 7064: 1983"

        "display": "ISO 7064: 1983",
        "designation": [
          {
            "language": "nl",
            "value": "ISO 7064: 1983"
          }
        ]

      },
      {
        "code": "M10",
        "display": "Mod 10 algorithm"

        "display": "Mod 10 algorithm",
        "designation": [
          {
            "language": "de",
            "value": "Modulo10-Verfahren"
          },
          {
            "language": "nl",
            "value": "Mod 10 algoritme"
          }
        ]

      },
      {
        "code": "M11",
        "display": "Mod 11 algorithm"

        "display": "Mod 11 algorithm",
        "designation": [
          {
            "language": "de",
            "value": "Modulo11-Verfahren"
          },
          {
            "language": "nl",
            "value": "Mod 11 algoritme"
          }
        ]

      },
      {
        "code": "NPI",
        "display": "Check digit algorithm in the US National Provider Identifier"

        "display": "Check digit algorithm in the US National Provider Identifier",
        "designation": [
          {
            "language": "nl",
            "value": "Controlegetal algoritme van de Amerikaanse Nationale Provider identificatie"
          }
        ]

      }
    ]
  }
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.