HL7 Port
Port is configurable and can be any agreed upon port.
FYI - The default port in the configuration is 2019
HL7 required segments and fields
Currently passagepoint does not support SIU scheduled appointments.
An SIU scheduled appointment needs to be converted to an A04 with the following:
1) The entire MSH segment is needed along with the facility (this is so if users need to partition facility, it can)
2) PID segment - Patients first/last name, MRN, Account, Visit number,
To create an OutPatients appointment, the ADT messages that PassagePoint uses are ADT_A04 (Register a patient)
or ADT_A08 (update a patient). Although these are special ADT_A04/ ADT_A08 messages as PassagePoint needs some
flags to identify that it should create an outpatient appointment using this type of message. A sample message of this type is
provided below:
MSH|^~\&|||||20161207113520.224-0500||ADT^A08^ADT_A08|6201|P|2.4
PID|||321541011||Doe^John||19721225||||||^^^^^^65023314002012^^65023314002012
PV1||OutPatient|^201^201-2^^^^^Floor5|||||||||||||||||||||||||||||||||||||||||202103311445
NTE|1|10:30AM - 18th Floor
NTE|1| 1:00PM - 2nd Floor
NTE|1| 5:00PM - 4th Floor
NTE|1| 8:00PM - 5th Floor
An A04 message should have the following attributes for the PassagePoint to process it as an OutPatient appointment:
1 PV1-2 should be 'OutPatient'
2 It should have at least one NTE segment.
Pls see the attached for full specs detail