{
  "resourceType": "StructureDefinition",
  "id": "ext-Coverage-InYearAdjustmentFlag",
  "url": "https://bpcs.exchange/fhir/StructureDefinition/ext-Coverage-InYearAdjustmentFlag",
  "name": "CoverageInYearAdjustmentFlag",
  "title": "Coverage In Year Adjustment Flag",
  "status": "active",
  "experimental": false,
  "description": "If true, indicates that deductible is to be based on current-year income rather than previous year income (typically because of a significant income change)",
  "fhirVersion": "5.0.0",
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "Coverage"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "short": "In-year Adjustment",
        "definition": "If true, indicates that deductible is to be based on current-year income rather than previous year income (typically because of a significant income change)",
        "max": "1"
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "https://bpcs.exchange/fhir/StructureDefinition/ext-Coverage-InYearAdjustmentFlag",
        "mustSupport": true
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "min": 1,
        "type": [
          {
            "code": "boolean"
          }
        ],
        "mustSupport": true
      }
    ]
  }
}