FHIR Chat · local builds running without terminology server · IG creation

Stream: IG creation

Topic: local builds running without terminology server


view this post on Zulip Eric Haas (Apr 01 2021 at 01:55):

My local builds are running without a terminology server ,but when I push them to the autobuild the term server is connected. Is any body else experiencing this?

view this post on Zulip Eric Haas (Apr 01 2021 at 02:33):

... it looks like my bash script no longer works because the ig publisher CLI command -tx parameter behavior has changed....

having a -tx parameter without a value no longer defaults to the default term server (http://tx.fhir.org) and instead results in running without a term server.

so this

`java -jar /Users/ehaas/Downloads/org.hl7.fhir.igpublisher.jar -ig ig.ini -tx'

results in this:

WARNING: Running without terminology server - terminology content will likely not publish correctly (01:07.0358)

view this post on Zulip Eric Haas (Apr 01 2021 at 02:33):

Just warning everybody of this nugget so if you write your own publisher scripts beware

BTW I use the -tx option to run without a term server sometimes so it used to be for default server just -tx and for no term server-tx N/A
now if you want to do this for default term server need to either no -tx or -tx http://tx.fhir.org

view this post on Zulip Catherine Hosage Norman (Apr 07 2021 at 07:36):

What is the command to run without a terminology server? I have tried -tx -tx n/a and -tx N/A

view this post on Zulip Catherine Hosage Norman (Apr 07 2021 at 08:10):

Never mind - it just does not use the -tx anymore.


Last updated: Apr 12 2022 at 19:14 UTC