Stream: implementers
Topic: 201701 Care Plan Track
Dave Carlson (Jan 08 2017 at 04:42):
This is the January 2017 Connectathon Care Plan Track stream for discussion.
Dave Carlson (Jan 08 2017 at 04:47):
A use case storyboard was created for a Type II Diabetes Mellitus Care Plan that outlines the care team members, goals, health concerns, and interventions.
Dave Carlson (Jan 08 2017 at 04:51):
Sample FHIR resources are available in GitHub for this Diabetes care plan, based on FHIR v1.8.0. See https://github.com/clinical-cloud/sample-careplans. These sample files are still a work-in-progress, your contributions are welcome. Join us at the Connectathon next weekend to share your experience and interest in FHIR CarePlan!
Pascal Pfiffner (Jan 09 2017 at 10:55):
Wow that's great, thanks! I'm curious, why did you put the resources into batch Bundles as opposed to putting them up by their own?
Dave Carlson (Jan 09 2017 at 14:51):
Hi Pascal, I used batch bundles because that's the structure I saw in the SMART sample data files, and because these bundles worked with the data import option in the HSPC sandbox server. I am very much open to changing for a better structure, as grouping into bundles has it's own share of challenges for maintenance. With individual resource files, what is the best way for a developer to load all into a server?
Pascal Pfiffner (Jan 09 2017 at 15:17):
Since you have a load-all script, you could just point the script to individually loading bare resource files, still using PUT
and keeping the resource ids. So no big change there. Benefit would be that you have pure resources in the repository; we do the same with some sample data, like https://github.com/C3-PRO/c3-pro-sample-data .
Dave Carlson (Jan 09 2017 at 15:31):
I created the load script after starting with the bundles, but had the same idea that you suggest. I'll attempt to get sample files reorganized as individual resources in the next few days, thanks! This will also make it easier to iterate over update/test on a single resource.
Dave Carlson (Jan 10 2017 at 05:08):
@Pascal Pfiffner care plan sample resources are now reorganized to one per file.
Dave Carlson (Jan 14 2017 at 02:45):
CarePlan sample resources for diabetes storyboard (from GitHub repo) are loaded into HSPC shared server, STU3 FHIR 1.8.0 at (https://api3.hspconsortium.org/fhirconnect14/open)
Russell Leftwich (Jan 14 2017 at 15:10):
webex for care plan track https://mdrx.webex.com/mdrx/j.php?MTID=m7d3d00a11dab95f7f4a057f4f0c10ebf
Jeffrey Danford (Jan 14 2017 at 16:14):
CareTeam is fixed on twdev.open.allscripts.com
Russell Leftwich (Jan 14 2017 at 17:44):
An issue that has come up several times in care coordination and care team discussions is the concept of having a clinical organization as a "member" of the care team. A patient might be referred to and then followed by the University Cardiology Clinic, not an individual cardiologist. To incorporate this into the storyboard for the connectathon/clinicians on FHIR we are going to change the nutritionist role from Ms Nutrish Foods to a clinic, Nutrition For You, LLC
Russell Leftwich (Jan 14 2017 at 17:50):
After lunch today the Care Plan track will have a show and tell using the webex. Please tell Dave or myself if you are interested in showing what you have been working on this morning.
Russell Leftwich (Jan 14 2017 at 18:34):
If you have questions or issues you would like to discuss around the Care Plan Track, please post here on Zulip
Last updated: Apr 12 2022 at 19:14 UTC