LinuxForHealth FHIR Implementation Guide - Local Development build (v8.0.0). See the Directory of published versions
: Payer Claim Status Codes - JSON Representation
Raw json | Download
{
"resourceType" : "CodeSystem",
"id" : "payer-claim-status",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://linuxforhealth.org/fhir/cdm/CodeSystem/payer-claim-status</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">P<a name=\"payer-claim-status-P\"> </a></td><td>Paid</td></tr><tr><td style=\"white-space:nowrap\">A<a name=\"payer-claim-status-A\"> </a></td><td>Adjusted</td></tr><tr><td style=\"white-space:nowrap\">D<a name=\"payer-claim-status-D\"> </a></td><td>Denied</td></tr></table></div>"
},
"url" : "http://linuxforhealth.org/fhir/cdm/CodeSystem/payer-claim-status",
"version" : "8.0.0",
"name" : "PayerClaimStatusCodeSystem",
"title" : "Payer Claim Status Codes",
"status" : "active",
"date" : "2022-11-10T16:00:46+00:00",
"publisher" : "LinuxForHealth Team",
"description" : "Payer codes for the payment status of the claim.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "US"
}
]
}
],
"caseSensitive" : true,
"content" : "complete",
"count" : 3,
"concept" : [
{
"code" : "P",
"display" : "Paid"
},
{
"code" : "A",
"display" : "Adjusted"
},
{
"code" : "D",
"display" : "Denied"
}
]
}