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

Hi Julee,

 

I had to rebuild my Creatinine “T” type test as a Profile to include:

CRETTEST - Creatinine

EGFRTEST - EGFR Non Reportable (for 1st calculation) – made it non-numeric.

EGFREXP – Reportable EGFR (for 2nd calculation) made it non-numeric. 

                   ALSO on page 3 of the test dict., I entered result codes:  “1” attaching a Canned Text for EGFR results greater than “60”.

                                                                                                      “2” attaching a Canned Text for EGFR for patient’s less than 18 years of age.

 

EGFRLOG  (1ST Calculation) – This calculation executes the appropriate natural logs for the patient’s sex & race.

TARGET TEST:  EGFRTEST 

TRIGGER TEST:  CRETTEST (Label CRET)

 

(CRET)^C,

[f fcn ln]((C*10))^D,

([f pt age])^E,

[f fcn ln](E)^F,

(7.883-(1.154*D))-(0.203*F):3D^G,

((7.883-(1.154*D))-(0.203*F))-0.2984:3D^H,

((7.883-(1.154*D))-(0.203*F))+0.19227:3D^I,

(((7.883-(1.154*D))-(0.203*F))-0.2984)+0.19227:3D^J,

IF{([f pt sex]="M"&[f pt race]'="B") [f fcn exp](G):2D;

   ([f pt sex]="F"&[f pt race]'="B") [f fcn exp](H):2D;

   ([f pt sex]="M"&[f pt race]="B") [f fcn exp](I):2D;

   ([f pt sex]="F"&[f pt race]="B") [f fcn exp](J):2D;

    [f lres no prt]};

 

EGFREXP (2ND Calculation) – This calculation takes into consideration the patient’s age.  If less than 18 the calc. is not performed and reports a canned text

stating that for patients less than 18 that the MDRD Est. GRF formula is not valid.

TARGET TEST:  EGFREXP

TRIGGER TEST: EGFRTEST (Label EGFR)

 

;http://www.nkdep.nih.gov/professionals/gfr_calculators/mdrd.htm   (I included the website so I can check my calculation).

;

"MDRD Estimated GRF mL/min/1.73 m2 result units"^B,

IF{[f pt age]<18 ("2");          (This refers to the result code “2” defined for the test EGFREXP)

   (EGFR>0.00)&(EGFR<60.01) (EGFR:2D*1)&[f lres add res comm](B);

   (EGFR>60.00) ("1")};       (This refers to result code “1” defined for the test EGFREXP)

 

 

If you have any questions, please feel free to contact me.

 

Jeanne Tillery, MT (ASCP)

LIS Manager

Augusta Medical Center

Fishersville, VA  22939

Phone:  (540) 332-4530

Fax:      (540) 332-4543

[EMAIL PROTECTED]

 

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

Reply via email to