340B FHIR Exchange Implementation Guide
0.1.0-ballot - ci-build
340B FHIR Exchange Implementation Guide - Local Development build (v0.1.0-ballot) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
| Draft as of 2026-04-24 |
{
"resourceType" : "CodeSystem",
"id" : "340b-adjudication-reason",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem 340b-adjudication-reason</b></p><a name=\"340b-adjudication-reason\"> </a><a name=\"hc340b-adjudication-reason\"> </a><p>This case-sensitive code system <code>https://exchange.example.org/fhir/ig/340b-exchange/CodeSystem/340b-adjudication-reason</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\">APPROVED_FULL<a name=\"340b-adjudication-reason-APPROVED_FULL\"> </a></td><td>Approved Full</td></tr><tr><td style=\"white-space:nowrap\">APPROVED_PARTIAL<a name=\"340b-adjudication-reason-APPROVED_PARTIAL\"> </a></td><td>Approved Partial</td></tr><tr><td style=\"white-space:nowrap\">DENIED_DUPLICATE<a name=\"340b-adjudication-reason-DENIED_DUPLICATE\"> </a></td><td>Denied Duplicate Claim</td></tr><tr><td style=\"white-space:nowrap\">DENIED_INELIGIBLE<a name=\"340b-adjudication-reason-DENIED_INELIGIBLE\"> </a></td><td>Denied Ineligible Transaction</td></tr><tr><td style=\"white-space:nowrap\">DENIED_DATA_QUALITY<a name=\"340b-adjudication-reason-DENIED_DATA_QUALITY\"> </a></td><td>Denied Data Quality Error</td></tr></table></div>"
},
"url" : "https://exchange.example.org/fhir/ig/340b-exchange/CodeSystem/340b-adjudication-reason",
"version" : "0.1.0-ballot",
"name" : "ThreeFortyBAdjudicationReason",
"title" : "340B Adjudication Reason",
"status" : "draft",
"experimental" : false,
"date" : "2026-04-24T18:29:52-04:00",
"publisher" : "340B FHIR Exchange",
"contact" : [
{
"name" : "340B FHIR Exchange",
"telecom" : [
{
"system" : "url",
"value" : "https://exchange.example.org"
}
]
}
],
"description" : "Adjudication outcomes and denial reasons.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "US"
}
]
}
],
"caseSensitive" : true,
"content" : "complete",
"count" : 5,
"concept" : [
{
"code" : "APPROVED_FULL",
"display" : "Approved Full"
},
{
"code" : "APPROVED_PARTIAL",
"display" : "Approved Partial"
},
{
"code" : "DENIED_DUPLICATE",
"display" : "Denied Duplicate Claim"
},
{
"code" : "DENIED_INELIGIBLE",
"display" : "Denied Ineligible Transaction"
},
{
"code" : "DENIED_DATA_QUALITY",
"display" : "Denied Data Quality Error"
}
]
}