FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageus.cdc.phinvads
Resource TypeValueSet
IdValueSet-2.16.840.1.114222.4.11.3339.json
FHIR VersionR4
URLhttp://phinvads.cdc.gov/fhir/ValueSet/2.16.840.1.114222.4.11.3339
Version1
Statusactive
Date2010-01-08T00:08:00+11:00
NamePHVS_CheckDigitScheme_HL7_2x
TitleCheck Digit Scheme (HL7)
Realmus
DescriptionHL7 version 2.x Check digit scheme used in chapter(s) 2; HL7 table 061

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
v2-0061checkDigitScheme

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "ValueSet",
  "id": "2.16.840.1.114222.4.11.3339",
  "meta": {
    "source": "https://phinvads.cdc.gov/vads/ViewValueSet.action?oid=2.16.840.1.114222.4.11.3339"
  },
  "url": "http://phinvads.cdc.gov/fhir/ValueSet/2.16.840.1.114222.4.11.3339",
  "version": "1",
  "name": "PHVS_CheckDigitScheme_HL7_2x",
  "title": "Check Digit Scheme (HL7)",
  "status": "active",
  "date": "2010-01-08T00:08:00+11:00",
  "description": "HL7 version 2.x Check digit scheme used in chapter(s) 2; HL7 table 061",
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v2-0061",
        "version": "HL7 2.5",
        "concept": [
          {
            "code": "NPI",
            "display": "Check digit algorithm in the US National Provider Identifier"
          },
          {
            "code": "ISO",
            "display": "ISO 7064: 1983"
          },
          {
            "code": "M10",
            "display": "Mod 10 algorithm"
          },
          {
            "code": "M11",
            "display": "Mod 11 algorithm"
          }
        ]
      }
    ]
  }
}