smart-on-fhir / cumulus-library

https://docs.smarthealthit.org/cumulus/library/
Apache License 2.0
2 stars 0 forks source link

spike: consider centralizing schema validation #168

Open dogversioning opened 8 months ago

dogversioning commented 8 months ago

Right now, schemas are being declared and validated in builders, which is fine, since you can just worry about the relevant subset of fields a given builder cares about. However, it's worth considering if moving these to a central location might provide other benefits.

The spirit of this ticket is to decide which approach is more sensible, and create other tickets as needed.