样例字段语义
| 分组 | 字段 | 英文键 | 语义 |
|---|
| 任务结构 | 任务类型 | task_type | 该结构覆盖的任务,本例三类:文书章节、实体关系、时间与术语 |
| 任务结构 | 输入契约 | input_contract | 该任务要求的输入构成。本例分别为去标识正文加文书族、去标识正文加任务边界、去标识正文加术语版本 |
| 任务结构 | 输出契约 | output_contract | 该任务要求的输出构成。本例分别为章节标签加 Unicode 区间、两个及以上实体加非自反关系加证据区间。另一套为时间表达加规范化时间加术语映射状态 |
| 任务结构 | 复核口径 | review_policy | 该任务复核时必须核到哪几项。本例分别核章节标签与区间回放、实体边界与断言与关系证据。第三套核时间规范化、术语区间与映射版本 |
| 任务结构 | 结构版本 | schema_version | 该任务结构的版本;契约调整后另出一版,既有样本不被改写 |
| 输入文本版本 | 去标识正文 | deidentified_text | 样本所依据的输入文本,本例为入院、出院、查房、手术四类文书片段;同一份文本可同时承载三种任务的样本 |
| 输入文本版本 | 文书族 | document_family | 该文本的文书类别,本例含入院记录、出院小结、病程记录、手术记录 |
| 输入文本版本 | 文本版本 | text_version | 该输入文本的版本;跨度坐标只在同一文本版本之内有效 |
| 抽取训练样本 | 证据截点 | evidence_cutoff | 本样本可用信息的时间上限,逐份文书各有其截点,截点之后的内容不进入输入 |
| 抽取训练样本 | 分组键 | group_key | 该样本的成组依据,本例按文书成组,同一份文书的三条样本不被拆到划分两侧 |
| 目标记录 | 目标输出 | target_json | 按输出契约写成的目标结构,四项属性与取值在同一层给出,下游程序可直接解析 |
| 目标记录 | 否定状态 | negation_status | 该目标在文本中被肯定还是被否定,本例四十八条为肯定、两条为否定 |
| 目标记录 | 确定性 | certainty | 该目标的确定程度,本例四十九条为已确定、一条为疑似;疑似不被抬成确诊 |
| 目标记录 | 体验者 | experiencer | 这条事实的主体是谁,本例均为患者本人;家属与他人所述另标,不并入患者本人的事实 |
| 目标记录 | 时相 | temporality | 该事实处在什么时间位置,本例四十六条为当前、四条为计划中 |
| 目标记录 | 规范化取值 | normalized_value | 该目标归一后的取值,与文本中的原片段分列存放 |
| 跨度对齐 | 坐标系 | coordinate_system | 跨度所用的坐标口径,本例为 Unicode 码位半开区间 |
| 跨度对齐 | 跨度正文与起止偏移 | spantext/startoffset/end_offset | 该目标在输入文本中的对应片段及其字符区间;按区间截取所得必须与跨度正文一致 |
| 跨度对齐 | 证据角色 | evidence_role | 该跨度支撑的是什么,本例分关系端点证据、章节边界证据、时间规范化证据、术语映射证据四类 |
| 关系边 | 关系类型 | relation_type | 两个目标之间的关系。本例含症状支持候选诊断、诊断对应出院带药医嘱、测量值为症状提供情境、操作针对诊断 |
| 关系边 | 证据跨度清单 | evidencespanids | 支撑这条关系的跨度清单,两端各有其证据 |
| 术语映射 | 编码体系与术语编码 | terminologysystem/terminologycode | 该目标所映射到的编码体系与编码。本例八条落在 ICD-10,含肺炎、原发性高血压、咳嗽、急性阑尾炎。另有一条药物分类体系与一条本地护理编码 |
| 术语映射 | 映射版本 | mapping_version | 本批映射所用的版本;换一版编码体系须另出一版映射,旧映射不被就地改写 |
| 数据划分 | 划分策略 | split_policy | 划分的口径,本例为按文书组隔离,同一份文书的样本不跨划分 |
样例记录
三十条抽取训练样本,按三套任务结构各十条组织。三套结构为文书章节、实体关系、时间与术语,各写明输入契约、输出契约与复核口径。十份去标识输入文本承载全部样本,产出五十条目标记录。每条目标带否定状态、确定性、体验者与时相四项属性。另配五十条按 Unicode 半开坐标对齐的跨度。还有十条连接同一样本中两个不同目标的关系边,以及十条写明编码体系与版本的术语映射。
{
"样例性质": "自产样本",
"task_schema": [
{
"available_time": "2025-12-30T08:00:00",
"event_time_raw": "2025-12-30T08:00:00",
"input_contract": "deidentified_text + document_family",
"missing_reason": null,
"output_contract": "section_label + unicode span",
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"review_policy": "section label and span replay checked",
"schema_id": "SCHEMA-0000001",
"schema_version": "P38-DOC-SECTION-v1",
"source_object_id": "SOURCE_OBJECT-0000001",
"task_type": "document_section"
},
{
"available_time": "2025-12-30T08:00:00",
"event_time_raw": "2025-12-30T08:00:00",
"input_contract": "deidentified_text + task boundary",
"missing_reason": null,
"output_contract": "two or more entities + non-self relation + evidence spans",
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"review_policy": "entity boundary, assertion and relation evidence checked",
"schema_id": "SCHEMA-0000002",
"schema_version": "P38-ENTITY-RELATION-v1",
"source_object_id": "SOURCE_OBJECT-0000001",
"task_type": "entity_relation"
},
{
"available_time": "2025-12-30T08:00:00",
"event_time_raw": "2025-12-30T08:00:00",
"input_contract": "deidentified_text + terminology version",
"missing_reason": null,
"output_contract": "time expression + normalized time + terminology mapping state",
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"review_policy": "time normalization, term span and mapping version checked",
"schema_id": "SCHEMA-0000003",
"schema_version": "P38-TIME-TERM-v1",
"source_object_id": "SOURCE_OBJECT-0000001",
"task_type": "time_terminology"
}
],
"input_document_version": [
{
"available_time": "2025-12-30T08:00:00",
"deidentified_text": "主诉:发热三天。现病史:2026年7月21日出现发热,考虑肺炎,计划复查胸部CT。",
"document_family": "admission_note",
"document_id": "DOCUMENT-0000001",
"event_time_raw": "2026-01-01T09:00:00+08:00",
"language": "zh-CN",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"source_object_id": "SOURCE_OBJECT-0000001",
"text_version": "P38-SYN-TEXT-v1"
},
{
"available_time": "2025-12-30T08:00:00",
"deidentified_text": "出院诊断:原发性高血压。2026年7月26日出院,嘱继续口服氨氯地平并监测血压。",
"document_family": "discharge_summary",
"document_id": "DOCUMENT-0000002",
"event_time_raw": "2026-01-06T10:30:00+08:00",
"language": "zh-CN",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"source_object_id": "SOURCE_OBJECT-0000001",
"text_version": "P38-SYN-TEXT-v1"
},
{
"available_time": "2025-12-30T08:00:00",
"deidentified_text": "2026年8月19日查房:体温38.5℃,患者诉咳嗽,建议完善血常规。",
"document_family": "progress_note",
"document_id": "DOCUMENT-0000003",
"event_time_raw": "2026-01-30T08:20:00+08:00",
"language": "zh-CN",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"source_object_id": "SOURCE_OBJECT-0000001",
"text_version": "P38-SYN-TEXT-v1"
},
{
"available_time": "2025-12-30T08:00:00",
"deidentified_text": "术前诊断:急性阑尾炎。2026年8月23日行腹腔镜阑尾切除术,术中见阑尾充血肿胀,未见穿孔。",
"document_family": "operative_note",
"document_id": "DOCUMENT-0000004",
"event_time_raw": "2026-02-03T13:10:00+08:00",
"language": "zh-CN",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"source_object_id": "SOURCE_OBJECT-0000001",
"text_version": "P38-SYN-TEXT-v1"
},
{
"available_time": "2025-12-30T08:00:00",
"deidentified_text": "2026年9月17日胸部CT:右肺上叶见8毫米肺结节,建议三个月后复查。",
"document_family": "imaging_report",
"document_id": "DOCUMENT-0000005",
"event_time_raw": "2026-02-28T15:40:00+08:00",
"language": "zh-CN",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"source_object_id": "SOURCE_OBJECT-0000001",
"text_version": "P38-SYN-TEXT-v1"
},
{
"available_time": "2025-12-30T08:00:00",
"deidentified_text": "2026年9月25日护理评估:压疮风险评分12分,制定翻身减压计划。",
"document_family": "nursing_assessment",
"document_id": "DOCUMENT-0000006",
"event_time_raw": "2026-03-08T09:15:00+08:00",
"language": "zh-CN",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"source_object_id": "SOURCE_OBJECT-0000001",
"text_version": "P38-SYN-TEXT-v1"
},
{
"available_time": "2025-12-30T08:00:00",
"deidentified_text": "2026年10月17日医嘱:阿莫西林500毫克,每8小时口服一次;该记录仅表示医嘱,不表示实际给药。",
"document_family": "medication_order",
"document_id": "DOCUMENT-0000007",
"event_time_raw": "2026-03-30T11:00:00+08:00",
"language": "zh-CN",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"source_object_id": "SOURCE_OBJECT-0000001",
"text_version": "P38-SYN-TEXT-v1"
},
{
"available_time": "2025-12-30T08:00:00",
"deidentified_text": "2026年10月28日首次病程:患者否认胸痛,活动后气短两周,拟行心电图检查。",
"document_family": "initial_progress_note",
"document_id": "DOCUMENT-0000008",
"event_time_raw": "2026-04-10T16:05:00+08:00",
"language": "zh-CN",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"source_object_id": "SOURCE_OBJECT-0000001",
"text_version": "P38-SYN-TEXT-v1"
},
{
"available_time": "2025-12-30T08:00:00",
"deidentified_text": "2026年11月21日病理报告:结肠腺癌,中分化,切缘未见肿瘤累及。",
"document_family": "pathology_report",
"document_id": "DOCUMENT-0000009",
"event_time_raw": "2026-05-04T14:25:00+08:00",
"language": "zh-CN",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"source_object_id": "SOURCE_OBJECT-0000001",
"text_version": "P38-SYN-TEXT-v1"
},
{
"available_time": "2025-12-30T08:00:00",
"deidentified_text": "2026年12月31日随访:切口愈合良好,未见感染,建议按计划复诊。",
"document_family": "followup_note",
"document_id": "DOCUMENT-0000010",
"event_time_raw": "2026-06-13T09:50:00+08:00",
"language": "zh-CN",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"source_object_id": "SOURCE_OBJECT-0000001",
"text_version": "P38-SYN-TEXT-v1"
}
],
"extraction_training_sample": [
{
"available_time": "2025-12-30T08:00:00",
"document_id": "DOCUMENT-0000001",
"event_time_raw": "2026-01-01T09:00:00+08:00",
"evidence_cutoff": "2026-01-01T09:00:00+08:00",
"group_key": "DOCUMENT-0000001",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"sample_id": "SAMPLE-0000001",
"sample_status": "professionally_reviewed_synthetic",
"schema_id": "SCHEMA-0000001",
"source_object_id": "SOURCE_OBJECT-0000001",
"task_type": "document_section"
},
{
"available_time": "2025-12-30T08:00:00",
"document_id": "DOCUMENT-0000001",
"event_time_raw": "2026-01-01T09:00:00+08:00",
"evidence_cutoff": "2026-01-01T09:00:00+08:00",
"group_key": "DOCUMENT-0000001",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"sample_id": "SAMPLE-0000002",
"sample_status": "professionally_reviewed_synthetic",
"schema_id": "SCHEMA-0000002",
"source_object_id": "SOURCE_OBJECT-0000001",
"task_type": "entity_relation"
},
{
"available_time": "2025-12-30T08:00:00",
"document_id": "DOCUMENT-0000001",
"event_time_raw": "2026-01-01T09:00:00+08:00",
"evidence_cutoff": "2026-01-01T09:00:00+08:00",
"group_key": "DOCUMENT-0000001",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"sample_id": "SAMPLE-0000003",
"sample_status": "professionally_reviewed_synthetic",
"schema_id": "SCHEMA-0000003",
"source_object_id": "SOURCE_OBJECT-0000001",
"task_type": "time_terminology"
},
{
"available_time": "2025-12-30T08:00:00",
"document_id": "DOCUMENT-0000002",
"event_time_raw": "2026-01-06T10:30:00+08:00",
"evidence_cutoff": "2026-01-06T10:30:00+08:00",
"group_key": "DOCUMENT-0000002",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"sample_id": "SAMPLE-0000004",
"sample_status": "professionally_reviewed_synthetic",
"schema_id": "SCHEMA-0000001",
"source_object_id": "SOURCE_OBJECT-0000001",
"task_type": "document_section"
},
{
"available_time": "2025-12-30T08:00:00",
"document_id": "DOCUMENT-0000002",
"event_time_raw": "2026-01-06T10:30:00+08:00",
"evidence_cutoff": "2026-01-06T10:30:00+08:00",
"group_key": "DOCUMENT-0000002",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"sample_id": "SAMPLE-0000005",
"sample_status": "professionally_reviewed_synthetic",
"schema_id": "SCHEMA-0000002",
"source_object_id": "SOURCE_OBJECT-0000001",
"task_type": "entity_relation"
},
{
"available_time": "2025-12-30T08:00:00",
"document_id": "DOCUMENT-0000002",
"event_time_raw": "2026-01-06T10:30:00+08:00",
"evidence_cutoff": "2026-01-06T10:30:00+08:00",
"group_key": "DOCUMENT-0000002",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"sample_id": "SAMPLE-0000006",
"sample_status": "professionally_reviewed_synthetic",
"schema_id": "SCHEMA-0000003",
"source_object_id": "SOURCE_OBJECT-0000001",
"task_type": "time_terminology"
},
{
"available_time": "2025-12-30T08:00:00",
"document_id": "DOCUMENT-0000003",
"event_time_raw": "2026-01-30T08:20:00+08:00",
"evidence_cutoff": "2026-01-30T08:20:00+08:00",
"group_key": "DOCUMENT-0000003",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"sample_id": "SAMPLE-0000007",
"sample_status": "professionally_reviewed_synthetic",
"schema_id": "SCHEMA-0000001",
"source_object_id": "SOURCE_OBJECT-0000001",
"task_type": "document_section"
},
{
"available_time": "2025-12-30T08:00:00",
"document_id": "DOCUMENT-0000003",
"event_time_raw": "2026-01-30T08:20:00+08:00",
"evidence_cutoff": "2026-01-30T08:20:00+08:00",
"group_key": "DOCUMENT-0000003",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"sample_id": "SAMPLE-0000008",
"sample_status": "professionally_reviewed_synthetic",
"schema_id": "SCHEMA-0000002",
"source_object_id": "SOURCE_OBJECT-0000001",
"task_type": "entity_relation"
},
{
"available_time": "2025-12-30T08:00:00",
"document_id": "DOCUMENT-0000003",
"event_time_raw": "2026-01-30T08:20:00+08:00",
"evidence_cutoff": "2026-01-30T08:20:00+08:00",
"group_key": "DOCUMENT-0000003",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"sample_id": "SAMPLE-0000009",
"sample_status": "professionally_reviewed_synthetic",
"schema_id": "SCHEMA-0000003",
"source_object_id": "SOURCE_OBJECT-0000001",
"task_type": "time_terminology"
},
{
"available_time": "2025-12-30T08:00:00",
"document_id": "DOCUMENT-0000004",
"event_time_raw": "2026-02-03T13:10:00+08:00",
"evidence_cutoff": "2026-02-03T13:10:00+08:00",
"group_key": "DOCUMENT-0000004",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"sample_id": "SAMPLE-0000010",
"sample_status": "professionally_reviewed_synthetic",
"schema_id": "SCHEMA-0000001",
"source_object_id": "SOURCE_OBJECT-0000001",
"task_type": "document_section"
},
{
"available_time": "2025-12-30T08:00:00",
"document_id": "DOCUMENT-0000004",
"event_time_raw": "2026-02-03T13:10:00+08:00",
"evidence_cutoff": "2026-02-03T13:10:00+08:00",
"group_key": "DOCUMENT-0000004",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"sample_id": "SAMPLE-0000011",
"sample_status": "professionally_reviewed_synthetic",
"schema_id": "SCHEMA-0000002",
"source_object_id": "SOURCE_OBJECT-0000001",
"task_type": "entity_relation"
},
{
"available_time": "2025-12-30T08:00:00",
"document_id": "DOCUMENT-0000004",
"event_time_raw": "2026-02-03T13:10:00+08:00",
"evidence_cutoff": "2026-02-03T13:10:00+08:00",
"group_key": "DOCUMENT-0000004",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"sample_id": "SAMPLE-0000012",
"sample_status": "professionally_reviewed_synthetic",
"schema_id": "SCHEMA-0000003",
"source_object_id": "SOURCE_OBJECT-0000001",
"task_type": "time_terminology"
},
{
"available_time": "2025-12-30T08:00:00",
"document_id": "DOCUMENT-0000005",
"event_time_raw": "2026-02-28T15:40:00+08:00",
"evidence_cutoff": "2026-02-28T15:40:00+08:00",
"group_key": "DOCUMENT-0000005",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"sample_id": "SAMPLE-0000013",
"sample_status": "professionally_reviewed_synthetic",
"schema_id": "SCHEMA-0000001",
"source_object_id": "SOURCE_OBJECT-0000001",
"task_type": "document_section"
},
{
"available_time": "2025-12-30T08:00:00",
"document_id": "DOCUMENT-0000005",
"event_time_raw": "2026-02-28T15:40:00+08:00",
"evidence_cutoff": "2026-02-28T15:40:00+08:00",
"group_key": "DOCUMENT-0000005",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"sample_id": "SAMPLE-0000014",
"sample_status": "professionally_reviewed_synthetic",
"schema_id": "SCHEMA-0000002",
"source_object_id": "SOURCE_OBJECT-0000001",
"task_type": "entity_relation"
},
{
"available_time": "2025-12-30T08:00:00",
"document_id": "DOCUMENT-0000005",
"event_time_raw": "2026-02-28T15:40:00+08:00",
"evidence_cutoff": "2026-02-28T15:40:00+08:00",
"group_key": "DOCUMENT-0000005",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"sample_id": "SAMPLE-0000015",
"sample_status": "professionally_reviewed_synthetic",
"schema_id": "SCHEMA-0000003",
"source_object_id": "SOURCE_OBJECT-0000001",
"task_type": "time_terminology"
},
{
"available_time": "2025-12-30T08:00:00",
"document_id": "DOCUMENT-0000006",
"event_time_raw": "2026-03-08T09:15:00+08:00",
"evidence_cutoff": "2026-03-08T09:15:00+08:00",
"group_key": "DOCUMENT-0000006",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"sample_id": "SAMPLE-0000016",
"sample_status": "professionally_reviewed_synthetic",
"schema_id": "SCHEMA-0000001",
"source_object_id": "SOURCE_OBJECT-0000001",
"task_type": "document_section"
},
{
"available_time": "2025-12-30T08:00:00",
"document_id": "DOCUMENT-0000006",
"event_time_raw": "2026-03-08T09:15:00+08:00",
"evidence_cutoff": "2026-03-08T09:15:00+08:00",
"group_key": "DOCUMENT-0000006",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"sample_id": "SAMPLE-0000017",
"sample_status": "professionally_reviewed_synthetic",
"schema_id": "SCHEMA-0000002",
"source_object_id": "SOURCE_OBJECT-0000001",
"task_type": "entity_relation"
},
{
"available_time": "2025-12-30T08:00:00",
"document_id": "DOCUMENT-0000006",
"event_time_raw": "2026-03-08T09:15:00+08:00",
"evidence_cutoff": "2026-03-08T09:15:00+08:00",
"group_key": "DOCUMENT-0000006",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"sample_id": "SAMPLE-0000018",
"sample_status": "professionally_reviewed_synthetic",
"schema_id": "SCHEMA-0000003",
"source_object_id": "SOURCE_OBJECT-0000001",
"task_type": "time_terminology"
},
{
"available_time": "2025-12-30T08:00:00",
"document_id": "DOCUMENT-0000007",
"event_time_raw": "2026-03-30T11:00:00+08:00",
"evidence_cutoff": "2026-03-30T11:00:00+08:00",
"group_key": "DOCUMENT-0000007",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"sample_id": "SAMPLE-0000019",
"sample_status": "professionally_reviewed_synthetic",
"schema_id": "SCHEMA-0000001",
"source_object_id": "SOURCE_OBJECT-0000001",
"task_type": "document_section"
},
{
"available_time": "2025-12-30T08:00:00",
"document_id": "DOCUMENT-0000007",
"event_time_raw": "2026-03-30T11:00:00+08:00",
"evidence_cutoff": "2026-03-30T11:00:00+08:00",
"group_key": "DOCUMENT-0000007",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"sample_id": "SAMPLE-0000020",
"sample_status": "professionally_reviewed_synthetic",
"schema_id": "SCHEMA-0000002",
"source_object_id": "SOURCE_OBJECT-0000001",
"task_type": "entity_relation"
},
{
"available_time": "2025-12-30T08:00:00",
"document_id": "DOCUMENT-0000007",
"event_time_raw": "2026-03-30T11:00:00+08:00",
"evidence_cutoff": "2026-03-30T11:00:00+08:00",
"group_key": "DOCUMENT-0000007",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"sample_id": "SAMPLE-0000021",
"sample_status": "professionally_reviewed_synthetic",
"schema_id": "SCHEMA-0000003",
"source_object_id": "SOURCE_OBJECT-0000001",
"task_type": "time_terminology"
},
{
"available_time": "2025-12-30T08:00:00",
"document_id": "DOCUMENT-0000008",
"event_time_raw": "2026-04-10T16:05:00+08:00",
"evidence_cutoff": "2026-04-10T16:05:00+08:00",
"group_key": "DOCUMENT-0000008",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"sample_id": "SAMPLE-0000022",
"sample_status": "professionally_reviewed_synthetic",
"schema_id": "SCHEMA-0000001",
"source_object_id": "SOURCE_OBJECT-0000001",
"task_type": "document_section"
},
{
"available_time": "2025-12-30T08:00:00",
"document_id": "DOCUMENT-0000008",
"event_time_raw": "2026-04-10T16:05:00+08:00",
"evidence_cutoff": "2026-04-10T16:05:00+08:00",
"group_key": "DOCUMENT-0000008",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"sample_id": "SAMPLE-0000023",
"sample_status": "professionally_reviewed_synthetic",
"schema_id": "SCHEMA-0000002",
"source_object_id": "SOURCE_OBJECT-0000001",
"task_type": "entity_relation"
},
{
"available_time": "2025-12-30T08:00:00",
"document_id": "DOCUMENT-0000008",
"event_time_raw": "2026-04-10T16:05:00+08:00",
"evidence_cutoff": "2026-04-10T16:05:00+08:00",
"group_key": "DOCUMENT-0000008",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"sample_id": "SAMPLE-0000024",
"sample_status": "professionally_reviewed_synthetic",
"schema_id": "SCHEMA-0000003",
"source_object_id": "SOURCE_OBJECT-0000001",
"task_type": "time_terminology"
},
{
"available_time": "2025-12-30T08:00:00",
"document_id": "DOCUMENT-0000009",
"event_time_raw": "2026-05-04T14:25:00+08:00",
"evidence_cutoff": "2026-05-04T14:25:00+08:00",
"group_key": "DOCUMENT-0000009",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"sample_id": "SAMPLE-0000025",
"sample_status": "professionally_reviewed_synthetic",
"schema_id": "SCHEMA-0000001",
"source_object_id": "SOURCE_OBJECT-0000001",
"task_type": "document_section"
},
{
"available_time": "2025-12-30T08:00:00",
"document_id": "DOCUMENT-0000009",
"event_time_raw": "2026-05-04T14:25:00+08:00",
"evidence_cutoff": "2026-05-04T14:25:00+08:00",
"group_key": "DOCUMENT-0000009",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"sample_id": "SAMPLE-0000026",
"sample_status": "professionally_reviewed_synthetic",
"schema_id": "SCHEMA-0000002",
"source_object_id": "SOURCE_OBJECT-0000001",
"task_type": "entity_relation"
},
{
"available_time": "2025-12-30T08:00:00",
"document_id": "DOCUMENT-0000009",
"event_time_raw": "2026-05-04T14:25:00+08:00",
"evidence_cutoff": "2026-05-04T14:25:00+08:00",
"group_key": "DOCUMENT-0000009",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"sample_id": "SAMPLE-0000027",
"sample_status": "professionally_reviewed_synthetic",
"schema_id": "SCHEMA-0000003",
"source_object_id": "SOURCE_OBJECT-0000001",
"task_type": "time_terminology"
},
{
"available_time": "2025-12-30T08:00:00",
"document_id": "DOCUMENT-0000010",
"event_time_raw": "2026-06-13T09:50:00+08:00",
"evidence_cutoff": "2026-06-13T09:50:00+08:00",
"group_key": "DOCUMENT-0000010",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"sample_id": "SAMPLE-0000028",
"sample_status": "professionally_reviewed_synthetic",
"schema_id": "SCHEMA-0000001",
"source_object_id": "SOURCE_OBJECT-0000001",
"task_type": "document_section"
},
{
"available_time": "2025-12-30T08:00:00",
"document_id": "DOCUMENT-0000010",
"event_time_raw": "2026-06-13T09:50:00+08:00",
"evidence_cutoff": "2026-06-13T09:50:00+08:00",
"group_key": "DOCUMENT-0000010",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"sample_id": "SAMPLE-0000029",
"sample_status": "professionally_reviewed_synthetic",
"schema_id": "SCHEMA-0000002",
"source_object_id": "SOURCE_OBJECT-0000001",
"task_type": "entity_relation"
},
{
"available_time": "2025-12-30T08:00:00",
"document_id": "DOCUMENT-0000010",
"event_time_raw": "2026-06-13T09:50:00+08:00",
"evidence_cutoff": "2026-06-13T09:50:00+08:00",
"group_key": "DOCUMENT-0000010",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"sample_id": "SAMPLE-0000030",
"sample_status": "professionally_reviewed_synthetic",
"schema_id": "SCHEMA-0000003",
"source_object_id": "SOURCE_OBJECT-0000001",
"task_type": "time_terminology"
}
],
"target_record": [
{
"available_time": "2025-12-30T08:00:00",
"certainty": "confirmed",
"event_time_raw": "2026-01-01T09:00:00+08:00",
"experiencer": "patient",
"label_status": "professionally_reviewed_synthetic",
"missing_reason": null,
"negation_status": "present",
"normalized_value": "admission_note",
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"sample_id": "SAMPLE-0000001",
"source_object_id": "SOURCE_OBJECT-0000001",
"target_id": "TARGET-0000001",
"target_json": "{\"certainty\": \"confirmed\", \"experiencer\": \"patient\", \"negation_status\": \"present\", \"normalized_value\": \"admission_note\", \"target_type\": \"section_label\", \"temporality\": \"current\", \"text\": \"主诉\"}",
"target_type": "section_label",
"temporality": "current"
},
{
"available_time": "2025-12-30T08:00:00",
"certainty": "confirmed",
"event_time_raw": "2026-01-01T09:00:00+08:00",
"experiencer": "patient",
"label_status": "professionally_reviewed_synthetic",
"missing_reason": null,
"negation_status": "present",
"normalized_value": "发热",
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"sample_id": "SAMPLE-0000002",
"source_object_id": "SOURCE_OBJECT-0000001",
"target_id": "TARGET-0000002",
"target_json": "{\"certainty\": \"confirmed\", \"experiencer\": \"patient\", \"negation_status\": \"present\", \"normalized_value\": \"发热\", \"target_type\": \"symptom\", \"temporality\": \"current\", \"text\": \"发热\"}",
"target_type": "symptom",
"temporality": "current"
},
{
"available_time": "2025-12-30T08:00:00",
"certainty": "suspected",
"event_time_raw": "2026-01-01T09:00:00+08:00",
"experiencer": "patient",
"label_status": "professionally_reviewed_synthetic",
"missing_reason": null,
"negation_status": "present",
"normalized_value": "肺炎",
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"sample_id": "SAMPLE-0000002",
"source_object_id": "SOURCE_OBJECT-0000001",
"target_id": "TARGET-0000003",
"target_json": "{\"certainty\": \"suspected\", \"experiencer\": \"patient\", \"negation_status\": \"present\", \"normalized_value\": \"肺炎\", \"target_type\": \"diagnosis\", \"temporality\": \"current\", \"text\": \"肺炎\"}",
"target_type": "diagnosis",
"temporality": "current"
},
{
"available_time": "2025-12-30T08:00:00",
"certainty": "confirmed",
"event_time_raw": "2026-01-01T09:00:00+08:00",
"experiencer": "patient",
"label_status": "professionally_reviewed_synthetic",
"missing_reason": null,
"negation_status": "present",
"normalized_value": "2026-01-01",
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"sample_id": "SAMPLE-0000003",
"source_object_id": "SOURCE_OBJECT-0000001",
"target_id": "TARGET-0000004",
"target_json": "{\"certainty\": \"confirmed\", \"experiencer\": \"patient\", \"negation_status\": \"present\", \"normalized_value\": \"2026-01-01\", \"target_type\": \"time_expression\", \"temporality\": \"current\", \"text\": \"2026年7月21日\"}",
"target_type": "time_expression",
"temporality": "current"
},
{
"available_time": "2025-12-30T08:00:00",
"certainty": "confirmed",
"event_time_raw": "2026-01-01T09:00:00+08:00",
"experiencer": "patient",
"label_status": "professionally_reviewed_synthetic",
"missing_reason": null,
"negation_status": "present",
"normalized_value": "肺炎,病原体未特指",
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"sample_id": "SAMPLE-0000003",
"source_object_id": "SOURCE_OBJECT-0000001",
"target_id": "TARGET-0000005",
"target_json": "{\"certainty\": \"confirmed\", \"experiencer\": \"patient\", \"negation_status\": \"present\", \"normalized_value\": \"肺炎,病原体未特指\", \"target_type\": \"terminology_concept\", \"temporality\": \"current\", \"text\": \"肺炎\"}",
"target_type": "terminology_concept",
"temporality": "current"
},
{
"available_time": "2025-12-30T08:00:00",
"certainty": "confirmed",
"event_time_raw": "2026-01-06T10:30:00+08:00",
"experiencer": "patient",
"label_status": "professionally_reviewed_synthetic",
"missing_reason": null,
"negation_status": "present",
"normalized_value": "discharge_summary",
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"sample_id": "SAMPLE-0000004",
"source_object_id": "SOURCE_OBJECT-0000001",
"target_id": "TARGET-0000006",
"target_json": "{\"certainty\": \"confirmed\", \"experiencer\": \"patient\", \"negation_status\": \"present\", \"normalized_value\": \"discharge_summary\", \"target_type\": \"section_label\", \"temporality\": \"current\", \"text\": \"出院诊断\"}",
"target_type": "section_label",
"temporality": "current"
},
{
"available_time": "2025-12-30T08:00:00",
"certainty": "confirmed",
"event_time_raw": "2026-01-06T10:30:00+08:00",
"experiencer": "patient",
"label_status": "professionally_reviewed_synthetic",
"missing_reason": null,
"negation_status": "present",
"normalized_value": "原发性高血压",
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"sample_id": "SAMPLE-0000005",
"source_object_id": "SOURCE_OBJECT-0000001",
"target_id": "TARGET-0000007",
"target_json": "{\"certainty\": \"confirmed\", \"experiencer\": \"patient\", \"negation_status\": \"present\", \"normalized_value\": \"原发性高血压\", \"target_type\": \"diagnosis\", \"temporality\": \"current\", \"text\": \"原发性高血压\"}",
"target_type": "diagnosis",
"temporality": "current"
},
{
"available_time": "2025-12-30T08:00:00",
"certainty": "confirmed",
"event_time_raw": "2026-01-06T10:30:00+08:00",
"experiencer": "patient",
"label_status": "professionally_reviewed_synthetic",
"missing_reason": null,
"negation_status": "present",
"normalized_value": "氨氯地平",
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"sample_id": "SAMPLE-0000005",
"source_object_id": "SOURCE_OBJECT-0000001",
"target_id": "TARGET-0000008",
"target_json": "{\"certainty\": \"confirmed\", \"experiencer\": \"patient\", \"negation_status\": \"present\", \"normalized_value\": \"氨氯地平\", \"target_type\": \"medication_order\", \"temporality\": \"future_plan\", \"text\": \"氨氯地平\"}",
"target_type": "medication_order",
"temporality": "future_plan"
},
{
"available_time": "2025-12-30T08:00:00",
"certainty": "confirmed",
"event_time_raw": "2026-01-06T10:30:00+08:00",
"experiencer": "patient",
"label_status": "professionally_reviewed_synthetic",
"missing_reason": null,
"negation_status": "present",
"normalized_value": "2026-01-06",
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"sample_id": "SAMPLE-0000006",
"source_object_id": "SOURCE_OBJECT-0000001",
"target_id": "TARGET-0000009",
"target_json": "{\"certainty\": \"confirmed\", \"experiencer\": \"patient\", \"negation_status\": \"present\", \"normalized_value\": \"2026-01-06\", \"target_type\": \"time_expression\", \"temporality\": \"current\", \"text\": \"2026年7月26日\"}",
"target_type": "time_expression",
"temporality": "current"
},
{
"available_time": "2025-12-30T08:00:00",
"certainty": "confirmed",
"event_time_raw": "2026-01-06T10:30:00+08:00",
"experiencer": "patient",
"label_status": "professionally_reviewed_synthetic",
"missing_reason": null,
"negation_status": "present",
"normalized_value": "原发性高血压",
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"sample_id": "SAMPLE-0000006",
"source_object_id": "SOURCE_OBJECT-0000001",
"target_id": "TARGET-0000010",
"target_json": "{\"certainty\": \"confirmed\", \"experiencer\": \"patient\", \"negation_status\": \"present\", \"normalized_value\": \"原发性高血压\", \"target_type\": \"terminology_concept\", \"temporality\": \"current\", \"text\": \"原发性高血压\"}",
"target_type": "terminology_concept",
"temporality": "current"
},
{
"available_time": "2025-12-30T08:00:00",
"certainty": "confirmed",
"event_time_raw": "2026-01-30T08:20:00+08:00",
"experiencer": "patient",
"label_status": "professionally_reviewed_synthetic",
"missing_reason": null,
"negation_status": "present",
"normalized_value": "progress_note",
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"sample_id": "SAMPLE-0000007",
"source_object_id": "SOURCE_OBJECT-0000001",
"target_id": "TARGET-0000011",
"target_json": "{\"certainty\": \"confirmed\", \"experiencer\": \"patient\", \"negation_status\": \"present\", \"normalized_value\": \"progress_note\", \"target_type\": \"section_label\", \"temporality\": \"current\", \"text\": \"查房\"}",
"target_type": "section_label",
"temporality": "current"
},
{
"available_time": "2025-12-30T08:00:00",
"certainty": "confirmed",
"event_time_raw": "2026-01-30T08:20:00+08:00",
"experiencer": "patient",
"label_status": "professionally_reviewed_synthetic",
"missing_reason": null,
"negation_status": "present",
"normalized_value": "体温38.5℃",
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"sample_id": "SAMPLE-0000008",
"source_object_id": "SOURCE_OBJECT-0000001",
"target_id": "TARGET-0000012",
"target_json": "{\"certainty\": \"confirmed\", \"experiencer\": \"patient\", \"negation_status\": \"present\", \"normalized_value\": \"体温38.5℃\", \"target_type\": \"measurement\", \"temporality\": \"current\", \"text\": \"体温38.5℃\"}",
"target_type": "measurement",
"temporality": "current"
},
{
"available_time": "2025-12-30T08:00:00",
"certainty": "confirmed",
"event_time_raw": "2026-01-30T08:20:00+08:00",
"experiencer": "patient",
"label_status": "professionally_reviewed_synthetic",
"missing_reason": null,
"negation_status": "present",
"normalized_value": "咳嗽",
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"sample_id": "SAMPLE-0000008",
"source_object_id": "SOURCE_OBJECT-0000001",
"target_id": "TARGET-0000013",
"target_json": "{\"certainty\": \"confirmed\", \"experiencer\": \"patient\", \"negation_status\": \"present\", \"normalized_value\": \"咳嗽\", \"target_type\": \"symptom\", \"temporality\": \"current\", \"text\": \"咳嗽\"}",
"target_type": "symptom",
"temporality": "current"
},
{
"available_time": "2025-12-30T08:00:00",
"certainty": "confirmed",
"event_time_raw": "2026-01-30T08:20:00+08:00",
"experiencer": "patient",
"label_status": "professionally_reviewed_synthetic",
"missing_reason": null,
"negation_status": "present",
"normalized_value": "2026-01-30",
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"sample_id": "SAMPLE-0000009",
"source_object_id": "SOURCE_OBJECT-0000001",
"target_id": "TARGET-0000014",
"target_json": "{\"certainty\": \"confirmed\", \"experiencer\": \"patient\", \"negation_status\": \"present\", \"normalized_value\": \"2026-01-30\", \"target_type\": \"time_expression\", \"temporality\": \"current\", \"text\": \"2026年8月19日\"}",
"target_type": "time_expression",
"temporality": "current"
},
{
"available_time": "2025-12-30T08:00:00",
"certainty": "confirmed",
"event_time_raw": "2026-01-30T08:20:00+08:00",
"experiencer": "patient",
"label_status": "professionally_reviewed_synthetic",
"missing_reason": null,
"negation_status": "present",
"normalized_value": "咳嗽",
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"sample_id": "SAMPLE-0000009",
"source_object_id": "SOURCE_OBJECT-0000001",
"target_id": "TARGET-0000015",
"target_json": "{\"certainty\": \"confirmed\", \"experiencer\": \"patient\", \"negation_status\": \"present\", \"normalized_value\": \"咳嗽\", \"target_type\": \"terminology_concept\", \"temporality\": \"current\", \"text\": \"咳嗽\"}",
"target_type": "terminology_concept",
"temporality": "current"
},
{
"available_time": "2025-12-30T08:00:00",
"certainty": "confirmed",
"event_time_raw": "2026-02-03T13:10:00+08:00",
"experiencer": "patient",
"label_status": "professionally_reviewed_synthetic",
"missing_reason": null,
"negation_status": "present",
"normalized_value": "operative_note",
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"sample_id": "SAMPLE-0000010",
"source_object_id": "SOURCE_OBJECT-0000001",
"target_id": "TARGET-0000016",
"target_json": "{\"certainty\": \"confirmed\", \"experiencer\": \"patient\", \"negation_status\": \"present\", \"normalized_value\": \"operative_note\", \"target_type\": \"section_label\", \"temporality\": \"current\", \"text\": \"术前诊断\"}",
"target_type": "section_label",
"temporality": "current"
},
{
"available_time": "2025-12-30T08:00:00",
"certainty": "confirmed",
"event_time_raw": "2026-02-03T13:10:00+08:00",
"experiencer": "patient",
"label_status": "professionally_reviewed_synthetic",
"missing_reason": null,
"negation_status": "present",
"normalized_value": "腹腔镜阑尾切除术",
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"sample_id": "SAMPLE-0000011",
"source_object_id": "SOURCE_OBJECT-0000001",
"target_id": "TARGET-0000017",
"target_json": "{\"certainty\": \"confirmed\", \"experiencer\": \"patient\", \"negation_status\": \"present\", \"normalized_value\": \"腹腔镜阑尾切除术\", \"target_type\": \"procedure\", \"temporality\": \"current\", \"text\": \"腹腔镜阑尾切除术\"}",
"target_type": "procedure",
"temporality": "current"
},
{
"available_time": "2025-12-30T08:00:00",
"certainty": "confirmed",
"event_time_raw": "2026-02-03T13:10:00+08:00",
"experiencer": "patient",
"label_status": "professionally_reviewed_synthetic",
"missing_reason": null,
"negation_status": "present",
"normalized_value": "急性阑尾炎",
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"sample_id": "SAMPLE-0000011",
"source_object_id": "SOURCE_OBJECT-0000001",
"target_id": "TARGET-0000018",
"target_json": "{\"certainty\": \"confirmed\", \"experiencer\": \"patient\", \"negation_status\": \"present\", \"normalized_value\": \"急性阑尾炎\", \"target_type\": \"diagnosis\", \"temporality\": \"current\", \"text\": \"急性阑尾炎\"}",
"target_type": "diagnosis",
"temporality": "current"
},
{
"available_time": "2025-12-30T08:00:00",
"certainty": "confirmed",
"event_time_raw": "2026-02-03T13:10:00+08:00",
"experiencer": "patient",
"label_status": "professionally_reviewed_synthetic",
"missing_reason": null,
"negation_status": "present",
"normalized_value": "2026-02-03",
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"sample_id": "SAMPLE-0000012",
"source_object_id": "SOURCE_OBJECT-0000001",
"target_id": "TARGET-0000019",
"target_json": "{\"certainty\": \"confirmed\", \"experiencer\": \"patient\", \"negation_status\": \"present\", \"normalized_value\": \"2026-02-03\", \"target_type\": \"time_expression\", \"temporality\": \"current\", \"text\": \"2026年8月23日\"}",
"target_type": "time_expression",
"temporality": "current"
},
{
"available_time": "2025-12-30T08:00:00",
"certainty": "confirmed",
"event_time_raw": "2026-02-03T13:10:00+08:00",
"experiencer": "patient",
"label_status": "professionally_reviewed_synthetic",
"missing_reason": null,
"negation_status": "present",
"normalized_value": "其他和未特指的急性阑尾炎",
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"sample_id": "SAMPLE-0000012",
"source_object_id": "SOURCE_OBJECT-0000001",
"target_id": "TARGET-0000020",
"target_json": "{\"certainty\": \"confirmed\", \"experiencer\": \"patient\", \"negation_status\": \"present\", \"normalized_value\": \"其他和未特指的急性阑尾炎\", \"target_type\": \"terminology_concept\", \"temporality\": \"current\", \"text\": \"急性阑尾炎\"}",
"target_type": "terminology_concept",
"temporality": "current"
},
{
"available_time": "2025-12-30T08:00:00",
"certainty": "confirmed",
"event_time_raw": "2026-02-28T15:40:00+08:00",
"experiencer": "patient",
"label_status": "professionally_reviewed_synthetic",
"missing_reason": null,
"negation_status": "present",
"normalized_value": "imaging_report",
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"sample_id": "SAMPLE-0000013",
"source_object_id": "SOURCE_OBJECT-0000001",
"target_id": "TARGET-0000021",
"target_json": "{\"certainty\": \"confirmed\", \"experiencer\": \"patient\", \"negation_status\": \"present\", \"normalized_value\": \"imaging_report\", \"target_type\": \"section_label\", \"temporality\": \"current\", \"text\": \"胸部CT\"}",
"target_type": "section_label",
"temporality": "current"
},
{
"available_time": "2025-12-30T08:00:00",
"certainty": "confirmed",
"event_time_raw": "2026-02-28T15:40:00+08:00",
"experiencer": "patient",
"label_status": "professionally_reviewed_synthetic",
"missing_reason": null,
"negation_status": "present",
"normalized_value": "肺结节",
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"sample_id": "SAMPLE-0000014",
"source_object_id": "SOURCE_OBJECT-0000001",
"target_id": "TARGET-0000022",
"target_json": "{\"certainty\": \"confirmed\", \"experiencer\": \"patient\", \"negation_status\": \"present\", \"normalized_value\": \"肺结节\", \"target_type\": \"imaging_finding\", \"temporality\": \"current\", \"text\": \"肺结节\"}",
"target_type": "imaging_finding",
"temporality": "current"
},
{
"available_time": "2025-12-30T08:00:00",
"certainty": "confirmed",
"event_time_raw": "2026-02-28T15:40:00+08:00",
"experiencer": "patient",
"label_status": "professionally_reviewed_synthetic",
"missing_reason": null,
"negation_status": "present",
"normalized_value": "右肺上叶",
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"sample_id": "SAMPLE-0000014",
"source_object_id": "SOURCE_OBJECT-0000001",
"target_id": "TARGET-0000023",
"target_json": "{\"certainty\": \"confirmed\", \"experiencer\": \"patient\", \"negation_status\": \"present\", \"normalized_value\": \"右肺上叶\", \"target_type\": \"anatomical_site\", \"temporality\": \"current\", \"text\": \"右肺上叶\"}",
"target_type": "anatomical_site",
"temporality": "current"
},
{
"available_time": "2025-12-30T08:00:00",
"certainty": "confirmed",
"event_time_raw": "2026-02-28T15:40:00+08:00",
"experiencer": "patient",
"label_status": "professionally_reviewed_synthetic",
"missing_reason": null,
"negation_status": "present",
"normalized_value": "2026-02-28",
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"sample_id": "SAMPLE-0000015",
"source_object_id": "SOURCE_OBJECT-0000001",
"target_id": "TARGET-0000024",
"target_json": "{\"certainty\": \"confirmed\", \"experiencer\": \"patient\", \"negation_status\": \"present\", \"normalized_value\": \"2026-02-28\", \"target_type\": \"time_expression\", \"temporality\": \"current\", \"text\": \"2026年9月17日\"}",
"target_type": "time_expression",
"temporality": "current"
},
{
"available_time": "2025-12-30T08:00:00",
"certainty": "confirmed",
"event_time_raw": "2026-02-28T15:40:00+08:00",
"experiencer": "patient",
"label_status": "professionally_reviewed_synthetic",
"missing_reason": null,
"negation_status": "present",
"normalized_value": "肺内孤立性结节",
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"sample_id": "SAMPLE-0000015",
"source_object_id": "SOURCE_OBJECT-0000001",
"target_id": "TARGET-0000025",
"target_json": "{\"certainty\": \"confirmed\", \"experiencer\": \"patient\", \"negation_status\": \"present\", \"normalized_value\": \"肺内孤立性结节\", \"target_type\": \"terminology_concept\", \"temporality\": \"current\", \"text\": \"肺结节\"}",
"target_type": "terminology_concept",
"temporality": "current"
},
{
"available_time": "2025-12-30T08:00:00",
"certainty": "confirmed",
"event_time_raw": "2026-03-08T09:15:00+08:00",
"experiencer": "patient",
"label_status": "professionally_reviewed_synthetic",
"missing_reason": null,
"negation_status": "present",
"normalized_value": "nursing_assessment",
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"sample_id": "SAMPLE-0000016",
"source_object_id": "SOURCE_OBJECT-0000001",
"target_id": "TARGET-0000026",
"target_json": "{\"certainty\": \"confirmed\", \"experiencer\": \"patient\", \"negation_status\": \"present\", \"normalized_value\": \"nursing_assessment\", \"target_type\": \"section_label\", \"temporality\": \"current\", \"text\": \"护理评估\"}",
"target_type": "section_label",
"temporality": "current"
},
{
"available_time": "2025-12-30T08:00:00",
"certainty": "confirmed",
"event_time_raw": "2026-03-08T09:15:00+08:00",
"experiencer": "patient",
"label_status": "professionally_reviewed_synthetic",
"missing_reason": null,
"negation_status": "present",
"normalized_value": "压疮风险评分12分",
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"sample_id": "SAMPLE-0000017",
"source_object_id": "SOURCE_OBJECT-0000001",
"target_id": "TARGET-0000027",
"target_json": "{\"certainty\": \"confirmed\", \"experiencer\": \"patient\", \"negation_status\": \"present\", \"normalized_value\": \"压疮风险评分12分\", \"target_type\": \"risk_score\", \"temporality\": \"current\", \"text\": \"压疮风险评分12分\"}",
"target_type": "risk_score",
"temporality": "current"
},
{
"available_time": "2025-12-30T08:00:00",
"certainty": "confirmed",
"event_time_raw": "2026-03-08T09:15:00+08:00",
"experiencer": "patient",
"label_status": "professionally_reviewed_synthetic",
"missing_reason": null,
"negation_status": "present",
"normalized_value": "翻身减压计划",
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"sample_id": "SAMPLE-0000017",
"source_object_id": "SOURCE_OBJECT-0000001",
"target_id": "TARGET-0000028",
"target_json": "{\"certainty\": \"confirmed\", \"experiencer\": \"patient\", \"negation_status\": \"present\", \"normalized_value\": \"翻身减压计划\", \"target_type\": \"nursing_plan\", \"temporality\": \"future_plan\", \"text\": \"翻身减压计划\"}",
"target_type": "nursing_plan",
"temporality": "future_plan"
},
{
"available_time": "2025-12-30T08:00:00",
"certainty": "confirmed",
"event_time_raw": "2026-03-08T09:15:00+08:00",
"experiencer": "patient",
"label_status": "professionally_reviewed_synthetic",
"missing_reason": null,
"negation_status": "present",
"normalized_value": "2026-03-08",
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"sample_id": "SAMPLE-0000018",
"source_object_id": "SOURCE_OBJECT-0000001",
"target_id": "TARGET-0000029",
"target_json": "{\"certainty\": \"confirmed\", \"experiencer\": \"patient\", \"negation_status\": \"present\", \"normalized_value\": \"2026-03-08\", \"target_type\": \"time_expression\", \"temporality\": \"current\", \"text\": \"2026年9月25日\"}",
"target_type": "time_expression",
"temporality": "current"
},
{
"available_time": "2025-12-30T08:00:00",
"certainty": "confirmed",
"event_time_raw": "2026-03-08T09:15:00+08:00",
"experiencer": "patient",
"label_status": "professionally_reviewed_synthetic",
"missing_reason": null,
"negation_status": "present",
"normalized_value": "压力性损伤风险",
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"sample_id": "SAMPLE-0000018",
"source_object_id": "SOURCE_OBJECT-0000001",
"target_id": "TARGET-0000030",
"target_json": "{\"certainty\": \"confirmed\", \"experiencer\": \"patient\", \"negation_status\": \"present\", \"normalized_value\": \"压力性损伤风险\", \"target_type\": \"terminology_concept\", \"temporality\": \"current\", \"text\": \"压疮风险\"}",
"target_type": "terminology_concept",
"temporality": "current"
},
{
"available_time": "2025-12-30T08:00:00",
"certainty": "confirmed",
"event_time_raw": "2026-03-30T11:00:00+08:00",
"experiencer": "patient",
"label_status": "professionally_reviewed_synthetic",
"missing_reason": null,
"negation_status": "present",
"normalized_value": "medication_order",
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"sample_id": "SAMPLE-0000019",
"source_object_id": "SOURCE_OBJECT-0000001",
"target_id": "TARGET-0000031",
"target_json": "{\"certainty\": \"confirmed\", \"experiencer\": \"patient\", \"negation_status\": \"present\", \"normalized_value\": \"medication_order\", \"target_type\": \"section_label\", \"temporality\": \"current\", \"text\": \"医嘱\"}",
"target_type": "section_label",
"temporality": "current"
},
{
"available_time": "2025-12-30T08:00:00",
"certainty": "confirmed",
"event_time_raw": "2026-03-30T11:00:00+08:00",
"experiencer": "patient",
"label_status": "professionally_reviewed_synthetic",
"missing_reason": null,
"negation_status": "present",
"normalized_value": "阿莫西林",
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"sample_id": "SAMPLE-0000020",
"source_object_id": "SOURCE_OBJECT-0000001",
"target_id": "TARGET-0000032",
"target_json": "{\"certainty\": \"confirmed\", \"experiencer\": \"patient\", \"negation_status\": \"present\", \"normalized_value\": \"阿莫西林\", \"target_type\": \"medication_order\", \"temporality\": \"future_plan\", \"text\": \"阿莫西林\"}",
"target_type": "medication_order",
"temporality": "future_plan"
},
{
"available_time": "2025-12-30T08:00:00",
"certainty": "confirmed",
"event_time_raw": "2026-03-30T11:00:00+08:00",
"experiencer": "patient",
"label_status": "professionally_reviewed_synthetic",
"missing_reason": null,
"negation_status": "present",
"normalized_value": "500毫克",
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"sample_id": "SAMPLE-0000020",
"source_object_id": "SOURCE_OBJECT-0000001",
"target_id": "TARGET-0000033",
"target_json": "{\"certainty\": \"confirmed\", \"experiencer\": \"patient\", \"negation_status\": \"present\", \"normalized_value\": \"500毫克\", \"target_type\": \"dose\", \"temporality\": \"future_plan\", \"text\": \"500毫克\"}",
"target_type": "dose",
"temporality": "future_plan"
},
{
"available_time": "2025-12-30T08:00:00",
"certainty": "confirmed",
"event_time_raw": "2026-03-30T11:00:00+08:00",
"experiencer": "patient",
"label_status": "professionally_reviewed_synthetic",
"missing_reason": null,
"negation_status": "present",
"normalized_value": "2026-03-30",
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"sample_id": "SAMPLE-0000021",
"source_object_id": "SOURCE_OBJECT-0000001",
"target_id": "TARGET-0000034",
"target_json": "{\"certainty\": \"confirmed\", \"experiencer\": \"patient\", \"negation_status\": \"present\", \"normalized_value\": \"2026-03-30\", \"target_type\": \"time_expression\", \"temporality\": \"current\", \"text\": \"2026年10月17日\"}",
"target_type": "time_expression",
"temporality": "current"
},
{
"available_time": "2025-12-30T08:00:00",
"certainty": "confirmed",
"event_time_raw": "2026-03-30T11:00:00+08:00",
"experiencer": "patient",
"label_status": "professionally_reviewed_synthetic",
"missing_reason": null,
"negation_status": "present",
"normalized_value": "Amoxicillin",
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"sample_id": "SAMPLE-0000021",
"source_object_id": "SOURCE_OBJECT-0000001",
"target_id": "TARGET-0000035",
"target_json": "{\"certainty\": \"confirmed\", \"experiencer\": \"patient\", \"negation_status\": \"present\", \"normalized_value\": \"Amoxicillin\", \"target_type\": \"terminology_concept\", \"temporality\": \"current\", \"text\": \"阿莫西林\"}",
"target_type": "terminology_concept",
"temporality": "current"
},
{
"available_time": "2025-12-30T08:00:00",
"certainty": "confirmed",
"event_time_raw": "2026-04-10T16:05:00+08:00",
"experiencer": "patient",
"label_status": "professionally_reviewed_synthetic",
"missing_reason": null,
"negation_status": "present",
"normalized_value": "initial_progress_note",
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"sample_id": "SAMPLE-0000022",
"source_object_id": "SOURCE_OBJECT-0000001",
"target_id": "TARGET-0000036",
"target_json": "{\"certainty\": \"confirmed\", \"experiencer\": \"patient\", \"negation_status\": \"present\", \"normalized_value\": \"initial_progress_note\", \"target_type\": \"section_label\", \"temporality\": \"current\", \"text\": \"首次病程\"}",
"target_type": "section_label",
"temporality": "current"
},
{
"available_time": "2025-12-30T08:00:00",
"certainty": "confirmed",
"event_time_raw": "2026-04-10T16:05:00+08:00",
"experiencer": "patient",
"label_status": "professionally_reviewed_synthetic",
"missing_reason": null,
"negation_status": "negated",
"normalized_value": "胸痛",
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"sample_id": "SAMPLE-0000023",
"source_object_id": "SOURCE_OBJECT-0000001",
"target_id": "TARGET-0000037",
"target_json": "{\"certainty\": \"confirmed\", \"experiencer\": \"patient\", \"negation_status\": \"negated\", \"normalized_value\": \"胸痛\", \"target_type\": \"symptom\", \"temporality\": \"current\", \"text\": \"胸痛\"}",
"target_type": "symptom",
"temporality": "current"
},
{
"available_time": "2025-12-30T08:00:00",
"certainty": "confirmed",
"event_time_raw": "2026-04-10T16:05:00+08:00",
"experiencer": "patient",
"label_status": "professionally_reviewed_synthetic",
"missing_reason": null,
"negation_status": "present",
"normalized_value": "活动后气短",
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"sample_id": "SAMPLE-0000023",
"source_object_id": "SOURCE_OBJECT-0000001",
"target_id": "TARGET-0000038",
"target_json": "{\"certainty\": \"confirmed\", \"experiencer\": \"patient\", \"negation_status\": \"present\", \"normalized_value\": \"活动后气短\", \"target_type\": \"symptom\", \"temporality\": \"current\", \"text\": \"活动后气短\"}",
"target_type": "symptom",
"temporality": "current"
},
{
"available_time": "2025-12-30T08:00:00",
"certainty": "confirmed",
"event_time_raw": "2026-04-10T16:05:00+08:00",
"experiencer": "patient",
"label_status": "professionally_reviewed_synthetic",
"missing_reason": null,
"negation_status": "present",
"normalized_value": "2026-04-10",
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"sample_id": "SAMPLE-0000024",
"source_object_id": "SOURCE_OBJECT-0000001",
"target_id": "TARGET-0000039",
"target_json": "{\"certainty\": \"confirmed\", \"experiencer\": \"patient\", \"negation_status\": \"present\", \"normalized_value\": \"2026-04-10\", \"target_type\": \"time_expression\", \"temporality\": \"current\", \"text\": \"2026年10月28日\"}",
"target_type": "time_expression",
"temporality": "current"
},
{
"available_time": "2025-12-30T08:00:00",
"certainty": "confirmed",
"event_time_raw": "2026-04-10T16:05:00+08:00",
"experiencer": "patient",
"label_status": "professionally_reviewed_synthetic",
"missing_reason": null,
"negation_status": "present",
"normalized_value": "呼吸困难",
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"sample_id": "SAMPLE-0000024",
"source_object_id": "SOURCE_OBJECT-0000001",
"target_id": "TARGET-0000040",
"target_json": "{\"certainty\": \"confirmed\", \"experiencer\": \"patient\", \"negation_status\": \"present\", \"normalized_value\": \"呼吸困难\", \"target_type\": \"terminology_concept\", \"temporality\": \"current\", \"text\": \"活动后气短\"}",
"target_type": "terminology_concept",
"temporality": "current"
},
{
"available_time": "2025-12-30T08:00:00",
"certainty": "confirmed",
"event_time_raw": "2026-05-04T14:25:00+08:00",
"experiencer": "patient",
"label_status": "professionally_reviewed_synthetic",
"missing_reason": null,
"negation_status": "present",
"normalized_value": "pathology_report",
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"sample_id": "SAMPLE-0000025",
"source_object_id": "SOURCE_OBJECT-0000001",
"target_id": "TARGET-0000041",
"target_json": "{\"certainty\": \"confirmed\", \"experiencer\": \"patient\", \"negation_status\": \"present\", \"normalized_value\": \"pathology_report\", \"target_type\": \"section_label\", \"temporality\": \"current\", \"text\": \"病理报告\"}",
"target_type": "section_label",
"temporality": "current"
},
{
"available_time": "2025-12-30T08:00:00",
"certainty": "confirmed",
"event_time_raw": "2026-05-04T14:25:00+08:00",
"experiencer": "patient",
"label_status": "professionally_reviewed_synthetic",
"missing_reason": null,
"negation_status": "present",
"normalized_value": "结肠腺癌",
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"sample_id": "SAMPLE-0000026",
"source_object_id": "SOURCE_OBJECT-0000001",
"target_id": "TARGET-0000042",
"target_json": "{\"certainty\": \"confirmed\", \"experiencer\": \"patient\", \"negation_status\": \"present\", \"normalized_value\": \"结肠腺癌\", \"target_type\": \"diagnosis\", \"temporality\": \"current\", \"text\": \"结肠腺癌\"}",
"target_type": "diagnosis",
"temporality": "current"
},
{
"available_time": "2025-12-30T08:00:00",
"certainty": "confirmed",
"event_time_raw": "2026-05-04T14:25:00+08:00",
"experiencer": "patient",
"label_status": "professionally_reviewed_synthetic",
"missing_reason": null,
"negation_status": "present",
"normalized_value": "中分化",
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"sample_id": "SAMPLE-0000026",
"source_object_id": "SOURCE_OBJECT-0000001",
"target_id": "TARGET-0000043",
"target_json": "{\"certainty\": \"confirmed\", \"experiencer\": \"patient\", \"negation_status\": \"present\", \"normalized_value\": \"中分化\", \"target_type\": \"histologic_grade\", \"temporality\": \"current\", \"text\": \"中分化\"}",
"target_type": "histologic_grade",
"temporality": "current"
},
{
"available_time": "2025-12-30T08:00:00",
"certainty": "confirmed",
"event_time_raw": "2026-05-04T14:25:00+08:00",
"experiencer": "patient",
"label_status": "professionally_reviewed_synthetic",
"missing_reason": null,
"negation_status": "present",
"normalized_value": "2026-05-04",
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"sample_id": "SAMPLE-0000027",
"source_object_id": "SOURCE_OBJECT-0000001",
"target_id": "TARGET-0000044",
"target_json": "{\"certainty\": \"confirmed\", \"experiencer\": \"patient\", \"negation_status\": \"present\", \"normalized_value\": \"2026-05-04\", \"target_type\": \"time_expression\", \"temporality\": \"current\", \"text\": \"2026年11月21日\"}",
"target_type": "time_expression",
"temporality": "current"
},
{
"available_time": "2025-12-30T08:00:00",
"certainty": "confirmed",
"event_time_raw": "2026-05-04T14:25:00+08:00",
"experiencer": "patient",
"label_status": "professionally_reviewed_synthetic",
"missing_reason": null,
"negation_status": "present",
"normalized_value": "结肠恶性肿瘤,未特指",
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"sample_id": "SAMPLE-0000027",
"source_object_id": "SOURCE_OBJECT-0000001",
"target_id": "TARGET-0000045",
"target_json": "{\"certainty\": \"confirmed\", \"experiencer\": \"patient\", \"negation_status\": \"present\", \"normalized_value\": \"结肠恶性肿瘤,未特指\", \"target_type\": \"terminology_concept\", \"temporality\": \"current\", \"text\": \"结肠腺癌\"}",
"target_type": "terminology_concept",
"temporality": "current"
},
{
"available_time": "2025-12-30T08:00:00",
"certainty": "confirmed",
"event_time_raw": "2026-06-13T09:50:00+08:00",
"experiencer": "patient",
"label_status": "professionally_reviewed_synthetic",
"missing_reason": null,
"negation_status": "present",
"normalized_value": "followup_note",
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"sample_id": "SAMPLE-0000028",
"source_object_id": "SOURCE_OBJECT-0000001",
"target_id": "TARGET-0000046",
"target_json": "{\"certainty\": \"confirmed\", \"experiencer\": \"patient\", \"negation_status\": \"present\", \"normalized_value\": \"followup_note\", \"target_type\": \"section_label\", \"temporality\": \"current\", \"text\": \"随访\"}",
"target_type": "section_label",
"temporality": "current"
},
{
"available_time": "2025-12-30T08:00:00",
"certainty": "confirmed",
"event_time_raw": "2026-06-13T09:50:00+08:00",
"experiencer": "patient",
"label_status": "professionally_reviewed_synthetic",
"missing_reason": null,
"negation_status": "present",
"normalized_value": "切口愈合良好",
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"sample_id": "SAMPLE-0000029",
"source_object_id": "SOURCE_OBJECT-0000001",
"target_id": "TARGET-0000047",
"target_json": "{\"certainty\": \"confirmed\", \"experiencer\": \"patient\", \"negation_status\": \"present\", \"normalized_value\": \"切口愈合良好\", \"target_type\": \"wound_status\", \"temporality\": \"current\", \"text\": \"切口愈合良好\"}",
"target_type": "wound_status",
"temporality": "current"
},
{
"available_time": "2025-12-30T08:00:00",
"certainty": "confirmed",
"event_time_raw": "2026-06-13T09:50:00+08:00",
"experiencer": "patient",
"label_status": "professionally_reviewed_synthetic",
"missing_reason": null,
"negation_status": "negated",
"normalized_value": "感染",
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"sample_id": "SAMPLE-0000029",
"source_object_id": "SOURCE_OBJECT-0000001",
"target_id": "TARGET-0000048",
"target_json": "{\"certainty\": \"confirmed\", \"experiencer\": \"patient\", \"negation_status\": \"negated\", \"normalized_value\": \"感染\", \"target_type\": \"complication\", \"temporality\": \"current\", \"text\": \"感染\"}",
"target_type": "complication",
"temporality": "current"
},
{
"available_time": "2025-12-30T08:00:00",
"certainty": "confirmed",
"event_time_raw": "2026-06-13T09:50:00+08:00",
"experiencer": "patient",
"label_status": "professionally_reviewed_synthetic",
"missing_reason": null,
"negation_status": "present",
"normalized_value": "2026-06-13",
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"sample_id": "SAMPLE-0000030",
"source_object_id": "SOURCE_OBJECT-0000001",
"target_id": "TARGET-0000049",
"target_json": "{\"certainty\": \"confirmed\", \"experiencer\": \"patient\", \"negation_status\": \"present\", \"normalized_value\": \"2026-06-13\", \"target_type\": \"time_expression\", \"temporality\": \"current\", \"text\": \"2026年12月31日\"}",
"target_type": "time_expression",
"temporality": "current"
},
{
"available_time": "2025-12-30T08:00:00",
"certainty": "confirmed",
"event_time_raw": "2026-06-13T09:50:00+08:00",
"experiencer": "patient",
"label_status": "professionally_reviewed_synthetic",
"missing_reason": null,
"negation_status": "present",
"normalized_value": "操作后感染",
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"sample_id": "SAMPLE-0000030",
"source_object_id": "SOURCE_OBJECT-0000001",
"target_id": "TARGET-0000050",
"target_json": "{\"certainty\": \"confirmed\", \"experiencer\": \"patient\", \"negation_status\": \"present\", \"normalized_value\": \"操作后感染\", \"target_type\": \"terminology_concept\", \"temporality\": \"current\", \"text\": \"感染\"}",
"target_type": "terminology_concept",
"temporality": "current"
}
],
"span_alignment": [
{
"available_time": "2025-12-30T08:00:00",
"coordinate_system": "unicode_codepoint_half_open",
"document_id": "DOCUMENT-0000001",
"end_offset": "2",
"event_time_raw": "2026-01-01T09:00:00+08:00",
"evidence_role": "section_boundary_evidence",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"source_object_id": "SOURCE_OBJECT-0000001",
"span_id": "SPAN-0000001",
"span_text": "主诉",
"start_offset": "0",
"target_id": "TARGET-0000001"
},
{
"available_time": "2025-12-30T08:00:00",
"coordinate_system": "unicode_codepoint_half_open",
"document_id": "DOCUMENT-0000001",
"end_offset": "5",
"event_time_raw": "2026-01-01T09:00:00+08:00",
"evidence_role": "relation_endpoint_evidence",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"source_object_id": "SOURCE_OBJECT-0000001",
"span_id": "SPAN-0000002",
"span_text": "发热",
"start_offset": "3",
"target_id": "TARGET-0000002"
},
{
"available_time": "2025-12-30T08:00:00",
"coordinate_system": "unicode_codepoint_half_open",
"document_id": "DOCUMENT-0000001",
"end_offset": "30",
"event_time_raw": "2026-01-01T09:00:00+08:00",
"evidence_role": "relation_endpoint_evidence",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"source_object_id": "SOURCE_OBJECT-0000001",
"span_id": "SPAN-0000003",
"span_text": "肺炎",
"start_offset": "28",
"target_id": "TARGET-0000003"
},
{
"available_time": "2025-12-30T08:00:00",
"coordinate_system": "unicode_codepoint_half_open",
"document_id": "DOCUMENT-0000001",
"end_offset": "21",
"event_time_raw": "2026-01-01T09:00:00+08:00",
"evidence_role": "time_normalization_evidence",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"source_object_id": "SOURCE_OBJECT-0000001",
"span_id": "SPAN-0000004",
"span_text": "2026年7月21日",
"start_offset": "12",
"target_id": "TARGET-0000004"
},
{
"available_time": "2025-12-30T08:00:00",
"coordinate_system": "unicode_codepoint_half_open",
"document_id": "DOCUMENT-0000001",
"end_offset": "30",
"event_time_raw": "2026-01-01T09:00:00+08:00",
"evidence_role": "terminology_mapping_evidence",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"source_object_id": "SOURCE_OBJECT-0000001",
"span_id": "SPAN-0000005",
"span_text": "肺炎",
"start_offset": "28",
"target_id": "TARGET-0000005"
},
{
"available_time": "2025-12-30T08:00:00",
"coordinate_system": "unicode_codepoint_half_open",
"document_id": "DOCUMENT-0000002",
"end_offset": "4",
"event_time_raw": "2026-01-06T10:30:00+08:00",
"evidence_role": "section_boundary_evidence",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"source_object_id": "SOURCE_OBJECT-0000001",
"span_id": "SPAN-0000006",
"span_text": "出院诊断",
"start_offset": "0",
"target_id": "TARGET-0000006"
},
{
"available_time": "2025-12-30T08:00:00",
"coordinate_system": "unicode_codepoint_half_open",
"document_id": "DOCUMENT-0000002",
"end_offset": "11",
"event_time_raw": "2026-01-06T10:30:00+08:00",
"evidence_role": "relation_endpoint_evidence",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"source_object_id": "SOURCE_OBJECT-0000001",
"span_id": "SPAN-0000007",
"span_text": "原发性高血压",
"start_offset": "5",
"target_id": "TARGET-0000007"
},
{
"available_time": "2025-12-30T08:00:00",
"coordinate_system": "unicode_codepoint_half_open",
"document_id": "DOCUMENT-0000002",
"end_offset": "33",
"event_time_raw": "2026-01-06T10:30:00+08:00",
"evidence_role": "relation_endpoint_evidence",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"source_object_id": "SOURCE_OBJECT-0000001",
"span_id": "SPAN-0000008",
"span_text": "氨氯地平",
"start_offset": "29",
"target_id": "TARGET-0000008"
},
{
"available_time": "2025-12-30T08:00:00",
"coordinate_system": "unicode_codepoint_half_open",
"document_id": "DOCUMENT-0000002",
"end_offset": "21",
"event_time_raw": "2026-01-06T10:30:00+08:00",
"evidence_role": "time_normalization_evidence",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"source_object_id": "SOURCE_OBJECT-0000001",
"span_id": "SPAN-0000009",
"span_text": "2026年7月26日",
"start_offset": "12",
"target_id": "TARGET-0000009"
},
{
"available_time": "2025-12-30T08:00:00",
"coordinate_system": "unicode_codepoint_half_open",
"document_id": "DOCUMENT-0000002",
"end_offset": "11",
"event_time_raw": "2026-01-06T10:30:00+08:00",
"evidence_role": "terminology_mapping_evidence",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"source_object_id": "SOURCE_OBJECT-0000001",
"span_id": "SPAN-0000010",
"span_text": "原发性高血压",
"start_offset": "5",
"target_id": "TARGET-0000010"
},
{
"available_time": "2025-12-30T08:00:00",
"coordinate_system": "unicode_codepoint_half_open",
"document_id": "DOCUMENT-0000003",
"end_offset": "11",
"event_time_raw": "2026-01-30T08:20:00+08:00",
"evidence_role": "section_boundary_evidence",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"source_object_id": "SOURCE_OBJECT-0000001",
"span_id": "SPAN-0000011",
"span_text": "查房",
"start_offset": "9",
"target_id": "TARGET-0000011"
},
{
"available_time": "2025-12-30T08:00:00",
"coordinate_system": "unicode_codepoint_half_open",
"document_id": "DOCUMENT-0000003",
"end_offset": "19",
"event_time_raw": "2026-01-30T08:20:00+08:00",
"evidence_role": "relation_endpoint_evidence",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"source_object_id": "SOURCE_OBJECT-0000001",
"span_id": "SPAN-0000012",
"span_text": "体温38.5℃",
"start_offset": "12",
"target_id": "TARGET-0000012"
},
{
"available_time": "2025-12-30T08:00:00",
"coordinate_system": "unicode_codepoint_half_open",
"document_id": "DOCUMENT-0000003",
"end_offset": "25",
"event_time_raw": "2026-01-30T08:20:00+08:00",
"evidence_role": "relation_endpoint_evidence",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"source_object_id": "SOURCE_OBJECT-0000001",
"span_id": "SPAN-0000013",
"span_text": "咳嗽",
"start_offset": "23",
"target_id": "TARGET-0000013"
},
{
"available_time": "2025-12-30T08:00:00",
"coordinate_system": "unicode_codepoint_half_open",
"document_id": "DOCUMENT-0000003",
"end_offset": "9",
"event_time_raw": "2026-01-30T08:20:00+08:00",
"evidence_role": "time_normalization_evidence",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"source_object_id": "SOURCE_OBJECT-0000001",
"span_id": "SPAN-0000014",
"span_text": "2026年8月19日",
"start_offset": "0",
"target_id": "TARGET-0000014"
},
{
"available_time": "2025-12-30T08:00:00",
"coordinate_system": "unicode_codepoint_half_open",
"document_id": "DOCUMENT-0000003",
"end_offset": "25",
"event_time_raw": "2026-01-30T08:20:00+08:00",
"evidence_role": "terminology_mapping_evidence",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"source_object_id": "SOURCE_OBJECT-0000001",
"span_id": "SPAN-0000015",
"span_text": "咳嗽",
"start_offset": "23",
"target_id": "TARGET-0000015"
},
{
"available_time": "2025-12-30T08:00:00",
"coordinate_system": "unicode_codepoint_half_open",
"document_id": "DOCUMENT-0000004",
"end_offset": "4",
"event_time_raw": "2026-02-03T13:10:00+08:00",
"evidence_role": "section_boundary_evidence",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"source_object_id": "SOURCE_OBJECT-0000001",
"span_id": "SPAN-0000016",
"span_text": "术前诊断",
"start_offset": "0",
"target_id": "TARGET-0000016"
},
{
"available_time": "2025-12-30T08:00:00",
"coordinate_system": "unicode_codepoint_half_open",
"document_id": "DOCUMENT-0000004",
"end_offset": "29",
"event_time_raw": "2026-02-03T13:10:00+08:00",
"evidence_role": "relation_endpoint_evidence",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"source_object_id": "SOURCE_OBJECT-0000001",
"span_id": "SPAN-0000017",
"span_text": "腹腔镜阑尾切除术",
"start_offset": "21",
"target_id": "TARGET-0000017"
},
{
"available_time": "2025-12-30T08:00:00",
"coordinate_system": "unicode_codepoint_half_open",
"document_id": "DOCUMENT-0000004",
"end_offset": "10",
"event_time_raw": "2026-02-03T13:10:00+08:00",
"evidence_role": "relation_endpoint_evidence",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"source_object_id": "SOURCE_OBJECT-0000001",
"span_id": "SPAN-0000018",
"span_text": "急性阑尾炎",
"start_offset": "5",
"target_id": "TARGET-0000018"
},
{
"available_time": "2025-12-30T08:00:00",
"coordinate_system": "unicode_codepoint_half_open",
"document_id": "DOCUMENT-0000004",
"end_offset": "20",
"event_time_raw": "2026-02-03T13:10:00+08:00",
"evidence_role": "time_normalization_evidence",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"source_object_id": "SOURCE_OBJECT-0000001",
"span_id": "SPAN-0000019",
"span_text": "2026年8月23日",
"start_offset": "11",
"target_id": "TARGET-0000019"
},
{
"available_time": "2025-12-30T08:00:00",
"coordinate_system": "unicode_codepoint_half_open",
"document_id": "DOCUMENT-0000004",
"end_offset": "10",
"event_time_raw": "2026-02-03T13:10:00+08:00",
"evidence_role": "terminology_mapping_evidence",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"source_object_id": "SOURCE_OBJECT-0000001",
"span_id": "SPAN-0000020",
"span_text": "急性阑尾炎",
"start_offset": "5",
"target_id": "TARGET-0000020"
},
{
"available_time": "2025-12-30T08:00:00",
"coordinate_system": "unicode_codepoint_half_open",
"document_id": "DOCUMENT-0000005",
"end_offset": "13",
"event_time_raw": "2026-02-28T15:40:00+08:00",
"evidence_role": "section_boundary_evidence",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"source_object_id": "SOURCE_OBJECT-0000001",
"span_id": "SPAN-0000021",
"span_text": "胸部CT",
"start_offset": "9",
"target_id": "TARGET-0000021"
},
{
"available_time": "2025-12-30T08:00:00",
"coordinate_system": "unicode_codepoint_half_open",
"document_id": "DOCUMENT-0000005",
"end_offset": "25",
"event_time_raw": "2026-02-28T15:40:00+08:00",
"evidence_role": "relation_endpoint_evidence",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"source_object_id": "SOURCE_OBJECT-0000001",
"span_id": "SPAN-0000022",
"span_text": "肺结节",
"start_offset": "22",
"target_id": "TARGET-0000022"
},
{
"available_time": "2025-12-30T08:00:00",
"coordinate_system": "unicode_codepoint_half_open",
"document_id": "DOCUMENT-0000005",
"end_offset": "18",
"event_time_raw": "2026-02-28T15:40:00+08:00",
"evidence_role": "relation_endpoint_evidence",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"source_object_id": "SOURCE_OBJECT-0000001",
"span_id": "SPAN-0000023",
"span_text": "右肺上叶",
"start_offset": "14",
"target_id": "TARGET-0000023"
},
{
"available_time": "2025-12-30T08:00:00",
"coordinate_system": "unicode_codepoint_half_open",
"document_id": "DOCUMENT-0000005",
"end_offset": "9",
"event_time_raw": "2026-02-28T15:40:00+08:00",
"evidence_role": "time_normalization_evidence",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"source_object_id": "SOURCE_OBJECT-0000001",
"span_id": "SPAN-0000024",
"span_text": "2026年9月17日",
"start_offset": "0",
"target_id": "TARGET-0000024"
},
{
"available_time": "2025-12-30T08:00:00",
"coordinate_system": "unicode_codepoint_half_open",
"document_id": "DOCUMENT-0000005",
"end_offset": "25",
"event_time_raw": "2026-02-28T15:40:00+08:00",
"evidence_role": "terminology_mapping_evidence",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"source_object_id": "SOURCE_OBJECT-0000001",
"span_id": "SPAN-0000025",
"span_text": "肺结节",
"start_offset": "22",
"target_id": "TARGET-0000025"
},
{
"available_time": "2025-12-30T08:00:00",
"coordinate_system": "unicode_codepoint_half_open",
"document_id": "DOCUMENT-0000006",
"end_offset": "14",
"event_time_raw": "2026-03-08T09:15:00+08:00",
"evidence_role": "section_boundary_evidence",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"source_object_id": "SOURCE_OBJECT-0000001",
"span_id": "SPAN-0000026",
"span_text": "护理评估",
"start_offset": "10",
"target_id": "TARGET-0000026"
},
{
"available_time": "2025-12-30T08:00:00",
"coordinate_system": "unicode_codepoint_half_open",
"document_id": "DOCUMENT-0000006",
"end_offset": "24",
"event_time_raw": "2026-03-08T09:15:00+08:00",
"evidence_role": "relation_endpoint_evidence",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"source_object_id": "SOURCE_OBJECT-0000001",
"span_id": "SPAN-0000027",
"span_text": "压疮风险评分12分",
"start_offset": "15",
"target_id": "TARGET-0000027"
},
{
"available_time": "2025-12-30T08:00:00",
"coordinate_system": "unicode_codepoint_half_open",
"document_id": "DOCUMENT-0000006",
"end_offset": "33",
"event_time_raw": "2026-03-08T09:15:00+08:00",
"evidence_role": "relation_endpoint_evidence",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"source_object_id": "SOURCE_OBJECT-0000001",
"span_id": "SPAN-0000028",
"span_text": "翻身减压计划",
"start_offset": "27",
"target_id": "TARGET-0000028"
},
{
"available_time": "2025-12-30T08:00:00",
"coordinate_system": "unicode_codepoint_half_open",
"document_id": "DOCUMENT-0000006",
"end_offset": "10",
"event_time_raw": "2026-03-08T09:15:00+08:00",
"evidence_role": "time_normalization_evidence",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"source_object_id": "SOURCE_OBJECT-0000001",
"span_id": "SPAN-0000029",
"span_text": "2026年9月25日",
"start_offset": "0",
"target_id": "TARGET-0000029"
},
{
"available_time": "2025-12-30T08:00:00",
"coordinate_system": "unicode_codepoint_half_open",
"document_id": "DOCUMENT-0000006",
"end_offset": "19",
"event_time_raw": "2026-03-08T09:15:00+08:00",
"evidence_role": "terminology_mapping_evidence",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"source_object_id": "SOURCE_OBJECT-0000001",
"span_id": "SPAN-0000030",
"span_text": "压疮风险",
"start_offset": "15",
"target_id": "TARGET-0000030"
},
{
"available_time": "2025-12-30T08:00:00",
"coordinate_system": "unicode_codepoint_half_open",
"document_id": "DOCUMENT-0000007",
"end_offset": "11",
"event_time_raw": "2026-03-30T11:00:00+08:00",
"evidence_role": "section_boundary_evidence",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"source_object_id": "SOURCE_OBJECT-0000001",
"span_id": "SPAN-0000031",
"span_text": "医嘱",
"start_offset": "9",
"target_id": "TARGET-0000031"
},
{
"available_time": "2025-12-30T08:00:00",
"coordinate_system": "unicode_codepoint_half_open",
"document_id": "DOCUMENT-0000007",
"end_offset": "16",
"event_time_raw": "2026-03-30T11:00:00+08:00",
"evidence_role": "relation_endpoint_evidence",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"source_object_id": "SOURCE_OBJECT-0000001",
"span_id": "SPAN-0000032",
"span_text": "阿莫西林",
"start_offset": "12",
"target_id": "TARGET-0000032"
},
{
"available_time": "2025-12-30T08:00:00",
"coordinate_system": "unicode_codepoint_half_open",
"document_id": "DOCUMENT-0000007",
"end_offset": "21",
"event_time_raw": "2026-03-30T11:00:00+08:00",
"evidence_role": "relation_endpoint_evidence",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"source_object_id": "SOURCE_OBJECT-0000001",
"span_id": "SPAN-0000033",
"span_text": "500毫克",
"start_offset": "16",
"target_id": "TARGET-0000033"
},
{
"available_time": "2025-12-30T08:00:00",
"coordinate_system": "unicode_codepoint_half_open",
"document_id": "DOCUMENT-0000007",
"end_offset": "9",
"event_time_raw": "2026-03-30T11:00:00+08:00",
"evidence_role": "time_normalization_evidence",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"source_object_id": "SOURCE_OBJECT-0000001",
"span_id": "SPAN-0000034",
"span_text": "2026年10月17日",
"start_offset": "0",
"target_id": "TARGET-0000034"
},
{
"available_time": "2025-12-30T08:00:00",
"coordinate_system": "unicode_codepoint_half_open",
"document_id": "DOCUMENT-0000007",
"end_offset": "16",
"event_time_raw": "2026-03-30T11:00:00+08:00",
"evidence_role": "terminology_mapping_evidence",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"source_object_id": "SOURCE_OBJECT-0000001",
"span_id": "SPAN-0000035",
"span_text": "阿莫西林",
"start_offset": "12",
"target_id": "TARGET-0000035"
},
{
"available_time": "2025-12-30T08:00:00",
"coordinate_system": "unicode_codepoint_half_open",
"document_id": "DOCUMENT-0000008",
"end_offset": "14",
"event_time_raw": "2026-04-10T16:05:00+08:00",
"evidence_role": "section_boundary_evidence",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"source_object_id": "SOURCE_OBJECT-0000001",
"span_id": "SPAN-0000036",
"span_text": "首次病程",
"start_offset": "10",
"target_id": "TARGET-0000036"
},
{
"available_time": "2025-12-30T08:00:00",
"coordinate_system": "unicode_codepoint_half_open",
"document_id": "DOCUMENT-0000008",
"end_offset": "21",
"event_time_raw": "2026-04-10T16:05:00+08:00",
"evidence_role": "relation_endpoint_evidence",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"source_object_id": "SOURCE_OBJECT-0000001",
"span_id": "SPAN-0000037",
"span_text": "胸痛",
"start_offset": "19",
"target_id": "TARGET-0000037"
},
{
"available_time": "2025-12-30T08:00:00",
"coordinate_system": "unicode_codepoint_half_open",
"document_id": "DOCUMENT-0000008",
"end_offset": "27",
"event_time_raw": "2026-04-10T16:05:00+08:00",
"evidence_role": "relation_endpoint_evidence",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"source_object_id": "SOURCE_OBJECT-0000001",
"span_id": "SPAN-0000038",
"span_text": "活动后气短",
"start_offset": "22",
"target_id": "TARGET-0000038"
},
{
"available_time": "2025-12-30T08:00:00",
"coordinate_system": "unicode_codepoint_half_open",
"document_id": "DOCUMENT-0000008",
"end_offset": "10",
"event_time_raw": "2026-04-10T16:05:00+08:00",
"evidence_role": "time_normalization_evidence",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"source_object_id": "SOURCE_OBJECT-0000001",
"span_id": "SPAN-0000039",
"span_text": "2026年10月28日",
"start_offset": "0",
"target_id": "TARGET-0000039"
},
{
"available_time": "2025-12-30T08:00:00",
"coordinate_system": "unicode_codepoint_half_open",
"document_id": "DOCUMENT-0000008",
"end_offset": "27",
"event_time_raw": "2026-04-10T16:05:00+08:00",
"evidence_role": "terminology_mapping_evidence",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"source_object_id": "SOURCE_OBJECT-0000001",
"span_id": "SPAN-0000040",
"span_text": "活动后气短",
"start_offset": "22",
"target_id": "TARGET-0000040"
},
{
"available_time": "2025-12-30T08:00:00",
"coordinate_system": "unicode_codepoint_half_open",
"document_id": "DOCUMENT-0000009",
"end_offset": "13",
"event_time_raw": "2026-05-04T14:25:00+08:00",
"evidence_role": "section_boundary_evidence",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"source_object_id": "SOURCE_OBJECT-0000001",
"span_id": "SPAN-0000041",
"span_text": "病理报告",
"start_offset": "9",
"target_id": "TARGET-0000041"
},
{
"available_time": "2025-12-30T08:00:00",
"coordinate_system": "unicode_codepoint_half_open",
"document_id": "DOCUMENT-0000009",
"end_offset": "18",
"event_time_raw": "2026-05-04T14:25:00+08:00",
"evidence_role": "relation_endpoint_evidence",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"source_object_id": "SOURCE_OBJECT-0000001",
"span_id": "SPAN-0000042",
"span_text": "结肠腺癌",
"start_offset": "14",
"target_id": "TARGET-0000042"
},
{
"available_time": "2025-12-30T08:00:00",
"coordinate_system": "unicode_codepoint_half_open",
"document_id": "DOCUMENT-0000009",
"end_offset": "22",
"event_time_raw": "2026-05-04T14:25:00+08:00",
"evidence_role": "relation_endpoint_evidence",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"source_object_id": "SOURCE_OBJECT-0000001",
"span_id": "SPAN-0000043",
"span_text": "中分化",
"start_offset": "19",
"target_id": "TARGET-0000043"
},
{
"available_time": "2025-12-30T08:00:00",
"coordinate_system": "unicode_codepoint_half_open",
"document_id": "DOCUMENT-0000009",
"end_offset": "9",
"event_time_raw": "2026-05-04T14:25:00+08:00",
"evidence_role": "time_normalization_evidence",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"source_object_id": "SOURCE_OBJECT-0000001",
"span_id": "SPAN-0000044",
"span_text": "2026年11月21日",
"start_offset": "0",
"target_id": "TARGET-0000044"
},
{
"available_time": "2025-12-30T08:00:00",
"coordinate_system": "unicode_codepoint_half_open",
"document_id": "DOCUMENT-0000009",
"end_offset": "18",
"event_time_raw": "2026-05-04T14:25:00+08:00",
"evidence_role": "terminology_mapping_evidence",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"source_object_id": "SOURCE_OBJECT-0000001",
"span_id": "SPAN-0000045",
"span_text": "结肠腺癌",
"start_offset": "14",
"target_id": "TARGET-0000045"
},
{
"available_time": "2025-12-30T08:00:00",
"coordinate_system": "unicode_codepoint_half_open",
"document_id": "DOCUMENT-0000010",
"end_offset": "12",
"event_time_raw": "2026-06-13T09:50:00+08:00",
"evidence_role": "section_boundary_evidence",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"source_object_id": "SOURCE_OBJECT-0000001",
"span_id": "SPAN-0000046",
"span_text": "随访",
"start_offset": "10",
"target_id": "TARGET-0000046"
},
{
"available_time": "2025-12-30T08:00:00",
"coordinate_system": "unicode_codepoint_half_open",
"document_id": "DOCUMENT-0000010",
"end_offset": "19",
"event_time_raw": "2026-06-13T09:50:00+08:00",
"evidence_role": "relation_endpoint_evidence",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"source_object_id": "SOURCE_OBJECT-0000001",
"span_id": "SPAN-0000047",
"span_text": "切口愈合良好",
"start_offset": "13",
"target_id": "TARGET-0000047"
},
{
"available_time": "2025-12-30T08:00:00",
"coordinate_system": "unicode_codepoint_half_open",
"document_id": "DOCUMENT-0000010",
"end_offset": "24",
"event_time_raw": "2026-06-13T09:50:00+08:00",
"evidence_role": "relation_endpoint_evidence",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"source_object_id": "SOURCE_OBJECT-0000001",
"span_id": "SPAN-0000048",
"span_text": "感染",
"start_offset": "22",
"target_id": "TARGET-0000048"
},
{
"available_time": "2025-12-30T08:00:00",
"coordinate_system": "unicode_codepoint_half_open",
"document_id": "DOCUMENT-0000010",
"end_offset": "10",
"event_time_raw": "2026-06-13T09:50:00+08:00",
"evidence_role": "time_normalization_evidence",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"source_object_id": "SOURCE_OBJECT-0000001",
"span_id": "SPAN-0000049",
"span_text": "2026年12月31日",
"start_offset": "0",
"target_id": "TARGET-0000049"
},
{
"available_time": "2025-12-30T08:00:00",
"coordinate_system": "unicode_codepoint_half_open",
"document_id": "DOCUMENT-0000010",
"end_offset": "24",
"event_time_raw": "2026-06-13T09:50:00+08:00",
"evidence_role": "terminology_mapping_evidence",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"source_object_id": "SOURCE_OBJECT-0000001",
"span_id": "SPAN-0000050",
"span_text": "感染",
"start_offset": "22",
"target_id": "TARGET-0000050"
}
],
"relation_edge": [
{
"available_time": "2025-12-30T08:00:00",
"event_time_raw": "2026-01-01T09:00:00+08:00",
"evidence_span_ids": "[\"SPAN-0000002\", \"SPAN-0000003\"]",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"relation_id": "RELATION-0000001",
"relation_status": "professionally_reviewed_synthetic",
"relation_type": "symptom_supports_candidate_diagnosis",
"sample_id": "SAMPLE-0000002",
"source_object_id": "SOURCE_OBJECT-0000001",
"source_target_id": "TARGET-0000002",
"target_target_id": "TARGET-0000003"
},
{
"available_time": "2025-12-30T08:00:00",
"event_time_raw": "2026-01-06T10:30:00+08:00",
"evidence_span_ids": "[\"SPAN-0000007\", \"SPAN-0000008\"]",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"relation_id": "RELATION-0000002",
"relation_status": "professionally_reviewed_synthetic",
"relation_type": "diagnosis_has_discharge_medication_order",
"sample_id": "SAMPLE-0000005",
"source_object_id": "SOURCE_OBJECT-0000001",
"source_target_id": "TARGET-0000007",
"target_target_id": "TARGET-0000008"
},
{
"available_time": "2025-12-30T08:00:00",
"event_time_raw": "2026-01-30T08:20:00+08:00",
"evidence_span_ids": "[\"SPAN-0000012\", \"SPAN-0000013\"]",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"relation_id": "RELATION-0000003",
"relation_status": "professionally_reviewed_synthetic",
"relation_type": "measurement_contextualizes_symptom",
"sample_id": "SAMPLE-0000008",
"source_object_id": "SOURCE_OBJECT-0000001",
"source_target_id": "TARGET-0000012",
"target_target_id": "TARGET-0000013"
},
{
"available_time": "2025-12-30T08:00:00",
"event_time_raw": "2026-02-03T13:10:00+08:00",
"evidence_span_ids": "[\"SPAN-0000017\", \"SPAN-0000018\"]",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"relation_id": "RELATION-0000004",
"relation_status": "professionally_reviewed_synthetic",
"relation_type": "procedure_addresses_diagnosis",
"sample_id": "SAMPLE-0000011",
"source_object_id": "SOURCE_OBJECT-0000001",
"source_target_id": "TARGET-0000017",
"target_target_id": "TARGET-0000018"
},
{
"available_time": "2025-12-30T08:00:00",
"event_time_raw": "2026-02-28T15:40:00+08:00",
"evidence_span_ids": "[\"SPAN-0000022\", \"SPAN-0000023\"]",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"relation_id": "RELATION-0000005",
"relation_status": "professionally_reviewed_synthetic",
"relation_type": "finding_located_in_anatomy",
"sample_id": "SAMPLE-0000014",
"source_object_id": "SOURCE_OBJECT-0000001",
"source_target_id": "TARGET-0000022",
"target_target_id": "TARGET-0000023"
},
{
"available_time": "2025-12-30T08:00:00",
"event_time_raw": "2026-03-08T09:15:00+08:00",
"evidence_span_ids": "[\"SPAN-0000027\", \"SPAN-0000028\"]",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"relation_id": "RELATION-0000006",
"relation_status": "professionally_reviewed_synthetic",
"relation_type": "nursing_plan_addresses_risk",
"sample_id": "SAMPLE-0000017",
"source_object_id": "SOURCE_OBJECT-0000001",
"source_target_id": "TARGET-0000027",
"target_target_id": "TARGET-0000028"
},
{
"available_time": "2025-12-30T08:00:00",
"event_time_raw": "2026-03-30T11:00:00+08:00",
"evidence_span_ids": "[\"SPAN-0000032\", \"SPAN-0000033\"]",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"relation_id": "RELATION-0000007",
"relation_status": "professionally_reviewed_synthetic",
"relation_type": "medication_order_has_dose",
"sample_id": "SAMPLE-0000020",
"source_object_id": "SOURCE_OBJECT-0000001",
"source_target_id": "TARGET-0000032",
"target_target_id": "TARGET-0000033"
},
{
"available_time": "2025-12-30T08:00:00",
"event_time_raw": "2026-04-10T16:05:00+08:00",
"evidence_span_ids": "[\"SPAN-0000037\", \"SPAN-0000038\"]",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"relation_id": "RELATION-0000008",
"relation_status": "professionally_reviewed_synthetic",
"relation_type": "negated_and_present_symptom_context",
"sample_id": "SAMPLE-0000023",
"source_object_id": "SOURCE_OBJECT-0000001",
"source_target_id": "TARGET-0000037",
"target_target_id": "TARGET-0000038"
},
{
"available_time": "2025-12-30T08:00:00",
"event_time_raw": "2026-05-04T14:25:00+08:00",
"evidence_span_ids": "[\"SPAN-0000042\", \"SPAN-0000043\"]",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"relation_id": "RELATION-0000009",
"relation_status": "professionally_reviewed_synthetic",
"relation_type": "diagnosis_has_histologic_grade",
"sample_id": "SAMPLE-0000026",
"source_object_id": "SOURCE_OBJECT-0000001",
"source_target_id": "TARGET-0000042",
"target_target_id": "TARGET-0000043"
},
{
"available_time": "2025-12-30T08:00:00",
"event_time_raw": "2026-06-13T09:50:00+08:00",
"evidence_span_ids": "[\"SPAN-0000047\", \"SPAN-0000048\"]",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"relation_id": "RELATION-0000010",
"relation_status": "professionally_reviewed_synthetic",
"relation_type": "wound_status_has_complication_assessment",
"sample_id": "SAMPLE-0000029",
"source_object_id": "SOURCE_OBJECT-0000001",
"source_target_id": "TARGET-0000047",
"target_target_id": "TARGET-0000048"
}
],
"terminology_mapping": [
{
"available_time": "2025-12-30T08:00:00",
"event_time_raw": "2026-01-01T09:00:00+08:00",
"mapping_id": "MAPPING-0000001",
"mapping_status": "professionally_reviewed_synthetic",
"mapping_version": "P38-TERM-v1",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"source_object_id": "SOURCE_OBJECT-0000001",
"target_id": "TARGET-0000005",
"terminology_code": "J18.9",
"terminology_display": "肺炎,病原体未特指",
"terminology_system": "ICD-10"
},
{
"available_time": "2025-12-30T08:00:00",
"event_time_raw": "2026-01-06T10:30:00+08:00",
"mapping_id": "MAPPING-0000002",
"mapping_status": "professionally_reviewed_synthetic",
"mapping_version": "P38-TERM-v1",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"source_object_id": "SOURCE_OBJECT-0000001",
"target_id": "TARGET-0000010",
"terminology_code": "I10",
"terminology_display": "原发性高血压",
"terminology_system": "ICD-10"
},
{
"available_time": "2025-12-30T08:00:00",
"event_time_raw": "2026-01-30T08:20:00+08:00",
"mapping_id": "MAPPING-0000003",
"mapping_status": "professionally_reviewed_synthetic",
"mapping_version": "P38-TERM-v1",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"source_object_id": "SOURCE_OBJECT-0000001",
"target_id": "TARGET-0000015",
"terminology_code": "R05",
"terminology_display": "咳嗽",
"terminology_system": "ICD-10"
},
{
"available_time": "2025-12-30T08:00:00",
"event_time_raw": "2026-02-03T13:10:00+08:00",
"mapping_id": "MAPPING-0000004",
"mapping_status": "professionally_reviewed_synthetic",
"mapping_version": "P38-TERM-v1",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"source_object_id": "SOURCE_OBJECT-0000001",
"target_id": "TARGET-0000020",
"terminology_code": "K35.8",
"terminology_display": "其他和未特指的急性阑尾炎",
"terminology_system": "ICD-10"
},
{
"available_time": "2025-12-30T08:00:00",
"event_time_raw": "2026-02-28T15:40:00+08:00",
"mapping_id": "MAPPING-0000005",
"mapping_status": "professionally_reviewed_synthetic",
"mapping_version": "P38-TERM-v1",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"source_object_id": "SOURCE_OBJECT-0000001",
"target_id": "TARGET-0000025",
"terminology_code": "R91.1",
"terminology_display": "肺内孤立性结节",
"terminology_system": "ICD-10"
},
{
"available_time": "2025-12-30T08:00:00",
"event_time_raw": "2026-03-08T09:15:00+08:00",
"mapping_id": "MAPPING-0000006",
"mapping_status": "professionally_reviewed_synthetic",
"mapping_version": "P38-TERM-v1",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"source_object_id": "SOURCE_OBJECT-0000001",
"target_id": "TARGET-0000030",
"terminology_code": "RISK_PRESSURE_INJURY",
"terminology_display": "压力性损伤风险",
"terminology_system": "LOCAL-NURSING"
},
{
"available_time": "2025-12-30T08:00:00",
"event_time_raw": "2026-03-30T11:00:00+08:00",
"mapping_id": "MAPPING-0000007",
"mapping_status": "professionally_reviewed_synthetic",
"mapping_version": "P38-TERM-v1",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"source_object_id": "SOURCE_OBJECT-0000001",
"target_id": "TARGET-0000035",
"terminology_code": "J01CA04",
"terminology_display": "Amoxicillin",
"terminology_system": "ATC"
},
{
"available_time": "2025-12-30T08:00:00",
"event_time_raw": "2026-04-10T16:05:00+08:00",
"mapping_id": "MAPPING-0000008",
"mapping_status": "professionally_reviewed_synthetic",
"mapping_version": "P38-TERM-v1",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"source_object_id": "SOURCE_OBJECT-0000001",
"target_id": "TARGET-0000040",
"terminology_code": "R06.0",
"terminology_display": "呼吸困难",
"terminology_system": "ICD-10"
},
{
"available_time": "2025-12-30T08:00:00",
"event_time_raw": "2026-05-04T14:25:00+08:00",
"mapping_id": "MAPPING-0000009",
"mapping_status": "professionally_reviewed_synthetic",
"mapping_version": "P38-TERM-v1",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"source_object_id": "SOURCE_OBJECT-0000001",
"target_id": "TARGET-0000045",
"terminology_code": "C18.9",
"terminology_display": "结肠恶性肿瘤,未特指",
"terminology_system": "ICD-10"
},
{
"available_time": "2025-12-30T08:00:00",
"event_time_raw": "2026-06-13T09:50:00+08:00",
"mapping_id": "MAPPING-0000010",
"mapping_status": "professionally_reviewed_synthetic",
"mapping_version": "P38-TERM-v1",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"source_object_id": "SOURCE_OBJECT-0000001",
"target_id": "TARGET-0000050",
"terminology_code": "T81.4",
"terminology_display": "操作后感染",
"terminology_system": "ICD-10"
}
],
"split_group": [
{
"available_time": "2025-12-30T08:00:00",
"event_time_raw": "2025-12-30T08:00:00",
"group_key": "GROUP-0000001",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"source_object_id": "SOURCE_OBJECT-0000001",
"split_id": "SPLIT-0000001",
"split_name": "development",
"split_policy": "document-group isolation"
}
],
"review_record": [
{
"available_time": "2025-12-30T08:00:00",
"decision": "accepted_for_synthetic_dataset",
"event_time_raw": "2026-01-01T09:00:00+08:00",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"review_id": "REVIEW-0000001",
"review_note": "task output, Unicode span replay and stated boundary checked",
"review_status": "completed",
"reviewed_at": "2026-07-29T16:00:00+08:00",
"reviewer_role": "clinical_information_extraction_reviewer",
"sample_id": "SAMPLE-0000001",
"source_object_id": "SOURCE_OBJECT-0000001"
},
{
"available_time": "2025-12-30T08:00:00",
"decision": "accepted_for_synthetic_dataset",
"event_time_raw": "2026-01-01T09:00:00+08:00",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"review_id": "REVIEW-0000002",
"review_note": "task output, Unicode span replay and stated boundary checked",
"review_status": "completed",
"reviewed_at": "2026-07-29T16:00:00+08:00",
"reviewer_role": "clinical_information_extraction_reviewer",
"sample_id": "SAMPLE-0000002",
"source_object_id": "SOURCE_OBJECT-0000001"
},
{
"available_time": "2025-12-30T08:00:00",
"decision": "accepted_for_synthetic_dataset",
"event_time_raw": "2026-01-01T09:00:00+08:00",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"review_id": "REVIEW-0000003",
"review_note": "task output, Unicode span replay and stated boundary checked",
"review_status": "completed",
"reviewed_at": "2026-07-29T16:00:00+08:00",
"reviewer_role": "clinical_information_extraction_reviewer",
"sample_id": "SAMPLE-0000003",
"source_object_id": "SOURCE_OBJECT-0000001"
},
{
"available_time": "2025-12-30T08:00:00",
"decision": "accepted_for_synthetic_dataset",
"event_time_raw": "2026-01-06T10:30:00+08:00",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"review_id": "REVIEW-0000004",
"review_note": "task output, Unicode span replay and stated boundary checked",
"review_status": "completed",
"reviewed_at": "2026-07-29T16:00:00+08:00",
"reviewer_role": "clinical_information_extraction_reviewer",
"sample_id": "SAMPLE-0000004",
"source_object_id": "SOURCE_OBJECT-0000001"
},
{
"available_time": "2025-12-30T08:00:00",
"decision": "accepted_for_synthetic_dataset",
"event_time_raw": "2026-01-06T10:30:00+08:00",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"review_id": "REVIEW-0000005",
"review_note": "task output, Unicode span replay and stated boundary checked",
"review_status": "completed",
"reviewed_at": "2026-07-29T16:00:00+08:00",
"reviewer_role": "clinical_information_extraction_reviewer",
"sample_id": "SAMPLE-0000005",
"source_object_id": "SOURCE_OBJECT-0000001"
},
{
"available_time": "2025-12-30T08:00:00",
"decision": "accepted_for_synthetic_dataset",
"event_time_raw": "2026-01-06T10:30:00+08:00",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"review_id": "REVIEW-0000006",
"review_note": "task output, Unicode span replay and stated boundary checked",
"review_status": "completed",
"reviewed_at": "2026-07-29T16:00:00+08:00",
"reviewer_role": "clinical_information_extraction_reviewer",
"sample_id": "SAMPLE-0000006",
"source_object_id": "SOURCE_OBJECT-0000001"
},
{
"available_time": "2025-12-30T08:00:00",
"decision": "accepted_for_synthetic_dataset",
"event_time_raw": "2026-01-30T08:20:00+08:00",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"review_id": "REVIEW-0000007",
"review_note": "task output, Unicode span replay and stated boundary checked",
"review_status": "completed",
"reviewed_at": "2026-07-29T16:00:00+08:00",
"reviewer_role": "clinical_information_extraction_reviewer",
"sample_id": "SAMPLE-0000007",
"source_object_id": "SOURCE_OBJECT-0000001"
},
{
"available_time": "2025-12-30T08:00:00",
"decision": "accepted_for_synthetic_dataset",
"event_time_raw": "2026-01-30T08:20:00+08:00",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"review_id": "REVIEW-0000008",
"review_note": "task output, Unicode span replay and stated boundary checked",
"review_status": "completed",
"reviewed_at": "2026-07-29T16:00:00+08:00",
"reviewer_role": "clinical_information_extraction_reviewer",
"sample_id": "SAMPLE-0000008",
"source_object_id": "SOURCE_OBJECT-0000001"
},
{
"available_time": "2025-12-30T08:00:00",
"decision": "accepted_for_synthetic_dataset",
"event_time_raw": "2026-01-30T08:20:00+08:00",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"review_id": "REVIEW-0000009",
"review_note": "task output, Unicode span replay and stated boundary checked",
"review_status": "completed",
"reviewed_at": "2026-07-29T16:00:00+08:00",
"reviewer_role": "clinical_information_extraction_reviewer",
"sample_id": "SAMPLE-0000009",
"source_object_id": "SOURCE_OBJECT-0000001"
},
{
"available_time": "2025-12-30T08:00:00",
"decision": "accepted_for_synthetic_dataset",
"event_time_raw": "2026-02-03T13:10:00+08:00",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"review_id": "REVIEW-0000010",
"review_note": "task output, Unicode span replay and stated boundary checked",
"review_status": "completed",
"reviewed_at": "2026-07-29T16:00:00+08:00",
"reviewer_role": "clinical_information_extraction_reviewer",
"sample_id": "SAMPLE-0000010",
"source_object_id": "SOURCE_OBJECT-0000001"
},
{
"available_time": "2025-12-30T08:00:00",
"decision": "accepted_for_synthetic_dataset",
"event_time_raw": "2026-02-03T13:10:00+08:00",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"review_id": "REVIEW-0000011",
"review_note": "task output, Unicode span replay and stated boundary checked",
"review_status": "completed",
"reviewed_at": "2026-07-29T16:00:00+08:00",
"reviewer_role": "clinical_information_extraction_reviewer",
"sample_id": "SAMPLE-0000011",
"source_object_id": "SOURCE_OBJECT-0000001"
},
{
"available_time": "2025-12-30T08:00:00",
"decision": "accepted_for_synthetic_dataset",
"event_time_raw": "2026-02-03T13:10:00+08:00",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"review_id": "REVIEW-0000012",
"review_note": "task output, Unicode span replay and stated boundary checked",
"review_status": "completed",
"reviewed_at": "2026-07-29T16:00:00+08:00",
"reviewer_role": "clinical_information_extraction_reviewer",
"sample_id": "SAMPLE-0000012",
"source_object_id": "SOURCE_OBJECT-0000001"
},
{
"available_time": "2025-12-30T08:00:00",
"decision": "accepted_for_synthetic_dataset",
"event_time_raw": "2026-02-28T15:40:00+08:00",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"review_id": "REVIEW-0000013",
"review_note": "task output, Unicode span replay and stated boundary checked",
"review_status": "completed",
"reviewed_at": "2026-07-29T16:00:00+08:00",
"reviewer_role": "clinical_information_extraction_reviewer",
"sample_id": "SAMPLE-0000013",
"source_object_id": "SOURCE_OBJECT-0000001"
},
{
"available_time": "2025-12-30T08:00:00",
"decision": "accepted_for_synthetic_dataset",
"event_time_raw": "2026-02-28T15:40:00+08:00",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"review_id": "REVIEW-0000014",
"review_note": "task output, Unicode span replay and stated boundary checked",
"review_status": "completed",
"reviewed_at": "2026-07-29T16:00:00+08:00",
"reviewer_role": "clinical_information_extraction_reviewer",
"sample_id": "SAMPLE-0000014",
"source_object_id": "SOURCE_OBJECT-0000001"
},
{
"available_time": "2025-12-30T08:00:00",
"decision": "accepted_for_synthetic_dataset",
"event_time_raw": "2026-02-28T15:40:00+08:00",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"review_id": "REVIEW-0000015",
"review_note": "task output, Unicode span replay and stated boundary checked",
"review_status": "completed",
"reviewed_at": "2026-07-29T16:00:00+08:00",
"reviewer_role": "clinical_information_extraction_reviewer",
"sample_id": "SAMPLE-0000015",
"source_object_id": "SOURCE_OBJECT-0000001"
},
{
"available_time": "2025-12-30T08:00:00",
"decision": "accepted_for_synthetic_dataset",
"event_time_raw": "2026-03-08T09:15:00+08:00",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"review_id": "REVIEW-0000016",
"review_note": "task output, Unicode span replay and stated boundary checked",
"review_status": "completed",
"reviewed_at": "2026-07-29T16:00:00+08:00",
"reviewer_role": "clinical_information_extraction_reviewer",
"sample_id": "SAMPLE-0000016",
"source_object_id": "SOURCE_OBJECT-0000001"
},
{
"available_time": "2025-12-30T08:00:00",
"decision": "accepted_for_synthetic_dataset",
"event_time_raw": "2026-03-08T09:15:00+08:00",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"review_id": "REVIEW-0000017",
"review_note": "task output, Unicode span replay and stated boundary checked",
"review_status": "completed",
"reviewed_at": "2026-07-29T16:00:00+08:00",
"reviewer_role": "clinical_information_extraction_reviewer",
"sample_id": "SAMPLE-0000017",
"source_object_id": "SOURCE_OBJECT-0000001"
},
{
"available_time": "2025-12-30T08:00:00",
"decision": "accepted_for_synthetic_dataset",
"event_time_raw": "2026-03-08T09:15:00+08:00",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"review_id": "REVIEW-0000018",
"review_note": "task output, Unicode span replay and stated boundary checked",
"review_status": "completed",
"reviewed_at": "2026-07-29T16:00:00+08:00",
"reviewer_role": "clinical_information_extraction_reviewer",
"sample_id": "SAMPLE-0000018",
"source_object_id": "SOURCE_OBJECT-0000001"
},
{
"available_time": "2025-12-30T08:00:00",
"decision": "accepted_for_synthetic_dataset",
"event_time_raw": "2026-03-30T11:00:00+08:00",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"review_id": "REVIEW-0000019",
"review_note": "task output, Unicode span replay and stated boundary checked",
"review_status": "completed",
"reviewed_at": "2026-07-29T16:00:00+08:00",
"reviewer_role": "clinical_information_extraction_reviewer",
"sample_id": "SAMPLE-0000019",
"source_object_id": "SOURCE_OBJECT-0000001"
},
{
"available_time": "2025-12-30T08:00:00",
"decision": "accepted_for_synthetic_dataset",
"event_time_raw": "2026-03-30T11:00:00+08:00",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"review_id": "REVIEW-0000020",
"review_note": "task output, Unicode span replay and stated boundary checked",
"review_status": "completed",
"reviewed_at": "2026-07-29T16:00:00+08:00",
"reviewer_role": "clinical_information_extraction_reviewer",
"sample_id": "SAMPLE-0000020",
"source_object_id": "SOURCE_OBJECT-0000001"
},
{
"available_time": "2025-12-30T08:00:00",
"decision": "accepted_for_synthetic_dataset",
"event_time_raw": "2026-03-30T11:00:00+08:00",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"review_id": "REVIEW-0000021",
"review_note": "task output, Unicode span replay and stated boundary checked",
"review_status": "completed",
"reviewed_at": "2026-07-29T16:00:00+08:00",
"reviewer_role": "clinical_information_extraction_reviewer",
"sample_id": "SAMPLE-0000021",
"source_object_id": "SOURCE_OBJECT-0000001"
},
{
"available_time": "2025-12-30T08:00:00",
"decision": "accepted_for_synthetic_dataset",
"event_time_raw": "2026-04-10T16:05:00+08:00",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"review_id": "REVIEW-0000022",
"review_note": "task output, Unicode span replay and stated boundary checked",
"review_status": "completed",
"reviewed_at": "2026-07-29T16:00:00+08:00",
"reviewer_role": "clinical_information_extraction_reviewer",
"sample_id": "SAMPLE-0000022",
"source_object_id": "SOURCE_OBJECT-0000001"
},
{
"available_time": "2025-12-30T08:00:00",
"decision": "accepted_for_synthetic_dataset",
"event_time_raw": "2026-04-10T16:05:00+08:00",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"review_id": "REVIEW-0000023",
"review_note": "task output, Unicode span replay and stated boundary checked",
"review_status": "completed",
"reviewed_at": "2026-07-29T16:00:00+08:00",
"reviewer_role": "clinical_information_extraction_reviewer",
"sample_id": "SAMPLE-0000023",
"source_object_id": "SOURCE_OBJECT-0000001"
},
{
"available_time": "2025-12-30T08:00:00",
"decision": "accepted_for_synthetic_dataset",
"event_time_raw": "2026-04-10T16:05:00+08:00",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"review_id": "REVIEW-0000024",
"review_note": "task output, Unicode span replay and stated boundary checked",
"review_status": "completed",
"reviewed_at": "2026-07-29T16:00:00+08:00",
"reviewer_role": "clinical_information_extraction_reviewer",
"sample_id": "SAMPLE-0000024",
"source_object_id": "SOURCE_OBJECT-0000001"
},
{
"available_time": "2025-12-30T08:00:00",
"decision": "accepted_for_synthetic_dataset",
"event_time_raw": "2026-05-04T14:25:00+08:00",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"review_id": "REVIEW-0000025",
"review_note": "task output, Unicode span replay and stated boundary checked",
"review_status": "completed",
"reviewed_at": "2026-07-29T16:00:00+08:00",
"reviewer_role": "clinical_information_extraction_reviewer",
"sample_id": "SAMPLE-0000025",
"source_object_id": "SOURCE_OBJECT-0000001"
},
{
"available_time": "2025-12-30T08:00:00",
"decision": "accepted_for_synthetic_dataset",
"event_time_raw": "2026-05-04T14:25:00+08:00",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"review_id": "REVIEW-0000026",
"review_note": "task output, Unicode span replay and stated boundary checked",
"review_status": "completed",
"reviewed_at": "2026-07-29T16:00:00+08:00",
"reviewer_role": "clinical_information_extraction_reviewer",
"sample_id": "SAMPLE-0000026",
"source_object_id": "SOURCE_OBJECT-0000001"
},
{
"available_time": "2025-12-30T08:00:00",
"decision": "accepted_for_synthetic_dataset",
"event_time_raw": "2026-05-04T14:25:00+08:00",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"review_id": "REVIEW-0000027",
"review_note": "task output, Unicode span replay and stated boundary checked",
"review_status": "completed",
"reviewed_at": "2026-07-29T16:00:00+08:00",
"reviewer_role": "clinical_information_extraction_reviewer",
"sample_id": "SAMPLE-0000027",
"source_object_id": "SOURCE_OBJECT-0000001"
},
{
"available_time": "2025-12-30T08:00:00",
"decision": "accepted_for_synthetic_dataset",
"event_time_raw": "2026-06-13T09:50:00+08:00",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"review_id": "REVIEW-0000028",
"review_note": "task output, Unicode span replay and stated boundary checked",
"review_status": "completed",
"reviewed_at": "2026-07-29T16:00:00+08:00",
"reviewer_role": "clinical_information_extraction_reviewer",
"sample_id": "SAMPLE-0000028",
"source_object_id": "SOURCE_OBJECT-0000001"
},
{
"available_time": "2025-12-30T08:00:00",
"decision": "accepted_for_synthetic_dataset",
"event_time_raw": "2026-06-13T09:50:00+08:00",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"review_id": "REVIEW-0000029",
"review_note": "task output, Unicode span replay and stated boundary checked",
"review_status": "completed",
"reviewed_at": "2026-07-29T16:00:00+08:00",
"reviewer_role": "clinical_information_extraction_reviewer",
"sample_id": "SAMPLE-0000029",
"source_object_id": "SOURCE_OBJECT-0000001"
},
{
"available_time": "2025-12-30T08:00:00",
"decision": "accepted_for_synthetic_dataset",
"event_time_raw": "2026-06-13T09:50:00+08:00",
"missing_reason": null,
"parent_object_id": "PARENT_OBJECT-0000001",
"record_status": "synthetic_dataset",
"review_id": "REVIEW-0000030",
"review_note": "task output, Unicode span replay and stated boundary checked",
"review_status": "completed",
"reviewed_at": "2026-07-29T16:00:00+08:00",
"reviewer_role": "clinical_information_extraction_reviewer",
"sample_id": "SAMPLE-0000030",
"source_object_id": "SOURCE_OBJECT-0000001"
}
],
"quality_issue": [
{
"available_time": "2025-12-30T08:00:00",
"event_time_raw": "2025-12-30T08:00:00",
"handling": "use for schema, replay and workflow evaluation; do not claim real label coverage",
"issue_code": "synthetic_not_real_coverage",
"missing_reason": null,
"object_id": "OBJECT-0000001",
"object_type": "synthetic_dataset",
"parent_object_id": "PARENT_OBJECT-0000001",
"quality_issue_id": "QUALITY_ISSUE-0000001",
"record_status": "synthetic_dataset",
"severity": "info",
"source_object_id": "SOURCE_OBJECT-0000001"
}
]
}