Skip to content
  • There are no suggestions because the search field is empty.

Get Medical Conditions

Retrieves a list of medical conditions, including custom and standard medical conditions.

image-png-Mar-22-2024-01-25-37-4158-PM / medical-conditions

https://api.oauth.pabau.com/{api_key}/medical-conditions

 

Request

 

Response sample

application/json

{
   "status":true,
   "total":4,
   "medical_conditions":[
      {
       "id":1,
         "icd_code":null,
       "condition_name":"Mild asthma",
         "is_custom":1
      },
      {
       "id":2,
         "icd_code":null,
         "condition_name":"ADHD, mild asthma ",
         "is_custom":1
      },
      {
       "id":3,
         "icd_code":"XD6UU3",
         "condition_name":"Oxygen Concentrators",
         "is_custom":0
      },
      {
       "id":4,
         "icd_code":"XD4U38",
         "condition_name":"General purpose electrocardiographs",
         "is_custom":0
      }
   ]
}