HealthRecommendations
Stay organized with collections
Save and categorize content based on your preferences.
Health recommendations for different population groups in a free text format. The recommendations are derived from their associated air quality conditions.
JSON representation |
{
"generalPopulation": string,
"elderly": string,
"lungDiseasePopulation": string,
"heartDiseasePopulation": string,
"athletes": string,
"pregnantWomen": string,
"children": string
} |
Fields |
generalPopulation |
string
No specific sensitivities.
|
elderly |
string
Retirees and people older than the general population.
|
lungDiseasePopulation |
string
Respiratory related problems and asthma suffers.
|
heartDiseasePopulation |
string
Heart and circulatory system diseases.
|
athletes |
string
Sports and other strenuous outdoor activities.
|
pregnantWomen |
string
Women at all stages of pregnancy.
|
children |
string
Younger populations including children, toddlers, and babies.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-27 UTC.
[null,null,["Last updated 2025-08-27 UTC."],[[["\u003cp\u003eProvides health recommendations tailored to various population groups (general population, elderly, lung/heart disease patients, athletes, pregnant women, and children) based on air quality.\u003c/p\u003e\n"],["\u003cp\u003eUses a JSON format with specific fields for each population group to store and convey health recommendations in free text.\u003c/p\u003e\n"],["\u003cp\u003eEach field within the JSON structure contains textual health recommendations corresponding to the specific population group.\u003c/p\u003e\n"]]],["The document defines a JSON structure for health recommendations based on air quality. It provides distinct advice for seven population groups: the general population, elderly, individuals with lung or heart disease, athletes, pregnant women, and children. Each group's recommendation is a free-text string. The schema outlines fields and corresponding descriptions for each group, specifying the type of individuals included within each category.\n"],null,["# HealthRecommendations\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nHealth recommendations for different population groups in a free text format. The recommendations are derived from their associated air quality conditions.\n\n| JSON representation |\n|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"generalPopulation\": string, \"elderly\": string, \"lungDiseasePopulation\": string, \"heartDiseasePopulation\": string, \"athletes\": string, \"pregnantWomen\": string, \"children\": string } ``` |\n\n| Fields ||\n|--------------------------|------------------------------------------------------------------------|\n| `generalPopulation` | `string` No specific sensitivities. |\n| `elderly` | `string` Retirees and people older than the general population. |\n| `lungDiseasePopulation` | `string` Respiratory related problems and asthma suffers. |\n| `heartDiseasePopulation` | `string` Heart and circulatory system diseases. |\n| `athletes` | `string` Sports and other strenuous outdoor activities. |\n| `pregnantWomen` | `string` Women at all stages of pregnancy. |\n| `children` | `string` Younger populations including children, toddlers, and babies. |"]]