StructuredInformation
structured information return type
type StructuredInformation {
cognitiveAndCommunicationAnswer: String
conversationDate: Date!
functionalAbilities: FunctionalAbilities!
householdManagementAnswer: String
illnessAndStressRequirementsAnswer: String
mobilityAndAgilityAnswer: String
overallAnswers: String
selfSufficiencyAnswer: String
socialAnswer: String
specialist: Employee!
updatedAt: LocalDateTime!
}
Fields
StructuredInformation.cognitiveAndCommunicationAnswer ● String scalar
answer of the cognitive and communication questions
StructuredInformation.conversationDate ● Date! non-null scalar
when the conversation happened
StructuredInformation.functionalAbilities ● FunctionalAbilities! non-null object
answers of table questions
StructuredInformation.householdManagementAnswer ● String scalar
answer of the household management questions
StructuredInformation.illnessAndStressRequirementsAnswer ● String scalar
answer of the illness-related requirements and stress questions
StructuredInformation.mobilityAndAgilityAnswer ● String scalar
answer of the mobility and agility questions
StructuredInformation.overallAnswers ● String scalar
answer of the overall questions
StructuredInformation.selfSufficiencyAnswer ● String scalar
answer of the self-sufficiency questions
StructuredInformation.socialAnswer ● String scalar
answer of the social related questions
StructuredInformation.specialist ● Employee! non-null object
the id of the employee visited the client
StructuredInformation.updatedAt ● LocalDateTime! non-null scalar
When the plan was last updated
Member Of
Client object