4.6: Health Insurance Hospital List
This service allows you to get a list of hospitals where an insured can receive health care.
To get the hospitals closest to the insured, specify a state and city.
To use this service, issue the command below:
Command
dump lctn_[{state}]-[{city}]*HSPT
- state Should be the insured's state; and
- city Should be the insured's city. To get hospitals in all cities of a particular state, use all.
Example
dump lctn_[abia]-[aba]*HSPT
{
"srvcVrsn": "2",
"userInfo": {
"id": "us0123456789abcdefghij0123456789",
"athrzt": {
"id": "id1234567890abcdefghij1234567890",
"key": "ky1234567890abcdefghij1234567890"
}
},
"cmmnd": {
"cmmnd": "dump lctn_[abia]-[aba]*HSPT"
}
}
Response Sample
{
"exctnFdbck": {
"id": "75"
},
"hspt": [
{
"city": "ABA",
"hospital": "LIFECARE CLINICS",
"address": "8, EZIUKWU STREET, ABA"
},
{
"city": "ABA",
"hospital": "BLESSED HAVEN HOSPITAL",
"address": "50, OMOBA ROAD, OGBOR HILL, ABA, ABIA STATE"
},
{
"city": "ABA",
"hospital": "NIGER OPTICALS",
"address": "18 ASA ROAD, ABA"
},
{
"city": "ABA",
"hospital": "NIGER OPTICALS",
"address": "NO 4 OSISIOMA INDUSTRIAL LAYOUT"
}
]
}
Updated about 2 years ago