{
  "resourceType": "StructureDefinition",
  "id": "ext-Coverage-DeductiblePct",
  "url": "https://bpcs.exchange/fhir/StructureDefinition/ext-Coverage-DeductiblePct",
  "name": "DeductiblePct",
  "title": "Deductible Percentage",
  "status": "active",
  "experimental": false,
  "description": "Indicates the percentage of the annual deductible that applies in a given quarter.  Typically 25%, but may differ for years with partial coverage.",
  "fhirVersion": "5.0.0",
  "mapping": [
    {
      "identity": "BPCS",
      "name": "Internal BPCS API"
    }
  ],
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "Coverage.costToBeneficiary"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "short": "Deductible Percentage",
        "definition": "Indicates the percentage of the annual deductible that applies in a given quarter.  Typically 25%, but may differ for years with partial coverage.",
        "max": "1"
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "https://bpcs.exchange/fhir/StructureDefinition/ext-Coverage-DeductiblePct"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "type": [
          {
            "code": "decimal"
          }
        ],
        "mustSupport": true,
        "mapping": [
          {
            "identity": "BPCS",
            "map": "FamilyExpenseDTO.dedLvl1Per1PctYtd, dedLvl1Per2PctYtd, dedLvl1Per3PctYtd, dedLvl1Per4PctYtd based on quarter"
          }
        ]
      }
    ]
  }
}