Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bidirectional FHIR ETL #115

Open
parisni opened this issue Jul 10, 2017 · 2 comments
Open

Bidirectional FHIR ETL #115

parisni opened this issue Jul 10, 2017 · 2 comments

Comments

@parisni
Copy link

parisni commented Jul 10, 2017

Hi

AFAIK your platform is able to produce FHIR resources throught HAPI FHIR from data that is stored into OMOP.

Do you plan to be able to ingest FHIR data into OMOP thought HAPI FHIR too ?

Am I missing something ?

Thanks,

@myungchoi
Copy link
Contributor

Current version (Release 1) does bidirectional mapping. But, the mapping is very primitive (easy mapping or obvious mapping). So, you can POST FHIR, which will create OMOP entries in the table.

For our release 2 (which we are trying to set up a separate repo), we are trying to handle more (or better) mapping. In OMOP, there are other tables that need to be driven from another table. We are trying to get that process integrated when we do FHIR to OMOP direction. So, we have asymmetric bidirectional transaction. For OMOP to FHIR, it will be based on FHIR-views from OMOP tables.

@parisni
Copy link
Author

parisni commented Jul 10, 2017

@myungchoi thanks for the details. A couple of new questions:

we are trying to handle more (or better) mapping

what about local FHIR profiles & extensions ? Are they in your mind for the mapping ?

it will be based on FHIR-views from OMOP tables

does it mean SQL VIEWS ? relational -> Json ?

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants