{
  "resourceType": "ClaimResponse",
  "id": "Example-PTV-ClaimResponse-Negative",
  "meta": {
    "versionId": "1.0",
    "profile": [
      "https://fhir.kbv.de/StructureDefinition/KBV_PR_PTV_ClaimResponse|1.0"
    ]
  },
  "status": "active",
  "type": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/ValueSet/claim-type",
        "code": "professional"
      }
    ]
  },
  "use": "preauthorization",
  "patient": {
    "reference": "Patient/30635f5d-c233-4500-94e8-6414940236aa"
  },
  "created": "2026-05-05",
  "insurer": {
    "reference": "Organization/3b655cd3-0543-483c-88b3-f68647620962"
  },
  "outcome": "complete",
  "preAuthRef": "ID des Antrags",
  "preAuthPeriod": {
    "start": "2026-05-15"
  },
  "item": [
    {
      "itemSequence": 1,
      "adjudication": [
        {
          "category": {
            "coding": [
              {
                "system": "https://fhir.kbv.de/CodeSystem/KBV_CS_PTV_Adjudication",
                "code": "Abgelehnt"
              }
            ]
          },
          "reason": {
            "coding": [
              {
                "system": "https://fhir.kbv.de/ValueSystem/KBV_VS_PTV_Reason_Denial_Total",
                "code": "Psychotherapeutische_Hypothesen",
                "display": "Es wird nicht ausreichend deutlich, wie die Erkrankung entstanden ist,  welche Annahmen zur Behandlung mit dem gewählten Psychotherapieverfahren vorliegen oder wie die Erkrankung mit dem gewählten Psychotherapieverfahren behandelt werden kann."
              }
            ]
          },
          "value": 0
        }
      ]
    }
  ]
}