Medical review list

API URL

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

Method

POST

Description

Medical review list

Input:

Field Name

Type

Mandatory

Example

Authorization(Header)

String

Yes

Bearer eyJlbmMiOiJBMTI4R0NNIiwiYWxnIjoiUlNBLU9BRVAtMjU2In0.MCm0mJDfpfjlr10Uok79-kTF7fv9Tn7cI5m2WsRDGUd9VS7iRmfbszjuc1-w5D-PYt9CdVxRMGBQlzYauhnI

Sample Input:

{ "patientTrackId": 11, "patientVisitId": 10, "tenantId": 4 }

Output:

Field Name

Type

Comments

id

Integer

User ID

id

Integer

Patient visit id

physicalExams

String

Physical examinations

complaints

String

Complications

physicalExamComments

String

Physical examination comments

compliantComments

String

Complication comments

reviewedAt

Time stamp

Medical review date

clinicalNote

String

Clinical note

Sample Output:

{
    "message": "Medical review list fetched successfully.",
    "entity": {
        "patientReviewDates": [],
        "patientMedicalReview": [
            {
                "id": 10,
                "patientVisitId": 10,
                "physicalExams": [],
                "complaints": [],
                "physicalExamComments": null,
                "compliantComments": null,
                "reviewedAt": "2023-05-24T15:54:48+05:30",
                "clinicalNote": "Ughvh"
            },
            {
                "id": 12,
                "patientVisitId": 10,
                "physicalExams": [],
                "complaints": [],
                "physicalExamComments": null,
                "compliantComments": null,
                "reviewedAt": "2023-05-24T19:15:18+05:30",
                "clinicalNote": "Uggg"
            }
        ]
    },
    "status": true,
    "entityList": null,
    "responseCode": 200,
    "totalCount": null
}

@2024 Medtronic LABS