Skip to content

Do FHIR and CSV files contain the same information #1588

Discussion options

You must be logged in to vote

do the CSV files contain all the information of FHIR ones, although in a different template, or do they contain less information?

They are very close, but not exactly the same. The data is transformed, HL7 FHIR resources have some internal hierarchy that does not exist in the tables. It is possible translation is lossy, but I haven't done an extensive study (nor am I going to do so). But for most purposes, especially if you want to do statistical analysis on the CSV, it is fine. I often use CSV, and turn off FHIR, if I'm just using the output for data analysis.

Basically, I would like to know if I can get rid of FHIR files.

The advantage of HL7 FHIR is that is an international standar…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by NeuroinformaticaFBF
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants