Skip to content

Commit

Permalink
Open the supportingInformation of ChargeItem
Browse files Browse the repository at this point in the history
When getting a list of ChargeItems no references are need to be sent. Therefore the constraint does not need to be 1..
  • Loading branch information
florianschoffke committed Mar 25, 2024
1 parent 9c02ba2 commit 7ee2745
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,6 @@
"rules": "closed"
},
"definition": "holds references to the 3 relevant documents [prescription, receipt, dispensationInformation]",
"min": 1,
"max": "4",
"mustSupport": true
},
Expand Down
2 changes: 1 addition & 1 deletion Resources/input/fsh/profiles/GEM_ERPCHRG_PR_ChargeItem.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Id: GEM-ERPCHRG-PR-ChargeItem
* enterer.identifier 1..
* enterer.identifier only $identifier-telematik-id

* supportingInformation 1..4 MS
* supportingInformation 0..4 MS
* supportingInformation ^slicing.discriminator.type = #value
* supportingInformation ^slicing.discriminator.path = "display"
* supportingInformation ^slicing.rules = #closed
Expand Down

0 comments on commit 7ee2745

Please sign in to comment.