HL7 Notes (1)
-
-
Customize namespace
-
Change HL7 tables
-
Table 3 – event type
-
Table 76 – message type
-
-
Change MSH 9.1, MSH 9.2 and MSH9.3
-
Create custom schema with type following the naming convention, Body schema type = TargetNS + “#” + MSH9.1 + MSH9.2 + MSH12.1 (with dots removed) + MSH12.2 (or GLO if the value is blank) + MSH12.3 (or DEF if the value is blank)
-
-
- Segments are identified with a three-letter code, then an underscore, then the name of the segment such as PID_PatientIdentificaitonSegment. To create a declared Z segment, your segment code should start with a Z.
- Elements are identified with the segment’s three-letter code, then an underscore, then a number that identifies the element’s position within the segment, then an underscore and the name of the element. An example is PID_1_SetId for the first element in the PID segment and PID_2_PatientId for the second element in the PID Segment. The positional numbering always starts with 1.
- Components are identified by their Data Type code from the HL7 specifications, then an underscore, then a number identifying the component’s position within the element, then an underscore and the component name. An example is CX_0_Id and CX_1_CheckDigit for the first and second components of the PID_2_PatientId element. The positional numbering always starts with 0
Questions,
i love it