Medical Review Create - Initial Medical Review
API URL | {{url}}/spice-service/medical-review/create |
Method | POST |
Description | Initial 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 |
Comorbidities | String | No | HIV |
Complications | String | No | Heart attack |
Diabetes | String | Yes | N/A |
Hypertension | String | Yes | New Patient |
Lifestyle | String | Yes | No |
Sample Input:
{ "continuousMedicalReview": { "clinicalNote": "test" }, "initialMedicalReview": { "comorbidities": [], "complications": [], "diagnosis": { "diabetesPatientType": "N/A", "htnPatientType": "N/A", "isDiabetesDiagnosis": false, "isHtnDiagnosis": false }, "isPregnant": false, "lifestyle": [ { "is_answer_dependent": false, "answer": "No", "lifestyleId": 1 }, { "is_answer_dependent": false, "answer": "4-9", "lifestyleId": 2 } ] }, "patientTrackId": 16, "patientVisitId": 50, "tenantId": 4 }