TEST: OHIE-CR-18-HL7v2
Patient Identity Feed – Auto-merge between patients with matching NID (as non medical ID)
This test ensures that the receiver is able to merge patient data from an assigning authority (TEST_A) which has an national identifier (not assigned by central authority as a PID). The demographics data does not match, this is to test that matching is done on explicit identifiers.
Setup the receiver such that OID 2.16.840.1.113883.3.72.5.9.2 has assigning authority of TEST_A which can be assigned from TEST_HARNESS_A
Setup the receiver such that OID 2.16.840.1.113883.3.72.5.9.B has assigning authority of TEST_A which can be assigned from TEST_HARNESS_B
Setup the receiver such that OID 2.16.840.1.113883.3.72.5.9.9 has assigning authority of NID
Perform necessary steps to ensure that the receiver is configured to merge patients based on the SSN field (PID-19)
Test Step 1:
Test harness (as TEST_HARNESS_A) sends a registration message for patient Yannick Jones having a date of birth to the month, with NID of NID-000345439 and local identifier of TEST_A of RJ-460.
Expected Behaviour
Receiver Accepts Message with an AA
MSH-5 and MSH-6 matches “TEST_HARNESS_A|TEST”
Test Step 2:
Test harness (as TEST_HARNESS_B) sends a registration message for patient Yan Jones having a more specific date of birth, with NID of NID-000345439 and local identifier of TEST_B of RB-469.
Expected Behaviour
Receiver Accepts Message with an AA
MSH-5 and MSH-6 matches “TEST_HARNESS_B|TEST”
Test Step 3:
Test harness verifies the record from TEST_B is linked with TEST_A via the NID
Expected Behaviour
Receiver responds with an AA
Receiver sends exactly one PID segment with identifier RJ-449 in domain TEST_A in one of the PID-3 repetitions
Last updated