HealthRecommendations
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Farklı nüfus grupları için serbest metin biçiminde sağlık önerileri. Öneriler, hava kalitesiyle ilgili koşullardan elde edilmiştir.
JSON gösterimi |
{
"generalPopulation": string,
"elderly": string,
"lungDiseasePopulation": string,
"heartDiseasePopulation": string,
"athletes": string,
"pregnantWomen": string,
"children": string
} |
Alanlar |
generalPopulation |
string
Belirli bir hassasiyet bilgisi yok.
|
elderly |
string
Emekliler ve genel nüfustan daha büyük olan kişiler.
|
lungDiseasePopulation |
string
Solunum yolu ile ilgili sorunlar ve astım görülür.
|
heartDiseasePopulation |
string
Kalp ve dolaşım sistemi hastalıkları.
|
athletes |
string
Spor ve diğer yorucu dış mekan aktiviteleri.
|
pregnantWomen |
string
Gebeliğin her aşamasındaki kadınlar.
|
children |
string
Çocuklar, yeni yürüyen çocuklar ve bebekler dahil olmak üzere daha küçük yaştaki kitleler.
|
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2025-08-31 UTC.
[null,null,["Son güncelleme tarihi: 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. |"]]