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

Add a HAPI FHIR adapter #351

Open
cmungall opened this issue Nov 11, 2022 · 3 comments
Open

Add a HAPI FHIR adapter #351

cmungall opened this issue Nov 11, 2022 · 3 comments

Comments

@cmungall
Copy link
Collaborator

cmungall commented Nov 11, 2022

We have a PR for exporting FHIR JSON:

This could be used for loading a HAPI FHIR server using any OAK-wrapped ontology

It would be useful to have the converse operation - the ability to talk to a HAPI FHIR server

Example code: https://github.com/HOT-Ecosystem/TSDemoBoard/blob/master/CodeSystem.ipynb

@joeflack4 - are there existing python clients we can wrap?

@cmungall
Copy link
Collaborator Author

@joeflack4
Copy link
Contributor

joeflack4 commented Nov 11, 2022

I think this kinda FHIR client / stuff would be a good to add to OAK in some way or another. For the TSDemoBoard, the client there is mainly to simplify the Jupyter notebook. The only Python client I remember specifically looking at is the smart-on-fhir one that you linked. I haven't spent much time looking at it, though.

@cmungall
Copy link
Collaborator Author

Yes, this seems pretty straightforward to use:

http://docs.smarthealthit.org/client-py/index.html

Doesn't seem to introduce a lot of dependencies which is nice, we could incorporate directly rather than as a plugin

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