FHIR Chat · eld-11 · conformance

Stream: conformance

Topic: eld-11


view this post on Zulip Keith Boone (Oct 11 2016 at 19:32):

I'm getting a validation error when profiling reasonForUse[x] to Reference, which is telling me that use of binding is invalid for this type.
I fudged it (and am trying a build now) by changing eld-11 in ElementDefinition to read: not(exists(f:binding)) or contains(f:path/@value,"[x]") or contains(f:base/f:path/@value,"[x]") or (count(f:type/f:code) = 0) or f:type/f:code/@value=('code','Coding','CodeableConcept','Quantity','Extension', 'string', 'uri').

view this post on Zulip Keith Boone (Oct 11 2016 at 21:26):

OK, so ' instead of ", and I decided I didn't need to worry about contains(f:path/@value,'[x]') since there should always be a base where this occurs. My first run ( a partial build), seems to have solved it. I'm doing a full build now to verify that it did.


Last updated: Apr 12 2022 at 19:14 UTC