Skip to content

Commit

Permalink
Merge pull request #34 from gematik/release/1.3.0-rc3
Browse files Browse the repository at this point in the history
Datumsconstraint für whenPrepared entfernt
  • Loading branch information
florianschoffke authored Apr 25, 2024
2 parents 62c54ee + e035fd9 commit 0400c55
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,15 +138,6 @@
{
"id": "MedicationDispense.whenPrepared",
"path": "MedicationDispense.whenPrepared",
"constraint": [
{
"key": "workflow-abgabeDatumsFormat",
"human": "Wert muss ein Datum in der Form: YYYY-MM-DD sein.",
"source": "https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_MedicationDispense",
"severity": "error",
"expression": "toString().length()=10"
}
],
"mustSupport": false
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ Description: "Handles information about the redeem of the prescription and the s
* performer.actor.identifier 1..
* performer.actor.identifier only IdentifierTelematikId
* whenPrepared ^mustSupport = false
* whenPrepared obeys workflow-abgabeDatumsFormat
* whenHandedOver 1..
* whenHandedOver obeys workflow-abgabeDatumsFormat
* dosageInstruction MS
Expand Down

0 comments on commit 0400c55

Please sign in to comment.