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. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
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?
All reactions