样例字段语义
| 分组 | 字段 | 英文键 | 语义 |
|---|
| 病程 | 病程起止 | coursestartraw / courseendraw | 本病程实例的观察起止时点 |
| 病程 | 起止语义 | coursestartsemantic / courseendsemantic | 起点为首条可见事件,终点为数据截止或右删失 |
| 病程 | 病程状态 | course_status | 该病程是仍在观察中还是已到数据截止 |
| 阶段定义 | 阶段名称与定义状态 | stagename / definitionstatus | 阶段划分所用的名称与该定义的成熟度,如急性发作期、间歇期、康复期 |
| 阶段实例 | 来源诊断 | sourcediagnosisraw | 支撑该阶段判定的来源诊断记录 |
| 阶段实例 | 阶段赋值状态 | assignment_status | 该阶段是按规则赋值、经人工确认还是尚未判定;证据不足时保持未赋值 |
| 病程事件 | 事件类型 | event_type | 该事件属于就诊、诊断、文书、医嘱、检验、检查还是实际操作 |
| 病程事件 | 事件时间与时间语义 | eventtimeraw / time_semantic | 事件发生时点及其来源含义,各类事件保留各自的时间口径不做统一改写 |
| 病程事件 | 映射状态 | mapping_status | 该事件是否已映射到标准概念,未映射时保留来源表述 |
| 病程结局 | 结局取值与状态 | outcomeraw / outcomestatus | 来源记录的转归表述及其受控状态;出院时的好转记录是该次住院的转归 |
| 覆盖缺口 | 缺口状态与解释 | gap_status / interpretation | 观察期内无记录的区间及其解释边界。无记录可能是未就诊,也可能是在本次数据范围外就诊。 |
| 随访记录 | 随访状态 | status | 随访的计划与完成状态;仅在来源有正式计划—完成对应时取值 |
| 康复记录 | 康复状态 | status | 康复治疗的记录状态;来源是否覆盖如实标注 |
| 治疗—疗效关联 | 关联状态 | status | 治疗与疗效测量之间的关联是否成立;须同时有实际暴露、测量、评价窗与规则版本才能建立 |
样例记录
一名缺血性脑血管病患者跨多年的完整病程。就诊序列门诊与住院交替。三次急性住院的来源诊断分别是短暂性脑缺血发作、急性脑梗死与急性缺血性脑卒中。各段之间的覆盖缺口如何标注也看得到。
{
"样例性质": "真实记录·已脱敏",
"disease_course": {
"course_end_raw": "2026年10月25日 09:32",
"course_end_semantic": "data_cutoff_censored_not_long_term_outcome",
"course_id": "COURSE-0000001",
"course_start_raw": "2021-06-01 08:30",
"course_start_semantic": "first_observed_source_event_not_disease_onset",
"course_status": "observed_source_window",
"patient_id": "PATIENT-0000001"
},
"stage_definition": [
{
"definition_status": "source_diagnosis_candidate_not_verified",
"stage_definition_id": "STAGE_DEFINITION-0000001",
"stage_name": "transient_ischemic_attack_source_candidate"
},
{
"definition_status": "source_diagnosis_candidate_not_verified",
"stage_definition_id": "STAGE_DEFINITION-0000002",
"stage_name": "acute_cerebral_infarction_source_candidate"
},
{
"definition_status": "source_diagnosis_candidate_not_verified",
"stage_definition_id": "STAGE_DEFINITION-0000003",
"stage_name": "acute_ischemic_stroke_dwi_negative_source_candidate"
}
],
"stage_instance": [
{
"assignment_status": "candidate_source_diagnosis_not_verified",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000001",
"event_time_raw": null,
"source_diagnosis_raw": null,
"stage_definition_id": "STAGE_DEFINITION-0000001",
"stage_instance_id": "STAGE_INSTANCE-0000001"
},
{
"assignment_status": "candidate_source_diagnosis_not_verified",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000002",
"event_time_raw": null,
"source_diagnosis_raw": null,
"stage_definition_id": "STAGE_DEFINITION-0000002",
"stage_instance_id": "STAGE_INSTANCE-0000002"
},
{
"assignment_status": "candidate_source_diagnosis_not_verified",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000003",
"event_time_raw": null,
"source_diagnosis_raw": null,
"stage_definition_id": "STAGE_DEFINITION-0000003",
"stage_instance_id": "STAGE_INSTANCE-0000003"
}
],
"course_event": [
{
"course_event_id": "COURSE_EVENT-0000001",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000004",
"event_time_raw": "2021-06-01 08:30",
"event_type": "outpatient_note",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000002",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000004",
"event_time_raw": "2021-06-29 09:10",
"event_type": "outpatient_note",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000003",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000004",
"event_time_raw": "2021-08-04 08:45",
"event_type": "outpatient_note",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000004",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000004",
"event_time_raw": "2022-01-31 10:05",
"event_type": "outpatient_note",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000005",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000004",
"event_time_raw": "2022-08-03 09:35",
"event_type": "outpatient_note",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000006",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000004",
"event_time_raw": "2023-02-27 14:20",
"event_type": "outpatient_note",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000007",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000004",
"event_time_raw": "2023-12-19 08:55",
"event_type": "outpatient_note",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000008",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000004",
"event_time_raw": "2024-02-06 09:00",
"event_type": "outpatient_note",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000009",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000004",
"event_time_raw": "2024-10-01 10:30",
"event_type": "outpatient_note",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000010",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000004",
"event_time_raw": "2025-06-11 09:25",
"event_type": "outpatient_note",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000011",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000004",
"event_time_raw": "2026-02-03 08:50",
"event_type": "outpatient_note",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000012",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000004",
"event_time_raw": "2026-07-23 10:20",
"event_type": "outpatient_note",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000013",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000001",
"event_time_raw": "2021-07-04 10:20:00",
"event_type": "admission_note",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000014",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000005",
"event_time_raw": "2024-01-07 09:40:00",
"event_type": "admission_note",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000015",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000006",
"event_time_raw": "2026-07-25 11:35:27",
"event_type": "admission_note",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000016",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000001",
"event_time_raw": "2021年10月05日 10:10",
"event_type": "discharge_note",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000017",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000005",
"event_time_raw": "2024年04月10日 10:00",
"event_type": "discharge_note",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000018",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000006",
"event_time_raw": "2026年10月25日 09:32",
"event_type": "discharge_note",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000019",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000001",
"event_time_raw": "2021-07-04 12:35:00",
"event_type": "first_course",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000020",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000005",
"event_time_raw": "2024-01-07 11:55:00",
"event_type": "first_course",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000021",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000006",
"event_time_raw": "2026-07-25 13:50:27",
"event_type": "first_course",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000022",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000001",
"event_time_raw": "2021-07-04 12:20:00",
"event_type": "course_note",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000023",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000001",
"event_time_raw": "2021-07-04 15:20:00",
"event_type": "course_note",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000024",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000001",
"event_time_raw": "2021-07-05 19:20:00",
"event_type": "course_note",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000025",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000001",
"event_time_raw": "2021-07-06 19:20:00",
"event_type": "course_note",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000026",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000001",
"event_time_raw": "2021-07-08 09:10:00",
"event_type": "course_note",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000027",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000001",
"event_time_raw": "2021-07-08 19:20:00",
"event_type": "course_note",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000028",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000001",
"event_time_raw": "2021-07-09 09:10:00",
"event_type": "course_note",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000029",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000005",
"event_time_raw": "2024-01-07 11:40:00",
"event_type": "course_note",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000030",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000005",
"event_time_raw": "2024-01-07 14:40:00",
"event_type": "course_note",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000031",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000005",
"event_time_raw": "2024-01-08 18:40:00",
"event_type": "course_note",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000032",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000005",
"event_time_raw": "2024-01-09 09:05:00",
"event_type": "course_note",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000033",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000005",
"event_time_raw": "2024-01-09 11:20:00",
"event_type": "course_note",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000034",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000005",
"event_time_raw": "2024-01-09 18:40:00",
"event_type": "course_note",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000035",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000005",
"event_time_raw": "2024-01-11 18:40:00",
"event_type": "course_note",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000036",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000005",
"event_time_raw": "2024-01-12 09:00:00",
"event_type": "course_note",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000037",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000005",
"event_time_raw": "2024-01-13 09:00:00",
"event_type": "course_note",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000038",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000006",
"event_time_raw": "2026-07-25 13:35:27",
"event_type": "course_note",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000039",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000006",
"event_time_raw": "2026-07-25 16:35:27",
"event_type": "course_note",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000040",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000006",
"event_time_raw": "2026-07-26 20:35:27",
"event_type": "course_note",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000041",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000006",
"event_time_raw": "2026-07-27 20:35:27",
"event_type": "course_note",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000042",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000006",
"event_time_raw": "2026-07-28 08:32:29",
"event_type": "course_note",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000043",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000006",
"event_time_raw": "2026-07-29 08:32:29",
"event_type": "course_note",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000044",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000005",
"event_time_raw": "2024年04月06日 10:10",
"event_type": "procedure",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000045",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000007",
"event_time_raw": "2021-06-01 08:50:00",
"event_type": "med_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000046",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000007",
"event_time_raw": "2021-06-01 08:50:00",
"event_type": "med_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000047",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000007",
"event_time_raw": "2021-06-01 08:50:00",
"event_type": "med_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000048",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000008",
"event_time_raw": "2021-06-29 09:30:00",
"event_type": "med_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000049",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000008",
"event_time_raw": "2021-06-29 09:30:00",
"event_type": "med_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000050",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000009",
"event_time_raw": "2021-08-04 09:05:00",
"event_type": "med_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000051",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000009",
"event_time_raw": "2021-08-04 09:05:00",
"event_type": "med_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000052",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000010",
"event_time_raw": "2022-01-31 10:25:00",
"event_type": "med_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000053",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000010",
"event_time_raw": "2022-01-31 10:25:00",
"event_type": "med_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000054",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000010",
"event_time_raw": "2022-01-31 10:25:00",
"event_type": "med_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000055",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000011",
"event_time_raw": "2022-08-03 09:55:00",
"event_type": "med_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000056",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000011",
"event_time_raw": "2022-08-03 09:55:00",
"event_type": "med_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000057",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000011",
"event_time_raw": "2022-08-03 09:55:00",
"event_type": "med_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000058",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000012",
"event_time_raw": "2023-02-27 14:40:00",
"event_type": "med_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000059",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000012",
"event_time_raw": "2023-02-27 14:40:00",
"event_type": "med_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000060",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000013",
"event_time_raw": "2023-12-19 09:15:00",
"event_type": "med_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000061",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000013",
"event_time_raw": "2023-12-19 09:15:00",
"event_type": "med_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000062",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000014",
"event_time_raw": "2024-02-06 09:20:00",
"event_type": "med_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000063",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000014",
"event_time_raw": "2024-02-06 09:20:00",
"event_type": "med_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000064",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000015",
"event_time_raw": "2024-10-01 10:50:00",
"event_type": "med_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000065",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000015",
"event_time_raw": "2024-10-01 10:50:00",
"event_type": "med_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000066",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000016",
"event_time_raw": "2025-06-11 09:45:00",
"event_type": "med_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000067",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000016",
"event_time_raw": "2025-06-11 09:45:00",
"event_type": "med_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000068",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000017",
"event_time_raw": "2026-02-03 09:10:00",
"event_type": "med_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000069",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000017",
"event_time_raw": "2026-02-03 09:10:00",
"event_type": "med_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000070",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000018",
"event_time_raw": "2026-07-23 10:40:00",
"event_type": "med_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000071",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000018",
"event_time_raw": "2026-07-23 10:40:00",
"event_type": "med_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000072",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000001",
"event_time_raw": "2021-07-04 10:45:00",
"event_type": "med_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000073",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000001",
"event_time_raw": "2021-07-04 10:45:00",
"event_type": "med_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000074",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000001",
"event_time_raw": "2021-07-04 10:45:00",
"event_type": "med_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000075",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000001",
"event_time_raw": "2021-07-04 10:45:00",
"event_type": "med_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000076",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000001",
"event_time_raw": "2021-07-04 10:45:00",
"event_type": "med_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000077",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000001",
"event_time_raw": "2021-07-04 10:45:00",
"event_type": "med_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000078",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000001",
"event_time_raw": "2021-07-04 10:45:00",
"event_type": "med_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000079",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000001",
"event_time_raw": "2021-07-04 10:45:00",
"event_type": "med_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000080",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000001",
"event_time_raw": "2021-07-04 10:45:00",
"event_type": "med_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000081",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000001",
"event_time_raw": "2021-07-04 10:45:00",
"event_type": "med_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000082",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000005",
"event_time_raw": "2024-01-07 10:05:00",
"event_type": "med_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000083",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000005",
"event_time_raw": "2024-01-07 10:05:00",
"event_type": "med_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000084",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000005",
"event_time_raw": "2024-01-07 10:05:00",
"event_type": "med_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000085",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000005",
"event_time_raw": "2024-01-07 10:05:00",
"event_type": "med_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000086",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000005",
"event_time_raw": "2024-01-07 10:05:00",
"event_type": "med_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000087",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000005",
"event_time_raw": "2024-01-07 10:05:00",
"event_type": "med_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000088",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000005",
"event_time_raw": "2024-01-07 10:05:00",
"event_type": "med_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000089",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000005",
"event_time_raw": "2024-01-07 10:05:00",
"event_type": "med_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000090",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000005",
"event_time_raw": "2024-01-07 10:05:00",
"event_type": "med_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000091",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000005",
"event_time_raw": "2024-01-07 10:05:00",
"event_type": "med_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000092",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000006",
"event_time_raw": "2026-07-25 12:00:27",
"event_type": "med_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000093",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000006",
"event_time_raw": "2026-07-25 12:00:27",
"event_type": "med_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000094",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000006",
"event_time_raw": "2026-07-25 12:00:27",
"event_type": "med_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000095",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000006",
"event_time_raw": "2026-07-25 12:00:27",
"event_type": "med_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000096",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000006",
"event_time_raw": "2026-07-25 12:00:27",
"event_type": "med_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000097",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000006",
"event_time_raw": "2026-07-25 12:00:27",
"event_type": "med_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000098",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000006",
"event_time_raw": "2026-07-25 12:00:27",
"event_type": "med_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000099",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000006",
"event_time_raw": "2026-07-25 12:00:27",
"event_type": "med_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000100",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000006",
"event_time_raw": "2026-07-25 12:00:27",
"event_type": "med_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000101",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000006",
"event_time_raw": "2026-07-25 12:00:27",
"event_type": "med_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000102",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000007",
"event_time_raw": "2021-06-01 08:35:00",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000103",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000007",
"event_time_raw": "2021-06-01 08:38:00",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000104",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000007",
"event_time_raw": "2021-06-01 08:39:00",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000105",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000007",
"event_time_raw": "2021-06-01 08:40:00",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000106",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000007",
"event_time_raw": "2021-06-01 08:41:00",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000107",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000007",
"event_time_raw": "2021-06-01 08:42:00",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000108",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000007",
"event_time_raw": "2021-06-01 08:43:00",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000109",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000007",
"event_time_raw": "2021-06-01 08:44:00",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000110",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000008",
"event_time_raw": "2021-06-29 09:15:00",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000111",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000008",
"event_time_raw": "2021-06-29 09:18:00",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000112",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000008",
"event_time_raw": "2021-06-29 09:19:00",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000113",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000008",
"event_time_raw": "2021-06-29 09:20:00",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000114",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000008",
"event_time_raw": "2021-06-29 09:21:00",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000115",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000009",
"event_time_raw": "2021-08-04 08:50:00",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000116",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000010",
"event_time_raw": "2022-01-31 10:10:00",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000117",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000010",
"event_time_raw": "2022-01-31 10:13:00",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000118",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000010",
"event_time_raw": "2022-01-31 10:14:00",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000119",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000010",
"event_time_raw": "2022-01-31 10:15:00",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000120",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000011",
"event_time_raw": "2022-08-03 09:40:00",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000121",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000011",
"event_time_raw": "2022-08-03 09:43:00",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000122",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000011",
"event_time_raw": "2022-08-03 09:44:00",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000123",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000011",
"event_time_raw": "2022-08-03 09:45:00",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000124",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000012",
"event_time_raw": "2023-02-27 14:25:00",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000125",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000012",
"event_time_raw": "2023-02-27 14:28:00",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000126",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000012",
"event_time_raw": "2023-02-27 14:29:00",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000127",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000012",
"event_time_raw": "2023-02-27 14:30:00",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000128",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000012",
"event_time_raw": "2023-02-27 14:31:00",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000129",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000013",
"event_time_raw": "2023-12-19 09:00:00",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000130",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000013",
"event_time_raw": "2023-12-19 09:03:00",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000131",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000013",
"event_time_raw": "2023-12-19 09:04:00",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000132",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000013",
"event_time_raw": "2023-12-19 09:05:00",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000133",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000014",
"event_time_raw": "2024-02-06 09:05:00",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000134",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000014",
"event_time_raw": "2024-02-06 09:08:00",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000135",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000014",
"event_time_raw": "2024-02-06 09:09:00",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000136",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000014",
"event_time_raw": "2024-02-06 09:10:00",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000137",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000014",
"event_time_raw": "2024-02-06 09:11:00",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000138",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000015",
"event_time_raw": "2024-10-01 10:35:00",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000139",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000015",
"event_time_raw": "2024-10-01 10:38:00",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000140",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000015",
"event_time_raw": "2024-10-01 10:39:00",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000141",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000015",
"event_time_raw": "2024-10-01 10:40:00",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000142",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000016",
"event_time_raw": "2025-06-11 09:30:00",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000143",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000016",
"event_time_raw": "2025-06-11 09:33:00",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000144",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000016",
"event_time_raw": "2025-06-11 09:34:00",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000145",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000016",
"event_time_raw": "2025-06-11 09:35:00",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000146",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000016",
"event_time_raw": "2025-06-11 09:36:00",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000147",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000017",
"event_time_raw": "2026-02-03 08:55:00",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000148",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000017",
"event_time_raw": "2026-02-03 08:58:00",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000149",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000017",
"event_time_raw": "2026-02-03 08:59:00",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000150",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000017",
"event_time_raw": "2026-02-03 09:00:00",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000151",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000018",
"event_time_raw": "2026-07-23 10:25:00",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000152",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000018",
"event_time_raw": "2026-07-23 10:28:00",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000153",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000018",
"event_time_raw": "2026-07-23 10:29:00",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000154",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000018",
"event_time_raw": "2026-07-23 10:30:00",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000155",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000018",
"event_time_raw": "2026-07-23 10:31:00",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000156",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000018",
"event_time_raw": "2026-07-23 10:32:00",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000157",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000001",
"event_time_raw": "2021-07-04 10:25:00",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000158",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000001",
"event_time_raw": "2021-07-04 10:30:00",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000159",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000001",
"event_time_raw": "2021-07-04 10:32:00",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000160",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000001",
"event_time_raw": "2021-07-04 10:35:00",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000161",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000001",
"event_time_raw": "2021-07-04 10:36:00",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000162",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000001",
"event_time_raw": "2021-07-04 10:38:00",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000163",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000001",
"event_time_raw": "2021-07-04 10:40:00",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000164",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000001",
"event_time_raw": "2021-07-04 10:41:00",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000165",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000001",
"event_time_raw": "2021-07-04 10:42:00",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000166",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000001",
"event_time_raw": "2021-07-04 10:43:00",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000167",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000001",
"event_time_raw": "2021-07-04 10:44:00",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000168",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000001",
"event_time_raw": "2021-07-04 10:45:00",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000169",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000001",
"event_time_raw": "2021-07-04 10:46:00",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000170",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000001",
"event_time_raw": "2021-07-04 10:50:00",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000171",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000001",
"event_time_raw": "2021-07-04 11:20:00",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000172",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000001",
"event_time_raw": "2021-07-04 11:25:00",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000173",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000001",
"event_time_raw": "2021-07-04 11:30:00",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000174",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000001",
"event_time_raw": "2021-07-04 11:35:00",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000175",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000001",
"event_time_raw": "2021-07-06 16:20:00",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000176",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000001",
"event_time_raw": "2021-07-06 16:21:00",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000177",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000001",
"event_time_raw": "2021-07-09 08:10:00",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000178",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000001",
"event_time_raw": "2021-07-09 10:00:00",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000179",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000005",
"event_time_raw": "2024-01-07 09:45:00",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000180",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000005",
"event_time_raw": "2024-01-07 09:50:00",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000181",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000005",
"event_time_raw": "2024-01-07 09:52:00",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000182",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000005",
"event_time_raw": "2024-01-07 09:55:00",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000183",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000005",
"event_time_raw": "2024-01-07 09:56:00",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000184",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000005",
"event_time_raw": "2024-01-07 09:58:00",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000185",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000005",
"event_time_raw": "2024-01-07 10:00:00",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000186",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000005",
"event_time_raw": "2024-01-07 10:01:00",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000187",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000005",
"event_time_raw": "2024-01-07 10:02:00",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000188",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000005",
"event_time_raw": "2024-01-07 10:03:00",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000189",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000005",
"event_time_raw": "2024-01-07 10:04:00",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000190",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000005",
"event_time_raw": "2024-01-07 10:05:00",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000191",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000005",
"event_time_raw": "2024-01-07 10:06:00",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000192",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000005",
"event_time_raw": "2024-01-07 10:10:00",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000193",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000005",
"event_time_raw": "2024-01-07 10:40:00",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000194",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000005",
"event_time_raw": "2024-01-07 10:45:00",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000195",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000005",
"event_time_raw": "2024-01-07 10:50:00",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000196",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000005",
"event_time_raw": "2024-01-07 10:55:00",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000197",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000005",
"event_time_raw": "2024-01-09 11:40:00",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000198",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000005",
"event_time_raw": "2024-01-09 15:40:00",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000199",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000005",
"event_time_raw": "2024-01-09 15:41:00",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000200",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000005",
"event_time_raw": "2024-01-13 08:00:00",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000201",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000005",
"event_time_raw": "2024-01-13 09:50:00",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000202",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000006",
"event_time_raw": "2026-07-25 11:40:27",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000203",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000006",
"event_time_raw": "2026-07-25 11:45:27",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000204",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000006",
"event_time_raw": "2026-07-25 11:47:27",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000205",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000006",
"event_time_raw": "2026-07-25 11:50:27",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000206",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000006",
"event_time_raw": "2026-07-25 11:51:27",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000207",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000006",
"event_time_raw": "2026-07-25 11:53:27",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000208",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000006",
"event_time_raw": "2026-07-25 11:55:27",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000209",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000006",
"event_time_raw": "2026-07-25 11:56:27",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000210",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000006",
"event_time_raw": "2026-07-25 11:57:27",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000211",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000006",
"event_time_raw": "2026-07-25 11:58:27",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000212",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000006",
"event_time_raw": "2026-07-25 11:59:27",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000213",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000006",
"event_time_raw": "2026-07-25 12:00:27",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000214",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000006",
"event_time_raw": "2026-07-25 12:01:27",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000215",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000006",
"event_time_raw": "2026-07-25 12:35:27",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000216",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000006",
"event_time_raw": "2026-07-25 12:40:27",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000217",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000006",
"event_time_raw": "2026-07-25 12:45:27",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000218",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000006",
"event_time_raw": "2026-07-25 12:50:27",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000219",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000006",
"event_time_raw": "2026-07-27 17:35:27",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000220",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000006",
"event_time_raw": "2026-07-27 17:36:27",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000221",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000006",
"event_time_raw": "2026-07-29 07:32:00",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000222",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000006",
"event_time_raw": "2026-07-29 09:22:00",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000223",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000005",
"event_time_raw": "2024-01-09 09:20:00",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000224",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000005",
"event_time_raw": "2024-01-09 06:00:00",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000225",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000005",
"event_time_raw": "2024-01-09 11:00:00",
"event_type": "nonmed_order",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000226",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000007",
"event_time_raw": "2021-06-01 09:50:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000227",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000007",
"event_time_raw": "2021-06-01 09:50:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000228",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000007",
"event_time_raw": "2021-06-01 09:50:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000229",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000007",
"event_time_raw": "2021-06-01 09:50:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000230",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000007",
"event_time_raw": "2021-06-01 09:50:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000231",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000007",
"event_time_raw": "2021-06-01 09:50:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000232",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000007",
"event_time_raw": "2021-06-01 09:50:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000233",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000007",
"event_time_raw": "2021-06-01 09:50:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000234",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000007",
"event_time_raw": "2021-06-01 09:50:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000235",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000007",
"event_time_raw": "2021-06-01 09:50:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000236",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000007",
"event_time_raw": "2021-06-01 09:50:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000237",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000007",
"event_time_raw": "2021-06-01 09:50:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000238",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000007",
"event_time_raw": "2021-06-01 09:50:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000239",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000007",
"event_time_raw": "2021-06-01 09:50:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000240",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000007",
"event_time_raw": "2021-06-01 09:50:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000241",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000007",
"event_time_raw": "2021-06-01 09:50:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000242",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000007",
"event_time_raw": "2021-06-01 09:50:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000243",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000007",
"event_time_raw": "2021-06-01 09:50:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000244",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000007",
"event_time_raw": "2021-06-01 09:50:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000245",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000007",
"event_time_raw": "2021-06-01 09:50:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000246",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000007",
"event_time_raw": "2021-06-01 09:50:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000247",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000007",
"event_time_raw": "2021-06-01 09:50:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000248",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000008",
"event_time_raw": "2021-06-29 10:20:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000249",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000008",
"event_time_raw": "2021-06-29 10:20:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000250",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000008",
"event_time_raw": "2021-06-29 10:20:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000251",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000008",
"event_time_raw": "2021-06-29 10:20:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000252",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000008",
"event_time_raw": "2021-06-29 10:20:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000253",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000008",
"event_time_raw": "2021-06-29 10:20:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000254",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000008",
"event_time_raw": "2021-06-29 10:20:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000255",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000008",
"event_time_raw": "2021-06-29 10:20:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000256",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000008",
"event_time_raw": "2021-06-29 10:20:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000257",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000008",
"event_time_raw": "2021-06-29 10:20:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000258",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000008",
"event_time_raw": "2021-06-29 10:20:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000259",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000008",
"event_time_raw": "2021-06-29 10:20:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000260",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000008",
"event_time_raw": "2021-06-29 10:20:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000261",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000008",
"event_time_raw": "2021-06-29 10:20:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000262",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000008",
"event_time_raw": "2021-06-29 10:20:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000263",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000008",
"event_time_raw": "2021-06-29 10:20:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000264",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000008",
"event_time_raw": "2021-06-29 10:20:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000265",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000008",
"event_time_raw": "2021-06-29 10:20:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000266",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000008",
"event_time_raw": "2021-06-29 10:20:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000267",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000008",
"event_time_raw": "2021-06-29 10:20:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000268",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000008",
"event_time_raw": "2021-06-29 10:20:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000269",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000008",
"event_time_raw": "2021-06-29 10:20:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000270",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000010",
"event_time_raw": "2022-01-31 11:25:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000271",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000010",
"event_time_raw": "2022-01-31 11:25:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000272",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000010",
"event_time_raw": "2022-01-31 11:25:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000273",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000010",
"event_time_raw": "2022-01-31 11:25:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000274",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000010",
"event_time_raw": "2022-01-31 11:25:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000275",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000010",
"event_time_raw": "2022-01-31 11:25:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000276",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000010",
"event_time_raw": "2022-01-31 11:25:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000277",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000010",
"event_time_raw": "2022-01-31 11:25:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000278",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000010",
"event_time_raw": "2022-01-31 11:25:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000279",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000010",
"event_time_raw": "2022-01-31 11:25:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000280",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000010",
"event_time_raw": "2022-01-31 11:25:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000281",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000010",
"event_time_raw": "2022-01-31 11:25:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000282",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000010",
"event_time_raw": "2022-01-31 11:25:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000283",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000010",
"event_time_raw": "2022-01-31 11:25:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000284",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000010",
"event_time_raw": "2022-01-31 11:25:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000285",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000010",
"event_time_raw": "2022-01-31 11:25:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000286",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000010",
"event_time_raw": "2022-01-31 11:25:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000287",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000010",
"event_time_raw": "2022-01-31 11:25:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000288",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000010",
"event_time_raw": "2022-01-31 11:25:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000289",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000010",
"event_time_raw": "2022-01-31 11:25:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000290",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000010",
"event_time_raw": "2022-01-31 11:25:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000291",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000010",
"event_time_raw": "2022-01-31 11:25:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000292",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000011",
"event_time_raw": "2022-08-03 10:55:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000293",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000011",
"event_time_raw": "2022-08-03 10:55:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000294",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000011",
"event_time_raw": "2022-08-03 10:55:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000295",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000011",
"event_time_raw": "2022-08-03 10:55:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000296",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000011",
"event_time_raw": "2022-08-03 10:55:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000297",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000011",
"event_time_raw": "2022-08-03 10:55:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000298",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000011",
"event_time_raw": "2022-08-03 10:55:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000299",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000011",
"event_time_raw": "2022-08-03 10:55:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000300",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000011",
"event_time_raw": "2022-08-03 10:55:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000301",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000011",
"event_time_raw": "2022-08-03 10:55:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000302",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000011",
"event_time_raw": "2022-08-03 10:55:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000303",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000011",
"event_time_raw": "2022-08-03 10:55:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000304",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000011",
"event_time_raw": "2022-08-03 10:55:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000305",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000011",
"event_time_raw": "2022-08-03 10:55:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000306",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000011",
"event_time_raw": "2022-08-03 10:55:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000307",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000011",
"event_time_raw": "2022-08-03 10:55:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000308",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000011",
"event_time_raw": "2022-08-03 10:55:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000309",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000011",
"event_time_raw": "2022-08-03 10:55:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000310",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000011",
"event_time_raw": "2022-08-03 10:55:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000311",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000011",
"event_time_raw": "2022-08-03 10:55:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000312",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000011",
"event_time_raw": "2022-08-03 10:55:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000313",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000011",
"event_time_raw": "2022-08-03 10:55:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000314",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000012",
"event_time_raw": "2023-02-27 15:40:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000315",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000012",
"event_time_raw": "2023-02-27 15:40:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000316",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000012",
"event_time_raw": "2023-02-27 15:40:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000317",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000012",
"event_time_raw": "2023-02-27 15:40:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000318",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000012",
"event_time_raw": "2023-02-27 15:40:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000319",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000012",
"event_time_raw": "2023-02-27 15:40:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000320",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000012",
"event_time_raw": "2023-02-27 15:40:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000321",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000012",
"event_time_raw": "2023-02-27 15:40:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000322",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000012",
"event_time_raw": "2023-02-27 15:40:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000323",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000012",
"event_time_raw": "2023-02-27 15:40:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000324",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000012",
"event_time_raw": "2023-02-27 15:40:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000325",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000012",
"event_time_raw": "2023-02-27 15:40:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000326",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000012",
"event_time_raw": "2023-02-27 15:40:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000327",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000012",
"event_time_raw": "2023-02-27 15:40:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000328",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000012",
"event_time_raw": "2023-02-27 15:40:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000329",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000012",
"event_time_raw": "2023-02-27 15:40:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000330",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000012",
"event_time_raw": "2023-02-27 15:40:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000331",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000012",
"event_time_raw": "2023-02-27 15:40:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000332",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000012",
"event_time_raw": "2023-02-27 15:40:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000333",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000012",
"event_time_raw": "2023-02-27 15:40:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000334",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000012",
"event_time_raw": "2023-02-27 15:40:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000335",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000012",
"event_time_raw": "2023-02-27 15:40:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000336",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000013",
"event_time_raw": "2023-12-19 10:05:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000337",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000013",
"event_time_raw": "2023-12-19 10:05:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000338",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000013",
"event_time_raw": "2023-12-19 10:05:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000339",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000013",
"event_time_raw": "2023-12-19 10:05:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000340",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000013",
"event_time_raw": "2023-12-19 10:05:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000341",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000013",
"event_time_raw": "2023-12-19 10:05:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000342",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000013",
"event_time_raw": "2023-12-19 10:05:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000343",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000013",
"event_time_raw": "2023-12-19 10:05:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000344",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000013",
"event_time_raw": "2023-12-19 10:05:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000345",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000013",
"event_time_raw": "2023-12-19 10:05:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000346",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000013",
"event_time_raw": "2023-12-19 10:05:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000347",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000013",
"event_time_raw": "2023-12-19 10:05:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000348",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000013",
"event_time_raw": "2023-12-19 10:05:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000349",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000013",
"event_time_raw": "2023-12-19 10:05:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000350",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000013",
"event_time_raw": "2023-12-19 10:05:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000351",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000013",
"event_time_raw": "2023-12-19 10:05:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000352",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000013",
"event_time_raw": "2023-12-19 10:05:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000353",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000013",
"event_time_raw": "2023-12-19 10:05:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000354",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000013",
"event_time_raw": "2023-12-19 10:05:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000355",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000013",
"event_time_raw": "2023-12-19 10:05:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000356",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000013",
"event_time_raw": "2023-12-19 10:05:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000357",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000013",
"event_time_raw": "2023-12-19 10:05:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000358",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000014",
"event_time_raw": "2024-02-06 10:20:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000359",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000014",
"event_time_raw": "2024-02-06 10:20:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000360",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000014",
"event_time_raw": "2024-02-06 10:20:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000361",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000014",
"event_time_raw": "2024-02-06 10:20:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000362",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000014",
"event_time_raw": "2024-02-06 10:20:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000363",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000014",
"event_time_raw": "2024-02-06 10:20:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000364",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000014",
"event_time_raw": "2024-02-06 10:20:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000365",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000014",
"event_time_raw": "2024-02-06 10:20:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000366",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000014",
"event_time_raw": "2024-02-06 10:20:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000367",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000014",
"event_time_raw": "2024-02-06 10:20:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000368",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000014",
"event_time_raw": "2024-02-06 10:20:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000369",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000014",
"event_time_raw": "2024-02-06 10:20:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000370",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000014",
"event_time_raw": "2024-02-06 10:20:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000371",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000014",
"event_time_raw": "2024-02-06 10:20:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000372",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000014",
"event_time_raw": "2024-02-06 10:20:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000373",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000014",
"event_time_raw": "2024-02-06 10:20:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000374",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000014",
"event_time_raw": "2024-02-06 10:20:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000375",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000014",
"event_time_raw": "2024-02-06 10:20:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000376",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000014",
"event_time_raw": "2024-02-06 10:20:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000377",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000014",
"event_time_raw": "2024-02-06 10:20:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000378",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000014",
"event_time_raw": "2024-02-06 10:20:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000379",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000014",
"event_time_raw": "2024-02-06 10:20:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000380",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000015",
"event_time_raw": "2024-10-01 11:50:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000381",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000015",
"event_time_raw": "2024-10-01 11:50:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000382",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000015",
"event_time_raw": "2024-10-01 11:50:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000383",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000015",
"event_time_raw": "2024-10-01 11:50:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000384",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000015",
"event_time_raw": "2024-10-01 11:50:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000385",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000015",
"event_time_raw": "2024-10-01 11:50:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000386",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000015",
"event_time_raw": "2024-10-01 11:50:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000387",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000015",
"event_time_raw": "2024-10-01 11:50:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000388",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000015",
"event_time_raw": "2024-10-01 11:50:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000389",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000015",
"event_time_raw": "2024-10-01 11:50:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000390",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000015",
"event_time_raw": "2024-10-01 11:50:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000391",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000015",
"event_time_raw": "2024-10-01 11:50:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000392",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000015",
"event_time_raw": "2024-10-01 11:50:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000393",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000015",
"event_time_raw": "2024-10-01 11:50:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000394",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000015",
"event_time_raw": "2024-10-01 11:50:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000395",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000015",
"event_time_raw": "2024-10-01 11:50:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000396",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000015",
"event_time_raw": "2024-10-01 11:50:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000397",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000015",
"event_time_raw": "2024-10-01 11:50:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000398",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000015",
"event_time_raw": "2024-10-01 11:50:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000399",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000015",
"event_time_raw": "2024-10-01 11:50:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000400",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000015",
"event_time_raw": "2024-10-01 11:50:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000401",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000015",
"event_time_raw": "2024-10-01 11:50:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000402",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000016",
"event_time_raw": "2025-06-11 10:35:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000403",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000016",
"event_time_raw": "2025-06-11 10:35:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000404",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000016",
"event_time_raw": "2025-06-11 10:35:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000405",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000016",
"event_time_raw": "2025-06-11 10:35:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000406",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000016",
"event_time_raw": "2025-06-11 10:35:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000407",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000016",
"event_time_raw": "2025-06-11 10:35:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000408",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000016",
"event_time_raw": "2025-06-11 10:35:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000409",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000016",
"event_time_raw": "2025-06-11 10:35:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000410",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000016",
"event_time_raw": "2025-06-11 10:35:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000411",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000016",
"event_time_raw": "2025-06-11 10:35:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000412",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000016",
"event_time_raw": "2025-06-11 10:35:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000413",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000016",
"event_time_raw": "2025-06-11 10:35:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000414",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000016",
"event_time_raw": "2025-06-11 10:35:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000415",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000016",
"event_time_raw": "2025-06-11 10:35:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000416",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000016",
"event_time_raw": "2025-06-11 10:35:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000417",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000016",
"event_time_raw": "2025-06-11 10:35:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000418",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000016",
"event_time_raw": "2025-06-11 10:35:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000419",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000016",
"event_time_raw": "2025-06-11 10:35:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000420",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000016",
"event_time_raw": "2025-06-11 10:35:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000421",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000016",
"event_time_raw": "2025-06-11 10:35:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000422",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000016",
"event_time_raw": "2025-06-11 10:35:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000423",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000016",
"event_time_raw": "2025-06-11 10:35:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000424",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000017",
"event_time_raw": "2026-02-03 10:10:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000425",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000017",
"event_time_raw": "2026-02-03 10:10:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000426",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000017",
"event_time_raw": "2026-02-03 10:10:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000427",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000017",
"event_time_raw": "2026-02-03 10:10:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000428",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000017",
"event_time_raw": "2026-02-03 10:10:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000429",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000017",
"event_time_raw": "2026-02-03 10:10:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000430",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000017",
"event_time_raw": "2026-02-03 10:10:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000431",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000017",
"event_time_raw": "2026-02-03 10:10:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000432",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000017",
"event_time_raw": "2026-02-03 10:10:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000433",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000017",
"event_time_raw": "2026-02-03 10:10:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000434",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000017",
"event_time_raw": "2026-02-03 10:10:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000435",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000017",
"event_time_raw": "2026-02-03 10:10:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000436",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000017",
"event_time_raw": "2026-02-03 10:10:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000437",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000017",
"event_time_raw": "2026-02-03 10:10:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000438",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000017",
"event_time_raw": "2026-02-03 10:10:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000439",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000017",
"event_time_raw": "2026-02-03 10:10:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000440",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000017",
"event_time_raw": "2026-02-03 10:10:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000441",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000017",
"event_time_raw": "2026-02-03 10:10:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000442",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000017",
"event_time_raw": "2026-02-03 10:10:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000443",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000017",
"event_time_raw": "2026-02-03 10:10:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000444",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000017",
"event_time_raw": "2026-02-03 10:10:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000445",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000017",
"event_time_raw": "2026-02-03 10:10:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000446",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000018",
"event_time_raw": "2026-07-23 11:40:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000447",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000018",
"event_time_raw": "2026-07-23 11:40:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000448",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000018",
"event_time_raw": "2026-07-23 11:40:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000449",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000018",
"event_time_raw": "2026-07-23 11:40:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000450",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000018",
"event_time_raw": "2026-07-23 11:40:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000451",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000018",
"event_time_raw": "2026-07-23 11:40:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000452",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000018",
"event_time_raw": "2026-07-23 11:40:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000453",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000018",
"event_time_raw": "2026-07-23 11:40:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000454",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000018",
"event_time_raw": "2026-07-23 11:40:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000455",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000018",
"event_time_raw": "2026-07-23 11:40:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000456",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000018",
"event_time_raw": "2026-07-23 11:40:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000457",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000018",
"event_time_raw": "2026-07-23 11:40:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000458",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000018",
"event_time_raw": "2026-07-23 11:40:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000459",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000018",
"event_time_raw": "2026-07-23 11:40:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000460",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000018",
"event_time_raw": "2026-07-23 11:40:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000461",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000018",
"event_time_raw": "2026-07-23 11:40:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000462",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000018",
"event_time_raw": "2026-07-23 11:40:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000463",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000018",
"event_time_raw": "2026-07-23 11:40:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000464",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000018",
"event_time_raw": "2026-07-23 11:40:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000465",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000018",
"event_time_raw": "2026-07-23 11:40:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000466",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000018",
"event_time_raw": "2026-07-23 11:40:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000467",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000018",
"event_time_raw": "2026-07-23 11:40:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000468",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000001",
"event_time_raw": "2021-07-04 12:25:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000469",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000001",
"event_time_raw": "2021-07-04 12:25:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000470",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000001",
"event_time_raw": "2021-07-04 12:25:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000471",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000001",
"event_time_raw": "2021-07-04 12:25:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000472",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000001",
"event_time_raw": "2021-07-04 12:25:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000473",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000001",
"event_time_raw": "2021-07-04 12:25:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000474",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000001",
"event_time_raw": "2021-07-04 12:25:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000475",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000001",
"event_time_raw": "2021-07-04 12:25:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000476",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000001",
"event_time_raw": "2021-07-04 12:25:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000477",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000001",
"event_time_raw": "2021-07-04 12:25:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000478",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000001",
"event_time_raw": "2021-07-04 12:25:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000479",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000001",
"event_time_raw": "2021-07-04 12:25:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000480",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000001",
"event_time_raw": "2021-07-04 12:25:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000481",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000001",
"event_time_raw": "2021-07-04 12:25:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000482",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000001",
"event_time_raw": "2021-07-04 12:25:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000483",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000001",
"event_time_raw": "2021-07-04 12:25:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000484",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000001",
"event_time_raw": "2021-07-04 12:25:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000485",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000001",
"event_time_raw": "2021-07-04 12:25:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000486",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000001",
"event_time_raw": "2021-07-04 12:25:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000487",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000001",
"event_time_raw": "2021-07-04 12:25:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000488",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000001",
"event_time_raw": "2021-07-04 12:25:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000489",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000001",
"event_time_raw": "2021-07-04 12:25:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000490",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000001",
"event_time_raw": "2021-07-04 12:25:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000491",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000001",
"event_time_raw": "2021-07-04 12:25:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000492",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000001",
"event_time_raw": "2021-07-04 12:25:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000493",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000001",
"event_time_raw": "2021-07-04 12:25:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000494",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000001",
"event_time_raw": "2021-07-04 12:25:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000495",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000001",
"event_time_raw": "2021-07-04 12:25:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000496",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000001",
"event_time_raw": "2021-07-04 12:25:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000497",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000001",
"event_time_raw": "2021-07-04 12:25:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000498",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000001",
"event_time_raw": "2021-07-04 12:25:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000499",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000001",
"event_time_raw": "2021-07-04 12:25:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000500",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000001",
"event_time_raw": "2021-07-04 12:25:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000501",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000001",
"event_time_raw": "2021-07-04 12:25:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000502",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000001",
"event_time_raw": "2021-07-04 12:25:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000503",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000001",
"event_time_raw": "2021-07-06 18:20:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000504",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000001",
"event_time_raw": "2021-07-06 18:20:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000505",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000001",
"event_time_raw": "2021-07-06 18:20:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000506",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000001",
"event_time_raw": "2021-07-06 18:20:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000507",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000001",
"event_time_raw": "2021-07-06 18:20:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000508",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000001",
"event_time_raw": "2021-07-06 18:20:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000509",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000001",
"event_time_raw": "2021-07-06 18:20:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000510",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000001",
"event_time_raw": "2021-07-06 18:20:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000511",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000001",
"event_time_raw": "2021-07-06 18:20:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000512",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000001",
"event_time_raw": "2021-07-06 18:20:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000513",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000001",
"event_time_raw": "2021-07-06 18:20:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000514",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000001",
"event_time_raw": "2021-07-06 18:20:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000515",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000001",
"event_time_raw": "2021-07-06 18:20:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000516",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000001",
"event_time_raw": "2021-07-06 18:20:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000517",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000001",
"event_time_raw": "2021-07-06 18:20:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000518",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000001",
"event_time_raw": "2021-07-06 18:20:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000519",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000001",
"event_time_raw": "2021-07-06 18:20:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000520",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000005",
"event_time_raw": "2024-01-07 11:45:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000521",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000005",
"event_time_raw": "2024-01-07 11:45:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000522",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000005",
"event_time_raw": "2024-01-07 11:45:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000523",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000005",
"event_time_raw": "2024-01-07 11:45:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000524",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000005",
"event_time_raw": "2024-01-07 11:45:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000525",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000005",
"event_time_raw": "2024-01-07 11:45:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000526",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000005",
"event_time_raw": "2024-01-07 11:45:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000527",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000005",
"event_time_raw": "2024-01-07 11:45:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000528",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000005",
"event_time_raw": "2024-01-07 11:45:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000529",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000005",
"event_time_raw": "2024-01-07 11:45:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000530",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000005",
"event_time_raw": "2024-01-07 11:45:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000531",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000005",
"event_time_raw": "2024-01-07 11:45:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000532",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000005",
"event_time_raw": "2024-01-07 11:45:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000533",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000005",
"event_time_raw": "2024-01-07 11:45:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000534",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000005",
"event_time_raw": "2024-01-07 11:45:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000535",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000005",
"event_time_raw": "2024-01-07 11:45:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000536",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000005",
"event_time_raw": "2024-01-07 11:45:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000537",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000005",
"event_time_raw": "2024-01-07 11:45:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000538",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000005",
"event_time_raw": "2024-01-07 11:45:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000539",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000005",
"event_time_raw": "2024-01-07 11:45:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000540",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000005",
"event_time_raw": "2024-01-07 11:45:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000541",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000005",
"event_time_raw": "2024-01-07 11:45:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000542",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000005",
"event_time_raw": "2024-01-07 11:45:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000543",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000005",
"event_time_raw": "2024-01-07 11:45:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000544",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000005",
"event_time_raw": "2024-01-07 11:45:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000545",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000005",
"event_time_raw": "2024-01-07 11:45:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000546",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000005",
"event_time_raw": "2024-01-07 11:45:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000547",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000005",
"event_time_raw": "2024-01-07 11:45:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000548",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000005",
"event_time_raw": "2024-01-07 11:45:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000549",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000005",
"event_time_raw": "2024-01-07 11:45:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000550",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000005",
"event_time_raw": "2024-01-07 11:45:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000551",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000005",
"event_time_raw": "2024-01-07 11:45:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000552",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000005",
"event_time_raw": "2024-01-07 11:45:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000553",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000005",
"event_time_raw": "2024-01-07 11:45:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000554",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000005",
"event_time_raw": "2024-01-07 11:45:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000555",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000005",
"event_time_raw": "2024-01-09 17:40:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000556",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000005",
"event_time_raw": "2024-01-09 17:40:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000557",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000005",
"event_time_raw": "2024-01-09 17:40:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000558",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000005",
"event_time_raw": "2024-01-09 17:40:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000559",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000005",
"event_time_raw": "2024-01-09 17:40:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000560",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000005",
"event_time_raw": "2024-01-09 17:40:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000561",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000005",
"event_time_raw": "2024-01-09 17:40:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000562",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000005",
"event_time_raw": "2024-01-09 17:40:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000563",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000005",
"event_time_raw": "2024-01-09 17:40:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000564",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000005",
"event_time_raw": "2024-01-09 17:40:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000565",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000005",
"event_time_raw": "2024-01-09 17:40:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000566",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000005",
"event_time_raw": "2024-01-09 17:40:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000567",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000005",
"event_time_raw": "2024-01-09 17:40:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000568",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000005",
"event_time_raw": "2024-01-09 17:40:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000569",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000005",
"event_time_raw": "2024-01-09 17:40:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000570",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000005",
"event_time_raw": "2024-01-09 17:40:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000571",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000005",
"event_time_raw": "2024-01-09 17:40:00",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000572",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000006",
"event_time_raw": "2026-07-25 13:40:27",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000573",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000006",
"event_time_raw": "2026-07-25 13:40:27",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000574",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000006",
"event_time_raw": "2026-07-25 13:40:27",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000575",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000006",
"event_time_raw": "2026-07-25 13:40:27",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000576",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000006",
"event_time_raw": "2026-07-25 13:40:27",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000577",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000006",
"event_time_raw": "2026-07-25 13:40:27",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000578",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000006",
"event_time_raw": "2026-07-25 13:40:27",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000579",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000006",
"event_time_raw": "2026-07-25 13:40:27",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000580",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000006",
"event_time_raw": "2026-07-25 13:40:27",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000581",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000006",
"event_time_raw": "2026-07-25 13:40:27",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000582",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000006",
"event_time_raw": "2026-07-25 13:40:27",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000583",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000006",
"event_time_raw": "2026-07-25 13:40:27",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000584",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000006",
"event_time_raw": "2026-07-25 13:40:27",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000585",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000006",
"event_time_raw": "2026-07-25 13:40:27",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000586",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000006",
"event_time_raw": "2026-07-25 13:40:27",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000587",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000006",
"event_time_raw": "2026-07-25 13:40:27",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000588",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000006",
"event_time_raw": "2026-07-25 13:40:27",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000589",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000006",
"event_time_raw": "2026-07-25 13:40:27",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000590",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000006",
"event_time_raw": "2026-07-25 13:40:27",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000591",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000006",
"event_time_raw": "2026-07-25 13:40:27",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000592",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000006",
"event_time_raw": "2026-07-25 13:40:27",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000593",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000006",
"event_time_raw": "2026-07-25 13:40:27",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000594",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000006",
"event_time_raw": "2026-07-25 13:40:27",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000595",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000006",
"event_time_raw": "2026-07-25 13:40:27",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000596",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000006",
"event_time_raw": "2026-07-25 13:40:27",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000597",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000006",
"event_time_raw": "2026-07-25 13:40:27",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000598",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000006",
"event_time_raw": "2026-07-25 13:40:27",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000599",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000006",
"event_time_raw": "2026-07-25 13:40:27",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000600",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000006",
"event_time_raw": "2026-07-25 13:40:27",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000601",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000006",
"event_time_raw": "2026-07-25 13:40:27",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000602",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000006",
"event_time_raw": "2026-07-25 13:40:27",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000603",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000006",
"event_time_raw": "2026-07-25 13:40:27",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000604",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000006",
"event_time_raw": "2026-07-25 13:40:27",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000605",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000006",
"event_time_raw": "2026-07-25 13:40:27",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000606",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000006",
"event_time_raw": "2026-07-25 13:40:27",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000607",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000006",
"event_time_raw": "2026-07-27 19:35:27",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000608",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000006",
"event_time_raw": "2026-07-27 19:35:27",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000609",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000006",
"event_time_raw": "2026-07-27 19:35:27",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000610",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000006",
"event_time_raw": "2026-07-27 19:35:27",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000611",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000006",
"event_time_raw": "2026-07-27 19:35:27",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000612",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000006",
"event_time_raw": "2026-07-27 19:35:27",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000613",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000006",
"event_time_raw": "2026-07-27 19:35:27",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000614",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000006",
"event_time_raw": "2026-07-27 19:35:27",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000615",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000006",
"event_time_raw": "2026-07-27 19:35:27",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000616",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000006",
"event_time_raw": "2026-07-27 19:35:27",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000617",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000006",
"event_time_raw": "2026-07-27 19:35:27",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000618",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000006",
"event_time_raw": "2026-07-27 19:35:27",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000619",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000006",
"event_time_raw": "2026-07-27 19:35:27",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000620",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000006",
"event_time_raw": "2026-07-27 19:35:27",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000621",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000006",
"event_time_raw": "2026-07-27 19:35:27",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000622",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000006",
"event_time_raw": "2026-07-27 19:35:27",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000623",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000006",
"event_time_raw": "2026-07-27 19:35:27",
"event_type": "lab",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000624",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000007",
"event_time_raw": "2021-06-01 10:16:00",
"event_type": "exam",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000625",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000007",
"event_time_raw": "2021-06-01 10:42:00",
"event_type": "exam",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000626",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000007",
"event_time_raw": "2021-06-01 09:48:00",
"event_type": "exam",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000627",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000001",
"event_time_raw": "2021-07-04 11:21:00",
"event_type": "exam",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000628",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000001",
"event_time_raw": "2021-07-05 09:36:00",
"event_type": "exam",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000629",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000001",
"event_time_raw": "2021-07-05 14:20:00",
"event_type": "exam",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000630",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000001",
"event_time_raw": "2021-07-06 10:05:00",
"event_type": "exam",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000631",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000001",
"event_time_raw": "2021-07-07 09:12:00",
"event_type": "exam",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000632",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000010",
"event_time_raw": "2022-01-31 11:06:00",
"event_type": "exam",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000633",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000012",
"event_time_raw": "2023-02-27 15:12:00",
"event_type": "exam",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000634",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000012",
"event_time_raw": "2023-02-27 15:46:00",
"event_type": "exam",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000635",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000005",
"event_time_raw": "2024-01-07 10:25:00",
"event_type": "exam",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000636",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000005",
"event_time_raw": "2024-01-08 08:58:00",
"event_type": "exam",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000637",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000005",
"event_time_raw": "2024-01-08 14:05:00",
"event_type": "exam",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000638",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000005",
"event_time_raw": "2024-01-09 09:40:00",
"event_type": "exam",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000639",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000005",
"event_time_raw": "2024-01-09 15:30:00",
"event_type": "exam",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000640",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000014",
"event_time_raw": "2024-02-06 10:02:00",
"event_type": "exam",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000641",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000015",
"event_time_raw": "2024-10-01 11:28:00",
"event_type": "exam",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000642",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000016",
"event_time_raw": "2025-06-11 11:10:00",
"event_type": "exam",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000643",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000016",
"event_time_raw": "2025-06-11 14:35:00",
"event_type": "exam",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000644",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000018",
"event_time_raw": "2026-07-23 11:06:00",
"event_type": "exam",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000645",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000006",
"event_time_raw": "2026-07-26 09:28:00",
"event_type": "exam",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000646",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000006",
"event_time_raw": "2026-07-26 15:12:00",
"event_type": "exam",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000647",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000006",
"event_time_raw": "2026-07-27 10:00:00",
"event_type": "exam",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
},
{
"course_event_id": "COURSE_EVENT-0000648",
"course_id": "COURSE-0000001",
"encounter_key": "ENCOUNTER-0000006",
"event_time_raw": "2026-07-28 09:10:00",
"event_type": "exam",
"mapping_status": "one_source_row_one_course_event_not_deduplicated_fact",
"time_semantic": "source_event_time_retained"
}
],
"course_outcome": [
{
"course_id": "COURSE-0000001",
"encounter_key": null,
"event_time_raw": "2021年10月05日 10:10",
"outcome_id": "OUTCOME-0000001",
"outcome_raw": "患者头晕明显缓解,无视物旋转、恶心呕吐及肢体无力。查体:神清语利,双眼活动充分,无眼震,四肢肌力V级,病理征阴性。生命体征平稳,饮食睡眠可。",
"outcome_status": "source_discharge_only_not_long_term_outcome_or_efficacy"
},
{
"course_id": "COURSE-0000001",
"encounter_key": null,
"event_time_raw": "2024年04月10日 10:00",
"outcome_id": "OUTCOME-0000002",
"outcome_raw": "患者右侧肢体麻木较入院明显减轻,言语流利,饮水无呛咳。查体:神清语利,右上肢肌力V-级,余肢体肌力V级,双侧病理征阴性。生命体征平稳。",
"outcome_status": "source_discharge_only_not_long_term_outcome_or_efficacy"
},
{
"course_id": "COURSE-0000001",
"encounter_key": null,
"event_time_raw": "2026年10月25日 09:32",
"outcome_id": "OUTCOME-0000003",
"outcome_raw": "患者头晕较前减轻,无视物旋转、复视、饮水呛咳及肢体无力。查体:神清语利,双眼动充分,无眼震,四肢肌力V级,双侧病理征阴性。生命体征平稳。",
"outcome_status": "source_discharge_only_not_long_term_outcome_or_efficacy"
}
],
"coverage_gap": {
"course_id": "COURSE-0000001",
"gap_id": "GAP-0000001",
"gap_status": "unobserved_between_source_events",
"interpretation": "no inference of no-care or external-care absence"
},
"quality_issue": {
"course_id": "COURSE-0000001",
"handling": "zero-record entities retained as explicit boundary",
"issue_code": "no_verified_stage_assignment_followup_rehabilitation_or_effect",
"quality_issue_id": "QUALITY_ISSUE-0000001"
}
}