POST https://hdis.api.yijiangsoft.com/open/v1/exam/reports(院内离线部署时,替换为院内服务器地址){
"reports": [
{
"externalId": "PACS20260828000077",
"patient": {
"idCard": "330102199001011234",
"name": "张三"
},
"examType": "ECHO",
"examName": "经胸超声心动图",
"bodySite": "心脏",
"method": "经胸二维超声",
"examedAt": "2026-08-28 10:20:00",
"reportedAt": "2026-08-28 11:05:00",
"findings": "左房内径 41mm,左室舒张末期内径 52mm,室间隔厚度 12mm。",
"conclusion": "左室肥厚,二尖瓣轻度返流,左室舒张功能减低。",
"reporter": "赵六",
"items": [
{
"hdisCode": "EF",
"value": 58,
"unit": "%"
},
{
"hdisCode": "LVIDd",
"value": 52,
"unit": "mm"
},
{
"hdisCode": "MITRAL_REGURG",
"value": "轻度",
"resultType": "QUALITATIVE"
}
]
}
]
}curl --location '/open/v1/exam/reports' \
--header 'Content-Type: application/json' \
--data '{
"reports": [
{
"externalId": "PACS20260828000077",
"patient": {
"idCard": "330102199001011234",
"name": "张三"
},
"examType": "ECHO",
"examName": "经胸超声心动图",
"bodySite": "心脏",
"method": "经胸二维超声",
"examedAt": "2026-08-28 10:20:00",
"reportedAt": "2026-08-28 11:05:00",
"findings": "左房内径 41mm,左室舒张末期内径 52mm,室间隔厚度 12mm。",
"conclusion": "左室肥厚,二尖瓣轻度返流,左室舒张功能减低。",
"reporter": "赵六",
"items": [
{
"hdisCode": "EF",
"value": 58,
"unit": "%"
},
{
"hdisCode": "LVIDd",
"value": 52,
"unit": "mm"
},
{
"hdisCode": "MITRAL_REGURG",
"value": "轻度",
"resultType": "QUALITATIVE"
}
]
}
]
}'{
"code": 0,
"msg": "string",
"timestamp": 0,
"data": {
"total": 0,
"accepted": 0,
"rejected": 0,
"results": [
{
"externalId": "string",
"status": "CREATED",
"matched": true,
"patientRef": "string",
"itemsMapped": 0,
"itemsUnmapped": 0,
"pendingReason": "string",
"error": "string"
}
]
}
}