Stream: cds hooks
Topic: care-plan
Surya (Dec 13 2019 at 12:00):
Hi folks,
Is there any examples of PlanDefinition to get CarePlan using $apply extended operation for CQF-RULER-0.1.6 project??
Thank you in Advance
Lloyd McKenzie (Dec 13 2019 at 12:23):
@Bryn Rhodes
Bryn Rhodes (Dec 13 2019 at 21:56):
Hi @Surya, the PlanDefinition resources here are examples that can be run with $apply
Bryn Rhodes (Dec 13 2019 at 21:57):
Also here
Surya (Dec 17 2019 at 13:41):
Hi @Bryn Rhodes in that library resource we are getting exception while uploading in to my server.
Bryn Rhodes (Dec 17 2019 at 14:54):
What PlanDefinition are you trying to load? Those links contain several different examples? And what error are you getting?
Dave Carlson (Dec 17 2019 at 19:23):
We discovered a few errors in the CKD IG examples during the Sept connectathon. Corrected versions are here: https://github.com/chronic-care/cds-logic . For testing $apply, I'd recommend the careplan-orderset example. @Bryn Rhodes I have not seen any updates to the IG content in GitHub, is there a plan for that?
Bryn Rhodes (Dec 17 2019 at 20:39):
Still working through dispositions there, feel free to submit a PR with updates to the examples though.
Surya (Dec 19 2019 at 10:15):
Hi @Bryn Rhodes i am using DBCG cqf-ruler project having version 0.1.6-SNAPSHOT and i am getting below exception while performing $apply operation on PlanDefinition/opioidcds-r4-recommendation-05.
"issue": [
{
"severity": "error",
"code": "processing",
"diagnostics": "Failed to call access method: java.lang.IllegalArgumentException: [unknown[1:120, 1:120]extraneous input '-' expecting {<EOF>, 'include', 'public', 'private', 'parameter', 'codesystem', 'valueset', 'code', 'concept', 'define', 'context'}, unknown[1:120, 1:120]extraneous input '-' expecting {<EOF>, 'include', 'public', 'private', 'parameter', 'codesystem', 'valueset', 'code', 'concept', 'define', 'context'}, LocalLibrary[1:104, 1:120]Resource Library/opioidcds is not known, LocalLibrary[1:276, 1:284]Could not resolve identifier Inclusion in the current library.]"
}
]
Bryn Rhodes (Dec 19 2019 at 22:16):
Here is a specific test case for Antenatal care: https://github.com/who-int/anc-cds/tree/master/examples
Bryn Rhodes (Dec 19 2019 at 22:18):
We'll take a look at the issue you're getting above, but the ANC example gives a PlanDefinition $apply with all the resources needed to get the result.
Surya (Dec 23 2019 at 12:14):
Hello @Bryn Rhodes
Actually If you see the DBCG-CQF-Ruler-0.1.6-SNAPSHOT then you can find that the $apply operation is for GET Operation But,In the example what you sent was a POST operation for $apply.so how it will work??that is where the problem lies...so my question is which service you are using in the server side to perform these operations($apply,$evaluate-measure,$care-gap,etc..)
Thank You
Surya
Hari Kunamneni (Jan 07 2020 at 13:18):
Hi @Surya I am interested on working with you on care-plan remotely. Will you be interested in my help; I am a technical person, please let me know, if you need any help
Last updated: Apr 12 2022 at 19:14 UTC