Stream: committers
Topic: R4 invariant?
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'
Brian Postlethwaite (Dec 21 2017 at 02:29):
(this is the only one that comes up in the testing examples against core invariants)
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
Grahame Grieve (Dec 21 2017 at 02:35):
hmm
Grahame Grieve (Dec 21 2017 at 02:35):
I wonder why that didn't get picked up
Brian Postlethwaite (Dec 21 2017 at 03:22):
I thought it was strange too.
Last updated: Apr 12 2022 at 19:14 UTC