STU 3 Candidate

This page is part of the FHIR Specification (v1.4.0: STU 3 Ballot 3). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R4 R3

V2-0061.cs.json

Raw JSON (canonical form)

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

{
  "resourceType": "CodeSystem",
  "id": "v2-0061",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition"
    ]
  },
  "text": {
    "status": "additional",
    "div": "<div>!-- Snipped for Brevity --></div>"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/valueset-oid",
      "valueUri": "urn:oid:2.16.840.1.133883.18.22"
    }
  ],
  "url": "http://hl7.org/fhir/v2/0061",
  "version": "2.8.2",
  "name": "v2 Check Digit Scheme",
  "status": "active",
  "experimental": true,
  "publisher": "HL7, Inc",
  "contact": [
    {
      "telecom": [
        {
          "system": "other",
          "value": "http://hl7.org"
        }
      ]
    }
  ],
  "description": "FHIR Value set/code system definition for HL7 v2 table 0061 ( Check Digit Scheme)",
  "caseSensitive": false,
  "valueSet": "http://hl7.org/fhir/ValueSet/v2-0061",
  "content": "complete",
  "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",
      "designation": [
        {
          "language": "nl",
          "value": "Bancaire kaart validatienummer"
        }
      ]
    },
    {
      "code": "ISO",
      "display": "ISO 7064: 1983",
      "designation": [
        {
          "language": "nl",
          "value": "ISO 7064: 1983"
        }
      ]
    },
    {
      "code": "M10",
      "display": "Mod 10 algorithm",
      "designation": [
        {
          "language": "de",
          "value": "Modulo10-Verfahren"
        },
        {
          "language": "nl",
          "value": "Mod 10 algoritme"
        }
      ]
    },
    {
      "code": "M11",
      "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",
      "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.