module.exports = { patient: [ { patient_id: "P20230001", patient_no: "OP20230001", patient_name: "张三", id_type: "1", id_num: "110101199001011234", mobile_phone_no: "13912345678", sex: "1", dob: "1990-01-01", family_addr_area: "北京市朝阳区", family_addr_detail: "XX街道XX小区1号楼1单元101室", professional: "教师", employer: "XX中学", charge_type: "01", charge_type_name: "城镇职工基本医疗保险", allergy: "青霉素过敏", history: "高血压病史5年", create_date: "2018-05-10", create_time: "2018-05-10 09:00:00", update_time: "2026-06-15 09:00:00", }, ], outpatientRecord: [ { patient_id: "P20230001", patient_no: "OP20230001", patient_name: "张三", visit_time: "2022-08-01 08:00:00", leave_time: "2022-08-01 11:00:00", visit_dept_code: "DEPT001", visit_dept_name: "内科", visit_doctor_code: "DOC001", visit_doctor_name: "李四", visit_service_code: "SER001", visit_service_name: "王五", diagnosis_ids: "E65.x02,E65.x03", diagnosis_names: "背部脂肪堆积,高血压", chief_complaint: "头晕、乏力3天", entrust: "注意休息,按时服药", create_time: "2022-08-01 08:00:00", update_time: "2022-08-01 11:00:00", }, ], orderInfo: [ { order_no: "ORD202300001", patient_id: "P20230001", patient_no: "OP20230001", admission_id: "ADM202300001", dept_code: "DEPT001", ward_code: "WARD001", doctor_code: "DOC001", doctor_name: "李四", order_type: "OT001", order_type_name: "长期医嘱", order_code: "OC001", order_name: "降压治疗", drug_name: "硝苯地平缓释片", drug_country_code: "国药准字H10910052", frequency_code: "QD", dosage: 20, dosage_unit: "mg", route_code: "PO", route_name: "口服", order_status: "在用", enter_time: "2023-05-10 09:30:00", start_time: "2023-05-10 10:00:00", stop_time: "", description: "每日一次,早餐后服用", create_time: "2023-05-10 09:30:00", update_time: "2023-05-10 09:30:00", }, ], pacsInfo: [ { report_id: "REP202300001", patient_id: "P20230001", patient_no: "OP20230001", admission_id: "ADM202300001", request_time: "2023-06-15 08:30:00", app_dept_code: "DEPT002", app_dept_name: "外科", app_ward_code: "WARD002", app_ward_name: "外科二病区", app_doctor_code: "DOC002", app_doctor_name: "赵六", report_name: "胸部CT检查报告", test_position: "胸部", test_position_code: "ACR001", test_result: "双肺纹理清晰,未见明显异常密度影。", test_diag: "胸部未见明显异常", test_link: "https://example.com/imaging/REP202300001", test_remarks: "建议每年进行一次常规体检", test_time: "2023-06-15 10:15:00", report_time: "2023-06-15 11:00:00", report_code: "DOC002", create_time: "2023-06-15 11:00:00", update_time: "2023-06-15 11:00:00", }, ], lisInfo: [ { report_id: "LIS202300001", patient_id: "P20230001", patient_no: "OP20230001", admission_id: "ADM202300001", report_name: "血常规", report_time: "2024-06-10 10:00:00", report_code: "DOC015", request_time: "2024-06-10 08:15:00", app_doctor_code: "DOC009", app_doctor_name: "吴医生", remarks: "各项指标基本正常,未见明显异常", create_time: "2024-06-10 10:00:00", update_time: "2024-06-10 10:00:00", }, ], lisDetail: [ { report_id: "LIS202300001", patient_id: "P20230001", patient_no: "OP20230001", admission_id: "ADM202300001", item_id: "HB", item_name: "血红蛋白", report_details: "130", abnormality_flag: "", critical_flag: "0", high_max_value: "160", low_max_value: "120", value_unit: "g/L", range_description: "120-160", remarks: "", create_time: "2024-06-10 10:00:00", update_time: "2024-06-10 10:00:00", }, ], };