# Patient Visit

| **API URL**     | {{url}}/spice-service/patientvisit/create |
| --------------- | ----------------------------------------- |
| **Method**      | POST                                      |
| **Description** | Patient visit create while medical review |

**Input**:

| **Field Name**        | **Type** | **Mandatory** | **Example**                                                                                                                                     |
| --------------------- | -------- | ------------- | ----------------------------------------------------------------------------------------------------------------------------------------------- |
| Authorization(Header) | String   | Yes           | Bearer eyJlbmMiOiJBMTI4R0NNIiwiYWxnIjoiUlNBLU9BRVAtMjU2In0.MCm0mJDfpfjlr10Uok79-kTF7fv9Tn7cI5m2WsRDGUd9VS7iRmfbszjuc1-w5D-PYt9CdVxRMGBQlzYauhnI |

#### **Sample Input:** <a href="#patientvisit-sampleinput" id="patientvisit-sampleinput"></a>

{\
"patientTrackId": 25,\
"tenantId": 4\
}

#### **Sample Output:** <a href="#patientvisit-sampleoutput" id="patientvisit-sampleoutput"></a>

```
{
  "message": "Patient visit created successfully.",
  "entity": {
    "id": 33
  },
  "status": true,
  "entityList": null,
  "responseCode": 201,
  "totalCount": null
}
```
