BIZTALK HL7 INTERVIEW QUESTIONS


Most Important Frequently Asked Biztalk Hl7 Interview Questions




Interview Quesions on Biztalk Hl7

    1. Question 1. What Is Hl7?

      Answer :

      Interoperability, or the back-and-forth exchange of patient health data among different organizations, is seen as the "ultimate IT goal of the modern healthcare system," when discussing meaningful use, HITECH and the Affordable Care Act, said Brull. "One of the major challenges to healthcare interoperability is defining common standards for structured content of healthcare data and the transport of that data between different systems, created by different vendors," he said. Creating consensus behind a common healthcare standard is the mission of HL7, which was founded in 1987. "The HL7 Standard was created and has since become widely adopted by vendors worldwide to define content," said Brull.

    2. Question 2. What Is The Difference Between Hl7 Version 2 And Hl7 Version 3?

      Answer :

      According to Brull, HL7 version 3 (v3) isn't all that similar to HL7 version 2 (v2). "While v2 provides a 'negotiated framework' for developers to easily use and adapt, v3 was targeted to be a stricter standard that aimed to eliminate variances, in an effort to improve interoperability between all users of the standard," he said. From a technical standpoint, he added, typical HL7 structure data uses "pipes" (|) and "hats" (^), while HL7 v3 is based on XML. "Due to a large embedded v2 base, adoption of v3 is still very slow in the U.S., with [more than] 90 percent of systems and applications still using some form of HL7 v2," he said. HL7 v3 includes both messages and documents, he added, with v3 documents being called CDA, or clinical document architecture. "While a move to v3 message doesn't appear to be on the horizon, CDA documents have been adopted in meaningful use standards for both Stages 1 and 2," Brull said.

    3. Question 3. What Are Z Segments?

      Answer :

      Z segments contain clinical or patient data that may not be a good fit for other segments of the HL7 v2 standard, said Bull. Essentially, it's used as the 'catch all' for data that doesn't fit into the HL7 Standard message definitions – Z segments can be inserted into any message. They're also one reason why the HL7 Standard is sometimes called a flexible standard, he added. There literally are no limits to the data contained in a Z segment, or in the number of Z segments included in an HL7 message," said Bull.

    4. Question 4. What Is An Adt Message?

      Answer :

      The most commonly used HL7 v2 messaging type is ADT, or admit discharge transfer messages, which record patient demographic and visit information. They're typically initiated by the Hospital Information Systems (HIS), or a registration application, said Brull. They also "inform other connected systems about key patient information, such as [when] the patient has been admitted, discharged, transferred, or if the patient's demographic data has changed," such as their name, insurance, or next of kin, he said.

    5. Question 5. What Is An Orm Message?

      Answer :

      According to Brull, ORM messages are general order messages that contain any request for clinical materials such as, for example, 500 ml of saline, or services like an EKG study. "Order messages are usually associated with a particular patient, but they can also be used by a department to order materials," he said. "The transmission of ORM messages occurs between the application placing the order, and the clinical application filling the order." Typically, he added, the caregiver enters an order in the HIS application. This then acts as the "placer" application. "The system that receives the message for the HIS application is typically considered the 'filler' of the order," Brull said.

    6. Question 6. What Is An Oru Message?

      Answer :

      ORUs, or observational report messages, are usually the result message from the "filler" application of the ORM message, said Brull. They typically contain information and analysis from medical procedures, like test results from the lab or the radiology department. "ORU messages also can be used for linking orders and results to clinical trials," he added.

    7. Question 7. What Are Hl7 Separator Characters?

      Answer :

      "Separator characters in HL7 are also known as message delimiters or special encoding characters," said Brull. "The separator characters are defined at the beginning of the HL7 message in the MSH segment." An example MSH segment with the HL7-recommended separator characters would begin: MSH|^~&, with the separator characters defined as:

      | (field separator, aka pipe)

      ^ (component separator, aka hat)

      & (sub-component separator)

       ~ (field repeat separator)

      (escape character)

      "While the above separator characters are recommended, the separator character for segments, (ASCII 13 or HEX 0D), is not negotiable," added Brull.

    8. Question 8. What Are Hl7 Escape Sequences?

      Answer :

      HL7 defined character sequences to represent "special" characters not otherwise permitted in HL7 messages, said Brull. "These sequences begin and end with the message's escape character – usually "" – and contain an identifying character followed by zero or more characters." The most common use of these escape sequences, he said, is the escape the HL7 characters defined above.

    9. Question 9. What Does Btahl72vxcommon Project Contain?

      Answer :

      It contains Schema for MSH segment and HL7 acknowledgements.

    10. Question 10. What Does Btahl7231common Project Contain?

      Answer :

      It contains the definitional schema referred to by all version 2.31 message schemas.

    11. Question 11. Is It Mandatory To Configure Party For Hl7?

      Answer :

      Yes, you need to add a party for each application that sends data into BizTalk server.

    12. Question 12. Is It Required To Specify Schema Per Pipeline?

      Answer :

      Unlike default flat file DASM that BizTalk server provides, the HL7 does not require that a schema be specified per pipeline.

    13. Question 13. What Consideration Is To Be Taken While Dealing With Msh Entries?

      Answer :

      Entries in MSH are case sensitive.

    14. Question 14. When Does Dasm Generate Acknowledgements?

      Answer :

      If configured for Acknowledgement or if MSH.15 and MSH16 request them, the DASM generates one or more acknowledgements.

    15. Question 15. Why Is It Required To Have Party Configured?

      Answer :

      The HL7 parser is designed to check the party configuration for each HL7 message. It reads the MSH.3 and checks for whether a party has been defined. If it has then HL7 parser follows the configuration supplied via HL7 configuration explorer.

    16. Question 16. Hl7 Accelerator Runs In Which Mode?

      Answer :

      HL7 accelerator runs only in 32-bit mode. (64-bit support is available in BizTalk 2013).

    17. Question 17. Can We Override Values In The Msh Segment Of The Outgoing Message?

      Answer :

      Yes, it is possible to override certain field values in MSH segment of outgoing message.

    18. Question 18. Can We Alter The Namespace In The Msh Schema?

      Answer :

      We can, but do not alter because the HL7 parser only looks for single MSH, the standard one that the HL7 accelerator provides.

    19. Question 19. What Is The Difference Between Btahl72xreceive And Btahl7xmlreceive?

      Answer :

      Both are used to receive HL7 message but former one used to receive HL7 message as flat file and later one to receive HL7 message as XML.

    20. Question 20. What Are The Acknowledgement Types Defined By Hl7?

      Answer :

      The ACK code is found in the MSA-1 field of the ACK message.

      The following codes are supported by HL7:

      • AA – Application Accept
      • AE – Application Error
      • AR – Application Reject



Topic: Biztalk Hl7 Interview Questions
Interview Quesions on Biztalk Hl7

No comments:

Post a Comment