Skip to main content

SisTopic

Represents a single SIS topic with its relevance status and associated draft documentation. Each topic captures whether it's relevant to the client's care and preliminary notes about resources and problems.

type SisTopic {
draftProblem: String
draftResource: String
isRelevant: Boolean!
}

Fields

SisTopic.draftProblem ● String scalar

Draft notes about identified problems or challenges in this topic area.

SisTopic.draftResource ● String scalar

Draft notes about available resources related to this topic (e.g., family support, equipment, services).

SisTopic.isRelevant ● Boolean! non-null scalar

Indicates whether this topic is relevant for the client's care plan.

Member Of

SisTopics object