FHIR Chat · Local build error - new value set · committers

Stream: committers

Topic: Local build error - new value set


view this post on Zulip Melva Peters (Nov 02 2016 at 23:03):

I've created a binding for MedicationStatement with a new value set from SCT. I've added the binding to the data element and created the binding in the MedicationStatement-spreadsheet.xml and created valueset-medication-statement-not-taken-reason.xml. I am getting the following error, am I missing a step? [java] Errors: 0 Warnings: 0 Hints: 7
[java]
[java] ===Resources with FMM forced to 0===
[java] 1.592 15sec 462MB
[java] This was a Partial Build 0.001 15sec 462MB
[java] Build: medicationstatement 0.0 15sec 462MB
[java] java.lang.Exception: Unable to resolve the value set reference http://hl7.org/fhir/ValueSet/medication-statement-not-taken-reason
[java] at org.hl7.fhir.tools.publisher.Publisher.loadValueSets1(Publisher.java:1097)
[java] at org.hl7.fhir.tools.publisher.Publisher.execute(Publisher.java:570)
[java] at org.hl7.fhir.tools.publisher.Publisher.main(Publisher.java:428)
[java] FHIR build failure @ Wed, Nov 2, 2016 16:01-0700 0.672 15sec 462MB
[java] Error: Unable to resolve the value set reference http://hl7.org/fhir/ValueSet/medication-statement-not-taken-reason

BUILD FAILED
/Users/mpeters/Documents/FHIRBuild/build/build.xml:30: The following error occurred while executing this line:
/Users/mpeters/Documents/FHIRBuild/build/tools/java/org.hl7.fhir.tools.core/build.xml:134: Java returned: 1

Thanks

view this post on Zulip Lloyd McKenzie (Nov 03 2016 at 00:09):

Does the value set have a matching URL inside the XML and have the right id (must be the same as the string after 'ValueSet/'


Last updated: Apr 12 2022 at 19:14 UTC