[
{
"patientId": "PAT001",
"visitId": 1,
"inpNo": "INP12345",
"mrNo": "MRN123456",
"patientName": "张三",
"patientSex": "男",
"patientAge": "30",
"idCard": "110101199001010000",
"namePy": "zhangsan",
"dateOfBirth": "1990-01-01",
"birthPlace": "北京市",
"citizenship": "中国",
"nation": "汉族",
"inHospitalDatetime": "2023-10-01T08:00:00",
"inHospitalDeptWsid": "HDWS001",
"inHospitalDeptName": "内科",
"outHospitalDeptWsid": "HDWS002",
"outHospitalDatetime": "2023-10-05T10:00:00",
"outHospitalDeptName": "外科",
"outHospitalStatus": 1,
"die": 0,
"diagnosis": "肺炎",
"patientCondition": "稳定",
"doctorInCharge": "李医生",
"babyFlag": 0,
"doctorInChargeCode": "DOC001",
"tubeBedDoctor": "王医生",
"tubeBedDoctorCode": "DOC002",
"inpatientArea": "内科病房",
"inpatientAreaCode": "IA001",
"specialties": "呼吸科",
"specialtiesCode": "SP001",
"bedNumber": "A101",
"nurseLevel": "一级护理",
"chargeNurse": "赵护士"
}
]
curl --location --request POST 'https://m1.apifoxmock.com/m1/4604434-0-default/collect/third/push/patient/custom?access_token=' \
--header 'X-Signit-App-Id;' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"patientId": "PAT001",
"visitId": 1,
"inpNo": "INP12345",
"mrNo": "MRN123456",
"patientName": "张三",
"patientSex": "男",
"patientAge": "30",
"idCard": "110101199001010000",
"namePy": "zhangsan",
"dateOfBirth": "1990-01-01",
"birthPlace": "北京市",
"citizenship": "中国",
"nation": "汉族",
"inHospitalDatetime": "2023-10-01T08:00:00",
"inHospitalDeptWsid": "HDWS001",
"inHospitalDeptName": "内科",
"outHospitalDeptWsid": "HDWS002",
"outHospitalDatetime": "2023-10-05T10:00:00",
"outHospitalDeptName": "外科",
"outHospitalStatus": 1,
"die": 0,
"diagnosis": "肺炎",
"patientCondition": "稳定",
"doctorInCharge": "李医生",
"babyFlag": 0,
"doctorInChargeCode": "DOC001",
"tubeBedDoctor": "王医生",
"tubeBedDoctorCode": "DOC002",
"inpatientArea": "内科病房",
"inpatientAreaCode": "IA001",
"specialties": "呼吸科",
"specialtiesCode": "SP001",
"bedNumber": "A101",
"nurseLevel": "一级护理",
"chargeNurse": "赵护士"
}
]'
{
"code": "100100000",
"message": "操作成功",
"data": {
"addCount": 0,
"updateCount": 1,
"failMessage": ""
}
}