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
92 stars 26 forks source link

Removes quotes to make type parameter of getReferenceKey consistent #234

Closed bashir2 closed 4 months ago

bashir2 commented 4 months ago

In some examples we have quotes around the type parameter of getReferenceKey, e.g., getReferenceKey('Patient'), while in most other cases, including the test files, we don't (e.g., getReferenceKey(Patient)). This is to make these consistent which also makes it consistent with the ofType function of FHIRPath.