We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
Was just experimenting with memberOf() in Brian's fhirpath-lab. He's using v3.15.1 which is pretty up to date.
memberOf()
MedicationRequest memberOf example
If I set the terminology server to https://tx.ontoserver.csiro.au/fhir, the FHIRPath expression works nicely and produces a result of true. (Settings button on the top right -> FHIR Terminology Server -> "https://tx.ontoserver.csiro.au/fhir" -> Save)
true
If I add " or true" to the end of the FHIRPath expression, the result remains as true.
If I add " or false" to the end of the FHIRPath expression, the result becomes empty.
If I set the FHIRPath expression as "{expression} or {expression}", the result becomes empty.
The .NET implementation produces correct results for all three test cases above.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
Was just experimenting with
memberOf()
in Brian's fhirpath-lab. He's using v3.15.1 which is pretty up to date.MedicationRequest memberOf example
If I set the terminology server to https://tx.ontoserver.csiro.au/fhir, the FHIRPath expression works nicely and produces a result of
true
.(Settings button on the top right -> FHIR Terminology Server -> "https://tx.ontoserver.csiro.au/fhir" -> Save)
Problem
If I add " or true" to the end of the FHIRPath expression, the result remains as
true
.If I add " or false" to the end of the FHIRPath expression, the result becomes empty.
true
If I set the FHIRPath expression as "{expression} or {expression}", the result becomes empty.
true
.NET implementation comparison
The .NET implementation produces correct results for all three test cases above.
The text was updated successfully, but these errors were encountered: