FHIR / sql-on-fhir-v2

This project provides the source for the SQL on FHIR v2.0 Implementation Guide
https://build.fhir.org/ig/FHIR/sql-on-fhir-v2/
MIT License
105 stars 28 forks source link

View in "Combinations > top level column" test is not valid #195

Closed johngrimes closed 9 months ago

johngrimes commented 9 months ago

The view in this test is not valid, as it does not contain a select element. Also, type is not permitted at the root level.

{
  "resource": "Patient",
  "column": [
    {
      "path": "id",
      "name": "id"
    }
  ],
  "type": "column"
}
Yngwarr commented 9 months ago

Thank you for catching, addressed this in 0add5f6 and 2bf8db1.