Stream: implementers
Topic: fhir-query expressions
Joel Francis (Jan 06 2020 at 14:59):
Is there any way to have place holder variables for an expression. Eg:
<condition>
<language value="application/x-fhir-query"/>
<expression value="https://[base]/Observartion?subject:Patient/id&value-concept=http://snomed.org|66857006"/>
</condition
In this scenario the place holders would replace the id for the patient in question.
Thanks,
Joel, @Alex Goel
Lloyd McKenzie (Jan 06 2020 at 16:00):
Yes. Wrap the variable in {{}}
Last updated: Apr 12 2022 at 19:14 UTC