OBJECT
HealthAssessment
Health Assessment contains in-depth help info and goals for a client
link GraphQL Schema definition
- type HealthAssessment {
- # The body report for the client
- BodyReport :
- # The date the health assessment was created
- String! :
- # gen
- String :
- # The health report for the client
- HealthReport :
- # The height of the client
- String :
- # The unique identifier of the health accessment
- ID! :
- # Is the client diabetic?
- Boolean :
- # The race of the client
- String :
- # The recommendation for the client
- HealthAssessmentRecommendation :
- # The title of the health assessment
- String :
- }