Skip to content

Commit

Permalink
Additional QA fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
brynrhodes committed Feb 2, 2021
1 parent c9ef722 commit 8b690c8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
@@ -1,6 +1,7 @@
<ValueSet xmlns="http://hl7.org/fhir">
<id value="opioids-with-ambulatory-abuse-potential"/>
<meta>
<profile value="http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-computablevalueset"/>
<profile value="http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-publishablevalueset"/>
<profile value="http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-executablevalueset"/>
</meta>
Expand All @@ -10,11 +11,17 @@
<extension url="http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-knowledgeCapability">
<valueCode value="computable"/>
</extension>
<extension url="http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-knowledgeCapability">
<valueCode value="executable"/>
</extension>
<extension url="http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-knowledgeCapability">
<valueCode value="publishable"/>
</extension>
<extension url="http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-knowledgeRepresentationLevel">
<valueCode value="structured"/>
</extension>
<extension url="http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-knowledgeRepresentationLevel">
<valueCode value="executable"/>
</extension>
<extension url="http://hl7.org/fhir/StructureDefinition/valueset-author">
<valueContactDetail>
Expand Down
Expand Up @@ -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"
],
Expand Down

0 comments on commit 8b690c8

Please sign in to comment.