Stream: hapi
Topic: Looking up IG metadata
Ole Hedegaard (Feb 23 2022 at 14:12):
Hi. I need to extract the version of an implementation guide runtime, ie. the value of "version" in package.json. Is there a utility for that in HAPI FHIR, or do I need to do some manual loading? My IG is available runtime in .tgz format.
Thanks,
-Ole
Grahame Grieve (Feb 23 2022 at 20:05):
org.hl7.fhir.utilities.npm.NpmPackage
Jens Villadsen (Feb 23 2022 at 20:06):
eg. https://github.com/jkiddo/ember/blob/main/src/main/java/dk/jkiddo/EmberApplication.java#L65
Last updated: Apr 12 2022 at 19:14 UTC