---
title: "Resolve a QI event"
method: POST
path: "/QiEvents/{id}/resolve"
tags: ["QiEvents"]
---

# Resolve a QI event

`POST /QiEvents/{id}/resolve`

## Path parameters

- `id` string, required

## Response `200`

OK

- QiEventDto
  - `id` string
  - `title` string
  - `category` string
  - `severity` string
  - `status` string
  - `description` string, nullable
  - `isAnonymous` boolean
  - `reporterId` string, nullable
  - `reporterName` string, nullable
  - `reporter` QiEventUserSummaryDto
    - `id` string
    - `name` string
  - `patientId` string, nullable
  - `patientName` string, nullable
  - `patient` QiEventPatientSummaryDto
    - `id` string
    - `name` string
  - `medicationName` string, nullable
  - `staffMemberId` string, nullable
  - `staffMemberName` string, nullable
  - `staffMember` QiEventUserSummaryDto
    - `id` string
    - `name` string
  - `roomName` string, nullable
  - `resolvedAt` string, date-time, nullable
  - `resolvedById` string, nullable
  - `resolvedBy` QiEventUserSummaryDto
    - `id` string
    - `name` string
  - `notes` QiEventNoteDto[]
    - `id` string
    - `qiEventId` string
    - `authorId` string
    - `authorName` string, nullable
    - `content` string
    - `createdAt` string, date-time
  - `createdAt` string, date-time
  - `updatedAt` string, date-time

## Other responses

- `404` — Not Found

---

[API](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1.md) · [All operations](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clinicos/pawthosx-business-api-v1/versions/a905bde4e796/schema)
