I was wonder if I can pull out the list of all medications (included active and in the past).
When I go to Medication tabs and chose show "All items", I can see if the patient has been on this med A in the past and I can see how many time it was prescribed and on what date as well.
Is there any function that can help me do this?
When I tried to do MEDS_AFTER or MEDS_PRIOR or MEDS_ACTIVE, these functions only pull the most recent meds. They don't show you what meds were prescribed in the past. Even with function MEDS_REMOVED, it won't show it.
For example:
MEDS_PRIOR will give me:
MED A 30 mg
Date: 2/2/2018
It won't show me if MED A was prescribed in the past
What I need is:
MED A 30 mg
Date: 2/22018
MED A 20 mg
Date: 1/1/2018
MED A 10 mg
Date: 12/1/2017
Here I can see that MED A was prescribed to patient 3 times in the past. I also can see how the dose changed over time.
Please let me know if any function can help me do that.
Thank you.