Stream: fhir/infrastructure-wg
Topic: GF#15554
Brian Postlethwaite (Aug 07 2018 at 06:27):
Updating search parameter definitions, do we NEED to include the resource name at the front of the search parameters, or is that just good practice.
wondering if this is ok (it tests fine and works, but now looks funny as all the others have the prefix)
deceased.exists() and deceased != false
instead of
Patient.deceased.exists() and Patient.deceased != false
Grahame Grieve (Aug 07 2018 at 07:58):
I prefer the second but it is just stylistic
Brian Postlethwaite (Aug 07 2018 at 11:40):
I've updated it to be consistent anyway, but was just curious. Thanks
Last updated: Apr 12 2022 at 19:14 UTC