Jayne Stutz

Forum Replies Created

Viewing 3 replies – 1 through 3 (of 3 total)
  • Author
    Replies
  • in reply to: hl7 format A to format B xlt failing #65948
    Jayne Stutz
    Participant

      That was it!  I knew it had to be something simple/stupid I was missing.  Thank you so much, Robert.

      in reply to: hl7 format A to format B xlt failing #65946
      Jayne Stutz
      Participant

        I’m using the standard HL7 2.3 ORU message as the source.  My destination needs to have the EVN and FT1 segments, so I’m using the DFT message layout.

        I’m doing a pathcopy for the MSH and PID segments.  No problem with them.

        I’m then doing straight copies from fields in the ORU to the EVN and FT1 fields.  For example, OBR-7 to FT1-4, and OBR-3 to FT1-7.  

        I thought this was simple and straight forward.  What I don’t understand is the error about segment encountered ‘EVN’ or ‘FT1’ is not defined for message type ‘ORU_R01’.  Segment ignored.  I know these segments are not part of the ORU.  I’m creating a DFT, and they are part of it.

        What am I missing here?  Thanks.

        in reply to: Iterate vrl to hl7 #64009
        Jayne Stutz
        Participant

          I may not have clearly defined what I have and what I want to create.  I have 1 source file with 3 records in it, vrl format, delimited by a |.  Example:

          1235|this is an item||||xx456

          4567|this is another item||||xx567

          59688|this is a third item||||xx998

          These data elements belong in various places in the CD1, 2, and 3 segments

          I want 1 destination file, a batch file, with repeating groups of segments, except for MSH and MFI.

          Example:

          MSH|~^&||||||||

          MFI|CDM||

          CD1|1235||||

          CD2|||||

          CD3|||||

          CD1|4567||||

          CD2|||||

          CD3|||||

          CD1|59688||||

          CD2|||||

          CD3|||||

          My CD1,2,3 is a repeating group in my message, so this part is fine.  But I don’t want multiple messages, therefore I don’t want more then 1 MSH and MFI.

          If anyone has done anything like this, I appreciate your help.  But I can’t use tcl yet, I don’t know it enough, so I need to figure it out within the gui.

          Thanks.

        Viewing 3 replies – 1 through 3 (of 3 total)