HealthReport
Health Report is a sub category of a HealthAssessment
Fields
respiratory
· String
· respiratory 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}