--- type: "codesystem" title: "Claim Processing Codes" codesystem: "payment-outcome" --- # Claim Processing Codes - **Official URL**: http://hl7.org/fhir/payment-outcome - **Version**: 6.0.0 - **Status**: active - **Name**: ClaimProcessingCodes - **Title**: Claim Processing Codes - **Publisher**: FHIR Project team - **Description**: This value set includes Claim Processing Outcome codes. - **Case Sensitive**: true - **Content**: complete ## Concepts | Code | Display | Definition | | --- | --- | --- | | queued | Queued | The Claim/Pre-authorization/Pre-determination has been received but processing has not begun. | | complete | Processing Complete | The processing has completed without errors | | error | Error | One or more errors have been detected in the Claim | | partial | Partial Processing | No errors have been detected in the Claim and some of the adjudication has been performed. | ## CodeSystem XML ```xml <status value="active"/> <experimental value="false"/> <publisher value="FHIR Project team"/> <contact> <telecom> <system value="url"/> <value value="http://hl7.org/fhir"/> </telecom> </contact> <description value="This value set includes Claim Processing Outcome codes."/> <copyright value="HL7 Inc."/> <caseSensitive value="true"/> <valueSet value="http://hl7.org/fhir/ValueSet/payment-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="Processing Complete"/> <definition value="The processing has completed without errors"/> </concept> <concept> <code value="error"/> <display value="Error"/> <definition value="One or more errors have been detected in the Claim"/> </concept> <concept> <code value="partial"/> <display value="Partial Processing"/> <definition value="No errors have been detected in the Claim and some of the adjudication has been performed."/> </concept> </CodeSystem> ```