chronic-care / mcc-project

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

Bootstrap first iteration of MyCarePlanner with SDS #413

Closed kbertodatti closed 2 months ago

kbertodatti commented 4 months ago

Goal: Develop something in MyCarePlanner to do some initial test around SDS interaction that Tim is working on. Want to see if there are any big issues with the current design approach.

https://docs.google.com/document/d/1uqD4I8m7FOrcN2sr0HChr6mucIOUEoVYf5mEuI4kEcQ/edit#heading=h.5sks6y3h2u1f Look at: Reading and Writing App Authored Content

Open questions:

Acceptance criteria:

  1. MyCarePlanner queries for Linkage Resource.
  2. If no Linkage Resource exists, then create a new patient and save it to the SDS.
  3. Get Linkage and ID of local Patient.
kbertodatti commented 3 months ago

Have SDS running as one of the list of the providers (so it will be "live"). Sean will mock up the SDS "states" (no patient created, patient created) in EMI's test environment. Then have test cases to flush out the logic.

https://docs.google.com/document/d/1uqD4I8m7FOrcN2sr0HChr6mucIOUEoVYf5mEuI4kEcQ/edit?usp=sharing

savanahmueller commented 3 months ago

OHSU determined SDS cannot work outside of OHSU. Meeting on Friday 6/21 4-5 ET and Monday 6/24 3-4 ET. Will share update then.

savanahmueller commented 3 months ago

SDS is working in our environment (azure, local). Sean updating code to be ready this afternoon (7/2). Send Beta version over to Matt today (7/2).

kbertodatti commented 2 months ago

Remaining work: Parsing of the Linkage we're getting from the SDS to get the PatientID and have the PatientID available. Should take about an hour.

@swmuir to create a beta version and send it to Matt.

This should include reading and authoring patient content.