{
  "resourceType": "StructureDefinition",
  "id": "ext-Coverage-Application",
  "url": "https://bpcs.exchange/fhir/StructureDefinition/ext-Coverage-Application",
  "name": "CoverageApplication",
  "title": "Coverage Application",
  "status": "active",
  "experimental": false,
  "description": "Indicates the Trillium application for which this private insurance information was gathered (and with which it is maintained).",
  "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": "Coverage not paying period",
        "definition": "Indicates the Trillium application for which this private insurance information was gathered (and with which it is maintained).",
        "max": "1"
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "https://bpcs.exchange/fhir/StructureDefinition/ext-Coverage-Application"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "type": [
          {
            "code": "Reference",
            "profile": [
              "https://bpcs.exchange/fhir/StructureDefinition/profile-Reference-rest"
            ],
            "targetProfile": [
              "https://bpcs.exchange/fhir/StructureDefinition/profile-Coverage-family"
            ]
          }
        ],
        "mustSupport": true,
        "mapping": [
          {
            "identity": "BPCS",
            "map": "Corresponds to the application number used when searching, or that is part of the operation when creating/updating."
          }
        ]
      }
    ]
  }
}