US Drug Formulary STU Ballot

This page is part of the US Drug Formulary (v0.1.0: STU 1 Draft) 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

CoinsuranceOptionCS

{
  "resourceType" : "CodeSystem",
  "id" : "usdf-CoinsuranceOptionCS",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n<p><b>CoinsuranceOptionCS CodeSystem</b></p>\n<p>Qualifier for coinsurance rate</p>\n</div>"
  },
  "url" : "http://hl7.org/fhir/us/davinci-drug-formulary/CodeSystem/usdf-CoinsuranceOptionCS",
  "identifier" : [
    {
      "system" : "http://hl7.org/fhir/us/davinci-drug-formulary",
      "value" : "usdf.CoinsuranceOptionCS"
    }
  ],
  "version" : "0.1.0",
  "name" : "CoinsuranceOptionCS",
  "title" : "CoinsuranceOptionCS",
  "status" : "draft",
  "date" : "2019-06-21T00:00:00-04:00",
  "publisher" : "HL7 Pharmacy WG",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/medication/"
        }
      ]
    }
  ],
  "description" : "Qualifier for coinsurance rate",
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 3,
  "concept" : [
    {
      "code" : "AFTER-DEDUCTIBLE",
      "display" : "After Deductible",
      "definition" : "After Deductible"
    },
    {
      "code" : "NO-CHARGE",
      "display" : "No Charge",
      "definition" : "No Charge"
    },
    {
      "code" : "NO-CHARGE-AFTER-DEDUCTIBLE",
      "display" : "No Charge After Deductible",
      "definition" : "No Charge After Deductible"
    }
  ]
}