|
{ |
|
"0": { |
|
"instruction": "Determine if the user is a parent or caregiver who has Autism concerns about their child. Do not ask follow up quesions, just clasify what they answer.", |
|
"primer": "Are you a parent or gaurdian with Autism concerns about your child?", |
|
"conclusions": [ |
|
[ |
|
"[YES]", |
|
"The user is a caregiver or gaurdian with concerns" |
|
], |
|
[ |
|
"[NO]", |
|
"The user is not a caregive or guardian with concerns" |
|
] |
|
], |
|
"conclusionAction": { |
|
"[YES]": { |
|
"next":"1", |
|
"extra":"Autism Spectrum Disorder (ASD) is a developmental disorder characterized by a range of signs and symptoms that can vary widely among individuals. Common indicators include challenges with social interaction, repetitive behaviors, and difficulty in communication. Some individuals may show signs early in infancy, while others may develop more typically and begin showing signs later. The pathway to diagnosis often starts with parental or caregiver concerns, followed by professional evaluations which may include developmental screenings and comprehensive diagnostic assessments by specialists. Once diagnosed, treatment plans are tailored to the individual's needs, often involving behavioral therapies, educational interventions, and sometimes medication. Following diagnosis, ongoing support and therapy are essential to help individuals with ASD maximize their potential in social, educational, and occupational settings." |
|
}, |
|
"[NO]": { |
|
"next":"2", |
|
"extra":"This resource is intended to help with ASD screenings." |
|
} |
|
}, |
|
"context": [], |
|
"contextSource": [] |
|
}, |
|
"1": { |
|
"instruction": "Determine if the user has had their child screened for ASD", |
|
"primer": "Has your child been screened for ASD?", |
|
"conclusions": [ |
|
[ |
|
"[YES]", |
|
"The user's child has been screened for ASD" |
|
], |
|
[ |
|
"[NO]", |
|
"The user's child has not been screened for ASD" |
|
] |
|
], |
|
"conclusionAction": { |
|
"[YES]": { |
|
"next":"1", |
|
"extra":"" |
|
}, |
|
"[NO]": { |
|
"next":"2", |
|
"extra":"" |
|
} |
|
}, |
|
"context": [], |
|
"contextSource": [] |
|
}, |
|
"2": { |
|
"instruction": "End the conversation", |
|
"primer": "Have a good day!", |
|
"conclusions": [], |
|
"conclusionAction": {}, |
|
"context": [], |
|
"contextSource": [] |
|
} |
|
} |
|
|