Closed johngrimes closed 9 months ago
The following test does not have an expectation - I would expect an error as the required element constant.value is missing:
constant.value
{ "title": "incorrect constant definition", "view": { "resource": "Patient", "constant": [ { "name": "name_use" } ], "select": [ { "column": [ { "name": "id", "path": "id" }, { "name": "official_name", "path": "name.where(use = %name_use).family" } ] } ] } }
Thank you, addressed in 6b9562e.
The following test does not have an expectation - I would expect an error as the required element
constant.value
is missing: