接口需求 #5027
打开BS320检查报告发布服务
描述
获取检查结果服务
{
"header" : {
"service_id" : "BS320",
"date_time" : "20210726085559",
"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",
"medicalVisitNo" : "就诊号",
"reportId" : "检查报告号",
"requestNo" : "申请单号",
"visitTimes" : 1,
"visitTypeCode" : "就诊类别编码",
"visitTypeName" : "就诊类别名称",
"visitOrdNo" : "就诊流水号",
"patientName" : "患者名称",
"genderCode" : "性别编码",
"genderName" : "性别名称",
"birthDate" : 20180314000000,
"age" : "患者年龄",
"ward" : "病区编码",
"wardName" : "病区名称",
"bedNo" : "床位号",
"reportDoctors" : [ {
"reportDate" : 20180314000000,
"reportDoctor" : "报告医生编码",
"reportDoctorName" : "报告医生名称"
} ],
"dataEntererId" : "记录者编码",
"dataEntererName" : "记录者名称",
"orgCode" : "医疗机构编码",
"orgName" : "医疗机构名称",
"reviewDoctors" : [ {
"reviewDate" : 20180314000000,
"reviewDoctorRole" : "审核医生角色",
"reviewDoctor" : "审核医生编码",
"reviewDoctorName" : "审核医生名称"
} ],
"docImageContent" : "多媒体内容base64编码",
"docImageFormat" : "多媒体内容类型",
"requestDoctor" : "申请医生编码",
"requestDoctorName" : "申请医生名称",
"requestDept" : "申请科室编码",
"requestDeptName" : "申请科室名称",
"orderLid" : [ "关联医嘱号" ],
"imageIndex" : "图像索引号",
"examNo" : "检查号",
"reportTypeCode" : "报告类型标识编码",
"reportTypeName" : "报告类型名称",
"itemClass" : "检查类型编码",
"itemClassName" : "检查类型名称",
"examItems" : [ {
"itemCode" : "检查项目编码",
"itemName" : "检查项目名称",
"reportMemo" : "检查备注",
"imagingFinding" : "客观所见内容",
"imagingConclusion" : "主观提示内容",
"examinationMethod" : "检查方法编码",
"examinationMethodName" : "检查方法名称",
"targetSiteCode" : "检查部位编码",
"targetSiteName" : "检查部位名称",
"examiningDoctors" : [ {
"examinationDate" : 20180314000000,
"examiningDoctor" : "检查医生编码",
"examiningDoctorName" : "检查医生名称",
"examinationDept" : "检查科室编码",
"examinationDeptName" : "检查科室名称"
} ],
"manufacturerName" : "仪器型号",
"specialFlag" : "特殊检查标志",
"routeCode" : "给药方式编码",
"routeName" : "给药方式名称",
"reagentCode" : "试剂编码",
"reagentName" : "试剂名称",
"reagentDosage" : "试剂用量",
"reagentDosageUnit" : "试剂用量单位",
"quantifyValue" : "检查定量结果",
"quantifyValueUnit" : "检查定量结果计量单位",
"checkResultCode" : "检查结果代码",
"checkResultName" : "检查结果代码名称",
"recordStartTime" : 20180314000000,
"recordTotalTime" : "记录总时间文本",
"recordTotalTimeUnit" : "记录总时间单位",
"itemMessages" : [ {
"itemCode" : "项目编码",
"itemName" : "项目名称",
"itemText" : "项目结果值文本",
"pqItemTextValue" : "项目结果",
"pqItemTextUnit" : "项目结果单位",
"subItemMessages" : [ {
"itemCode" : "子项目编码",
"text" : "说明",
"itemName" : "子项目名称",
"itemText" : "子项目结果值文本",
"pqItemTextValue" : "子项目结果",
"pqItemTextUnit" : "子项目结果单位"
} ]
} ],
"imageText" : [ {
"imageExtension" : "影像格式",
"imageText" : "影像信息"
} ]
} ],
"diagnosisTime" : 20180314000000,
"diagnosisInfo" : [ {
"diagnosesTypeCode" : "诊断类别编码",
"diagnosesTypeName" : "诊断类别名称",
"icdCode" : "临床诊断编码",
"icdName" : "临床诊断"
} ]
}
}