Skip to content

HealthReport

Health Report is a sub category of a HealthAssessment

Fields

cancer · String · cancer of user
diabetes · String · diabetes of user
fit_score · String · The fit score of the user
heart · String · lean_body_mass of user
respiratory · String · respiratory of user
stroke · String · stroke of user

Used By

Definition

"""
Health Report is a sub category of a HealthAssessment
"""
type HealthReport {
"""
cancer of user
"""
cancer: String
"""
diabetes of user
"""
diabetes: String
"""
The fit score of the user
"""
fit_score: String
"""
lean_body_mass of user
"""
heart: String
"""
respiratory of user
"""
respiratory: String
"""
stroke of user
"""
stroke: String
}