Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

eCarePlanner 3.2.0 - not all "OHSU - POC" Goals are showing #477

Open
mattStorer opened this issue Sep 26, 2024 · 3 comments
Open

eCarePlanner 3.2.0 - not all "OHSU - POC" Goals are showing #477

mattStorer opened this issue Sep 26, 2024 · 3 comments

Comments

@mattStorer
Copy link

Loaded MyCarePlanner 2.4.1 for "Andrew Fhir" OHSU POC patient, and loaded Epic third party endpoint data for "fhirderrick" sandbox user.

Goals brought in. There are 6 goals from "OHSU - POC" and 2 goals from "Test Data: Epic sandbox".

image

Shared data to SDS. I can see in the SDS these goals are represented:

image

However, when loading eCarePlanner for Andrew Fhir, we only see one "OHSU - POC" Goal. Both Goals from "Test Data: Epic sandbox" are represented:

image

Where are these other 5 "OHSU - POC" Goals?

image

@mattStorer
Copy link
Author

these are the Goal queries executed by eCarePlanner :

image

It looks like it's only pulling Goals from the SDS for the Local Patient resource (those Goals created by the user through MyCarePlanner), and those for the "fhirderrick" user, from fhir.epic.com. So that explains why the 6 Goals aren't coming through for the OHSU POC user from the SDS, they're not being queried.

Those OHSU - POC Goals are being queried against epicmobile.ohsu.edu, though. But what's weird is that those calls are only bringing back one Goal -

image

Which is the 130/80 BP goal that is being displayed.

I see in MyCarePlanner, the Goal query being executed is this:

image

Whereas in eCarePlanner, it's this:

image

I've just examined the bodies of the responses, and it seems that MyCarePlanner is including Inpatient Care Plan Goals, as each of the missing Goals in eCarePlanner are those. The Blood Pressure Goal is the only one having a different Category.

See attached for the Goals returned by MyCarePlanner:
MyCarePlanner Goals from OHSU POC.json

And those returned by eCarePlanner:
eCarePlanner Goals from OHSU POC.json

Anyone have any idea why these would be different?

@xmlmodeling
Copy link

xmlmodeling commented Sep 26, 2024 via email

@mattStorer
Copy link
Author

@xmlmodeling ah that could be it. good thought! will check and get back.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants