Terug naar index  <<  Terug naar templates

active Template  CX - Extended composite ID with check digit

Id 2.16.840.1.113883.3.1937.777.10.15.12
ref
ad4bbr-
Ingangsdatum 2013‑02‑10
Status active Actief Versielabel
Naam CX_datatype Weergavenaam CX - Extended composite ID with check digit
Omschrijving

Dit datatype wordt gebruikt voor het specificeren van een identificatie met bijbehorende detailgegevens.

Het controlegetal en de controlegetal-methode zijn leeg als het ID alfanumeriek is.

Classificatie HL7v2/v3 datatype level template
Open/gesloten Open (ook andere dan gedefinieerde elementen zijn toegestaan)
Gebruikt door / Gebruikt
Gebruikt door 0 transacties en 19 templates, Gebruikt 5 templates
Gebruikt door als Naam Versie
2.16.840.1.113883.2.4.3.11.60.25.10.3 Containment draft Lab2Lab PID segment 2015‑07‑21 11:44:02
2.16.840.1.113883.2.4.3.11.60.25.10.1 link draft Lab2Lab Aanvraagbericht (OML^O21) 2015‑07‑21 11:35:02
2.16.840.1.113883.2.4.3.11.60.25.10.32 link draft Lab2Lab Resultaatbericht (OUL^R22) 2016‑05‑31
2.16.840.1.113883.2.4.3.11.60.25.10.57 link draft Lab2Lab Aanvraagbevestigingbericht (ORL^O22) 2018‑12‑03 09:17:01
2.16.840.1.113883.2.4.3.11.60.25.10.4 Containment draft Lab2Lab IN1 segment 2015‑07‑21 14:48:08
2.16.840.1.113883.2.4.3.11.60.25.10.40 Containment draft Lab2PublicHealth PID segment 2015‑07‑21 11:44:02
2.16.840.1.113883.2.4.3.11.60.25.10.38 link draft Lab2PublicHealth Resultaatbericht (OUL^R22) 2016‑05‑31
2.16.840.1.113883.2.4.3.11.60.25.10.41 Containment draft Lab2PublicHealth PV1 segment 2017‑05‑13 19:39:35
2.16.840.1.113883.2.4.3.11.60.25.10.47 Containment draft Lab2Lab PV1 segment 2017‑05‑13 19:39:35
2.16.840.1.113883.3.1937.777.10.13.101 Containment active PID - Patient Identification 2013‑02‑10
2.16.840.1.113883.3.1937.777.10.13.109 Containment active PV1 - Patient Visit 2013‑02‑10
2.16.840.1.113883.3.1937.777.10.13.15 Containment active BLG - Billing 2013‑02‑10
2.16.840.1.113883.3.1937.777.10.13.48 Containment active FT1 - Financial Transaction 2013‑02‑10
2.16.840.1.113883.3.1937.777.10.13.53 Containment active GT1 - Guarantor 2013‑02‑10
2.16.840.1.113883.3.1937.777.10.13.56 Containment active IN1 - Insurance 2013‑02‑10
2.16.840.1.113883.3.1937.777.10.13.57 Containment active IN2 - Insurance Additional Information 2013‑02‑10
2.16.840.1.113883.3.1937.777.10.13.58 Containment active IN3 - Insurance Additional Information, Certification 2013‑02‑10
2.16.840.1.113883.3.1937.777.10.13.76 Containment active NK1 - Next of Kin / Associated Parties 2013‑02‑10
2.16.840.1.113883.3.1937.777.10.13.96 Containment active PD1 - Patient Additional Demographic 2013‑02‑10
Gebruikt als Naam Versie
2.16.840.1.113883.3.1937.777.10.15.89 Containment active ST - String DYNAMISCH
2.16.840.1.113883.3.1937.777.10.15.83 Containment active ID - Coded value for HL7 defined tables DYNAMISCH
2.16.840.1.113883.3.1937.777.10.15.28 Containment active HD - Hierarchic designator DYNAMISCH
2.16.840.1.113883.3.1937.777.10.15.80 Containment active DT - Date DYNAMISCH
2.16.840.1.113883.3.1937.777.10.15.11 Containment active CWE - Coded with exceptions DYNAMISCH
Voorbeeld
Voorbeeld
|1234567^4^M11^ADT01^MR^University Hospital|
Item DT Card Conf Omschrijving Label
hl7v2:CX.1
ST 0 … 1 R en-US The value of the identifier itself.
Bevat 2.16.840.1.113883.3.1937.777.10.15.89 ST - String (DYNAMISCH)
(CX_dotsype)
@Type
0 … 1 F ST
@LongName
0 … 1 F ID Number
hl7v2:CX.2
ST 0 … 1 en-US

The check digit in this data type is not an add-on produced by the message processor. It is the check digit that is part of the identifying number used in the sending application. If the sending application does not include a self-generated check digit in the identifying number, this component should be valued null.


Bevat 2.16.840.1.113883.3.1937.777.10.15.89 ST - String (DYNAMISCH)
(CX_dotsype)
@Type
0 … 1 F ST
@LongName
0 … 1 F Check Digit
hl7v2:CX.3
ID 0 … 1 en-US

Contains the code identifying the check digit scheme employed.

Refer to HL7 Table 0061 - Check digit scheme for valid values.

The algorithm for calculating a Mod10 check digit is as follows:

Assume you have an identifier - 12345. Take the odd digit positions, counting from the right, i.e., 531, multiply this number by 2 to get 1062. Take the even digit positions, starting from the right (i.e., 42), prepend these to the 1062 to get 421062. Add all of these six digits together to get 15. Subtract this number from the next highest multiple of 10, i.e., 20 - 15 to get 5. The Mod10 check digit is 5. The Mod10 check digit for 401 is 0; for 9999, it’s 4; for 99999999, it’s 8.

The algorithm for calculating a Mod11 check digit is as follows:

Terms

d = digit of number starting from units digit, followed by 10’s position, followed by 100’s position, etc.
w = weight of digit position starting with the units position, followed by 10’s position, followed by 100’s position etc. Values for w = 2, 3, 4, 5, 6, 7, 2, 3, 4, 5, 6, 7, etc. (repeats for each group of 6 digits)
c = check digit

Calculation

(Step 1) m = sum of (d * w) for positions 1, 2, etc. starting with units digit
for d = digit value starting with units position to highest order
for w = weight value from 2 to 7 for every six positions starting with units digit
(Step 2) c1 = m mod 11
(Step 3) if c1 = 0 then reset c1 = 1
(Step 4) = (11 - c1) mod 10

Example:

If the number is 1234567, then the mod 11 check digit = 4

The calculations are:

M = (7*2)+(6*3)+(5*4)+(4*5)+(3*6)+(2*7)+(1*2)
= 14 + 18 + 20 + 20 + 18 + 14 + 2
= 106
c1 = 106 mod 11
= 7
c = (11-c1) mod 10
= 4 mod 10
= 4

Other variants of these check digit algorithms exist and may be used by local bilateral site agreement.

Note: The check digit and code identifying check digit scheme are null if ID is alphanumeric.


Bevat 2.16.840.1.113883.3.1937.777.10.15.83 ID - Coded value for HL7 defined tables (DYNAMISCH)
(CX_dotsype)
@Type
0 … 1 F ID
@Table
0 … 1 F HL70061
@LongName
0 … 1 F Check Digit Scheme
hl7v2:CX.4
HD 0 … 1 en-US

The assigning authority is a unique name of the system (or organization or agency or department) that creates the data. . Refer to User-defined Table 0363 – Assigning authority for suggested values.

The reader is referred to the CX.9 and the CX.10 if there is a need to transmit values with semantic meaning for an assigning jurisdiction or assigning department or agency in addition to, or instead of, an assigning authority. However, all 3 components may be valued. If, in so doing, it is discovered that the values in CX.9 and/or CX.10 conflict with CX.4, the user would look to the Message Profile or other implementation agreement for a statement as to which takes precedence.

Note: When the HD data type is used in a given segment as a component of a field of another data type, User-defined Table 0300 - Namespace ID (referenced by the first sub-component of the HD component) may be re-defined (given a different user-defined table number and name) by the technical committee responsible for that segment.

By site agreement, implementers may continue to use User-defined Table 0300 – Namespace ID for the first sub-component.


Bevat 2.16.840.1.113883.3.1937.777.10.15.28 HD - Hierarchic designator (DYNAMISCH)
(CX_dotsype)
@Type
0 … 1 F HD
@Table
0 … 1 F HL70363
@LongName
0 … 1 F Assigning Authority
hl7v2:CX.5
ID 0 … 1 en-US A code corresponding to the type of identifier. In some cases, this code may be used as a qualifier to the "Assigning authority" component. Refer to HL7 Table 0203 - Identifier type for suggested values.
Bevat 2.16.840.1.113883.3.1937.777.10.15.83 ID - Coded value for HL7 defined tables (DYNAMISCH)
(CX_dotsype)
@Type
0 … 1 F ID
@Table
0 … 1 F HL70203
@LongName
0 … 1 F Identifier Type Code
hl7v2:CX.6
HD 0 … 1 en-US

The place or location identifier where the identifier was first assigned to the patient. This component is not an inherent part of the identifier but rather part of the history of the identifier: as part of this data type, its existence is a convenience for certain intercommunicating systems.

Note: When the HD data type is used in a given segment as a component of a field of another data type, User-defined Table 0300 - Namespace ID (referenced by the first sub-component of the HD component), may be re-defined (given a different user-defined table number and name) by the technical committee responsible for that segment.


Bevat 2.16.840.1.113883.3.1937.777.10.15.28 HD - Hierarchic designator (DYNAMISCH)
(CX_dotsype)
@Type
0 … 1 F HD
@LongName
0 … 1 F Assigning Facility
hl7v2:CX.7
DT 0 … 1 en-US The first date, if known, on which the identifier is valid and active.
Bevat 2.16.840.1.113883.3.1937.777.10.15.80 DT - Date (DYNAMISCH)
(CX_dotsype)
@Type
0 … 1 F DT
@LongName
0 … 1 F Effective Date
hl7v2:CX.8
DT 0 … 1 en-US The last date, if known, on which the identifier is valid and active.
Bevat 2.16.840.1.113883.3.1937.777.10.15.80 DT - Date (DYNAMISCH)
(CX_dotsype)
@Type
0 … 1 F DT
@LongName
0 … 1 F Expiration Date
hl7v2:CX.9
CWE 0 … 1 en-US

The geo-political body that assigned the identifier in component 1.

  • Refer to HL7 Table 0399 Country Code in section 2.15.9.17 for valid values if the administrative unit under whose jurisdiction the identifier was issued is a country.
  • Refer to User-Defined Table 0347 State/Province for suggested values if the administrative unit under whose jurisdiction the identifier was issued is a state or province. This table is country specific. In the US postal codes may be used.
  • Refer to User-defined Table –0289 County/Parish for suggested values if the administrative unit under whose jurisdiction the identifier was issued is a county or parish.

The reader is referred to the CX.4, if there is a need to transmit this information as an OID


Bevat 2.16.840.1.113883.3.1937.777.10.15.11 CWE - Coded with exceptions (DYNAMISCH)
(CX_dotsype)
@Type
0 … 1 F CWE
@LongName
0 … 1 F Assigning Jurisdiction
hl7v2:CX.10
CWE 0 … 1 en-US

The agency or department that assigned the identifier in component 1.

Refer to User-defined Table –0530 Organizations, Agency, Department for suggested values if the administrative unit under whose jurisdiction the identifier was issued is an organization, agency or department. This is populated with site-specific assigning authorities. It also should contain national or international codes when CX-5 Identifier Type may be assigned by more than one authority within a governmental or organizational unit. For example, a federal government may have 2 departments that assign a military identifier, its Veterans Affairs department and its department of defense. It is not recommended to include values for entities such as Social Security Administration (SSA), Immigration and Naturalization Service (INS), Center for Medicare and Medicaid Services (CMS) because they are included in the identifier type table. In these cases the name of the country plus the identifier type yields the correct interpretation of the identifier in component one. Likewise, entries like department of motor vehicles (DMV) and licensing boards are not recommended for inclusion because the combination of state and identifier type yields the correct interpretation of the identifier in component one. This approach is not to be confused with the detailed information provided in the chapter 15 segments that have provision for specifying the precise granting body and issuing body information needed in personnel management messages.

Example 1: <Identifier> plus <Visa> yields a unique identifier.

Example 2: <Identifier> plus <state> plus <DLN> yields a unique driver’s license number.

Example 3: <Identifier> plus <country> plus <INS> yields a unique immigration number.

The reader is referred to the CX.4, if there is a need to transmit this information as an OID.


Bevat 2.16.840.1.113883.3.1937.777.10.15.11 CWE - Coded with exceptions (DYNAMISCH)
(CX_dotsype)
@Type
0 … 1 F CWE
@LongName
0 … 1 F Assigning Agency or Department