Editar

Compartilhar via


Data Type ID in HL7

In the case of HL7 V2.1, the data type ID is a placeholder for undefined data types. The following are examples of its usage:

  • The data type in the form of an ST field is SI (Sequence ID).

  • The data type in the form of an NM field is composite fields.

    The following are examples of specifically defined composite data types:

  • CK: Composite ID with check digit. For example:

    |128952^6^M11|  
    
  • CN: Composite ID number and name. For example:

    |12372^RIGGINS^JOHN^""^MD|  
    |12372|  
    |^RIGGINS^JOHN^""^MD|  
    
  • CQ: Composite quantity with units. For example:

    |123.7^ML|  
    
  • CE: Coded element. For example:

    |54.21^Laparoscopy^I9C^42112^^AS4|  
    

    This data type is localized and site-defined. Additionally, HL7 V2.1 does not provide the coverage for this data type in the HL7 Access database. For generating your schemas, Microsoft BizTalk Accelerator for HL7 (BTAHL7) assumes that the HL7 V2.2 data types are valid, and uses this information to build the schemas. Depending on the usage in the schema, an appropriate data type must be used, meaning that the data type must be replaced with CK, CQ, CE, ST^SI, and so on.

See Also

Data Types
Processing HL7 Messages
Message Processing
Using HL7 2.X Schemas