SisTopicInput
Input type for a single SIS topic with its relevance status and associated draft documentation.
input SisTopicInput {
draftProblem: String
draftResource: String
isRelevant: Boolean!
}
Fields
SisTopicInput.draftProblem ● String scalar
Draft notes about identified problems or challenges in this topic area.
SisTopicInput.draftResource ● String scalar
Draft notes about available resources related to this topic (e.g., family support, equipment, services).
SisTopicInput.isRelevant ● Boolean! non-null scalar
Indicates whether this topic is relevant for the client's care plan.
Member Of
SisTopicsInput input