FHIR Chat · R4 invariant? · committers

Stream: committers

Topic: R4 invariant?


view this post on Zulip Brian Postlethwaite (Dec 21 2017 at 02:28):

Testing out the new R4 build I've come across:
http://build.fhir.org/operationdefinition.html#invs
opd-2 states:
searchType implies type = 'string'
I think this should be
searchType.exists() implies type = 'string'

view this post on Zulip Brian Postlethwaite (Dec 21 2017 at 02:29):

(this is the only one that comes up in the testing examples against core invariants)

view this post on Zulip Brian Postlethwaite (Dec 21 2017 at 02:30):

This is the operation that violates the rule
http://build.fhir.org/operation-structuredefinition-generate.xml.html

view this post on Zulip Grahame Grieve (Dec 21 2017 at 02:35):

hmm

view this post on Zulip Grahame Grieve (Dec 21 2017 at 02:35):

I wonder why that didn't get picked up

view this post on Zulip Brian Postlethwaite (Dec 21 2017 at 03:22):

I thought it was strange too.


Last updated: Apr 12 2022 at 19:14 UTC