Skip to content

Commit

Permalink
Merge pull request #37 from CEOsys/fix/optional-selection-behavior
Browse files Browse the repository at this point in the history
fix: removed required selectionBehavior
  • Loading branch information
glichtner authored May 2, 2024
2 parents 51c55c4 + 688c883 commit 20dff2c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions input/fsh/guideline-recommendation/p-recommendation.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,12 @@ Description: "A recommendation as part of a clinical practice guideline."
* valueCode 1..1
* valueCode = $cs-cpg-knowledgeRepresentationLevel#structured "Structured"
* insert rs-action-combination-method
* insert recommendation-related-artifacts
* action
* definitionCanonical 1..1
* definition[x] only canonical
* definitionCanonical only Canonical(RecommendationPlan)
* selectionBehavior 1..1 MS
* selectionBehavior = $cs-action-selection-behavior#one-or-more
* code 1..1 MS
* insert recommendation-related-artifacts


Instance: ExampleRecommendation
Expand Down

0 comments on commit 20dff2c

Please sign in to comment.