-
Notifications
You must be signed in to change notification settings - Fork 29
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
Comments
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. |
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 |
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?
The text was updated successfully, but these errors were encountered: