LinuxForHealth / FHIR

The LinuxForHealth FHIR® Server and related projects
https://linuxforhealth.github.io/FHIR
Apache License 2.0
330 stars 157 forks source link

Reconcile Data Time Handling #2075

Open prb112 opened 3 years ago

prb112 commented 3 years ago

Is your feature request related to a problem? Please describe. Reconcile Data Time Handling so we have a common handler for date time handling in one location. We modify temporalaccessors in 4 different unique places.

Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Acceptance Criteria All Integration tests and unit tests should pass without modification.

Additional context Discussed with John

lmsurpre commented 3 years ago

There are slight nuances between the fhir model, the fhir search model, the db timestamp, and the fhirpath model spec's view of dates and times.

This one probably starts with just documenting those differences.