FHIR Chat · edits to invariants · committers

Stream: committers

Topic: edits to invariants


view this post on Zulip Eric Haas (May 19 2016 at 22:55):

What is process for creating fluentpath expression for invariants? does the build create them based on the xpath?

view this post on Zulip Grahame Grieve (May 19 2016 at 22:55):

no. if we generate anything, we'd go the other way.

view this post on Zulip Grahame Grieve (May 19 2016 at 22:55):

what do you want to say?

view this post on Zulip Eric Haas (May 19 2016 at 23:10):

If component.code = code then value.empty() (

view this post on Zulip Eric Haas (May 19 2016 at 23:13):

probably easier to say not(value.exists() and (component.code=code))

view this post on Zulip Grahame Grieve (May 20 2016 at 00:13):

component.value.empty() or code != component.code

view this post on Zulip Eric Haas (May 20 2016 at 00:36):

I think you mean value.empty() or code != component.code

view this post on Zulip Eric Haas (May 20 2016 at 00:37):

not component.value


Last updated: Apr 12 2022 at 19:14 UTC