Replies: 1 comment
-
When you say FHIR to SQL, I suppose you mean converting FHIR resources to Parquet (or Avro) on which you can run SQL queries, correct? Then yes, you can also convert back from Parquet (or Avro) to FHIR. This is actually what we do in several of our tests, e.g., here, to make sure we can reconstruct the original FHIR resource. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I can see this project can be used to convert FHIR to SQL data. Is it possible to use this to convert SQL data back to FHIR? Or are there any active plans discussing this?
Beta Was this translation helpful? Give feedback.
All reactions