chronic-care / mcc-project

MCC eCare Plan project planning and documentation
Apache License 2.0
0 stars 1 forks source link

eCarePlanner 3.1.3 - all Medication names are blank #401

Closed mattStorer closed 4 months ago

mattStorer commented 4 months ago

in eCarePlanner 3.1.3, it appears that the previous issue (#372) has been resolved, insofar as medication names are no longer being displayed as "( MedicationRequest )". however, what is now being displayed there is nothing at all (yellow highlights are mine):

image

Suggest to pull the medication name from MedicationRequest.medicationReference.display, or from the referenced Medication resource, if that isn't available

kbertodatti commented 4 months ago

Our code may be written to use codeable concept but Epic rarely returns it this way. Fix: Use display string of medication reference.

mattStorer commented 4 months ago

this is verified resolved in eCarePlanner 3.1.4.