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

Add tabular profile and an example. #232

Closed rbrush closed 4 months ago

arjun commented 4 months ago

@rbrush I installed the IG publisher and locally and getting familiar with the tooling. I believe I should see some indication of select.column.type 1..1 like I do for the URL, name, and fhirVersion constrains but I don't (see screenshot). I may not be refreshing locally correctly...

Are branches getting GH pages sites deployed that I can look at? I think that's only happening for master

image

rbrush commented 4 months ago

@rbrush I installed the IG publisher and locally and getting familiar with the tooling. I believe I should see some indication of select.column.type 1..1 like I do for the URL, name, and fhirVersion constrains but I don't (see screenshot). I may not be refreshing locally correctly...

Are branches getting GH pages sites deployed that I can look at? I think that's only happening for master

I don't think the build is set up for branches, but I think you want to look at the "Differential Table" or "Snapshot Table" to see that one. I suspect it's not showing up on "Key Elements" because its parent "column" structure is optional, so fields below it would not be considered to be key elements.

rbrush commented 4 months ago

Based on discussion today, I updated this PR to ensure that no columns are collections and that they can contain only primitive types.