arkhn / jpyltime

Wrapper of FHIR2Dataset with an API for Demoët
1 stars 0 forks source link

Ln/fhir2dataset postproc #3

Closed naudinlo closed 3 years ago

naudinlo commented 3 years ago

Description

Full wrapper pipeline for FHIR2Dataset:

Preprocessing:

Adapt a list of attributes to generate a correct sql query to request the fhir api

Postprocessing:

Improve readibility and display of a given dataFrame, by:

clementjumel commented 3 years ago

Could you deal with the conflicts, @naudinlo ? 🙂 Just keep in mind that we don't want to output the table using pandas.to_json() anymore, we want to output an actual file, now (which is done on main but not on your branch) 😇