Validate Field is in profile code set

This tutorial explains how to build a Segment/Field rule validating that a field value is in a predefined code set.

In this example, we’ll validate that PID.8 (Administrative Sex) is equal to one of the codes in the following table.  The table is preset in a conformance profile. 

Label Code
Male M
Female F
Unknown U

To learn more about how to add or customize a table in a conformance profile, refer to the profile documentation

 

    1. In the inbound HL7 task, select the Validation tab
    2. Select the Segment/Field Validation tab
    3. Add a rule: PID.8 is in table 0001 – Administrative Sex

       

 

The rule returns a pass (success) if it can find the PID.8 field value in the conformance profile table.  If it doesn’t, the validation fails.

 

Download the rules file (Field value is in table.cxf)

Learn more about how to import validation rules into an inbound HL7 task.