FHIR Chat · How to install the FHIR NPM Package? · hapi

Stream: hapi

Topic: How to install the FHIR NPM Package?


view this post on Zulip Lin Zhang (Jan 25 2021 at 06:29):

How to locally install the FHIR NPM Package (that has been downloaded for our local security reasons) of UTG's HL7 Terminology on an HAPI FHIR JPA Server? Thanks.

view this post on Zulip Lin Zhang (Jan 25 2021 at 06:29):

Is there any tutorial or guide for this process?

view this post on Zulip Joel Schneider (Jan 25 2021 at 22:40):

This Python code may be useful (but I haven't tried using it to load UTG terminology before).
https://github.com/nmdp-bioinformatics/igloader

view this post on Zulip Lin Zhang (Jan 25 2021 at 23:33):

Wow, that's great! Thanks, @Joel Schneider

view this post on Zulip Lin Zhang (Jan 26 2021 at 00:18):

Yummy yummy, that's exactly what I want.

view this post on Zulip Joel Schneider (Jan 26 2021 at 00:25):

Glad to see it worked for you.

view this post on Zulip Oliver Egger (Jan 26 2021 at 07:14):

if you are deploying the hapi-fhir server yourself you can also configure it to install the FHIR NPM package during startup, see https://github.com/hapifhir/hapi-fhir-jpaserver-starter/blob/master/src/main/resources/application.yaml

view this post on Zulip Lin Zhang (Jan 26 2021 at 10:45):

@Oliver Egger Hmm...more and more happier:big_smile: Thanks a lot!

view this post on Zulip Lin Zhang (Jan 26 2021 at 10:52):

Turning-a-blind-eye:joy:


Last updated: Apr 12 2022 at 19:14 UTC