CommentReportCard
CommentReportCard: General comments and observations.
type CommentReportCard implements ReportCard {
client: Client
clients: [Client!]!
comments: [ObservationEntry]
content: String!
createdAt: LocalDateTime!
id: ReportCardID!
recordedAt: Time!
status: ReportCardStatus!
targetTour: TargetTour
}
Fields
CommentReportCard.client ● Client object
The client
CommentReportCard.clients ● [Client!]! non-null object
All Clients
CommentReportCard.comments ● [ObservationEntry] list object
The commnts on the tour entry
CommentReportCard.content ● String! non-null scalar
Text representation of the voice recording
CommentReportCard.createdAt ● LocalDateTime! non-null scalar
The date and time of the creation of the report card.
CommentReportCard.id ● ReportCardID! non-null scalar
Unique identifier for the report card.
CommentReportCard.recordedAt ● Time! non-null scalar
The date and time when the report was performed.
CommentReportCard.status ● ReportCardStatus! non-null enum
The current status of the report card.
CommentReportCard.targetTour ● TargetTour object
The target tour associated with the report card.
Interfaces
ReportCard interface
Represents a report card for documenting client care information.
A ReportCard is a core entity in the healthcare documentation system that captures voice-recorded information from caregivers and converts it into structured text. Report cards go through a workflow of statuses (DRAFT, ACCEPTED, REJECTED) and are associated with specific tours and clients.