After a check has been finished its report is available through this endpoint.
This endpoint works only for finished checks
Request
Request header additional fields
|
Parameter name |
Parameter type |
Parameter description |
|---|---|---|
|
|
string |
Check’s identifier to get the report for |
|
|
Expected language of the report |
|
|
|
Deprecated. Do not use
|
Response
Response body data structure
The response body is a HistoryIllnessCheckReport or a HistorySymptomCheckReport depending on the check’s type.
Examples
Example response - Symptom Check
Symptom check report including only 1 illness (Pancreatic carcinoma)
JSON
{
"illnessCategories": [
{
"icon": "https://cms.demo.xund.solutions/image/tumor",
"name": "Tumors",
"id": "c9798813-bc23-49a5-86cb-a388bdc19367",
"symptomScores": [
{
"name": "Abdominal pain",
"id": "5e63f95e-ef3b-42ce-9027-ff6e021e19ef",
"score": 1
},
{
"name": "Itching",
"id": "4bf98810-a8cb-4d10-80b2-a3c437dc825f",
"score": 1
},
{
"name": "Fever",
"id": "67181a30-0441-45b7-bf82-38130b9c2cca",
"score": 0
},
{
"name": "Unusual weight loss",
"id": "64a89abc-ea17-4bcf-bdc4-51cfe3e21d08",
"score": 1
}
],
"illnesses": [
{
"id": "40b55a99-3bd0-48d3-b2c3-608b155844a3",
"icd10": "C25",
"description": "Pancreatic carcinoma, or pancreatic cancer, is one of the rare types of cancer of the gastrointestinal tract. It is estimated that ten out of every 100,000 people a year are affected, in particular those aged between 50 and 60 years. Possible signs include occasional nausea with digestive disorders or upper abdominal pain radiating into the back. Increased thirst, loss of appetite, unusual weight loss, night sweats and reduced physical fitness can also be symptoms. Sometimes there is also a discoloration of the stool and urine, as well as yellowing of the skin or eyes. The diagnosis is mainly based on various blood and stool tests and imaging procedures. The treatment of the disease depends on the type and stage of the pancreatic carcinoma, the patient's age and general condition. In addition to surgery, chemotherapy, pain therapy and radiation are available to alleviate the symptoms. If no metastases have formed yet and the cancer growth is limited to the pancreas, the chances of survival are significantly higher.",
"name": "Pancreatic carcinoma",
"alternativeName": "Pancreatic cancer",
"score": 75.62750000000001,
"treatmentShortInfo": {
"text": "Requires prompt medical consultation",
"textColor": "#F49327"
},
"isTelemedicalConsultationEnabled": false,
"symptoms": [
{
"id": "5e63f95e-ef3b-42ce-9027-ff6e021e19ef",
"have": true,
"name": "Abdominal pain"
},
{
"id": "a4f7ff29-2e58-46cf-9c76-f08fee3f7d5b",
"have": false,
"name": "Changed urine color"
},
{
"id": "64a89abc-ea17-4bcf-bdc4-51cfe3e21d08",
"have": true,
"name": "Unusual weight loss"
},
{
"id": "4bf98810-a8cb-4d10-80b2-a3c437dc825f",
"have": true,
"name": "Itching"
},
{
"id": "e14c56b2-4268-478d-bf2c-719885430154",
"have": false,
"name": "Yellowing of the skin"
},
{
"id": "3b10bfba-8bea-4bb3-bd76-7ea0c95789fe",
"have": false,
"name": "Night sweat"
},
{
"id": "3d70406e-c3d1-4a0b-a62d-23b3a27c2eba",
"have": false,
"name": "Changed stool color"
},
{
"id": "8078024f-8d64-4138-9bdd-0481615097a3",
"have": false,
"name": "Yellowing of the eyes"
}
],
"quickSolutions": [
{
"icon": "https://cms.demo.xund.solutions/image/1576156075399-3eeb0312-0ff2-4752-afcb-c953cb1b788c",
"id": "19833694-4035-4799-8c14-39ec0b5756cf",
"description": "Visit a medical professional as soon as possible and have yourself examined to determine the cause of your symptoms.",
"name": "Medical help"
}
],
"specializations": [
{
"id": "84ed952b-cadf-42ad-a70d-71fdc6d5894d",
"type": "DOCTOR"
}
],
"factorScores": {
"title": "Based on the check, it is <b>very likely</b> that you are suffering from the illness",
"profile": {
"text": "Based on your <b>profile</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"
}
}
}
]
}
],
"addedSymptoms": [
{
"id": "5e63f95e-ef3b-42ce-9027-ff6e021e19ef",
"name": "Abdominal pain",
"umlsCodes": [
"C0000737",
"C0232493",
"C0740433"
],
"questions": [
{
"text": "How severe is your abdominal pain?",
"options": [
{
"text": "Unbearable",
"isSelected": false
},
{
"text": "Light",
"isSelected": false
},
{
"text": "Strong",
"isSelected": true
}
]
},
{
"text": "Where exactly do you have pain in your abdomen?",
"options": [
{
"text": "Lower-central abdomen",
"isSelected": false
},
{
"text": "Everywhere",
"isSelected": false
},
{
"text": "Lower-right abdomen",
"isSelected": false
},
{
"text": "Navel",
"isSelected": false
},
{
"text": "Upper-right abdomen",
"isSelected": true
},
{
"text": "Lateral Abdomen",
"isSelected": false
},
{
"text": "Lower-left abdomen",
"isSelected": false
},
{
"text": "Lower abdomen",
"isSelected": false
},
{
"text": "Left upper abdomen",
"isSelected": false
},
{
"text": "Upper-central abdomen",
"isSelected": false
},
{
"text": "Upper abdomen",
"isSelected": false
}
]
},
{
"text": "Does your abdominal pain also radiate into your back?",
"options": [
{
"text": "Yes",
"isSelected": true
},
{
"text": "No",
"isSelected": false
}
]
},
{
"text": "Will the pain be better if you lean forward?",
"options": [
{
"text": "Yes",
"isSelected": true
},
{
"text": "No",
"isSelected": false
}
]
},
{
"text": "Does any of these factors increase your abdominal pain?",
"options": [
{
"text": "Movement or pressure",
"isSelected": false
},
{
"text": "None of these factors",
"isSelected": true
},
{
"text": "Eating or drinking",
"isSelected": false
}
]
}
]
},
{
"id": "4bf98810-a8cb-4d10-80b2-a3c437dc825f",
"name": "Itching",
"umlsCodes": [
"C0033774",
"C0033775",
"C0268988",
"C0003107"
],
"questions": [
{
"text": "Where exactly do you feel an itch?",
"options": [
{
"text": "Head",
"isSelected": false
},
{
"text": "Forearm",
"isSelected": false
},
{
"text": "Nose",
"isSelected": false
},
{
"text": "Throat",
"isSelected": true
},
{
"text": "Lower back",
"isSelected": false
},
{
"text": "Breast",
"isSelected": false
},
{
"text": "Belly",
"isSelected": false
},
{
"text": "Hand",
"isSelected": false
},
{
"text": "Elbow",
"isSelected": false
},
{
"text": "Ankle",
"isSelected": false
},
{
"text": "Thighs",
"isSelected": false
},
{
"text": "Foot",
"isSelected": false
},
{
"text": "Genitalia",
"isSelected": false
},
{
"text": "Mouth",
"isSelected": false
},
{
"text": "Upper arm",
"isSelected": false
},
{
"text": "Shoulder",
"isSelected": false
},
{
"text": "Armpits",
"isSelected": false
},
{
"text": "Mental",
"isSelected": false
},
{
"text": "Knee",
"isSelected": false
},
{
"text": "Eyes",
"isSelected": false
},
{
"text": "Nape",
"isSelected": false
},
{
"text": "Back",
"isSelected": false
},
{
"text": "Ear",
"isSelected": false
},
{
"text": "Heel",
"isSelected": false
},
{
"text": "Occiput",
"isSelected": false
},
{
"text": "Hip",
"isSelected": false
},
{
"text": "Finger",
"isSelected": false
},
{
"text": "Wrist",
"isSelected": false
},
{
"text": "Lower leg",
"isSelected": false
},
{
"text": "Buttocks",
"isSelected": false
},
{
"text": "Toe",
"isSelected": false
},
{
"text": "Thorax",
"isSelected": false
},
{
"text": "Spine",
"isSelected": false
},
{
"text": "Face",
"isSelected": false
}
]
},
{
"text": "Do you suffer from itching unusually often, without clear triggers and on different areas of your body?",
"options": [
{
"text": "Yes",
"isSelected": true
},
{
"text": "No",
"isSelected": false
}
]
}
]
},
{
"id": "67181a30-0441-45b7-bf82-38130b9c2cca",
"name": "Fever",
"umlsCodes": [
"C0015967"
],
"questions": [
{
"text": "How high is your body temperature?",
"options": [
{
"text": "38-40°C",
"isSelected": true
},
{
"text": "37-38°C",
"isSelected": false
},
{
"text": "Over 40°C",
"isSelected": false
}
]
},
{
"text": "Has your fever slowly increased over several days or has your temperature suddenly risen within a few hours?",
"options": [
{
"text": "Slowly rising",
"isSelected": false
},
{
"text": "Suddenly rising",
"isSelected": false
}
]
}
]
},
{
"id": "64a89abc-ea17-4bcf-bdc4-51cfe3e21d08",
"name": "Unusual weight loss",
"umlsCodes": [
"C1262477",
"C0006625"
],
"questions": []
}
],
"notAddedSymptoms": [
{
"id": "9aa44c8f-20e4-4055-8d97-403d6d765226",
"name": "Vomiting",
"umlsCodes": [
"C0042963",
"C0027498"
]
},
{
"id": "99f90d5e-3e99-4b6c-80b9-967fa6291eff",
"name": "Fatigue",
"umlsCodes": [
"C0015672",
"C0241898"
]
},
{
"id": "86181145-376a-47ec-9a00-f84d4bc3d15d",
"name": "Nausea",
"umlsCodes": [
"C0027497",
"C0027498"
]
},
{
"id": "3416dc71-b330-4b85-bc21-ef33ba0b3369",
"name": "Headache",
"umlsCodes": [
"C0018681",
"C0948396",
"C0025287"
]
},
{
"id": "78ea9475-7630-4947-89a5-d7d5d8ee3eed",
"name": "Diarrhoea",
"umlsCodes": [
"C0011991"
]
},
{
"id": "8c2a36c5-b071-4a49-845d-75c496950212",
"name": "Reddening of the skin",
"umlsCodes": [
"C0041834",
"C0016382",
"C0750016"
]
},
{
"id": "8078024f-8d64-4138-9bdd-0481615097a3",
"name": "Yellowing of the eyes",
"umlsCodes": [
"C0022346",
"C0022354"
]
},
{
"id": "e14c56b2-4268-478d-bf2c-719885430154",
"name": "Yellowing of the skin",
"umlsCodes": [
"C0022346",
"C0022354"
]
},
{
"id": "1f26aebf-89ff-4994-8ac2-d480a8dcc28e",
"name": "Abdominal cramps",
"umlsCodes": [
"C0000729"
]
},
{
"id": "3d70406e-c3d1-4a0b-a62d-23b3a27c2eba",
"name": "Changed stool color",
"umlsCodes": [
"C0235315",
"C1321898",
"C0025222",
"C0017181",
"C0278012"
]
},
{
"id": "df8505a4-9f2a-4eed-af4c-8358327630de",
"name": "Rash",
"umlsCodes": [
"C0015230",
"C0848332",
"C0521161"
]
},
{
"id": "2dadbe03-155c-456d-99c0-db6d15387b1a",
"name": "Loss of appetite",
"umlsCodes": [
"C1971624",
"C0003123",
"C0232462"
]
}
],
"illnessQuestions": [
{
"text": "Have you already been vaccinated against COVID-19 or have you had a COVID-19 infection that has subsided?",
"options": [
{
"text": "Yes",
"isSelected": true
},
{
"text": "No",
"isSelected": false
}
]
},
{
"text": "Are you aware that in the last 14 days you have had personal contact with a person suffering from COVID-19?",
"options": [
{
"text": "Yes",
"isSelected": false
},
{
"text": "No",
"isSelected": false
}
]
},
{
"text": "Did your symptoms start suddenly, from one moment to the next?",
"options": [
{
"text": "Yes",
"isSelected": false
},
{
"text": "No",
"isSelected": true
}
]
},
{
"text": "Have you been suffering from such complaints regularly for a longer period of time?",
"options": [
{
"text": "Yes",
"isSelected": true
},
{
"text": "No",
"isSelected": false
}
]
}
],
"metadata": {
"date": "2022-04-11T07:13:33.079Z",
"type": "SYMPTOM_CHECK",
"apiVersion": "1.4.0"
},
"profileData": {
"age": "30-50",
"gender": "FEMALE",
"genderText": "Female"
},
"legal": {
"disclaimer": "Important: Please note that this is not a medical diagnosis. The list has been compiled based on your symptoms and is not exhaustive. You might be suffering from an illness that is not contained. If in doubt, you should always consult a doctor."
}
}
Example response - Illness Check
The illness check was started for common cold, and according to the analysis Acute bronchitis and COVID-19 infection are also possible based on patient’s symptoms
JSON
{
"illnessCategories": [
{
"icon": "https://cms.demo.xund.solutions/image/respiratory",
"name": "Respiratory diseases",
"id": "09dc0e44-8524-4130-8c2b-bb088f386f86",
"symptomScores": [
{
"name": "Fever",
"id": "67181a30-0441-45b7-bf82-38130b9c2cca",
"score": 0.5
},
{
"name": "Frequent sneezing",
"id": "f9efef16-3cd7-420b-8fbd-eb588623bb35",
"score": 0
},
{
"name": "Cough",
"id": "a4ae4c01-b581-4dec-a205-c0f77f904ccc",
"score": 0.5
},
{
"name": "Runny nose",
"id": "242e09bb-7cf9-47d3-ad77-76d17d2808d4",
"score": 0
},
{
"name": "Sore throat",
"id": "044cd728-e403-4bb2-8eee-fc632e89de06",
"score": 1
},
{
"name": "Sniffles",
"id": "a8ea44a7-a956-4655-8359-624f9546ab3c",
"score": 1
}
],
"illnesses": [
{
"id": "b788966a-fe99-4c5b-8a9e-3a0a2e8fc537",
"icd10": "J20",
"description": "Acute bronchitis is an inflammation of the lower respiratory tract, which is in over 90 percent of cases caused by a viral infection. It usually develops from a simple cold. Acute bronchitis develops when the infection moves to the lower airways. This is when the typical symptoms develop, such as coughing, rales, fever and fatigue. If the symptoms persist for more than two weeks, or if the mucus produced by the cough turns yellowish or greenish or contains traces of blood, a doctor should be consulted. In most cases, acute bronchitis subsides on its own within a few days, but at most within four weeks. ",
"name": "Acute bronchitis",
"alternativeName": "Infection of the lower respiratory tract",
"detailedDiagnosis": "The doctor will ask patients how long the complaints have existed and how they started. The physical examination focuses on listening to the chest with a stethoscope, often the mouth, throat and ears are also examined and the lymph nodes in the neck are palpated.<br><br>If a bacterial pathogen or bacterial superinfection is suspected, the doctor will take a throat swab or microbiologically examine coughed-up mucus and determine the type of pathogen. Then he can prescribe an antibiotic that is specifically effective against the bacteria in question. Antibiotics are ineffective against viral bronchitis, so they should not be used. Antipyretic, analgesic and expectorant drugs can be given to relieve the symptoms. As long as fever persists, bed rest should be observed.<br><br>Home remedies such as chest and calf compresses, liniments and inhalation have also proven beneficial and helpful in the treatment of bronchitis.",
"detailedOutlook": "In most cases, acute bronchitis subsides on its own within a few days, but within four weeks at the longest. In rare cases, bronchitis can develop into pneumonia.<br><br>If acute bronchitis occurs repeatedly, possible causes for the tendency to infection should be sought. The repeated illnesses can indicate disorders as diverse as a chronic inflammation of the paranasal sinuses, bronchial outpouchings, a previously undetected bronchial asthma or an immune deficiency.",
"detailedOverview": "Acute bronchitis is an inflammation of the lower respiratory tract that is caused by a viral infection in over 90 percent of cases. In rare cases, bacteria can also be the trigger for the inflammation, sometimes also fungal infections or harmful gases that have been inhaled. Even though respiratory infections are usually caused by viruses, it often happens that additional bacteria spread on the already damaged mucous membrane. This is called a bacterial superinfection.<br><br>Acute bronchitis usually arises from a simple cold, which manifests itself through symptoms in the upper respiratory tract such as hoarseness and sore throat, and often also through a cold. Acute bronchitis develops when the inflammation moves to the lower airways. Then the typical symptoms develop, such as coughing, rattling breathing noises, often also fever and exhaustion.<br><br>A common cold, along with acute bronchitis, are particularly common in the cold season and are usually harmless. On average, adults develop an infection of the lower respiratory tract once a year, children even several times a year. The infection can usually be cured at home. If the symptoms persist for more than two weeks, or if the mucus produced when coughing becomes yellowish or greenish or contains traces of blood, a doctor should be consulted.",
"score": 67.375,
"treatmentShortInfo": {
"text": "Can be treated at home",
"textColor": "#0AB459"
},
"isTelemedicalConsultationEnabled": false,
"symptoms": [
{
"id": "a4ae4c01-b581-4dec-a205-c0f77f904ccc",
"have": true,
"name": "Cough"
},
{
"id": "a8ea44a7-a956-4655-8359-624f9546ab3c",
"have": true,
"name": "Sniffles"
},
{
"id": "044cd728-e403-4bb2-8eee-fc632e89de06",
"have": true,
"name": "Sore throat"
},
{
"id": "3416dc71-b330-4b85-bc21-ef33ba0b3369",
"have": false,
"name": "Headache"
},
{
"id": "99f90d5e-3e99-4b6c-80b9-967fa6291eff",
"have": false,
"name": "Fatigue"
},
{
"id": "67181a30-0441-45b7-bf82-38130b9c2cca",
"have": true,
"name": "Fever"
},
{
"id": "8ce250be-a413-44ea-8d93-299a125b7223",
"have": false,
"name": "General muscle pain"
}
],
"quickSolutions": [
{
"icon": "https://cms.demo.xund.solutions/image/1575640572926-93d1d881-2cbc-4777-9032-52647b350c54",
"id": "39d6c0fa-ed89-42bf-a4d4-fd82e62066e8",
"description": "Avoid dehydration by drinking at least 2 litres of liquid.",
"name": "Drink"
},
{
"icon": "https://cms.demo.xund.solutions/image/1595252701868-ac0ac908-c298-49f9-ab57-f61539c05dbe",
"id": "9e55f801-8444-431f-b4cb-592988771c10",
"description": "Allow your body to rest and relax.",
"name": "Slow down"
},
{
"icon": "https://cms.demo.xund.solutions/image/1595247212575-09b67e7c-1423-47e4-a62f-572695ce5d24",
"id": "0b0ce67a-9a4a-4051-90c8-4a354949d055",
"description": "Avoid the consumption of cigarettes or other tobacco products.",
"name": "No smoking"
},
{
"icon": "https://cms.demo.xund.solutions/image/1596098570228-7adb65e7-e113-411d-a04c-92ae7b067463",
"id": "2acea70e-07c1-4bfb-9a7d-974681945928",
"description": "Avoid contact with people and above all do not visit community facilities such as kindergartens or schools.",
"name": "No contact"
},
{
"icon": "https://cms.demo.xund.solutions/image/1576158346087-2e71fb79-86c7-4df5-a4ab-c387e234965a",
"id": "733e19ce-aa96-486a-8034-87d85d035c82",
"description": "Inhale steam from a salt solution to treat your airway symptoms.",
"name": "Steam"
},
{
"icon": "https://cms.demo.xund.solutions/image/1576159255326-101dd756-de2d-4904-adc2-146006aac37e",
"id": "85a61998-9f9a-4e17-955b-9cadd1f18a0a",
"description": "Use a humidifier to improve the indoor climate in your home.",
"name": "Humidifier"
}
],
"specializations": [
{
"id": "97ee2ab6-6068-4cd1-9a3e-b8f837e42af2",
"type": "DOCTOR"
}
],
"localSpecializations": [],
"factorScores": {
"title": "Based on the check, it is <b>very likely</b> that you are suffering from the illness",
"profile": {
"text": "Based on your <b>profile</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> don't influence the results",
"excludeInfo": "NOT_EXCLUDING"
}
}
}
]
},
{
"icon": "https://cms.demo.xund.solutions/image/infection",
"name": "Infections",
"id": "c9cf1ff1-20d3-4f02-be48-9eb89aa0e46c",
"symptomScores": [
{
"name": "Fever",
"id": "67181a30-0441-45b7-bf82-38130b9c2cca",
"score": 1
},
{
"name": "Frequent sneezing",
"id": "f9efef16-3cd7-420b-8fbd-eb588623bb35",
"score": 0
},
{
"name": "Cough",
"id": "a4ae4c01-b581-4dec-a205-c0f77f904ccc",
"score": 1
},
{
"name": "Runny nose",
"id": "242e09bb-7cf9-47d3-ad77-76d17d2808d4",
"score": 0
},
{
"name": "Sore throat",
"id": "044cd728-e403-4bb2-8eee-fc632e89de06",
"score": 1
},
{
"name": "Sniffles",
"id": "a8ea44a7-a956-4655-8359-624f9546ab3c",
"score": 1
}
],
"illnesses": [
{
"id": "8821d3e3-e461-465e-aacd-1948ddac9384",
"icd10": "U07.1",
"description": "COVID-19 is a highly contagious viral disease that manifests itself mainly in the form of respiratory symptoms. It is caused by the novel coronavirus SARS-CoV-2. The virus was discovered at the beginning of 2020, after cases of severe pneumonia occurred in December 2019 in the Chinese city of Wuhan. Since then, the pathogen has spread throughout the world and has so far caused over 85 million cases of the disease and over 1.8 million deaths worldwide (as of January 2020). Most people who become infected with SARS-CoV-2 either do not become visibly ill or only develop mild cold symptoms that subside after two weeks at the latest. However, around one in five falls seriously ill, with high fever, severe fatigue and breathing problems. The function of the lungs and other organs can be severely impaired, with the result that the course of the disease is classified as critical in about five percent of the infected persons reported. It can then take up to 6 weeks before recovery. People over 70 years of age are considered particularly at risk, as are severely overweight people, diabetics, patients with chronic lung, liver or cardiovascular diseases, cancer patients and people with a weakened immune system.",
"name": "COVID-19 infection",
"alternativeName": "Coronavirus disease-2019",
"detailedDiagnosis": "An infection with the SARS-CoV-2 virus is detected by a nasal or throat swab. The doctor usually decides whether such a test is useful on the basis of symptoms typical of COVID-19, such as cough, fever, shortness of breath and severe fatigue. A restriction of the ability to smell is also considered characteristic.<br><br>Even if no signs of illness are recognisable, a test for COVID-19 can be useful. This applies, for example, after contact with a person known to be infected or after returning from a risk area. A targeted therapy against COVID-19 does not yet exist. Research is currently being done to find out whether drugs that are effective against other viral diseases can also have a positive effect on the course of COVID-19. Scientific studies are also investigating whether the administration of other groups of drugs, such as anti-inflammatory drugs, can be useful.<br><br>Mild courses can be cured with bed rest and fever-reducing drugs, but severely affected patients must be cared for in hospital. If the lung function is severely impaired, additional oxygen must be given and artificial respiration may also be necessary.",
"detailedOutlook": "Most people who become infected with SARS-CoV-2 do not become recognisably ill or only develop mild cold symptoms that subside after two weeks at the latest.<br><br>However, about one in five becomes more severely ill, with high fever, severe fatigue and breathing problems. The function of the lungs and other organs can be severely impaired, so that the course is classified as critical in rare cases. People over 70 years of age, as well as very overweight people, diabetics, patients with chronic lung, liver or cardiovascular diseases, cancer patients and people with a weakened immune system are considered to be particularly at risk.",
"detailedOverview": "COVID-19 is an infectious disease caused by the novel coronavirus SARS-CoV-2. The virus is believed to have first appeared in the Chinese city of Wuhan in December 2019. Since then, the pathogen has spread across the world, causing a global pandemic.<br><br>In order to contain the pandemic, many countries have enacted special rules, such as a ban on events with many participants or a requirement to wear mouth-nose protection in public. In addition to temporary regulations, which vary locally, people are advised to refrain from skin and body contact, and to cover their mouths with the crook of their elbow when coughing or sneezing.<br><br>Regular and thorough hand washing also helps to protect against infection.",
"score": 31.36734693877551,
"treatmentShortInfo": {
"text": "Requires prompt medical consultation",
"textColor": "#F49327"
},
"isTelemedicalConsultationEnabled": false,
"symptoms": [
{
"id": "99cfddc9-b16b-4863-903d-85a1210029ad",
"have": false,
"name": "Reduced sense of smell"
},
{
"id": "67181a30-0441-45b7-bf82-38130b9c2cca",
"have": true,
"name": "Fever"
},
{
"id": "42c41f75-7f87-4a33-aa7f-4d8ede436ea2",
"have": false,
"name": "Reduced sense of taste"
},
{
"id": "b3b8c945-2d4c-41b1-9738-da485feb3f64",
"have": false,
"name": "Breathing difficulties"
},
{
"id": "a4ae4c01-b581-4dec-a205-c0f77f904ccc",
"have": true,
"name": "Cough"
},
{
"id": "78ea9475-7630-4947-89a5-d7d5d8ee3eed",
"have": false,
"name": "Diarrhoea"
},
{
"id": "a08e4e83-5ff7-4739-8a98-9c9f907b28f3",
"have": false,
"name": "Limb pain"
},
{
"id": "a8ea44a7-a956-4655-8359-624f9546ab3c",
"have": true,
"name": "Sniffles"
},
{
"id": "044cd728-e403-4bb2-8eee-fc632e89de06",
"have": true,
"name": "Sore throat"
},
{
"id": "1e66b872-f61e-49e2-a010-f4b9bfe79657",
"have": false,
"name": "Physical exhaustion"
},
{
"id": "ab66b395-d3ed-46fd-8c9f-0e35460e6f95",
"have": false,
"name": "Low blood pressure"
},
{
"id": "3416dc71-b330-4b85-bc21-ef33ba0b3369",
"have": false,
"name": "Headache"
},
{
"id": "9aa44c8f-20e4-4055-8d97-403d6d765226",
"have": false,
"name": "Vomiting"
}
],
"quickSolutions": [
{
"icon": "https://cms.demo.xund.solutions/image/1596098570228-7adb65e7-e113-411d-a04c-92ae7b067463",
"id": "2acea70e-07c1-4bfb-9a7d-974681945928",
"description": "Avoid contact with people and above all do not visit community facilities such as kindergartens or schools.",
"name": "No contact"
},
{
"icon": "https://cms.demo.xund.solutions/image/1596891704584-96c7b2b4-620d-46f6-b903-6485024dea4a",
"id": "09443f10-8608-4beb-9546-75b67024bc36",
"description": "Observe your symptoms and contact a doctor immediately if they worsen.",
"name": "Observe"
},
{
"icon": "https://cms.demo.xund.solutions/image/1596890842372-bf0dbcb4-5abd-43d1-b68f-bee1b9c79fcb",
"id": "2c015761-26c2-44b9-9676-4eb6f53ae0f5",
"description": "Call your local health hotline to be informed about the necessary next steps.",
"name": "Hotline"
},
{
"icon": "https://cms.demo.xund.solutions/image/1595236894870-e112abcd-1e12-406a-b30a-906d2d990f02",
"id": "e348d3de-da4d-4958-884d-e39c3e613514",
"description": "Always cough or sneeze into a handkerchief or the crook of your arm.",
"name": "Hygiene"
}
],
"specializations": [
{
"id": "97ee2ab6-6068-4cd1-9a3e-b8f837e42af2",
"type": "DOCTOR"
}
],
"localSpecializations": [],
"factorScores": {
"title": "Based on the check, it is <b>possible</b> that you are suffering from the illness",
"profile": {
"text": "Based on your <b>profile</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> don't influence the results",
"excludeInfo": "NOT_EXCLUDING"
}
}
}
]
}
],
"addedSymptoms": [
{
"id": "67181a30-0441-45b7-bf82-38130b9c2cca",
"name": "Fever",
"umlsCodes": [
"C0015967",
"C2037193",
"C3714772",
"C1096446",
"C0392171",
"C2055125",
"C0015970",
"C1277295",
"C0085594"
],
"questions": [
{
"text": "How high is your body temperature?",
"options": [
{
"text": "37-38°C",
"isSelected": true
},
{
"text": "38-40°C",
"isSelected": false
},
{
"text": "Over 40°C",
"isSelected": false
}
]
},
{
"text": "Has your fever slowly increased over several days or has your temperature suddenly risen within a few hours?",
"options": [
{
"text": "Suddenly rising",
"isSelected": false
},
{
"text": "Slowly rising",
"isSelected": true
}
]
}
]
},
{
"id": "f9efef16-3cd7-420b-8fbd-eb588623bb35",
"name": "Frequent sneezing",
"umlsCodes": [
"C0037383"
],
"questions": []
},
{
"id": "a4ae4c01-b581-4dec-a205-c0f77f904ccc",
"name": "Cough",
"umlsCodes": [
"C0010200",
"C0231912",
"C0010201",
"C0850149",
"C0562483",
"C1277295",
"C0019079"
],
"questions": [
{
"text": "Is your cough dry or productive?",
"options": [
{
"text": "Dry",
"isSelected": true
},
{
"text": "With glassy-white sputum",
"isSelected": false
},
{
"text": "With yellow-green sputum",
"isSelected": false
},
{
"text": "With bloody sputum",
"isSelected": false
}
]
}
]
},
{
"id": "242e09bb-7cf9-47d3-ad77-76d17d2808d4",
"name": "Runny nose",
"umlsCodes": [],
"questions": [
{
"text": "Is the nasal secretion thin and clear or mucopurulent?",
"options": [
{
"text": "Thin and clear",
"isSelected": true
},
{
"text": "Mucopurulent",
"isSelected": false
}
]
}
]
},
{
"id": "044cd728-e403-4bb2-8eee-fc632e89de06",
"name": "Sore throat",
"umlsCodes": [
"C0242429",
"C0747556",
"C0700184",
"C0423630",
"C0241381"
],
"questions": [
{
"text": "Is your sore throat one-sided or bilateral?",
"options": [
{
"text": "One-sided",
"isSelected": true
},
{
"text": "Bilateral",
"isSelected": false
}
]
}
]
},
{
"id": "a8ea44a7-a956-4655-8359-624f9546ab3c",
"name": "Sniffles",
"umlsCodes": [
"C1260880",
"C0027424",
"C0032781",
"C0264272",
"C2202981"
],
"questions": []
}
],
"notAddedSymptoms": [
{
"id": "8ce250be-a413-44ea-8d93-299a125b7223",
"name": "General muscle pain",
"umlsCodes": [
"C0231528",
"C0231528",
"C0026858",
"C1850830",
"C0240419",
"C0575064",
"C0741585",
"C0746668"
]
},
{
"id": "3416dc71-b330-4b85-bc21-ef33ba0b3369",
"name": "Headache",
"umlsCodes": [
"C0018681",
"C0948396",
"C0025287",
"C2957106",
"C0231613",
"C0239886",
"C0744648",
"C1168188",
"C0744633",
"C0392171",
"C3853085",
"C0423621",
"C0239888",
"C0474366",
"C0751190"
]
},
{
"id": "99f90d5e-3e99-4b6c-80b9-967fa6291eff",
"name": "Fatigue",
"umlsCodes": [
"C0015672",
"C0241898",
"C2830004",
"C0439053",
"C0392171",
"C0557875",
"C4551761",
"C0848717",
"C0231230"
]
}
],
"illnessQuestions": [
{
"text": "Are you aware that in the last 14 days you have had personal contact with a person suffering from COVID-19?",
"options": [
{
"text": "Yes",
"isSelected": false
},
{
"text": "No",
"isSelected": true
}
]
},
{
"text": "Have you been suffering from such complaints regularly for a longer period of time?",
"options": [
{
"text": "Yes",
"isSelected": false
},
{
"text": "No",
"isSelected": true
}
]
},
{
"text": "Have you already been vaccinated against COVID-19 or have you had a COVID-19 infection that has subsided?",
"options": [
{
"text": "Yes",
"isSelected": false
},
{
"text": "No",
"isSelected": true
}
]
}
],
"metadata": {
"date": "2022-04-11T07:26:39.461Z",
"type": "ILLNESS_CHECK",
"apiVersion": "1.4.0"
},
"profileData": {
"age": "30-50",
"gender": "MALE",
"genderText": "Male"
},
"legal": {
"disclaimer": "Important: Please note that this is not a medical diagnosis. The list has been compiled based on your symptoms and is not exhaustive. You might be suffering from an illness that is not contained. If in doubt, you should always consult a doctor."
},
"checkedIllness": {
"id": "d97c025d-0897-4b31-8d69-6047e5032ba2",
"icd10": "J00",
"description": "A common cold is not to be confused with a real flu (influenza). Both diseases are viral infections, especially of the respiratory tract. However, a cold is usually not as pronounced as influenza. It is caused by a large number of different viruses. In most cases the symptoms are gradual (in contrast to influenza) and manifest themselves in the form of coughing, colds, listlessness, fatigue and joint pain. Since the immune system is weakened by the viral infection, a bacterial infection may also occur which is called a superinfection.\n\nCaution: With regard to the current COVID-19 situation, the possibility of a COVID-19 infection should always be considered in case of an infectious or respiratory disease. ",
"name": "Common cold",
"alternativeName": "Cold",
"detailedDiagnosis": "In order to reach a diagnosis, it is usually sufficient to take the patient's medical history with the typical symptoms such as a cold, difficulty swallowing, cough, headache or fatigue. There are also usually clear signs of inflammation in the nose and throat, such as redness or mucus formation. Cold-like symptoms can also occur in the context of other illnesses. If the symptoms persist or worsen, the doctor will try to exclude these illnesses by carrying out appropriate examinations.<br><br>There is no treatment that specifically targets the cold viruses. Usually, home remedies such as calf compresses, tea or nasal rinses are enough to cure the symptoms. If necessary, the symptoms can also be relieved with medicines such as painkillers, cough suppressants, cough expectorants or decongestant nasal spray. Bed rest is not usually necessary.<br><br>If the symptoms become more severe, a bacterial superinfection must be considered; in this case, bacteria spread on the mucous membranes that have been damaged by the viruses. In this case, antibiotic therapy may be useful.",
"detailedOutlook": "In most cases, a simple cold is limited to the nasopharynx and heals on its own within about a week. However, the infection can also spread to the deep airways and then lead to bronchitis or, in rare cases, pneumonia. In small children, a cold can spread to the larynx, sinuses or ears and cause inflammation there. These also usually heal on their own.<br><br>In the case of a bacterial superinfection, the symptoms can increase considerably and the general condition can worsen. Medical advice should then be sought.",
"detailedOverview": "The common cold is a harmless viral infection of the upper respiratory tract, accompanied by a cold, sore throat and sometimes a slight fever. It is often confused with the real viral flu, also called influenza. However, influenza is a much more serious illness.<br><br>There are many different viruses that can cause a cold, so you can get sick again and again. Colds are more common in the cold season, and children often develop cold-like symptoms several times a year. In adults, on the other hand, the symptoms are less frequent. The infection usually occurs via fine droplets that are released into the air when speaking, coughing or sneezing and are then inhaled by the other person. The viruses can also be passed on through contaminated hands and objects.<br><br>To avoid infection, it is recommended to avoid close contact with people who obviously have a cold and to wash your hands frequently and thoroughly during the cold season. Even in the event of an infection, good hand hygiene should be observed to protect others. In addition, coughing and sneezing should not be done into the hands, but into the crook of the elbow, in order to avoid passing on the viruses to other people. As a rule, it is not necessary to visit the doctor because of a simple cold.",
"score": 72.5,
"treatmentShortInfo": {
"text": "Can be treated at home",
"textColor": "#0AB459"
},
"isTelemedicalConsultationEnabled": false,
"symptoms": [
{
"id": "242e09bb-7cf9-47d3-ad77-76d17d2808d4",
"have": true,
"name": "Runny nose"
},
{
"id": "a8ea44a7-a956-4655-8359-624f9546ab3c",
"have": true,
"name": "Sniffles"
},
{
"id": "044cd728-e403-4bb2-8eee-fc632e89de06",
"have": true,
"name": "Sore throat"
},
{
"id": "f9efef16-3cd7-420b-8fbd-eb588623bb35",
"have": true,
"name": "Frequent sneezing"
},
{
"id": "67181a30-0441-45b7-bf82-38130b9c2cca",
"have": true,
"name": "Fever"
},
{
"id": "a4ae4c01-b581-4dec-a205-c0f77f904ccc",
"have": true,
"name": "Cough"
},
{
"id": "8ce250be-a413-44ea-8d93-299a125b7223",
"have": false,
"name": "General muscle pain"
},
{
"id": "3416dc71-b330-4b85-bc21-ef33ba0b3369",
"have": false,
"name": "Headache"
},
{
"id": "99f90d5e-3e99-4b6c-80b9-967fa6291eff",
"have": false,
"name": "Fatigue"
}
],
"quickSolutions": [
{
"icon": "https://cms.demo.xund.solutions/image/1575640572926-93d1d881-2cbc-4777-9032-52647b350c54",
"id": "39d6c0fa-ed89-42bf-a4d4-fd82e62066e8",
"description": "Avoid dehydration by drinking at least 2 litres of liquid.",
"name": "Drink"
},
{
"icon": "https://cms.demo.xund.solutions/image/1595252701868-ac0ac908-c298-49f9-ab57-f61539c05dbe",
"id": "9e55f801-8444-431f-b4cb-592988771c10",
"description": "Allow your body to rest and relax.",
"name": "Slow down"
},
{
"icon": "https://cms.demo.xund.solutions/image/1575640873319-6a1c64df-bd1b-4d12-b25f-aa5010e37d51",
"id": "fcc7105b-b7a3-486b-9b09-dd068be3dfba",
"description": "Follow a healthy and balanced diet containing a lot of vegetables, fruits, healthy fats and lean protein.",
"name": "Eat clean"
},
{
"icon": "https://cms.demo.xund.solutions/image/1595247212575-09b67e7c-1423-47e4-a62f-572695ce5d24",
"id": "0b0ce67a-9a4a-4051-90c8-4a354949d055",
"description": "Avoid the consumption of cigarettes or other tobacco products.",
"name": "No smoking"
},
{
"icon": "https://cms.demo.xund.solutions/image/1596098570228-7adb65e7-e113-411d-a04c-92ae7b067463",
"id": "2acea70e-07c1-4bfb-9a7d-974681945928",
"description": "Avoid contact with people and above all do not visit community facilities such as kindergartens or schools.",
"name": "No contact"
},
{
"icon": "https://cms.demo.xund.solutions/image/1595252967877-41de4084-ebc0-4e4f-93c8-fd1c7fd94846",
"id": "46018fee-5abc-4861-9b35-5afae539263c",
"description": "Rinse your nose regularly with salt water.",
"name": "Nasal rinsing"
}
],
"specializations": [
{
"id": "97ee2ab6-6068-4cd1-9a3e-b8f837e42af2",
"type": "DOCTOR"
},
{
"id": "c52848a8-e5f2-4244-b2dc-2da015b7e32c",
"type": "PHARMACY"
}
],
"localSpecializations": [],
"factorScores": {
"title": "Based on the check, it is <b>very likely</b> that you are suffering from the illness",
"profile": {
"text": "Based on your <b>profile</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> don't influence the results",
"excludeInfo": "NOT_EXCLUDING"
}
},
"category": {
"icon": "https://cms.demo.xund.solutions/image/infection",
"name": "Infections",
"id": "c9cf1ff1-20d3-4f02-be48-9eb89aa0e46c",
"symptomScores": [
{
"name": "Fever",
"id": "67181a30-0441-45b7-bf82-38130b9c2cca",
"score": 0.9
},
{
"name": "Frequent sneezing",
"id": "f9efef16-3cd7-420b-8fbd-eb588623bb35",
"score": 1
},
{
"name": "Cough",
"id": "a4ae4c01-b581-4dec-a205-c0f77f904ccc",
"score": 0.7647058823529411
},
{
"name": "Runny nose",
"id": "242e09bb-7cf9-47d3-ad77-76d17d2808d4",
"score": 1
},
{
"name": "Sore throat",
"id": "044cd728-e403-4bb2-8eee-fc632e89de06",
"score": 0.9166666666666666
},
{
"name": "Sniffles",
"id": "a8ea44a7-a956-4655-8359-624f9546ab3c",
"score": 1
}
]
}
}
}