FHIR Chat · Invariants - RiskAssessment · committers

Stream: committers

Topic: Invariants - RiskAssessment


view this post on Zulip Brian Postlethwaite (Oct 12 2016 at 10:14):

The invariant constraint ras-2 on Risk Assessment could be simpler as below.
Fluentpath Expression: prediction.all(probability.as(decimal) <= 100)

view this post on Zulip Brian Postlethwaite (Oct 12 2016 at 11:40):

Actually, given the context, try this instead
$this.as(decimal) <= 100


Last updated: Apr 12 2022 at 19:14 UTC