Labtest Result Create
API URL | {{url}}/spice-service/patient-labtest/result/create |
Method | POST |
Description | Labtest result creation |
Input:
Field Name | Type | Mandatory | Example |
Authorization(Header) | String | Yes | Bearer eyJlbmMiOiJBMTI4R0NNIiwiYWxnIjoiUlNBLU9BRVAtMjU2In0.MCm0mJDfpfjlr10Uok79-kTF7fv9Tn7cI5m2WsRDGUd9VS7iRmfbszjuc1-w5D-PYt9CdVxRMGBQlzYauhnI |
Input:
Field Name | Type | Mandatory | Example |
resultValue | Integer | Yes | 20 |
isUnitValid | Boolean | Yes | True |
displayName | String | Yes | 0-7 mg/dL |
resultStatus | String | No | Positive |
unit | String | Yes | mg/dL |
labTestId | Integer | Yes | 2 |
name | String | Yes | Fast plasma |
Sample Input:
{ "patientLabTestId": 9, "isReviewed": true, "tenantId": 4, "roleName": "PROVIDER", "comment": "comments", "testedOn": "2023-05-24T00:00:00+05:30", "isEmptyRanges": false, "patientLabTestResults": [ { "resultValue": "22", "isUnitValid": true, "isAbnormal": true, "displayName": "0-7 mg/dL", "displayOrder": 0.0, "isResultValueValid": true, "resultStatus": "POSITIVE", "unit": "mg/dL", "labTestId": 2.0, "name": "Fast plasma", "tenantId": 1.0, "id": 1 } ] }
Sample Output: