X-Token: ********************
{
"params":[
{
"code":"",//诊断编码
"name":""//诊断名称
}
]
}
curl --location --request POST '/catalog/clinical-to-insurance/operation' \
--header 'X-Requested-Session;' \
--header 'Content-Type: application/json' \
--data-raw '{
"params":[
{
"code":"",//诊断编码
"name":""//诊断名称
}
]
}'
{
"code": "100100000",
"message": "操作成功",
"data": [
{
"code": "99.1000",
"name": "血栓溶解药的注射或输注",
"anesthesiaType": "ut",
"operationDoctor": "aliqua eu fugiat in in",
"operationAnesthesiaDoctor": "consequat laboris dolor",
"operationDateStart": 20250731,
"operationDateEnd": 20250731
},
{
"code": "",
"name": "",
"anesthesiaType": "Lorem",
"operationDoctor": "mollit occaecat dolore consequat eiusmod",
"operationAnesthesiaDoctor": "dolore sit cillum cupidatat nostrud",
"operationDateStart": 20240212,
"operationDateEnd": 20240212
}
]
}