description
List all medications and refills entered, changed, or removed
during the current update.
type
Data symbol function
syntax
MED_LIST_CHANGES(delimited)
arguments
delimited - Optional. Returns a delimited list of all
medication information, with pipes (|) between medication records and carets (^)
between fields.
Note.
Arguments cannot be used when the symbol is set to
evaluate continuously.
when to evaluate
When inserted in the chart note or continuously
returns
Information returned is in the following table. If the argument
is not present the medication information is returned in list format.
Field# |
Field Description |
Sample |
1 |
Action |
CHANGE |
2 |
Description |
TRIPHASIL (21)
TABS |
3 |
Instructions |
1 po qd |
4 |
Start Date |
09/29/2003 |
5 |
Stop Date |
12/29/2003 |
6 |
Stop Reason (remove
only) |
C |
7 |
DDID |
59711 |
8 |
GPI |
25992002100310 |
9 |
Quantity |
3 pks |
10 |
Refills |
4 |
11 |
Description2 (change
only) |
ORTHO-NOVUM 7/7/7 (21)
TAB |
12 |
Instructions2 (change
only) |
1 po qd |
13 |
Start Date2 (change
only) |
08/15/2000 |
14 |
Stop Date2 (change
only) |
09/29/2003 |
15 |
Stop Reason2 (change
only) |
C |
16 |
DDID2 (change only) |
59702 |
17 |
GPI2 (change only) |
25992002200310 |
18 |
Quantity2 (change
only) |
3 pks |
19 |
Refills2 (change
only) |
4 |
20 |
Status
(Signed/Unsigned) |
UNSIGNED |
21 |
BMN |
BMN |
22 |
BMN2 (change only) |
BMN |
23 |
Comments |
prn HTM |
24 |
Comments2 (change
only) |
prn HTM |
25 |
RxType1 |
P |
26 |
RxType2 |
P |
27 |
Indications |
HYPERCHOLESTEROLEMIA |
28 |
Indications2 (change
only) |
Ankle Edema~Coronary
Artery Disease |
comment
This data symbol function provides a listing of changes made
during the current update.
example 1
{MED_LIST_CHANGES()}
returns
Added new medication of FUROSEMIDE 20 MG TABS (FUROSEMIDE) 1 po
qd; Indications: Ankle edema – Signed;
Removed medication of NITROSTAT SUB 04MG (NITROGLYCERIN) 1 sI pm
c/p, max of 3 in 15 mm; Indications: HYPERCHOLESTEROLEMIA; Risk of CORONARY
ARTERY DISEASE
Rx of FUROSEMIDE 20 MG TABS (FUROSEMIDE) 1 po qd; #30 x 3;
Signed; Entered by: Harry S Winston MD; Authorized by: Harry S Winston MD;
Method used: Print then Give to Patient;
example 2
{MED_LIST_CHANGES('delimited')}
returns
ADD^DIOVAN HCT 160-25 MG TABS^take one tablet
daily^01/24/2010^^^76501^36994002700350^90^3^^^^^^^^^^UNSIGNED^BMN^^prt
HTN^^P^^^^|
PRESCRIB^DIOVAN HCT 160-25 MG TABS^take one tablet
daily^01/24/2010^^^76501^36994002700350^90^3^^^^^^^^^^UNSIGNED^BMN^^prt
HTN^^P^^^^
where used
Chart: text components, chart notes, and quick text
Encounter Form Editor: Data Display items with a Clinical
Function connection and MEL expressions
|