{
  "resourceType": "StructureDefinition",
  "id": "ext-Coverage-PremiumPaid",
  "url": "https://bpcs.exchange/fhir/StructureDefinition/ext-Coverage-PremiumPaid",
  "name": "CoveragePremiumPaid",
  "title": "Coverage Premium Paid",
  "status": "active",
  "experimental": false,
  "description": "Captures how much was paid to receive a private coverage.  May influence the deductible for certain public plans.",
  "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": "premiumPaid",
        "definition": "Captures how much was paid to receive a private coverage.  May influence the deductible for certain public plans.",
        "max": "1"
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "https://bpcs.exchange/fhir/StructureDefinition/ext-Coverage-PremiumPaid"
      },
      {
        "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": "FamilyMemberHistoryDTO.premiumPaid1 or premiumPaid2, InsuranceDTO.premiumPaid"
          }
        ]
      }
    ]
  }
}