{"info":{"_postman_id":"555227a0-a3ad-858b-aa64-56ab3c93b547","name":"Infermedica API","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json"},"item":[{"name":"Info","item":[{"name":"Get database information","id":"b344dc08-1d03-e8f2-9390-ec5e419c4f2f","request":{"method":"GET","header":[{"key":"App-Id","value":"{{app_id}}"},{"key":"App-Key","value":"{{app_key}}"}],"body":{"mode":"raw","raw":""},"url":"https://api.infermedica.com/v2/info","description":"Returns information about data used by diagnostic engine."},"response":[],"_postman_id":"b344dc08-1d03-e8f2-9390-ec5e419c4f2f"}],"id":"271fd568-2411-d09c-5bf9-cf30ab0dc076","_postman_id":"271fd568-2411-d09c-5bf9-cf30ab0dc076"},{"name":"Diagnosis","item":[{"name":"Query diagnostic engine","id":"7c25cea3-5e36-1144-83cb-3805dd29ca89","request":{"method":"POST","header":[{"key":"App-Id","value":"{{app_id}}"},{"key":"App-Key","value":"{{app_key}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"sex\": \"male\",\n  \"age\": 30,\n  \"evidence\": [\n    {\n      \"id\": \"s_1193\",\n      \"choice_id\": \"present\"\n    },\n    {\n      \"id\": \"s_488\",\n      \"choice_id\": \"present\"\n    },\n    {\n      \"id\": \"s_418\",\n      \"choice_id\": \"present\"\n    }\n  ]\n}"},"url":"https://api.infermedica.com/v2/diagnosis","description":"Suggests possible diagnoses and relevant observations based on provided patient information."},"response":[],"_postman_id":"7c25cea3-5e36-1144-83cb-3805dd29ca89"}],"id":"e75ced3e-af62-4920-33f3-c37069e58037","_postman_id":"e75ced3e-af62-4920-33f3-c37069e58037"},{"name":"Explain","item":[{"name":"Query diagnostic engine for explanation","id":"7699d30c-f66b-ec56-28c1-f45383b5df07","request":{"method":"POST","header":[{"key":"App-Id","value":"{{app_id}}"},{"key":"App-Key","value":"{{app_key}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"sex\": \"male\",\n  \"age\": 30,\n  \"target\": \"c_49\",\n  \"evidence\": [\n    {\n      \"id\": \"s_1193\",\n      \"choice_id\": \"present\"\n    },\n    {\n      \"id\": \"s_488\",\n      \"choice_id\": \"present\"\n    },\n    {\n      \"id\": \"s_418\",\n      \"choice_id\": \"present\"\n    }\n  ]\n}"},"url":"https://api.infermedica.com/v2/explain","description":"Explains which evidence impact probability of selected condition."},"response":[],"_postman_id":"7699d30c-f66b-ec56-28c1-f45383b5df07"}],"id":"d7d2358b-2318-bf10-cb6c-7e3dd7669265","_postman_id":"d7d2358b-2318-bf10-cb6c-7e3dd7669265"},{"name":"Suggest","item":[{"name":"Suggests possible symptoms based on provided patient information.","id":"c2d4c419-453f-16ff-30ef-7621c11705a5","request":{"method":"POST","header":[{"key":"App-Id","value":"{{app_id}}"},{"key":"App-Key","value":"{{app_key}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"sex\": \"male\",\n    \"age\": 30,\n    \"evidence\": [\n        {\n            \"id\": \"s_1193\",\n            \"choice_id\": \"present\"\n        },\n        {\n            \"id\": \"s_488\",\n            \"choice_id\": \"present\"\n        },\n        {\n            \"id\": \"s_418\",\n            \"choice_id\": \"present\"\n        },\n        {\n            \"id\": \"s_320\",\n            \"choice_id\": \"present\"\n        }\n    ]\n}"},"url":"https://api.infermedica.com/v2/suggest","description":"Explains which evidence impact probability of selected condition."},"response":[],"_postman_id":"c2d4c419-453f-16ff-30ef-7621c11705a5"}],"id":"4d1bbd60-1dbc-a55b-c659-743ed13c3715","_postman_id":"4d1bbd60-1dbc-a55b-c659-743ed13c3715"},{"name":"Triage","item":[{"name":"Query diagnostic engine for triage level","id":"ed9ff6cc-d4ac-e577-8736-72cd19c3849f","request":{"method":"POST","header":[{"key":"App-Id","value":"{{app_id}}"},{"key":"App-Key","value":"{{app_key}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"sex\": \"male\",\n  \"age\": 30,\n  \"evidence\": [\n    {\n      \"id\": \"s_1193\",\n      \"choice_id\": \"present\"\n    },\n    {\n      \"id\": \"s_488\",\n      \"choice_id\": \"present\"\n    },\n    {\n      \"id\": \"s_418\",\n      \"choice_id\": \"present\"\n    },\n    {\n      \"id\": \"s_320\", \n      \"choice_id\": \"absent\"\n    }\n  ]\n}"},"url":"https://api.infermedica.com/v2/triage","description":"Estimates triage level based on provided patient information."},"response":[],"_postman_id":"ed9ff6cc-d4ac-e577-8736-72cd19c3849f"}],"id":"edfeb2ff-6331-6a8c-7f24-af28ad0aed95","_postman_id":"edfeb2ff-6331-6a8c-7f24-af28ad0aed95"},{"name":"Search","item":[{"name":"Find observations matching given phrase","id":"a09632d3-43c0-4848-f0c2-6e35451f79eb","request":{"method":"GET","header":[{"key":"App-Id","value":"{{app_id}}"},{"key":"App-Key","value":"{{app_key}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.infermedica.com/v2/search?phrase=abdominal pain&sex=female&max_results=8&type=symptom","protocol":"https","host":["api","infermedica","com"],"path":["v2","search"],"query":[{"key":"phrase","value":"abdominal pain"},{"key":"sex","value":"female"},{"key":"max_results","value":"8"},{"key":"type","value":"symptom"}]},"description":"Returns list of observations matching the given phrase."},"response":[],"_postman_id":"a09632d3-43c0-4848-f0c2-6e35451f79eb"}],"id":"69789a96-882b-7ae0-0b20-eaee0cb6f912","_postman_id":"69789a96-882b-7ae0-0b20-eaee0cb6f912"},{"name":"Parse","item":[{"name":"Find mentions of observations in given text","id":"2a358349-29dd-1f9e-f08b-b55f976f1a73","request":{"method":"POST","header":[{"key":"App-Id","value":"{{app_id}}"},{"key":"App-Key","value":"{{app_key}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"text\": \"I feel smoach pain but no couoghing today\"\n}"},"url":"https://api.infermedica.com/v2/parse","description":"Returns list of mentions of observation found in given text."},"response":[],"_postman_id":"2a358349-29dd-1f9e-f08b-b55f976f1a73"}],"id":"0fdaccc6-1875-dc51-d25f-2a6d26afb518","_postman_id":"0fdaccc6-1875-dc51-d25f-2a6d26afb518"},{"name":"Lookup","item":[{"name":"Find observation matching given phrase","id":"3d8b8640-4199-a4c7-c32e-1f90fad14beb","request":{"method":"GET","header":[{"key":"App-Id","value":"{{app_id}}"},{"key":"App-Key","value":"{{app_key}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.infermedica.com/v2/lookup?phrase=abdominal pain, chronic&sex=female","protocol":"https","host":["api","infermedica","com"],"path":["v2","lookup"],"query":[{"key":"phrase","value":"abdominal pain, chronic"},{"key":"sex","value":"female"}]},"description":"Returns a single observation matching given phrase."},"response":[],"_postman_id":"3d8b8640-4199-a4c7-c32e-1f90fad14beb"}],"id":"fec2a693-2cde-27b5-5022-d7255a6004d9","_postman_id":"fec2a693-2cde-27b5-5022-d7255a6004d9"},{"name":"Conditions","item":[{"name":"List all conditions","id":"585f3198-a4fb-2a31-0c17-dc6ffbc4be23","request":{"method":"GET","header":[{"key":"App-Id","value":"{{app_id}}"},{"key":"App-Key","value":"{{app_key}}"}],"body":{"mode":"raw","raw":""},"url":"https://api.infermedica.com/v2/conditions","description":"Returns a list of all available conditions."},"response":[],"_postman_id":"585f3198-a4fb-2a31-0c17-dc6ffbc4be23"},{"name":"Get condition by id","id":"be99f083-b817-2323-93a0-193143509c97","request":{"method":"GET","header":[{"key":"App-Id","value":"{{app_id}}"},{"key":"App-Key","value":"{{app_key}}"}],"body":{"mode":"raw","raw":""},"url":"https://api.infermedica.com/v2/conditions/c_74","description":"Returns details of a single condition specified by id parameter."},"response":[],"_postman_id":"be99f083-b817-2323-93a0-193143509c97"}],"id":"b63e32fc-4bc4-f82a-97c7-8ab286cbced0","_postman_id":"b63e32fc-4bc4-f82a-97c7-8ab286cbced0"},{"name":"Symptoms","item":[{"name":"List all symptoms","id":"38587a5b-1c74-0da8-1689-2e92e16a101f","request":{"method":"GET","header":[{"key":"App-Id","value":"{{app_id}}"},{"key":"App-Key","value":"{{app_key}}"}],"body":{"mode":"raw","raw":""},"url":"https://api.infermedica.com/v2/symptoms","description":"Returns a list of all available symptoms."},"response":[],"_postman_id":"38587a5b-1c74-0da8-1689-2e92e16a101f"},{"name":"Get symptoms by id","id":"c8fa0aa1-5403-ed88-8606-ea58ad9aba08","request":{"method":"GET","header":[{"key":"App-Id","value":"{{app_id}}"},{"key":"App-Key","value":"{{app_key}}"}],"body":{"mode":"raw","raw":""},"url":"https://api.infermedica.com/v2/symptoms/s_9","description":"Returns details of a single symptom specified by id parameter."},"response":[],"_postman_id":"c8fa0aa1-5403-ed88-8606-ea58ad9aba08"}],"id":"5a97b1b9-e6e4-9518-8bc3-9ab57ec0af80","_postman_id":"5a97b1b9-e6e4-9518-8bc3-9ab57ec0af80"},{"name":"Risk factors","item":[{"name":"List all risk factors","id":"6e030385-3f99-e32a-5f84-ec1b9bc22ab3","request":{"method":"GET","header":[{"key":"App-Id","value":"{{app_id}}"},{"key":"App-Key","value":"{{app_key}}"}],"body":{"mode":"raw","raw":""},"url":"https://api.infermedica.com/v2/risk_factors","description":"Returns a list of all available risk factors."},"response":[],"_postman_id":"6e030385-3f99-e32a-5f84-ec1b9bc22ab3"},{"name":"Get risk factor by id","id":"4daf548c-ca45-8c86-2319-43d6f2b42dd6","request":{"method":"GET","header":[{"key":"App-Id","value":"{{app_id}}"},{"key":"App-Key","value":"{{app_key}}"}],"body":{"mode":"raw","raw":""},"url":"https://api.infermedica.com/v2/risk_factors/p_28","description":"Returns details of a single risk factor specified by id parameter."},"response":[],"_postman_id":"4daf548c-ca45-8c86-2319-43d6f2b42dd6"}],"id":"f2375806-f4f4-d382-0b6b-80c37242e176","_postman_id":"f2375806-f4f4-d382-0b6b-80c37242e176"},{"name":"Lab tests","item":[{"name":"List all lab tests","id":"9363dbb1-fcae-306a-edb4-e39f77f0eac5","request":{"method":"GET","header":[{"key":"App-Id","value":"{{app_id}}"},{"key":"App-Key","value":"{{app_key}}"}],"body":{"mode":"raw","raw":""},"url":"https://api.infermedica.com/v2/lab_tests","description":"Returns a list of all available lab tests."},"response":[],"_postman_id":"9363dbb1-fcae-306a-edb4-e39f77f0eac5"},{"name":"Get lab test by id","id":"7b3ed594-84bc-eab7-6587-52216525630b","request":{"method":"GET","header":[{"key":"App-Id","value":"{{app_id}}"},{"key":"App-Key","value":"{{app_key}}"}],"body":{"mode":"raw","raw":""},"url":"https://api.infermedica.com/v2/lab_tests/lt_5","description":"Returns details of a single lab test specified by id parameter."},"response":[],"_postman_id":"7b3ed594-84bc-eab7-6587-52216525630b"}],"id":"7db7c7bf-4266-6fc4-8e45-d7d4e5404237","_postman_id":"7db7c7bf-4266-6fc4-8e45-d7d4e5404237"}]}