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 29 forks source link

Finalise the ViewDefinition logical model #90

Closed johngrimes closed 1 year ago

johngrimes commented 1 year ago

We need to finalise the structure of the ViewDefinition model within FHIR, as this affects the way that our test inputs are structured.

This task is to use some example view definitions to exercise the possible model structures and come up with something that is usable and also conforms to FHIR conventions.

https://build.fhir.org/ig/FHIR/sql-on-fhir-v2/StructureDefinition-ViewDefinition.html

johngrimes commented 1 year ago

I think that we should inherit the elements common to all definitional resources, as I think we will need them for the eventual intended uses of the resource. Then we can rationalise the two options (minimal and regular) into one.

As these elements are optional, this will not affect test data.

johngrimes commented 1 year ago

@rbrush I've assigned this to you, if you don't mind taking the lead on this one?

bkaney commented 1 year ago

I think we should remove the minimal view model in this ticket. Just have one to maintain.