XUND API Documentation

FactorScores

Information about how different factors affected the results

Model definition

Property name

Property type

Property description

title

string (localized HTML text)

Summarized conclusion of factor scores

profile

https://xund.atlassian.net/wiki/spaces/PUB/pages/294388468/FactorScores#FactorScoreInfo

Information about how the patient’s profile affected the results

symptoms

https://xund.atlassian.net/wiki/spaces/PUB/pages/294388468/FactorScores#FactorScoreInfo

Information about how the added symptoms affected the results

other

https://xund.atlassian.net/wiki/spaces/PUB/pages/294388468/FactorScores#FactorScoreInfo

Information about how the other factors (e.g. lifestyle, nutrition) affected the results

FactorScoreInfo

Property name

Property type

Property description

text

string (localized HTML text)

Readable information to show to the user

excludeInfo

https://xund.atlassian.net/wiki/spaces/PUB/pages/294388468/FactorScores#FactorScoreExcludeInfo

Computer-readable information to provide better UI (e.g different colors for texts)

FactorScoreExcludeInfo

Value

Description

EXCLUDING

In the check, there was relevant info provided about the factor, and it excludes the illness

NOT_EXCLUDING

In the check, there was relevant info provided about the factor, and it does not exclude the illness

UNKNOWN

In the check, there was no relevant info provided about the factor

Example

JSON
{
    "title": "Based on your check, it is <b>likely</b> that you are suffering from the illness",
    "profile": {
        "text": "Based on your <b>age and gender</b>, the analyzed illness is possible",
        "excludeInfo": "NOT_EXCLUDING"
    },
    "symptoms": {
        "text": "Your <b>symptoms</b> speak for the analyzed illness",
        "excludeInfo": "NOT_EXCLUDING"
    },
    "other": {
        "text": "<b>Other influencing factors</b> speak for the analyzed illness ",
        "excludeInfo": "NOT_EXCLUDING"
    }
}