chronic-care / mcc-project

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

Add Linkage for SDS integration in MyCarePlanner #409

Closed kbertodatti closed 3 months ago

kbertodatti commented 4 months ago

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

Query for Linkage: https://sds-mccecare-dev.ohsu.edu/fhir/Linkage?item=Patient/eFTHaVbQzCEwOEE97maN2MC2jJi-r8nnkhRh.umMUlz03

Query for MELD SDS Sandbox (From Dave Carlson) https://gw.interop.community/eCareSharedData/open/Linkage?item=Patient/mcc-pat-pnoelle

Linkage content:

{
   "resourceType": "Linkage",
   "item": [
       {
           "type": "source",
           "resource": {
               "reference": "Patient/8fd526c5-729a-43f8-856e-d4c0132cb982"
           }
       },
       {
           "type": "alternate",
           "resource": {
               "extension": [
                   {
                       "url": "urn:sds:partition-name",
                       "valueUrl": "https://epicmobile.ohsu.edu/FHIRDEV/api/FHIR/R4"
                   }
               ],
               "reference": "Patient/edBu5co.Z6y7bjOHAfSfm8hXaEzYfFgw4WKpc.A6WwP83"
           }
       }
   ]
}

Requirements for determining a valid or invalid SDS:

image.png
kbertodatti commented 3 months ago

Closing as OBE see #413