{
"description": "This value set includes Claim Processing Outcome codes.",
"_filename": "CodeSystem-claim-outcome.json",
"package_name": "hl7.fhir.r6.examples",
"date": null,
"meta": {
"profile": [ "http://hl7.org/fhir/StructureDefinition/shareablecodesystem" ],
"lastUpdated": "2024-08-12T16:52:12.437+08:00"
},
"publisher": "HL7 International",
"jurisdiction": [ {
"coding": [ {
"code": "001",
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"display": "World"
} ]
} ],
"content": "complete",
"name": "ClaimProcessingOutcomeCodes",
"copyright": "HL7 Inc.",
"type": null,
"experimental": "false",
"resourceType": "CodeSystem",
"title": "Claim Processing Outcome Codes",
"package_version": "6.0.0-ballot2",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "fm"
} ],
"status": "active",
"id": "1a12f9ec-d68f-400e-a9b4-0b08fb19e6a9",
"kind": null,
"url": "http://hl7.org/fhir/claim-outcome",
"identifier": [ {
"value": "urn:oid:2.16.840.1.113883.4.642.4.1897",
"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": "6.0.0-ballot2"
}