SOLUTION VERIFIED
◉ An interface message contains.... Answer: Data about an event
(like a patient being admitted to the hospital)
◉ MSH-11. Answer: HL7 Processing ID
◉ MSH-12. Answer: HL7 Version ID
◉ Segment Identifier. Answer: Three character code that identifies
the kind of data the segment contains
◉ PID-3. Answer: Patient ID
◉ PID-5. Answer: Patient Name
◉ PID-7. Answer: Patient Date of Birth
◉ Encoding Character. Answer: Break HL7 message down into
smaller pieces
FCRES
,1. Field Separator |
2. Component Separator ^
3. Repetition Separator ~
4. Escape Character \
5. Subcomponent Separator &
◉ Escape Sequence (assumes Escape character is \). Answer: 1.
Field Separator \F\
2. Component Separator \S\
3. Repetition Separator \R\
4. Escape Character \E\
5. Subcomponent Separator \T\
◉ NTE Segment. Answer: "Note" segment containing custom data
that relates to the segment it follows.
◉ Z Segment. Answer: Custom segment
◉ Are empty fields needed following the final entered value in an
HL7 message?. Answer: No
◉ Blank Fields. Answer: These are not filed
, ◉ HL7 Delete Character. Answer: Defined by information between
double quotations ("-")
◉ FHIR. Answer: Specifies RESTful exchange method via HTTPs to
access data. Developed to address limitations of HL7.
◉ Bridges supports these standards. Answer: HL7, X12, FHIR,
NCPDP, and Direct
◉ Event. Answer: Small set of values. Contains needed info to build a
message (like Patient ID) and contains directions for where Interface
should pull contents to build a message.
◉ Queue. Answer: Storage location outside Chronicles database
structure.
◉ Event Daemon. Answer: Processes the Event Queue
Outgoing: Pulls from Event Queue, builds message, and removes the
event from the event Queue
Incoming:
◉ Daemon (Outgoing). Answer: Background process that does not
require user action.