Stream: fhirpath
Topic: Does ".any" exist?
Josh Mandel (Jan 14 2019 at 19:55):
The spec mentions:
Message.group("PATIENT").group("PATIENT_OBSERVATION").item.as(Segment) .where(code = 'OBX' and elements(2).any(components(2) = 'LN')))
but I'm having trouble spotting where any()
is defined.
Grahame Grieve (Jan 15 2019 at 11:26):
hmm. looks like it didn't get defined. I added it to my implemnetation, and proposed that we add it.
Bryn Rhodes (Jan 17 2019 at 03:34):
We have an all, it's surprising that there isn't a complementary any: GF#20167
Grahame Grieve (Jan 17 2019 at 13:26):
I proposed it, and used it in FHIR R4. I didn't notice that we missed that
Last updated: Apr 12 2022 at 19:14 UTC