FHIR Chat · Bug Validator: A Reference without an actual reference or i · conformance

Stream: conformance

Topic: Bug Validator: A Reference without an actual reference or i


view this post on Zulip Patrick Werner (Nov 09 2020 at 15:22):

When having patternReferences in StructureDefinitions and the Validator throws: A Reference without an actual reference or identifier should have a display
example patternReference:

      <patternReference>
        <type value="Practitioner" />
      </patternReference>

The Validator seems to validate the pattern as it was a Reference.

view this post on Zulip Grahame Grieve (Nov 10 2020 at 00:06):

that's a warning, right?

view this post on Zulip Richard Townley-O'Neill (Nov 10 2020 at 04:09):

http://hl7.org/fhir/R4/references.html#Reference has a SHALL: At least one of reference, identifier and display SHALL be present (unless an extension is provided).

view this post on Zulip Patrick Werner (Nov 10 2020 at 08:26):

Grahame Grieve said:

that's a warning, right?

correct

view this post on Zulip Grahame Grieve (Nov 10 2020 at 19:41):

well, I don't have time to investigate properly, but I'll do a new release sometime today - let's see if that sorts it out


Last updated: Apr 12 2022 at 19:14 UTC