FDA 药品不良事件工具¶
配置文件:fda_drug_adverse_event_tools.json
工具类型:本地
工具数量:15
此页面包含 fda_drug_adverse_event_tools.json 配置文件中定义的所有工具。
可用工具¶
**FAERS_count_additive_administration_routes**(类型:FDACountAdditiveReactionsTool)¶
Enumerate and count administration routes for adverse events across specified medicinal products….
FAERS_count_additive_administration_routes 工具规范
工具信息:
名称:
FAERS_count_additive_administration_routes类型:
FDACountAdditiveReactionsToolDescription: Enumerate and count administration routes for adverse events across specified medicinal products. Only medicinalproducts is required; serious filter is optional. Use filters sparingly to avoid overly restrictive searches. Data source: FDA Adverse Event Reporting System (FAERS).
参数:
``medicinalproducts``(数组)(必填)药品名称的数组。
serious(string) (optional) Optional: Filter by event seriousness. Omit this parameter if you don’t want to filter by seriousness.
示例用法:
query = {
"name": "FAERS_count_additive_administration_routes",
"arguments": {
"medicinalproducts": ["item1", "item2"]
}
}
result = tu.run(query)
**FAERS_count_additive_adverse_reactions**(类型:FDACountAdditiveReactionsTool)¶
Aggregate adverse reaction counts across specified medicinal products. Only medicinalproducts is …
FAERS_count_additive_adverse_reactions 工具规范
工具信息:
名称:
FAERS_count_additive_adverse_reactions类型:
FDACountAdditiveReactionsToolDescription: Aggregate adverse reaction counts across specified medicinal products. Only medicinalproducts is required; all other filters (patientsex, patientagegroup, occurcountry, serious, seriousnessdeath) are optional. Use filters sparingly to avoid overly restrictive searches that return no results. Data source: FDA Adverse Event Reporting System (FAERS).
参数:
``medicinalproducts``(数组)(必填)药品名称的数组。
patientsex(string) (optional) Optional: Filter by patient sex. Omit this parameter if you don’t want to filter by sex.patientagegroup(string) (optional) Optional: Filter by patient age group. Omit this parameter if you don’t want to filter by age.occurcountry(string) (optional) Optional: Filter by country where event occurred (ISO2 code, e.g., ‘US’, ‘GB’). Omit this parameter if you don’t want to filter by country.serious(string) (optional) Optional: Filter by event seriousness. Omit this parameter if you don’t want to filter by seriousness.seriousnessdeath(string) (optional) Optional: Pass ‘Yes’ to filter for reports where death was an outcome. Omit this parameter to include all reports regardless of death outcome.
示例用法:
query = {
"name": "FAERS_count_additive_adverse_reactions",
"arguments": {
"medicinalproducts": ["item1", "item2"]
}
}
result = tu.run(query)
**FAERS_count_additive_event_reports_by_country**(类型:FDACountAdditiveReactionsTool)¶
Aggregate report counts by country of occurrence across specified medicinal products. Only medici…
FAERS_count_additive_event_reports_by_country 工具规范
工具信息:
名称:
FAERS_count_additive_event_reports_by_country类型:
FDACountAdditiveReactionsToolDescription: Aggregate report counts by country of occurrence across specified medicinal products. Only medicinalproducts is required; all other filters (patientsex, patientagegroup, serious) are optional. Use filters sparingly to avoid overly restrictive searches. Data source: FDA Adverse Event Reporting System (FAERS).
参数:
``medicinalproducts``(数组)(必填)药品名称的数组。
patientsex(string) (optional) Optional: Filter by patient sex. Omit this parameter if you don’t want to filter by sex.patientagegroup(string) (optional) Optional: Filter by patient age group. Omit this parameter if you don’t want to filter by age.serious(string) (optional) Optional: Filter by event seriousness. Omit this parameter if you don’t want to filter by seriousness.
示例用法:
query = {
"name": "FAERS_count_additive_event_reports_by_country",
"arguments": {
"medicinalproducts": ["item1", "item2"]
}
}
result = tu.run(query)
**FAERS_count_additive_reaction_outcomes**(类型:FDACountAdditiveReactionsTool)¶
Determine reaction outcome counts (e.g., recovered, resolving, fatal) across medicinal products. …
FAERS_count_additive_reaction_outcomes 工具规格说明
工具信息:
名称:
FAERS_count_additive_reaction_outcomes类型:
FDACountAdditiveReactionsToolDescription: Determine reaction outcome counts (e.g., recovered, resolving, fatal) across medicinal products. Only medicinalproducts is required; all other filters (patientsex, patientagegroup, occurcountry) are optional. Use filters sparingly to avoid overly restrictive searches. Data source: FDA Adverse Event Reporting System (FAERS).
参数:
``medicinalproducts``(数组)(必填)药品名称的数组。
patientsex(string) (optional) No descriptionpatientagegroup(string) (optional) No descriptionoccurcountry(string) (optional) No description
示例用法:
query = {
"name": "FAERS_count_additive_reaction_outcomes",
"arguments": {
"medicinalproducts": ["item1", "item2"]
}
}
result = tu.run(query)
**FAERS_count_additive_reports_by_reporter_country**(类型:FDACountAdditiveReactionsTool)¶
Aggregate adverse event reports by primary reporter country across medicinal products. Only medic…
FAERS_count_additive_reports_by_reporter_country 工具规范
工具信息:
名称:
FAERS_count_additive_reports_by_reporter_country类型:
FDACountAdditiveReactionsToolDescription: Aggregate adverse event reports by primary reporter country across medicinal products. Only medicinalproducts is required; all other filters (patientsex, patientagegroup, serious) are optional. Use filters sparingly to avoid overly restrictive searches. Data source: FDA Adverse Event Reporting System (FAERS).
参数:
``medicinalproducts``(数组)(必填)药品名称的数组。
patientsex(string) (optional) Optional: Filter by patient sex. Omit this parameter if you don’t want to filter by sex.patientagegroup(string) (optional) Optional: Filter by patient age group. Omit this parameter if you don’t want to filter by age.serious(string) (optional) Optional: Filter by event seriousness. Omit this parameter if you don’t want to filter by seriousness.
示例用法:
query = {
"name": "FAERS_count_additive_reports_by_reporter_country",
"arguments": {
"medicinalproducts": ["item1", "item2"]
}
}
result = tu.run(query)
**FAERS_count_additive_seriousness_classification**(类型:FDACountAdditiveReactionsTool)¶
Quantify serious vs non-serious classifications across medicinal products. Only medicinalproducts…
FAERS_count_additive_seriousness_classification 工具规格说明
工具信息:
名称:
FAERS_count_additive_seriousness_classification类型:
FDACountAdditiveReactionsToolDescription: Quantify serious vs non-serious classifications across medicinal products. Only medicinalproducts is required; all other filters (patientsex, patientagegroup, occurcountry) are optional. Use filters sparingly to avoid overly restrictive searches. Data source: FDA Adverse Event Reporting System (FAERS).
参数:
``medicinalproducts``(数组)(必填)药品名称的数组。
patientsex(string) (optional) Optional: Filter by patient sex. Omit this parameter if you don’t want to filter by sex.patientagegroup(string) (optional) Optional: Filter by patient age group. Omit this parameter if you don’t want to filter by age.occurcountry(string) (optional) Optional: Filter by country where event occurred (ISO2 code, e.g., ‘US’, ‘GB’). Omit this parameter if you don’t want to filter by country.
示例用法:
query = {
"name": "FAERS_count_additive_seriousness_classification",
"arguments": {
"medicinalproducts": ["item1", "item2"]
}
}
result = tu.run(query)
**FAERS_count_country_by_drug_event**(类型:FDADrugAdverseEventTool)¶
Count the number of adverse event reports per country of occurrence. Only medicinalproduct is req…
FAERS_count_country_by_drug_event 工具规范
工具信息:
名称:
FAERS_count_country_by_drug_event类型:
FDADrugAdverseEventToolDescription: Count the number of adverse event reports per country of occurrence. Only medicinalproduct is required; all other filters (patientsex, patientagegroup, serious) are optional. Use filters sparingly to avoid overly restrictive searches. Data source: FDA Adverse Event Reporting System (FAERS).
参数:
``medicinalproduct``(字符串)(必填)药品名称。
patientsex(string) (optional) Optional: Filter by patient sex. Omit this parameter if you don’t want to filter by sex.patientagegroup(string) (optional) Optional: Filter by patient age group. Omit this parameter if you don’t want to filter by age.serious(string) (optional) Optional: Filter by event seriousness. Omit this parameter if you don’t want to filter by seriousness.
示例用法:
query = {
"name": "FAERS_count_country_by_drug_event",
"arguments": {
"medicinalproduct": "example_value"
}
}
result = tu.run(query)
**FAERS_count_drug_routes_by_event**(类型:FDADrugAdverseEventTool)¶
Count the most common routes of administration for drugs involved in adverse event reports. Only …
FAERS_count_drug_routes_by_event 工具规格说明
工具信息:
名称:
FAERS_count_drug_routes_by_event类型:
FDADrugAdverseEventToolDescription: Count the most common routes of administration for drugs involved in adverse event reports. Only medicinalproduct is required; serious filter is optional. Use filters sparingly to avoid overly restrictive searches. Data source: FDA Adverse Event Reporting System (FAERS).
参数:
``medicinalproduct``(字符串)(必填)药品名称。
serious(string) (optional) Optional: Filter by event seriousness. Omit this parameter if you don’t want to filter by seriousness.
示例用法:
query = {
"name": "FAERS_count_drug_routes_by_event",
"arguments": {
"medicinalproduct": "example_value"
}
}
result = tu.run(query)
**FAERS_count_drugs_by_drug_event**(类型:FDADrugAdverseEventTool)¶
Count the number of different drugs involved in FDA adverse event reports. All filters (patientse…
FAERS_count_drugs_by_drug_event 工具规范
工具信息:
名称:
FAERS_count_drugs_by_drug_event类型:
FDADrugAdverseEventToolDescription: Count the number of different drugs involved in FDA adverse event reports. All filters (patientsex, patientagegroup, occurcountry, serious) are optional. Use filters sparingly to avoid overly restrictive searches. Data source: FDA Adverse Event Reporting System (FAERS).
参数:
patientsex(string) (optional) Optional: Filter by patient sex. Omit this parameter if you don’t want to filter by sex.patientagegroup(string) (optional) Optional: Filter by patient age group. Omit this parameter if you don’t want to filter by age.occurcountry(string) (optional) Optional: Filter by country where event occurred (ISO2 code, e.g., ‘US’, ‘GB’). Omit this parameter if you don’t want to filter by country.serious(string) (optional) Optional: Filter by event seriousness. Omit this parameter if you don’t want to filter by seriousness.
示例用法:
query = {
"name": "FAERS_count_drugs_by_drug_event",
"arguments": {
}
}
result = tu.run(query)
**FAERS_count_outcomes_by_drug_event**(类型:FDADrugAdverseEventTool)¶
Count the outcome of adverse reactions (recovered, recovering, fatal, unresolved). Only medicinal…
FAERS_count_outcomes_by_drug_event 工具规范
工具信息:
名称:
FAERS_count_outcomes_by_drug_event类型:
FDADrugAdverseEventToolDescription: Count the outcome of adverse reactions (recovered, recovering, fatal, unresolved). Only medicinalproduct is required; all other filters (patientsex, patientagegroup, occurcountry) are optional. Use filters sparingly to avoid overly restrictive searches. Data source: FDA Adverse Event Reporting System (FAERS).
参数:
``medicinalproduct``(字符串)(必填)药品名称。
patientsex(string) (optional) No descriptionpatientagegroup(string) (optional) No descriptionoccurcountry(string) (optional) No description
示例用法:
query = {
"name": "FAERS_count_outcomes_by_drug_event",
"arguments": {
"medicinalproduct": "example_value"
}
}
result = tu.run(query)
**FAERS_患者年龄分布统计**(类型:FDADrugAdverseEventTool)¶
Analyze the age distribution of patients experiencing adverse events for a specific drug. Only me…
FAERS_count_patient_age_distribution 工具规格说明
工具信息:
名称:
FAERS_count_patient_age_distribution类型:
FDADrugAdverseEventToolDescription: Analyze the age distribution of patients experiencing adverse events for a specific drug. Only medicinalproduct is required. The age groups are: Neonate (0-28 days), Infant (29 days - 23 months), Child (2-11 years), Adolescent (12-17 years), Adult (18-64 years), Elderly (65+ years). Data source: FDA Adverse Event Reporting System (FAERS).
参数:
``medicinalproduct``(字符串)(必填)药品名称。
示例用法:
query = {
"name": "FAERS_count_patient_age_distribution",
"arguments": {
"medicinalproduct": "example_value"
}
}
result = tu.run(query)
**FAERS_count_reactions_by_drug_event**(类型:FDADrugAdverseEventTool)¶
Count the number of adverse reactions reported for a given drug. Only medicinalproduct is require…
FAERS_count_reactions_by_drug_event 工具规格说明
工具信息:
名称:
FAERS_count_reactions_by_drug_event类型:
FDADrugAdverseEventToolDescription: Count the number of adverse reactions reported for a given drug. Only medicinalproduct is required; all other filters (patientsex, patientagegroup, occurcountry, serious, seriousnessdeath, reactionmeddraverse) are optional. When reactionmeddraverse is not specified, returns all adverse reactions (AE) with their counts grouped by MedDRA Preferred Term. When reactionmeddraverse is specified, filters results to only include that specific MedDRA Lowest Level Term. Use filters sparingly to avoid overly restrictive searches that return no results. Data source: FDA Adverse Event Reporting System (FAERS).
参数:
``medicinalproduct``(字符串)(必填)药品名称。
patientsex(string) (optional) Optional: Filter by patient sex. Omit this parameter if you don’t want to filter by sex.patientagegroup(string) (optional) Optional: Filter by patient age group. Omit this parameter if you don’t want to filter by age.occurcountry(string) (optional) Optional: Filter by country where event occurred (ISO2 code, e.g., ‘US’, ‘GB’). Omit this parameter if you don’t want to filter by country.serious(string) (optional) Optional: Filter by event seriousness. Omit this parameter if you don’t want to filter by seriousness.seriousnessdeath(string) (optional) Optional: Pass ‘Yes’ to filter for reports where death was an outcome. Omit this parameter to include all reports regardless of death outcome.reactionmeddraverse(string) (optional) Optional: Filter by MedDRA reaction term (Lowest Level Term). When omitted, returns all adverse reactions with their counts. When specified, filters results to only include that specific reaction term.
示例用法:
query = {
"name": "FAERS_count_reactions_by_drug_event",
"arguments": {
"medicinalproduct": "example_value"
}
}
result = tu.run(query)
**FAERS_按药物事件报告者国家统计**(类型:FDADrugAdverseEventTool)¶
Count the number of FDA adverse event reports grouped by the country of the primary reporter. Onl…
FAERS_按药物事件统计报告者国家工具规范
工具信息:
名称:
FAERS_count_reportercountry_by_drug_event类型:
FDADrugAdverseEventToolDescription: Count the number of FDA adverse event reports grouped by the country of the primary reporter. Only medicinalproduct is required; all other filters (patientsex, patientagegroup, serious) are optional. Use filters sparingly to avoid overly restrictive searches. Data source: FDA Adverse Event Reporting System (FAERS).
参数:
``medicinalproduct``(字符串)(必填)药品名称。
patientsex(string) (optional) Optional: Filter by patient sex. Omit this parameter if you don’t want to filter by sex.patientagegroup(string) (optional) Optional: Filter by patient age group. Omit this parameter if you don’t want to filter by age.serious(string) (optional) Optional: Filter by event seriousness. Omit this parameter if you don’t want to filter by seriousness.
示例用法:
query = {
"name": "FAERS_count_reportercountry_by_drug_event",
"arguments": {
"medicinalproduct": "example_value"
}
}
result = tu.run(query)
**FAERS_按药物事件严重性计数**(类型:FDADrugAdverseEventTool)¶
Count the number of adverse event reports classified as serious or non-serious. Only medicinalpro…
FAERS_按药物事件严重程度计数工具规格说明
工具信息:
名称:
FAERS_count_seriousness_by_drug_event类型:
FDADrugAdverseEventToolDescription: Count the number of adverse event reports classified as serious or non-serious. Only medicinalproduct is required; all other filters (patientsex, patientagegroup, occurcountry) are optional. Use filters sparingly to avoid overly restrictive searches. In results, term Serious means: “The adverse event resulted in death, a life threatening condition, hospitalization, disability, congenital anomaly, or other serious condition”, term Non-serious means “The adverse event did not result in any of the above”. Data source: FDA Adverse Event Reporting System (FAERS).
参数:
``medicinalproduct``(字符串)(必填)药品名称。
patientsex(string) (optional) Optional: Filter by patient sex. Omit this parameter if you don’t want to filter by sex.patientagegroup(string) (optional) Optional: Filter by patient age group. Omit this parameter if you don’t want to filter by age.occurcountry(string) (optional) Optional: Filter by country where event occurred (ISO2 code, e.g., ‘US’, ‘GB’). Omit this parameter if you don’t want to filter by country.
示例用法:
query = {
"name": "FAERS_count_seriousness_by_drug_event",
"arguments": {
"medicinalproduct": "example_value"
}
}
result = tu.run(query)