{
  "resourceType": "StructureDefinition",
  "id": "ext-Coverage-PrivateInsuranceContribution",
  "url": "https://bpcs.exchange/fhir/StructureDefinition/ext-Coverage-PrivateInsuranceContribution",
  "name": "CoveragePrivateInsuranceContribution",
  "title": "Coverage Private Insurance Contribution",
  "status": "active",
  "experimental": false,
  "description": "This is the aggregate total of each family member’s private insurance contributions.",
  "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": "pvtInsContribution",
        "definition": "This is the aggregate total of each family member’s private insurance contributions.",
        "max": "1"
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "https://bpcs.exchange/fhir/StructureDefinition/ext-Coverage-PrivateInsuranceContribution"
      },
      {
        "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": "FamilyHistoryDTO.pvtInsContribution"
          }
        ]
      }
    ]
  }
}