We ran into a similar issue… however, we are not using the core apps visit details section, so our fix isn’t going in there…
Diagnoses are available on the encounter in 2.2. so assumedly we’d need to update the VisitDetailsFragmentController in a 2.2 context to parse diagnoses as well as obs.
Thanks for your answer Mark. I’m working with Edrisse, and we will attempt to fix this, but wanted to check first if there’s someone using the visit details section that might be also fixing it currently.
@lauravignoli Can you send a screenshot or explain where you want to see this? The clinician-facing dashboard? PIH doesn’t use encounterdiagnoses (yet). We are moving to show the condition list on the dashboard instead of every diagnoses.
We are using reference application 2.9.0-SNAPSHOT, and when we click “Show Details”, the diagnosis array is empty in the response, and diagnosis are not displayed:
This controller needs to be changed to get the diagnosis from the encounter_diagnosis table. We can work on it, but were wondering if someone else is already investigating the issue.