Skip to content

Commit

Permalink
FUT1-6371 fix R4 PlanDefinition search parameter definition
Browse files Browse the repository at this point in the history
- path changed to PlanDefinition.repeat(action).definition to traverse action tree when including
FUT1-7028 fix R4 ValueSet search parameter definition (reference)
- path changed to include ValueSet.compose.include.valueSet
  • Loading branch information
tyge.folke.nielsen authored and tyfoni-systematic committed Feb 20, 2023
1 parent f6fbaea commit 80db7d4
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37587,8 +37587,7 @@
"code": "definition",
"base": [ "PlanDefinition" ],
"type": "reference",
"expression": "PlanDefinition.action.definition",
"xpath": "f:PlanDefinition/f:action/f:definitionCanonical | f:PlanDefinition/f:action/f:definitionUri",
"expression": "PlanDefinition.repeat(action).definition",
"xpathUsage": "normal",
"target": [ "Questionnaire", "PlanDefinition", "ActivityDefinition" ]
}
Expand Down Expand Up @@ -48924,8 +48923,8 @@
"code": "reference",
"base": [ "ValueSet" ],
"type": "uri",
"expression": "ValueSet.compose.include.system",
"xpath": "f:ValueSet/f:compose/f:include/f:system",
"expression": "ValueSet.compose.include.system | ValueSet.compose.include.valueSet",
"xpath": "f:ValueSet/f:compose/f:include/f:system | f:ValueSet/f:compose/f:include/f:valueSet",
"xpathUsage": "normal"
}
}, {
Expand Down

0 comments on commit 80db7d4

Please sign in to comment.