FHIR Chat · Conditional reference validation failing in Java reference i · implementers

Stream: implementers

Topic: Conditional reference validation failing in Java reference i


view this post on Zulip Upendra Uppala (Jul 31 2018 at 18:57):

Hi, In the Java Reference Implementation, validation of a bundle fails when I post a transaction and the bundle entry contains a conditional reference. I am trying to implement conditional reference support in transaction as specified in https://www.hl7.org/fhir/http.html#transaction
For e.g. <subject><reference value="Patient?identifier=12345"/></subject> in a Bundle with a POST request for Observation throws an error "Relative URLs must be of the format [ResourceName]/[id]. Encountered Patient?identifier=12345". Is this an issue in the Java RI or am I missing something?

view this post on Zulip Grahame Grieve (Jul 31 2018 at 20:16):

probably an error in the validator. can you make a gForge task to fix it, with an attachment of your bundle?

view this post on Zulip Upendra Uppala (Jul 31 2018 at 20:38):

Sure. Thanks!


Last updated: Apr 12 2022 at 19:14 UTC