{
  "resourceType": "StructureDefinition",
  "id": "ext-Coverage-OverpaidDeductibleStatus",
  "url": "https://bpcs.exchange/fhir/StructureDefinition/ext-Coverage-OverpaidDeductibleStatus",
  "name": "CoverageOverpaidDeductibleStatus",
  "title": "Coverage Overpaid Deduct Status",
  "status": "active",
  "experimental": false,
  "description": "The overpaid deductible status is used by certain processes to determine if an overpaid deductible is applicable to the family and if so, if that overpaid deductible calculation is completed.",
  "fhirVersion": "5.0.0",
  "mapping": [
    {
      "identity": "BPCS",
      "name": "Internal BPCS API"
    }
  ],
  "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": "overpaidDeductibleStatus",
        "definition": "The overpaid deductible status is used by certain processes to determine if an overpaid deductible is applicable to the family and if so, if that overpaid deductible calculation is completed.",
        "max": "1"
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "https://bpcs.exchange/fhir/StructureDefinition/ext-Coverage-OverpaidDeductibleStatus"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "type": [
          {
            "code": "Coding",
            "profile": [
              "https://bpcs.exchange/fhir/StructureDefinition/profile-Coding-simple"
            ]
          }
        ],
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSet": "https://bpcs.exchange/fhir/ValueSet/vs-OverpaidDeductibleStatus"
        },
        "mapping": [
          {
            "identity": "BPCS",
            "map": "FamilyHistoryDTO.overpaidDeductStatus"
          }
        ]
      }
    ]
  }
}