Chapter 6.3 CENG Health Level Seven International (HL7) Flashcards
What does HL7 mean?
Health Level Seven International
What is Health Level Seven International (HL7)?
- HL7 is a not-for-profit, ANSI-accredited, standards-developing organization.
- Health Level Seven International (HL7) is both a standards organization and a standard.
(ANSI - American National Standards Institute)
What is the main objective of HL7?
(To provide a..?)
HL7 is dedicated to providing a comprehensive framework and related standards for the exchange, integration, sharing, and retrieval of electronic health information.
(Basically, it is a framework for exchanging data in healthcare)
What does HL7 support?
HL7 supports clinical practice and the management, delivery, and evaluation of health services.
What does “L7” in HL7 refer to?
The “L7” in HL7 refers to layer or level 7 of the OSI stack and relates to the healthcare applications that reside at the application layer.
What is so good about HL7 for a developer?
Why? With HL7, a developer just needs to follow the standard for message exchange and knows that the application will interface with any other application that follows the HL7 standard.
What are the two versions of the HL7 standard?
1) HL7 v2
2) HL7 v3
HL7 Message Structure are divided into 6 segments, what are they?
- MSH
- PID
- NK1
- PV1
- SCH
- OBR
What does MSH mean? (HL7 Message Structure)
Message Header
What does PID mean? (HL7 Message Structure)
Patient Identification
What does NK1 mean? (HL7 Message Structure)
Next Of Kin
What does PV1 mean? (HL7 Message Structure)
Patient Visit
What does SCH mean? (HL7 Message Structure)
Scheduling Activity Information
What does OBR mean? (HL7 Message Structure)
Observation Request
When did development of HL7 v2 began?
Development on HL7 v2 began in 1987.
What does the HL7 v2 design reflect?
Its design reflects the healthcare information concerns of the time, which were admissions, discharges, transfers, orders, and reports.
What is the key HL7 v2 design concepts? (6 concepts)
- Message syntax
- Segment structure
- Fields
- Delimiters
- Data types
- Vocabulary
In HL7 v2, what does each segment consist of?
Each segment has a three-character identifier that comes first, followed by fields, which contain components and subcomponents.
What are delimiters?
Delimiters separate these components and subcomponents.
What does ORM stand for and what is it?
ORM stands for an order message and it is an example of a message type.
What are examples of delimiters? (2)
Examples of delimiters include the field separator ( | ) and the component separator (^). Each segment has a definition table.
What is the patient identifier (PID) segment?
The patient identifier (PID) segment is a very common segment across message types.
In PID, what components are there?
It has a number of components, such as PID-5 (patient name) and PID-7 (date/time of birth). For example, a patient name would be represented as |john^doe|.
Another example of a segment is the AL1 segment, what is it?
The AL1 (allergy) segment, which contains patient allergy information, including codes for allergy type and severity.
What does the BLG segment contain?
The BLG segment contains information about billing, such as the charge type, when to charge, and the reason for the charge.