Skip to content

Commit

Permalink
Fix naming in Constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
florianschoffke committed Jun 10, 2024
1 parent 7669ae5 commit c2621ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
{
"key": "workflow-medicationdispense-redeemcode-3",
"severity": "error",
"human": "Name of the DiGA and DiGA-ID was not found, but is mandatory if a redeem code is provided.",
"human": "Name of the DiGA and DiGA-VE-ID was not found, but is mandatory if a redeem code is provided.",
"expression": "extension.where(url = 'https://gematik.de/fhir/erp/StructureDefinition/GEM-ERP-EX-RedeemCode').exists() implies (medicationReference.display.exists() and medicationReference.identifier.exists())",
"source": "https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_MedicationDispense_DiGA"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Expression: "extension.where(url = 'https://gematik.de/fhir/erp/StructureDefinit
Severity: #error

Invariant: workflow-medicationdispense-redeemcode-3
Description: "Name of the DiGA and DiGA-ID was not found, but is mandatory if a redeem code is provided."
Description: "Name of the DiGA and DiGA-VE-ID was not found, but is mandatory if a redeem code is provided."
Expression: "extension.where(url = 'https://gematik.de/fhir/erp/StructureDefinition/GEM-ERP-EX-RedeemCode').exists() implies (medicationReference.display.exists() and medicationReference.identifier.exists())"
Severity: #error

Expand Down

0 comments on commit c2621ea

Please sign in to comment.