SlideShare a Scribd company logo
1 of 25
• WHERE AND HOW TO TAKE THE EXAM
• KIND OF CERTIFICATIONS OFFERED
• CERTIFICATION EXAM APPLICATION PROCESS
• TESTING DO’S AND DON’TS
• SCOPE OF THE HL7 V2 CONTROL EXAM
• QUESTION DISTRIBUTION BY TOPIC AREA
• PRACTICE QUESTIONS
• AVAILABLE STUDY RESOURCES
 HL7 offers computer based testing (CBT) as its certification
testing method. For CBT, you have the option to take your
exam at:
 one of 400 High-stakes Online Secure Testing (HOST)
center locations worldwide, or
 as an Online Proctored test from your own computer with
Internet access and an external webcam meeting minimum
requirements.
 An online proctored test is offered at all HL7 Work Group
Meetings and Educational Summits.
 If your organization is interested in arranging certification
testing at its facility, please contact Mary Ann Boyle, at
Maryann@HL7.org or phone (734) 677-7777.
 Certifications in the following are offered by
HL7:
 Hl7 v2 Control
 HL7 v3 Reference Information Model
 HL7 v3 Clinical Document Architecture
 Application Process
 Complete the certification application online to start the
process.
 The application process is the same whether you take the
exam in person or electronically at Kryterion testing centers
or online.
 Allow up to 10 business days to process your application.
 Bring a photo id to the test. No reading or writing materials,
except those provided by the instructor, are allowed during the
test. Pencils will be provided.
 Mobile phones, messaging devices, and pagers must be turned
off (not just silenced) during the test. Use of such devices during
the test may result in disqualification.
 If you need to be reachable for emergencies while you are taking
the test, please inform personnel at the test site.
 After the test, you are not allowed to discuss the contents of the
test with others.
 Results will be emailed immediately upon completion of the test
to the address that you designated when you registered for the
examination.
 A Certificate is also immediately emailed to qualifying
individuals.
 HL7 2.7 Chapters 2, 2A, and 2B
 Chapter 2: Control
 Chapter 2A: DataTypes
 Chapter 2B: Conformance
 There are 70 questions on the exam.
 Candidates will have 2 hours to complete the
exam.
 Candidates must score at least 70% (correctly
answer a minimum of 49 questions) to pass the
exam.
 The questions are multiple choice and there is no
penalty for guessing incorrectly.
 20% Conceptual Approach
and Framework.
 36% Message
Construction and
Processing Rules.
 12% Control Segments
and Message Types
 21% Datatypes
 11% Conformance
2.2 INTRODUCTION.......................................................................................................................................... 3
2.3 CONCEPTUAL APPROACH....................................................................................................................... 3
2.3.1 TRIGGER EVENTS...................................................................................................................................... 3
2.3.2 ACKNOWLEDGMENTS: ORIGINAL MODE ................................................................................................... 4
2.3.3 ACKNOWLEDGMENTS: ENHANCED MODE.................................................................................................. 4
2.3.4 QUERIES ................................................................................................................................................... 5
2.4 COMMUNICATIONS ENVIRONMENT.................................................................................................... 5
2.5 MESSAGE FRAMEWORK.......................................................................................................................... 6
2.5.1 MESSAGES................................................................................................................................................ 6
2.5.2 SEGMENTS AND SEGMENT GROUPS ........................................................................................................... 6
2.5.3 FIELDS ...................................................................................................................................................... 7
2.5.4 MESSAGE DELIMITERS ............................................................................................................................ 10
a) 2.5.5 Length 10
10 to 15 Questions 20% Of the Exam
 Which of the following characters is the
suggested HL7 2.x Field Separator?
A. |
B. ^
C. &
D. ~
E.
 Which of the following is NOT a possible
designation of optionality for a field within a
segment in the segment attribute tables of
the HL7 2.7 standard?
A. R - Required
B. O - Optional
C. C - Conditional on the trigger event or on some other field(s)
D. Z - User defined
E. B - Left in for Backward compatibility with previous versions of
HL7
2.6 MESSAGE CONSTRUCTION RULES..................................................................................................... 13
2.7 USE OF ESCAPE SEQUENCES IN TEXT FIELDS................................................................................ 18
2.8 VERSION COMPATIBILITY DEFINITION ........................................................................................... 21
2.9 MESSAGE PROCESSING RULES ........................................................................................................... 25
2.10 SPECIAL HL7 PROTOCOLS .................................................................................................................... 29
2.11 LOCAL EXTENSION ................................................................................................................................. 41
2.13 ACKNOWLEDGMENT MESSAGES ....................................................................................................... 46
2.14 MESSAGE CONTROL SEGMENTS ........................................................................................................ 46
2.16 MISCELLANEOUS HL7 TABLES USED ACROSS ALLCHAPTERS ................................................ 74
25 to 30 Questions 36% Of the Exam
 If the data type definition calls for a component to be broken into
subcomponents, which of the following rules are used?
I. If more than one subcomponent is included, they are separated by the
subcomponent separator.
II. Subcomponents that are not present are represented by the characters "".
III. A subcomponent that is present but null is represented by including no characters
in the subcomponent.
IV. Subcomponents that are present but null at the end of a component need not be
represented by subcomponent separators.
A. I., II., III., and IV.
B. I., II., and III. only
C. I. and IV. only
D. I. only
E. II., III., and IV. only
 The original mode acknowledgment protocol is
equivalent to the enhanced acknowledgment
protocol with which of the following field values?
A. Just the MSH-15-accept acknowledgment type equal to "AL", the
MSH-16-application acknowledgment type doesn't matter.
B. Just the MSH-16-application acknowledgment type equal to "AL",
the MSH-15-accept acknowledgment type doesn't matter.
C. The MSH-15-accept acknowledgment type equal to "NE" and the
MSH-16-application acknowledgment type equal to "AL".
D. The MSH-15-accept acknowledgment type equal to "AL" and the
MSH-16-application acknowledgment type equal to "NE".
E. The MSH-15-accept acknowledgment type equal to "NE", the MSH-
16-application acknowledgment type doesn't matter.
2.14 MESSAGE CONTROL SEGMENTS ........................................................................................................ 46
2.14.1 ADD - ADDENDUM SEGMENT ................................................................................................................. 47
2.14.2 BHS - BATCH HEADER SEGMENT............................................................................................................. 47
2.14.3 BTS - BATCHTRAILER SEGMENT............................................................................................................. 49
2.14.4 DSC - CONTINUATION POINTER SEGMENT............................................................................................... 50
2.14.5 ERR - ERROR SEGMENT.......................................................................................................................... 50
2.14.6 FHS - FILE HEADER SEGMENT................................................................................................................. 54
2.14.7 FTS - FILE TRAILER SEGMENT ................................................................................................................. 56
2.14.8 MSA - MESSAGE ACKNOWLEDGMENT SEGMENT..................................................................................... 56
2.14.9 MSH - MESSAGE HEADER SEGMENT ....................................................................................................... 57
2.14.10 NTE - NOTES AND COMMENTS SEGMENT ................................................................................................ 65
2.14.11 OVR – OVERRIDE SEGMENT ................................................................................................................... 67
2.14.12 SFT – SOFTWARE SEGMENT.................................................................................................................... 71
2.14.13 UAC - USER AUTHENTICATION CREDENTIAL SEGMENT......................................................................... 73
2.17 SAMPLE CONTROL MESSAGES............................................................................................................ 75
2.17.1 GENERAL ACKNOWLEDGMENT ............................................................................................................... 75
2.17.2 GENERAL ACKNOWLEDGEMENT, ERROR RETURN.................................................................................... 75
2.17.3 MESSAGE USING SEQUENCE NUMBER: PROTOCOL................................................................................... 75
2.17.4 MESSAGE FRAGMENTATION.................................................................................................................... 76
2.17.5 ACKNOWLEDGEMENT MESSAGE USING ORIGINAL MODE PROCESSING .................................................... 79
2.17.6 ACKNOWLEDGEMENT MESSAGE USING ENHANCED MODE PROCESSING .................................................. 79
5 to 10 Questions 12% Of the Exam
 The segment FHS contains which of the
following fields?
A. Batch Creation Date/Time
B. Batch Control ID
C. File Batch Count
D. File Encoding Characters
E. File Trailer Comment
 What acknowledgment code should a system
return as an accept acknowledgment if the
message cannot be accepted because of a
sequence number error?
A. CA
B. CR
C. CE
D. CX
E. None of the above.
Data type Data Type Name Data type Data Type Name Data type Data Type Name
AD Address FN Family name RCD Row column definition
AUI Authorization information FT Formatted text RFR Reference range
CCD Charge code and date GTS General timing specification RI Repeat interval
CCP Channel calibration parameters HD Hierarchic designator RMC Room coverage
CD Channel definition ICD Insurance certification definition RP Reference pointer
CE Coded element ID Coded values for HL7 tables RPT Repeat pattern
CF Coded element w ith formatted values IS Coded value for user-defined tables SAD Street Address
CK Composite ID w ith check digit JCC Job code/class SCV Scheduling class value pair
CM Composite LA1 Location w ith address variation 1 SI Sequence ID
CN Composite ID number and name LA2 Location w ith address variation 2 SN Structured numeric
CNE Coded w ith no exceptions MA Multiplexed array SNM String of telephone number digits
CNN Composite ID number and name simplified MO Money SPD Specialty description
CP Composite price MOC Money and charge code SPS Specimen source
CQ Composite quantity w ith units MOP Money or percentage SRT Sort order
CSU Channel sensitivity and units MSG Message type ST String data
CWE Coded w ith exceptions NA Numeric array TM Time
CX Extended composite ID w ith check digit NDL Name w ith date and location TN Telephone number
DDI Daily deductible information NM Numeric TQ Timing/quantity
DIN Date and institution name NR Numeric range TS Time stamp
DLD Discharge to location and date OCD Occurrence code and date TX Text data
DLN Driver's license number OSD Order sequence definition UVC UB value code and amount
DLT Delta OSP Occurrence span code and date VH Visiting hours
DR Date/time range PIP Practitioner institutional privileges VID Version identifier
DT Date PL Person location VR Value range
DTM Date/time PLN Practitioner license or other ID number WVI Channel Identifier
DTN Day type and number PN Person name WVS Waveform source
ED Encapsulated data PPN Performing person time stamp XAD Extended address
EI Entity identifier PRL Parent result link XCN Extended composite ID number and name for persons
EIP Entity identifier pair PT Processing type XON Extended composite name and ID number for organizations
ELD Error location and description PTA Policy type and amount XPN Extended person name
ERL Error location QIP Query input parameter list
FC Financial class QSC Query selection criteria
XTN Extended telecommunications number
15 to 20 Questions 21% Of the Exam
 What data type is the following field?
|.in+4.ti-4 1. The cardiomediastinal
silhouette is now within normal limits.^.sp.ti-
4 2. Lung fields show minimal ground glass
appearance.^.sp.ti-4 3. A loop of colon
visible in the left upper quadrant is distinctly
abnormal with the appearance of mucosal
effacement suggesting colitis..in-4|
A. HT - Hypertext Markup Language
B. FT - Formatted text
C. RT - Rich Text
D. TX - Text Data
E. XM - Extended Markup Language
 What is the specified maximum field length
for a field of data type IS?
A. 20
B. 64
C. 199
D. 65536 (64K)
E. The maximum length may vary depending
on the longest code in the code set.
2.B CONFORMANCE USING MESSAGE PROFILES............................................... 2-206
2.B.1 MESSAGE PROFILE .............................................................................................................................2-209
2.B.2 USE CASE MODEL...............................................................................................................................2-209
2.B.3 DYNAMIC DEFINITION ........................................................................................................................2-210
2.B.4 STATIC DEFINITION ............................................................................................................................2-212
2.B.5 TABLE DEFINITION .............................................................................................................................2-214
2.B.6 PROFILE TYPE ....................................................................................................................................2-214
2.B.7 STATIC DEFINITION CONCEPTS ...........................................................................................................2-216
2.B.8 STATIC DEFINITION - MESSAGE LEVEL................................................................................................2-221
2.B.9 STATIC DEFINITION - FIELD LEVEL......................................................................................................2-224
2.B.10 MESSAGE PROFILE DOCUMENT ..........................................................................................................2-225
2.B.11 TOOLS ...............................................................................................................................................2-226
2.B.12 MESSAGE PROFILE DOCUMENT DEFINITION .......................................................................................2-226
5 to 10 Questions 11% Of the Exam
 If Field 4, “Observation Sub-ID”, is transmitted in a segment
formatted according to the OBX segment definition in Figure I
above, the receiving conformant application:
A. May ignore the field if it is sent, or may raise an
application error
B. Must accept (pending further processing of the field
contents)
C. Must reject
D. Should truncate the field to a length of 250 characters
E. May accept if and only if it is accompanied by at least
one occurrence of Field 3, “Observation Identifier”
 Which of the following fields may be omitted from a segment
formatted according to the OBX segment definition in Figure I
above?
A. Field 1, “Set ID - OBX”
B. Field 2, “Value Type”
C. Field 3, “Observation Identifier”
D. Field 5, “Observation Value”
E. Field 6, “Units”
 HL7 v2.7 Standard
 HL7 v2.7 Certification Test Study Guide
 HL7 v2.7 Chapter 2 Control (Practice Exam)
 AbdulMalik.Shakir@Hi3Solutions.com
Hi3 Solutions ~ Your healthcare standards conformance Partner
Hi3 Solutions
3500 W. Olive Ave, Suite
300
Burbank, CA 91505
ww.hi3solutions.com +1 800 918-
6520

More Related Content

What's hot

Hl7 standard
Hl7 standardHl7 standard
Hl7 standardMarina462
 
HL7 Fhir for Developers
HL7 Fhir for DevelopersHL7 Fhir for Developers
HL7 Fhir for DevelopersEwout Kramer
 
Terminology, value-sets, codesystems by Lloyd McKenzie
Terminology, value-sets, codesystems by Lloyd McKenzieTerminology, value-sets, codesystems by Lloyd McKenzie
Terminology, value-sets, codesystems by Lloyd McKenzieFHIR Developer Days
 
Hl7 vs fhir
Hl7 vs fhirHl7 vs fhir
Hl7 vs fhirThiyagu2
 
Interoperability, SNOMED, HL7 and FHIR
Interoperability, SNOMED, HL7 and FHIRInteroperability, SNOMED, HL7 and FHIR
Interoperability, SNOMED, HL7 and FHIRTim Benson
 
FHIR - more than the basics
FHIR - more than the basicsFHIR - more than the basics
FHIR - more than the basicsEwout Kramer
 
FHIR Tutorial - Morning
FHIR Tutorial - MorningFHIR Tutorial - Morning
FHIR Tutorial - MorningEwout Kramer
 
HL7 FHIR For Medical Professionals.pdf
HL7 FHIR For Medical Professionals.pdfHL7 FHIR For Medical Professionals.pdf
HL7 FHIR For Medical Professionals.pdfJanaka Peiris
 
HL7 & HL7 CDA: The Implementation of Thailand's Healthcare Messaging Exchange...
HL7 & HL7 CDA: The Implementation of Thailand's Healthcare Messaging Exchange...HL7 & HL7 CDA: The Implementation of Thailand's Healthcare Messaging Exchange...
HL7 & HL7 CDA: The Implementation of Thailand's Healthcare Messaging Exchange...Nawanan Theera-Ampornpunt
 
Rolling out FHIR - architecture and implementation considerations by Lloyd Mc...
Rolling out FHIR - architecture and implementation considerations by Lloyd Mc...Rolling out FHIR - architecture and implementation considerations by Lloyd Mc...
Rolling out FHIR - architecture and implementation considerations by Lloyd Mc...FHIR Developer Days
 

What's hot (20)

Hl7 standard
Hl7 standardHl7 standard
Hl7 standard
 
HL7 Standards
HL7 StandardsHL7 Standards
HL7 Standards
 
The hitchhiker's guide to hl7
The hitchhiker's guide to hl7The hitchhiker's guide to hl7
The hitchhiker's guide to hl7
 
HL7 Fhir for Developers
HL7 Fhir for DevelopersHL7 Fhir for Developers
HL7 Fhir for Developers
 
Terminology, value-sets, codesystems by Lloyd McKenzie
Terminology, value-sets, codesystems by Lloyd McKenzieTerminology, value-sets, codesystems by Lloyd McKenzie
Terminology, value-sets, codesystems by Lloyd McKenzie
 
Exploring HL7 CDA & Its Structures
Exploring HL7 CDA & Its StructuresExploring HL7 CDA & Its Structures
Exploring HL7 CDA & Its Structures
 
Hl7 vs fhir
Hl7 vs fhirHl7 vs fhir
Hl7 vs fhir
 
An Introduction to HL7 FHIR
An Introduction to HL7 FHIRAn Introduction to HL7 FHIR
An Introduction to HL7 FHIR
 
Introduction to hl7
Introduction to hl7Introduction to hl7
Introduction to hl7
 
Interoperability, SNOMED, HL7 and FHIR
Interoperability, SNOMED, HL7 and FHIRInteroperability, SNOMED, HL7 and FHIR
Interoperability, SNOMED, HL7 and FHIR
 
FHIR - more than the basics
FHIR - more than the basicsFHIR - more than the basics
FHIR - more than the basics
 
Introduction to hl7 v2
Introduction to hl7 v2Introduction to hl7 v2
Introduction to hl7 v2
 
FHIR Tutorial - Morning
FHIR Tutorial - MorningFHIR Tutorial - Morning
FHIR Tutorial - Morning
 
Hl7 Standards
Hl7 StandardsHl7 Standards
Hl7 Standards
 
Hl7 & FHIR
Hl7 & FHIRHl7 & FHIR
Hl7 & FHIR
 
HL7 FHIR For Medical Professionals.pdf
HL7 FHIR For Medical Professionals.pdfHL7 FHIR For Medical Professionals.pdf
HL7 FHIR For Medical Professionals.pdf
 
FHIR and DICOM by Marten Smits
FHIR and DICOM by Marten SmitsFHIR and DICOM by Marten Smits
FHIR and DICOM by Marten Smits
 
Hl7 overview
Hl7 overviewHl7 overview
Hl7 overview
 
HL7 & HL7 CDA: The Implementation of Thailand's Healthcare Messaging Exchange...
HL7 & HL7 CDA: The Implementation of Thailand's Healthcare Messaging Exchange...HL7 & HL7 CDA: The Implementation of Thailand's Healthcare Messaging Exchange...
HL7 & HL7 CDA: The Implementation of Thailand's Healthcare Messaging Exchange...
 
Rolling out FHIR - architecture and implementation considerations by Lloyd Mc...
Rolling out FHIR - architecture and implementation considerations by Lloyd Mc...Rolling out FHIR - architecture and implementation considerations by Lloyd Mc...
Rolling out FHIR - architecture and implementation considerations by Lloyd Mc...
 

Similar to Hl7 v2 certification test preparation

Graham et.al, 2008, Foundations of Software Testing ISTQB Certification. Chap...
Graham et.al, 2008, Foundations of Software Testing ISTQB Certification. Chap...Graham et.al, 2008, Foundations of Software Testing ISTQB Certification. Chap...
Graham et.al, 2008, Foundations of Software Testing ISTQB Certification. Chap...Muhammad Jazman
 
Pass4Sure CCP Braindumps Quetions
Pass4Sure CCP Braindumps QuetionsPass4Sure CCP Braindumps Quetions
Pass4Sure CCP Braindumps QuetionsPass4Sures143
 
Testing lab manual Testing lab manual sqa
Testing lab manual Testing lab manual sqaTesting lab manual Testing lab manual sqa
Testing lab manual Testing lab manual sqaMuhammadAdnan845624
 
Open-DO Update
Open-DO UpdateOpen-DO Update
Open-DO UpdateAdaCore
 
642-732 exam - secrets of passing exam in first attempt
642-732 exam - secrets of passing exam in first attempt642-732 exam - secrets of passing exam in first attempt
642-732 exam - secrets of passing exam in first attemptHot_Exam
 
Take Authentic HPE6-A70 PDF Questions by Test4Practice
Take Authentic HPE6-A70 PDF Questions by Test4PracticeTake Authentic HPE6-A70 PDF Questions by Test4Practice
Take Authentic HPE6-A70 PDF Questions by Test4PracticeMike Robert
 
Manual Testing Guide1.pdf
Manual Testing Guide1.pdfManual Testing Guide1.pdf
Manual Testing Guide1.pdfKhushal Chate
 
Code coverage in theory and in practice form the do178 b perspective
Code coverage in theory and in practice form the do178 b perspectiveCode coverage in theory and in practice form the do178 b perspective
Code coverage in theory and in practice form the do178 b perspectiveEngineering Software Lab
 
Code Coverage in Theory and in practice form the DO178B perspective
Code Coverage in Theory and in practice form the DO178B perspective   Code Coverage in Theory and in practice form the DO178B perspective
Code Coverage in Theory and in practice form the DO178B perspective Engineering Software Lab
 
Mca 02 year_exp_unit_automation_testing_ldra_rtrt_c -
Mca 02 year_exp_unit_automation_testing_ldra_rtrt_c -Mca 02 year_exp_unit_automation_testing_ldra_rtrt_c -
Mca 02 year_exp_unit_automation_testing_ldra_rtrt_c -sandeep kumar gupta
 
Checkpoint 156-315.80 free demo download
Checkpoint 156-315.80 free demo downloadCheckpoint 156-315.80 free demo download
Checkpoint 156-315.80 free demo downloadJeannieHeldt
 
Completed slides
Completed slidesCompleted slides
Completed slidesJyothi Vbs
 
HPE0-Y53 HP Master ASE Exam
HPE0-Y53 HP Master ASE ExamHPE0-Y53 HP Master ASE Exam
HPE0-Y53 HP Master ASE ExamDennisonDon
 
350-001 exam - secrets of passing exam in first attempt
350-001 exam - secrets of passing exam in first attempt350-001 exam - secrets of passing exam in first attempt
350-001 exam - secrets of passing exam in first attemptPractice-Exam
 
Istqb interview questions By H2KInfosys
Istqb interview questions By H2KInfosysIstqb interview questions By H2KInfosys
Istqb interview questions By H2KInfosysH2kInfosys
 

Similar to Hl7 v2 certification test preparation (20)

Graham et.al, 2008, Foundations of Software Testing ISTQB Certification. Chap...
Graham et.al, 2008, Foundations of Software Testing ISTQB Certification. Chap...Graham et.al, 2008, Foundations of Software Testing ISTQB Certification. Chap...
Graham et.al, 2008, Foundations of Software Testing ISTQB Certification. Chap...
 
Pass4Sure CCP Braindumps Quetions
Pass4Sure CCP Braindumps QuetionsPass4Sure CCP Braindumps Quetions
Pass4Sure CCP Braindumps Quetions
 
Nse4 fgt 6.0
Nse4 fgt 6.0Nse4 fgt 6.0
Nse4 fgt 6.0
 
Mustaque_CV_mar
Mustaque_CV_marMustaque_CV_mar
Mustaque_CV_mar
 
Testing lab manual Testing lab manual sqa
Testing lab manual Testing lab manual sqaTesting lab manual Testing lab manual sqa
Testing lab manual Testing lab manual sqa
 
Open-DO Update
Open-DO UpdateOpen-DO Update
Open-DO Update
 
642-732 exam - secrets of passing exam in first attempt
642-732 exam - secrets of passing exam in first attempt642-732 exam - secrets of passing exam in first attempt
642-732 exam - secrets of passing exam in first attempt
 
Take Authentic HPE6-A70 PDF Questions by Test4Practice
Take Authentic HPE6-A70 PDF Questions by Test4PracticeTake Authentic HPE6-A70 PDF Questions by Test4Practice
Take Authentic HPE6-A70 PDF Questions by Test4Practice
 
Manual Testing Guide1.pdf
Manual Testing Guide1.pdfManual Testing Guide1.pdf
Manual Testing Guide1.pdf
 
Code coverage in theory and in practice form the do178 b perspective
Code coverage in theory and in practice form the do178 b perspectiveCode coverage in theory and in practice form the do178 b perspective
Code coverage in theory and in practice form the do178 b perspective
 
Code Coverage in Theory and in practice form the DO178B perspective
Code Coverage in Theory and in practice form the DO178B perspective   Code Coverage in Theory and in practice form the DO178B perspective
Code Coverage in Theory and in practice form the DO178B perspective
 
Mca 02 year_exp_unit_automation_testing_ldra_rtrt_c -
Mca 02 year_exp_unit_automation_testing_ldra_rtrt_c -Mca 02 year_exp_unit_automation_testing_ldra_rtrt_c -
Mca 02 year_exp_unit_automation_testing_ldra_rtrt_c -
 
Block 1 ms-034 unit-1
Block 1 ms-034 unit-1Block 1 ms-034 unit-1
Block 1 ms-034 unit-1
 
Checkpoint 156-315.80 free demo download
Checkpoint 156-315.80 free demo downloadCheckpoint 156-315.80 free demo download
Checkpoint 156-315.80 free demo download
 
Completed slides
Completed slidesCompleted slides
Completed slides
 
HPE0-Y53 HP Master ASE Exam
HPE0-Y53 HP Master ASE ExamHPE0-Y53 HP Master ASE Exam
HPE0-Y53 HP Master ASE Exam
 
Avnish
AvnishAvnish
Avnish
 
350-001 exam - secrets of passing exam in first attempt
350-001 exam - secrets of passing exam in first attempt350-001 exam - secrets of passing exam in first attempt
350-001 exam - secrets of passing exam in first attempt
 
Rajeshkanna_Resume
Rajeshkanna_ResumeRajeshkanna_Resume
Rajeshkanna_Resume
 
Istqb interview questions By H2KInfosys
Istqb interview questions By H2KInfosysIstqb interview questions By H2KInfosys
Istqb interview questions By H2KInfosys
 

More from Abdul-Malik Shakir

Shakir consulting 20 yr Anniversary
Shakir consulting 20 yr AnniversaryShakir consulting 20 yr Anniversary
Shakir consulting 20 yr AnniversaryAbdul-Malik Shakir
 
Fhir meetup at the scale la (abdul malik.shakir)
Fhir meetup at the scale la (abdul malik.shakir)Fhir meetup at the scale la (abdul malik.shakir)
Fhir meetup at the scale la (abdul malik.shakir)Abdul-Malik Shakir
 
Hl7 advance cda may 2019 webinar
Hl7 advance cda may 2019 webinarHl7 advance cda may 2019 webinar
Hl7 advance cda may 2019 webinarAbdul-Malik Shakir
 
Introduction to cda may 2019 webinar
Introduction to cda may 2019 webinarIntroduction to cda may 2019 webinar
Introduction to cda may 2019 webinarAbdul-Malik Shakir
 
Introduction to cda may 2019 montreal
Introduction to cda may 2019 montrealIntroduction to cda may 2019 montreal
Introduction to cda may 2019 montrealAbdul-Malik Shakir
 
The hitchhiker's guide to health level seven
The hitchhiker's guide to health level sevenThe hitchhiker's guide to health level seven
The hitchhiker's guide to health level sevenAbdul-Malik Shakir
 
The hitchhiker's guide to health level seven
The hitchhiker's guide to health level sevenThe hitchhiker's guide to health level seven
The hitchhiker's guide to health level sevenAbdul-Malik Shakir
 
Standards Driven Healthcare Information Integration Infrastructure
Standards Driven Healthcare Information Integration InfrastructureStandards Driven Healthcare Information Integration Infrastructure
Standards Driven Healthcare Information Integration InfrastructureAbdul-Malik Shakir
 
City of hope research informatics common data elements
City of hope research informatics common data elementsCity of hope research informatics common data elements
City of hope research informatics common data elementsAbdul-Malik Shakir
 
Rim derived and influenced hl7 standards
Rim derived and influenced hl7 standardsRim derived and influenced hl7 standards
Rim derived and influenced hl7 standardsAbdul-Malik Shakir
 
Hi3 Solutions: Accelerating HIE standards conformance
Hi3 Solutions: Accelerating HIE standards conformanceHi3 Solutions: Accelerating HIE standards conformance
Hi3 Solutions: Accelerating HIE standards conformanceAbdul-Malik Shakir
 
Hl7 V3 Reference Models 20091123
Hl7 V3 Reference Models 20091123Hl7 V3 Reference Models 20091123
Hl7 V3 Reference Models 20091123Abdul-Malik Shakir
 
Informatics Standards And Interoperability20090325
Informatics Standards And Interoperability20090325Informatics Standards And Interoperability20090325
Informatics Standards And Interoperability20090325Abdul-Malik Shakir
 
Rim Based Relational Database Design Tutorial September 2008
Rim Based Relational Database Design Tutorial September 2008Rim Based Relational Database Design Tutorial September 2008
Rim Based Relational Database Design Tutorial September 2008Abdul-Malik Shakir
 

More from Abdul-Malik Shakir (20)

Shakir consulting 20 yr Anniversary
Shakir consulting 20 yr AnniversaryShakir consulting 20 yr Anniversary
Shakir consulting 20 yr Anniversary
 
Fhir meetup at the scale la (abdul malik.shakir)
Fhir meetup at the scale la (abdul malik.shakir)Fhir meetup at the scale la (abdul malik.shakir)
Fhir meetup at the scale la (abdul malik.shakir)
 
Hl7 advance cda may 2019 webinar
Hl7 advance cda may 2019 webinarHl7 advance cda may 2019 webinar
Hl7 advance cda may 2019 webinar
 
Introduction to cda may 2019 webinar
Introduction to cda may 2019 webinarIntroduction to cda may 2019 webinar
Introduction to cda may 2019 webinar
 
Introduction to cda may 2019 montreal
Introduction to cda may 2019 montrealIntroduction to cda may 2019 montreal
Introduction to cda may 2019 montreal
 
The hitchhiker's guide to health level seven
The hitchhiker's guide to health level sevenThe hitchhiker's guide to health level seven
The hitchhiker's guide to health level seven
 
The hitchhiker's guide to health level seven
The hitchhiker's guide to health level sevenThe hitchhiker's guide to health level seven
The hitchhiker's guide to health level seven
 
Standards Driven Healthcare Information Integration Infrastructure
Standards Driven Healthcare Information Integration InfrastructureStandards Driven Healthcare Information Integration Infrastructure
Standards Driven Healthcare Information Integration Infrastructure
 
HIE technical infrastructure
HIE technical infrastructureHIE technical infrastructure
HIE technical infrastructure
 
Introduction to hl7 v3
Introduction to hl7 v3Introduction to hl7 v3
Introduction to hl7 v3
 
City of hope research informatics common data elements
City of hope research informatics common data elementsCity of hope research informatics common data elements
City of hope research informatics common data elements
 
Rim derived and influenced hl7 standards
Rim derived and influenced hl7 standardsRim derived and influenced hl7 standards
Rim derived and influenced hl7 standards
 
Hi3 Solutions: Accelerating HIE standards conformance
Hi3 Solutions: Accelerating HIE standards conformanceHi3 Solutions: Accelerating HIE standards conformance
Hi3 Solutions: Accelerating HIE standards conformance
 
Amia now! session two
Amia now! session twoAmia now! session two
Amia now! session two
 
Amia now! session one
Amia now! session oneAmia now! session one
Amia now! session one
 
Amia now! session one
Amia now! session oneAmia now! session one
Amia now! session one
 
Hl7 V3 Reference Models 20091123
Hl7 V3 Reference Models 20091123Hl7 V3 Reference Models 20091123
Hl7 V3 Reference Models 20091123
 
TBI Data Integration
TBI Data IntegrationTBI Data Integration
TBI Data Integration
 
Informatics Standards And Interoperability20090325
Informatics Standards And Interoperability20090325Informatics Standards And Interoperability20090325
Informatics Standards And Interoperability20090325
 
Rim Based Relational Database Design Tutorial September 2008
Rim Based Relational Database Design Tutorial September 2008Rim Based Relational Database Design Tutorial September 2008
Rim Based Relational Database Design Tutorial September 2008
 

Recently uploaded

My Presentation "In Your Hands" by Halle Bailey
My Presentation "In Your Hands" by Halle BaileyMy Presentation "In Your Hands" by Halle Bailey
My Presentation "In Your Hands" by Halle Baileyhlharris
 
BDSM⚡Call Girls in Sector 93 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 93 Noida Escorts >༒8448380779 Escort ServiceBDSM⚡Call Girls in Sector 93 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 93 Noida Escorts >༒8448380779 Escort ServiceDelhi Call girls
 
SaaStr Workshop Wednesday w/ Lucas Price, Yardstick
SaaStr Workshop Wednesday w/ Lucas Price, YardstickSaaStr Workshop Wednesday w/ Lucas Price, Yardstick
SaaStr Workshop Wednesday w/ Lucas Price, Yardsticksaastr
 
lONG QUESTION ANSWER PAKISTAN STUDIES10.
lONG QUESTION ANSWER PAKISTAN STUDIES10.lONG QUESTION ANSWER PAKISTAN STUDIES10.
lONG QUESTION ANSWER PAKISTAN STUDIES10.lodhisaajjda
 
Chiulli_Aurora_Oman_Raffaele_Beowulf.pptx
Chiulli_Aurora_Oman_Raffaele_Beowulf.pptxChiulli_Aurora_Oman_Raffaele_Beowulf.pptx
Chiulli_Aurora_Oman_Raffaele_Beowulf.pptxraffaeleoman
 
BDSM⚡Call Girls in Sector 97 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 97 Noida Escorts >༒8448380779 Escort ServiceBDSM⚡Call Girls in Sector 97 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 97 Noida Escorts >༒8448380779 Escort ServiceDelhi Call girls
 
Dreaming Marissa Sánchez Music Video Treatment
Dreaming Marissa Sánchez Music Video TreatmentDreaming Marissa Sánchez Music Video Treatment
Dreaming Marissa Sánchez Music Video Treatmentnswingard
 
Uncommon Grace The Autobiography of Isaac Folorunso
Uncommon Grace The Autobiography of Isaac FolorunsoUncommon Grace The Autobiography of Isaac Folorunso
Uncommon Grace The Autobiography of Isaac FolorunsoKayode Fayemi
 
Presentation on Engagement in Book Clubs
Presentation on Engagement in Book ClubsPresentation on Engagement in Book Clubs
Presentation on Engagement in Book Clubssamaasim06
 
The workplace ecosystem of the future 24.4.2024 Fabritius_share ii.pdf
The workplace ecosystem of the future 24.4.2024 Fabritius_share ii.pdfThe workplace ecosystem of the future 24.4.2024 Fabritius_share ii.pdf
The workplace ecosystem of the future 24.4.2024 Fabritius_share ii.pdfSenaatti-kiinteistöt
 
Report Writing Webinar Training
Report Writing Webinar TrainingReport Writing Webinar Training
Report Writing Webinar TrainingKylaCullinane
 
Sector 62, Noida Call girls :8448380779 Noida Escorts | 100% verified
Sector 62, Noida Call girls :8448380779 Noida Escorts | 100% verifiedSector 62, Noida Call girls :8448380779 Noida Escorts | 100% verified
Sector 62, Noida Call girls :8448380779 Noida Escorts | 100% verifiedDelhi Call girls
 
No Advance 8868886958 Chandigarh Call Girls , Indian Call Girls For Full Nigh...
No Advance 8868886958 Chandigarh Call Girls , Indian Call Girls For Full Nigh...No Advance 8868886958 Chandigarh Call Girls , Indian Call Girls For Full Nigh...
No Advance 8868886958 Chandigarh Call Girls , Indian Call Girls For Full Nigh...Sheetaleventcompany
 
Thirunelveli call girls Tamil escorts 7877702510
Thirunelveli call girls Tamil escorts 7877702510Thirunelveli call girls Tamil escorts 7877702510
Thirunelveli call girls Tamil escorts 7877702510Vipesco
 
AWS Data Engineer Associate (DEA-C01) Exam Dumps 2024.pdf
AWS Data Engineer Associate (DEA-C01) Exam Dumps 2024.pdfAWS Data Engineer Associate (DEA-C01) Exam Dumps 2024.pdf
AWS Data Engineer Associate (DEA-C01) Exam Dumps 2024.pdfSkillCertProExams
 
Busty Desi⚡Call Girls in Sector 51 Noida Escorts >༒8448380779 Escort Service-...
Busty Desi⚡Call Girls in Sector 51 Noida Escorts >༒8448380779 Escort Service-...Busty Desi⚡Call Girls in Sector 51 Noida Escorts >༒8448380779 Escort Service-...
Busty Desi⚡Call Girls in Sector 51 Noida Escorts >༒8448380779 Escort Service-...Delhi Call girls
 
Air breathing and respiratory adaptations in diver animals
Air breathing and respiratory adaptations in diver animalsAir breathing and respiratory adaptations in diver animals
Air breathing and respiratory adaptations in diver animalsaqsarehman5055
 
Dreaming Music Video Treatment _ Project & Portfolio III
Dreaming Music Video Treatment _ Project & Portfolio IIIDreaming Music Video Treatment _ Project & Portfolio III
Dreaming Music Video Treatment _ Project & Portfolio IIINhPhngng3
 
Introduction to Prompt Engineering (Focusing on ChatGPT)
Introduction to Prompt Engineering (Focusing on ChatGPT)Introduction to Prompt Engineering (Focusing on ChatGPT)
Introduction to Prompt Engineering (Focusing on ChatGPT)Chameera Dedduwage
 

Recently uploaded (20)

My Presentation "In Your Hands" by Halle Bailey
My Presentation "In Your Hands" by Halle BaileyMy Presentation "In Your Hands" by Halle Bailey
My Presentation "In Your Hands" by Halle Bailey
 
ICT role in 21st century education and it's challenges.pdf
ICT role in 21st century education and it's challenges.pdfICT role in 21st century education and it's challenges.pdf
ICT role in 21st century education and it's challenges.pdf
 
BDSM⚡Call Girls in Sector 93 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 93 Noida Escorts >༒8448380779 Escort ServiceBDSM⚡Call Girls in Sector 93 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 93 Noida Escorts >༒8448380779 Escort Service
 
SaaStr Workshop Wednesday w/ Lucas Price, Yardstick
SaaStr Workshop Wednesday w/ Lucas Price, YardstickSaaStr Workshop Wednesday w/ Lucas Price, Yardstick
SaaStr Workshop Wednesday w/ Lucas Price, Yardstick
 
lONG QUESTION ANSWER PAKISTAN STUDIES10.
lONG QUESTION ANSWER PAKISTAN STUDIES10.lONG QUESTION ANSWER PAKISTAN STUDIES10.
lONG QUESTION ANSWER PAKISTAN STUDIES10.
 
Chiulli_Aurora_Oman_Raffaele_Beowulf.pptx
Chiulli_Aurora_Oman_Raffaele_Beowulf.pptxChiulli_Aurora_Oman_Raffaele_Beowulf.pptx
Chiulli_Aurora_Oman_Raffaele_Beowulf.pptx
 
BDSM⚡Call Girls in Sector 97 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 97 Noida Escorts >༒8448380779 Escort ServiceBDSM⚡Call Girls in Sector 97 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 97 Noida Escorts >༒8448380779 Escort Service
 
Dreaming Marissa Sánchez Music Video Treatment
Dreaming Marissa Sánchez Music Video TreatmentDreaming Marissa Sánchez Music Video Treatment
Dreaming Marissa Sánchez Music Video Treatment
 
Uncommon Grace The Autobiography of Isaac Folorunso
Uncommon Grace The Autobiography of Isaac FolorunsoUncommon Grace The Autobiography of Isaac Folorunso
Uncommon Grace The Autobiography of Isaac Folorunso
 
Presentation on Engagement in Book Clubs
Presentation on Engagement in Book ClubsPresentation on Engagement in Book Clubs
Presentation on Engagement in Book Clubs
 
The workplace ecosystem of the future 24.4.2024 Fabritius_share ii.pdf
The workplace ecosystem of the future 24.4.2024 Fabritius_share ii.pdfThe workplace ecosystem of the future 24.4.2024 Fabritius_share ii.pdf
The workplace ecosystem of the future 24.4.2024 Fabritius_share ii.pdf
 
Report Writing Webinar Training
Report Writing Webinar TrainingReport Writing Webinar Training
Report Writing Webinar Training
 
Sector 62, Noida Call girls :8448380779 Noida Escorts | 100% verified
Sector 62, Noida Call girls :8448380779 Noida Escorts | 100% verifiedSector 62, Noida Call girls :8448380779 Noida Escorts | 100% verified
Sector 62, Noida Call girls :8448380779 Noida Escorts | 100% verified
 
No Advance 8868886958 Chandigarh Call Girls , Indian Call Girls For Full Nigh...
No Advance 8868886958 Chandigarh Call Girls , Indian Call Girls For Full Nigh...No Advance 8868886958 Chandigarh Call Girls , Indian Call Girls For Full Nigh...
No Advance 8868886958 Chandigarh Call Girls , Indian Call Girls For Full Nigh...
 
Thirunelveli call girls Tamil escorts 7877702510
Thirunelveli call girls Tamil escorts 7877702510Thirunelveli call girls Tamil escorts 7877702510
Thirunelveli call girls Tamil escorts 7877702510
 
AWS Data Engineer Associate (DEA-C01) Exam Dumps 2024.pdf
AWS Data Engineer Associate (DEA-C01) Exam Dumps 2024.pdfAWS Data Engineer Associate (DEA-C01) Exam Dumps 2024.pdf
AWS Data Engineer Associate (DEA-C01) Exam Dumps 2024.pdf
 
Busty Desi⚡Call Girls in Sector 51 Noida Escorts >༒8448380779 Escort Service-...
Busty Desi⚡Call Girls in Sector 51 Noida Escorts >༒8448380779 Escort Service-...Busty Desi⚡Call Girls in Sector 51 Noida Escorts >༒8448380779 Escort Service-...
Busty Desi⚡Call Girls in Sector 51 Noida Escorts >༒8448380779 Escort Service-...
 
Air breathing and respiratory adaptations in diver animals
Air breathing and respiratory adaptations in diver animalsAir breathing and respiratory adaptations in diver animals
Air breathing and respiratory adaptations in diver animals
 
Dreaming Music Video Treatment _ Project & Portfolio III
Dreaming Music Video Treatment _ Project & Portfolio IIIDreaming Music Video Treatment _ Project & Portfolio III
Dreaming Music Video Treatment _ Project & Portfolio III
 
Introduction to Prompt Engineering (Focusing on ChatGPT)
Introduction to Prompt Engineering (Focusing on ChatGPT)Introduction to Prompt Engineering (Focusing on ChatGPT)
Introduction to Prompt Engineering (Focusing on ChatGPT)
 

Hl7 v2 certification test preparation

  • 1.
  • 2. • WHERE AND HOW TO TAKE THE EXAM • KIND OF CERTIFICATIONS OFFERED • CERTIFICATION EXAM APPLICATION PROCESS • TESTING DO’S AND DON’TS • SCOPE OF THE HL7 V2 CONTROL EXAM • QUESTION DISTRIBUTION BY TOPIC AREA • PRACTICE QUESTIONS • AVAILABLE STUDY RESOURCES
  • 3.  HL7 offers computer based testing (CBT) as its certification testing method. For CBT, you have the option to take your exam at:  one of 400 High-stakes Online Secure Testing (HOST) center locations worldwide, or  as an Online Proctored test from your own computer with Internet access and an external webcam meeting minimum requirements.  An online proctored test is offered at all HL7 Work Group Meetings and Educational Summits.  If your organization is interested in arranging certification testing at its facility, please contact Mary Ann Boyle, at Maryann@HL7.org or phone (734) 677-7777.
  • 4.  Certifications in the following are offered by HL7:  Hl7 v2 Control  HL7 v3 Reference Information Model  HL7 v3 Clinical Document Architecture  Application Process  Complete the certification application online to start the process.  The application process is the same whether you take the exam in person or electronically at Kryterion testing centers or online.  Allow up to 10 business days to process your application.
  • 5.  Bring a photo id to the test. No reading or writing materials, except those provided by the instructor, are allowed during the test. Pencils will be provided.  Mobile phones, messaging devices, and pagers must be turned off (not just silenced) during the test. Use of such devices during the test may result in disqualification.  If you need to be reachable for emergencies while you are taking the test, please inform personnel at the test site.  After the test, you are not allowed to discuss the contents of the test with others.  Results will be emailed immediately upon completion of the test to the address that you designated when you registered for the examination.  A Certificate is also immediately emailed to qualifying individuals.
  • 6.  HL7 2.7 Chapters 2, 2A, and 2B  Chapter 2: Control  Chapter 2A: DataTypes  Chapter 2B: Conformance  There are 70 questions on the exam.  Candidates will have 2 hours to complete the exam.  Candidates must score at least 70% (correctly answer a minimum of 49 questions) to pass the exam.  The questions are multiple choice and there is no penalty for guessing incorrectly.
  • 7.  20% Conceptual Approach and Framework.  36% Message Construction and Processing Rules.  12% Control Segments and Message Types  21% Datatypes  11% Conformance
  • 8. 2.2 INTRODUCTION.......................................................................................................................................... 3 2.3 CONCEPTUAL APPROACH....................................................................................................................... 3 2.3.1 TRIGGER EVENTS...................................................................................................................................... 3 2.3.2 ACKNOWLEDGMENTS: ORIGINAL MODE ................................................................................................... 4 2.3.3 ACKNOWLEDGMENTS: ENHANCED MODE.................................................................................................. 4 2.3.4 QUERIES ................................................................................................................................................... 5 2.4 COMMUNICATIONS ENVIRONMENT.................................................................................................... 5 2.5 MESSAGE FRAMEWORK.......................................................................................................................... 6 2.5.1 MESSAGES................................................................................................................................................ 6 2.5.2 SEGMENTS AND SEGMENT GROUPS ........................................................................................................... 6 2.5.3 FIELDS ...................................................................................................................................................... 7 2.5.4 MESSAGE DELIMITERS ............................................................................................................................ 10 a) 2.5.5 Length 10 10 to 15 Questions 20% Of the Exam
  • 9.  Which of the following characters is the suggested HL7 2.x Field Separator? A. | B. ^ C. & D. ~ E.
  • 10.  Which of the following is NOT a possible designation of optionality for a field within a segment in the segment attribute tables of the HL7 2.7 standard? A. R - Required B. O - Optional C. C - Conditional on the trigger event or on some other field(s) D. Z - User defined E. B - Left in for Backward compatibility with previous versions of HL7
  • 11. 2.6 MESSAGE CONSTRUCTION RULES..................................................................................................... 13 2.7 USE OF ESCAPE SEQUENCES IN TEXT FIELDS................................................................................ 18 2.8 VERSION COMPATIBILITY DEFINITION ........................................................................................... 21 2.9 MESSAGE PROCESSING RULES ........................................................................................................... 25 2.10 SPECIAL HL7 PROTOCOLS .................................................................................................................... 29 2.11 LOCAL EXTENSION ................................................................................................................................. 41 2.13 ACKNOWLEDGMENT MESSAGES ....................................................................................................... 46 2.14 MESSAGE CONTROL SEGMENTS ........................................................................................................ 46 2.16 MISCELLANEOUS HL7 TABLES USED ACROSS ALLCHAPTERS ................................................ 74 25 to 30 Questions 36% Of the Exam
  • 12.  If the data type definition calls for a component to be broken into subcomponents, which of the following rules are used? I. If more than one subcomponent is included, they are separated by the subcomponent separator. II. Subcomponents that are not present are represented by the characters "". III. A subcomponent that is present but null is represented by including no characters in the subcomponent. IV. Subcomponents that are present but null at the end of a component need not be represented by subcomponent separators. A. I., II., III., and IV. B. I., II., and III. only C. I. and IV. only D. I. only E. II., III., and IV. only
  • 13.  The original mode acknowledgment protocol is equivalent to the enhanced acknowledgment protocol with which of the following field values? A. Just the MSH-15-accept acknowledgment type equal to "AL", the MSH-16-application acknowledgment type doesn't matter. B. Just the MSH-16-application acknowledgment type equal to "AL", the MSH-15-accept acknowledgment type doesn't matter. C. The MSH-15-accept acknowledgment type equal to "NE" and the MSH-16-application acknowledgment type equal to "AL". D. The MSH-15-accept acknowledgment type equal to "AL" and the MSH-16-application acknowledgment type equal to "NE". E. The MSH-15-accept acknowledgment type equal to "NE", the MSH- 16-application acknowledgment type doesn't matter.
  • 14. 2.14 MESSAGE CONTROL SEGMENTS ........................................................................................................ 46 2.14.1 ADD - ADDENDUM SEGMENT ................................................................................................................. 47 2.14.2 BHS - BATCH HEADER SEGMENT............................................................................................................. 47 2.14.3 BTS - BATCHTRAILER SEGMENT............................................................................................................. 49 2.14.4 DSC - CONTINUATION POINTER SEGMENT............................................................................................... 50 2.14.5 ERR - ERROR SEGMENT.......................................................................................................................... 50 2.14.6 FHS - FILE HEADER SEGMENT................................................................................................................. 54 2.14.7 FTS - FILE TRAILER SEGMENT ................................................................................................................. 56 2.14.8 MSA - MESSAGE ACKNOWLEDGMENT SEGMENT..................................................................................... 56 2.14.9 MSH - MESSAGE HEADER SEGMENT ....................................................................................................... 57 2.14.10 NTE - NOTES AND COMMENTS SEGMENT ................................................................................................ 65 2.14.11 OVR – OVERRIDE SEGMENT ................................................................................................................... 67 2.14.12 SFT – SOFTWARE SEGMENT.................................................................................................................... 71 2.14.13 UAC - USER AUTHENTICATION CREDENTIAL SEGMENT......................................................................... 73 2.17 SAMPLE CONTROL MESSAGES............................................................................................................ 75 2.17.1 GENERAL ACKNOWLEDGMENT ............................................................................................................... 75 2.17.2 GENERAL ACKNOWLEDGEMENT, ERROR RETURN.................................................................................... 75 2.17.3 MESSAGE USING SEQUENCE NUMBER: PROTOCOL................................................................................... 75 2.17.4 MESSAGE FRAGMENTATION.................................................................................................................... 76 2.17.5 ACKNOWLEDGEMENT MESSAGE USING ORIGINAL MODE PROCESSING .................................................... 79 2.17.6 ACKNOWLEDGEMENT MESSAGE USING ENHANCED MODE PROCESSING .................................................. 79 5 to 10 Questions 12% Of the Exam
  • 15.  The segment FHS contains which of the following fields? A. Batch Creation Date/Time B. Batch Control ID C. File Batch Count D. File Encoding Characters E. File Trailer Comment
  • 16.  What acknowledgment code should a system return as an accept acknowledgment if the message cannot be accepted because of a sequence number error? A. CA B. CR C. CE D. CX E. None of the above.
  • 17. Data type Data Type Name Data type Data Type Name Data type Data Type Name AD Address FN Family name RCD Row column definition AUI Authorization information FT Formatted text RFR Reference range CCD Charge code and date GTS General timing specification RI Repeat interval CCP Channel calibration parameters HD Hierarchic designator RMC Room coverage CD Channel definition ICD Insurance certification definition RP Reference pointer CE Coded element ID Coded values for HL7 tables RPT Repeat pattern CF Coded element w ith formatted values IS Coded value for user-defined tables SAD Street Address CK Composite ID w ith check digit JCC Job code/class SCV Scheduling class value pair CM Composite LA1 Location w ith address variation 1 SI Sequence ID CN Composite ID number and name LA2 Location w ith address variation 2 SN Structured numeric CNE Coded w ith no exceptions MA Multiplexed array SNM String of telephone number digits CNN Composite ID number and name simplified MO Money SPD Specialty description CP Composite price MOC Money and charge code SPS Specimen source CQ Composite quantity w ith units MOP Money or percentage SRT Sort order CSU Channel sensitivity and units MSG Message type ST String data CWE Coded w ith exceptions NA Numeric array TM Time CX Extended composite ID w ith check digit NDL Name w ith date and location TN Telephone number DDI Daily deductible information NM Numeric TQ Timing/quantity DIN Date and institution name NR Numeric range TS Time stamp DLD Discharge to location and date OCD Occurrence code and date TX Text data DLN Driver's license number OSD Order sequence definition UVC UB value code and amount DLT Delta OSP Occurrence span code and date VH Visiting hours DR Date/time range PIP Practitioner institutional privileges VID Version identifier DT Date PL Person location VR Value range DTM Date/time PLN Practitioner license or other ID number WVI Channel Identifier DTN Day type and number PN Person name WVS Waveform source ED Encapsulated data PPN Performing person time stamp XAD Extended address EI Entity identifier PRL Parent result link XCN Extended composite ID number and name for persons EIP Entity identifier pair PT Processing type XON Extended composite name and ID number for organizations ELD Error location and description PTA Policy type and amount XPN Extended person name ERL Error location QIP Query input parameter list FC Financial class QSC Query selection criteria XTN Extended telecommunications number 15 to 20 Questions 21% Of the Exam
  • 18.  What data type is the following field? |.in+4.ti-4 1. The cardiomediastinal silhouette is now within normal limits.^.sp.ti- 4 2. Lung fields show minimal ground glass appearance.^.sp.ti-4 3. A loop of colon visible in the left upper quadrant is distinctly abnormal with the appearance of mucosal effacement suggesting colitis..in-4| A. HT - Hypertext Markup Language B. FT - Formatted text C. RT - Rich Text D. TX - Text Data E. XM - Extended Markup Language
  • 19.  What is the specified maximum field length for a field of data type IS? A. 20 B. 64 C. 199 D. 65536 (64K) E. The maximum length may vary depending on the longest code in the code set.
  • 20. 2.B CONFORMANCE USING MESSAGE PROFILES............................................... 2-206 2.B.1 MESSAGE PROFILE .............................................................................................................................2-209 2.B.2 USE CASE MODEL...............................................................................................................................2-209 2.B.3 DYNAMIC DEFINITION ........................................................................................................................2-210 2.B.4 STATIC DEFINITION ............................................................................................................................2-212 2.B.5 TABLE DEFINITION .............................................................................................................................2-214 2.B.6 PROFILE TYPE ....................................................................................................................................2-214 2.B.7 STATIC DEFINITION CONCEPTS ...........................................................................................................2-216 2.B.8 STATIC DEFINITION - MESSAGE LEVEL................................................................................................2-221 2.B.9 STATIC DEFINITION - FIELD LEVEL......................................................................................................2-224 2.B.10 MESSAGE PROFILE DOCUMENT ..........................................................................................................2-225 2.B.11 TOOLS ...............................................................................................................................................2-226 2.B.12 MESSAGE PROFILE DOCUMENT DEFINITION .......................................................................................2-226 5 to 10 Questions 11% Of the Exam
  • 21.  If Field 4, “Observation Sub-ID”, is transmitted in a segment formatted according to the OBX segment definition in Figure I above, the receiving conformant application: A. May ignore the field if it is sent, or may raise an application error B. Must accept (pending further processing of the field contents) C. Must reject D. Should truncate the field to a length of 250 characters E. May accept if and only if it is accompanied by at least one occurrence of Field 3, “Observation Identifier”
  • 22.  Which of the following fields may be omitted from a segment formatted according to the OBX segment definition in Figure I above? A. Field 1, “Set ID - OBX” B. Field 2, “Value Type” C. Field 3, “Observation Identifier” D. Field 5, “Observation Value” E. Field 6, “Units”
  • 23.  HL7 v2.7 Standard  HL7 v2.7 Certification Test Study Guide  HL7 v2.7 Chapter 2 Control (Practice Exam)  AbdulMalik.Shakir@Hi3Solutions.com
  • 24.
  • 25. Hi3 Solutions ~ Your healthcare standards conformance Partner Hi3 Solutions 3500 W. Olive Ave, Suite 300 Burbank, CA 91505 ww.hi3solutions.com +1 800 918- 6520