You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As you can see, it does not have a direct reference at, but just an identifier and a display.
After upgrading, the validator now throws the following error;
[ERROR] Instance failed constraint ref-1 "SHALL have a contained resource if a local reference is provided" (at Bundle.entry[6].resource[0].payor[0], element Bundle(https://fhir.kbv.de/StructureDefinition/KBV_PR_ERP_Bundle).entry.resource->Composition(https://fhir.kbv.de/StructureDefinition/KBV_PR_ERP_Composition).section.entry->MedicationRequest(https://fhir.kbv.de/StructureDefinition/KBV_PR_ERP_Prescription).insurance->Coverage(https://fhir.kbv.de/StructureDefinition/KBV_PR_FOR_Coverage).payor)
This shouldn't have because identifier does not need to point to a contained reference. We don't need to resolve the identifier references at all.
The text was updated successfully, but these errors were encountered:
While updating the SDK to 5.10.1, a unit test fails in the validator-api:
This unit test (
RunValidateTestSuite (issue-165)
)contains a reference looking like this:As you can see, it does not have a direct reference at, but just an identifier and a display.
After upgrading, the validator now throws the following error;
This shouldn't have because identifier does not need to point to a contained reference. We don't need to resolve the identifier references at all.
The text was updated successfully, but these errors were encountered: