Stream: implementers
Topic: using torinox to upload a simplifier pkg to a HAPI instance
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.
Alexander Zautke (May 12 2020 at 13:45):
@Ward Weistra
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.
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.
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
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
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.
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
Patrick Werner (May 12 2020 at 14:44):
thanks!
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