Mismatched IR Tags

Clovertech Forums Read Only Archives Cloverleaf Cloverleaf Mismatched IR Tags

  • Creator
    Topic
  • #51583
    David Harrison
    Participant

      Cloverleaf 5.6 on Solaris 10

      I have created an HL7 2.3.1 variant ORM^O01

      Code:


      MSH
      PID
      [PD1]
      PV1
      {
          ORC
          OBR
          [{OBX}]
      }


      I have built an Xlate to convert the HL7 message to a hrl. When I run a test message through the HL7 test tool it works as expected. However, when I run it through my Xlate, I get a errors.

      Code:


      MESSAGE 1
      [0:TEST] Mismatched IR Tags
      [0:TEST] Data fetch warning: Mismatched IR Tags


      The test file is terminated correctly ( x0d between segments, x0d0a between messages) so I

    Viewing 1 reply thread
    • Author
      Replies
      • #70848
        Jim Kosloskey
        Participant

          Dave,

          Make sure the segments in tha actual message match what is in your variant (especially make sure there are no segments in the actual message that are not in your variant).

          Because after HL/7 V2.2 the Order and Result type message structures are so generic in their construct (like the ORM^O01) I find I do not need to change the structure to match what the vendor says they are sending. Typically the vendor’s structure fits inside the norm.

          I still make a variant – I just rarely actually have to change anything.

          email: jim.kosloskey@jim-kosloskey.com 30+ years Cloverleaf, 61 years IT – old fart.

        • #70849
          David Harrison
          Participant

            Jim,

            My fault!! I created the variant after the Xlate so the pathnames were all wrong.

            Thanks anyway.

            Regards,

            Dave

        Viewing 1 reply thread
        • The forum ‘Cloverleaf’ is closed to new topics and replies.