description: The Profile for validation responses for CREDS submitted bundles. \nEach Operation Outcome begins with the Submission identifier as the first issue entry. Each following issue element contains a single validation message package_name: hl7.fhir.us.registry derivation: constraint name: CREDSOperationOutcome type: OperationOutcome elements: issue: array: true min: 2 index: 0 slicing: rules: closed ordered: true description: Slice based on code discriminator: - {path: code, type: pattern} min: 2 slices: Submission: match: {code: informational} schema: _required: true index: 1 elements: severity: pattern: {type: Code, value: information} index: 2 code: pattern: {type: Code, value: informational} index: 3 details: {index: 4} diagnostics: {index: 5} location: {index: 6} expression: {index: 7} Validation: match: {code: processing} schema: array: true min: 1 _required: true index: 8 elements: code: pattern: {type: Code, value: processing} index: 9 details: {index: 10} diagnostics: {index: 11} location: {index: 12} expression: {index: 13} required: [expression] package_version: protocols-1.0.0 class: profile kind: resource url: http://hl7.org/fhir/us/registry-protocols/StructureDefinition/CREDSOperationOutcome base: http://hl7.org/fhir/StructureDefinition/OperationOutcome version: 1.0.0