{
  "resourceType": "StructureDefinition",
  "id": "ext-ExplanationOfBenefit-MaxRecipientReimbProgram",
  "url": "https://bpcs.exchange/fhir/StructureDefinition/ext-ExplanationOfBenefit-MaxRecipientReimbProgram",
  "name": "ExplanationOfBenefitMaxRecipientReimbProgram",
  "title": "ExplanationOfBenefit Premium Paid",
  "status": "active",
  "experimental": false,
  "description": "Indicates the maximum recipient reimbursement program before cost-sharing rules are applied based on the current deductible and co-payment ceiling.",
  "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": "MaxRecipientReimbProgram",
        "definition": "Indicates the maximum recipient reimbursement program before cost-sharing rules are applied based on the current deductible and co-payment ceiling.",
        "max": "1"
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "https://bpcs.exchange/fhir/StructureDefinition/ext-ExplanationOfBenefit-MaxRecipientReimbProgram"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "type": [
          {
            "code": "Money",
            "profile": [
              "https://bpcs.exchange/fhir/StructureDefinition/profile-Money-CAD"
            ]
          }
        ],
        "mustSupport": true,
        "mapping": [
          {
            "identity": "BPCS",
            "map": "OverpaidDeductibleTransactionDTO.MaxRecipientReimbProgram"
          }
        ]
      }
    ]
  }
}