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!
reportType: ClinicalReportType!
status: ClinicalReportStatus!
locked: Boolean
feedbackComment: String
completedAt: DateTime
completedBy: User
}
Fields
ClinicalReportSummary.id ● ID! non-null scalar
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.completedAt ● DateTime scalar
Date the report was completed.
ClinicalReportSummary.completedBy ● User object
User who submitted the report.
Member Of
ClinicalReportData object ● ClinicalReportResponsePayload object