You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 19, 2021. It is now read-only.
Die Invariation funktionieren momentan nicht mit allen Validatoren (insbesondere HAPI/Java).
Daher wurden sie bis auf weiteres entfernt.
Wieder einbauen, sobald FHIRpath resolve() unterstützt wird.
Invarianten:
lst-3
warning
code.coding.where(code='411').empty() or entry.all($this.item.resolve().first().dosage.asNeededBoolean.allTrue())
MedicationStatements, die in der Liste "Bedarfsmedikation" enthalten sind, sollen auch als dosage.asNeededBoolean = true gekennzeichnet sein
lst-4
warning
code.coding.where(code='412').empty() or entry.all($this.item.resolve().first().dosage.asNeededBoolean.allFalse())
MedicationStatements, die in der Liste "Dauermedikation" enthalten sind, sollen auch als dosage.asNeededBoolean=false gekennzeichnet sein
The text was updated successfully, but these errors were encountered:
Die Invariation funktionieren momentan nicht mit allen Validatoren (insbesondere HAPI/Java).
Daher wurden sie bis auf weiteres entfernt.
Wieder einbauen, sobald FHIRpath resolve() unterstützt wird.
Invarianten:
lst-3
warning
code.coding.where(code='411').empty() or entry.all($this.item.resolve().first().dosage.asNeededBoolean.allTrue())
MedicationStatements, die in der Liste "Bedarfsmedikation" enthalten sind, sollen auch als dosage.asNeededBoolean = true gekennzeichnet sein
lst-4
warning
code.coding.where(code='412').empty() or entry.all($this.item.resolve().first().dosage.asNeededBoolean.allFalse())
MedicationStatements, die in der Liste "Dauermedikation" enthalten sind, sollen auch als dosage.asNeededBoolean=false gekennzeichnet sein
The text was updated successfully, but these errors were encountered: