FHIR Chat · MedicationOrder invalid use of Definition and Request types · committers

Stream: committers

Topic: MedicationOrder invalid use of Definition and Request types


view this post on Zulip Richard Ettema (Oct 25 2016 at 15:36):

I just tried to compile and use the current FHIR CI build Java classes located in the build/temp/java folder from my local build that just completed successfully this morning.
The MedicationOrder resource now contains two new elements - 'definition' and 'basedOn' - which have their types set to Reference and pointing to the new, not to be used directly, pattern resource types - 'Definition' and 'Request'. Since neither of these pattern resource types are part of the FHIR schema, compilation of the MedicationOrder.java fails with "cannot find symbol: class Definition" and "cannot find symbol: class Request" errors.

view this post on Zulip Richard Ettema (Oct 25 2016 at 15:38):

This issue is not affecting the current CI build as the updated MedicationOrder Java class has not (yet) been copied to the build/implementations/java/org.hl7.fhir.dstu3 folder.

view this post on Zulip Melva Peters (Oct 25 2016 at 15:50):

I will fix this today

view this post on Zulip Richard Ettema (Oct 25 2016 at 17:08):

Thank you.

view this post on Zulip Grahame Grieve (Oct 25 2016 at 17:10):

@Melva Peters oh. this impacts on my next few hours; any estimate on time?

view this post on Zulip Grahame Grieve (Oct 25 2016 at 17:10):

and once you fix it, I will prevent it from happening any more

view this post on Zulip Melva Peters (Oct 25 2016 at 17:10):

I can change to reference Any for the time being. Give me about 45 minutes

view this post on Zulip Grahame Grieve (Oct 25 2016 at 17:12):

ok thanks


Last updated: Apr 12 2022 at 19:14 UTC