-
Notifications
You must be signed in to change notification settings - Fork 49
PlanDefinition $apply Operation
JP edited this page Sep 20, 2022
·
7 revisions
The PlanDefinition $apply operation iterates through a PlanDefinition's actions and dynamically creates a CarePlan based on the action's condition criteria.
-
Locally
-
Load the PlanDefinition and any resources it references. This includes Libraries, ValueSets and any other knowledge artifact content.
-
Make request:
-
-
Remotely
-
Load the PlanDefinition and any resources it references into https://cloud.alphora.com/sandbox/r4/cqm/fhir.
-
Make request:
https://cloud.alphora.com/sandbox/r4/cqm/fhir/PlanDefinition/ID/$apply
-
-
Load the following files into your local cqf-ruler implementation or the publicly available server:
-
GET
[Base]/PlanDefinition/apply-example/$apply
-
You should get the following response:
{ "resourceType": "CarePlan", "definition": [ { "reference": "apply-example" } ], "status": "draft", "title": "This is a dynamic definition!" }