Skip to content

Commit

Permalink
Fix cardinalities in ContrastExtension
Browse files Browse the repository at this point in the history
  • Loading branch information
lucscherer committed Oct 28, 2024
1 parent 54a3ed2 commit 294df1d
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,16 +85,11 @@
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Extension.extension",
"path": "Extension.extension",
"min": 1
},
{
"id": "Extension.extension:contrastBolus",
"path": "Extension.extension",
"sliceName": "contrastBolus",
"min": 1,
"min": 0,
"max": "1",
"mustSupport": true
},
Expand Down

0 comments on commit 294df1d

Please sign in to comment.