{
  "resourceType": "StructureDefinition",
  "id": "profile-OperationOutcome",
  "url": "https://bpcs.exchange/fhir/StructureDefinition/profile-OperationOutcome",
  "name": "OperationOutcome",
  "title": "OperationOutcome",
  "status": "active",
  "experimental": false,
  "description": "An outcome returned in the event that an operation or interaction is unsuccessful",
  "fhirVersion": "5.0.0",
  "mapping": [
    {
      "identity": "BPCS",
      "name": "Internal BPCS API"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "OperationOutcome",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/OperationOutcome",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "OperationOutcome.issue",
        "path": "OperationOutcome.issue",
        "mustSupport": true
      },
      {
        "id": "OperationOutcome.issue.severity",
        "path": "OperationOutcome.issue.severity",
        "mustSupport": true
      },
      {
        "id": "OperationOutcome.issue.code",
        "path": "OperationOutcome.issue.code",
        "short": "overpaidDeductStatus/deductLvlDecFlag",
        "definition": "The overpaid deductible status is used by certain processes to determine if an overpaid deductible is applicable to the family and if so, if that overpaid deductible calculation is completed.\r\nValues:\nP = Pending. Calc. In process\nE = Exists\nN = Does not exist\r\nCOBOL Dervied field RMRCP1S using family table   10 DEDUCT-LVL-DECREASE-FLAG     PIC 9.          88 DEDUCT-LVL-HAS-NOT-DECREASED          VALUE ZERO\nDEDUCT-LVL-HAS-DECREASED              VALUE 1.",
        "mustSupport": true
      },
      {
        "id": "OperationOutcome.issue.details",
        "path": "OperationOutcome.issue.details",
        "mustSupport": true
      }
    ]
  }
}