globaldothealth / fhirflat

ISARIC 3.0 Pipeline - FHIRFlat
https://fhirflat.readthedocs.io
MIT License
0 stars 0 forks source link

Output dates in ISO format as required by FHIR #32

Open abhidg opened 4 months ago

pipliggins commented 4 months ago

The ingestion pipeline forces an ISO-compliant output string for FHIRflat parquet files (rather than a date/datetime object that may contain an incorrect midnight timestamp, or be missing a timezone) through #37. This should be extended so that individual resources do the same, ideally in a performant manner avoiding iterating over column names within multiple layers.