{
  "resourceType": "StructureDefinition",
  "id": "ext-Claim-OverrideNet",
  "url": "https://bpcs.exchange/fhir/StructureDefinition/ext-Claim-OverrideNet",
  "name": "ClaimOverrideNet",
  "title": "Claim Override Net",
  "status": "active",
  "experimental": false,
  "description": "An override value entered by the user as the amount to reimburse the patient that is less than the amount the adjudication engine indicated should be paid",
  "fhirVersion": "5.0.0",
  "mapping": [
    {
      "identity": "BPCS",
      "name": "Internal BPCS API"
    }
  ],
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "Claim.item"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "short": "Duplicate version",
        "definition": "An override value entered by the user as the amount to reimburse the patient that is less than the amount the adjudication engine indicated should be paid",
        "max": "1"
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "https://bpcs.exchange/fhir/StructureDefinition/ext-Claim-OverrideNet"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "type": [
          {
            "code": "Money",
            "profile": [
              "https://bpcs.exchange/fhir/StructureDefinition/profile-Money-CAD-NonNeg"
            ]
          }
        ],
        "mustSupport": true,
        "mapping": [
          {
            "identity": "BPCS",
            "map": "ReceiptDTO.adjRecpntPaidAmt"
          }
        ]
      }
    ]
  }
}