Skip to content

HealthAssessment

Health Assessment contains in-depth help info and goals for a client

Fields

body_report · BodyReport · The body report for the client
created_at · String! · required · The date the health assessment was created
health_report · HealthReport · The health report for the client
height · String · The height of the client
id · ID! · required · The unique identifier of the health accessment
is_diabetic · Boolean · Is the client diabetic?
race · String · The race of the client
recommendation · HealthAssessmentRecommendation · The recommendation for the client
title · String · The title of the health assessment

Used By

Definition

"""
Health Assessment contains in-depth help info and goals for a client
"""
type HealthAssessment {
"""
The body report for the client
"""
body_report: BodyReport
"""
The date the health assessment was created
"""
created_at: String!
"""
gen
"""
gender: String
"""
The health report for the client
"""
health_report: HealthReport
"""
The height of the client
"""
height: String
"""
The unique identifier of the health accessment
"""
id: ID!
"""
Is the client diabetic?
"""
is_diabetic: Boolean
"""
The race of the client
"""
race: String
"""
The recommendation for the client
"""
recommendation: HealthAssessmentRecommendation
"""
The title of the health assessment
"""
title: String
}