Stream: committers
Topic: R4 Fhirpath Search Expressions
Brian Postlethwaite (Aug 21 2018 at 02:03):
The dotnet unit tester has a check on all the search expressions from the spec, it reports
Search parameter Consent.source-reference (Reference) should not contain an 'or' statement Consent.source.where(resolve() is Consent or resolve() is Contract or resolve() is QuestionnaireResponse or resolve() is DocumentReference) Search parameter Device.model (String) has no expression Search parameter Device.udi-carrier (String) has no expression Search parameter Device.udi-di (String) has no expression Search parameter GuidanceResponse.request (Token) has no expression Search parameter MessageDefinition.parent (Token) has no expression
I think the first might be an issue with the dotnet implementation, but the others are just missing expressions. Is that generated? (Expect these are just incomplete definitions that will be fixed later)
Grahame Grieve (Aug 21 2018 at 02:04):
looks right to me
Brian Postlethwaite (Aug 21 2018 at 02:05):
Yeah, I think its the dotnet implementation
Last updated: Apr 12 2022 at 19:14 UTC