Stream: cql
Topic: cqfruler sandbox update
Abdelali Boussadi (Mar 11 2022 at 15:55):
Hi all, I noticed that the current cqfruler sandbox has a new url, is it correct? Also, I noticed that all previous cds services on this instance have disappeared! Are you planning to restore all the data stored in the previous instance ? Or all previous data are definitely lost for us?
Abdelali Boussadi (Mar 14 2022 at 09:34):
Hi @Bryn Rhodes I uploaded my CQL library on the new CQFruler sandbox : https://cql-sandbox.alphora.com/cqf-ruler-r4 i noticed that the CQFRuler is duplicating the prefetch template request about the patiant and this creates execution errors in the CDS Hooks Sandbox
*{
"services": [
{
"hook": "order-select",
"name": "PlanDefinition_epidiolexe1rxviewV4",
"title": "PlanDefinition - epidiolexe1rxviewV4",
"id": "epidiolexe1rxviewV4",
"prefetch": {
"item1": "Patient?_id\u003d{{context.patientId}}",
"item2": "Patient?_id\u003dPatient/{{context.patientId}}"
}
},
{
"hook": "order-select",
"name": "PlanDefinition_epidiolexe1rxviewV5",
"title": "PlanDefinition - epidiolexe1rxviewV5",
"id": "epidiolexe1rxviewV5",
"prefetch": {
"item1": "Patient?_id\u003d{{context.patientId}}",
"item2": "Patient?_id\u003dPatient/{{context.patientId}}"
}
}
]
}*
Bryn Rhodes (Mar 15 2022 at 17:23):
Hi @Abdelali Boussadi , yes, the sandboxes are only development support environments and are routinely rebuilt, so they are not reliable storage environments. We're going to add a note to the landing page to make that more clear.
Bryn Rhodes (Mar 15 2022 at 17:23):
On the prefetch data requirements, that is interesting, can you submit an issue to the ruler please so we can run that to ground?
Abdelali Boussadi (Mar 15 2022 at 17:35):
done: https://github.com/DBCG/cqf-ruler/issues/487
Abdelali Boussadi (Mar 16 2022 at 09:07):
Hi @Bryn Rhodes do you have a website to track these routinely rebuilt processes for this sandbox ? also, do you know if there are other public CQFruler sandboxes ?
JP (Mar 25 2022 at 14:37):
The builds/deployments are automated and can be triggered by development activities as frequently as every day.
Last updated: Apr 12 2022 at 19:14 UTC