

Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Epic EDI101 Bridges Interfaces Newest Edition 2025-2026. Questions & Correct Verified Answers. Graded A
Typology: Exams
1 / 2
This page cannot be seen from the preview
Don't miss anything!


1
Are messages ever manually deleted from the Data Queue? - ANSNo, never. They are purged only by an automated purge job. Aside from HL7 Version 2, name two other standards supported in Bridges? - ANSX12, FHIR, NCPDP, DICOM, and Direct. Does every HL7 message have to be encoded with the characters 1A-&? - ANSNo, the encoding characters can be any printable character. Imagine that your message begins with MSHIA&1. How would you encode the string "Th result is positive & has a value of 2.7 x 10A3."? - ANSThe result is positive \T\ has a value of 2.7 x 10\S\3. What are stored in the Event Queue, Data Queue, and Control Queue? - ANSThe Event Queue contains the information needed to build a message. Usually this is a patient ID, an encounter DAT, and the type of message to be built, amongst other information. The Data Queue contains the text of HL7 messages and additional metadata. The Control Queue is a to-do list of message numbers to send or file.
2 What are two ways that interface messages are sent and received? - ANSTCP/IP with an interface engine is the most common communication method. Interconnect is used for HTTPS or other communication outside your local network. What is Bridges? - ANSEpic's interfacing messages along with the application. It consists of both the interface infrastructure to build, send, receive, and file messages along with the tools and utilities to maintain those interfaces What is the difference between receiving an empty field |I and the delete sequence? - ANSAn empty field is ignored by the interface, whereas the delete character will delete information from the database, assuming the field in question supports the delete character. Why is the NTE segment special? - ANSContext; its meaning depends on the segment it follows