Skip to content
This repository has been archived by the owner on Nov 19, 2021. It is now read-only.

medicationstatementlist: Invarianten lst-3 und lst-4 wieder einbauen #50

Open
lhitc opened this issue May 14, 2018 · 0 comments
Open

medicationstatementlist: Invarianten lst-3 und lst-4 wieder einbauen #50

lhitc opened this issue May 14, 2018 · 0 comments

Comments

@lhitc
Copy link
Contributor

lhitc commented May 14, 2018

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant