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
100 stars 27 forks source link

Fix Join test type and fn_reference_key expect #240

Closed awalley-ncqa closed 5 months ago

awalley-ncqa commented 5 months ago

The join test join_with_empty_value uses the type "name" (an invalid FHIR type) instead of "string".

This Zulip Thread explains the issue with the expected result of false rather than null for the two tests that I changed.

Yngwarr commented 5 months ago

Good catch! Merging.