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

Add id property in ViewDefinition #115

Open rublag opened 1 year ago

rublag commented 1 year ago

It would be convenient to have id property in ViewDefinition resources to make it more similar to FHIR resources.

johngrimes commented 1 year ago

@rublag We have the intention of creating a FHIR resource that realises the logical model - I think we just haven't got up to this yet.

rublag commented 1 year ago

@johngrimes, do you consider to switch ViewDefinition schema from inheriting Base to inheriting Resource then? This adds id, meta, implicitRules, and language properties.

johngrimes commented 1 year ago

I think this is still an unresolved issue that requires further discussion.