View raw Markdown
type: codesystemcodesystem: payment-outcome

Claim Processing Codes

Concepts

CodeDisplayDefinition
queuedQueuedThe Claim/Pre-authorization/Pre-determination has been received but processing has not begun.
completeProcessing CompleteThe processing has completed without errors
errorErrorOne or more errors have been detected in the Claim
partialPartial ProcessingNo errors have been detected in the Claim and some of the adjudication has been performed.

CodeSystem XML

<?xml version="1.0" encoding="UTF-8"?>

<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="payment-outcome"/>
  <meta>
    <lastUpdated value="2020-12-28T16:55:11.085+11:00"/>
  </meta>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="fm"/>
  </extension>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
    <valueCode value="normative"/>
  </extension>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm">
    <valueInteger value="2"/>
  </extension>
  <url value="http://hl7.org/fhir/payment-outcome"/>
  <identifier>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.16.840.1.113883.4.642.4.2058"/>
  </identifier>
  <version value="6.0.0"/>
  <name value="ClaimProcessingCodes"/>
  <title value="Claim Processing Codes"/>
  <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>