pubmed-metaanalysis
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseWhat I Do
我的功能
Search PubMed for meta-analyses and systematic reviews on medical topics using the NCBI E-utilities API. I help you:
- Find meta-analyses on specific medical conditions, treatments, or interventions
- Retrieve article titles, authors, publication dates, and abstracts
- Filter results to focus on systematic reviews and meta-analyses only
使用NCBI E-utilities API在PubMed上搜索医学主题的荟萃分析和系统综述。我可以帮您:
- 查找特定疾病、治疗方法或干预措施的荟萃分析
- 获取文章标题、作者、发表日期和摘要
- 过滤结果,仅聚焦于系统综述和荟萃分析
When to Use Me
适用场景
Use this skill when you need to:
- Look up meta-analyses on a medical topic
- Find systematic reviews for evidence-based research
- Get an overview of aggregated research on a health topic
当您需要以下服务时,可以使用本技能:
- 查找某一医学主题的荟萃分析
- 为循证研究获取系统综述
- 了解某一健康主题的汇总研究概况
How to Search PubMed for Meta-Analyses
如何在PubMed上搜索荟萃分析
Step 1: Search for Article IDs
步骤1:搜索文章ID
Use the NCBI ESearch API to find meta-analyses. The key is adding the publication type filter.
meta-analysis[pt]Base URL:
https://eutils.ncbi.nlm.nih.gov/entrez/eutils/esearch.fcgiRequired Parameters:
- - Search the PubMed database
db=pubmed - - Your search term + meta-analysis filter
term=<SEARCH_QUERY>+AND+meta-analysis[pt] - - Number of results to return (adjust as needed)
retmax=20 - - Return JSON format
retmode=json
Example Search URL:
https://eutils.ncbi.nlm.nih.gov/entrez/eutils/esearch.fcgi?db=pubmed&term=diabetes+treatment+AND+meta-analysis[pt]&retmax=20&retmode=jsonAlternative Filters:
- - For systematic reviews
systematic+review[pt] - - For both types
(meta-analysis[pt]+OR+systematic+review[pt])
使用NCBI ESearch API查找荟萃分析,关键是添加文献类型过滤器。
meta-analysis[pt]基础URL:
https://eutils.ncbi.nlm.nih.gov/entrez/eutils/esearch.fcgi必填参数:
- - 搜索PubMed数据库
db=pubmed - - 您的搜索词 + 荟萃分析过滤器
term=<SEARCH_QUERY>+AND+meta-analysis[pt] - - 返回结果数量(可按需调整)
retmax=20 - - 返回JSON格式
retmode=json
搜索URL示例:
https://eutils.ncbi.nlm.nih.gov/entrez/eutils/esearch.fcgi?db=pubmed&term=diabetes+treatment+AND+meta-analysis[pt]&retmax=20&retmode=json可选过滤器:
- - 仅搜索系统综述
systematic+review[pt] - - 同时搜索两种类型
(meta-analysis[pt]+OR+systematic+review[pt])
Step 2: Fetch Article Details
步骤2:获取文章详情
Use the NCBI ESummary or EFetch API to get article details using the IDs from Step 1.
ESummary (for basic info):
https://eutils.ncbi.nlm.nih.gov/entrez/eutils/esummary.fcgi?db=pubmed&id=<ID1>,<ID2>,<ID3>&retmode=jsonEFetch (for full abstract):
https://eutils.ncbi.nlm.nih.gov/entrez/eutils/efetch.fcgi?db=pubmed&id=<ID1>,<ID2>,<ID3>&rettype=abstract&retmode=text使用NCBI ESummary或EFetch API,通过步骤1得到的ID获取文章详情。
ESummary(获取基础信息):
https://eutils.ncbi.nlm.nih.gov/entrez/eutils/esummary.fcgi?db=pubmed&id=<ID1>,<ID2>,<ID3>&retmode=jsonEFetch(获取完整摘要):
https://eutils.ncbi.nlm.nih.gov/entrez/eutils/efetch.fcgi?db=pubmed&id=<ID1>,<ID2>,<ID3>&rettype=abstract&retmode=textStep 3: Parse and Present Results
步骤3:解析并呈现结果
From ESummary JSON response, extract:
- - Article title
title - - List of authors (use first author + "et al." for brevity)
authors - - Publication date
pubdate - - Journal name
source - - PubMed ID (PMID)
uid
从ESummary的JSON响应中提取以下信息:
- - 文章标题
title - - 作者列表(为简洁起见,可使用第一作者 + "等")
authors - - 发表日期
pubdate - - 期刊名称
source - - PubMed ID(PMID)
uid
Complete Example Workflow
完整工作流示例
-
Search for meta-analyses on "hypertension treatment":
https://eutils.ncbi.nlm.nih.gov/entrez/eutils/esearch.fcgi?db=pubmed&term=hypertension+treatment+AND+meta-analysis[pt]&retmax=10&retmode=json -
Get details for returned IDs (e.g., 12345678,23456789):
https://eutils.ncbi.nlm.nih.gov/entrez/eutils/esummary.fcgi?db=pubmed&id=12345678,23456789&retmode=json -
Get full abstracts:
https://eutils.ncbi.nlm.nih.gov/entrez/eutils/efetch.fcgi?db=pubmed&id=12345678,23456789&rettype=abstract&retmode=text
-
搜索“高血压治疗”相关的荟萃分析:
https://eutils.ncbi.nlm.nih.gov/entrez/eutils/esearch.fcgi?db=pubmed&term=hypertension+treatment+AND+meta-analysis[pt]&retmax=10&retmode=json -
获取返回ID(例如12345678,23456789)的详情:
https://eutils.ncbi.nlm.nih.gov/entrez/eutils/esummary.fcgi?db=pubmed&id=12345678,23456789&retmode=json -
获取完整摘要:
https://eutils.ncbi.nlm.nih.gov/entrez/eutils/efetch.fcgi?db=pubmed&id=12345678,23456789&rettype=abstract&retmode=text
Search Tips
搜索技巧
Effective Search Terms
高效搜索词
- Use MeSH terms when possible (e.g., )
"Diabetes Mellitus, Type 2"[Mesh] - Combine terms with or
ANDOR - Use quotes for exact phrases:
"cognitive behavioral therapy"
- 尽可能使用MeSH术语(例如:)
"Diabetes Mellitus, Type 2"[Mesh] - 使用或
AND组合术语OR - 用引号包裹精确短语:
"cognitive behavioral therapy"
Common Filters
常用过滤器
| Filter | Description |
|---|---|
| Meta-analyses only |
| Systematic reviews only |
| All review articles |
| Only free full-text articles |
| Human studies only |
| English language only |
| 过滤器 | 描述 |
|---|---|
| 仅荟萃分析 |
| 仅系统综述 |
| 所有综述文章 |
| 仅免费全文文章 |
| 仅人类研究 |
| 仅英文文章 |
Date Filtering
日期过滤
Add date range to search:
- - Publication date range
2020:2024[dp] - - Relative date
"last 5 years"[dp]
Example with date filter:
term=cancer+immunotherapy+AND+meta-analysis[pt]+AND+2020:2024[dp]在搜索中添加日期范围:
- - 发表日期范围
2020:2024[dp] - - 相对日期
"last 5 years"[dp]
带日期过滤的示例:
term=cancer+immunotherapy+AND+meta-analysis[pt]+AND+2020:2024[dp]Output Format
输出格式
When presenting results, use this format:
undefined呈现结果时,请使用以下格式:
undefinedMeta-Analyses Found: [N] results
找到的荟萃分析:[N] 条结果
-
[Title]
- Authors: [First Author] et al.
- Journal: [Journal Name], [Year]
- PMID: [ID] | Link: https://pubmed.ncbi.nlm.nih.gov/[ID]/
-
[Title] ...
undefined-
[标题]
- 作者:[第一作者] 等
- 期刊:[期刊名称],[年份]
- PMID:[ID] | 链接:https://pubmed.ncbi.nlm.nih.gov/[ID]/
-
[标题] ...
undefinedRate Limits
请求限制
- NCBI allows ~3 requests per second - be mindful of this when making multiple searches
- Always URL-encode search terms with special characters
- NCBI允许约每秒3次请求——进行多次搜索时请注意此限制
- 包含特殊字符的搜索词务必进行URL编码