Medical Review Create - Continuous Medical Review

API URL

{{url}}/spice-service/medical-review/create

Method

POST

Description

Continuous medical review create

Input:

Field Name

Type

Mandatory

Example

Authorization(Header)

String

Yes

Bearer eyJlbmMiOiJBMTI4R0NNIiwiYWxnIjoiUlNBLU9BRVAtMjU2In0.MCm0mJDfpfjlr10Uok79-kTF7fv9Tn7cI5m2WsRDGUd9VS7iRmfbszjuc1-w5D-PYt9CdVxRMGBQlzYauhnI

Input:

Field Name

Type

Mandatory

Example

Clinical Notes

String

Yes

Health condition check

Sample Input:

{ "continuousMedicalReview": { "clinicalNote": "test" }, "patientTrackId": 1, "patientVisitId": 38, "tenantId": 4 }

Sample Output:

{
  "message": "Medical Review added Successfully.",
  "entity": null,
  "status": true,
  "entityList": null,
  "responseCode": 201,
  "totalCount": null
}

@2024 Medtronic LABS