I want to extract the possible causes detailed JSON from the Azure Informatica health triage module.

Clement Sutjiatma 0 Reputation points
2025-03-20T19:14:49.7033333+00:00

The current response from the triage module for the Azure Healthbot returns only a summary of the possible causes.

{
 
"id"
"timestamp"
"channelId"
"from"
"id"
"name"
 },
"conversation"
"id"
 },
"locale"
"text"
"speak"
"inputHint"
"replyToId"
 }

I want the detailed one as listed in the available docs, but I can't seem to configure that or extract that. Please tell me what I need to do to get that list or results returned.

https://learn.microsoft.com/en-us/azure/health-bot/bot_docs/triage_configurations_outcomes

"possible_causes": [
        {"id":"c_33","name":"Influenza","common_name":"Flu","sex_filter":"both","categories": ["Infectiology"
            ],"prevalence":"moderate","acuteness":"acute","severity":"moderate","extras": {"icd10_code":"J09, J10, J11","hint":"See your family doctor, and you may also need to consult an infectious disease specialist."
            },"triage_level":"consultation","probability": 0.9707
        },
        {"id":"c_87","name":"Common cold","common_name":"Common cold","sex_filter":"both","categories": ["Infectiology"
            ],"prevalence":"common","acuteness":"acute","severity":"mild","extras": {"icd10_code":"J00","hint":"If your symptoms get worse, see your family doctor."
            },"triage_level":"self_care","probability": 0.6384
        },
        {"id":"c_127","name":"Pneumonia","common_name":"Pneumonia","sex_filter":"both","categories": ["Pulmonology"
            ],"prevalence":"rare","acuteness":"acute","severity":"severe","extras": {"icd10_code":"J12, J13, J14, J15, J16, J17, J18","hint":"See your family doctor as soon as possible. You may also need to consult a pulmonologist."
            },"triage_level":"consultation","probability": 0.5146
        },
        {"id":"c_72","name":"Acute bronchitis","common_name":"Acute bronchitis","sex_filter":"both","categories": ["Pulmonology"
            ],"prevalence":"common","acuteness":"acute","severity":"mild","extras": {"icd10_code":"J20, J20.9, J68.0","hint":"See your family doctor. You may also need to consult a pulmonologist."
            },"triage_level":"consultation","probability": 0.4912
        },
        {"id":"c_133","name":"Acute rhinosinusitis","common_name":"Acute sinusitis","sex_filter":"both","categories": ["Laryngology/ENT"
            ],"prevalence":"moderate","acuteness":"acute","severity":"moderate","extras": {"icd10_code":"J01","hint":"Please consult with your family doctor in case your symptoms get worse or do not relieve in 5 days."
            },"triage_level":"self_care","probability": 0.4703
        },
        {"id":"c_286","name":"Measles","common_name":"Measles","sex_filter":"both","categories": ["Infectiology"
            ],"prevalence":"very_rare","acuteness":"acute","severity":"mild","extras": {"icd10_code":"B05","hint":"Please see an infectious disease specialist or your family doctor."
            },"triage_level":"consultation","probability": 0.4456
        },
        {"id":"c_249","name":"Acute streptococcal tonsillopharyngitis","common_name":"Strep throat","sex_filter":"both","categories": ["Laryngology/ENT"
            ],"prevalence":"moderate","acuteness":"acute","severity":"moderate","extras": {"icd10_code":"J02.0, J03.0","hint":"Please consult your family doctor."
            },"triage_level":"consultation","probability": 0.4257
        },
        {"id":"c_122","name":"Prostatitis","common_name":"Prostatitis","sex_filter":"male","categories": ["Urology"
            ],"prevalence":"moderate","acuteness":"acute_potentially_chronic","severity":"moderate","extras": {"icd10_code":"N41.0","hint":"Please consult a urologist."
            },"triage_level":"consultation","probability": 0.279
        }
    ],"triage_result": {"triage_level":"consultation_24","serious": [
            {"id":"s_100","name":"Fever between 100.4 and 104 °F (38 and 40 °C)","common_name":"Fever between 100.4 and 104 °F (38 and 40 °C)","is_emergency": false
            }
        ],"root_cause":"r6","teleconsultation_applicable": false
    },

Azure Health Data Services
Azure Health Data Services
An Azure offering that provides a suite of purpose-built technologies for protected health information in the cloud.
184 questions
{count} votes

1 answer

Sort by: Most helpful
  1. LeelaRajeshSayana-MSFT 17,676 Reputation points
    2025-03-20T20:23:31.41+00:00

    @Clement Sutjiatma Verify the settings in the Management portal under the Triage section. The settings in the tab are responsible for configuring the behavior of the built-in medical triage and symptom checking available to your bot instance. You would find a section for Triage results on this page, which have the options for the following responses

    User's image

    Please make sure you have the options enabled for Show possible causes and set the desired value for Maximum number of causes to display in results Let me know if enabling this settings help.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.