hapifhir/org.hl7.fhir.validator-wrapper

IPS Validator false flagging referenced resources within Bundle

Closed this issue · 1 comments

If you take the minimal JSON example Bundle from IPS: https://hl7.org/fhir/uv/ips/STU1.1/Bundle-bundle-minimal.json.html. You get multiple instances of the variety:

Can't find 'AllergyIntolerance/fe2769fd-22c9-4307-9122-ee0466e5aebb' in the bundle (Section Entry). Note that there is a resource in the bundle with the same type and id, but it does not match because of the fullUrl based rules around matching relative references (must be ``urn:uuid:fe2769fd-22c9-4307-9122-ee0466e5aebb``)

This happens for ids within the bundle.

The validator is not false flagging - these are problems in the IPS example