All messages should be posted in plain text.  HTML will be converted to
attachments.    The meditech-l web site is MTUsers.com
======================================

We are on MAGIC 5.5 SR2

This is what I use for the Braden Skin score, it only has a few queries
to add up:

NUR600046  9   36  Total Score:

IFE=IF{([ANS,"NUR600040"]|0)+([ANS,"NUR600041"]|0)+([ANS,"NUR600042"]|0)
IFE=+([ANS,"NUR600043"]|0)+([ANS,"NUR600044"]|0)+([ANS,"NUR600045"]|0)^/
VAR,
IFE=/VAR^/[ANS%0,"NUE600046"]|0,P(R,S,/VAR)^#,1}
-----------------------------------------------------------

The very next query after the total score is

NUR600051A 10  1   Risk Factor for Pressure Sore:

IFE=IF{[ANS,"NUR600046"]|0^XX 1,
IFE=IF{XX<13 "HIGH";
IFE=XX>12<16 "MODERATE";
IFE=XX>15 "LOW"}^VAL,
IFE=P(R,S,VAL^/[ANS%0,""NUR600051A]|0)^#,"";1}

So based on the total score, we assign a level of Pressure Sore Risk.
------------------------------------------------------------
For our Fall Risk Scoring, which is much longer....

We use this on each of the contributing queries:

This is on the first query that contributes to the total score query:

[EMAIL PROTECTED]/N1
FCL2=IF{(/N1+/N2+/N3+/N4+/N5+/N6+/N7+/N8+/N9+/N10+/N11+/N12+/N13+/N14+/N
15+/N
FCL2=6+/N17+/N18+/N19+/N20)^SCORE
FCL2= IF{+/NPCWF[""] P(R,S,SCORE^/[ANS%0,"NUR97330E"]|0)^#;
FCL2=P(R,S,SCORE^/[ANS%0,"NUR97330E"]|0)^#}}
IFE=[ANS,"NUR97308"]|0="N"

NUR97308    Patient has total paralysis or is completely bed bound:

So is this is Yes, we skip all the other fall risk queries.....


NUR97330E  15  48  FALL RISK SCORE = THIS IS THE TOTAL FALL SCORE QUERY

IFE=[ANS,"NUR97308"]|0="N"

NUR97330F  20  20  FALL RISK LEVEL:

BASED ON TOTAL SCORE (NUR97330E)

IFE=[ANS,"NUR97308"]|0="N",
IFE=IF{[ANS,"NUR97330E"]|0^XX 1,
IFE=IF{XX>9 "High Risk";
IFE=XX>5<10 "Moderate Risk"}^VAL,
IFE=P(R,S,VAL^/[ANS%0,"NUR97330F"]|0)^#,"";1}

Good Luck,



-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Carla Fuller
Sent: Wednesday, September 27, 2006 8:23 AM
To: [email protected]
Subject: [MEDITECH-L] /S.LAST.QUERY

All messages should be posted in plain text.  HTML will be converted to
attachments.    The meditech-l web site is MTUsers.com
======================================


**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. 

This footnote also confirms that this email message has been swept by Sophos 
and MIMEsweeper for the presence of computer viruses.
**********************************************************************


_______________________________________________
meditech-l mailing list
[email protected]
http://mtusers.com/mailman/listinfo/meditech-l

Reply via email to