340B FHIR Exchange Implementation Guide
0.1.0-ballot - ci-build United States of America flag

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

: 340B Dispute Category - JSON Representation

Draft as of 2026-04-24

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "340b-dispute-category",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem 340b-dispute-category</b></p><a name=\"340b-dispute-category\"> </a><a name=\"hc340b-dispute-category\"> </a><p>This case-sensitive code system <code>https://exchange.example.org/fhir/ig/340b-exchange/CodeSystem/340b-dispute-category</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\">eligibility<a name=\"340b-dispute-category-eligibility\"> </a></td><td>Eligibility</td></tr><tr><td style=\"white-space:nowrap\">pricing<a name=\"340b-dispute-category-pricing\"> </a></td><td>Pricing</td></tr><tr><td style=\"white-space:nowrap\">duplicate<a name=\"340b-dispute-category-duplicate\"> </a></td><td>Duplicate</td></tr><tr><td style=\"white-space:nowrap\">reversal<a name=\"340b-dispute-category-reversal\"> </a></td><td>Reversal</td></tr><tr><td style=\"white-space:nowrap\">contract-mapping<a name=\"340b-dispute-category-contract-mapping\"> </a></td><td>Contract Mapping</td></tr></table></div>"
  },
  "url" : "https://exchange.example.org/fhir/ig/340b-exchange/CodeSystem/340b-dispute-category",
  "version" : "0.1.0-ballot",
  "name" : "ThreeFortyBDisputeCategory",
  "title" : "340B Dispute Category",
  "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" : "Dispute categorization for case management.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 5,
  "concept" : [
    {
      "code" : "eligibility",
      "display" : "Eligibility"
    },
    {
      "code" : "pricing",
      "display" : "Pricing"
    },
    {
      "code" : "duplicate",
      "display" : "Duplicate"
    },
    {
      "code" : "reversal",
      "display" : "Reversal"
    },
    {
      "code" : "contract-mapping",
      "display" : "Contract Mapping"
    }
  ]
}