FHIR Cross-Version Extensions package for FHIR R4 from FHIR R5
0.0.1-snapshot-2 - informative International flag

FHIR Cross-Version Extensions package for FHIR R4 from FHIR R5 - Version 0.0.1-snapshot-2. See the Directory of published versions

: Claim Adjudication Decision Codes - JSON Representation

Page standards status: Informative Maturity Level: 0

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "claim-decision",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <p>This code system \n              <code>http://hl7.org/fhir/claim-decision</code> defines the following codes:\n            </p>\n            <table class=\"codes\">\n              <tr>\n                <td style=\"white-space:nowrap\">\n                  <b>Code</b>\n                </td>\n                <td>\n                  <b>Display</b>\n                </td>\n                <td>\n                  <b>Definition</b>\n                </td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">denied\n                  <a name=\"claim-decision-denied\"> </a>\n                </td>\n                <td>Denied</td>\n                <td>The claim, or individual services, are not approved for any payment. This may also be known as 'rejected'.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">approved\n                  <a name=\"claim-decision-approved\"> </a>\n                </td>\n                <td>Approved</td>\n                <td>The claim, or individual services, are approved as submitted.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">partial\n                  <a name=\"claim-decision-partial\"> </a>\n                </td>\n                <td>Partial</td>\n                <td>The claim, or individual services, are approved at an amount less than as submitted.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">pending\n                  <a name=\"claim-decision-pending\"> </a>\n                </td>\n                <td>Pending</td>\n                <td>The adjudication processing is not complete. This may be due to requiring manual review or receipt of additional information.</td>\n              </tr>\n            </table>\n          </div>"
  },
  "extension" : [
    {
      "extension" : [
        {
          "url" : "packageId",
          "valueId" : "hl7.fhir.uv.xver-r5.r4"
        },
        {
          "url" : "version",
          "valueString" : "0.0.1-snapshot-2"
        }
      ],
      "url" : "http://hl7.org/fhir/StructureDefinition/package-source"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "fm"
    }
  ],
  "url" : "http://hl7.org/fhir/claim-decision",
  "version" : "5.0.0",
  "name" : "ClaimAdjudicationDecisionCodes",
  "title" : "Claim Adjudication Decision Codes",
  "status" : "active",
  "experimental" : false,
  "date" : "2025-09-13T16:55:28-04:00",
  "publisher" : "Financial Management",
  "contact" : [
    {
      "name" : "Financial Management",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/fm"
        }
      ]
    }
  ],
  "description" : "This value set provides Claim Adjudication Decision codes.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "copyright" : "HL7 Inc.",
  "caseSensitive" : true,
  "content" : "complete",
  "concept" : [
    {
      "code" : "denied",
      "display" : "Denied",
      "definition" : "The claim, or individual services, are not approved for any payment. This may also be known as 'rejected'."
    },
    {
      "code" : "approved",
      "display" : "Approved",
      "definition" : "The claim, or individual services, are approved as submitted."
    },
    {
      "code" : "partial",
      "display" : "Partial",
      "definition" : "The claim, or individual services, are approved at an amount less than as submitted."
    },
    {
      "code" : "pending",
      "display" : "Pending",
      "definition" : "The adjudication processing is not complete. This may be due to requiring manual review or receipt of additional information."
    }
  ]
}