HealthRecommendations
Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
Consigli sulla salute per diversi gruppi di popolazione in formato di testo libero. I consigli derivano dalle condizioni di qualità dell'aria associate.
Rappresentazione JSON |
{
"generalPopulation": string,
"elderly": string,
"lungDiseasePopulation": string,
"heartDiseasePopulation": string,
"athletes": string,
"pregnantWomen": string,
"children": string
} |
Campi |
generalPopulation |
string
Nessuna sensibilità specifica.
|
elderly |
string
Pensionati e persone di età superiore alla popolazione generale.
|
lungDiseasePopulation |
string
Soffre di asma e problemi respiratori.
|
heartDiseasePopulation |
string
Malattie cardiache e dell'apparato circolatorio.
|
athletes |
string
Sport e altre attività faticose all'aperto.
|
pregnantWomen |
string
Donne in tutte le fasi della gravidanza.
|
children |
string
Popolazione più giovane, inclusi bambini e neonati.
|
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2025-08-31 UTC.
[null,null,["Ultimo aggiornamento 2025-08-31 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. |"]]