ReportSheetReportCard
ReportSheetReportCard: General documentation for ambulant or daycare services.
type ReportSheetReportCard implements ReportCard {
client: Client
clients: [Client!]!
content: String!
createdAt: LocalDateTime!
id: ReportCardID!
recordedAt: Time!
reportEntries: [ReportEntry]
status: ReportCardStatus!
targetTour: TargetTour
}
Fields
ReportSheetReportCard.client ● Client object
The client
ReportSheetReportCard.clients ● [Client!]! non-null object
All Clients
ReportSheetReportCard.content ● String! non-null scalar
Text representation of the voice recording
ReportSheetReportCard.createdAt ● LocalDateTime! non-null scalar
The date and time of the creation of the report card.
ReportSheetReportCard.id ● ReportCardID! non-null scalar
Unique identifier for the report card.
ReportSheetReportCard.recordedAt ● Time! non-null scalar
The date and time when the report was performed.
ReportSheetReportCard.reportEntries ● [ReportEntry] list object
The report entries
ReportSheetReportCard.status ● ReportCardStatus! non-null enum
The current status of the report card.
ReportSheetReportCard.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.