{
"status": "Ok",
"message": "Casesheet obtained successfully",
"casesheet": {
"patientUID": "medexUID|some_id",
"timestamp": 1605526786,
"metaInfo": {
"createdAt": 1605526786,
"createdBy": "auth0|some_id",
"azp": "xxxx"
},
"sourceInfo": {
"applicationId": "some_app_id"
},
"casesheetId": "casesheet_unique_id",
"symptoms": [
{
"symptomName": "Feverish cold",
"onset": "gradual",
"symptomOnsetDuration": 3,
"symptomDurationType": "hours",
"severity": "moderate"
}
],
"diagnosis": [
{
"diagnosisType": "primary_diagnosis",
"conceptId": 403585004,
"descriptionId": 1782604015,
"icdCode": [
"L98.1"
],
"snomedTerm": "Patch test artefact"
},
{
"diagnosisType": "secondary_diagnosis",
"conceptId": 77708008,
"descriptionId": 1216948012,
"icdCode": [
"N50.1"
],
"snomedTerm": "Testicular haemorrhage"
}
],
"diagnosticTests": [
{
"testName": "Temperature"
}
],
"medications": [
{
"medicineName": "Paracetamol 250mg/5ml Syrup",
"dosage": 12,
"units": "ML",
"strength": "250mg/5ml",
"frequency": "Once in the week",
"whenToTake": "NA",
"notes": "",
"startDate": 1605465000,
"endDate": 1605551399
}
],
"advice": [
{
"adviceType": "do",
"advice": "walk"
}
],
"review": {
"reviewInNumDays": "10"
},
"referral": {
"referralText": "cardiology"
}
}
}