You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The APHP (Assistance Publique Hôpitaux de Paris) data teams are using matchbox project through its engine part to develop a tool that can perform a validation and transformation step on top of the FHIR Mapping Langage file as a Visual Studio Code extension.
One of the remaining challenges for us is to completely manage the packages installed on the matchbox-server using API requests.
Our problem is to replace or suppress a package loaded on the matchbox-server using the API request without the need of changing the package version or completely kill and recreate the server as the server seems to keep a package and its version in memory.
Is it something you already know, working on or maybe developed a solution for?
Thank you
The text was updated successfully, but these errors were encountered:
We could probably improve Matchbox to support updating the package if it already exists in the $install-npm-package operation.
Then, you need to reload the IG in the engine. The way to do it depends on your Matchbox version, and your configuration (especially the httpReadOnly and onlyOneEngine flags).
I recently wrote a bit of documentation about the handling of packages in Matchbox (e.g. the difference between installing a package in the server, vs loading a package in the engine): https://ahdis.github.io/matchbox/packages/
Hello,
The APHP (Assistance Publique Hôpitaux de Paris) data teams are using matchbox project through its engine part to develop a tool that can perform a validation and transformation step on top of the FHIR Mapping Langage file as a Visual Studio Code extension.
One of the remaining challenges for us is to completely manage the packages installed on the matchbox-server using API requests.
Our problem is to replace or suppress a package loaded on the matchbox-server using the API request without the need of changing the package version or completely kill and recreate the server as the server seems to keep a package and its version in memory.
Is it something you already know, working on or maybe developed a solution for?
Thank you
The text was updated successfully, but these errors were encountered: