Stream: hapi
Topic: How to install the FHIR NPM Package?
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.
Lin Zhang (Jan 25 2021 at 06:29):
Is there any tutorial or guide for this process?
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
Lin Zhang (Jan 25 2021 at 23:33):
Wow, that's great! Thanks, @Joel Schneider
Lin Zhang (Jan 26 2021 at 00:18):
Yummy yummy, that's exactly what I want.
Joel Schneider (Jan 26 2021 at 00:25):
Glad to see it worked for you.
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
Lin Zhang (Jan 26 2021 at 10:45):
@Oliver Egger Hmm...more and more happier:big_smile: Thanks a lot!
Lin Zhang (Jan 26 2021 at 10:52):
Turning-a-blind-eye:joy:
Last updated: Apr 12 2022 at 19:14 UTC