FHIR Chat · Unrecognized Bundle entry · IG creation

Stream: IG creation

Topic: Unrecognized Bundle entry


view this post on Zulip David deRoode (Jul 30 2021 at 19:07):

Not sure what is causing the error "Bundle.entry:diagnosticreport: minimum required = 1, but only found 0 (from http://www.hl7.org/fhir/us/cancer-reporting/StructureDefinition/us-pathology-bundle)", as the Bundle example does in fact contain an error-free DiagnosticReport entry. Here's the CI build: https://build.fhir.org/ig/HL7/cancer-reporting/index.html

view this post on Zulip Lloyd McKenzie (Jul 30 2021 at 19:23):

Fix all of your non-traversable entries and see if that fixes the problem.

view this post on Zulip David deRoode (Aug 02 2021 at 19:24):

No luck. No more traverse-ability issues, and still seeing those errors.

view this post on Zulip Lloyd McKenzie (Aug 02 2021 at 19:55):

Did you look at the slicing messages? The first one declares that the first entry doesn't match the MessageHeader profile:
Bundle.entry[0]: Profile http://www.hl7.org/fhir/us/cancer-reporting/StructureDefinition/us-pathology-message-header does not match for Bundle because of the following profile issues:
Bundle.entry[0].resource.focus[0]: Unable to find a match for profile DiagnosticReport/pathology-diagnostic-report among choices: http://www.hl7.org/fhir/us/cancer-reporting/StructureDefinition/us-pathology-diagnostic-report
,
Bundle.entry[0].resource.focus[0]:
Bundle.entry[3].resource.ofType(DiagnosticReport).performer[0]: Unable to find a match for profile PractitionerRole/pathologist-example among choices: http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner, http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization, http://www.hl7.org/fhir/us/cancer-reporting/StructureDefinition/us-pathology-related-practitioner-role, http://hl7.org/fhir/us/core/StructureDefinition/us-core-careteam
,
Bundle.entry[3].resource.ofType(DiagnosticReport).performer[0]:
Bundle.entry[8].resource.ofType(PractitionerRole): pd-1: 'SHALL have contact information or a reference to an Endpoint' Rule 'SHALL have contact information or a reference to an Endpoint' Failed

view this post on Zulip David deRoode (Aug 02 2021 at 21:13):

Thanks @Lloyd McKenzie Found a missing contact in the Bundle instance; I'll be sure to check the informational messages going forward.


Last updated: Apr 12 2022 at 19:14 UTC