OBR-31 Patient Comments - SOLVED

70 views
Skip to first unread message

Docjay

unread,
Sep 13, 2013, 6:50:52 PM9/13/13
to
Hi all,

   I'm trying to get 'Patient Comments' that is coming over in my HL7 ORM^O01 messages in OBR-31 into the patient level in DCM4CHEE.  I have edited my 'orm2dcm.xsl' file with:

<!-- Patient Comments -->
       
<xsl:call-template name="attr">
           
<xsl:with-param name="tag" select="'00104000'"/>
           
<xsl:with-param name="vr" select="'LT'"/>
           
<xsl:with-param name="val" select="string(field[31]/component[2]/text())"/>
       
</xsl:call-template>

Also, I know that the name of my 'orm2dcm.xsl' file is different than most and it is being called correctly within DCM4CHEE.

I am sure that this is being received in HL7 as I am seeing this in my 'server.log' file of the received ORM^O01 message:

OBR-31:^PAIN IN LIMB

Is there anything else I need to do to make this show up within the 'Comments' section of the patient level when viewing the list of exams/patients in DCM4CHEE?

thanks
orm2dcm-mod.xsl

fleetwoodfc

unread,
Sep 13, 2013, 2:55:54 PM9/13/13
to dcm...@googlegroups.com
Try using component[1] 

Docjay

unread,
Sep 13, 2013, 4:19:11 PM9/13/13
to dcm...@googlegroups.com
That did the trick - It looked as it would be in Component[2] but I guess not.  thanks Fleetwood!
Reply all
Reply to author
Forward
Message has been deleted
0 new messages