Skip to main content

ClinicalReportSummary

Metadata for a clinical report in list responses. Does not include a download URL; use the clinicalReport query to fetch one.

type ClinicalReportSummary {
id: ID!
patient: Patient
clinicalPathway: ClinicalPathway
reportType: ClinicalReportType!
status: ClinicalReportStatus!
locked: Boolean
feedbackComment: String
createdAt: DateTime
updatedAt: DateTime
completedAt: DateTime
completedBy: User
}

Fields

ClinicalReportSummary.id ● ID! non-null scalar

ClinicalReportSummary.patient ● Patient object

ClinicalReportSummary.clinicalPathway ● ClinicalPathway object

Clinical pathway linked to this report.

ClinicalReportSummary.reportType ● ClinicalReportType! non-null enum

ClinicalReportSummary.status ● ClinicalReportStatus! non-null enum

ClinicalReportSummary.locked ● Boolean scalar

Whether the report is locked for editing.

ClinicalReportSummary.feedbackComment ● String scalar

Active governance feedback comment, if any.

ClinicalReportSummary.createdAt ● DateTime scalar

Date the report document was created.

ClinicalReportSummary.updatedAt ● DateTime scalar

Date the report was last updated, including governance status changes.

ClinicalReportSummary.completedAt ● DateTime scalar

Date the clinician last submitted the report (Complete or PendingApproval). Overwritten on resubmit after rejection. Not set by later governance statuses such as Approved.

ClinicalReportSummary.completedBy ● User object

User who submitted the report.

Member Of

ClinicalReportData object ● ClinicalReportResponsePayload object