Список симптомов

Возвращает список симптомов


  • q - фильтр по названию
  • age - фильтр по возрасту
  • gender - фильтр по полу: 1 - мужской, 2 - женский
  • point - фильтр по точке на теле: координаты x,y через запятую
  • ids - фильтр по id симтома
  • rand - случайный симптом
  • sort_name - поле для сортировки
  • sort_by - направление сортировки: asc, desc. По умолчанию asc
GET /symptom/?format=api&page=24
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 617,
    "next": "http://api.symptomd.ru/symptom/?format=api&page=25",
    "previous": "http://api.symptomd.ru/symptom/?format=api&page=23",
    "results": [
        {
            "id": 167,
            "synonyms": [],
            "body_points": [],
            "disease_count": 2,
            "svg": "<svg baseProfile=\"full\" height=\"9525\" version=\"1.1\" width=\"9525\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:ev=\"http://www.w3.org/2001/xml-events\" xmlns:xlink=\"http://www.w3.org/1999/xlink\"><defs /><circle cx=\"4762.5\" cy=\"4762.5\" fill=\"#ffffff\" id=\"svg_1\" r=\"4730\" stroke=\"#2196f3\" stroke-width=\"52.92\" /><path d=\"m5046.45996,686.46c-71,-94 -175,-151 -300,-164c-57,-6 -153,10 -212,20c1,0 0,2 0,2c-6,11 35,-22 -8,11c-19,14 1,0 -26,15c-42,23 -20,7 -52,34c-148,125 -143,175 -116,367c18,134 -37,163 20,311c26,66 29,62 46,142c32,152 107,-49 40,428c-15,103 -79,139 -160,183c-200,109 -373,109 -486,191c-129,94 -173,309 -147,529c44,378 74,157 59,623c-14,458 -37,305 -77,605c-27,207 1,432 13,640c4,61 9,151 0,236c-3,28 -17,61 -19,87c-4,38 -17,64 -23,98c-14,83 -17,167 -14,190c25,48 64,115 78,156c25,8 111,60 133,87c57,31 30,17 112,46l4,-41l-20,-32c-26,3 -81,-52 -105,-108c-7,-16 -5,-36 -5,-64c0,-36 2,-70 8,-87c15,-46 34,-7 46,15c8,15 12,34 11,56c-1,19 -11,41 -12,60c-1,16 8,32 13,43c6,14 33,2 34,0c6,-57 41,-142 40,-237c0,-33 -27,-50 -38,-93c-63,-245 -64,-246 -2,-512c36,-156 91,-326 91,-494c0,-115 -11,-174 16,-286c30,-120 27,-519 3,-775c-59,-639 30,441 80,592c14,65 -1,701 -5,737c-27,234 -69,454 -86,693c-38,552 43,892 123,1408c55,353 -37,516 -55,714c-29,313 191,954 279,1282c29,108 27,84 5,184c-15,66 18,75 -35,137c-69,80 -165,143 -194,180c49,77 400,110 495,42c13,-57 -7,-413 -15,-495c-62,-631 71,-1000 -7,-1420c-38,-206 8,-264 25,-448c8,-86 -3,-166 6,-249c8,-76 21,-146 30,-222c19,-159 37,-298 48,-462c6,-95 -1,-486 29,-540c19,32 76,990 106,1218c11,86 -1,160 6,246c17,202 62,227 28,459c-74,493 19,572 17,951c-2,271 -67,757 -48,955c76,52 134,43 250,37c80,-4 191,-9 250,-59c-11,-45 -24,-43 -57,-68c-141,-106 -111,-124 -170,-167c-6,-63 7,-46 -2,-101c-18,-110 -27,-49 17,-229c80,-322 276,-867 263,-1176c-14,-327 -132,-293 -14,-980c84,-486 119,-830 70,-1338c-21,-218 -69,-416 -81,-638c-12,-228 2,-498 5,-730c66,-183 96,-696 80,-696c0,0 -7,256 -25,464c-12,136 -38,254 -36,260c6,13 7,18 11,34c128,437 2,377 158,976c66,251 35,289 -18,513c-38,158 43,384 43,318c0,-6 39,-55 22,-96c-27,-65 32,-133 34,-114c0,4 18,56 17,110c0,30 -13,59 -21,84c-20,63 -77,93 -79,98c-27,39 -10,16 -19,79c136,-60 149,-60 216,-103c27,-17 31,-42 42,-59c31,-50 49,-85 58,-120c14,-54 -9,-129 -7,-230c-10,-61 -43,-115 -45,-168c-7,-194 12,-391 20,-593c12,-300 -70,-451 -86,-779c-7,-140 -27,-297 7,-429c29,-114 41,-241 53,-289c1,-3 3,-7 3,-9c6,-25 11,-11 -5,-21c8,-369 -39,-473 -360,-572c-426,-132 -429,-195 -454,-489c-17,-201 -10,-48 70,-291c26,-77 83,-137 54,-283c-14,-68 -1,-147 -5,-220c-7,-104 19,-95 -40,-172l4,2z \" fill=\"#ffffff\" fill-opacity=\"0.3\" id=\"svg_2\" stroke=\"#2196f3\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"52.92\" /></svg>",
            "popularity": 2,
            "thumbnail_100x100": null,
            "thumbnail_300x300": null,
            "thumbnail_600x600": null,
            "name": "Гипоплазия зубной эмали",
            "gender": 0,
            "age_min": null,
            "age_max": null,
            "slug": "gipoplaziya-zubnoj-emali",
            "lead": "",
            "image": null,
            "published": 1,
            "danger": false,
            "diseases": [
                9631,
                11561
            ]
        },
        {
            "id": 2585,
            "synonyms": [
                {
                    "name": "Интенсивное дыхание"
                }
            ],
            "body_points": [
                {
                    "x": 464,
                    "y": 2820,
                    "r": 649
                }
            ],
            "disease_count": 2,
            "svg": "<svg baseProfile=\"full\" height=\"9525\" version=\"1.1\" width=\"9525\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:ev=\"http://www.w3.org/2001/xml-events\" xmlns:xlink=\"http://www.w3.org/1999/xlink\"><defs /><circle cx=\"4762.5\" cy=\"4762.5\" fill=\"#ffffff\" id=\"svg_1\" r=\"4730\" stroke=\"#2196f3\" stroke-width=\"52.92\" /><path d=\"m5046.45996,686.46c-71,-94 -175,-151 -300,-164c-57,-6 -153,10 -212,20c1,0 0,2 0,2c-6,11 35,-22 -8,11c-19,14 1,0 -26,15c-42,23 -20,7 -52,34c-148,125 -143,175 -116,367c18,134 -37,163 20,311c26,66 29,62 46,142c32,152 107,-49 40,428c-15,103 -79,139 -160,183c-200,109 -373,109 -486,191c-129,94 -173,309 -147,529c44,378 74,157 59,623c-14,458 -37,305 -77,605c-27,207 1,432 13,640c4,61 9,151 0,236c-3,28 -17,61 -19,87c-4,38 -17,64 -23,98c-14,83 -17,167 -14,190c25,48 64,115 78,156c25,8 111,60 133,87c57,31 30,17 112,46l4,-41l-20,-32c-26,3 -81,-52 -105,-108c-7,-16 -5,-36 -5,-64c0,-36 2,-70 8,-87c15,-46 34,-7 46,15c8,15 12,34 11,56c-1,19 -11,41 -12,60c-1,16 8,32 13,43c6,14 33,2 34,0c6,-57 41,-142 40,-237c0,-33 -27,-50 -38,-93c-63,-245 -64,-246 -2,-512c36,-156 91,-326 91,-494c0,-115 -11,-174 16,-286c30,-120 27,-519 3,-775c-59,-639 30,441 80,592c14,65 -1,701 -5,737c-27,234 -69,454 -86,693c-38,552 43,892 123,1408c55,353 -37,516 -55,714c-29,313 191,954 279,1282c29,108 27,84 5,184c-15,66 18,75 -35,137c-69,80 -165,143 -194,180c49,77 400,110 495,42c13,-57 -7,-413 -15,-495c-62,-631 71,-1000 -7,-1420c-38,-206 8,-264 25,-448c8,-86 -3,-166 6,-249c8,-76 21,-146 30,-222c19,-159 37,-298 48,-462c6,-95 -1,-486 29,-540c19,32 76,990 106,1218c11,86 -1,160 6,246c17,202 62,227 28,459c-74,493 19,572 17,951c-2,271 -67,757 -48,955c76,52 134,43 250,37c80,-4 191,-9 250,-59c-11,-45 -24,-43 -57,-68c-141,-106 -111,-124 -170,-167c-6,-63 7,-46 -2,-101c-18,-110 -27,-49 17,-229c80,-322 276,-867 263,-1176c-14,-327 -132,-293 -14,-980c84,-486 119,-830 70,-1338c-21,-218 -69,-416 -81,-638c-12,-228 2,-498 5,-730c66,-183 96,-696 80,-696c0,0 -7,256 -25,464c-12,136 -38,254 -36,260c6,13 7,18 11,34c128,437 2,377 158,976c66,251 35,289 -18,513c-38,158 43,384 43,318c0,-6 39,-55 22,-96c-27,-65 32,-133 34,-114c0,4 18,56 17,110c0,30 -13,59 -21,84c-20,63 -77,93 -79,98c-27,39 -10,16 -19,79c136,-60 149,-60 216,-103c27,-17 31,-42 42,-59c31,-50 49,-85 58,-120c14,-54 -9,-129 -7,-230c-10,-61 -43,-115 -45,-168c-7,-194 12,-391 20,-593c12,-300 -70,-451 -86,-779c-7,-140 -27,-297 7,-429c29,-114 41,-241 53,-289c1,-3 3,-7 3,-9c6,-25 11,-11 -5,-21c8,-369 -39,-473 -360,-572c-426,-132 -429,-195 -454,-489c-17,-201 -10,-48 70,-291c26,-77 83,-137 54,-283c-14,-68 -1,-147 -5,-220c-7,-104 19,-95 -40,-172l4,2z \" fill=\"#cc0000\" fill-opacity=\"0.3\" id=\"svg_2\" stroke=\"#2196f3\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"52.92\" /><circle cx=\"4726.5\" cy=\"2820\" fill=\"#ff0000\" fill-opacity=\"0.7\" r=\"649\" /></svg>",
            "popularity": 2,
            "thumbnail_100x100": null,
            "thumbnail_300x300": null,
            "thumbnail_600x600": null,
            "name": "Гипервентиляция",
            "gender": 0,
            "age_min": 1,
            "age_max": 100,
            "slug": "giperventilyaciya",
            "lead": "Интенсивное дыхание, которое превышает потребности организма в кислороде, может привести к нежелательной гипоксии мозга и обморочным состояниям ",
            "image": null,
            "published": 1,
            "danger": false,
            "diseases": [
                7265,
                6423
            ]
        },
        {
            "id": 17,
            "synonyms": [
                {
                    "name": "Боль в животе после приема пищи"
                },
                {
                    "name": "Боль в желудке после приема пищи"
                },
                {
                    "name": "Боль после еды"
                }
            ],
            "body_points": [
                {
                    "x": 500,
                    "y": 3739,
                    "r": 600
                }
            ],
            "disease_count": 2,
            "svg": "<svg baseProfile=\"full\" height=\"9525\" version=\"1.1\" width=\"9525\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:ev=\"http://www.w3.org/2001/xml-events\" xmlns:xlink=\"http://www.w3.org/1999/xlink\"><defs /><circle cx=\"4762.5\" cy=\"4762.5\" fill=\"#ffffff\" id=\"svg_1\" r=\"4730\" stroke=\"#2196f3\" stroke-width=\"52.92\" /><path d=\"m5046.45996,686.46c-71,-94 -175,-151 -300,-164c-57,-6 -153,10 -212,20c1,0 0,2 0,2c-6,11 35,-22 -8,11c-19,14 1,0 -26,15c-42,23 -20,7 -52,34c-148,125 -143,175 -116,367c18,134 -37,163 20,311c26,66 29,62 46,142c32,152 107,-49 40,428c-15,103 -79,139 -160,183c-200,109 -373,109 -486,191c-129,94 -173,309 -147,529c44,378 74,157 59,623c-14,458 -37,305 -77,605c-27,207 1,432 13,640c4,61 9,151 0,236c-3,28 -17,61 -19,87c-4,38 -17,64 -23,98c-14,83 -17,167 -14,190c25,48 64,115 78,156c25,8 111,60 133,87c57,31 30,17 112,46l4,-41l-20,-32c-26,3 -81,-52 -105,-108c-7,-16 -5,-36 -5,-64c0,-36 2,-70 8,-87c15,-46 34,-7 46,15c8,15 12,34 11,56c-1,19 -11,41 -12,60c-1,16 8,32 13,43c6,14 33,2 34,0c6,-57 41,-142 40,-237c0,-33 -27,-50 -38,-93c-63,-245 -64,-246 -2,-512c36,-156 91,-326 91,-494c0,-115 -11,-174 16,-286c30,-120 27,-519 3,-775c-59,-639 30,441 80,592c14,65 -1,701 -5,737c-27,234 -69,454 -86,693c-38,552 43,892 123,1408c55,353 -37,516 -55,714c-29,313 191,954 279,1282c29,108 27,84 5,184c-15,66 18,75 -35,137c-69,80 -165,143 -194,180c49,77 400,110 495,42c13,-57 -7,-413 -15,-495c-62,-631 71,-1000 -7,-1420c-38,-206 8,-264 25,-448c8,-86 -3,-166 6,-249c8,-76 21,-146 30,-222c19,-159 37,-298 48,-462c6,-95 -1,-486 29,-540c19,32 76,990 106,1218c11,86 -1,160 6,246c17,202 62,227 28,459c-74,493 19,572 17,951c-2,271 -67,757 -48,955c76,52 134,43 250,37c80,-4 191,-9 250,-59c-11,-45 -24,-43 -57,-68c-141,-106 -111,-124 -170,-167c-6,-63 7,-46 -2,-101c-18,-110 -27,-49 17,-229c80,-322 276,-867 263,-1176c-14,-327 -132,-293 -14,-980c84,-486 119,-830 70,-1338c-21,-218 -69,-416 -81,-638c-12,-228 2,-498 5,-730c66,-183 96,-696 80,-696c0,0 -7,256 -25,464c-12,136 -38,254 -36,260c6,13 7,18 11,34c128,437 2,377 158,976c66,251 35,289 -18,513c-38,158 43,384 43,318c0,-6 39,-55 22,-96c-27,-65 32,-133 34,-114c0,4 18,56 17,110c0,30 -13,59 -21,84c-20,63 -77,93 -79,98c-27,39 -10,16 -19,79c136,-60 149,-60 216,-103c27,-17 31,-42 42,-59c31,-50 49,-85 58,-120c14,-54 -9,-129 -7,-230c-10,-61 -43,-115 -45,-168c-7,-194 12,-391 20,-593c12,-300 -70,-451 -86,-779c-7,-140 -27,-297 7,-429c29,-114 41,-241 53,-289c1,-3 3,-7 3,-9c6,-25 11,-11 -5,-21c8,-369 -39,-473 -360,-572c-426,-132 -429,-195 -454,-489c-17,-201 -10,-48 70,-291c26,-77 83,-137 54,-283c-14,-68 -1,-147 -5,-220c-7,-104 19,-95 -40,-172l4,2z \" fill=\"#cc0000\" fill-opacity=\"0.3\" id=\"svg_2\" stroke=\"#2196f3\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"52.92\" /><circle cx=\"4762.5\" cy=\"3739\" fill=\"#ff0000\" fill-opacity=\"0.7\" r=\"600\" /></svg>",
            "popularity": 2,
            "thumbnail_100x100": null,
            "thumbnail_300x300": null,
            "thumbnail_600x600": null,
            "name": "Боли после приема пищи",
            "gender": 0,
            "age_min": 0,
            "age_max": 99,
            "slug": "boli-posle-priema-pishi",
            "lead": "Боли могут возникать с разной локализацией после еды сразу же или спустя несколько часов",
            "image": null,
            "published": 1,
            "danger": false,
            "diseases": [
                11672,
                11722
            ]
        },
        {
            "id": 168,
            "synonyms": [],
            "body_points": [],
            "disease_count": 2,
            "svg": "<svg baseProfile=\"full\" height=\"9525\" version=\"1.1\" width=\"9525\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:ev=\"http://www.w3.org/2001/xml-events\" xmlns:xlink=\"http://www.w3.org/1999/xlink\"><defs /><circle cx=\"4762.5\" cy=\"4762.5\" fill=\"#ffffff\" id=\"svg_1\" r=\"4730\" stroke=\"#2196f3\" stroke-width=\"52.92\" /><path d=\"m5046.45996,686.46c-71,-94 -175,-151 -300,-164c-57,-6 -153,10 -212,20c1,0 0,2 0,2c-6,11 35,-22 -8,11c-19,14 1,0 -26,15c-42,23 -20,7 -52,34c-148,125 -143,175 -116,367c18,134 -37,163 20,311c26,66 29,62 46,142c32,152 107,-49 40,428c-15,103 -79,139 -160,183c-200,109 -373,109 -486,191c-129,94 -173,309 -147,529c44,378 74,157 59,623c-14,458 -37,305 -77,605c-27,207 1,432 13,640c4,61 9,151 0,236c-3,28 -17,61 -19,87c-4,38 -17,64 -23,98c-14,83 -17,167 -14,190c25,48 64,115 78,156c25,8 111,60 133,87c57,31 30,17 112,46l4,-41l-20,-32c-26,3 -81,-52 -105,-108c-7,-16 -5,-36 -5,-64c0,-36 2,-70 8,-87c15,-46 34,-7 46,15c8,15 12,34 11,56c-1,19 -11,41 -12,60c-1,16 8,32 13,43c6,14 33,2 34,0c6,-57 41,-142 40,-237c0,-33 -27,-50 -38,-93c-63,-245 -64,-246 -2,-512c36,-156 91,-326 91,-494c0,-115 -11,-174 16,-286c30,-120 27,-519 3,-775c-59,-639 30,441 80,592c14,65 -1,701 -5,737c-27,234 -69,454 -86,693c-38,552 43,892 123,1408c55,353 -37,516 -55,714c-29,313 191,954 279,1282c29,108 27,84 5,184c-15,66 18,75 -35,137c-69,80 -165,143 -194,180c49,77 400,110 495,42c13,-57 -7,-413 -15,-495c-62,-631 71,-1000 -7,-1420c-38,-206 8,-264 25,-448c8,-86 -3,-166 6,-249c8,-76 21,-146 30,-222c19,-159 37,-298 48,-462c6,-95 -1,-486 29,-540c19,32 76,990 106,1218c11,86 -1,160 6,246c17,202 62,227 28,459c-74,493 19,572 17,951c-2,271 -67,757 -48,955c76,52 134,43 250,37c80,-4 191,-9 250,-59c-11,-45 -24,-43 -57,-68c-141,-106 -111,-124 -170,-167c-6,-63 7,-46 -2,-101c-18,-110 -27,-49 17,-229c80,-322 276,-867 263,-1176c-14,-327 -132,-293 -14,-980c84,-486 119,-830 70,-1338c-21,-218 -69,-416 -81,-638c-12,-228 2,-498 5,-730c66,-183 96,-696 80,-696c0,0 -7,256 -25,464c-12,136 -38,254 -36,260c6,13 7,18 11,34c128,437 2,377 158,976c66,251 35,289 -18,513c-38,158 43,384 43,318c0,-6 39,-55 22,-96c-27,-65 32,-133 34,-114c0,4 18,56 17,110c0,30 -13,59 -21,84c-20,63 -77,93 -79,98c-27,39 -10,16 -19,79c136,-60 149,-60 216,-103c27,-17 31,-42 42,-59c31,-50 49,-85 58,-120c14,-54 -9,-129 -7,-230c-10,-61 -43,-115 -45,-168c-7,-194 12,-391 20,-593c12,-300 -70,-451 -86,-779c-7,-140 -27,-297 7,-429c29,-114 41,-241 53,-289c1,-3 3,-7 3,-9c6,-25 11,-11 -5,-21c8,-369 -39,-473 -360,-572c-426,-132 -429,-195 -454,-489c-17,-201 -10,-48 70,-291c26,-77 83,-137 54,-283c-14,-68 -1,-147 -5,-220c-7,-104 19,-95 -40,-172l4,2z \" fill=\"#ffffff\" fill-opacity=\"0.3\" id=\"svg_2\" stroke=\"#2196f3\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"52.92\" /></svg>",
            "popularity": 2,
            "thumbnail_100x100": null,
            "thumbnail_300x300": null,
            "thumbnail_600x600": null,
            "name": "Мочекаменная болезнь",
            "gender": 0,
            "age_min": null,
            "age_max": null,
            "slug": "mochekamennaya-bolezn",
            "lead": "",
            "image": null,
            "published": 1,
            "danger": false,
            "diseases": [
                9631,
                6231
            ]
        },
        {
            "id": 104,
            "synonyms": [],
            "body_points": [],
            "disease_count": 2,
            "svg": "<svg baseProfile=\"full\" height=\"9525\" version=\"1.1\" width=\"9525\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:ev=\"http://www.w3.org/2001/xml-events\" xmlns:xlink=\"http://www.w3.org/1999/xlink\"><defs /><circle cx=\"4762.5\" cy=\"4762.5\" fill=\"#ffffff\" id=\"svg_1\" r=\"4730\" stroke=\"#2196f3\" stroke-width=\"52.92\" /><path d=\"m5146.45996,1464.46c-32,-94 -8,-79 -2,-91c24,75 42,99 108,123c-16,-1 -20,5 -43,-41c-10,-19 -17,-42 -23,-67c-40,-172 -9,-354 -31,-527c-29,-238 -146,-341 -395,-352c-253,-11 -378,104 -418,325c-44,244 25,437 -89,670c57,-27 54,-45 95,-98c5,43 2,83 -12,118c-17,45 -20,37 -49,67c43,-17 43,-18 87,-28c-15,56 -18,55 -49,87c55,-36 99,-96 148,-125l-11,103c0,-20 34,-62 49,-78c35,-34 -14,4 40,-28c19,573 -497,513 -642,605c-157,100 -94,865 -94,1071c0,286 -32,443 -92,699c-56,242 29,645 -27,843c-27,95 -4,53 -10,133c-11,157 -66,242 -78,332c0,0 -2,111 3,116c27,30 38,87 78,135c38,45 103,73 178,135c-4,-14 8,-20 3,-31c-22,-61 -67,-88 -86,-114c-23,-31 -34,-63 -20,-150c5,-33 14,-51 25,-103l22,22c19,26 41,61 41,78c0,19 -12,49 -20,88c-5,26 -4,35 5,61c25,-30 49,-78 61,-117c11,-37 12,-79 12,-111c0,-63 -21,-78 -38,-137c-8,-28 -23,-41 -27,-72c-5,-35 -6,-109 -7,-144c-12,-325 240,-872 252,-1192c9,-226 -1,-455 12,-682c0,-7 -14,-274 -14,-281c2,6 19,272 22,280c42,154 120,673 98,786c-42,222 -173,447 -224,694c-104,504 71,1065 188,1543c39,159 68,229 37,404c-58,337 -88,529 17,882c95,318 189,658 253,994c47,245 -16,165 -1,295c4,37 4,47 -15,83c-21,39 -79,90 -106,118c-49,52 -79,45 -101,105c43,48 124,52 205,59c88,7 137,14 212,2c84,-259 6,-910 6,-1208c0,-249 33,-485 9,-735c-10,-106 -24,-217 -33,-327c-12,-139 13,-204 30,-328c27,-192 30,-840 21,-1082c-2,-56 -24,-262 -15,-309c8,-44 5,-21 22,-44c88,-1 71,-20 72,103c-18,291 -26,1080 4,1324c24,189 45,211 22,422c-58,529 0,812 -27,1314c-11,214 -39,651 10,848c38,58 370,12 439,-39c-24,-55 -77,-81 -122,-119c-65,-54 -124,-121 -108,-207c10,-54 2,-2 -19,-63c-75,-221 358,-1294 339,-1687c-17,-349 -114,-426 -21,-792c62,-246 118,-492 168,-743c64,-325 106,-448 37,-793c-27,-136 -65,-227 -107,-349c-174,-503 -166,-366 -74,-956c14,-89 21,-147 30,-169c2,-6 49,-296 49,-297c2,-8 -42,276 -23,276c0,3 0,6 0,9c13,682 -17,604 153,1272c41,159 120,447 112,602c-6,108 -43,183 -54,301c-3,34 0,88 9,136c10,51 28,97 54,110c10,-40 2,-63 -3,-97c-3,-20 -4,-45 -1,-80c2,-21 6,-45 12,-74c23,22 19,0 39,55c5,14 16,33 16,46c2,72 1,91 -6,134c-11,60 -78,111 -88,170c7,-4 64,-23 88,-54c46,-58 99,-105 109,-109c-1,-16 37,-120 50,-139c7,-22 -3,-49 -4,-73c-3,-55 -12,-111 -31,-171c-22,-69 -48,-128 -40,-187c-10,-64 1,-18 -10,-117c-47,-215 34,-581 -31,-868c-73,-322 -88,-280 -86,-645c6,-1394 33,-949 -489,-1219c-27,-14 -52,-25 -76,-43c-142,-107 -161,-246 -166,-439c27,23 4,-8 38,39c11,15 58,81 53,89l-20,-148c66,39 77,98 163,115c-2,-3 -6,-7 -8,-8c-23,-26 -35,-38 -47,-76c-22,-72 9,-52 22,-61l6,3z \" fill=\"#ffffff\" fill-opacity=\"0.3\" id=\"svg_2\" stroke=\"#2196f3\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"52.92\" /></svg>",
            "popularity": 2,
            "thumbnail_100x100": null,
            "thumbnail_300x300": null,
            "thumbnail_600x600": null,
            "name": "Спазм влагалищных мышц",
            "gender": 2,
            "age_min": null,
            "age_max": null,
            "slug": "spazm-vlagalishnyh-myshc",
            "lead": "",
            "image": null,
            "published": 1,
            "danger": false,
            "diseases": [
                13156,
                13125
            ]
        },
        {
            "id": 149,
            "synonyms": [],
            "body_points": [],
            "disease_count": 2,
            "svg": "<svg baseProfile=\"full\" height=\"9525\" version=\"1.1\" width=\"9525\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:ev=\"http://www.w3.org/2001/xml-events\" xmlns:xlink=\"http://www.w3.org/1999/xlink\"><defs /><circle cx=\"4762.5\" cy=\"4762.5\" fill=\"#ffffff\" id=\"svg_1\" r=\"4730\" stroke=\"#2196f3\" stroke-width=\"52.92\" /><path d=\"m5046.45996,686.46c-71,-94 -175,-151 -300,-164c-57,-6 -153,10 -212,20c1,0 0,2 0,2c-6,11 35,-22 -8,11c-19,14 1,0 -26,15c-42,23 -20,7 -52,34c-148,125 -143,175 -116,367c18,134 -37,163 20,311c26,66 29,62 46,142c32,152 107,-49 40,428c-15,103 -79,139 -160,183c-200,109 -373,109 -486,191c-129,94 -173,309 -147,529c44,378 74,157 59,623c-14,458 -37,305 -77,605c-27,207 1,432 13,640c4,61 9,151 0,236c-3,28 -17,61 -19,87c-4,38 -17,64 -23,98c-14,83 -17,167 -14,190c25,48 64,115 78,156c25,8 111,60 133,87c57,31 30,17 112,46l4,-41l-20,-32c-26,3 -81,-52 -105,-108c-7,-16 -5,-36 -5,-64c0,-36 2,-70 8,-87c15,-46 34,-7 46,15c8,15 12,34 11,56c-1,19 -11,41 -12,60c-1,16 8,32 13,43c6,14 33,2 34,0c6,-57 41,-142 40,-237c0,-33 -27,-50 -38,-93c-63,-245 -64,-246 -2,-512c36,-156 91,-326 91,-494c0,-115 -11,-174 16,-286c30,-120 27,-519 3,-775c-59,-639 30,441 80,592c14,65 -1,701 -5,737c-27,234 -69,454 -86,693c-38,552 43,892 123,1408c55,353 -37,516 -55,714c-29,313 191,954 279,1282c29,108 27,84 5,184c-15,66 18,75 -35,137c-69,80 -165,143 -194,180c49,77 400,110 495,42c13,-57 -7,-413 -15,-495c-62,-631 71,-1000 -7,-1420c-38,-206 8,-264 25,-448c8,-86 -3,-166 6,-249c8,-76 21,-146 30,-222c19,-159 37,-298 48,-462c6,-95 -1,-486 29,-540c19,32 76,990 106,1218c11,86 -1,160 6,246c17,202 62,227 28,459c-74,493 19,572 17,951c-2,271 -67,757 -48,955c76,52 134,43 250,37c80,-4 191,-9 250,-59c-11,-45 -24,-43 -57,-68c-141,-106 -111,-124 -170,-167c-6,-63 7,-46 -2,-101c-18,-110 -27,-49 17,-229c80,-322 276,-867 263,-1176c-14,-327 -132,-293 -14,-980c84,-486 119,-830 70,-1338c-21,-218 -69,-416 -81,-638c-12,-228 2,-498 5,-730c66,-183 96,-696 80,-696c0,0 -7,256 -25,464c-12,136 -38,254 -36,260c6,13 7,18 11,34c128,437 2,377 158,976c66,251 35,289 -18,513c-38,158 43,384 43,318c0,-6 39,-55 22,-96c-27,-65 32,-133 34,-114c0,4 18,56 17,110c0,30 -13,59 -21,84c-20,63 -77,93 -79,98c-27,39 -10,16 -19,79c136,-60 149,-60 216,-103c27,-17 31,-42 42,-59c31,-50 49,-85 58,-120c14,-54 -9,-129 -7,-230c-10,-61 -43,-115 -45,-168c-7,-194 12,-391 20,-593c12,-300 -70,-451 -86,-779c-7,-140 -27,-297 7,-429c29,-114 41,-241 53,-289c1,-3 3,-7 3,-9c6,-25 11,-11 -5,-21c8,-369 -39,-473 -360,-572c-426,-132 -429,-195 -454,-489c-17,-201 -10,-48 70,-291c26,-77 83,-137 54,-283c-14,-68 -1,-147 -5,-220c-7,-104 19,-95 -40,-172l4,2z \" fill=\"#ffffff\" fill-opacity=\"0.3\" id=\"svg_2\" stroke=\"#2196f3\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"52.92\" /></svg>",
            "popularity": 2,
            "thumbnail_100x100": null,
            "thumbnail_300x300": null,
            "thumbnail_600x600": null,
            "name": "Усталость глаз",
            "gender": 0,
            "age_min": null,
            "age_max": null,
            "slug": "ustalost-glaz",
            "lead": "",
            "image": null,
            "published": 1,
            "danger": false,
            "diseases": [
                10811,
                10592
            ]
        },
        {
            "id": 2887,
            "synonyms": [
                {
                    "name": "безразличие"
                },
                {
                    "name": "изнеможение"
                },
                {
                    "name": "угнетение"
                },
                {
                    "name": "угнетенное состояние"
                }
            ],
            "body_points": [],
            "disease_count": 2,
            "svg": "<svg baseProfile=\"full\" height=\"9525\" version=\"1.1\" width=\"9525\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:ev=\"http://www.w3.org/2001/xml-events\" xmlns:xlink=\"http://www.w3.org/1999/xlink\"><defs /><circle cx=\"4762.5\" cy=\"4762.5\" fill=\"#ffffff\" id=\"svg_1\" r=\"4730\" stroke=\"#cc0000\" stroke-width=\"52.92\" /><path d=\"m5046.45996,686.46c-71,-94 -175,-151 -300,-164c-57,-6 -153,10 -212,20c1,0 0,2 0,2c-6,11 35,-22 -8,11c-19,14 1,0 -26,15c-42,23 -20,7 -52,34c-148,125 -143,175 -116,367c18,134 -37,163 20,311c26,66 29,62 46,142c32,152 107,-49 40,428c-15,103 -79,139 -160,183c-200,109 -373,109 -486,191c-129,94 -173,309 -147,529c44,378 74,157 59,623c-14,458 -37,305 -77,605c-27,207 1,432 13,640c4,61 9,151 0,236c-3,28 -17,61 -19,87c-4,38 -17,64 -23,98c-14,83 -17,167 -14,190c25,48 64,115 78,156c25,8 111,60 133,87c57,31 30,17 112,46l4,-41l-20,-32c-26,3 -81,-52 -105,-108c-7,-16 -5,-36 -5,-64c0,-36 2,-70 8,-87c15,-46 34,-7 46,15c8,15 12,34 11,56c-1,19 -11,41 -12,60c-1,16 8,32 13,43c6,14 33,2 34,0c6,-57 41,-142 40,-237c0,-33 -27,-50 -38,-93c-63,-245 -64,-246 -2,-512c36,-156 91,-326 91,-494c0,-115 -11,-174 16,-286c30,-120 27,-519 3,-775c-59,-639 30,441 80,592c14,65 -1,701 -5,737c-27,234 -69,454 -86,693c-38,552 43,892 123,1408c55,353 -37,516 -55,714c-29,313 191,954 279,1282c29,108 27,84 5,184c-15,66 18,75 -35,137c-69,80 -165,143 -194,180c49,77 400,110 495,42c13,-57 -7,-413 -15,-495c-62,-631 71,-1000 -7,-1420c-38,-206 8,-264 25,-448c8,-86 -3,-166 6,-249c8,-76 21,-146 30,-222c19,-159 37,-298 48,-462c6,-95 -1,-486 29,-540c19,32 76,990 106,1218c11,86 -1,160 6,246c17,202 62,227 28,459c-74,493 19,572 17,951c-2,271 -67,757 -48,955c76,52 134,43 250,37c80,-4 191,-9 250,-59c-11,-45 -24,-43 -57,-68c-141,-106 -111,-124 -170,-167c-6,-63 7,-46 -2,-101c-18,-110 -27,-49 17,-229c80,-322 276,-867 263,-1176c-14,-327 -132,-293 -14,-980c84,-486 119,-830 70,-1338c-21,-218 -69,-416 -81,-638c-12,-228 2,-498 5,-730c66,-183 96,-696 80,-696c0,0 -7,256 -25,464c-12,136 -38,254 -36,260c6,13 7,18 11,34c128,437 2,377 158,976c66,251 35,289 -18,513c-38,158 43,384 43,318c0,-6 39,-55 22,-96c-27,-65 32,-133 34,-114c0,4 18,56 17,110c0,30 -13,59 -21,84c-20,63 -77,93 -79,98c-27,39 -10,16 -19,79c136,-60 149,-60 216,-103c27,-17 31,-42 42,-59c31,-50 49,-85 58,-120c14,-54 -9,-129 -7,-230c-10,-61 -43,-115 -45,-168c-7,-194 12,-391 20,-593c12,-300 -70,-451 -86,-779c-7,-140 -27,-297 7,-429c29,-114 41,-241 53,-289c1,-3 3,-7 3,-9c6,-25 11,-11 -5,-21c8,-369 -39,-473 -360,-572c-426,-132 -429,-195 -454,-489c-17,-201 -10,-48 70,-291c26,-77 83,-137 54,-283c-14,-68 -1,-147 -5,-220c-7,-104 19,-95 -40,-172l4,2z \" fill=\"#ffffff\" fill-opacity=\"0.3\" id=\"svg_2\" stroke=\"#cc0000\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"52.92\" /></svg>",
            "popularity": 2,
            "thumbnail_100x100": null,
            "thumbnail_300x300": null,
            "thumbnail_600x600": null,
            "name": "Прострация",
            "gender": 0,
            "age_min": 1,
            "age_max": 100,
            "slug": "prostraciya",
            "lead": "",
            "image": null,
            "published": 1,
            "danger": true,
            "diseases": [
                6348,
                6248
            ]
        },
        {
            "id": 103,
            "synonyms": [],
            "body_points": [],
            "disease_count": 2,
            "svg": "<svg baseProfile=\"full\" height=\"9525\" version=\"1.1\" width=\"9525\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:ev=\"http://www.w3.org/2001/xml-events\" xmlns:xlink=\"http://www.w3.org/1999/xlink\"><defs /><circle cx=\"4762.5\" cy=\"4762.5\" fill=\"#ffffff\" id=\"svg_1\" r=\"4730\" stroke=\"#2196f3\" stroke-width=\"52.92\" /><path d=\"m5046.45996,686.46c-71,-94 -175,-151 -300,-164c-57,-6 -153,10 -212,20c1,0 0,2 0,2c-6,11 35,-22 -8,11c-19,14 1,0 -26,15c-42,23 -20,7 -52,34c-148,125 -143,175 -116,367c18,134 -37,163 20,311c26,66 29,62 46,142c32,152 107,-49 40,428c-15,103 -79,139 -160,183c-200,109 -373,109 -486,191c-129,94 -173,309 -147,529c44,378 74,157 59,623c-14,458 -37,305 -77,605c-27,207 1,432 13,640c4,61 9,151 0,236c-3,28 -17,61 -19,87c-4,38 -17,64 -23,98c-14,83 -17,167 -14,190c25,48 64,115 78,156c25,8 111,60 133,87c57,31 30,17 112,46l4,-41l-20,-32c-26,3 -81,-52 -105,-108c-7,-16 -5,-36 -5,-64c0,-36 2,-70 8,-87c15,-46 34,-7 46,15c8,15 12,34 11,56c-1,19 -11,41 -12,60c-1,16 8,32 13,43c6,14 33,2 34,0c6,-57 41,-142 40,-237c0,-33 -27,-50 -38,-93c-63,-245 -64,-246 -2,-512c36,-156 91,-326 91,-494c0,-115 -11,-174 16,-286c30,-120 27,-519 3,-775c-59,-639 30,441 80,592c14,65 -1,701 -5,737c-27,234 -69,454 -86,693c-38,552 43,892 123,1408c55,353 -37,516 -55,714c-29,313 191,954 279,1282c29,108 27,84 5,184c-15,66 18,75 -35,137c-69,80 -165,143 -194,180c49,77 400,110 495,42c13,-57 -7,-413 -15,-495c-62,-631 71,-1000 -7,-1420c-38,-206 8,-264 25,-448c8,-86 -3,-166 6,-249c8,-76 21,-146 30,-222c19,-159 37,-298 48,-462c6,-95 -1,-486 29,-540c19,32 76,990 106,1218c11,86 -1,160 6,246c17,202 62,227 28,459c-74,493 19,572 17,951c-2,271 -67,757 -48,955c76,52 134,43 250,37c80,-4 191,-9 250,-59c-11,-45 -24,-43 -57,-68c-141,-106 -111,-124 -170,-167c-6,-63 7,-46 -2,-101c-18,-110 -27,-49 17,-229c80,-322 276,-867 263,-1176c-14,-327 -132,-293 -14,-980c84,-486 119,-830 70,-1338c-21,-218 -69,-416 -81,-638c-12,-228 2,-498 5,-730c66,-183 96,-696 80,-696c0,0 -7,256 -25,464c-12,136 -38,254 -36,260c6,13 7,18 11,34c128,437 2,377 158,976c66,251 35,289 -18,513c-38,158 43,384 43,318c0,-6 39,-55 22,-96c-27,-65 32,-133 34,-114c0,4 18,56 17,110c0,30 -13,59 -21,84c-20,63 -77,93 -79,98c-27,39 -10,16 -19,79c136,-60 149,-60 216,-103c27,-17 31,-42 42,-59c31,-50 49,-85 58,-120c14,-54 -9,-129 -7,-230c-10,-61 -43,-115 -45,-168c-7,-194 12,-391 20,-593c12,-300 -70,-451 -86,-779c-7,-140 -27,-297 7,-429c29,-114 41,-241 53,-289c1,-3 3,-7 3,-9c6,-25 11,-11 -5,-21c8,-369 -39,-473 -360,-572c-426,-132 -429,-195 -454,-489c-17,-201 -10,-48 70,-291c26,-77 83,-137 54,-283c-14,-68 -1,-147 -5,-220c-7,-104 19,-95 -40,-172l4,2z \" fill=\"#ffffff\" fill-opacity=\"0.3\" id=\"svg_2\" stroke=\"#2196f3\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"52.92\" /></svg>",
            "popularity": 2,
            "thumbnail_100x100": null,
            "thumbnail_300x300": null,
            "thumbnail_600x600": null,
            "name": "Увеличение яичка",
            "gender": 1,
            "age_min": null,
            "age_max": null,
            "slug": "uvelichenie-yaichka",
            "lead": "",
            "image": null,
            "published": 1,
            "danger": false,
            "diseases": [
                12979,
                9311
            ]
        },
        {
            "id": 2662,
            "synonyms": [
                {
                    "name": "неестественное положение тела"
                },
                {
                    "name": "Анормальное положение тела"
                },
                {
                    "name": "крючит"
                },
                {
                    "name": "корежит"
                },
                {
                    "name": "искривление"
                }
            ],
            "body_points": [
                {
                    "x": -440,
                    "y": 4058,
                    "r": 185
                },
                {
                    "x": 1392,
                    "y": 4106,
                    "r": 184
                },
                {
                    "x": 1321,
                    "y": 3130,
                    "r": 186
                },
                {
                    "x": -392,
                    "y": 3153,
                    "r": 190
                },
                {
                    "x": 83,
                    "y": 5916,
                    "r": 250
                },
                {
                    "x": 845,
                    "y": 5916,
                    "r": 249
                },
                {
                    "x": 869,
                    "y": 7416,
                    "r": 250
                },
                {
                    "x": 83,
                    "y": 7368,
                    "r": 250
                }
            ],
            "disease_count": 2,
            "svg": "<svg baseProfile=\"full\" height=\"9525\" version=\"1.1\" width=\"9525\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:ev=\"http://www.w3.org/2001/xml-events\" xmlns:xlink=\"http://www.w3.org/1999/xlink\"><defs /><circle cx=\"4762.5\" cy=\"4762.5\" fill=\"#ffffff\" id=\"svg_1\" r=\"4730\" stroke=\"#cc0000\" stroke-width=\"52.92\" /><path d=\"m5046.45996,686.46c-71,-94 -175,-151 -300,-164c-57,-6 -153,10 -212,20c1,0 0,2 0,2c-6,11 35,-22 -8,11c-19,14 1,0 -26,15c-42,23 -20,7 -52,34c-148,125 -143,175 -116,367c18,134 -37,163 20,311c26,66 29,62 46,142c32,152 107,-49 40,428c-15,103 -79,139 -160,183c-200,109 -373,109 -486,191c-129,94 -173,309 -147,529c44,378 74,157 59,623c-14,458 -37,305 -77,605c-27,207 1,432 13,640c4,61 9,151 0,236c-3,28 -17,61 -19,87c-4,38 -17,64 -23,98c-14,83 -17,167 -14,190c25,48 64,115 78,156c25,8 111,60 133,87c57,31 30,17 112,46l4,-41l-20,-32c-26,3 -81,-52 -105,-108c-7,-16 -5,-36 -5,-64c0,-36 2,-70 8,-87c15,-46 34,-7 46,15c8,15 12,34 11,56c-1,19 -11,41 -12,60c-1,16 8,32 13,43c6,14 33,2 34,0c6,-57 41,-142 40,-237c0,-33 -27,-50 -38,-93c-63,-245 -64,-246 -2,-512c36,-156 91,-326 91,-494c0,-115 -11,-174 16,-286c30,-120 27,-519 3,-775c-59,-639 30,441 80,592c14,65 -1,701 -5,737c-27,234 -69,454 -86,693c-38,552 43,892 123,1408c55,353 -37,516 -55,714c-29,313 191,954 279,1282c29,108 27,84 5,184c-15,66 18,75 -35,137c-69,80 -165,143 -194,180c49,77 400,110 495,42c13,-57 -7,-413 -15,-495c-62,-631 71,-1000 -7,-1420c-38,-206 8,-264 25,-448c8,-86 -3,-166 6,-249c8,-76 21,-146 30,-222c19,-159 37,-298 48,-462c6,-95 -1,-486 29,-540c19,32 76,990 106,1218c11,86 -1,160 6,246c17,202 62,227 28,459c-74,493 19,572 17,951c-2,271 -67,757 -48,955c76,52 134,43 250,37c80,-4 191,-9 250,-59c-11,-45 -24,-43 -57,-68c-141,-106 -111,-124 -170,-167c-6,-63 7,-46 -2,-101c-18,-110 -27,-49 17,-229c80,-322 276,-867 263,-1176c-14,-327 -132,-293 -14,-980c84,-486 119,-830 70,-1338c-21,-218 -69,-416 -81,-638c-12,-228 2,-498 5,-730c66,-183 96,-696 80,-696c0,0 -7,256 -25,464c-12,136 -38,254 -36,260c6,13 7,18 11,34c128,437 2,377 158,976c66,251 35,289 -18,513c-38,158 43,384 43,318c0,-6 39,-55 22,-96c-27,-65 32,-133 34,-114c0,4 18,56 17,110c0,30 -13,59 -21,84c-20,63 -77,93 -79,98c-27,39 -10,16 -19,79c136,-60 149,-60 216,-103c27,-17 31,-42 42,-59c31,-50 49,-85 58,-120c14,-54 -9,-129 -7,-230c-10,-61 -43,-115 -45,-168c-7,-194 12,-391 20,-593c12,-300 -70,-451 -86,-779c-7,-140 -27,-297 7,-429c29,-114 41,-241 53,-289c1,-3 3,-7 3,-9c6,-25 11,-11 -5,-21c8,-369 -39,-473 -360,-572c-426,-132 -429,-195 -454,-489c-17,-201 -10,-48 70,-291c26,-77 83,-137 54,-283c-14,-68 -1,-147 -5,-220c-7,-104 19,-95 -40,-172l4,2z \" fill=\"#cc0000\" fill-opacity=\"0.3\" id=\"svg_2\" stroke=\"#cc0000\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"52.92\" /><circle cx=\"3822.5\" cy=\"4058\" fill=\"#ff0000\" fill-opacity=\"0.7\" r=\"185\" /><circle cx=\"5654.5\" cy=\"4106\" fill=\"#ff0000\" fill-opacity=\"0.7\" r=\"184\" /><circle cx=\"5583.5\" cy=\"3130\" fill=\"#ff0000\" fill-opacity=\"0.7\" r=\"186\" /><circle cx=\"3870.5\" cy=\"3153\" fill=\"#ff0000\" fill-opacity=\"0.7\" r=\"190\" /><circle cx=\"4345.5\" cy=\"5916\" fill=\"#ff0000\" fill-opacity=\"0.7\" r=\"250\" /><circle cx=\"5107.5\" cy=\"5916\" fill=\"#ff0000\" fill-opacity=\"0.7\" r=\"249\" /><circle cx=\"5131.5\" cy=\"7416\" fill=\"#ff0000\" fill-opacity=\"0.7\" r=\"250\" /><circle cx=\"4345.5\" cy=\"7368\" fill=\"#ff0000\" fill-opacity=\"0.7\" r=\"250\" /></svg>",
            "popularity": 2,
            "thumbnail_100x100": null,
            "thumbnail_300x300": null,
            "thumbnail_600x600": null,
            "name": "Анормальное положение тела",
            "gender": 0,
            "age_min": 1,
            "age_max": 100,
            "slug": "anormalnoe_polozhenie_tela",
            "lead": "Уменьшение тонуса одних мышц (например разгибателей) и увеличение тонуса других мышц (например сгибателей) в тех или других конечностях",
            "image": null,
            "published": 1,
            "danger": true,
            "diseases": [
                6384,
                6419
            ]
        },
        {
            "id": 173,
            "synonyms": [],
            "body_points": [],
            "disease_count": 2,
            "svg": "<svg baseProfile=\"full\" height=\"9525\" version=\"1.1\" width=\"9525\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:ev=\"http://www.w3.org/2001/xml-events\" xmlns:xlink=\"http://www.w3.org/1999/xlink\"><defs /><circle cx=\"4762.5\" cy=\"4762.5\" fill=\"#ffffff\" id=\"svg_1\" r=\"4730\" stroke=\"#2196f3\" stroke-width=\"52.92\" /><path d=\"m5046.45996,686.46c-71,-94 -175,-151 -300,-164c-57,-6 -153,10 -212,20c1,0 0,2 0,2c-6,11 35,-22 -8,11c-19,14 1,0 -26,15c-42,23 -20,7 -52,34c-148,125 -143,175 -116,367c18,134 -37,163 20,311c26,66 29,62 46,142c32,152 107,-49 40,428c-15,103 -79,139 -160,183c-200,109 -373,109 -486,191c-129,94 -173,309 -147,529c44,378 74,157 59,623c-14,458 -37,305 -77,605c-27,207 1,432 13,640c4,61 9,151 0,236c-3,28 -17,61 -19,87c-4,38 -17,64 -23,98c-14,83 -17,167 -14,190c25,48 64,115 78,156c25,8 111,60 133,87c57,31 30,17 112,46l4,-41l-20,-32c-26,3 -81,-52 -105,-108c-7,-16 -5,-36 -5,-64c0,-36 2,-70 8,-87c15,-46 34,-7 46,15c8,15 12,34 11,56c-1,19 -11,41 -12,60c-1,16 8,32 13,43c6,14 33,2 34,0c6,-57 41,-142 40,-237c0,-33 -27,-50 -38,-93c-63,-245 -64,-246 -2,-512c36,-156 91,-326 91,-494c0,-115 -11,-174 16,-286c30,-120 27,-519 3,-775c-59,-639 30,441 80,592c14,65 -1,701 -5,737c-27,234 -69,454 -86,693c-38,552 43,892 123,1408c55,353 -37,516 -55,714c-29,313 191,954 279,1282c29,108 27,84 5,184c-15,66 18,75 -35,137c-69,80 -165,143 -194,180c49,77 400,110 495,42c13,-57 -7,-413 -15,-495c-62,-631 71,-1000 -7,-1420c-38,-206 8,-264 25,-448c8,-86 -3,-166 6,-249c8,-76 21,-146 30,-222c19,-159 37,-298 48,-462c6,-95 -1,-486 29,-540c19,32 76,990 106,1218c11,86 -1,160 6,246c17,202 62,227 28,459c-74,493 19,572 17,951c-2,271 -67,757 -48,955c76,52 134,43 250,37c80,-4 191,-9 250,-59c-11,-45 -24,-43 -57,-68c-141,-106 -111,-124 -170,-167c-6,-63 7,-46 -2,-101c-18,-110 -27,-49 17,-229c80,-322 276,-867 263,-1176c-14,-327 -132,-293 -14,-980c84,-486 119,-830 70,-1338c-21,-218 -69,-416 -81,-638c-12,-228 2,-498 5,-730c66,-183 96,-696 80,-696c0,0 -7,256 -25,464c-12,136 -38,254 -36,260c6,13 7,18 11,34c128,437 2,377 158,976c66,251 35,289 -18,513c-38,158 43,384 43,318c0,-6 39,-55 22,-96c-27,-65 32,-133 34,-114c0,4 18,56 17,110c0,30 -13,59 -21,84c-20,63 -77,93 -79,98c-27,39 -10,16 -19,79c136,-60 149,-60 216,-103c27,-17 31,-42 42,-59c31,-50 49,-85 58,-120c14,-54 -9,-129 -7,-230c-10,-61 -43,-115 -45,-168c-7,-194 12,-391 20,-593c12,-300 -70,-451 -86,-779c-7,-140 -27,-297 7,-429c29,-114 41,-241 53,-289c1,-3 3,-7 3,-9c6,-25 11,-11 -5,-21c8,-369 -39,-473 -360,-572c-426,-132 -429,-195 -454,-489c-17,-201 -10,-48 70,-291c26,-77 83,-137 54,-283c-14,-68 -1,-147 -5,-220c-7,-104 19,-95 -40,-172l4,2z \" fill=\"#ffffff\" fill-opacity=\"0.3\" id=\"svg_2\" stroke=\"#2196f3\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"52.92\" /></svg>",
            "popularity": 2,
            "thumbnail_100x100": null,
            "thumbnail_300x300": null,
            "thumbnail_600x600": null,
            "name": "Шелушение кожи соска",
            "gender": 0,
            "age_min": null,
            "age_max": null,
            "slug": "shelushenie-kozhi-soska",
            "lead": "",
            "image": null,
            "published": 1,
            "danger": false,
            "diseases": [
                8937,
                8929
            ]
        },
        {
            "id": 177,
            "synonyms": [],
            "body_points": [],
            "disease_count": 2,
            "svg": "<svg baseProfile=\"full\" height=\"9525\" version=\"1.1\" width=\"9525\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:ev=\"http://www.w3.org/2001/xml-events\" xmlns:xlink=\"http://www.w3.org/1999/xlink\"><defs /><circle cx=\"4762.5\" cy=\"4762.5\" fill=\"#ffffff\" id=\"svg_1\" r=\"4730\" stroke=\"#2196f3\" stroke-width=\"52.92\" /><path d=\"m5046.45996,686.46c-71,-94 -175,-151 -300,-164c-57,-6 -153,10 -212,20c1,0 0,2 0,2c-6,11 35,-22 -8,11c-19,14 1,0 -26,15c-42,23 -20,7 -52,34c-148,125 -143,175 -116,367c18,134 -37,163 20,311c26,66 29,62 46,142c32,152 107,-49 40,428c-15,103 -79,139 -160,183c-200,109 -373,109 -486,191c-129,94 -173,309 -147,529c44,378 74,157 59,623c-14,458 -37,305 -77,605c-27,207 1,432 13,640c4,61 9,151 0,236c-3,28 -17,61 -19,87c-4,38 -17,64 -23,98c-14,83 -17,167 -14,190c25,48 64,115 78,156c25,8 111,60 133,87c57,31 30,17 112,46l4,-41l-20,-32c-26,3 -81,-52 -105,-108c-7,-16 -5,-36 -5,-64c0,-36 2,-70 8,-87c15,-46 34,-7 46,15c8,15 12,34 11,56c-1,19 -11,41 -12,60c-1,16 8,32 13,43c6,14 33,2 34,0c6,-57 41,-142 40,-237c0,-33 -27,-50 -38,-93c-63,-245 -64,-246 -2,-512c36,-156 91,-326 91,-494c0,-115 -11,-174 16,-286c30,-120 27,-519 3,-775c-59,-639 30,441 80,592c14,65 -1,701 -5,737c-27,234 -69,454 -86,693c-38,552 43,892 123,1408c55,353 -37,516 -55,714c-29,313 191,954 279,1282c29,108 27,84 5,184c-15,66 18,75 -35,137c-69,80 -165,143 -194,180c49,77 400,110 495,42c13,-57 -7,-413 -15,-495c-62,-631 71,-1000 -7,-1420c-38,-206 8,-264 25,-448c8,-86 -3,-166 6,-249c8,-76 21,-146 30,-222c19,-159 37,-298 48,-462c6,-95 -1,-486 29,-540c19,32 76,990 106,1218c11,86 -1,160 6,246c17,202 62,227 28,459c-74,493 19,572 17,951c-2,271 -67,757 -48,955c76,52 134,43 250,37c80,-4 191,-9 250,-59c-11,-45 -24,-43 -57,-68c-141,-106 -111,-124 -170,-167c-6,-63 7,-46 -2,-101c-18,-110 -27,-49 17,-229c80,-322 276,-867 263,-1176c-14,-327 -132,-293 -14,-980c84,-486 119,-830 70,-1338c-21,-218 -69,-416 -81,-638c-12,-228 2,-498 5,-730c66,-183 96,-696 80,-696c0,0 -7,256 -25,464c-12,136 -38,254 -36,260c6,13 7,18 11,34c128,437 2,377 158,976c66,251 35,289 -18,513c-38,158 43,384 43,318c0,-6 39,-55 22,-96c-27,-65 32,-133 34,-114c0,4 18,56 17,110c0,30 -13,59 -21,84c-20,63 -77,93 -79,98c-27,39 -10,16 -19,79c136,-60 149,-60 216,-103c27,-17 31,-42 42,-59c31,-50 49,-85 58,-120c14,-54 -9,-129 -7,-230c-10,-61 -43,-115 -45,-168c-7,-194 12,-391 20,-593c12,-300 -70,-451 -86,-779c-7,-140 -27,-297 7,-429c29,-114 41,-241 53,-289c1,-3 3,-7 3,-9c6,-25 11,-11 -5,-21c8,-369 -39,-473 -360,-572c-426,-132 -429,-195 -454,-489c-17,-201 -10,-48 70,-291c26,-77 83,-137 54,-283c-14,-68 -1,-147 -5,-220c-7,-104 19,-95 -40,-172l4,2z \" fill=\"#ffffff\" fill-opacity=\"0.3\" id=\"svg_2\" stroke=\"#2196f3\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"52.92\" /></svg>",
            "popularity": 2,
            "thumbnail_100x100": null,
            "thumbnail_300x300": null,
            "thumbnail_600x600": null,
            "name": "Выделение слизи",
            "gender": 0,
            "age_min": null,
            "age_max": null,
            "slug": "vydelenie-slizi",
            "lead": "",
            "image": null,
            "published": 1,
            "danger": false,
            "diseases": [
                9220,
                11727
            ]
        },
        {
            "id": 198,
            "synonyms": [],
            "body_points": [],
            "disease_count": 2,
            "svg": "<svg baseProfile=\"full\" height=\"9525\" version=\"1.1\" width=\"9525\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:ev=\"http://www.w3.org/2001/xml-events\" xmlns:xlink=\"http://www.w3.org/1999/xlink\"><defs /><circle cx=\"4762.5\" cy=\"4762.5\" fill=\"#ffffff\" id=\"svg_1\" r=\"4730\" stroke=\"#2196f3\" stroke-width=\"52.92\" /><path d=\"m5046.45996,686.46c-71,-94 -175,-151 -300,-164c-57,-6 -153,10 -212,20c1,0 0,2 0,2c-6,11 35,-22 -8,11c-19,14 1,0 -26,15c-42,23 -20,7 -52,34c-148,125 -143,175 -116,367c18,134 -37,163 20,311c26,66 29,62 46,142c32,152 107,-49 40,428c-15,103 -79,139 -160,183c-200,109 -373,109 -486,191c-129,94 -173,309 -147,529c44,378 74,157 59,623c-14,458 -37,305 -77,605c-27,207 1,432 13,640c4,61 9,151 0,236c-3,28 -17,61 -19,87c-4,38 -17,64 -23,98c-14,83 -17,167 -14,190c25,48 64,115 78,156c25,8 111,60 133,87c57,31 30,17 112,46l4,-41l-20,-32c-26,3 -81,-52 -105,-108c-7,-16 -5,-36 -5,-64c0,-36 2,-70 8,-87c15,-46 34,-7 46,15c8,15 12,34 11,56c-1,19 -11,41 -12,60c-1,16 8,32 13,43c6,14 33,2 34,0c6,-57 41,-142 40,-237c0,-33 -27,-50 -38,-93c-63,-245 -64,-246 -2,-512c36,-156 91,-326 91,-494c0,-115 -11,-174 16,-286c30,-120 27,-519 3,-775c-59,-639 30,441 80,592c14,65 -1,701 -5,737c-27,234 -69,454 -86,693c-38,552 43,892 123,1408c55,353 -37,516 -55,714c-29,313 191,954 279,1282c29,108 27,84 5,184c-15,66 18,75 -35,137c-69,80 -165,143 -194,180c49,77 400,110 495,42c13,-57 -7,-413 -15,-495c-62,-631 71,-1000 -7,-1420c-38,-206 8,-264 25,-448c8,-86 -3,-166 6,-249c8,-76 21,-146 30,-222c19,-159 37,-298 48,-462c6,-95 -1,-486 29,-540c19,32 76,990 106,1218c11,86 -1,160 6,246c17,202 62,227 28,459c-74,493 19,572 17,951c-2,271 -67,757 -48,955c76,52 134,43 250,37c80,-4 191,-9 250,-59c-11,-45 -24,-43 -57,-68c-141,-106 -111,-124 -170,-167c-6,-63 7,-46 -2,-101c-18,-110 -27,-49 17,-229c80,-322 276,-867 263,-1176c-14,-327 -132,-293 -14,-980c84,-486 119,-830 70,-1338c-21,-218 -69,-416 -81,-638c-12,-228 2,-498 5,-730c66,-183 96,-696 80,-696c0,0 -7,256 -25,464c-12,136 -38,254 -36,260c6,13 7,18 11,34c128,437 2,377 158,976c66,251 35,289 -18,513c-38,158 43,384 43,318c0,-6 39,-55 22,-96c-27,-65 32,-133 34,-114c0,4 18,56 17,110c0,30 -13,59 -21,84c-20,63 -77,93 -79,98c-27,39 -10,16 -19,79c136,-60 149,-60 216,-103c27,-17 31,-42 42,-59c31,-50 49,-85 58,-120c14,-54 -9,-129 -7,-230c-10,-61 -43,-115 -45,-168c-7,-194 12,-391 20,-593c12,-300 -70,-451 -86,-779c-7,-140 -27,-297 7,-429c29,-114 41,-241 53,-289c1,-3 3,-7 3,-9c6,-25 11,-11 -5,-21c8,-369 -39,-473 -360,-572c-426,-132 -429,-195 -454,-489c-17,-201 -10,-48 70,-291c26,-77 83,-137 54,-283c-14,-68 -1,-147 -5,-220c-7,-104 19,-95 -40,-172l4,2z \" fill=\"#ffffff\" fill-opacity=\"0.3\" id=\"svg_2\" stroke=\"#2196f3\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"52.92\" /></svg>",
            "popularity": 2,
            "thumbnail_100x100": null,
            "thumbnail_300x300": null,
            "thumbnail_600x600": null,
            "name": "Деформированный прикус",
            "gender": 0,
            "age_min": null,
            "age_max": null,
            "slug": "deformirovannyj-prikus",
            "lead": "",
            "image": null,
            "published": 1,
            "danger": false,
            "diseases": [
                14158,
                14876
            ]
        },
        {
            "id": 2946,
            "synonyms": [
                {
                    "name": "локальная гипертермия "
                },
                {
                    "name": "горячая на ощупь"
                }
            ],
            "body_points": [],
            "disease_count": 2,
            "svg": "<svg baseProfile=\"full\" height=\"9525\" version=\"1.1\" width=\"9525\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:ev=\"http://www.w3.org/2001/xml-events\" xmlns:xlink=\"http://www.w3.org/1999/xlink\"><defs /><circle cx=\"4762.5\" cy=\"4762.5\" fill=\"#ffffff\" id=\"svg_1\" r=\"4730\" stroke=\"#2196f3\" stroke-width=\"52.92\" /><path d=\"m5046.45996,686.46c-71,-94 -175,-151 -300,-164c-57,-6 -153,10 -212,20c1,0 0,2 0,2c-6,11 35,-22 -8,11c-19,14 1,0 -26,15c-42,23 -20,7 -52,34c-148,125 -143,175 -116,367c18,134 -37,163 20,311c26,66 29,62 46,142c32,152 107,-49 40,428c-15,103 -79,139 -160,183c-200,109 -373,109 -486,191c-129,94 -173,309 -147,529c44,378 74,157 59,623c-14,458 -37,305 -77,605c-27,207 1,432 13,640c4,61 9,151 0,236c-3,28 -17,61 -19,87c-4,38 -17,64 -23,98c-14,83 -17,167 -14,190c25,48 64,115 78,156c25,8 111,60 133,87c57,31 30,17 112,46l4,-41l-20,-32c-26,3 -81,-52 -105,-108c-7,-16 -5,-36 -5,-64c0,-36 2,-70 8,-87c15,-46 34,-7 46,15c8,15 12,34 11,56c-1,19 -11,41 -12,60c-1,16 8,32 13,43c6,14 33,2 34,0c6,-57 41,-142 40,-237c0,-33 -27,-50 -38,-93c-63,-245 -64,-246 -2,-512c36,-156 91,-326 91,-494c0,-115 -11,-174 16,-286c30,-120 27,-519 3,-775c-59,-639 30,441 80,592c14,65 -1,701 -5,737c-27,234 -69,454 -86,693c-38,552 43,892 123,1408c55,353 -37,516 -55,714c-29,313 191,954 279,1282c29,108 27,84 5,184c-15,66 18,75 -35,137c-69,80 -165,143 -194,180c49,77 400,110 495,42c13,-57 -7,-413 -15,-495c-62,-631 71,-1000 -7,-1420c-38,-206 8,-264 25,-448c8,-86 -3,-166 6,-249c8,-76 21,-146 30,-222c19,-159 37,-298 48,-462c6,-95 -1,-486 29,-540c19,32 76,990 106,1218c11,86 -1,160 6,246c17,202 62,227 28,459c-74,493 19,572 17,951c-2,271 -67,757 -48,955c76,52 134,43 250,37c80,-4 191,-9 250,-59c-11,-45 -24,-43 -57,-68c-141,-106 -111,-124 -170,-167c-6,-63 7,-46 -2,-101c-18,-110 -27,-49 17,-229c80,-322 276,-867 263,-1176c-14,-327 -132,-293 -14,-980c84,-486 119,-830 70,-1338c-21,-218 -69,-416 -81,-638c-12,-228 2,-498 5,-730c66,-183 96,-696 80,-696c0,0 -7,256 -25,464c-12,136 -38,254 -36,260c6,13 7,18 11,34c128,437 2,377 158,976c66,251 35,289 -18,513c-38,158 43,384 43,318c0,-6 39,-55 22,-96c-27,-65 32,-133 34,-114c0,4 18,56 17,110c0,30 -13,59 -21,84c-20,63 -77,93 -79,98c-27,39 -10,16 -19,79c136,-60 149,-60 216,-103c27,-17 31,-42 42,-59c31,-50 49,-85 58,-120c14,-54 -9,-129 -7,-230c-10,-61 -43,-115 -45,-168c-7,-194 12,-391 20,-593c12,-300 -70,-451 -86,-779c-7,-140 -27,-297 7,-429c29,-114 41,-241 53,-289c1,-3 3,-7 3,-9c6,-25 11,-11 -5,-21c8,-369 -39,-473 -360,-572c-426,-132 -429,-195 -454,-489c-17,-201 -10,-48 70,-291c26,-77 83,-137 54,-283c-14,-68 -1,-147 -5,-220c-7,-104 19,-95 -40,-172l4,2z \" fill=\"#ffffff\" fill-opacity=\"0.3\" id=\"svg_2\" stroke=\"#2196f3\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"52.92\" /></svg>",
            "popularity": 2,
            "thumbnail_100x100": null,
            "thumbnail_300x300": null,
            "thumbnail_600x600": null,
            "name": "повышение местной температуры",
            "gender": 0,
            "age_min": 0,
            "age_max": 100,
            "slug": "povyshenie_mestnoy_temperatury",
            "lead": "",
            "image": null,
            "published": 1,
            "danger": false,
            "diseases": [
                6718,
                6567
            ]
        },
        {
            "id": 99,
            "synonyms": [],
            "body_points": [],
            "disease_count": 2,
            "svg": "<svg baseProfile=\"full\" height=\"9525\" version=\"1.1\" width=\"9525\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:ev=\"http://www.w3.org/2001/xml-events\" xmlns:xlink=\"http://www.w3.org/1999/xlink\"><defs /><circle cx=\"4762.5\" cy=\"4762.5\" fill=\"#ffffff\" id=\"svg_1\" r=\"4730\" stroke=\"#2196f3\" stroke-width=\"52.92\" /><path d=\"m5146.45996,1464.46c-32,-94 -8,-79 -2,-91c24,75 42,99 108,123c-16,-1 -20,5 -43,-41c-10,-19 -17,-42 -23,-67c-40,-172 -9,-354 -31,-527c-29,-238 -146,-341 -395,-352c-253,-11 -378,104 -418,325c-44,244 25,437 -89,670c57,-27 54,-45 95,-98c5,43 2,83 -12,118c-17,45 -20,37 -49,67c43,-17 43,-18 87,-28c-15,56 -18,55 -49,87c55,-36 99,-96 148,-125l-11,103c0,-20 34,-62 49,-78c35,-34 -14,4 40,-28c19,573 -497,513 -642,605c-157,100 -94,865 -94,1071c0,286 -32,443 -92,699c-56,242 29,645 -27,843c-27,95 -4,53 -10,133c-11,157 -66,242 -78,332c0,0 -2,111 3,116c27,30 38,87 78,135c38,45 103,73 178,135c-4,-14 8,-20 3,-31c-22,-61 -67,-88 -86,-114c-23,-31 -34,-63 -20,-150c5,-33 14,-51 25,-103l22,22c19,26 41,61 41,78c0,19 -12,49 -20,88c-5,26 -4,35 5,61c25,-30 49,-78 61,-117c11,-37 12,-79 12,-111c0,-63 -21,-78 -38,-137c-8,-28 -23,-41 -27,-72c-5,-35 -6,-109 -7,-144c-12,-325 240,-872 252,-1192c9,-226 -1,-455 12,-682c0,-7 -14,-274 -14,-281c2,6 19,272 22,280c42,154 120,673 98,786c-42,222 -173,447 -224,694c-104,504 71,1065 188,1543c39,159 68,229 37,404c-58,337 -88,529 17,882c95,318 189,658 253,994c47,245 -16,165 -1,295c4,37 4,47 -15,83c-21,39 -79,90 -106,118c-49,52 -79,45 -101,105c43,48 124,52 205,59c88,7 137,14 212,2c84,-259 6,-910 6,-1208c0,-249 33,-485 9,-735c-10,-106 -24,-217 -33,-327c-12,-139 13,-204 30,-328c27,-192 30,-840 21,-1082c-2,-56 -24,-262 -15,-309c8,-44 5,-21 22,-44c88,-1 71,-20 72,103c-18,291 -26,1080 4,1324c24,189 45,211 22,422c-58,529 0,812 -27,1314c-11,214 -39,651 10,848c38,58 370,12 439,-39c-24,-55 -77,-81 -122,-119c-65,-54 -124,-121 -108,-207c10,-54 2,-2 -19,-63c-75,-221 358,-1294 339,-1687c-17,-349 -114,-426 -21,-792c62,-246 118,-492 168,-743c64,-325 106,-448 37,-793c-27,-136 -65,-227 -107,-349c-174,-503 -166,-366 -74,-956c14,-89 21,-147 30,-169c2,-6 49,-296 49,-297c2,-8 -42,276 -23,276c0,3 0,6 0,9c13,682 -17,604 153,1272c41,159 120,447 112,602c-6,108 -43,183 -54,301c-3,34 0,88 9,136c10,51 28,97 54,110c10,-40 2,-63 -3,-97c-3,-20 -4,-45 -1,-80c2,-21 6,-45 12,-74c23,22 19,0 39,55c5,14 16,33 16,46c2,72 1,91 -6,134c-11,60 -78,111 -88,170c7,-4 64,-23 88,-54c46,-58 99,-105 109,-109c-1,-16 37,-120 50,-139c7,-22 -3,-49 -4,-73c-3,-55 -12,-111 -31,-171c-22,-69 -48,-128 -40,-187c-10,-64 1,-18 -10,-117c-47,-215 34,-581 -31,-868c-73,-322 -88,-280 -86,-645c6,-1394 33,-949 -489,-1219c-27,-14 -52,-25 -76,-43c-142,-107 -161,-246 -166,-439c27,23 4,-8 38,39c11,15 58,81 53,89l-20,-148c66,39 77,98 163,115c-2,-3 -6,-7 -8,-8c-23,-26 -35,-38 -47,-76c-22,-72 9,-52 22,-61l6,3z \" fill=\"#ffffff\" fill-opacity=\"0.3\" id=\"svg_2\" stroke=\"#2196f3\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"52.92\" /></svg>",
            "popularity": 2,
            "thumbnail_100x100": null,
            "thumbnail_300x300": null,
            "thumbnail_600x600": null,
            "name": "Боль при родах",
            "gender": 2,
            "age_min": null,
            "age_max": null,
            "slug": "bol-pri-rodah",
            "lead": "",
            "image": null,
            "published": 1,
            "danger": false,
            "diseases": [
                13429,
                6992
            ]
        },
        {
            "id": 175,
            "synonyms": [],
            "body_points": [],
            "disease_count": 2,
            "svg": "<svg baseProfile=\"full\" height=\"9525\" version=\"1.1\" width=\"9525\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:ev=\"http://www.w3.org/2001/xml-events\" xmlns:xlink=\"http://www.w3.org/1999/xlink\"><defs /><circle cx=\"4762.5\" cy=\"4762.5\" fill=\"#ffffff\" id=\"svg_1\" r=\"4730\" stroke=\"#2196f3\" stroke-width=\"52.92\" /><path d=\"m5046.45996,686.46c-71,-94 -175,-151 -300,-164c-57,-6 -153,10 -212,20c1,0 0,2 0,2c-6,11 35,-22 -8,11c-19,14 1,0 -26,15c-42,23 -20,7 -52,34c-148,125 -143,175 -116,367c18,134 -37,163 20,311c26,66 29,62 46,142c32,152 107,-49 40,428c-15,103 -79,139 -160,183c-200,109 -373,109 -486,191c-129,94 -173,309 -147,529c44,378 74,157 59,623c-14,458 -37,305 -77,605c-27,207 1,432 13,640c4,61 9,151 0,236c-3,28 -17,61 -19,87c-4,38 -17,64 -23,98c-14,83 -17,167 -14,190c25,48 64,115 78,156c25,8 111,60 133,87c57,31 30,17 112,46l4,-41l-20,-32c-26,3 -81,-52 -105,-108c-7,-16 -5,-36 -5,-64c0,-36 2,-70 8,-87c15,-46 34,-7 46,15c8,15 12,34 11,56c-1,19 -11,41 -12,60c-1,16 8,32 13,43c6,14 33,2 34,0c6,-57 41,-142 40,-237c0,-33 -27,-50 -38,-93c-63,-245 -64,-246 -2,-512c36,-156 91,-326 91,-494c0,-115 -11,-174 16,-286c30,-120 27,-519 3,-775c-59,-639 30,441 80,592c14,65 -1,701 -5,737c-27,234 -69,454 -86,693c-38,552 43,892 123,1408c55,353 -37,516 -55,714c-29,313 191,954 279,1282c29,108 27,84 5,184c-15,66 18,75 -35,137c-69,80 -165,143 -194,180c49,77 400,110 495,42c13,-57 -7,-413 -15,-495c-62,-631 71,-1000 -7,-1420c-38,-206 8,-264 25,-448c8,-86 -3,-166 6,-249c8,-76 21,-146 30,-222c19,-159 37,-298 48,-462c6,-95 -1,-486 29,-540c19,32 76,990 106,1218c11,86 -1,160 6,246c17,202 62,227 28,459c-74,493 19,572 17,951c-2,271 -67,757 -48,955c76,52 134,43 250,37c80,-4 191,-9 250,-59c-11,-45 -24,-43 -57,-68c-141,-106 -111,-124 -170,-167c-6,-63 7,-46 -2,-101c-18,-110 -27,-49 17,-229c80,-322 276,-867 263,-1176c-14,-327 -132,-293 -14,-980c84,-486 119,-830 70,-1338c-21,-218 -69,-416 -81,-638c-12,-228 2,-498 5,-730c66,-183 96,-696 80,-696c0,0 -7,256 -25,464c-12,136 -38,254 -36,260c6,13 7,18 11,34c128,437 2,377 158,976c66,251 35,289 -18,513c-38,158 43,384 43,318c0,-6 39,-55 22,-96c-27,-65 32,-133 34,-114c0,4 18,56 17,110c0,30 -13,59 -21,84c-20,63 -77,93 -79,98c-27,39 -10,16 -19,79c136,-60 149,-60 216,-103c27,-17 31,-42 42,-59c31,-50 49,-85 58,-120c14,-54 -9,-129 -7,-230c-10,-61 -43,-115 -45,-168c-7,-194 12,-391 20,-593c12,-300 -70,-451 -86,-779c-7,-140 -27,-297 7,-429c29,-114 41,-241 53,-289c1,-3 3,-7 3,-9c6,-25 11,-11 -5,-21c8,-369 -39,-473 -360,-572c-426,-132 -429,-195 -454,-489c-17,-201 -10,-48 70,-291c26,-77 83,-137 54,-283c-14,-68 -1,-147 -5,-220c-7,-104 19,-95 -40,-172l4,2z \" fill=\"#ffffff\" fill-opacity=\"0.3\" id=\"svg_2\" stroke=\"#2196f3\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"52.92\" /></svg>",
            "popularity": 2,
            "thumbnail_100x100": null,
            "thumbnail_300x300": null,
            "thumbnail_600x600": null,
            "name": "Втягивание соска или ареолы",
            "gender": 0,
            "age_min": null,
            "age_max": null,
            "slug": "vtyagivanie-soska-ili-areoly",
            "lead": "",
            "image": null,
            "published": 1,
            "danger": false,
            "diseases": [
                8937,
                8929
            ]
        },
        {
            "id": 98,
            "synonyms": [],
            "body_points": [],
            "disease_count": 2,
            "svg": "<svg baseProfile=\"full\" height=\"9525\" version=\"1.1\" width=\"9525\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:ev=\"http://www.w3.org/2001/xml-events\" xmlns:xlink=\"http://www.w3.org/1999/xlink\"><defs /><circle cx=\"4762.5\" cy=\"4762.5\" fill=\"#ffffff\" id=\"svg_1\" r=\"4730\" stroke=\"#2196f3\" stroke-width=\"52.92\" /><path d=\"m5146.45996,1464.46c-32,-94 -8,-79 -2,-91c24,75 42,99 108,123c-16,-1 -20,5 -43,-41c-10,-19 -17,-42 -23,-67c-40,-172 -9,-354 -31,-527c-29,-238 -146,-341 -395,-352c-253,-11 -378,104 -418,325c-44,244 25,437 -89,670c57,-27 54,-45 95,-98c5,43 2,83 -12,118c-17,45 -20,37 -49,67c43,-17 43,-18 87,-28c-15,56 -18,55 -49,87c55,-36 99,-96 148,-125l-11,103c0,-20 34,-62 49,-78c35,-34 -14,4 40,-28c19,573 -497,513 -642,605c-157,100 -94,865 -94,1071c0,286 -32,443 -92,699c-56,242 29,645 -27,843c-27,95 -4,53 -10,133c-11,157 -66,242 -78,332c0,0 -2,111 3,116c27,30 38,87 78,135c38,45 103,73 178,135c-4,-14 8,-20 3,-31c-22,-61 -67,-88 -86,-114c-23,-31 -34,-63 -20,-150c5,-33 14,-51 25,-103l22,22c19,26 41,61 41,78c0,19 -12,49 -20,88c-5,26 -4,35 5,61c25,-30 49,-78 61,-117c11,-37 12,-79 12,-111c0,-63 -21,-78 -38,-137c-8,-28 -23,-41 -27,-72c-5,-35 -6,-109 -7,-144c-12,-325 240,-872 252,-1192c9,-226 -1,-455 12,-682c0,-7 -14,-274 -14,-281c2,6 19,272 22,280c42,154 120,673 98,786c-42,222 -173,447 -224,694c-104,504 71,1065 188,1543c39,159 68,229 37,404c-58,337 -88,529 17,882c95,318 189,658 253,994c47,245 -16,165 -1,295c4,37 4,47 -15,83c-21,39 -79,90 -106,118c-49,52 -79,45 -101,105c43,48 124,52 205,59c88,7 137,14 212,2c84,-259 6,-910 6,-1208c0,-249 33,-485 9,-735c-10,-106 -24,-217 -33,-327c-12,-139 13,-204 30,-328c27,-192 30,-840 21,-1082c-2,-56 -24,-262 -15,-309c8,-44 5,-21 22,-44c88,-1 71,-20 72,103c-18,291 -26,1080 4,1324c24,189 45,211 22,422c-58,529 0,812 -27,1314c-11,214 -39,651 10,848c38,58 370,12 439,-39c-24,-55 -77,-81 -122,-119c-65,-54 -124,-121 -108,-207c10,-54 2,-2 -19,-63c-75,-221 358,-1294 339,-1687c-17,-349 -114,-426 -21,-792c62,-246 118,-492 168,-743c64,-325 106,-448 37,-793c-27,-136 -65,-227 -107,-349c-174,-503 -166,-366 -74,-956c14,-89 21,-147 30,-169c2,-6 49,-296 49,-297c2,-8 -42,276 -23,276c0,3 0,6 0,9c13,682 -17,604 153,1272c41,159 120,447 112,602c-6,108 -43,183 -54,301c-3,34 0,88 9,136c10,51 28,97 54,110c10,-40 2,-63 -3,-97c-3,-20 -4,-45 -1,-80c2,-21 6,-45 12,-74c23,22 19,0 39,55c5,14 16,33 16,46c2,72 1,91 -6,134c-11,60 -78,111 -88,170c7,-4 64,-23 88,-54c46,-58 99,-105 109,-109c-1,-16 37,-120 50,-139c7,-22 -3,-49 -4,-73c-3,-55 -12,-111 -31,-171c-22,-69 -48,-128 -40,-187c-10,-64 1,-18 -10,-117c-47,-215 34,-581 -31,-868c-73,-322 -88,-280 -86,-645c6,-1394 33,-949 -489,-1219c-27,-14 -52,-25 -76,-43c-142,-107 -161,-246 -166,-439c27,23 4,-8 38,39c11,15 58,81 53,89l-20,-148c66,39 77,98 163,115c-2,-3 -6,-7 -8,-8c-23,-26 -35,-38 -47,-76c-22,-72 9,-52 22,-61l6,3z \" fill=\"#ffffff\" fill-opacity=\"0.3\" id=\"svg_2\" stroke=\"#2196f3\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"52.92\" /></svg>",
            "popularity": 2,
            "thumbnail_100x100": null,
            "thumbnail_300x300": null,
            "thumbnail_600x600": null,
            "name": "Разрыв матки",
            "gender": 2,
            "age_min": null,
            "age_max": null,
            "slug": "razryv-matki",
            "lead": "",
            "image": null,
            "published": 1,
            "danger": false,
            "diseases": [
                13477,
                6992
            ]
        },
        {
            "id": 194,
            "synonyms": [],
            "body_points": [],
            "disease_count": 2,
            "svg": "<svg baseProfile=\"full\" height=\"9525\" version=\"1.1\" width=\"9525\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:ev=\"http://www.w3.org/2001/xml-events\" xmlns:xlink=\"http://www.w3.org/1999/xlink\"><defs /><circle cx=\"4762.5\" cy=\"4762.5\" fill=\"#ffffff\" id=\"svg_1\" r=\"4730\" stroke=\"#2196f3\" stroke-width=\"52.92\" /><path d=\"m5046.45996,686.46c-71,-94 -175,-151 -300,-164c-57,-6 -153,10 -212,20c1,0 0,2 0,2c-6,11 35,-22 -8,11c-19,14 1,0 -26,15c-42,23 -20,7 -52,34c-148,125 -143,175 -116,367c18,134 -37,163 20,311c26,66 29,62 46,142c32,152 107,-49 40,428c-15,103 -79,139 -160,183c-200,109 -373,109 -486,191c-129,94 -173,309 -147,529c44,378 74,157 59,623c-14,458 -37,305 -77,605c-27,207 1,432 13,640c4,61 9,151 0,236c-3,28 -17,61 -19,87c-4,38 -17,64 -23,98c-14,83 -17,167 -14,190c25,48 64,115 78,156c25,8 111,60 133,87c57,31 30,17 112,46l4,-41l-20,-32c-26,3 -81,-52 -105,-108c-7,-16 -5,-36 -5,-64c0,-36 2,-70 8,-87c15,-46 34,-7 46,15c8,15 12,34 11,56c-1,19 -11,41 -12,60c-1,16 8,32 13,43c6,14 33,2 34,0c6,-57 41,-142 40,-237c0,-33 -27,-50 -38,-93c-63,-245 -64,-246 -2,-512c36,-156 91,-326 91,-494c0,-115 -11,-174 16,-286c30,-120 27,-519 3,-775c-59,-639 30,441 80,592c14,65 -1,701 -5,737c-27,234 -69,454 -86,693c-38,552 43,892 123,1408c55,353 -37,516 -55,714c-29,313 191,954 279,1282c29,108 27,84 5,184c-15,66 18,75 -35,137c-69,80 -165,143 -194,180c49,77 400,110 495,42c13,-57 -7,-413 -15,-495c-62,-631 71,-1000 -7,-1420c-38,-206 8,-264 25,-448c8,-86 -3,-166 6,-249c8,-76 21,-146 30,-222c19,-159 37,-298 48,-462c6,-95 -1,-486 29,-540c19,32 76,990 106,1218c11,86 -1,160 6,246c17,202 62,227 28,459c-74,493 19,572 17,951c-2,271 -67,757 -48,955c76,52 134,43 250,37c80,-4 191,-9 250,-59c-11,-45 -24,-43 -57,-68c-141,-106 -111,-124 -170,-167c-6,-63 7,-46 -2,-101c-18,-110 -27,-49 17,-229c80,-322 276,-867 263,-1176c-14,-327 -132,-293 -14,-980c84,-486 119,-830 70,-1338c-21,-218 -69,-416 -81,-638c-12,-228 2,-498 5,-730c66,-183 96,-696 80,-696c0,0 -7,256 -25,464c-12,136 -38,254 -36,260c6,13 7,18 11,34c128,437 2,377 158,976c66,251 35,289 -18,513c-38,158 43,384 43,318c0,-6 39,-55 22,-96c-27,-65 32,-133 34,-114c0,4 18,56 17,110c0,30 -13,59 -21,84c-20,63 -77,93 -79,98c-27,39 -10,16 -19,79c136,-60 149,-60 216,-103c27,-17 31,-42 42,-59c31,-50 49,-85 58,-120c14,-54 -9,-129 -7,-230c-10,-61 -43,-115 -45,-168c-7,-194 12,-391 20,-593c12,-300 -70,-451 -86,-779c-7,-140 -27,-297 7,-429c29,-114 41,-241 53,-289c1,-3 3,-7 3,-9c6,-25 11,-11 -5,-21c8,-369 -39,-473 -360,-572c-426,-132 -429,-195 -454,-489c-17,-201 -10,-48 70,-291c26,-77 83,-137 54,-283c-14,-68 -1,-147 -5,-220c-7,-104 19,-95 -40,-172l4,2z \" fill=\"#ffffff\" fill-opacity=\"0.3\" id=\"svg_2\" stroke=\"#2196f3\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"52.92\" /></svg>",
            "popularity": 2,
            "thumbnail_100x100": null,
            "thumbnail_300x300": null,
            "thumbnail_600x600": null,
            "name": "Увеличенный язык",
            "gender": 0,
            "age_min": null,
            "age_max": null,
            "slug": "uvelichennyj-yazyk",
            "lead": "",
            "image": null,
            "published": 1,
            "danger": false,
            "diseases": [
                14158,
                9201
            ]
        },
        {
            "id": 2743,
            "synonyms": [
                {
                    "name": "хроническая боль"
                }
            ],
            "body_points": [],
            "disease_count": 1,
            "svg": "<svg baseProfile=\"full\" height=\"9525\" version=\"1.1\" width=\"9525\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:ev=\"http://www.w3.org/2001/xml-events\" xmlns:xlink=\"http://www.w3.org/1999/xlink\"><defs /><circle cx=\"4762.5\" cy=\"4762.5\" fill=\"#ffffff\" id=\"svg_1\" r=\"4730\" stroke=\"#cc0000\" stroke-width=\"52.92\" /><path d=\"m5046.45996,686.46c-71,-94 -175,-151 -300,-164c-57,-6 -153,10 -212,20c1,0 0,2 0,2c-6,11 35,-22 -8,11c-19,14 1,0 -26,15c-42,23 -20,7 -52,34c-148,125 -143,175 -116,367c18,134 -37,163 20,311c26,66 29,62 46,142c32,152 107,-49 40,428c-15,103 -79,139 -160,183c-200,109 -373,109 -486,191c-129,94 -173,309 -147,529c44,378 74,157 59,623c-14,458 -37,305 -77,605c-27,207 1,432 13,640c4,61 9,151 0,236c-3,28 -17,61 -19,87c-4,38 -17,64 -23,98c-14,83 -17,167 -14,190c25,48 64,115 78,156c25,8 111,60 133,87c57,31 30,17 112,46l4,-41l-20,-32c-26,3 -81,-52 -105,-108c-7,-16 -5,-36 -5,-64c0,-36 2,-70 8,-87c15,-46 34,-7 46,15c8,15 12,34 11,56c-1,19 -11,41 -12,60c-1,16 8,32 13,43c6,14 33,2 34,0c6,-57 41,-142 40,-237c0,-33 -27,-50 -38,-93c-63,-245 -64,-246 -2,-512c36,-156 91,-326 91,-494c0,-115 -11,-174 16,-286c30,-120 27,-519 3,-775c-59,-639 30,441 80,592c14,65 -1,701 -5,737c-27,234 -69,454 -86,693c-38,552 43,892 123,1408c55,353 -37,516 -55,714c-29,313 191,954 279,1282c29,108 27,84 5,184c-15,66 18,75 -35,137c-69,80 -165,143 -194,180c49,77 400,110 495,42c13,-57 -7,-413 -15,-495c-62,-631 71,-1000 -7,-1420c-38,-206 8,-264 25,-448c8,-86 -3,-166 6,-249c8,-76 21,-146 30,-222c19,-159 37,-298 48,-462c6,-95 -1,-486 29,-540c19,32 76,990 106,1218c11,86 -1,160 6,246c17,202 62,227 28,459c-74,493 19,572 17,951c-2,271 -67,757 -48,955c76,52 134,43 250,37c80,-4 191,-9 250,-59c-11,-45 -24,-43 -57,-68c-141,-106 -111,-124 -170,-167c-6,-63 7,-46 -2,-101c-18,-110 -27,-49 17,-229c80,-322 276,-867 263,-1176c-14,-327 -132,-293 -14,-980c84,-486 119,-830 70,-1338c-21,-218 -69,-416 -81,-638c-12,-228 2,-498 5,-730c66,-183 96,-696 80,-696c0,0 -7,256 -25,464c-12,136 -38,254 -36,260c6,13 7,18 11,34c128,437 2,377 158,976c66,251 35,289 -18,513c-38,158 43,384 43,318c0,-6 39,-55 22,-96c-27,-65 32,-133 34,-114c0,4 18,56 17,110c0,30 -13,59 -21,84c-20,63 -77,93 -79,98c-27,39 -10,16 -19,79c136,-60 149,-60 216,-103c27,-17 31,-42 42,-59c31,-50 49,-85 58,-120c14,-54 -9,-129 -7,-230c-10,-61 -43,-115 -45,-168c-7,-194 12,-391 20,-593c12,-300 -70,-451 -86,-779c-7,-140 -27,-297 7,-429c29,-114 41,-241 53,-289c1,-3 3,-7 3,-9c6,-25 11,-11 -5,-21c8,-369 -39,-473 -360,-572c-426,-132 -429,-195 -454,-489c-17,-201 -10,-48 70,-291c26,-77 83,-137 54,-283c-14,-68 -1,-147 -5,-220c-7,-104 19,-95 -40,-172l4,2z \" fill=\"#ffffff\" fill-opacity=\"0.3\" id=\"svg_2\" stroke=\"#cc0000\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"52.92\" /></svg>",
            "popularity": 1,
            "thumbnail_100x100": null,
            "thumbnail_300x300": null,
            "thumbnail_600x600": null,
            "name": "Постоянная некупирующаяся боль",
            "gender": 0,
            "age_min": 1,
            "age_max": 100,
            "slug": "postoyannaya_nekupiruyuschayasya_bol",
            "lead": "",
            "image": null,
            "published": 1,
            "danger": true,
            "diseases": [
                6041
            ]
        },
        {
            "id": 179,
            "synonyms": [],
            "body_points": [],
            "disease_count": 1,
            "svg": "<svg baseProfile=\"full\" height=\"9525\" version=\"1.1\" width=\"9525\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:ev=\"http://www.w3.org/2001/xml-events\" xmlns:xlink=\"http://www.w3.org/1999/xlink\"><defs /><circle cx=\"4762.5\" cy=\"4762.5\" fill=\"#ffffff\" id=\"svg_1\" r=\"4730\" stroke=\"#2196f3\" stroke-width=\"52.92\" /><path d=\"m5046.45996,686.46c-71,-94 -175,-151 -300,-164c-57,-6 -153,10 -212,20c1,0 0,2 0,2c-6,11 35,-22 -8,11c-19,14 1,0 -26,15c-42,23 -20,7 -52,34c-148,125 -143,175 -116,367c18,134 -37,163 20,311c26,66 29,62 46,142c32,152 107,-49 40,428c-15,103 -79,139 -160,183c-200,109 -373,109 -486,191c-129,94 -173,309 -147,529c44,378 74,157 59,623c-14,458 -37,305 -77,605c-27,207 1,432 13,640c4,61 9,151 0,236c-3,28 -17,61 -19,87c-4,38 -17,64 -23,98c-14,83 -17,167 -14,190c25,48 64,115 78,156c25,8 111,60 133,87c57,31 30,17 112,46l4,-41l-20,-32c-26,3 -81,-52 -105,-108c-7,-16 -5,-36 -5,-64c0,-36 2,-70 8,-87c15,-46 34,-7 46,15c8,15 12,34 11,56c-1,19 -11,41 -12,60c-1,16 8,32 13,43c6,14 33,2 34,0c6,-57 41,-142 40,-237c0,-33 -27,-50 -38,-93c-63,-245 -64,-246 -2,-512c36,-156 91,-326 91,-494c0,-115 -11,-174 16,-286c30,-120 27,-519 3,-775c-59,-639 30,441 80,592c14,65 -1,701 -5,737c-27,234 -69,454 -86,693c-38,552 43,892 123,1408c55,353 -37,516 -55,714c-29,313 191,954 279,1282c29,108 27,84 5,184c-15,66 18,75 -35,137c-69,80 -165,143 -194,180c49,77 400,110 495,42c13,-57 -7,-413 -15,-495c-62,-631 71,-1000 -7,-1420c-38,-206 8,-264 25,-448c8,-86 -3,-166 6,-249c8,-76 21,-146 30,-222c19,-159 37,-298 48,-462c6,-95 -1,-486 29,-540c19,32 76,990 106,1218c11,86 -1,160 6,246c17,202 62,227 28,459c-74,493 19,572 17,951c-2,271 -67,757 -48,955c76,52 134,43 250,37c80,-4 191,-9 250,-59c-11,-45 -24,-43 -57,-68c-141,-106 -111,-124 -170,-167c-6,-63 7,-46 -2,-101c-18,-110 -27,-49 17,-229c80,-322 276,-867 263,-1176c-14,-327 -132,-293 -14,-980c84,-486 119,-830 70,-1338c-21,-218 -69,-416 -81,-638c-12,-228 2,-498 5,-730c66,-183 96,-696 80,-696c0,0 -7,256 -25,464c-12,136 -38,254 -36,260c6,13 7,18 11,34c128,437 2,377 158,976c66,251 35,289 -18,513c-38,158 43,384 43,318c0,-6 39,-55 22,-96c-27,-65 32,-133 34,-114c0,4 18,56 17,110c0,30 -13,59 -21,84c-20,63 -77,93 -79,98c-27,39 -10,16 -19,79c136,-60 149,-60 216,-103c27,-17 31,-42 42,-59c31,-50 49,-85 58,-120c14,-54 -9,-129 -7,-230c-10,-61 -43,-115 -45,-168c-7,-194 12,-391 20,-593c12,-300 -70,-451 -86,-779c-7,-140 -27,-297 7,-429c29,-114 41,-241 53,-289c1,-3 3,-7 3,-9c6,-25 11,-11 -5,-21c8,-369 -39,-473 -360,-572c-426,-132 -429,-195 -454,-489c-17,-201 -10,-48 70,-291c26,-77 83,-137 54,-283c-14,-68 -1,-147 -5,-220c-7,-104 19,-95 -40,-172l4,2z \" fill=\"#ffffff\" fill-opacity=\"0.3\" id=\"svg_2\" stroke=\"#2196f3\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"52.92\" /></svg>",
            "popularity": 1,
            "thumbnail_100x100": null,
            "thumbnail_300x300": null,
            "thumbnail_600x600": null,
            "name": "Изменение пигментации соска и ареолы",
            "gender": 0,
            "age_min": null,
            "age_max": null,
            "slug": "izmenenie-pigmentacii-soska-i-areoly",
            "lead": "",
            "image": null,
            "published": 1,
            "danger": false,
            "diseases": [
                8929
            ]
        },
        {
            "id": 2948,
            "synonyms": [
                {
                    "name": "локальная гипертермия "
                },
                {
                    "name": "горячая на ощупь"
                }
            ],
            "body_points": [],
            "disease_count": 1,
            "svg": "<svg baseProfile=\"full\" height=\"9525\" version=\"1.1\" width=\"9525\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:ev=\"http://www.w3.org/2001/xml-events\" xmlns:xlink=\"http://www.w3.org/1999/xlink\"><defs /><circle cx=\"4762.5\" cy=\"4762.5\" fill=\"#ffffff\" id=\"svg_1\" r=\"4730\" stroke=\"#2196f3\" stroke-width=\"52.92\" /><path d=\"m5046.45996,686.46c-71,-94 -175,-151 -300,-164c-57,-6 -153,10 -212,20c1,0 0,2 0,2c-6,11 35,-22 -8,11c-19,14 1,0 -26,15c-42,23 -20,7 -52,34c-148,125 -143,175 -116,367c18,134 -37,163 20,311c26,66 29,62 46,142c32,152 107,-49 40,428c-15,103 -79,139 -160,183c-200,109 -373,109 -486,191c-129,94 -173,309 -147,529c44,378 74,157 59,623c-14,458 -37,305 -77,605c-27,207 1,432 13,640c4,61 9,151 0,236c-3,28 -17,61 -19,87c-4,38 -17,64 -23,98c-14,83 -17,167 -14,190c25,48 64,115 78,156c25,8 111,60 133,87c57,31 30,17 112,46l4,-41l-20,-32c-26,3 -81,-52 -105,-108c-7,-16 -5,-36 -5,-64c0,-36 2,-70 8,-87c15,-46 34,-7 46,15c8,15 12,34 11,56c-1,19 -11,41 -12,60c-1,16 8,32 13,43c6,14 33,2 34,0c6,-57 41,-142 40,-237c0,-33 -27,-50 -38,-93c-63,-245 -64,-246 -2,-512c36,-156 91,-326 91,-494c0,-115 -11,-174 16,-286c30,-120 27,-519 3,-775c-59,-639 30,441 80,592c14,65 -1,701 -5,737c-27,234 -69,454 -86,693c-38,552 43,892 123,1408c55,353 -37,516 -55,714c-29,313 191,954 279,1282c29,108 27,84 5,184c-15,66 18,75 -35,137c-69,80 -165,143 -194,180c49,77 400,110 495,42c13,-57 -7,-413 -15,-495c-62,-631 71,-1000 -7,-1420c-38,-206 8,-264 25,-448c8,-86 -3,-166 6,-249c8,-76 21,-146 30,-222c19,-159 37,-298 48,-462c6,-95 -1,-486 29,-540c19,32 76,990 106,1218c11,86 -1,160 6,246c17,202 62,227 28,459c-74,493 19,572 17,951c-2,271 -67,757 -48,955c76,52 134,43 250,37c80,-4 191,-9 250,-59c-11,-45 -24,-43 -57,-68c-141,-106 -111,-124 -170,-167c-6,-63 7,-46 -2,-101c-18,-110 -27,-49 17,-229c80,-322 276,-867 263,-1176c-14,-327 -132,-293 -14,-980c84,-486 119,-830 70,-1338c-21,-218 -69,-416 -81,-638c-12,-228 2,-498 5,-730c66,-183 96,-696 80,-696c0,0 -7,256 -25,464c-12,136 -38,254 -36,260c6,13 7,18 11,34c128,437 2,377 158,976c66,251 35,289 -18,513c-38,158 43,384 43,318c0,-6 39,-55 22,-96c-27,-65 32,-133 34,-114c0,4 18,56 17,110c0,30 -13,59 -21,84c-20,63 -77,93 -79,98c-27,39 -10,16 -19,79c136,-60 149,-60 216,-103c27,-17 31,-42 42,-59c31,-50 49,-85 58,-120c14,-54 -9,-129 -7,-230c-10,-61 -43,-115 -45,-168c-7,-194 12,-391 20,-593c12,-300 -70,-451 -86,-779c-7,-140 -27,-297 7,-429c29,-114 41,-241 53,-289c1,-3 3,-7 3,-9c6,-25 11,-11 -5,-21c8,-369 -39,-473 -360,-572c-426,-132 -429,-195 -454,-489c-17,-201 -10,-48 70,-291c26,-77 83,-137 54,-283c-14,-68 -1,-147 -5,-220c-7,-104 19,-95 -40,-172l4,2z \" fill=\"#ffffff\" fill-opacity=\"0.3\" id=\"svg_2\" stroke=\"#2196f3\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"52.92\" /></svg>",
            "popularity": 1,
            "thumbnail_100x100": null,
            "thumbnail_300x300": null,
            "thumbnail_600x600": null,
            "name": "Распирание",
            "gender": 0,
            "age_min": 0,
            "age_max": 100,
            "slug": "raspiranie",
            "lead": "",
            "image": null,
            "published": 1,
            "danger": false,
            "diseases": [
                11727
            ]
        }
    ]
}