Stream: hapi
Topic: Executing CQL with custom Serializable
Aditya Kurkure (Apr 06 2021 at 15:55):
I'm trying to figure out how the evaluate function works here. We have only provided the Patient ID to the context. How does the CQL engine fetch the patient data from the patient id?
Bryn Rhodes (Apr 06 2021 at 18:18):
The context declaration in a CQL library gets expanded to a Retrieve in the ELM, which then uses the standard mechanism to access the Patient resource using the patientId from the context.
Last updated: Apr 12 2022 at 19:14 UTC