接口需求 #5030
打开BS369心电图报告
描述
获取心电图结果
{
"header" : {
"service_id" : "BS369",
"date_time" : "20210916151221",
"hospital_id" : "医疗机构编码",
"apply_unit_id" : "申请科室编码",
"exec_unit_id" : "执行科室编码",
"visit_type" : "就诊类别",
"send_sys_id" : "发送系统编码",
"extend_sub_id" : "扩展码",
"order_exec_id" : "医嘱执行分类编码",
"msg_id" : ""
},
"body" : {
"versionNo" : "文档的操作版本",
"examReportRoot" : "报告号root",
"signatureId" : "电子签章号",
"examReportLid" : "报告号",
"effectiveTime" : 20180314000000,
"documentName" : "文档标题",
"patientDomain" : "域ID",
"patientLid" : "患者ID",
"visitTypeCode" : "就诊类别编码",
"visitTypeName" : "就诊类别名称",
"visitNo" : "就诊号",
"visitTimes" : 1,
"visitOrdNo" : "就诊流水号",
"patientName" : "患者名称",
"genderCode" : "性别编码",
"genderName" : "性别名称",
"birthDate" : 20180314000000,
"age" : "患者年龄",
"wardName" : "病区编码",
"wardCode" : "病区名称",
"bedNo" : "床位号",
"reportDoctors" : [ {
"reportDate" : 20180314000000,
"reportDoctor" : "报告医生编码",
"reportDoctorName" : "报告医生名称"
} ],
"orgCode" : "医疗机构编码",
"orgName" : "医疗机构名称",
"reviewDoctors" : [ {
"reviewDate" : 20180314000000,
"reviewDoctor" : "审核医生编码",
"reviewDoctorName" : "审核医生名称"
} ],
"requestDoctor" : "申请医生编码",
"requestDoctorName" : "多媒体内容base64编码",
"requestDeptName" : "多媒体内容类型",
"requestDept" : "申请科室编码",
"orderLid" : [ "关联医嘱号" ],
"stature" : "身高",
"height" : "体重",
"imageIndex" : "图像索引号",
"docImageContent" : "整张报告图片信息",
"docImageFormat" : "整张报告图片格式",
"reportOrderLid" : "检查号",
"reportTypeCode" : "检查报告类型标识编码",
"reportTypeName" : "检查报告类型名称",
"itemClass" : "检查类型编码",
"itemClassName" : "检查类型名称",
"takeMedicine" : "服用降压药情况",
"takeMedItemInfo" : [ {
"itemName" : "子项目名称",
"itemRemarks" : "说明"
} ],
"examReasons" : "测试原因",
"endExamReasons" : "结束测试原因",
"medicationMethod" : "药疗法",
"MedItemInfo" : [ {
"itemName" : "子项目名称",
"itemResult" : "是否采用此药疗法"
} ],
"examItems" : [ {
"examItemCode" : "检查项目编码",
"examItemName" : "检查项目名称",
"reportMemo" : "检查备注",
"totalTimes" : "总测量次数",
"imagingFinding" : "客观所见内容",
"imagingConclusion" : "主观提示内容",
"examinationMethod" : "检查方法编码",
"examinationMethodName" : "检查方法名称",
"targetSiteCode" : "检查部位编码",
"targetSiteName" : "检查部位名称",
"examiningDoctors" : [ {
"examinationDate" : 20180314000000,
"examiningDoctor" : "检查医生编码",
"examiningDoctorName" : "检查医生名称",
"examinationDept" : "检查科室编码",
"examinationDeptName" : "检查科室名称"
} ],
"recordStartTime" : 20180314000000,
"recordTotalTime" : 1,
"recordTotalTimeUnit" : "记录总时间单位",
"manufacturerCode" : "仪器型号",
"echocardiographyInfo" : [ {
"itemCode" : "项目编码",
"itemName" : "项目名称",
"itemValue" : "项目结果值文本",
"itemResult" : "项目结果",
"itemResultUnit" : "项目结果单位",
"itemMessages" : [ {
"itemCode" : "子项目编码",
"text" : "说明",
"itemName" : "子项目名称",
"itemText" : "子项目结果值文本",
"pqItemTextValue" : "子项目结果",
"pqItemTextUnit" : "子项目结果单位"
} ]
} ],
"imageText" : [ {
"imageExtension" : "影像格式",
"imageText" : "影像信息"
} ]
} ],
"diagnosisInfo" : [ {
"diagnosesTypeCode" : "诊断类别编码",
"diagnosesTypeName" : "诊断类别名称",
"icdCode" : "临床诊断编码",
"icdName" : "临床诊断"
} ]
}
}