DaVinci Payer Data Exchange (PDex) US Drug Formulary
1.0.1 - STU 1.0.1

This page is part of the US Drug Formulary (v1.0.1: STU 1) based on FHIR R4. The current version which supercedes this version is 2.0.0. For a full list of available versions, see the Directory of published versions

: Code for qualifier for coinsurance rate - JSON Representation

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "usdf-CoinsuranceOptionCS",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system http://hl7.org/fhir/us/davinci-drug-formulary/CodeSystem/usdf-CoinsuranceOptionCS 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\">after-deductible<a name=\"usdf-CoinsuranceOptionCS-after-deductible\"> </a></td><td>After Deductible: The consumer first pays the deductible, and after the deductible is met, the consumer pays the coinsurance portion of allowed charges (this indicates that this benefit is subject to the deductible).</td></tr><tr><td style=\"white-space:nowrap\">no-charge<a name=\"usdf-CoinsuranceOptionCS-no-charge\"> </a></td><td>No Charge: No cost sharing is charged (this indicates that this benefit is not subject to the deductible).</td></tr><tr><td style=\"white-space:nowrap\">no-charge-after-deductible<a name=\"usdf-CoinsuranceOptionCS-no-charge-after-deductible\"> </a></td><td>No Charge After Deductible: The consumer first pays the deductible, and after thedeductible is met, no coinsurance is charged (this indicates that this benefit is subject to the deductible)</td></tr></table></div>"
  },
  "url" : "http://hl7.org/fhir/us/davinci-drug-formulary/CodeSystem/usdf-CoinsuranceOptionCS",
  "version" : "1.0.1",
  "name" : "CoInsuranceOptionCS",
  "title" : "Code for qualifier for coinsurance rate",
  "status" : "active",
  "date" : "2020-12-21T16:49:28+00:00",
  "publisher" : "HL7 Pharmacy Working Group",
  "contact" : [
    {
      "name" : "HL7 Pharmacy Working Group",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/medication/"
        },
        {
          "system" : "email",
          "value" : "pharmacy@lists.HL7.org"
        }
      ]
    }
  ],
  "description" : "Code for qualifier for coinsurance rate",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US"
        }
      ]
    }
  ],
  "content" : "complete",
  "count" : 3,
  "concept" : [
    {
      "code" : "after-deductible",
      "display" : "After Deductible: The consumer first pays the deductible, and after the deductible is met, the consumer pays the coinsurance portion of allowed charges (this indicates that this benefit is subject to the deductible)."
    },
    {
      "code" : "no-charge",
      "display" : "No Charge: No cost sharing is charged (this indicates that this benefit is not subject to the deductible)."
    },
    {
      "code" : "no-charge-after-deductible",
      "display" : "No Charge After Deductible: The consumer first pays the deductible, and after thedeductible is met, no coinsurance is charged (this indicates that this benefit is subject to the deductible)"
    }
  ]
}