Skip to main content

SisReportCard

SisReportCard: Documentation relevant for SIS (Structured Information Gathering) reports.

type SisReportCard implements ReportCard {
client: Client
clients: [Client!]!
content: String!
createdAt: LocalDateTime!
id: ReportCardID!
recordedAt: Time!
status: ReportCardStatus!
targetTour: TargetTour
topics: SisTopics!
}

Fields

SisReportCard.client ● Client object

The client

SisReportCard.clients ● [Client!]! non-null object

All Clients

SisReportCard.content ● String! non-null scalar

Text representation of the voice recording

SisReportCard.createdAt ● LocalDateTime! non-null scalar

The date and time of the creation of the report card.

SisReportCard.id ● ReportCardID! non-null scalar

Unique identifier for the report card.

SisReportCard.recordedAt ● Time! non-null scalar

The date and time when the report was performed.

SisReportCard.status ● ReportCardStatus! non-null enum

The current status of the report card.

SisReportCard.targetTour ● TargetTour object

The target tour associated with the report card.

SisReportCard.topics ● SisTopics! non-null object

The topics content generated by the ai

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.