Lewati ke konten utama
Versi: 5.10.x

14. Set Diagnosa INACBG

Request Body:

{
"metadata": {
"method": "inacbg_diagnosa_set",
"nomor_sep": "000R222TEST"
},
"data": {
"diagnosa": "S73.0#E11.9"
}
}

Response:

{
"metadata": {
"code": 200,
"message": "Ok",
"method": "inacbg_diagnosa_set"
},
"data": {
"string": "S73.0#E11.9",
"expanded": [
{
"code": "S73.0",
"display": "Dislocation of hip",
"no": "1",
"validcode": "1",
"metadata": {
"code": "200",
"message": "Ok"
}
},
{
"code": "E11.9",
"display": "Non-insulin-dependent diabetes mellitus without complications",
"no": "2",
"validcode": "1",
"metadata": {
"code": "200",
"message": "Ok"
}
}
]
}
}

Contoh hapus semua data diagnosa

Request Body:

{
"metadata": {
"method": "inacbg_diagnosa_set",
"nomor_sep": "000R222TEST"
},
"data": {
"diagnosa": "#"
}
}

Untuk menghapus seluruh diagnosa, kirim "#" pada parameter diagnosa. String kosong "" tidak menghapus (diperlakukan sebagai tidak ada perubahan).

diagnosa: Kode diagnosa akan dicheck terhadap versi ICD-10 yang berlaku. Jika ada kode yang tidak terdaftar atau berlaku, maka kode tersebut tidak akan tersimpan.