Patient-lifestyle-details
Input:
Sample Input:
Output:
Sample Output:
{
"message": "Patient LifeStyle Details fetched Successfully.",
"entity": null,
"status": true,
"entityList": [
{
"comments": null,
"lifestyle": "About how many hours per week do you spend doing physical labor, walking, and/or exercising?",
"lifestyleType": "OTHER",
"lifestyleAnswer": "1-3"
},
{
"comments": "7 May",
"lifestyle": "Have you ever consumed alcohol?",
"lifestyleType": "ALCOHOL",
"lifestyleAnswer": "Yes, In the past"
}
],
"responseCode": 200,
"totalCount": null
}Last updated