{
  "resourceType": "StructureDefinition",
  "id": "ext-Resource-DeductibleStatus",
  "url": "https://bpcs.exchange/fhir/StructureDefinition/ext-Resource-DeductibleStatus",
  "name": "DeductibleStatus",
  "title": "Receipt Deductible Status",
  "status": "active",
  "experimental": false,
  "description": "Indicates whether the deductible for the associated coverage was fully paid for the period during, prior to, or potentially later than the adjudiction of the specified receipt",
  "fhirVersion": "5.0.0",
  "mapping": [
    {
      "identity": "BPCS",
      "name": "Internal BPCS API"
    }
  ],
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "ExplanationOfBenefit.item"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "short": "problemCodes",
        "definition": "Indicates whether the deductible for the associated coverage was fully paid for the period during, prior to, or potentially later than the adjudiction of the specified receipt"
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "https://bpcs.exchange/fhir/StructureDefinition/ext-Resource-DeductibleStatus",
        "mustSupport": true
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "min": 1,
        "type": [
          {
            "code": "Coding",
            "profile": [
              "https://bpcs.exchange/fhir/StructureDefinition/profile-Coding-simple"
            ]
          }
        ],
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSet": "https://bpcs.exchange/fhir/ValueSet/vs-DeductibleStatus"
        },
        "mapping": [
          {
            "identity": "BPCS",
            "map": "DuplicateReceiptDTO.transTypeCd"
          }
        ]
      }
    ]
  }
}