FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/usdf-CopayOptionCS

Packagehl7.fhir.us.Davinci-drug-formulary
TypeCodeSystem
Idusdf-CopayOptionCS
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/davinci-drug-formulary/http://hl7.org/fhir/us/davinci-drug-formulary/STU1/CodeSystem-usdf-CopayOptionCS.html
URLhttp://hl7.org/fhir/us/Davinci-drug-formulary/CodeSystem/usdf-CopayOptionCS
Version1.0.0
Statusdraft
Date2020-01-17T00:00:00+00:00
NameCopayOptionCS
TitleCopay Option CS
Realmus
Authorityhl7
DescriptionQualifier of copay amount
Contentcomplete

Resources that use this resource

ValueSet
usdf-CopayOptionVSCopay Option VS

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

CopayOptionCS CodeSystem

Qualifier of copay amount


Source

{
  "resourceType": "CodeSystem",
  "id": "usdf-CopayOptionCS",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.org/fhir/us/Davinci-drug-formulary/CodeSystem/usdf-CopayOptionCS",
  "version": "1.0.0",
  "name": "CopayOptionCS",
  "title": "Copay Option CS",
  "status": "draft",
  "date": "2020-01-17T00:00:00+00:00",
  "publisher": "HL7 Pharmacy WG",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/medication/"
        }
      ]
    }
  ],
  "description": "Qualifier of copay amount",
  "caseSensitive": true,
  "content": "complete",
  "count": 4,
  "concept": [
    {
      "code": "after-deductible",
      "display": "After Deductible",
      "definition": "The consumer first pays the deductible, and after the deductible is met, the consumer is responsible only for the copay (this indicates that this benefit is subject to the deductible)."
    },
    {
      "code": "before-deductible",
      "display": "Before Deductible",
      "definition": "The consumer first pays the copay, and any net remaining allowed charges accrue to the deductible (this indicates that this benefit is subject to the deductible)."
    },
    {
      "code": "no-charge",
      "display": "No Charge",
      "definition": "No cost sharing is charged (this indicates that this benefit is not subject tothe deductible)."
    },
    {
      "code": "no-charge-after-deductible",
      "display": "No Charge After Deductible",
      "definition": "The consumer first pays the deductible, and after the deductible is met, no copayment is charged (this indicates that this benefit is subject to the deductible)."
    }
  ]
}