Hi,
I'm trying to validate and Observation and an Encounter effectiveDateTime against a Patient birthDate field within a transaction bundle - no resources in said bundle exist in the system. I'm using fullUrl's with "urn:uuid:<uuid>" in there and referencing that exact value in the subject.reference fields for both the Observation and the Encounter.
Running it via /Bundle/$validate works great, but when I try to create it, the resolve() statements in my validators are failing. I think it has something to do with the transaction bundle?
How can I get these validators to reference the Patient in the same bundle?