PMC-Patients Dataset
收藏DataCite Commons2025-06-01 更新2024-08-26 收录
下载链接:
https://figshare.com/articles/dataset/PMC-Patients_Dataset/24504115/1
下载链接
链接失效反馈官方服务:
资源简介:
<pre>## PMC-Patients Dataset<br><br>The core file of our dataset, containing the patient summaries, demographics, and relational annotations.<br><br>### PMC-Patients.json<br>Patient summaries are presented as a `json` file, which is a list of dictionaries with the following keys:<br>- `patient_id`: string. A continuous id of patients, starting from 0.<br>- `patient_uid`: string. Unique ID for each patient, with format PMID-x, where PMID is the PubMed Identifier of source article of the note and x denotes index of the note in source article.<br>- `PMID`: string. PMID for source article.<br>- `file_path`: string. File path of xml file of source article.<br>- `title`: string. Source article title.<br>- `patient`: string. Patient note.<br>- `age`: list of tuples. Each entry is in format `(value, unit)` where value is a float number and unit is in 'year', 'month', 'week', 'day' and 'hour' indicating age unit. For example, `[[1.0, 'year'], [2.0, 'month']]` indicating the patient is a one-year- and two-month-old infant.<br>- `gender`: 'M' or 'F'. Male or Female.<br>- `relevant_articles`: dict. The key is PMID of the relevant articles and the corresponding value is its relevance score (2 or 1 as defined in the ``Methods'' section).<br>- `similar_patients`: dict. The key is patient_uid of the similar patients and the corresponding value is its similarity score (2 or 1 as defined in the ``Methods'' section).</pre>
提供机构:
figshare
创建时间:
2023-11-06



