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

Code Display Definition
queued Queued The Claim/Pre-authorization/Pre-determination has been received but processing has not begun.
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="true"/> <date value="2022-05-28T12:47:40+10:00"/> <description value="The outcome of the processing."/> <caseSensitive value="true"/> <valueSet value="http://hl7.org/fhir/ValueSet/remittance-outcome"/> <content value="complete"/> <concept> <code value="queued"/> <display value="Queued"/> <definition value="The Claim/Pre-authorization/Pre-determination has been received but processing has not begun."/> </concept> <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>