FHIR Chat · PLease clarify this error · IG creation

Stream: IG creation

Topic: PLease clarify this error


view this post on Zulip Eric Haas (Mar 14 2018 at 18:03):

Exception generating resource /Users/ehaas/Documents/FHIR/Argo-Scheduling/source/resources/capabilitystatement-client::CapabilityStatement/client: A license is required in the configuration file, and it must be a SPDX license identifier (see https://spdx.org/licenses/), or "Not Open Source" (00:01:17.0086sec)
java.lang.Exception: A license is required in the configuration file, and it must be a SPDX license identifier (see https://spdx.org/licenses/), or "Not Open Source"

view this post on Zulip Eric Haas (Mar 14 2018 at 18:05):

is there an example of what I need to add ?

view this post on Zulip Grahame Grieve (Mar 14 2018 at 19:12):

"license" : "xxx"

where xxx is from the spdy licenses. or "not open source"

view this post on Zulip Eric Haas (Mar 14 2018 at 19:32):

OK I'll add to t he ig.json doco....

view this post on Zulip Brian Postlethwaite (Mar 20 2018 at 11:52):

Is this now documented?

view this post on Zulip Eric Haas (Mar 20 2018 at 14:55):

Yes
briefly

 {
   "source": "[ig]", // the name of the ImplementationGuide resource file to load. optional, default = ig.xml
   "version" : "[optional - see below]. default = current build",
   "fixed-business-version" : "[optional - see below]. default = none",
   "license" : [xxx]",// where xxx is identifier from the SPDX License List or "not open source",
   "logging" : "[optional - see below]  default = none",
   "html-template" : "[optional - see below]. default = none",
   "suppressedWarningFile": "[optional -...

view this post on Zulip Eric Haas (Mar 20 2018 at 14:55):

I'll add few more lines
of guidance

view this post on Zulip Eric Haas (Mar 20 2018 at 14:56):

and an example

view this post on Zulip Brian Postlethwaite (Mar 20 2018 at 22:26):

Which one should HL7 International Implementation Guides be using?
(is there a standard one that we select?)

view this post on Zulip Grahame Grieve (Mar 20 2018 at 22:27):

cc0

view this post on Zulip Brian Postlethwaite (Mar 20 2018 at 22:27):

"CC0-1.0"?

view this post on Zulip Grahame Grieve (Mar 20 2018 at 22:29):

y

view this post on Zulip Richard Townley-O'Neill (Mar 21 2018 at 02:18):

Eric's original example uses initial capitals in "Not Open Source" , but his documentation uses lowercase "not open source".
I expect that will cause confusion.

view this post on Zulip Eric Haas (Mar 21 2018 at 05:40):

fixed doco


Last updated: Apr 12 2022 at 19:14 UTC