Get Patient Status
API URL
{{url}}/spice-service/patient/patient-status
Method
POST
Description
Get the patient’s status
Input:
Field Name
Type
Mandatory
Example
encounterType
String
Yes
UNDER_TWO_MONTHS
gender
String
Yes
Male or Female
isPregnant
Boolean
Yes
Pregnant state indication
patientId
BigInt
Yes
Patient reference id
provenance
String
Yes
Provenance data
ticketType
String
Yes
ICCM
type
String
Yes
medical review
Authorization (Header)
String
Yes
Bearer 1ba363a1edf54402b51f58060aa52b11d30f99a490295adec900fdabf2b472181c0bfb165be18f4f5c430c7218a244bd29b9300d3471acc08197ccfb996118f6
client
String
Yes
mob
Sample Input:
{ "encounterType": "UNDER_TWO_MONTHS", "gender": "female", "isPregnant": false, "memberId": "784", "patientId": "333333317130011", "provenance": { "modifiedDate": "2025-01-20T07:33:38.436Z", "organizationId": "9", "spiceUserId": 1713, "userId": "11" }, "ticketType": "ICCM", "type": "medicalReview" }
Output:
Field Name
Type
Comments
message
String
Patient Status fetched successfully
status
Boolean
Response status