smart-on-fhir / cumulus-library

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

for date fields, derive day resolution from multiple sources #205

Open dogversioning opened 3 months ago

dogversioning commented 3 months ago

Users should not need to worry about the semantic difference between things like date/instance/period - we should set a priority order and walk down it until we find a valid value, and keep them from having to hunt and peck around for it.

mikix commented 3 months ago

set a priority order

Thankfully, we don't need to stress about that specific detail, since there can be only one format variant provided.

But yes, I like this idea. Good value-add for core

dogversioning commented 2 months ago

relates to #101