PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.r5.core@5.0.0-snapshot1
    http://hl7.org/fhir/claim-outcome
{
  "description": "This value set includes Claim Processing Outcome codes.",
  "_filename": "CodeSystem-claim-outcome.json",
  "package_name": "hl7.fhir.r5.core",
  "date": null,
  "meta": {
    "profile": [ "http://hl7.org/fhir/StructureDefinition/shareablecodesystem" ],
    "lastUpdated": "2021-12-19T08:15:41.873+11:00"
  },
  "publisher": null,
  "content": "complete",
  "name": "ClaimProcessingOutcomeCodes",
  "copyright": "HL7 Inc.",
  "type": null,
  "experimental": "false",
  "resourceType": "CodeSystem",
  "title": "Claim Processing Outcome Codes",
  "package_version": "5.0.0-snapshot1",
  "extension": [ {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode": "fm"
  } ],
  "status": "draft",
  "id": "ed013941-6bf4-4202-aaad-fbce5c96fff7",
  "kind": null,
  "url": "http://hl7.org/fhir/claim-outcome",
  "identifier": [ {
    "value": "urn:oid:2.16.840.1.113883.4.642.1.0",
    "system": "urn:ietf:rfc:3986"
  } ],
  "concept": [ {
    "code": "queued",
    "display": "Queued",
    "definition": "The Claim/Pre-authorization/Pre-determination has been received but processing has not begun."
  }, {
    "code": "complete",
    "display": "Processing Complete",
    "definition": "The processing has completed without errors"
  }, {
    "code": "error",
    "display": "Error",
    "definition": "One or more errors have been detected in the Claim"
  }, {
    "code": "partial",
    "display": "Partial Processing",
    "definition": "No errors have been detected in the Claim and some of the adjudication has been performed."
  } ],
  "caseSensitive": true,
  "version": "5.0.0-snapshot1"
}