This code system http://hl7.org/fhir/remittance-outcome defines the following codes:

Code Display Definition
complete Complete The processing completed without errors.
error Error The processing identified errors.
partial Partial No errors have been detected and some of the adjudication has been performed.
<status value="draft"/> <experimental value="false"/> <date value="2023-03-26T15:21:02+11:00"/> <description value="The outcome of the processing."/> <jurisdiction> <coding> <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/> <code value="001"/> <display value="World"/> </coding> </jurisdiction> <caseSensitive value="true"/> <valueSet value="http://hl7.org/fhir/ValueSet/remittance-outcome"/> <content value="complete"/> <concept> <code value="complete"/> <display value="Complete"/> <definition value="The processing completed without errors."/> </concept> <concept> <code value="error"/> <display value="Error"/> <definition value="The processing identified errors."/> </concept> <concept> <code value="partial"/> <display value="Partial"/> <definition value="No errors have been detected and some of the adjudication has been performed."/> </concept> </CodeSystem>