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 Dispense Channel - JSON Representation

Draft as of 2026-04-24

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "340b-dispense-channel-cs",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem 340b-dispense-channel-cs</b></p><a name=\"340b-dispense-channel-cs\"> </a><a name=\"hc340b-dispense-channel-cs\"> </a><p>This case-sensitive code system <code>https://exchange.example.org/fhir/ig/340b-exchange/CodeSystem/340b-dispense-channel-cs</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">RETAIL<a name=\"340b-dispense-channel-cs-RETAIL\"> </a></td><td>Retail</td><td>Dispensed at a retail pharmacy location.</td></tr><tr><td style=\"white-space:nowrap\">MAILORDER<a name=\"340b-dispense-channel-cs-MAILORDER\"> </a></td><td>Mail Order</td><td>Dispensed and shipped via mail order.</td></tr><tr><td style=\"white-space:nowrap\">SPECIALTY<a name=\"340b-dispense-channel-cs-SPECIALTY\"> </a></td><td>Specialty</td><td>Dispensed through a specialty pharmacy.</td></tr></table></div>"
  },
  "url" : "https://exchange.example.org/fhir/ig/340b-exchange/CodeSystem/340b-dispense-channel-cs",
  "version" : "0.1.0-ballot",
  "name" : "ThreeFortyBDispenseChannel",
  "title" : "340B Dispense Channel",
  "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" : "Dispense channel classifications for 340B transactions.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 3,
  "concept" : [
    {
      "code" : "RETAIL",
      "display" : "Retail",
      "definition" : "Dispensed at a retail pharmacy location."
    },
    {
      "code" : "MAILORDER",
      "display" : "Mail Order",
      "definition" : "Dispensed and shipped via mail order."
    },
    {
      "code" : "SPECIALTY",
      "display" : "Specialty",
      "definition" : "Dispensed through a specialty pharmacy."
    }
  ]
}