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

From FHIR server to JSON format of the IPSViewer #8

Open
Valentjno opened this issue Oct 4, 2022 · 2 comments
Open

From FHIR server to JSON format of the IPSViewer #8

Valentjno opened this issue Oct 4, 2022 · 2 comments

Comments

@Valentjno
Copy link

Hi,
I was wondering if you used a script to generate the JSON samples of the IPS from the resource Patient or if you just wrote the JSON by hand (for example: samples/connectathon_samples/AR_Repository_Example_01.json)

Thank you for your response.

@jddamore
Copy link
Owner

jddamore commented Oct 5, 2022

@Valentjno So we did do some work done to take a script that assembles a IPS Bundle with type = document from a set of resources, but many of the samples in the repository are also from test FHIR servers. There were some manual edits, but generally they weren't manually assembled en masse.

We also are developing a FHIR server (HAPI adaptation) that produces IPS documents from a set of individual resources. The code for that server is public. It will be hosted at http://ips.health (although beware that server may update over coming months). If you'd like to look as some of that code for that assembly from a selection of resources, here's that: https://github.com/CrossroadsLabs/hapi-fhir/blob/rb_ips/hapi-fhir-jpaserver-base/src/main/java/ca/uhn/fhir/jpa/provider/r4/patient/PatientSummary.java

If you would like to discuss more about IPS, we have weekly calls (on HL7 calendar) and a stream on chat.fhir.org

@jddamore
Copy link
Owner

@Valentjno Just a follw-up that HAPI did integrate the work done on IPS generation. See https://hapifhir.io/hapi-fhir/docs/server_jpa/ips.html

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