FHIR Chat · using torinox to upload a simplifier pkg to a HAPI instance · implementers

Stream: implementers

Topic: using torinox to upload a simplifier pkg to a HAPI instance


view this post on Zulip Job Schipper (May 12 2020 at 12:53):

Does anyone know if it is possible to install a simplifier package to a remote HAPI instance using the torinox commandline tool? Or using any other tool? I've been reading the Torinox docs but all I managed to get is a fhirpkg.lock.json on my local machine.

view this post on Zulip Alexander Zautke (May 12 2020 at 13:45):

@Ward Weistra

view this post on Zulip Ward Weistra (May 12 2020 at 14:04):

@Job Schipper Well, that's a great start :slight_smile:
@Jens Villadsen is working on sending package conformance resources to HAPI, that might be a good route.

With Torinox you can indeed install the package on your machine. It installs to your FHIR cache (generally ~/.fhir/packages) or (with option --here) in the current folder. Next you could read those resources to your Torinox stack with push and then probably post them to the HAPI server.

view this post on Zulip Jens Villadsen (May 12 2020 at 14:40):

We have a PR that enables the functionality of starting a HAPI FHIR instance with an IG loaded at startup.

view this post on Zulip Jens Villadsen (May 12 2020 at 14:41):

We had a secondary target of adding this to the HAPI FHIR CLI but haven't come around to it

view this post on Zulip Jens Villadsen (May 12 2020 at 14:42):

Regarding that last part @Patrick Werner mentioned that he had a guy looking into it ... I don't know how far he/she has come

view this post on Zulip Patrick Werner (May 12 2020 at 14:43):

Still on it. Code needs to be reviewed by myself first. Don't have much time at the moment. Hope i will come to this next week.

view this post on Zulip Jens Villadsen (May 12 2020 at 14:43):

@Patrick Werner - I think most of the logic is already within the PR at https://github.com/jamesagnew/hapi-fhir/pull/1826 for your client

view this post on Zulip Patrick Werner (May 12 2020 at 14:44):

thanks!

view this post on Zulip Jens Villadsen (May 12 2020 at 14:46):

it should be a matter of removing the Dao calls to instead be HTTP calls I think


Last updated: Apr 12 2022 at 19:14 UTC