HL7 Specifications (Outpatient Appointments)

HL7 Specifications (Outpatient Appointments)

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


    • Related Articles

    • HL7 Specifications (Inpatients)

      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 In general, PassagePoint requires the following: 1) The entire MSH segment is needed along with the ...
    • How to Automatically Back-up the PostgreSQL Database

      To automatically backup the PassagePoint PostgreSQL database, create a Windows task with the changes below to invoke the PostgreSQL agent to back up the database. Create a batch file with the line below, and add it to your Window task: pg_dump -i -h ...
    • How to Install and Configure the Dymo 550

      How to Install and Configure the Dymo 550 NOTE: Using the forward button to send a label and attempt to retract it, the counter will continue counting. Therefore, it's advisable to refrain from manually feeding labels unnecessarily. Download the ...
    • What should I do if I get a "The Administrator needs to assign the station using the "Control Center" " error when launching PassagePoint?

      On the client On the Client workstation that is getting the message "The Administrator needs to assign the station using the "Control Center 1) Log in with a user with 'admin' privileges 2) Go to home>> station preferences>> hit edit>> change ...
    • RestAPI

      PassagePoint features a set of RestAPI calls API documents are attached in the attachment section PassagePoint side ==================== 1) on passagepoint side, must enable port 2081 in  tomcat/conf/server.xml uncomment the port 2081 Must have ...