Editar

Compartilhar via


Data Types

The data type specification is an important tool for partitioning the complexity of the HL7 standard, and is critical to understanding the data contents of an HL7 field. Some data types are simple and contain only one component, and some contain many components and subcomponents. For example, PID.5 Patient Name has the data type XPN in Version 2.4. This data type supports the common subdivisions of an English language name, for example, surname, first name, middle name, as well as suffix, prefix, name type code, and name validity (date) range.

In new HL7 versions, you can add but not remove data types. If you add content to a data type, by adding new components or subcomponents, you can only add them at the end of the structure within which they are nested. In some cases, the HL7 organization merged existing data types to form new ones. This led to the need to support items that were formerly subcomponents within the original data types.

The following functions of Microsoft BizTalk Accelerator for HL7 (BTAHL7) support these requirements:

  • BTAHL7 supports standard data types for all HL7 versions from V2.1 on.

  • You can restrict data types where appropriate when developing interfaces.

In This Section