diff --git a/pages/examples/opg/resources/valueset-opioids-with-ambulatory-abuse-potential.xml b/pages/examples/opg/resources/valueset-opioids-with-ambulatory-abuse-potential.xml index 9ea06246..44aae333 100644 --- a/pages/examples/opg/resources/valueset-opioids-with-ambulatory-abuse-potential.xml +++ b/pages/examples/opg/resources/valueset-opioids-with-ambulatory-abuse-potential.xml @@ -1,6 +1,7 @@ + @@ -10,11 +11,17 @@ + + + + + + diff --git a/resources/operationdefinition-cpg-plandefinition-apply.json b/resources/operationdefinition-cpg-plandefinition-apply.json index ec6f750b..4cf9dc2e 100644 --- a/resources/operationdefinition-cpg-plandefinition-apply.json +++ b/resources/operationdefinition-cpg-plandefinition-apply.json @@ -36,6 +36,7 @@ "description":"The apply operation applies a PlanDefinition to a given context", "code":"apply", "comment":"The result of this operation is a CarePlan resource with a single activity represented by a RequestGroup. The RequestGroup will have actions for each of the applicable actions in the plan based on evaluating the applicability condition in context. For each applicable action, the definition is applied as described in the $apply operation of the ActivityDefinition resource, and the resulting resource is added as an activity to the CarePlan. If the ActivityDefinition includes library references, those libraries will be available to the evaluated expressions. If those libraries have parameters, those parameters will be bound by name to the parameters given to the operation. In addition, parameters to the $apply operation are available within dynamicValue expressions as context variables, accessible by the name of the parameter, prefixed with a percent (%) symbol. For a more detailed description, refer to the PlanDefinition and ActivityDefinition resource documentation. Note that result of this operation is transient (i.e. none of the resources created by the operation are persisted in the server, they are all returned as contained resources in the result). The result effectively represents a proposed set of activities, and it is up to the caller to determine whether and how those activities are actually carried out.", + "base": "http://hl7.org/fhir/OperationDefinition/PlanDefinition-apply", "resource":[ "PlanDefinition" ],