{
  "schemaVersion": "1.0.0",
  "readme": "",
  "modules": [
    {
      "kind": "javascript-module",
      "path": "src/index.ts",
      "declarations": [],
      "exports": [
        {
          "kind": "js",
          "name": "*",
          "declaration": {
            "name": "*",
            "module": "src/search-bar/search-input/search-input"
          }
        },
        {
          "kind": "js",
          "name": "*",
          "declaration": {
            "name": "*",
            "module": "src/search-bar/search-item-result/search-item-result"
          }
        },
        {
          "kind": "js",
          "name": "*",
          "declaration": {
            "name": "*",
            "module": "src/search-bar/search-categories/search-categories"
          }
        },
        {
          "kind": "js",
          "name": "*",
          "declaration": {
            "name": "*",
            "module": "src/search-bar/search-bar"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/shared/enums.ts",
      "declarations": [],
      "exports": []
    },
    {
      "kind": "javascript-module",
      "path": "src/shared/tracecontext.ts",
      "declarations": [
        {
          "kind": "function",
          "name": "makeTraceState",
          "return": {
            "type": {
              "text": "string"
            }
          },
          "parameters": [
            {
              "name": "state",
              "type": {
                "text": "{ [key: string]: string }"
              }
            }
          ]
        },
        {
          "kind": "function",
          "name": "defaultTraceState",
          "return": {
            "type": {
              "text": "string"
            }
          }
        },
        {
          "kind": "function",
          "name": "makeTraceParent",
          "return": {
            "type": {
              "text": "Traceparent"
            }
          },
          "parameters": [
            {
              "name": "sampled",
              "optional": true,
              "type": {
                "text": "boolean"
              }
            }
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "makeTraceState",
          "declaration": {
            "name": "makeTraceState",
            "module": "src/shared/tracecontext.ts"
          }
        },
        {
          "kind": "js",
          "name": "defaultTraceState",
          "declaration": {
            "name": "defaultTraceState",
            "module": "src/shared/tracecontext.ts"
          }
        },
        {
          "kind": "js",
          "name": "makeTraceParent",
          "declaration": {
            "name": "makeTraceParent",
            "module": "src/shared/tracecontext.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/search-bar/properties.interface.ts",
      "declarations": [],
      "exports": []
    },
    {
      "kind": "javascript-module",
      "path": "src/search-bar/search-bar.stories.ts",
      "declarations": [
        {
          "kind": "variable",
          "name": "meta",
          "type": {
            "text": "WebComponentsMeta<any, any>"
          }
        },
        {
          "kind": "variable",
          "name": "Base",
          "type": {
            "text": "WebComponentsStory<any, any>"
          }
        },
        {
          "kind": "variable",
          "name": "WithHighlight",
          "type": {
            "text": "WebComponentsStory<any, any>"
          }
        },
        {
          "kind": "variable",
          "name": "WithTypeCategories",
          "type": {
            "text": "WebComponentsStory<any, any>"
          }
        },
        {
          "kind": "variable",
          "name": "WithPictograms",
          "type": {
            "text": "WebComponentsStory<any, any>"
          }
        },
        {
          "kind": "variable",
          "name": "ShortText",
          "type": {
            "text": "WebComponentsStory<any, any>"
          }
        },
        {
          "kind": "variable",
          "name": "ShortTooltipText",
          "type": {
            "text": "WebComponentsStory<any, any>"
          }
        },
        {
          "kind": "variable",
          "name": "LaboratoriesCategoryPreSelected",
          "type": {
            "text": "WebComponentsStory<any, any>"
          }
        },
        {
          "kind": "variable",
          "name": "Only2CategoriesDisplayed",
          "type": {
            "text": "WebComponentsStory<any, any>"
          }
        },
        {
          "kind": "variable",
          "name": "With10ResultsDisplayed",
          "type": {
            "text": "WebComponentsStory<any, any>"
          }
        },
        {
          "kind": "variable",
          "name": "WithAllConfigOn",
          "type": {
            "text": "WebComponentsStory<any, any>"
          }
        },
        {
          "kind": "variable",
          "name": "WithAllTrueFilters",
          "type": {
            "text": "WebComponentsStory<any, any>"
          }
        },
        {
          "kind": "variable",
          "name": "OneCategoryNoDisplayed",
          "type": {
            "text": "WebComponentsStory<any, any>"
          }
        },
        {
          "kind": "variable",
          "name": "NoCategoryDisplayed",
          "type": {
            "text": "WebComponentsStory<any, any>"
          }
        },
        {
          "kind": "variable",
          "name": "WithRelevancyOrder",
          "type": {
            "text": "WebComponentsStory<any, any>"
          }
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "meta",
            "module": "src/search-bar/search-bar.stories.ts"
          }
        },
        {
          "kind": "js",
          "name": "Base",
          "declaration": {
            "name": "Base",
            "module": "src/search-bar/search-bar.stories.ts"
          }
        },
        {
          "kind": "js",
          "name": "WithHighlight",
          "declaration": {
            "name": "WithHighlight",
            "module": "src/search-bar/search-bar.stories.ts"
          }
        },
        {
          "kind": "js",
          "name": "WithTypeCategories",
          "declaration": {
            "name": "WithTypeCategories",
            "module": "src/search-bar/search-bar.stories.ts"
          }
        },
        {
          "kind": "js",
          "name": "WithPictograms",
          "declaration": {
            "name": "WithPictograms",
            "module": "src/search-bar/search-bar.stories.ts"
          }
        },
        {
          "kind": "js",
          "name": "ShortText",
          "declaration": {
            "name": "ShortText",
            "module": "src/search-bar/search-bar.stories.ts"
          }
        },
        {
          "kind": "js",
          "name": "ShortTooltipText",
          "declaration": {
            "name": "ShortTooltipText",
            "module": "src/search-bar/search-bar.stories.ts"
          }
        },
        {
          "kind": "js",
          "name": "LaboratoriesCategoryPreSelected",
          "declaration": {
            "name": "LaboratoriesCategoryPreSelected",
            "module": "src/search-bar/search-bar.stories.ts"
          }
        },
        {
          "kind": "js",
          "name": "Only2CategoriesDisplayed",
          "declaration": {
            "name": "Only2CategoriesDisplayed",
            "module": "src/search-bar/search-bar.stories.ts"
          }
        },
        {
          "kind": "js",
          "name": "With10ResultsDisplayed",
          "declaration": {
            "name": "With10ResultsDisplayed",
            "module": "src/search-bar/search-bar.stories.ts"
          }
        },
        {
          "kind": "js",
          "name": "WithAllConfigOn",
          "declaration": {
            "name": "WithAllConfigOn",
            "module": "src/search-bar/search-bar.stories.ts"
          }
        },
        {
          "kind": "js",
          "name": "WithAllTrueFilters",
          "declaration": {
            "name": "WithAllTrueFilters",
            "module": "src/search-bar/search-bar.stories.ts"
          }
        },
        {
          "kind": "js",
          "name": "OneCategoryNoDisplayed",
          "declaration": {
            "name": "OneCategoryNoDisplayed",
            "module": "src/search-bar/search-bar.stories.ts"
          }
        },
        {
          "kind": "js",
          "name": "NoCategoryDisplayed",
          "declaration": {
            "name": "NoCategoryDisplayed",
            "module": "src/search-bar/search-bar.stories.ts"
          }
        },
        {
          "kind": "js",
          "name": "WithRelevancyOrder",
          "declaration": {
            "name": "WithRelevancyOrder",
            "module": "src/search-bar/search-bar.stories.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/search-bar/search-bar.ts",
      "declarations": [
        {
          "kind": "variable",
          "name": "{ setLocale }"
        },
        {
          "kind": "class",
          "description": "BCB search element.",
          "name": "SearchBar",
          "members": [
            {
              "kind": "field",
              "name": "language",
              "type": {
                "text": "string"
              },
              "default": "\"fr-FR\"",
              "attribute": "language"
            },
            {
              "kind": "field",
              "name": "apiUrl",
              "type": {
                "text": "string"
              },
              "default": "\"https://api.claudebernard.fr/search\"",
              "attribute": "api-url"
            },
            {
              "kind": "field",
              "name": "apiKey",
              "type": {
                "text": "string | undefined"
              },
              "attribute": "api-key"
            },
            {
              "kind": "field",
              "name": "placeholder",
              "type": {
                "text": "string"
              },
              "default": "\"Médicaments, molécules, produits de parapharmacie, laboratoires...\"",
              "attribute": "placeholder"
            },
            {
              "kind": "field",
              "name": "resultConfig",
              "type": {
                "text": "ResultConfig"
              },
              "default": "{ highlight: false, displayCategoriesLabel: false, displayPictograms: false, filters: defaultFilters, formattingTextShort: false, formattingTooltipTextShort: false, numberResultsDisplayed: 50, sponsorOrdering: false, orderByRelevancy: false, }",
              "attribute": "result-config"
            },
            {
              "kind": "field",
              "name": "preselectedCategory",
              "type": {
                "text": "ECategories"
              },
              "attribute": "preselected-category"
            },
            {
              "kind": "field",
              "name": "listCategoriesDisplayed",
              "type": {
                "text": "ECategories[]"
              },
              "default": "[ ECategories.allCategories, ECategories.products, ECategories.companies, ECategories.molecules, ECategories.indications, ECategories.atcclass, ECategories.commonNames, ECategories.genericAccessoriesGroups, ]",
              "attribute": "list-categories-displayed"
            },
            {
              "kind": "field",
              "name": "autoFocus",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "auto-focus"
            },
            {
              "kind": "field",
              "name": "allResult",
              "type": {
                "text": "ProductBean[]"
              },
              "privacy": "private",
              "default": "[]"
            },
            {
              "kind": "field",
              "name": "allResultPerCategories",
              "type": {
                "text": "SearchFiltersBean | null"
              },
              "privacy": "private",
              "default": "null"
            },
            {
              "kind": "field",
              "name": "searchRequestBody",
              "type": {
                "text": "SearchRequestBean"
              },
              "privacy": "private",
              "default": "defaultRequestBody"
            },
            {
              "kind": "field",
              "name": "selectedCategory",
              "type": {
                "text": "ECategories"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "isScrollBarLoaded",
              "type": {
                "text": "boolean"
              },
              "privacy": "private",
              "default": "false"
            },
            {
              "kind": "field",
              "name": "isFocused",
              "type": {
                "text": "boolean"
              },
              "privacy": "private",
              "default": "false"
            },
            {
              "kind": "field",
              "name": "itemResultContainerRef",
              "type": {
                "text": "Ref<HTMLInputElement>"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "categoriesContainerRef",
              "type": {
                "text": "Ref<HTMLDivElement>"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "searchContainerRef",
              "type": {
                "text": "Ref<HTMLDivElement>"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "currentSearchRequestId",
              "type": {
                "text": "number"
              },
              "privacy": "private",
              "default": "0"
            },
            {
              "kind": "field",
              "name": "keyboardSectionIndex",
              "type": {
                "text": "number"
              },
              "privacy": "private",
              "default": "0"
            },
            {
              "kind": "field",
              "name": "keyboardCategoryIndex",
              "type": {
                "text": "number"
              },
              "privacy": "private",
              "default": "0"
            },
            {
              "kind": "field",
              "name": "keyboardResultIndex",
              "type": {
                "text": "number"
              },
              "privacy": "private",
              "default": "0"
            },
            {
              "kind": "method",
              "name": "dispatchEvent",
              "return": {
                "type": {
                  "text": "boolean"
                }
              },
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "Event"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "focus",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "parameters": [
                {
                  "name": "options",
                  "optional": true,
                  "type": {
                    "text": "FocusOptions"
                  }
                }
              ]
            },
            {
              "kind": "field",
              "name": "handleOutsideClick",
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "handleEscapeKey",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "renderResultComponents",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "renderItemResult",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleScroll",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "Event"
                  }
                }
              ]
            },
            {
              "kind": "field",
              "name": "handleGlobalKeyDown",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleTabNavigation",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "KeyboardEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleArrowNavigation",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "KeyboardEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleArrowInInput",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "parameters": [
                {
                  "name": "isDown",
                  "type": {
                    "text": "boolean"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleArrowInCategories",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "parameters": [
                {
                  "name": "isDown",
                  "type": {
                    "text": "boolean"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleArrowInResults",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "parameters": [
                {
                  "name": "isDown",
                  "type": {
                    "text": "boolean"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleEnterKey",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "void"
                }
              }
            },
            {
              "kind": "method",
              "name": "applySectionFocus",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "getCategoriesElements",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "HTMLElement[]"
                }
              }
            },
            {
              "kind": "method",
              "name": "getResultElements",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "HTMLElement[]"
                }
              }
            },
            {
              "kind": "method",
              "name": "clearKeyboardFocusVisuals",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "applyCategoryFocus",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "applyResultFocus",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "updateSearch",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "void"
                }
              }
            },
            {
              "kind": "method",
              "name": "convertProductsToEmittedData",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "emittedData[]"
                }
              },
              "parameters": [
                {
                  "name": "products",
                  "type": {
                    "text": "ProductBean | ProductBean[]"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "convertProductsToEnterKeyEmittedData",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "enterKeyEmittedData"
                }
              },
              "parameters": [
                {
                  "name": "products",
                  "type": {
                    "text": "ProductBean[]"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "isClicked",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "void"
                }
              }
            },
            {
              "kind": "method",
              "name": "emitItemSelection",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "parameters": [
                {
                  "name": "product",
                  "type": {
                    "text": "ProductBean"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "emitEnterKeyPress",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "Promise<void>"
                }
              }
            },
            {
              "kind": "method",
              "name": "resetResultPerCategories",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "void"
                }
              }
            },
            {
              "kind": "method",
              "name": "countNumCategories",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "number"
                }
              },
              "parameters": [
                {
                  "name": "categories",
                  "type": {
                    "text": "ECategories"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleChangeCategories",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "parameters": [
                {
                  "name": "category",
                  "type": {
                    "text": "ECategories"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "searchInput",
              "privacy": "private",
              "parameters": [
                {
                  "name": "requestId",
                  "type": {
                    "text": "number"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "searchInputNumberCategories",
              "privacy": "private",
              "parameters": [
                {
                  "name": "requestId",
                  "type": {
                    "text": "number"
                  }
                }
              ]
            }
          ],
          "events": [
            {
              "name": "item-selection",
              "type": {
                "text": "CustomEvent"
              }
            },
            {
              "name": "enter-key-pressed",
              "type": {
                "text": "CustomEvent"
              }
            },
            {
              "name": "searching",
              "type": {
                "text": "CustomEvent"
              }
            }
          ],
          "attributes": [
            {
              "name": "language",
              "type": {
                "text": "string"
              },
              "default": "\"fr-FR\"",
              "fieldName": "language"
            },
            {
              "name": "api-url",
              "type": {
                "text": "string"
              },
              "default": "\"https://api.claudebernard.fr/search\"",
              "fieldName": "apiUrl"
            },
            {
              "name": "api-key",
              "type": {
                "text": "string | undefined"
              },
              "fieldName": "apiKey"
            },
            {
              "name": "placeholder",
              "type": {
                "text": "string"
              },
              "default": "\"Médicaments, molécules, produits de parapharmacie, laboratoires...\"",
              "fieldName": "placeholder"
            },
            {
              "name": "result-config",
              "type": {
                "text": "ResultConfig"
              },
              "default": "{ highlight: false, displayCategoriesLabel: false, displayPictograms: false, filters: defaultFilters, formattingTextShort: false, formattingTooltipTextShort: false, numberResultsDisplayed: 50, sponsorOrdering: false, orderByRelevancy: false, }",
              "fieldName": "resultConfig"
            },
            {
              "name": "preselected-category",
              "type": {
                "text": "ECategories"
              },
              "fieldName": "preselectedCategory"
            },
            {
              "name": "list-categories-displayed",
              "type": {
                "text": "ECategories[]"
              },
              "default": "[ ECategories.allCategories, ECategories.products, ECategories.companies, ECategories.molecules, ECategories.indications, ECategories.atcclass, ECategories.commonNames, ECategories.genericAccessoriesGroups, ]",
              "fieldName": "listCategoriesDisplayed"
            },
            {
              "name": "auto-focus",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "autoFocus"
            }
          ],
          "mixins": [
            {
              "name": "SignalWatcher",
              "package": "@lit-labs/signals"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "bcb-search-bar",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ECategories",
          "declaration": {
            "name": "ECategories",
            "module": "@shared/enums"
          }
        },
        {
          "kind": "js",
          "name": "{ setLocale }",
          "declaration": {
            "name": "{ setLocale }",
            "module": "src/search-bar/search-bar.ts"
          }
        },
        {
          "kind": "js",
          "name": "SearchBar",
          "declaration": {
            "name": "SearchBar",
            "module": "src/search-bar/search-bar.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "bcb-search-bar",
          "declaration": {
            "name": "SearchBar",
            "module": "src/search-bar/search-bar.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/test/api-results-mock.ts",
      "declarations": [
        {
          "kind": "variable",
          "name": "categoriesRequestResponseWithDeletedProducts",
          "type": {
            "text": "SearchResponseBean"
          },
          "default": "{ \"filters\": { \"available\": [ { \"type\": \"categorie\", \"field\": \"libelleType.keyword\", \"label\": \"categorie\", \"values\": [ { \"value\": \"Pr&#233;sentation\", \"label\": \"Pr&#233;sentation\", \"count\": 3, \"exclude\": 0 } ], \"totalCount\": 3 } ], \"active\": [] }, \"search\": null }"
        },
        {
          "kind": "variable",
          "name": "categoriesRequestResponseWithOnlyOneProduct",
          "type": {
            "text": "SearchResponseBean"
          },
          "default": "{ \"filters\": { \"available\": [ { \"type\": \"categorie\", \"field\": \"libelleType.keyword\", \"label\": \"categorie\", \"values\": [ { \"value\": \"Pr&#233;sentation\", \"label\": \"Pr&#233;sentation\", \"count\": 1, \"exclude\": 0, }, ], \"totalCount\": 1, }, ], \"active\": [], }, \"search\": undefined, }"
        },
        {
          "kind": "variable",
          "name": "categoriesRequestResponseWithTwoProducts",
          "type": {
            "text": "SearchResponseBean"
          },
          "default": "{ \"filters\": { \"available\": [ { \"type\": \"categorie\", \"field\": \"libelleType.keyword\", \"label\": \"categorie\", \"values\": [ { \"value\": \"Pr&#233;sentation\", \"label\": \"Pr&#233;sentation\", \"count\": 2, \"exclude\": 0, }, ], \"totalCount\": 2, }, ], \"active\": [], }, \"search\": undefined, }"
        },
        {
          "kind": "variable",
          "name": "categoriesRequestResponseWithManyProducts",
          "type": {
            "text": "SearchResponseBean"
          },
          "default": "{ \"filters\": { \"available\": [ { \"type\": \"categorie\", \"field\": \"libelleType.keyword\", \"label\": \"categorie\", \"values\": [ { \"value\": \"Pr&#233;sentation\", \"label\": \"Pr&#233;sentation\", \"count\": 25, \"exclude\": 0 }, { \"value\": \"Pr&#233;sentation Hosp\", \"label\": \"Pr&#233;sentation Hosp\", \"count\": 7, \"exclude\": 0 }, { \"value\": \"Gamme\", \"label\": \"Gamme\", \"count\": 5, \"exclude\": 0 }, { \"value\": \"Marque\", \"label\": \"Marque\", \"count\": 1, \"exclude\": 0 } ], \"totalCount\": 38 } ], \"active\": [] }, \"search\": null }"
        },
        {
          "kind": "variable",
          "name": "resultsRequestResponseWithOnlyOneProduct",
          "type": {
            "text": "SearchResponseBean"
          },
          "default": "{ \"filters\": { \"available\": [ { \"type\": \"terrains\", \"field\": \"attributsSegmentation.terrains.libelle.keyword\", \"label\": \"Terrains\", \"values\": [ { \"value\": \"Adulte\", \"label\": \"Adulte\", \"count\": 1, \"exclude\": 0, }, { \"value\": \"Sujet &#226;g&#233;\", \"label\": \"Sujet &#226;g&#233;\", \"count\": 1, \"exclude\": 0, }, ], \"totalCount\": 2, }, { \"type\": \"laboratoire\", \"field\": \"laboratoires.laboratoireExploitant.libelleLaboratoire.keyword\", \"label\": \"Laboratoires\", \"values\": [ { \"value\": \"PIERRE FABRE MEDICAMENT\", \"label\": \"PIERRE FABRE MEDICAMENT\", \"count\": 1, \"exclude\": 0, }, ], \"totalCount\": 1, }, { \"type\": \"supprime\", \"field\": \"flags.supprime\", \"label\": \"Statut\", \"values\": [ { \"value\": \"0\", \"label\": \"Commercialisé\", \"count\": 1, \"exclude\": 0, }, ], \"totalCount\": 1, }, { \"type\": \"ci\", \"field\": \"motsClefs.motsClefsCI.libelleMotClefCIHtml.keyword\", \"label\": \"Contre indications\", \"values\": [ { \"value\": \"Allaitement\", \"label\": \"Allaitement\", \"count\": 1, \"exclude\": 0, }, { \"value\": \"Asthmatique\", \"label\": \"Asthmatique\", \"count\": 1, \"exclude\": 0, }, { \"value\": \"Insuffisance respiratoire\", \"label\": \"Insuffisance respiratoire\", \"count\": 1, \"exclude\": 0, }, { \"value\": \"M&#233;taboliseur ultrarapide du CYP2D6\", \"label\": \"M&#233;taboliseur ultrarapide du CYP2D6\", \"count\": 1, \"exclude\": 0, }, { \"value\": \"Patient de moins de 12 ans\", \"label\": \"Patient de moins de 12 ans\", \"count\": 1, \"exclude\": 0, }, ], \"totalCount\": 5, }, { \"type\": \"composant\", \"field\": \"composition.principesActifs.libelleComposantPere.keyword\", \"label\": \"Composants\", \"values\": [ { \"value\": \"Cod&#233;ine\", \"label\": \"Cod&#233;ine\", \"count\": 1, \"exclude\": 0, }, { \"value\": \"Erysimum\", \"label\": \"Erysimum\", \"count\": 1, \"exclude\": 0, }, ], \"totalCount\": 2, }, { \"type\": \"statutsSegmentation\", \"field\": \"infoProduit.statutSegmentationHtml.keyword\", \"label\": \"Statuts segmentation\", \"values\": [ { \"value\": \"M&eacute;dicament\", \"label\": \"M&eacute;dicament\", \"count\": 1, \"exclude\": 0, }, ], \"totalCount\": 1, }, { \"type\": \"autres\", \"field\": \"attributsSegmentation.autres.libelle.keyword\", \"label\": \"Autres attributs segmentation\", \"values\": [ { \"value\": \"Hors pilulier\", \"label\": \"Hors pilulier\", \"count\": 1, \"exclude\": 0, }, ], \"totalCount\": 1, }, { \"type\": \"voies\", \"field\": \"listeVoiesAdm.voieAdministration.keyword\", \"label\": \"Voies d'administration\", \"values\": [ { \"value\": \"orale\", \"label\": \"orale\", \"count\": 1, \"exclude\": 0, }, ], \"totalCount\": 1, }, { \"type\": \"marque\", \"field\": \"infoProduit.nomMarqueHtml.keyword\", \"label\": \"Marques\", \"values\": [ { \"value\": \"POLERY\", \"label\": \"POLERY\", \"count\": 1, \"exclude\": 0, }, ], \"totalCount\": 1, }, { \"type\": \"hospitalier\", \"field\": \"flags.hospitalier\", \"label\": \"Hospitalier\", \"values\": [ { \"value\": \"0\", \"label\": \"Non\", \"count\": 1, \"exclude\": 0, }, ], \"totalCount\": 1, }, { \"type\": \"gamme\", \"field\": \"infoProduit.nomGammeHtml.keyword\", \"label\": \"Gammes\", \"values\": [ { \"value\": \"Adulte\", \"label\": \"Adulte\", \"count\": 1, \"exclude\": 0, }, ], \"totalCount\": 1, }, { \"type\": \"type\", \"field\": \"type\", \"label\": \"Type\", \"values\": [ { \"value\": \"1\", \"label\": \"Médicament\", \"count\": 1, \"exclude\": 0, }, ], \"totalCount\": 1, }, { \"type\": \"indication\", \"field\": \"motsClefs.motsClefsInd.libelleMotClefIndHtml.keyword\", \"label\": \"Indications\", \"values\": [ { \"value\": \"Toux non productive\", \"label\": \"Toux non productive\", \"count\": 1, \"exclude\": 0, }, ], \"totalCount\": 1, }, { \"type\": \"dopant\", \"field\": \"flags.dopant\", \"label\": \"Dopant\", \"values\": [ { \"value\": \"0\", \"label\": \"Non\", \"count\": 1, \"exclude\": 0, }, ], \"totalCount\": 1, }, { \"type\": \"circuitsDeDistribution\", \"field\": \"attributsSegmentation.circuitDeDistribution.libelle.keyword\", \"label\": \"Circuits de distribution\", \"values\": [ { \"value\": \"Pharmacie\", \"label\": \"Pharmacie\", \"count\": 1, \"exclude\": 0, }, ], \"totalCount\": 1, }, ], \"active\": [], }, \"search\": { \"content\": [ { \"code\": \"40525\", \"productId\": 40525, \"type\": 1, \"labelHtml\": \"POLERY ADULTES SANS SUCRE, sirop, bo&icirc;te de 1 flacon (+ gobelet doseur) de 200 ml\", \"code13\": \"3400939845869\", \"deletedDate\": \"\", \"deleted\": false, \"labels\": { \"typeLabel\": \"Pr&#233;sentation\", \"label\": \"POLERY ADULTES SANS SUCRE. sirop. boite de 1 flacon (+ gobelet doseur) de 200 ml\", \"shortLabel\": \"POLERY AD SP S S 200ML\", \"shortLabelHtml\": \"POLERY AD SP S/S 200ML\", \"longLabel\": \"POLERY ADULTES SANS SUCRE. sirop. boite de 1 flacon (+ gobelet doseur) de 200 ml\", \"longLabelHtml\": \"POLERY ADULTES SANS SUCRE, sirop, bo&icirc;te de 1 flacon (+ gobelet doseur) de 200 ml\", \"searchLabel\": \"POLERY ADULTES SANS SUCRE. SIROP. BOITE DE 1 FLACON (+ GOBELET DOSEUR) DE 200 ML POLERY ADULTES SANS SUCRE. SIROP. BOITE DE 1 FLACON (+ GOBELET DOSEUR) DE 200 ML POLERY AD SP S S 200ML POLERY AD. S SUC SIR FL200ML CODEINE ERYSIMUM* POLERYADULTESSANSSUCRE.SIROP.BOITEDE1FLACON(+GOBELETDOSEUR)DE200MLPOLERYADULTESSANSSUCRE.SIROP.BOITEDE1FLACON(+GOBELETDOSEUR)DE200MLPOLERYADSPSS200MLPOLERYAD.SSUCSIRFL200MLCODEINEERYSIMUM* POLERY ADULTES SANS SUCRE. SIROP. BOITE DE 1 FLACON (+ GOBELET DOSEUR) DE 200 ML POLERY ADULTES SANS SUCRE. SIROP. BOITE DE 1 FLACON (+ GOBELET DOSEUR) DE 200 ML POLERY AD SP S S 200ML POLERY AD. S SUC SIR FL200ML CODEINE ERYSIMUM* Adulte Sujet_age Hors_pilulier\", }, \"properties\": { \"thumbnail\": \"https://documents.resip.fr/vignettes/40525_vign.jpg\", \"productName\": \"POLERY ADULTES SANS SUCRE\", \"productDosage\": \"\", \"galenicFormCode\": \"BB01\", \"galenicFormLabel\": \"Sirop\", \"galenicFormLabelHtml\": undefined, \"aspect\": \" A LIQUIDE SIROP MARRON JAUNE BRUN CLAIR\", \"inFacilityFormulary\": false, \"codes\": { \"cip7\": \"3984586\", \"cip13\": \"3400939845869\", \"cip13Referent\": \"3400939845869\", \"ucd7\": \"9362325\", \"ucd13\": \"3400893623251\", \"cis\": \"69592294\", \"code13Referent\": \"3400939845869\", \"ean13\": [], }, \"flags\": { \"doping\": 0, \"driveWarning\": \"1\", \"narcotic\": 1, \"crushable\": -1, \"referent\": 0, \"generic\": 0, \"biosimilar\": 0, \"hospitalDelivery\": 0, \"internal\": 1, \"medicalDevice\": 0, \"homeo\": 0, \"exactcureSimulable\": 1, \"pediatrics\": 0, \"hybrid\": 0, \"extendedFlags\": { \"bloodDerivative\": 0, \"anticoagulant\": 0, \"vaccin\": 0, \"soluteDilution\": 0, \"emergencyContraceptive\": 0, \"minorContraceptive\": 0, \"fridge\": 0, \"humanAntibiotic\": 0, \"veterinaryAntibiotic\": 0, \"veterinaryPrescription\": 0, \"deconditionning\": 0, \"seasonalFluVaccine\": 0, \"ghs\": 1, \"horsGhs\": 0, \"infertilityTreatment\": 0, \"mindalteringSubstance\": 0, \"testReagent\": 0, \"firstAgeMilk\": 0, \"abortionDrug\": 0, \"mte\": 0, \"tfr\": 0, \"biosimilarReferent\": 0, \"freezer\": 0, \"reinforcedMonitoring\": 0, \"t2a\": 0, \"communityApproval\": 1, \"drugException\": 0, \"hybridReferent\": 0, \"pregnancyPictogram\": 0, }, }, \"segmentationAttributes\": undefined, \"excipientsWithKnowEffects\": [ { \"code\": \"48\", \"label\": \"Sodium benzoate\", \"parentCode\": \"48\", }, { \"code\": \"17582\", \"label\": \"Methyle parahydroxybenzoate\", \"parentCode\": \"78\", }, { \"code\": \"7358\", \"label\": \"Ethanol\", \"parentCode\": \"235\", }, ], \"atcClassesLevel2\": [ { \"code\": \"R05\", \"label\": \"M&#233;dicaments du rhume et de la toux\", }, ], \"intakeUnits\": [ { \"order\": 1, \"code\": 776, \"labelHtml\": \"gobelet-doseur de 15 ml\", \"pluralLabelHtml\": \"gobelets-doseur de 15 ml\", \"shortLabelHtml\": \"gobelet 15 ml\", \"dispensationNumber\": \"0\", \"distributionNumber\": \"0\", \"intakeUnitNumber\": \"15,0000000000\", \"round\": 2, \"throwTheRest\": 0, }, { \"order\": 2, \"code\": 27, \"labelHtml\": \"ml\", \"pluralLabelHtml\": \"ml\", \"shortLabelHtml\": \"ml\", \"dispensationNumber\": \"0\", \"distributionNumber\": \"200,00000\", \"intakeUnitNumber\": \"1,0000000000\", \"round\": 10, \"throwTheRest\": 0, }, { \"order\": 3, \"code\": 26, \"labelHtml\": \"flacon\", \"pluralLabelHtml\": \"flacons\", \"shortLabelHtml\": \"fl\", \"dispensationNumber\": \"1\", \"distributionNumber\": \"0\", \"intakeUnitNumber\": \"200,0000000000\", \"round\": 1, \"throwTheRest\": 0, }, ], \"subLaboratories\": undefined, }, \"prices\": { \"ucdPrice\": \"200\", \"repaymentRate\": 30.0, \"vatRate\": \"2,10\", \"reimbursementBase\": \"0000200\", \"sellingPrice\": \"0000200\", \"tfr\": undefined, }, \"searchProperties\": { \"score\": undefined, \"safeScore\": 12, \"safeDetails\": [ { \"codeAlerte\": 1, \"libelleAlerte\": \"Patient de moins de 12 ans\", \"typeAlerte\": \"Contre-indication contre-indiqué\", \"niveauAlerte\": 4, \"idAlerte\": \"0000033355\", \"productId2\": 0, \"productLabel2\": \"\", \"details\": \"\", }, { \"codeAlerte\": 1, \"libelleAlerte\": \"Patient de 12 &#224; 15 ans\", \"typeAlerte\": \"Contre-indication déconseillé\", \"niveauAlerte\": 3, \"idAlerte\": \"0000008254\", \"productId2\": 0, \"productLabel2\": \"\", \"details\": \"\", }, { \"codeAlerte\": 1, \"libelleAlerte\": \"Adolescent de plus de 15 ans de moins de 50 kg\", \"typeAlerte\": \"Contre-indication déconseillé\", \"niveauAlerte\": 3, \"idAlerte\": \"0000033351\", \"productId2\": 0, \"productLabel2\": \"\", \"details\": \"\", }, { \"codeAlerte\": 2, \"libelleAlerte\": \"Sujet &#226;g&#233;\", \"typeAlerte\": \"Précaution d'emploi\", \"niveauAlerte\": 2, \"idAlerte\": \"0000005633\", \"productId2\": 0, \"productLabel2\": \"\", \"details\": \"\", }, ], \"samCode\": undefined, \"samPatient\": false, }, \"extendedProperties\": undefined, }, ], \"pageable\": { \"sort\": { \"unsorted\": false, \"sorted\": true, \"empty\": false, }, \"pageSize\": 150, \"pageNumber\": 0, \"offset\": 0, \"paged\": true, \"unpaged\": false, }, \"totalPages\": 1, \"totalElements\": 1, \"last\": true, \"numberOfElements\": 1, \"first\": true, \"sort\": { \"unsorted\": false, \"sorted\": true, \"empty\": false, }, \"number\": 0, \"size\": 150, \"empty\": false, }, }"
        },
        {
          "kind": "variable",
          "name": "resultsRequestResponseWithDeletedProducts",
          "type": {
            "text": "SearchResponseBean"
          },
          "default": "{ \"filters\": { \"available\": [ { \"type\": \"terrains\", \"field\": \"attributsSegmentation.terrains.libelle.keyword\", \"label\": \"Terrains\", \"values\": [ { \"value\": \"Enfant\", \"label\": \"Enfant\", \"count\": 1, \"exclude\": 0 }, { \"value\": \"Nourrisson\", \"label\": \"Nourrisson\", \"count\": 1, \"exclude\": 0 } ], \"totalCount\": 2 }, { \"type\": \"laboratoire\", \"field\": \"laboratoires.laboratoireExploitant.libelleLaboratoire.keyword\", \"label\": \"Laboratoires\", \"values\": [ { \"value\": \"SANOFI AVENTIS FRANCE\", \"label\": \"SANOFI AVENTIS FRANCE\", \"count\": 2, \"exclude\": 0 }, { \"value\": \"OPELLA HEALTHCARE FRANCE SAS\", \"label\": \"OPELLA HEALTHCARE FRANCE SAS\", \"count\": 1, \"exclude\": 0 } ], \"totalCount\": 3 }, { \"type\": \"supprime\", \"field\": \"flags.supprime\", \"label\": \"Statut\", \"values\": [ { \"value\": \"1\", \"label\": \"Arrêt de la commercialisation\", \"count\": 3, \"exclude\": 0 } ], \"totalCount\": 3 }, { \"type\": \"ci\", \"field\": \"motsClefs.motsClefsCI.libelleMotClefCIHtml.keyword\", \"label\": \"Contre indications\", \"values\": [ { \"value\": \"Insuffisance h&#233;patique s&#233;v&#232;re\", \"label\": \"Insuffisance h&#233;patique s&#233;v&#232;re\", \"count\": 1, \"exclude\": 0 }, { \"value\": \"Insuffisance h&#233;patocellulaire\", \"label\": \"Insuffisance h&#233;patocellulaire\", \"count\": 1, \"exclude\": 0 } ], \"totalCount\": 2 }, { \"type\": \"composant\", \"field\": \"composition.principesActifs.libelleComposantPere.keyword\", \"label\": \"Composants\", \"values\": [ { \"value\": \"Parac&#233;tamol\", \"label\": \"Parac&#233;tamol\", \"count\": 2, \"exclude\": 0 } ], \"totalCount\": 2 }, { \"type\": \"statutsSegmentation\", \"field\": \"infoProduit.statutSegmentationHtml.keyword\", \"label\": \"Statuts segmentation\", \"values\": [ { \"value\": \"M&eacute;dicament\", \"label\": \"M&eacute;dicament\", \"count\": 3, \"exclude\": 0 } ], \"totalCount\": 3 }, { \"type\": \"autres\", \"field\": \"attributsSegmentation.autres.libelle.keyword\", \"label\": \"Autres attributs segmentation\", \"values\": [ { \"value\": \"Hors pilulier\", \"label\": \"Hors pilulier\", \"count\": 1, \"exclude\": 0 } ], \"totalCount\": 1 }, { \"type\": \"voies\", \"field\": \"listeVoiesAdm.voieAdministration.keyword\", \"label\": \"Voies d'administration\", \"values\": [ { \"value\": \"orale\", \"label\": \"orale\", \"count\": 2, \"exclude\": 0 } ], \"totalCount\": 2 }, { \"type\": \"marque\", \"field\": \"infoProduit.nomMarqueHtml.keyword\", \"label\": \"Marques\", \"values\": [ { \"value\": \"DOLIPRANE\", \"label\": \"DOLIPRANE\", \"count\": 1, \"exclude\": 0 } ], \"totalCount\": 1 }, { \"type\": \"hospitalier\", \"field\": \"flags.hospitalier\", \"label\": \"Hospitalier\", \"values\": [ { \"value\": \"0\", \"label\": \"Non\", \"count\": 3, \"exclude\": 0 } ], \"totalCount\": 3 }, { \"type\": \"gamme\", \"field\": \"infoProduit.nomGammeHtml.keyword\", \"label\": \"Gammes\", \"values\": [ { \"value\": \"Sans gamme\", \"label\": \"Sans gamme\", \"count\": 1, \"exclude\": 0 } ], \"totalCount\": 1 }, { \"type\": \"type\", \"field\": \"type\", \"label\": \"Type\", \"values\": [ { \"value\": \"1\", \"label\": \"Médicament\", \"count\": 3, \"exclude\": 0 } ], \"totalCount\": 3 }, { \"type\": \"indication\", \"field\": \"motsClefs.motsClefsInd.libelleMotClefIndHtml.keyword\", \"label\": \"Indications\", \"values\": [ { \"value\": \"Etat f&#233;brile\", \"label\": \"Etat f&#233;brile\", \"count\": 2, \"exclude\": 0 }, { \"value\": \"Douleur\", \"label\": \"Douleur\", \"count\": 1, \"exclude\": 0 }, { \"value\": \"Douleur l&#233;g&#232;re &#224; mod&#233;r&#233;e\", \"label\": \"Douleur l&#233;g&#232;re &#224; mod&#233;r&#233;e\", \"count\": 1, \"exclude\": 0 } ], \"totalCount\": 4 }, { \"type\": \"dopant\", \"field\": \"flags.dopant\", \"label\": \"Dopant\", \"values\": [ { \"value\": \"0\", \"label\": \"Non\", \"count\": 3, \"exclude\": 0 } ], \"totalCount\": 3 }, { \"type\": \"circuitsDeDistribution\", \"field\": \"attributsSegmentation.circuitDeDistribution.libelle.keyword\", \"label\": \"Circuits de distribution\", \"values\": [ { \"value\": \"Pharmacie\", \"label\": \"Pharmacie\", \"count\": 3, \"exclude\": 0 }, { \"value\": \"ECOM\", \"label\": \"ECOM\", \"count\": 1, \"exclude\": 0 } ], \"totalCount\": 4 } ], \"active\": [] }, \"search\": { \"content\": [ { \"code\": \"23800\", \"productId\": 23800, \"type\": 1, \"labelHtml\": \"DOLIPRANE 50 mg NOURRISSONS, poudre orale en sachet, sachets bo&icirc;te de 12\", \"code13\": \"3400932447770\", \"deletedDate\": \"20050824\", \"deleted\": true, \"labels\": { \"typeLabel\": \"Pr&#233;sentation\", \"label\": \"DOLIPRANE 50 mg NOURRISSONS. poudre orale en sachet. sachets boite de 12\", \"shortLabel\": \"DOLIPRANE 50MG SACHET 12\", \"shortLabelHtml\": \"DOLIPRANE 50MG SACHET 12\", \"longLabel\": \"DOLIPRANE 50 mg NOURRISSONS. poudre orale en sachet. sachets boite de 12\", \"longLabelHtml\": \"DOLIPRANE 50 mg NOURRISSONS, poudre orale en sachet, sachets bo&icirc;te de 12\", \"searchLabel\": \"DOLIPRANE 50 MG NOURRISSONS. POUDRE ORALE EN SACHET. SACHETS BOITE DE 12 DOLIPRANE 50 MG NOURRISSONS. POUDRE ORALE EN SACHET. SACHETS BOITE DE 12 DOLIPRANE 50MG SACHET 12 DOLIPRANE 50MG PDR SACH PARACETAMOL DOLIPRANE50MGNOURRISSONS.POUDREORALEENSACHET.SACHETSBOITEDE12DOLIPRANE50MGNOURRISSONS.POUDREORALEENSACHET.SACHETSBOITEDE12DOLIPRANE50MGSACHET12DOLIPRANE50MGPDRSACHPARACETAMOL 50MG 50 MG 50 MGDOLIPRANE 50 MG NOURRISSONS. POUDRE ORALE EN SACHET. SACHETS BOITE DE 12 DOLIPRANE 50 MG NOURRISSONS. POUDRE ORALE EN SACHET. SACHETS BOITE DE 12 DOLIPRANE 50MG SACHET 12 DOLIPRANE 50MG PDR SACH PARACETAMOL \" }, \"properties\": { \"thumbnail\": \"\", \"productName\": \"DOLIPRANE\", \"productDosage\": \"50 mg\", \"galenicFormCode\": \"BN01\", \"galenicFormLabel\": \"Poudre orale\", \"galenicFormLabelHtml\": null, \"aspect\": \"\", \"inFacilityFormulary\": false, \"codes\": { \"cip7\": \"3244777\", \"cip13\": \"3400932447770\", \"cip13Referent\": \"3400932447770\", \"ucd7\": \"9028230\", \"ucd13\": \"3400890282307\", \"cis\": \"61783123\", \"code13Referent\": \"3400932447770\", \"ean13\": [], \"udi\": null }, \"flags\": { \"misuse\": 0, \"careBasket\": 0, \"doping\": 0, \"driveWarning\": \"0\", \"narcotic\": 0, \"crushable\": -1, \"referent\": 0, \"generic\": 0, \"biosimilar\": 0, \"hospitalDelivery\": 0, \"internal\": 1, \"medicalDevice\": 0, \"homeo\": 0, \"exactcureSimulable\": 0, \"pediatrics\": 1, \"hybrid\": 0, \"extendedFlags\": { \"bloodDerivative\": 0, \"anticoagulant\": 0, \"vaccin\": 0, \"soluteDilution\": 0, \"emergencyContraceptive\": 0, \"minorContraceptive\": 0, \"fridge\": 0, \"humanAntibiotic\": 0, \"veterinaryAntibiotic\": 0, \"veterinaryPrescription\": 0, \"deconditionning\": 0, \"seasonalFluVaccine\": 0, \"ghs\": 1, \"horsGhs\": 0, \"infertilityTreatment\": 0, \"mindalteringSubstance\": 0, \"testReagent\": 0, \"firstAgeMilk\": 0, \"abortionDrug\": 0, \"mte\": 0, \"tfr\": 0, \"biosimilarReferent\": 0, \"freezer\": 0, \"reinforcedMonitoring\": 0, \"t2a\": 0, \"communityApproval\": 1, \"drugException\": 0, \"hybridReferent\": 0, \"pregnancyPictogram\": 0 } }, \"careBasket\": null, \"segmentationAttributes\": null, \"excipientsWithKnowEffects\": [], \"atcClasses\": [ { \"code\": \"N\", \"label\": \"Syst&#232;me nerveux\" }, { \"code\": \"N02\", \"label\": \"Analg&#233;siques\" }, { \"code\": \"N02B\", \"label\": \"Autres analg&#233;siques et antipyr&#233;tiques\" }, { \"code\": \"N02BE\", \"label\": \"Anilides \" }, { \"code\": \"N02BE01\", \"label\": \"Parac&#233;tamol\" } ], \"intakeUnits\": [ { \"order\": 1, \"code\": 48, \"labelHtml\": \"mg\", \"pluralLabelHtml\": \"mg\", \"shortLabelHtml\": \"mg\", \"dispensationNumber\": \"0\", \"distributionNumber\": \"0\", \"intakeUnitNumber\": \"0,0200000000\", \"round\": 100, \"throwTheRest\": 0 }, { \"order\": 2, \"code\": 13, \"labelHtml\": \"sachet\", \"pluralLabelHtml\": \"sachets\", \"shortLabelHtml\": \"sac\", \"dispensationNumber\": \"12\", \"distributionNumber\": \"12,00000\", \"intakeUnitNumber\": \"1,0000000000\", \"round\": 1, \"throwTheRest\": 0 } ], \"subLaboratories\": null }, \"prices\": { \"ucdPrice\": \"14\", \"repaymentRate\": 65.0, \"vatRate\": \"2,10\", \"reimbursementBase\": \"0000166\", \"sellingPrice\": \"0000166\", \"tfr\": null }, \"searchProperties\": { \"score\": null, \"safeScore\": 0, \"safeDetails\": null, \"samCode\": null, \"samPatient\": false }, \"extendedProperties\": null }, { \"code\": \"30442\", \"productId\": 30442, \"type\": 1, \"labelHtml\": \"DOLIPRANE 150 mg, poudre pour solution buvable en sachet-dose, bo&icirc;te de 12 sachets-dose\", \"code13\": \"3400934998799\", \"deletedDate\": \"20250212\", \"deleted\": true, \"labels\": { \"typeLabel\": \"Pr&#233;sentation\", \"label\": \"DOLIPRANE 150 mg. poudre pour solution buvable en sachet dose. boite de 12 sachets dose\", \"shortLabel\": \"DOLIPRANE 150MG SACHET 12\", \"shortLabelHtml\": \"DOLIPRANE 150MG SACHET 12\", \"longLabel\": \"DOLIPRANE 150 mg. poudre pour solution buvable en sachet dose. boite de 12 sachets dose\", \"longLabelHtml\": \"DOLIPRANE 150 mg, poudre pour solution buvable en sachet-dose, bo&icirc;te de 12 sachets-dose\", \"searchLabel\": \"DOLIPRANE 150 MG. POUDRE POUR SOLUTION BUVABLE EN SACHET DOSE. BOITE DE 12 SACHETS DOSE DOLIPRANE 150 MG. POUDRE POUR SOLUTION BUVABLE EN SACHET DOSE. BOITE DE 12 SACHETS DOSE DOLIPRANE 150MG SACHET 12 DOLIPRANE 150MG PDR SACH PARACETAMOL DOLIPRANE150MG.POUDREPOURSOLUTIONBUVABLEENSACHETDOSE.BOITEDE12SACHETSDOSEDOLIPRANE150MG.POUDREPOURSOLUTIONBUVABLEENSACHETDOSE.BOITEDE12SACHETSDOSEDOLIPRANE150MGSACHET12DOLIPRANE150MGPDRSACHPARACETAMOL 150MG 150 MG 150 MGDOLIPRANE 150 MG. POUDRE POUR SOLUTION BUVABLE EN SACHET DOSE. BOITE DE 12 SACHETS DOSE DOLIPRANE 150 MG. POUDRE POUR SOLUTION BUVABLE EN SACHET DOSE. BOITE DE 12 SACHETS DOSE DOLIPRANE 150MG SACHET 12 DOLIPRANE 150MG PDR SACH PARACETAMOL Nourrisson Enfant Hors_pilulier\" }, \"properties\": { \"thumbnail\": \"https://documents.resip.fr/vignettes/30442_vign.jpg\", \"productName\": \"DOLIPRANE\", \"productDosage\": \"150 mg\", \"galenicFormCode\": \"BD03\", \"galenicFormLabel\": \"Poudre pour solution buvable\", \"galenicFormLabelHtml\": null, \"aspect\": \" POUDRE BUVABLE SOLUTION\", \"inFacilityFormulary\": false, \"codes\": { \"cip7\": \"3499879\", \"cip13\": \"3400934998799\", \"cip13Referent\": \"3400934998799\", \"ucd7\": \"9210934\", \"ucd13\": \"3400892109343\", \"cis\": \"65103838\", \"code13Referent\": \"3400934998799\", \"ean13\": [], \"udi\": null }, \"flags\": { \"misuse\": 0, \"careBasket\": 0, \"doping\": 0, \"driveWarning\": \"0\", \"narcotic\": 0, \"crushable\": -1, \"referent\": 0, \"generic\": 0, \"biosimilar\": 0, \"hospitalDelivery\": 0, \"internal\": 1, \"medicalDevice\": 0, \"homeo\": 0, \"exactcureSimulable\": 1, \"pediatrics\": 1, \"hybrid\": 0, \"extendedFlags\": { \"bloodDerivative\": 0, \"anticoagulant\": 0, \"vaccin\": 0, \"soluteDilution\": 0, \"emergencyContraceptive\": 0, \"minorContraceptive\": 0, \"fridge\": 0, \"humanAntibiotic\": 0, \"veterinaryAntibiotic\": 0, \"veterinaryPrescription\": 0, \"deconditionning\": 0, \"seasonalFluVaccine\": 0, \"ghs\": 1, \"horsGhs\": 0, \"infertilityTreatment\": 0, \"mindalteringSubstance\": 0, \"testReagent\": 0, \"firstAgeMilk\": 0, \"abortionDrug\": 0, \"mte\": 0, \"tfr\": 0, \"biosimilarReferent\": 0, \"freezer\": 0, \"reinforcedMonitoring\": 0, \"t2a\": 0, \"communityApproval\": 1, \"drugException\": 0, \"hybridReferent\": 0, \"pregnancyPictogram\": 0 } }, \"careBasket\": null, \"segmentationAttributes\": null, \"excipientsWithKnowEffects\": [ { \"code\": \"15\", \"label\": \"Saccharose\", \"parentCode\": \"15\" } ], \"atcClasses\": [ { \"code\": \"N\", \"label\": \"Syst&#232;me nerveux\" }, { \"code\": \"N02\", \"label\": \"Analg&#233;siques\" }, { \"code\": \"N02B\", \"label\": \"Autres analg&#233;siques et antipyr&#233;tiques\" }, { \"code\": \"N02BE\", \"label\": \"Anilides \" }, { \"code\": \"N02BE01\", \"label\": \"Parac&#233;tamol\" } ], \"intakeUnits\": [ { \"order\": 1, \"code\": 48, \"labelHtml\": \"mg\", \"pluralLabelHtml\": \"mg\", \"shortLabelHtml\": \"mg\", \"dispensationNumber\": \"0\", \"distributionNumber\": \"0\", \"intakeUnitNumber\": \"0,0066666000\", \"round\": 100, \"throwTheRest\": 0 }, { \"order\": 2, \"code\": 13, \"labelHtml\": \"sachet\", \"pluralLabelHtml\": \"sachets\", \"shortLabelHtml\": \"sac\", \"dispensationNumber\": \"0\", \"distributionNumber\": \"0\", \"intakeUnitNumber\": \"1,0000000000\", \"round\": 1, \"throwTheRest\": 0 }, { \"order\": 3, \"code\": 158, \"labelHtml\": \"sachet-dose\", \"pluralLabelHtml\": \"sachets-dose\", \"shortLabelHtml\": \"sac\", \"dispensationNumber\": \"12\", \"distributionNumber\": \"12,00000\", \"intakeUnitNumber\": \"1,0000000000\", \"round\": 1, \"throwTheRest\": 0 } ], \"subLaboratories\": null }, \"prices\": { \"ucdPrice\": \"12\", \"repaymentRate\": 65.0, \"vatRate\": \"2,10\", \"reimbursementBase\": \"0000143\", \"sellingPrice\": \"0000143\", \"tfr\": null }, \"searchProperties\": { \"score\": null, \"safeScore\": 0, \"safeDetails\": null, \"samCode\": null, \"samPatient\": false }, \"extendedProperties\": null }, { \"code\": \"25869\", \"productId\": 25869, \"type\": 1, \"labelHtml\": \"DOLIPRANE 250MG SACHET 12\", \"code13\": \"3400933264468\", \"deletedDate\": \"19991006\", \"deleted\": true, \"labels\": { \"typeLabel\": \"Pr&#233;sentation\", \"label\": \"DOLIPRANE 250MG SACHET 12\", \"shortLabel\": \"DOLIPRANE 250MG SACHET 12\", \"shortLabelHtml\": \"DOLIPRANE 250MG SACHET 12\", \"longLabel\": \"DOLIPRANE 250MG SACHET 12\", \"longLabelHtml\": \"DOLIPRANE 250MG SACHET 12\", \"searchLabel\": \"DOLIPRANE 250MG SACHET 12 DOLIPRANE 250MG SACHET 12 DOLIPRANE 250MG SACHET 12 DOLIPRANE 250MG PDR SACH DOLIPRANE250MGSACHET12DOLIPRANE250MGSACHET12DOLIPRANE250MGSACHET12DOLIPRANE250MGPDRSACH DOLIPRANE 250MG SACHET 12 DOLIPRANE 250MG SACHET 12 DOLIPRANE 250MG SACHET 12 DOLIPRANE 250MG PDR SACH \" }, \"properties\": { \"thumbnail\": \"\", \"productName\": \"\", \"productDosage\": \"\", \"galenicFormCode\": \"\", \"galenicFormLabel\": \"\", \"galenicFormLabelHtml\": null, \"aspect\": \"\", \"inFacilityFormulary\": false, \"codes\": { \"cip7\": \"3326446\", \"cip13\": \"3400933264468\", \"cip13Referent\": \"3400933264468\", \"ucd7\": \"9146633\", \"ucd13\": \"3400891466331\", \"cis\": \"\", \"code13Referent\": \"3400933264468\", \"ean13\": [], \"udi\": null }, \"flags\": { \"misuse\": 0, \"careBasket\": 0, \"doping\": 0, \"driveWarning\": \"0\", \"narcotic\": 0, \"crushable\": -1, \"referent\": 0, \"generic\": 0, \"biosimilar\": 0, \"hospitalDelivery\": 0, \"internal\": 1, \"medicalDevice\": 0, \"homeo\": 0, \"exactcureSimulable\": 0, \"pediatrics\": 0, \"hybrid\": 0, \"extendedFlags\": { \"bloodDerivative\": 0, \"anticoagulant\": 0, \"vaccin\": 0, \"soluteDilution\": 0, \"emergencyContraceptive\": 0, \"minorContraceptive\": 0, \"fridge\": 0, \"humanAntibiotic\": 0, \"veterinaryAntibiotic\": 0, \"veterinaryPrescription\": 0, \"deconditionning\": 0, \"seasonalFluVaccine\": 0, \"ghs\": 1, \"horsGhs\": 0, \"infertilityTreatment\": 0, \"mindalteringSubstance\": 0, \"testReagent\": 0, \"firstAgeMilk\": 0, \"abortionDrug\": 0, \"mte\": 0, \"tfr\": 0, \"biosimilarReferent\": 0, \"freezer\": 0, \"reinforcedMonitoring\": 0, \"t2a\": 0, \"communityApproval\": 1, \"drugException\": 0, \"hybridReferent\": 0, \"pregnancyPictogram\": 0 } }, \"careBasket\": null, \"segmentationAttributes\": null, \"excipientsWithKnowEffects\": [], \"atcClasses\": [ { \"code\": \"N\", \"label\": \"Syst&#232;me nerveux\" }, { \"code\": \"N02\", \"label\": \"Analg&#233;siques\" }, { \"code\": \"N02B\", \"label\": \"Autres analg&#233;siques et antipyr&#233;tiques\" }, { \"code\": \"N02BE\", \"label\": \"Anilides \" }, { \"code\": \"N02BE01\", \"label\": \"Parac&#233;tamol\" } ], \"intakeUnits\": [], \"subLaboratories\": null }, \"prices\": { \"ucdPrice\": \"0\", \"repaymentRate\": 65.0, \"vatRate\": \"2,10\", \"reimbursementBase\": \"0000198\", \"sellingPrice\": \"0000198\", \"tfr\": null }, \"searchProperties\": { \"score\": null, \"safeScore\": 0, \"safeDetails\": null, \"samCode\": null, \"samPatient\": false }, \"extendedProperties\": null } ], \"pageable\": { \"sort\": { \"unsorted\": false, \"sorted\": true, \"empty\": false }, \"pageSize\": 50, \"pageNumber\": 0, \"offset\": 0, \"paged\": true, \"unpaged\": false }, \"totalElements\": 3, \"totalPages\": 1, \"last\": true, \"numberOfElements\": 3, \"first\": true, \"size\": 50, \"number\": 0, \"sort\": { \"unsorted\": false, \"sorted\": true, \"empty\": false }, \"empty\": false } }"
        },
        {
          "kind": "variable",
          "name": "resultsRequestResponseWithTwoProducts",
          "type": {
            "text": "SearchResponseBean"
          },
          "default": "{ \"filters\": { \"available\": [ { \"type\": \"terrains\", \"field\": \"attributsSegmentation.terrains.libelle.keyword\", \"label\": \"Terrains\", \"values\": [ { \"value\": \"Adulte\", \"label\": \"Adulte\", \"count\": 2, \"exclude\": 0, }, { \"value\": \"Sujet &#226;g&#233;\", \"label\": \"Sujet &#226;g&#233;\", \"count\": 2, \"exclude\": 0, }, ], \"totalCount\": 4, }, { \"type\": \"laboratoire\", \"field\": \"laboratoires.laboratoireExploitant.libelleLaboratoire.keyword\", \"label\": \"Laboratoires\", \"values\": [ { \"value\": \"PIERRE FABRE MEDICAMENT\", \"label\": \"PIERRE FABRE MEDICAMENT\", \"count\": 2, \"exclude\": 0, }, ], \"totalCount\": 2, }, { \"type\": \"supprime\", \"field\": \"flags.supprime\", \"label\": \"Statut\", \"values\": [ { \"value\": \"0\", \"label\": \"Commercialisé\", \"count\": 2, \"exclude\": 0, }, ], \"totalCount\": 2, }, { \"type\": \"ci\", \"field\": \"motsClefs.motsClefsCI.libelleMotClefCIHtml.keyword\", \"label\": \"Contre indications\", \"values\": [ { \"value\": \"Allaitement\", \"label\": \"Allaitement\", \"count\": 2, \"exclude\": 0, }, { \"value\": \"Asthmatique\", \"label\": \"Asthmatique\", \"count\": 2, \"exclude\": 0, }, { \"value\": \"Insuffisance respiratoire\", \"label\": \"Insuffisance respiratoire\", \"count\": 2, \"exclude\": 0, }, { \"value\": \"M&#233;taboliseur ultrarapide du CYP2D6\", \"label\": \"M&#233;taboliseur ultrarapide du CYP2D6\", \"count\": 2, \"exclude\": 0, }, { \"value\": \"Patient de moins de 12 ans\", \"label\": \"Patient de moins de 12 ans\", \"count\": 2, \"exclude\": 0, }, ], \"totalCount\": 10, }, { \"type\": \"composant\", \"field\": \"composition.principesActifs.libelleComposantPere.keyword\", \"label\": \"Composants\", \"values\": [ { \"value\": \"Cod&#233;ine\", \"label\": \"Cod&#233;ine\", \"count\": 2, \"exclude\": 0, }, { \"value\": \"Erysimum\", \"label\": \"Erysimum\", \"count\": 2, \"exclude\": 0, }, ], \"totalCount\": 4, }, { \"type\": \"statutsSegmentation\", \"field\": \"infoProduit.statutSegmentationHtml.keyword\", \"label\": \"Statuts segmentation\", \"values\": [ { \"value\": \"M&eacute;dicament\", \"label\": \"M&eacute;dicament\", \"count\": 2, \"exclude\": 0, }, ], \"totalCount\": 2, }, { \"type\": \"autres\", \"field\": \"attributsSegmentation.autres.libelle.keyword\", \"label\": \"Autres attributs segmentation\", \"values\": [ { \"value\": \"Hors pilulier\", \"label\": \"Hors pilulier\", \"count\": 2, \"exclude\": 0, }, ], \"totalCount\": 2, }, { \"type\": \"voies\", \"field\": \"listeVoiesAdm.voieAdministration.keyword\", \"label\": \"Voies d'administration\", \"values\": [ { \"value\": \"orale\", \"label\": \"orale\", \"count\": 2, \"exclude\": 0, }, ], \"totalCount\": 2, }, { \"type\": \"marque\", \"field\": \"infoProduit.nomMarqueHtml.keyword\", \"label\": \"Marques\", \"values\": [ { \"value\": \"POLERY\", \"label\": \"POLERY\", \"count\": 2, \"exclude\": 0, }, ], \"totalCount\": 2, }, { \"type\": \"hospitalier\", \"field\": \"flags.hospitalier\", \"label\": \"Hospitalier\", \"values\": [ { \"value\": \"0\", \"label\": \"Non\", \"count\": 2, \"exclude\": 0, }, ], \"totalCount\": 2, }, { \"type\": \"gamme\", \"field\": \"infoProduit.nomGammeHtml.keyword\", \"label\": \"Gammes\", \"values\": [ { \"value\": \"Adulte\", \"label\": \"Adulte\", \"count\": 2, \"exclude\": 0, }, ], \"totalCount\": 2, }, { \"type\": \"type\", \"field\": \"type\", \"label\": \"Type\", \"values\": [ { \"value\": \"1\", \"label\": \"Médicament\", \"count\": 2, \"exclude\": 0, }, ], \"totalCount\": 2, }, { \"type\": \"indication\", \"field\": \"motsClefs.motsClefsInd.libelleMotClefIndHtml.keyword\", \"label\": \"Indications\", \"values\": [ { \"value\": \"Toux non productive\", \"label\": \"Toux non productive\", \"count\": 2, \"exclude\": 0, }, ], \"totalCount\": 2, }, { \"type\": \"dopant\", \"field\": \"flags.dopant\", \"label\": \"Dopant\", \"values\": [ { \"value\": \"0\", \"label\": \"Non\", \"count\": 2, \"exclude\": 0, }, ], \"totalCount\": 2, }, { \"type\": \"circuitsDeDistribution\", \"field\": \"attributsSegmentation.circuitDeDistribution.libelle.keyword\", \"label\": \"Circuits de distribution\", \"values\": [ { \"value\": \"Pharmacie\", \"label\": \"Pharmacie\", \"count\": 2, \"exclude\": 0, }, ], \"totalCount\": 2, }, ], \"active\": [], }, \"search\": { \"content\": [ { \"code\": \"40525\", \"productId\": 40525, \"type\": 1, \"labelHtml\": \"POLERY ADULTES SANS SUCRE, sirop, bo&icirc;te de 1 flacon (+ gobelet doseur) de 200 ml\", \"code13\": \"3400939845869\", \"deletedDate\": \"\", \"deleted\": false, \"labels\": { \"typeLabel\": \"Pr&#233;sentation\", \"label\": \"POLERY ADULTES SANS SUCRE. sirop. boite de 1 flacon (+ gobelet doseur) de 200 ml\", \"shortLabel\": \"POLERY AD SP S S 200ML\", \"shortLabelHtml\": \"POLERY AD SP S/S 200ML\", \"longLabel\": \"POLERY ADULTES SANS SUCRE. sirop. boite de 1 flacon (+ gobelet doseur) de 200 ml\", \"longLabelHtml\": \"POLERY ADULTES SANS SUCRE, sirop, bo&icirc;te de 1 flacon (+ gobelet doseur) de 200 ml\", \"searchLabel\": \"POLERY ADULTES SANS SUCRE. SIROP. BOITE DE 1 FLACON (+ GOBELET DOSEUR) DE 200 ML POLERY ADULTES SANS SUCRE. SIROP. BOITE DE 1 FLACON (+ GOBELET DOSEUR) DE 200 ML POLERY AD SP S S 200ML POLERY AD. S SUC SIR FL200ML CODEINE ERYSIMUM* POLERYADULTESSANSSUCRE.SIROP.BOITEDE1FLACON(+GOBELETDOSEUR)DE200MLPOLERYADULTESSANSSUCRE.SIROP.BOITEDE1FLACON(+GOBELETDOSEUR)DE200MLPOLERYADSPSS200MLPOLERYAD.SSUCSIRFL200MLCODEINEERYSIMUM* POLERY ADULTES SANS SUCRE. SIROP. BOITE DE 1 FLACON (+ GOBELET DOSEUR) DE 200 ML POLERY ADULTES SANS SUCRE. SIROP. BOITE DE 1 FLACON (+ GOBELET DOSEUR) DE 200 ML POLERY AD SP S S 200ML POLERY AD. S SUC SIR FL200ML CODEINE ERYSIMUM* Adulte Sujet_age Hors_pilulier\", }, \"properties\": { \"thumbnail\": \"https://documents.resip.fr/vignettes/40525_vign.jpg\", \"productName\": \"POLERY ADULTES SANS SUCRE\", \"productDosage\": \"\", \"galenicFormCode\": \"BB01\", \"galenicFormLabel\": \"Sirop\", \"galenicFormLabelHtml\": undefined, \"aspect\": \" A LIQUIDE SIROP MARRON JAUNE BRUN CLAIR\", \"inFacilityFormulary\": false, \"codes\": { \"cip7\": \"3984586\", \"cip13\": \"3400939845869\", \"cip13Referent\": \"3400939845869\", \"ucd7\": \"9362325\", \"ucd13\": \"3400893623251\", \"cis\": \"69592294\", \"code13Referent\": \"3400939845869\", \"ean13\": [], }, \"flags\": { \"doping\": 0, \"driveWarning\": \"1\", \"narcotic\": 1, \"crushable\": -1, \"referent\": 0, \"generic\": 0, \"biosimilar\": 0, \"hospitalDelivery\": 0, \"internal\": 1, \"medicalDevice\": 0, \"homeo\": 0, \"exactcureSimulable\": 1, \"pediatrics\": 0, \"hybrid\": 0, \"extendedFlags\": { \"bloodDerivative\": 0, \"anticoagulant\": 0, \"vaccin\": 0, \"soluteDilution\": 0, \"emergencyContraceptive\": 0, \"minorContraceptive\": 0, \"fridge\": 0, \"humanAntibiotic\": 0, \"veterinaryAntibiotic\": 0, \"veterinaryPrescription\": 0, \"deconditionning\": 0, \"seasonalFluVaccine\": 0, \"ghs\": 1, \"horsGhs\": 0, \"infertilityTreatment\": 0, \"mindalteringSubstance\": 0, \"testReagent\": 0, \"firstAgeMilk\": 0, \"abortionDrug\": 0, \"mte\": 0, \"tfr\": 0, \"biosimilarReferent\": 0, \"freezer\": 0, \"reinforcedMonitoring\": 0, \"t2a\": 0, \"communityApproval\": 1, \"drugException\": 0, \"hybridReferent\": 0, \"pregnancyPictogram\": 0, }, }, \"segmentationAttributes\": undefined, \"excipientsWithKnowEffects\": [ { \"code\": \"48\", \"label\": \"Sodium benzoate\", \"parentCode\": \"48\", }, { \"code\": \"17582\", \"label\": \"Methyle parahydroxybenzoate\", \"parentCode\": \"78\", }, { \"code\": \"7358\", \"label\": \"Ethanol\", \"parentCode\": \"235\", }, ], \"atcClassesLevel2\": [ { \"code\": \"R05\", \"label\": \"M&#233;dicaments du rhume et de la toux\", }, ], \"intakeUnits\": [ { \"order\": 1, \"code\": 776, \"labelHtml\": \"gobelet-doseur de 15 ml\", \"pluralLabelHtml\": \"gobelets-doseur de 15 ml\", \"shortLabelHtml\": \"gobelet 15 ml\", \"dispensationNumber\": \"0\", \"distributionNumber\": \"0\", \"intakeUnitNumber\": \"15,0000000000\", \"round\": 2, \"throwTheRest\": 0, }, { \"order\": 2, \"code\": 27, \"labelHtml\": \"ml\", \"pluralLabelHtml\": \"ml\", \"shortLabelHtml\": \"ml\", \"dispensationNumber\": \"0\", \"distributionNumber\": \"200,00000\", \"intakeUnitNumber\": \"1,0000000000\", \"round\": 10, \"throwTheRest\": 0, }, { \"order\": 3, \"code\": 26, \"labelHtml\": \"flacon\", \"pluralLabelHtml\": \"flacons\", \"shortLabelHtml\": \"fl\", \"dispensationNumber\": \"1\", \"distributionNumber\": \"0\", \"intakeUnitNumber\": \"200,0000000000\", \"round\": 1, \"throwTheRest\": 0, }, ], \"subLaboratories\": undefined, }, \"prices\": { \"ucdPrice\": \"200\", \"repaymentRate\": 30.0, \"vatRate\": \"2,10\", \"reimbursementBase\": \"0000200\", \"sellingPrice\": \"0000200\", \"tfr\": undefined, }, \"searchProperties\": { \"score\": undefined, \"safeScore\": 12, \"safeDetails\": [ { \"codeAlerte\": 1, \"libelleAlerte\": \"Patient de moins de 12 ans\", \"typeAlerte\": \"Contre-indication contre-indiqué\", \"niveauAlerte\": 4, \"idAlerte\": \"0000033355\", \"productId2\": 0, \"productLabel2\": \"\", \"details\": \"\", }, { \"codeAlerte\": 1, \"libelleAlerte\": \"Patient de 12 &#224; 15 ans\", \"typeAlerte\": \"Contre-indication déconseillé\", \"niveauAlerte\": 3, \"idAlerte\": \"0000008254\", \"productId2\": 0, \"productLabel2\": \"\", \"details\": \"\", }, { \"codeAlerte\": 1, \"libelleAlerte\": \"Adolescent de plus de 15 ans de moins de 50 kg\", \"typeAlerte\": \"Contre-indication déconseillé\", \"niveauAlerte\": 3, \"idAlerte\": \"0000033351\", \"productId2\": 0, \"productLabel2\": \"\", \"details\": \"\", }, { \"codeAlerte\": 2, \"libelleAlerte\": \"Sujet &#226;g&#233;\", \"typeAlerte\": \"Précaution d'emploi\", \"niveauAlerte\": 2, \"idAlerte\": \"0000005633\", \"productId2\": 0, \"productLabel2\": \"\", \"details\": \"\", }, ], \"samCode\": undefined, \"samPatient\": false, }, \"extendedProperties\": undefined, }, { \"code\": \"21329\", \"productId\": 21329, \"type\": 1, \"labelHtml\": \"POLERY ADULTES, sirop, bo&icirc;te de 1 flacon (+ gobelet doseur) de 200 ml\", \"code13\": \"3400930849316\", \"deletedDate\": \"\", \"deleted\": false, \"labels\": { \"typeLabel\": \"Pr&#233;sentation\", \"label\": \"POLERY ADULTES. sirop. boite de 1 flacon (+ gobelet doseur) de 200 ml\", \"shortLabel\": \"POLERY AD SP 200ML\", \"shortLabelHtml\": \"POLERY AD SP 200ML\", \"longLabel\": \"POLERY ADULTES. sirop. boite de 1 flacon (+ gobelet doseur) de 200 ml\", \"longLabelHtml\": \"POLERY ADULTES, sirop, bo&icirc;te de 1 flacon (+ gobelet doseur) de 200 ml\", \"searchLabel\": \"POLERY ADULTES. SIROP. BOITE DE 1 FLACON (+ GOBELET DOSEUR) DE 200 ML POLERY ADULTES. SIROP. BOITE DE 1 FLACON (+ GOBELET DOSEUR) DE 200 ML POLERY AD SP 200ML POLERY AD. SIR FL200ML CODEINE ERYSIMUM* POLERYADULTES.SIROP.BOITEDE1FLACON(+GOBELETDOSEUR)DE200MLPOLERYADULTES.SIROP.BOITEDE1FLACON(+GOBELETDOSEUR)DE200MLPOLERYADSP200MLPOLERYAD.SIRFL200MLCODEINEERYSIMUM* POLERY ADULTES. SIROP. BOITE DE 1 FLACON (+ GOBELET DOSEUR) DE 200 ML POLERY ADULTES. SIROP. BOITE DE 1 FLACON (+ GOBELET DOSEUR) DE 200 ML POLERY AD SP 200ML POLERY AD. SIR FL200ML CODEINE ERYSIMUM* Adulte Sujet_age Hors_pilulier\", }, \"properties\": { \"thumbnail\": \"https://documents.resip.fr/vignettes/21329_vign.jpg\", \"productName\": \"POLERY ADULTES\", \"productDosage\": \"\", \"galenicFormCode\": \"BB01\", \"galenicFormLabel\": \"Sirop\", \"galenicFormLabelHtml\": undefined, \"aspect\": \" A LIQUIDE SIROP MARRON JAUNE BRUN\", \"inFacilityFormulary\": false, \"codes\": { \"cip7\": \"3084931\", \"cip13\": \"3400930849316\", \"cip13Referent\": \"3400930849316\", \"ucd7\": \"9073704\", \"ucd13\": \"3400890737043\", \"cis\": \"69575220\", \"code13Referent\": \"3400930849316\", \"ean13\": [], }, \"flags\": { \"doping\": 0, \"driveWarning\": \"1\", \"narcotic\": 1, \"crushable\": -1, \"referent\": 0, \"generic\": 0, \"biosimilar\": 0, \"hospitalDelivery\": 0, \"internal\": 1, \"medicalDevice\": 0, \"homeo\": 0, \"exactcureSimulable\": 1, \"pediatrics\": 0, \"hybrid\": 0, \"extendedFlags\": { \"bloodDerivative\": 0, \"anticoagulant\": 0, \"vaccin\": 0, \"soluteDilution\": 0, \"emergencyContraceptive\": 0, \"minorContraceptive\": 0, \"fridge\": 0, \"humanAntibiotic\": 0, \"veterinaryAntibiotic\": 0, \"veterinaryPrescription\": 0, \"deconditionning\": 0, \"seasonalFluVaccine\": 0, \"ghs\": 0, \"horsGhs\": 0, \"infertilityTreatment\": 0, \"mindalteringSubstance\": 0, \"testReagent\": 0, \"firstAgeMilk\": 0, \"abortionDrug\": 0, \"mte\": 0, \"tfr\": 0, \"biosimilarReferent\": 0, \"freezer\": 0, \"reinforcedMonitoring\": 0, \"t2a\": 0, \"communityApproval\": 0, \"drugException\": 0, \"hybridReferent\": 0, \"pregnancyPictogram\": 0, }, }, \"segmentationAttributes\": undefined, \"excipientsWithKnowEffects\": [ { \"code\": \"48\", \"label\": \"Sodium benzoate\", \"parentCode\": \"48\", }, { \"code\": \"17582\", \"label\": \"Methyle parahydroxybenzoate\", \"parentCode\": \"78\", }, { \"code\": \"15\", \"label\": \"Saccharose\", \"parentCode\": \"15\", }, { \"code\": \"7358\", \"label\": \"Ethanol\", \"parentCode\": \"235\", }, ], \"atcClassesLevel2\": [ { \"code\": \"R05\", \"label\": \"M&#233;dicaments du rhume et de la toux\", }, ], \"intakeUnits\": [ { \"order\": 1, \"code\": 776, \"labelHtml\": \"gobelet-doseur de 15 ml\", \"pluralLabelHtml\": \"gobelets-doseur de 15 ml\", \"shortLabelHtml\": \"gobelet 15 ml\", \"dispensationNumber\": \"0\", \"distributionNumber\": \"0\", \"intakeUnitNumber\": \"15,0000000000\", \"round\": 2, \"throwTheRest\": 0, }, { \"order\": 2, \"code\": 27, \"labelHtml\": \"ml\", \"pluralLabelHtml\": \"ml\", \"shortLabelHtml\": \"ml\", \"dispensationNumber\": \"0\", \"distributionNumber\": \"200,00000\", \"intakeUnitNumber\": \"1,0000000000\", \"round\": 10, \"throwTheRest\": 0, }, { \"order\": 3, \"code\": 26, \"labelHtml\": \"flacon\", \"pluralLabelHtml\": \"flacons\", \"shortLabelHtml\": \"fl\", \"dispensationNumber\": \"1\", \"distributionNumber\": \"0\", \"intakeUnitNumber\": \"200,0000000000\", \"round\": 1, \"throwTheRest\": 0, }, ], \"subLaboratories\": undefined, }, \"prices\": { \"ucdPrice\": \"200\", \"repaymentRate\": 30.0, \"vatRate\": \"2,10\", \"reimbursementBase\": \"0000200\", \"sellingPrice\": \"0000200\", \"tfr\": undefined, }, \"searchProperties\": { \"score\": undefined, \"safeScore\": 12, \"safeDetails\": [ { \"codeAlerte\": 1, \"libelleAlerte\": \"Patient de moins de 12 ans\", \"typeAlerte\": \"Contre-indication contre-indiqué\", \"niveauAlerte\": 4, \"idAlerte\": \"0000033355\", \"productId2\": 0, \"productLabel2\": \"\", \"details\": \"\", }, { \"codeAlerte\": 1, \"libelleAlerte\": \"Patient de 12 &#224; 15 ans\", \"typeAlerte\": \"Contre-indication déconseillé\", \"niveauAlerte\": 3, \"idAlerte\": \"0000008254\", \"productId2\": 0, \"productLabel2\": \"\", \"details\": \"\", }, { \"codeAlerte\": 1, \"libelleAlerte\": \"Adolescent de plus de 15 ans de moins de 50 kg\", \"typeAlerte\": \"Contre-indication déconseillé\", \"niveauAlerte\": 3, \"idAlerte\": \"0000033351\", \"productId2\": 0, \"productLabel2\": \"\", \"details\": \"\", }, { \"codeAlerte\": 2, \"libelleAlerte\": \"Sujet &#226;g&#233;\", \"typeAlerte\": \"Précaution d'emploi\", \"niveauAlerte\": 2, \"idAlerte\": \"0000005633\", \"productId2\": 0, \"productLabel2\": \"\", \"details\": \"\", }, ], \"samCode\": undefined, \"samPatient\": false, }, \"extendedProperties\": undefined, }, ], \"pageable\": { \"sort\": { \"unsorted\": false, \"sorted\": true, \"empty\": false, }, \"pageSize\": 150, \"pageNumber\": 0, \"offset\": 0, \"paged\": true, \"unpaged\": false, }, \"totalPages\": 1, \"totalElements\": 2, \"last\": true, \"numberOfElements\": 2, \"first\": true, \"sort\": { \"unsorted\": false, \"sorted\": true, \"empty\": false, }, \"number\": 0, \"size\": 150, \"empty\": false, }, }"
        },
        {
          "kind": "variable",
          "name": "resultsRequestResponseWithManyProducts",
          "type": {
            "text": "SearchResponseBean"
          },
          "default": "{ \"filters\": { \"available\": [ { \"type\": \"terrains\", \"field\": \"attributsSegmentation.terrains.libelle.keyword\", \"label\": \"Terrains\", \"values\": [ { \"value\": \"Enfant\", \"label\": \"Enfant\", \"count\": 22, \"exclude\": 0, }, { \"value\": \"Adulte\", \"label\": \"Adulte\", \"count\": 17, \"exclude\": 0, }, { \"value\": \"Nourrisson\", \"label\": \"Nourrisson\", \"count\": 9, \"exclude\": 0, }, { \"value\": \"Sujet &#226;g&#233;\", \"label\": \"Sujet &#226;g&#233;\", \"count\": 3, \"exclude\": 0, }, { \"value\": \"Nouveau-n&#233;\", \"label\": \"Nouveau-n&#233;\", \"count\": 2, \"exclude\": 0, }, ], \"totalCount\": 53, }, { \"type\": \"laboratoire\", \"field\": \"laboratoires.laboratoireExploitant.libelleLaboratoire.keyword\", \"label\": \"Laboratoires\", \"values\": [ { \"value\": \"OPELLA HEALTHCARE FRANCE SAS\", \"label\": \"OPELLA HEALTHCARE FRANCE SAS\", \"count\": 32, \"exclude\": 0, }, ], \"totalCount\": 32, }, { \"type\": \"supprime\", \"field\": \"flags.supprime\", \"label\": \"Statut\", \"values\": [ { \"value\": \"0\", \"label\": \"Commercialisé\", \"count\": 32, \"exclude\": 0, }, { \"value\": \"-1\", \"label\": \"Commercialisé\", \"count\": 6, \"exclude\": 0, }, ], \"totalCount\": 38, }, { \"type\": \"ci\", \"field\": \"motsClefs.motsClefsCI.libelleMotClefCIHtml.keyword\", \"label\": \"Contre indications\", \"values\": [ { \"value\": \"Insuffisance h&#233;patique s&#233;v&#232;re\", \"label\": \"Insuffisance h&#233;patique s&#233;v&#232;re\", \"count\": 26, \"exclude\": 0, }, { \"value\": \"Patient de moins de 6 ans\", \"label\": \"Patient de moins de 6 ans\", \"count\": 9, \"exclude\": 0, }, { \"value\": \"Allaitement\", \"label\": \"Allaitement\", \"count\": 6, \"exclude\": 0, }, { \"value\": \"Asthme\", \"label\": \"Asthme\", \"count\": 6, \"exclude\": 0, }, { \"value\": \"Insuffisance h&#233;patocellulaire s&#233;v&#232;re\", \"label\": \"Insuffisance h&#233;patocellulaire s&#233;v&#232;re\", \"count\": 6, \"exclude\": 0, }, { \"value\": \"Insuffisance respiratoire\", \"label\": \"Insuffisance respiratoire\", \"count\": 6, \"exclude\": 0, }, { \"value\": \"M&#233;taboliseur ultrarapide du CYP2D6\", \"label\": \"M&#233;taboliseur ultrarapide du CYP2D6\", \"count\": 6, \"exclude\": 0, }, { \"value\": \"Patient de moins de 15 ans\", \"label\": \"Patient de moins de 15 ans\", \"count\": 6, \"exclude\": 0, }, { \"value\": \"Suite d&#39;amygdalectomie et/ou ad&#233;no&#239;dectomie chez le patient de moins de 18 ans\", \"label\": \"Suite d&#39;amygdalectomie et/ou ad&#233;no&#239;dectomie chez le patient de moins de 18 ans\", \"count\": 6, \"exclude\": 0, }, { \"value\": \"Ant&#233;c&#233;dent d&#39;anite\", \"label\": \"Ant&#233;c&#233;dent d&#39;anite\", \"count\": 5, \"exclude\": 0, }, { \"value\": \"Ant&#233;c&#233;dent de rectite\", \"label\": \"Ant&#233;c&#233;dent de rectite\", \"count\": 5, \"exclude\": 0, }, { \"value\": \"Ant&#233;c&#233;dent de rectorragie\", \"label\": \"Ant&#233;c&#233;dent de rectorragie\", \"count\": 5, \"exclude\": 0, }, { \"value\": \"Ph&#233;nylc&#233;tonurie\", \"label\": \"Ph&#233;nylc&#233;tonurie\", \"count\": 1, \"exclude\": 0, }, ], \"totalCount\": 93, }, { \"type\": \"composant\", \"field\": \"composition.principesActifs.libelleComposantPere.keyword\", \"label\": \"Composants\", \"values\": [ { \"value\": \"Parac&#233;tamol\", \"label\": \"Parac&#233;tamol\", \"count\": 32, \"exclude\": 0, }, { \"value\": \"Cod&#233;ine phosphate h&#233;mihydrat&#233;\", \"label\": \"Cod&#233;ine phosphate h&#233;mihydrat&#233;\", \"count\": 6, \"exclude\": 0, }, ], \"totalCount\": 38, }, { \"type\": \"statutsSegmentation\", \"field\": \"infoProduit.statutSegmentationHtml.keyword\", \"label\": \"Statuts segmentation\", \"values\": [ { \"value\": \"M&eacute;dicament\", \"label\": \"M&eacute;dicament\", \"count\": 32, \"exclude\": 0, }, ], \"totalCount\": 32, }, { \"type\": \"autres\", \"field\": \"attributsSegmentation.autres.libelle.keyword\", \"label\": \"Autres attributs segmentation\", \"values\": [ { \"value\": \"Hors pilulier\", \"label\": \"Hors pilulier\", \"count\": 23, \"exclude\": 0, }, ], \"totalCount\": 23, }, { \"type\": \"voies\", \"field\": \"listeVoiesAdm.voieAdministration.keyword\", \"label\": \"Voies d'administration\", \"values\": [ { \"value\": \"orale\", \"label\": \"orale\", \"count\": 27, \"exclude\": 0, }, { \"value\": \"rectale\", \"label\": \"rectale\", \"count\": 5, \"exclude\": 0, }, ], \"totalCount\": 32, }, { \"type\": \"marque\", \"field\": \"infoProduit.nomMarqueHtml.keyword\", \"label\": \"Marques\", \"values\": [ { \"value\": \"DOLIPRANE\", \"label\": \"DOLIPRANE\", \"count\": 26, \"exclude\": 0, }, { \"value\": \"CODOLIPRANE\", \"label\": \"CODOLIPRANE\", \"count\": 6, \"exclude\": 0, }, ], \"totalCount\": 32, }, { \"type\": \"hospitalier\", \"field\": \"flags.hospitalier\", \"label\": \"Hospitalier\", \"values\": [ { \"value\": \"0\", \"label\": \"Non\", \"count\": 31, \"exclude\": 0, }, { \"value\": \"1\", \"label\": \"Oui\", \"count\": 7, \"exclude\": 0, }, ], \"totalCount\": 38, }, { \"type\": \"gamme\", \"field\": \"infoProduit.nomGammeHtml.keyword\", \"label\": \"Gammes\", \"values\": [ { \"value\": \"Sans gamme\", \"label\": \"Sans gamme\", \"count\": 25, \"exclude\": 0, }, { \"value\": \"Dolipraneliquiz\", \"label\": \"Dolipraneliquiz\", \"count\": 4, \"exclude\": 0, }, { \"value\": \"Dolipranetabs\", \"label\": \"Dolipranetabs\", \"count\": 2, \"exclude\": 0, }, { \"value\": \"Dolipraneorodoz\", \"label\": \"Dolipraneorodoz\", \"count\": 1, \"exclude\": 0, }, ], \"totalCount\": 32, }, { \"type\": \"type\", \"field\": \"type\", \"label\": \"Type\", \"values\": [ { \"value\": \"1\", \"label\": \"Médicament\", \"count\": 32, \"exclude\": 0, }, { \"value\": \"12\", \"label\": \"Gamme\", \"count\": 5, \"exclude\": 0, }, { \"value\": \"13\", \"label\": \"Marque\", \"count\": 1, \"exclude\": 0, }, ], \"totalCount\": 38, }, { \"type\": \"indication\", \"field\": \"motsClefs.motsClefsInd.libelleMotClefIndHtml.keyword\", \"label\": \"Indications\", \"values\": [ { \"value\": \"Douleur l&#233;g&#232;re &#224; mod&#233;r&#233;e\", \"label\": \"Douleur l&#233;g&#232;re &#224; mod&#233;r&#233;e\", \"count\": 26, \"exclude\": 0, }, { \"value\": \"Etat f&#233;brile\", \"label\": \"Etat f&#233;brile\", \"count\": 23, \"exclude\": 0, }, { \"value\": \"Douleur aigu&#235; d&#39;intensit&#233; mod&#233;r&#233;e\", \"label\": \"Douleur aigu&#235; d&#39;intensit&#233; mod&#233;r&#233;e\", \"count\": 6, \"exclude\": 0, }, { \"value\": \"Fi&#232;vre\", \"label\": \"Fi&#232;vre\", \"count\": 3, \"exclude\": 0, }, ], \"totalCount\": 58, }, { \"type\": \"dopant\", \"field\": \"flags.dopant\", \"label\": \"Dopant\", \"values\": [ { \"value\": \"0\", \"label\": \"Non\", \"count\": 38, \"exclude\": 0, }, ], \"totalCount\": 38, }, { \"type\": \"circuitsDeDistribution\", \"field\": \"attributsSegmentation.circuitDeDistribution.libelle.keyword\", \"label\": \"Circuits de distribution\", \"values\": [ { \"value\": \"Pharmacie\", \"label\": \"Pharmacie\", \"count\": 29, \"exclude\": 0, }, { \"value\": \"ECOM\", \"label\": \"ECOM\", \"count\": 22, \"exclude\": 0, }, ], \"totalCount\": 51, }, ], \"active\": [], }, \"search\": { \"content\": [ { \"code\": \"268745\", \"productId\": 268745, \"type\": 1, \"labelHtml\": \"CODOLIPRANE 500milligrammes/30milligr, comprim&eacute;, bo&icirc;te de 100\", \"code13\": \"3400958462917\", \"deletedDate\": \"\", \"deleted\": false, \"labels\": { \"typeLabel\": \"Pr&#233;sentation Hosp\", \"label\": \"CODOLIPRANE 500milligrammes 30milligr. comprime. boite de 100\", \"shortLabel\": \"CODOLIPRANE 500 30MG CPR 100\", \"shortLabelHtml\": \"CODOLIPRANE 500/30MG CPR 100\", \"longLabel\": \"CODOLIPRANE 500milligrammes 30milligr. comprime. boite de 100\", \"longLabelHtml\": \"CODOLIPRANE 500milligrammes/30milligr, comprim&eacute;, bo&icirc;te de 100\", \"searchLabel\": \"CODOLIPRANE 500MILLIGRAMMES 30MILLIGR. COMPRIME. BOITE DE 100 CODOLIPRANE 500MILLIGRAMMES 30MILLIGR. COMPRIME. BOITE DE 100 CODOLIPRANE 500 30MG CPR 100 CODOLIPRANE 500 30MG CPR PARACETAMOL CODEINE PHOSPHATE HEMIHYDRATE CODOLIPRANE500MILLIGRAMMES30MILLIGR.COMPRIME.BOITEDE100CODOLIPRANE500MILLIGRAMMES30MILLIGR.COMPRIME.BOITEDE100CODOLIPRANE50030MGCPR100CODOLIPRANE50030MGCPRPARACETAMOLCODEINEPHOSPHATEHEMIHYDRATE 500MILLIGRAMMES/30MILLIGR 500MILLIGRAMMES/30MILLIGR 500MILLIGRAMMES/30MILLIGRCODOLIPRANE 500MILLIGRAMMES 30MILLIGR. COMPRIME. BOITE DE 100 CODOLIPRANE 500MILLIGRAMMES 30MILLIGR. COMPRIME. BOITE DE 100 CODOLIPRANE 500 30MG CPR 100 CODOLIPRANE 500 30MG CPR PARACETAMOL CODEINE PHOSPHATE HEMIHYDRATE Hors_pilulier\", }, \"properties\": { \"thumbnail\": \"\", \"productName\": \"CODOLIPRANE\", \"productDosage\": \"500milligrammes/30milligr\", \"galenicFormCode\": \"AA01\", \"galenicFormLabel\": \"Comprime\", \"galenicFormLabelHtml\": null, \"aspect\": \" BLANC CASSE COMPRIME ROND BICONVEXE\", \"inFacilityFormulary\": false, \"codes\": { \"cip7\": \"5846291\", \"cip13\": \"3400958462917\", \"cip13Referent\": \"3400958462917\", \"ucd7\": \"9393604\", \"ucd13\": \"3400893936047\", \"cis\": \"60904643\", \"code13Referent\": \"3400958462917\", \"ean13\": [], }, \"flags\": { \"doping\": 0, \"driveWarning\": \"2\", \"narcotic\": 1, \"crushable\": -1, \"referent\": 0, \"generic\": 0, \"biosimilar\": 0, \"hospitalDelivery\": 1, \"internal\": 1, \"medicalDevice\": 0, \"homeo\": 0, \"exactcureSimulable\": 1, \"pediatrics\": 0, \"hybrid\": 0, \"extendedFlags\": { \"bloodDerivative\": 0, \"anticoagulant\": 0, \"vaccin\": 0, \"soluteDilution\": 0, \"emergencyContraceptive\": 0, \"minorContraceptive\": 0, \"fridge\": 0, \"humanAntibiotic\": 0, \"veterinaryAntibiotic\": 0, \"veterinaryPrescription\": 0, \"deconditionning\": 0, \"seasonalFluVaccine\": 0, \"ghs\": 1, \"horsGhs\": 0, \"infertilityTreatment\": 0, \"mindalteringSubstance\": 0, \"testReagent\": 0, \"firstAgeMilk\": 0, \"abortionDrug\": 0, \"mte\": 0, \"tfr\": 0, \"biosimilarReferent\": 0, \"freezer\": 0, \"reinforcedMonitoring\": 0, \"t2a\": 0, \"communityApproval\": 1, \"drugException\": 0, \"hybridReferent\": 0, \"pregnancyPictogram\": 0, }, }, \"segmentationAttributes\": null, \"excipientsWithKnowEffects\": [], \"atcClassesLevel2\": [ { \"code\": \"N02\", \"label\": \"Analg&#233;siques\", }, ], \"intakeUnits\": [ { \"order\": 1, \"code\": 1, \"labelHtml\": \"comprim&#233;\", \"pluralLabelHtml\": \"comprim&#233;s\", \"shortLabelHtml\": \"cpr\", \"dispensationNumber\": \"100\", \"distributionNumber\": \"100,00000\", \"intakeUnitNumber\": \"1,0000000000\", \"round\": 1, \"throwTheRest\": 0, }, ], \"subLaboratories\": null, }, \"prices\": { \"ucdPrice\": \"0\", \"repaymentRate\": 0.0, \"vatRate\": \"2,10\", \"reimbursementBase\": \"0000000\", \"sellingPrice\": \"0000000\", \"tfr\": null, }, \"searchProperties\": { \"score\": null, \"safeScore\": 11, \"safeDetails\": [ { \"codeAlerte\": 1, \"libelleAlerte\": \"Patient de moins de 15 ans\", \"typeAlerte\": \"Contre-indication contre-indiqué\", \"niveauAlerte\": 4, \"idAlerte\": \"0000009437\", \"productId2\": 0, \"productLabel2\": \"\", \"details\": \"\", }, { \"codeAlerte\": 1, \"libelleAlerte\": \"Adolescent de 15 &#224; 18 ans de moins de 31 kg\", \"typeAlerte\": \"Contre-indication déconseillé\", \"niveauAlerte\": 3, \"idAlerte\": \"0000034060\", \"productId2\": 0, \"productLabel2\": \"\", \"details\": \"\", }, { \"codeAlerte\": 2, \"libelleAlerte\": \"Sujet &#226;g&#233;\", \"typeAlerte\": \"Précaution d'emploi\", \"niveauAlerte\": 2, \"idAlerte\": \"0000005633\", \"productId2\": 0, \"productLabel2\": \"\", \"details\": \"\", }, { \"codeAlerte\": 2, \"libelleAlerte\": \"Poids corporel &lt; 50 kg\", \"typeAlerte\": \"Précaution d'emploi\", \"niveauAlerte\": 2, \"idAlerte\": \"0000031353\", \"productId2\": 0, \"productLabel2\": \"\", \"details\": \"\", }, ], \"samCode\": null, \"samPatient\": false, }, \"extendedProperties\": null, }, { \"code\": \"504644\", \"productId\": 504644, \"type\": 1, \"labelHtml\": \"CODOLIPRANE 500milligrammes/30milligr, g&eacute;lule, bo&icirc;te de 16\", \"code13\": \"3400930057834\", \"deletedDate\": \"\", \"deleted\": false, \"labels\": { \"typeLabel\": \"Pr&#233;sentation\", \"label\": \"CODOLIPRANE 500milligrammes 30milligr. gelule. boite de 16\", \"shortLabel\": \"CODOLIPRANE 500MG 30MG GELULE 16\", \"shortLabelHtml\": \"CODOLIPRANE 500MG/30MG GELULE 16\", \"longLabel\": \"CODOLIPRANE 500milligrammes 30milligr. gelule. boite de 16\", \"longLabelHtml\": \"CODOLIPRANE 500milligrammes/30milligr, g&eacute;lule, bo&icirc;te de 16\", \"searchLabel\": \"CODOLIPRANE 500MILLIGRAMMES 30MILLIGR. GELULE. BOITE DE 16 CODOLIPRANE 500MILLIGRAMMES 30MILLIGR. GELULE. BOITE DE 16 CODOLIPRANE 500MG 30MG GELULE 16 CODOLIPRANE 500 30MG GELU PARACETAMOL CODEINE PHOSPHATE HEMIHYDRATE CODOLIPRANE500MILLIGRAMMES30MILLIGR.GELULE.BOITEDE16CODOLIPRANE500MILLIGRAMMES30MILLIGR.GELULE.BOITEDE16CODOLIPRANE500MG30MGGELULE16CODOLIPRANE50030MGGELUPARACETAMOLCODEINEPHOSPHATEHEMIHYDRATE 500MILLIGRAMMES/30MILLIGR 500MILLIGRAMMES/30MILLIGR 500MILLIGRAMMES/30MILLIGRCODOLIPRANE 500MILLIGRAMMES 30MILLIGR. GELULE. BOITE DE 16 CODOLIPRANE 500MILLIGRAMMES 30MILLIGR. GELULE. BOITE DE 16 CODOLIPRANE 500MG 30MG GELULE 16 CODOLIPRANE 500 30MG GELU PARACETAMOL CODEINE PHOSPHATE HEMIHYDRATE Adulte Sujet_age Hors_pilulier\", }, \"properties\": { \"thumbnail\": \"\", \"productName\": \"CODOLIPRANE\", \"productDosage\": \"500milligrammes/30milligr\", \"galenicFormCode\": \"AI01\", \"galenicFormLabel\": \"Gelule\", \"galenicFormLabelHtml\": null, \"aspect\": \" POUDRE COULEUR BLANC A CASSE CORPS GELULE BLANCHE VERTE COIFFE N 0 COMPOSEE CONTENU CALIBRE\", \"inFacilityFormulary\": false, \"codes\": { \"cip7\": \"3005783\", \"cip13\": \"3400930057834\", \"cip13Referent\": \"3400930057834\", \"ucd7\": \"9423541\", \"ucd13\": \"3400894235415\", \"cis\": \"62049552\", \"code13Referent\": \"3400930057834\", \"ean13\": [], }, \"flags\": { \"doping\": 0, \"driveWarning\": \"2\", \"narcotic\": 1, \"crushable\": -1, \"referent\": 0, \"generic\": 0, \"biosimilar\": 0, \"hospitalDelivery\": 0, \"internal\": 1, \"medicalDevice\": 0, \"homeo\": 0, \"exactcureSimulable\": 1, \"pediatrics\": 0, \"hybrid\": 0, \"extendedFlags\": { \"bloodDerivative\": 0, \"anticoagulant\": 0, \"vaccin\": 0, \"soluteDilution\": 0, \"emergencyContraceptive\": 0, \"minorContraceptive\": 0, \"fridge\": 0, \"humanAntibiotic\": 0, \"veterinaryAntibiotic\": 0, \"veterinaryPrescription\": 0, \"deconditionning\": 0, \"seasonalFluVaccine\": 0, \"ghs\": 1, \"horsGhs\": 0, \"infertilityTreatment\": 0, \"mindalteringSubstance\": 0, \"testReagent\": 0, \"firstAgeMilk\": 0, \"abortionDrug\": 0, \"mte\": 0, \"tfr\": 0, \"biosimilarReferent\": 0, \"freezer\": 0, \"reinforcedMonitoring\": 0, \"t2a\": 0, \"communityApproval\": 1, \"drugException\": 0, \"hybridReferent\": 0, \"pregnancyPictogram\": 0, }, }, \"segmentationAttributes\": null, \"excipientsWithKnowEffects\": [], \"atcClassesLevel2\": [ { \"code\": \"N02\", \"label\": \"Analg&#233;siques\", }, ], \"intakeUnits\": [ { \"order\": 1, \"code\": 31, \"labelHtml\": \"g&#233;lule\", \"pluralLabelHtml\": \"g&#233;lules\", \"shortLabelHtml\": \"g&#233;l\", \"dispensationNumber\": \"16\", \"distributionNumber\": \"16,00000\", \"intakeUnitNumber\": \"1,0000000000\", \"round\": 1, \"throwTheRest\": 0, }, ], \"subLaboratories\": null, }, \"prices\": { \"ucdPrice\": \"11\", \"repaymentRate\": 65.0, \"vatRate\": \"2,10\", \"reimbursementBase\": \"0000172\", \"sellingPrice\": \"0000172\", \"tfr\": null, }, \"searchProperties\": { \"score\": null, \"safeScore\": 11, \"safeDetails\": [ { \"codeAlerte\": 1, \"libelleAlerte\": \"Patient de moins de 15 ans\", \"typeAlerte\": \"Contre-indication contre-indiqué\", \"niveauAlerte\": 4, \"idAlerte\": \"0000009437\", \"productId2\": 0, \"productLabel2\": \"\", \"details\": \"\", }, { \"codeAlerte\": 1, \"libelleAlerte\": \"Adolescent de 15 &#224; 18 ans de moins de 31 kg\", \"typeAlerte\": \"Contre-indication déconseillé\", \"niveauAlerte\": 3, \"idAlerte\": \"0000034060\", \"productId2\": 0, \"productLabel2\": \"\", \"details\": \"\", }, { \"codeAlerte\": 2, \"libelleAlerte\": \"Sujet &#226;g&#233;\", \"typeAlerte\": \"Précaution d'emploi\", \"niveauAlerte\": 2, \"idAlerte\": \"0000005633\", \"productId2\": 0, \"productLabel2\": \"\", \"details\": \"\", }, { \"codeAlerte\": 2, \"libelleAlerte\": \"Poids corporel &lt; 50 kg\", \"typeAlerte\": \"Précaution d'emploi\", \"niveauAlerte\": 2, \"idAlerte\": \"0000031353\", \"productId2\": 0, \"productLabel2\": \"\", \"details\": \"\", }, ], \"samCode\": null, \"samPatient\": false, }, \"extendedProperties\": null, }, { \"code\": \"504566\", \"productId\": 504566, \"type\": 1, \"labelHtml\": \"CODOLIPRANE 500milligrammes/30milligr, g&eacute;lule, bo&icirc;te de 100\", \"code13\": \"3400955021025\", \"deletedDate\": \"\", \"deleted\": false, \"labels\": { \"typeLabel\": \"Pr&#233;sentation Hosp\", \"label\": \"CODOLIPRANE 500milligrammes 30milligr. gelule. boite de 100\", \"shortLabel\": \"CODOLIPRANE 500MG 30MG GELULE 100\", \"shortLabelHtml\": \"CODOLIPRANE 500MG/30MG GELULE 100\", \"longLabel\": \"CODOLIPRANE 500milligrammes 30milligr. gelule. boite de 100\", \"longLabelHtml\": \"CODOLIPRANE 500milligrammes/30milligr, g&eacute;lule, bo&icirc;te de 100\", \"searchLabel\": \"CODOLIPRANE 500MILLIGRAMMES 30MILLIGR. GELULE. BOITE DE 100 CODOLIPRANE 500MILLIGRAMMES 30MILLIGR. GELULE. BOITE DE 100 CODOLIPRANE 500MG 30MG GELULE 100 CODOLIPRANE 500 30MG GELU PARACETAMOL CODEINE PHOSPHATE HEMIHYDRATE CODOLIPRANE500MILLIGRAMMES30MILLIGR.GELULE.BOITEDE100CODOLIPRANE500MILLIGRAMMES30MILLIGR.GELULE.BOITEDE100CODOLIPRANE500MG30MGGELULE100CODOLIPRANE50030MGGELUPARACETAMOLCODEINEPHOSPHATEHEMIHYDRATE 500MILLIGRAMMES/30MILLIGR 500MILLIGRAMMES/30MILLIGR 500MILLIGRAMMES/30MILLIGRCODOLIPRANE 500MILLIGRAMMES 30MILLIGR. GELULE. BOITE DE 100 CODOLIPRANE 500MILLIGRAMMES 30MILLIGR. GELULE. BOITE DE 100 CODOLIPRANE 500MG 30MG GELULE 100 CODOLIPRANE 500 30MG GELU PARACETAMOL CODEINE PHOSPHATE HEMIHYDRATE Hors_pilulier\", }, \"properties\": { \"thumbnail\": \"\", \"productName\": \"CODOLIPRANE\", \"productDosage\": \"500milligrammes/30milligr\", \"galenicFormCode\": \"AI01\", \"galenicFormLabel\": \"Gelule\", \"galenicFormLabelHtml\": null, \"aspect\": \" POUDRE COULEUR BLANC A CASSE CORPS GELULE BLANCHE VERTE COIFFE N 0 COMPOSEE CONTENU CALIBRE\", \"inFacilityFormulary\": false, \"codes\": { \"cip7\": \"5502102\", \"cip13\": \"3400955021025\", \"cip13Referent\": \"3400955021025\", \"ucd7\": \"9423541\", \"ucd13\": \"3400894235415\", \"cis\": \"62049552\", \"code13Referent\": \"3400955021025\", \"ean13\": [], }, \"flags\": { \"doping\": 0, \"driveWarning\": \"2\", \"narcotic\": 1, \"crushable\": -1, \"referent\": 0, \"generic\": 0, \"biosimilar\": 0, \"hospitalDelivery\": 1, \"internal\": 1, \"medicalDevice\": 0, \"homeo\": 0, \"exactcureSimulable\": 1, \"pediatrics\": 0, \"hybrid\": 0, \"extendedFlags\": { \"bloodDerivative\": 0, \"anticoagulant\": 0, \"vaccin\": 0, \"soluteDilution\": 0, \"emergencyContraceptive\": 0, \"minorContraceptive\": 0, \"fridge\": 0, \"humanAntibiotic\": 0, \"veterinaryAntibiotic\": 0, \"veterinaryPrescription\": 0, \"deconditionning\": 0, \"seasonalFluVaccine\": 0, \"ghs\": 1, \"horsGhs\": 0, \"infertilityTreatment\": 0, \"mindalteringSubstance\": 0, \"testReagent\": 0, \"firstAgeMilk\": 0, \"abortionDrug\": 0, \"mte\": 0, \"tfr\": 0, \"biosimilarReferent\": 0, \"freezer\": 0, \"reinforcedMonitoring\": 0, \"t2a\": 0, \"communityApproval\": 1, \"drugException\": 0, \"hybridReferent\": 0, \"pregnancyPictogram\": 0, }, }, \"segmentationAttributes\": null, \"excipientsWithKnowEffects\": [], \"atcClassesLevel2\": [ { \"code\": \"N02\", \"label\": \"Analg&#233;siques\", }, ], \"intakeUnits\": [ { \"order\": 1, \"code\": 31, \"labelHtml\": \"g&#233;lule\", \"pluralLabelHtml\": \"g&#233;lules\", \"shortLabelHtml\": \"g&#233;l\", \"dispensationNumber\": \"100\", \"distributionNumber\": \"100,00000\", \"intakeUnitNumber\": \"1,0000000000\", \"round\": 1, \"throwTheRest\": 0, }, ], \"subLaboratories\": null, }, \"prices\": { \"ucdPrice\": \"0\", \"repaymentRate\": 0.0, \"vatRate\": \"2,10\", \"reimbursementBase\": \"0000000\", \"sellingPrice\": \"0000000\", \"tfr\": null, }, \"searchProperties\": { \"score\": null, \"safeScore\": 11, \"safeDetails\": [ { \"codeAlerte\": 1, \"libelleAlerte\": \"Patient de moins de 15 ans\", \"typeAlerte\": \"Contre-indication contre-indiqué\", \"niveauAlerte\": 4, \"idAlerte\": \"0000009437\", \"productId2\": 0, \"productLabel2\": \"\", \"details\": \"\", }, { \"codeAlerte\": 1, \"libelleAlerte\": \"Adolescent de 15 &#224; 18 ans de moins de 31 kg\", \"typeAlerte\": \"Contre-indication déconseillé\", \"niveauAlerte\": 3, \"idAlerte\": \"0000034060\", \"productId2\": 0, \"productLabel2\": \"\", \"details\": \"\", }, { \"codeAlerte\": 2, \"libelleAlerte\": \"Sujet &#226;g&#233;\", \"typeAlerte\": \"Précaution d'emploi\", \"niveauAlerte\": 2, \"idAlerte\": \"0000005633\", \"productId2\": 0, \"productLabel2\": \"\", \"details\": \"\", }, { \"codeAlerte\": 2, \"libelleAlerte\": \"Poids corporel &lt; 50 kg\", \"typeAlerte\": \"Précaution d'emploi\", \"niveauAlerte\": 2, \"idAlerte\": \"0000031353\", \"productId2\": 0, \"productLabel2\": \"\", \"details\": \"\", }, ], \"samCode\": null, \"samPatient\": false, }, \"extendedProperties\": null, }, { \"code\": \"25744\", \"productId\": 25744, \"type\": 1, \"labelHtml\": \"CODOLIPRANE ADULTES 400milligrammes/20milligr, comprim&eacute; s&eacute;cable, bo&icirc;te de 16\", \"code13\": \"3400933220754\", \"deletedDate\": \"\", \"deleted\": false, \"labels\": { \"typeLabel\": \"Pr&#233;sentation\", \"label\": \"CODOLIPRANE ADULTES 400milligrammes 20milligr. comprime secable. boite de 16\", \"shortLabel\": \"CODOLIPRANE AD 400MG 20MG CPR S 16\", \"shortLabelHtml\": \"CODOLIPRANE AD 400MG/20MG CPR S 16\", \"longLabel\": \"CODOLIPRANE ADULTES 400milligrammes 20milligr. comprime secable. boite de 16\", \"longLabelHtml\": \"CODOLIPRANE ADULTES 400milligrammes/20milligr, comprim&eacute; s&eacute;cable, bo&icirc;te de 16\", \"searchLabel\": \"CODOLIPRANE ADULTES 400MILLIGRAMMES 20MILLIGR. COMPRIME SECABLE. BOITE DE 16 CODOLIPRANE ADULTES 400MILLIGRAMMES 20MILLIGR. COMPRIME SECABLE. BOITE DE 16 CODOLIPRANE AD 400MG 20MG CPR S 16 CODOLIPRANE AD. 400 20MG CPR PARACETAMOL CODEINE PHOSPHATE HEMIHYDRATE CODOLIPRANEADULTES400MILLIGRAMMES20MILLIGR.COMPRIMESECABLE.BOITEDE16CODOLIPRANEADULTES400MILLIGRAMMES20MILLIGR.COMPRIMESECABLE.BOITEDE16CODOLIPRANEAD400MG20MGCPRS16CODOLIPRANEAD.40020MGCPRPARACETAMOLCODEINEPHOSPHATEHEMIHYDRATE 400MILLIGRAMMES/20MILLIGR 400MILLIGRAMMES/20MILLIGR 400MILLIGRAMMES/20MILLIGRCODOLIPRANE ADULTES 400MILLIGRAMMES 20MILLIGR. COMPRIME SECABLE. BOITE DE 16 CODOLIPRANE ADULTES 400MILLIGRAMMES 20MILLIGR. COMPRIME SECABLE. BOITE DE 16 CODOLIPRANE AD 400MG 20MG CPR S 16 CODOLIPRANE AD. 400 20MG CPR PARACETAMOL CODEINE PHOSPHATE HEMIHYDRATE Adulte Sujet_age Hors_pilulier\", }, \"properties\": { \"thumbnail\": \"https://documents.resip.fr/vignettes/25744_vign.jpg\", \"productName\": \"CODOLIPRANE ADULTES\", \"productDosage\": \"400milligrammes/20milligr\", \"galenicFormCode\": \"AA27\", \"galenicFormLabel\": \"Comprime secable\", \"galenicFormLabelHtml\": null, \"aspect\": \" COMPRIME SECABLE\", \"inFacilityFormulary\": false, \"codes\": { \"cip7\": \"3322075\", \"cip13\": \"3400933220754\", \"cip13Referent\": \"3400933220754\", \"ucd7\": \"9129787\", \"ucd13\": \"3400891297874\", \"cis\": \"64406362\", \"code13Referent\": \"3400933220754\", \"ean13\": [], }, \"flags\": { \"doping\": 0, \"driveWarning\": \"2\", \"narcotic\": 1, \"crushable\": 0, \"referent\": 0, \"generic\": 0, \"biosimilar\": 0, \"hospitalDelivery\": 0, \"internal\": 1, \"medicalDevice\": 0, \"homeo\": 0, \"exactcureSimulable\": 1, \"pediatrics\": 0, \"hybrid\": 0, \"extendedFlags\": { \"bloodDerivative\": 0, \"anticoagulant\": 0, \"vaccin\": 0, \"soluteDilution\": 0, \"emergencyContraceptive\": 0, \"minorContraceptive\": 0, \"fridge\": 0, \"humanAntibiotic\": 0, \"veterinaryAntibiotic\": 0, \"veterinaryPrescription\": 0, \"deconditionning\": 0, \"seasonalFluVaccine\": 0, \"ghs\": 1, \"horsGhs\": 0, \"infertilityTreatment\": 0, \"mindalteringSubstance\": 0, \"testReagent\": 0, \"firstAgeMilk\": 0, \"abortionDrug\": 0, \"mte\": 0, \"tfr\": 0, \"biosimilarReferent\": 0, \"freezer\": 0, \"reinforcedMonitoring\": 0, \"t2a\": 0, \"communityApproval\": 1, \"drugException\": 0, \"hybridReferent\": 0, \"pregnancyPictogram\": 0, }, }, \"segmentationAttributes\": null, \"excipientsWithKnowEffects\": [], \"atcClassesLevel2\": [ { \"code\": \"N02\", \"label\": \"Analg&#233;siques\", }, ], \"intakeUnits\": [ { \"order\": 1, \"code\": 1, \"labelHtml\": \"comprim&#233;\", \"pluralLabelHtml\": \"comprim&#233;s\", \"shortLabelHtml\": \"cpr\", \"dispensationNumber\": \"16\", \"distributionNumber\": \"16,00000\", \"intakeUnitNumber\": \"1,0000000000\", \"round\": 2, \"throwTheRest\": 0, }, ], \"subLaboratories\": null, }, \"prices\": { \"ucdPrice\": \"11\", \"repaymentRate\": 65.0, \"vatRate\": \"2,10\", \"reimbursementBase\": \"0000172\", \"sellingPrice\": \"0000172\", \"tfr\": null, }, \"searchProperties\": { \"score\": null, \"safeScore\": 11, \"safeDetails\": [ { \"codeAlerte\": 1, \"libelleAlerte\": \"Patient de moins de 15 ans\", \"typeAlerte\": \"Contre-indication contre-indiqué\", \"niveauAlerte\": 4, \"idAlerte\": \"0000009437\", \"productId2\": 0, \"productLabel2\": \"\", \"details\": \"\", }, { \"codeAlerte\": 1, \"libelleAlerte\": \"Adolescent de 15 &#224; 18 ans de moins de 31 kg\", \"typeAlerte\": \"Contre-indication déconseillé\", \"niveauAlerte\": 3, \"idAlerte\": \"0000034060\", \"productId2\": 0, \"productLabel2\": \"\", \"details\": \"\", }, { \"codeAlerte\": 2, \"libelleAlerte\": \"Sujet &#226;g&#233;\", \"typeAlerte\": \"Précaution d'emploi\", \"niveauAlerte\": 2, \"idAlerte\": \"0000005633\", \"productId2\": 0, \"productLabel2\": \"\", \"details\": \"\", }, { \"codeAlerte\": 2, \"libelleAlerte\": \"Poids corporel &lt; 50 kg\", \"typeAlerte\": \"Précaution d'emploi\", \"niveauAlerte\": 2, \"idAlerte\": \"0000031353\", \"productId2\": 0, \"productLabel2\": \"\", \"details\": \"\", }, ], \"samCode\": null, \"samPatient\": false, }, \"extendedProperties\": null, }, { \"code\": \"75097\", \"productId\": 75097, \"type\": 1, \"labelHtml\": \"CODOLIPRANE ADULTES 400milligrammes/20milligr, comprim&eacute; s&eacute;cable, bo&icirc;te de 100\", \"code13\": \"3400956092895\", \"deletedDate\": \"\", \"deleted\": false, \"labels\": { \"typeLabel\": \"Pr&#233;sentation Hosp\", \"label\": \"CODOLIPRANE ADULTES 400milligrammes 20milligr. comprime secable. boite de 100\", \"shortLabel\": \"CODOLIPRANE AD 400MG 20MG CPR S100\", \"shortLabelHtml\": \"CODOLIPRANE AD 400MG/20MG CPR S100\", \"longLabel\": \"CODOLIPRANE ADULTES 400milligrammes 20milligr. comprime secable. boite de 100\", \"longLabelHtml\": \"CODOLIPRANE ADULTES 400milligrammes/20milligr, comprim&eacute; s&eacute;cable, bo&icirc;te de 100\", \"searchLabel\": \"CODOLIPRANE ADULTES 400MILLIGRAMMES 20MILLIGR. COMPRIME SECABLE. BOITE DE 100 CODOLIPRANE ADULTES 400MILLIGRAMMES 20MILLIGR. COMPRIME SECABLE. BOITE DE 100 CODOLIPRANE AD 400MG 20MG CPR S100 CODOLIPRANE AD. 400 20MG CPR PARACETAMOL CODEINE PHOSPHATE HEMIHYDRATE CODOLIPRANEADULTES400MILLIGRAMMES20MILLIGR.COMPRIMESECABLE.BOITEDE100CODOLIPRANEADULTES400MILLIGRAMMES20MILLIGR.COMPRIMESECABLE.BOITEDE100CODOLIPRANEAD400MG20MGCPRS100CODOLIPRANEAD.40020MGCPRPARACETAMOLCODEINEPHOSPHATEHEMIHYDRATE 400MILLIGRAMMES/20MILLIGR 400MILLIGRAMMES/20MILLIGR 400MILLIGRAMMES/20MILLIGRCODOLIPRANE ADULTES 400MILLIGRAMMES 20MILLIGR. COMPRIME SECABLE. BOITE DE 100 CODOLIPRANE ADULTES 400MILLIGRAMMES 20MILLIGR. COMPRIME SECABLE. BOITE DE 100 CODOLIPRANE AD 400MG 20MG CPR S100 CODOLIPRANE AD. 400 20MG CPR PARACETAMOL CODEINE PHOSPHATE HEMIHYDRATE Hors_pilulier\", }, \"properties\": { \"thumbnail\": \"\", \"productName\": \"CODOLIPRANE ADULTES\", \"productDosage\": \"400milligrammes/20milligr\", \"galenicFormCode\": \"AA27\", \"galenicFormLabel\": \"Comprime secable\", \"galenicFormLabelHtml\": null, \"aspect\": \" COMPRIME SECABLE\", \"inFacilityFormulary\": false, \"codes\": { \"cip7\": \"5609289\", \"cip13\": \"3400956092895\", \"cip13Referent\": \"3400956092895\", \"ucd7\": \"9129787\", \"ucd13\": \"3400891297874\", \"cis\": \"64406362\", \"code13Referent\": \"3400956092895\", \"ean13\": [], }, \"flags\": { \"doping\": 0, \"driveWarning\": \"2\", \"narcotic\": 1, \"crushable\": 0, \"referent\": 0, \"generic\": 0, \"biosimilar\": 0, \"hospitalDelivery\": 1, \"internal\": 1, \"medicalDevice\": 0, \"homeo\": 0, \"exactcureSimulable\": 1, \"pediatrics\": 0, \"hybrid\": 0, \"extendedFlags\": { \"bloodDerivative\": 0, \"anticoagulant\": 0, \"vaccin\": 0, \"soluteDilution\": 0, \"emergencyContraceptive\": 0, \"minorContraceptive\": 0, \"fridge\": 0, \"humanAntibiotic\": 0, \"veterinaryAntibiotic\": 0, \"veterinaryPrescription\": 0, \"deconditionning\": 0, \"seasonalFluVaccine\": 0, \"ghs\": 1, \"horsGhs\": 0, \"infertilityTreatment\": 0, \"mindalteringSubstance\": 0, \"testReagent\": 0, \"firstAgeMilk\": 0, \"abortionDrug\": 0, \"mte\": 0, \"tfr\": 0, \"biosimilarReferent\": 0, \"freezer\": 0, \"reinforcedMonitoring\": 0, \"t2a\": 0, \"communityApproval\": 1, \"drugException\": 0, \"hybridReferent\": 0, \"pregnancyPictogram\": 0, }, }, \"segmentationAttributes\": null, \"excipientsWithKnowEffects\": [], \"atcClassesLevel2\": [ { \"code\": \"N02\", \"label\": \"Analg&#233;siques\", }, ], \"intakeUnits\": [ { \"order\": 1, \"code\": 1, \"labelHtml\": \"comprim&#233;\", \"pluralLabelHtml\": \"comprim&#233;s\", \"shortLabelHtml\": \"cpr\", \"dispensationNumber\": \"100\", \"distributionNumber\": \"100,00000\", \"intakeUnitNumber\": \"1,0000000000\", \"round\": 2, \"throwTheRest\": 0, }, ], \"subLaboratories\": null, }, \"prices\": { \"ucdPrice\": \"0\", \"repaymentRate\": 65.0, \"vatRate\": \"2,10\", \"reimbursementBase\": \"0000000\", \"sellingPrice\": \"0000000\", \"tfr\": null, }, \"searchProperties\": { \"score\": null, \"safeScore\": 11, \"safeDetails\": [ { \"codeAlerte\": 1, \"libelleAlerte\": \"Patient de moins de 15 ans\", \"typeAlerte\": \"Contre-indication contre-indiqué\", \"niveauAlerte\": 4, \"idAlerte\": \"0000009437\", \"productId2\": 0, \"productLabel2\": \"\", \"details\": \"\", }, { \"codeAlerte\": 1, \"libelleAlerte\": \"Adolescent de 15 &#224; 18 ans de moins de 31 kg\", \"typeAlerte\": \"Contre-indication déconseillé\", \"niveauAlerte\": 3, \"idAlerte\": \"0000034060\", \"productId2\": 0, \"productLabel2\": \"\", \"details\": \"\", }, { \"codeAlerte\": 2, \"libelleAlerte\": \"Sujet &#226;g&#233;\", \"typeAlerte\": \"Précaution d'emploi\", \"niveauAlerte\": 2, \"idAlerte\": \"0000005633\", \"productId2\": 0, \"productLabel2\": \"\", \"details\": \"\", }, { \"codeAlerte\": 2, \"libelleAlerte\": \"Poids corporel &lt; 50 kg\", \"typeAlerte\": \"Précaution d'emploi\", \"niveauAlerte\": 2, \"idAlerte\": \"0000031353\", \"productId2\": 0, \"productLabel2\": \"\", \"details\": \"\", }, ], \"samCode\": null, \"samPatient\": false, }, \"extendedProperties\": null, }, { \"code\": \"29968\", \"productId\": 29968, \"type\": 1, \"labelHtml\": \"DOLIPRANE 200 mg, suppositoire, bo&icirc;te de 10\", \"code13\": \"3400934809866\", \"deletedDate\": \"\", \"deleted\": false, \"labels\": { \"typeLabel\": \"Pr&#233;sentation\", \"label\": \"DOLIPRANE 200 mg. suppositoire. boite de 10\", \"shortLabel\": \"DOLIPRANE 200MG SUP 10\", \"shortLabelHtml\": \"DOLIPRANE 200MG SUP 10\", \"longLabel\": \"DOLIPRANE 200 mg. suppositoire. boite de 10\", \"longLabelHtml\": \"DOLIPRANE 200 mg, suppositoire, bo&icirc;te de 10\", \"searchLabel\": \"DOLIPRANE 200 MG. SUPPOSITOIRE. BOITE DE 10 DOLIPRANE 200 MG. SUPPOSITOIRE. BOITE DE 10 DOLIPRANE 200MG SUP 10 DOLIPRANE 200MG SUP PARACETAMOL DOLIPRANE200MG.SUPPOSITOIRE.BOITEDE10DOLIPRANE200MG.SUPPOSITOIRE.BOITEDE10DOLIPRANE200MGSUP10DOLIPRANE200MGSUPPARACETAMOL 200MG 200 MG 200 MGDOLIPRANE 200 MG. SUPPOSITOIRE. BOITE DE 10 DOLIPRANE 200 MG. SUPPOSITOIRE. BOITE DE 10 DOLIPRANE 200MG SUP 10 DOLIPRANE 200MG SUP PARACETAMOL Nourrisson Enfant Hors_pilulier\" }, \"properties\": { \"thumbnail\": \"https://documents.resip.fr/vignettes/29968_vign.jpg\", \"productName\": \"DOLIPRANE\", \"productDosage\": \"200 mg\", \"galenicFormCode\": \"CN01\", \"galenicFormLabel\": \"Suppositoire\", \"galenicFormLabelHtml\": null, \"aspect\": \" SUPPOSITOIRE\", \"inFacilityFormulary\": false, \"codes\": { \"cip7\": \"3480986\", \"cip13\": \"3400934809866\", \"cip13Referent\": \"3400934809866\", \"ucd7\": \"9209718\", \"ucd13\": \"3400892097183\", \"cis\": \"64361369\", \"code13Referent\": \"3400934809866\", \"ean13\": [] }, \"flags\": { \"doping\": 0, \"driveWarning\": \"0\", \"narcotic\": 0, \"crushable\": -1, \"referent\": 0, \"generic\": 0, \"biosimilar\": 0, \"hospitalDelivery\": 0, \"internal\": 1, \"medicalDevice\": 0, \"homeo\": 0, \"exactcureSimulable\": 1, \"pediatrics\": 1, \"hybrid\": 0, \"extendedFlags\": { \"bloodDerivative\": 0, \"anticoagulant\": 0, \"vaccin\": 0, \"soluteDilution\": 0, \"emergencyContraceptive\": 0, \"minorContraceptive\": 0, \"fridge\": 0, \"humanAntibiotic\": 0, \"veterinaryAntibiotic\": 0, \"veterinaryPrescription\": 0, \"deconditionning\": 0, \"seasonalFluVaccine\": 0, \"ghs\": 1, \"horsGhs\": 0, \"infertilityTreatment\": 0, \"mindalteringSubstance\": 0, \"testReagent\": 0, \"firstAgeMilk\": 0, \"abortionDrug\": 0, \"mte\": 0, \"tfr\": 0, \"biosimilarReferent\": 0, \"freezer\": 0, \"reinforcedMonitoring\": 0, \"t2a\": 0, \"communityApproval\": 1, \"drugException\": 0, \"hybridReferent\": 0, \"pregnancyPictogram\": 0 } }, \"segmentationAttributes\": null, \"excipientsWithKnowEffects\": [], \"atcClassesLevel2\": [ { \"code\": \"N02\", \"label\": \"Analg&#233;siques\" } ], \"intakeUnits\": [ { \"order\": 1, \"code\": 48, \"labelHtml\": \"mg\", \"pluralLabelHtml\": \"mg\", \"shortLabelHtml\": \"mg\", \"dispensationNumber\": \"0\", \"distributionNumber\": \"0\", \"intakeUnitNumber\": \"0,0050000000\", \"round\": 100, \"throwTheRest\": 0 }, { \"order\": 2, \"code\": 39, \"labelHtml\": \"suppositoire\", \"pluralLabelHtml\": \"suppositoires\", \"shortLabelHtml\": \"sup\", \"dispensationNumber\": \"10\", \"distributionNumber\": \"10,00000\", \"intakeUnitNumber\": \"1,0000000000\", \"round\": 1, \"throwTheRest\": 0 } ], \"subLaboratories\": null }, \"prices\": { \"ucdPrice\": \"13\", \"repaymentRate\": 65.0, \"vatRate\": \"2,10\", \"reimbursementBase\": \"0000133\", \"sellingPrice\": \"0000133\", \"tfr\": null }, \"searchProperties\": { \"score\": null, \"safeScore\": 9, \"safeDetails\": [ { \"codeAlerte\": 1, \"libelleAlerte\": \"Patient de moins de 12 kg\", \"typeAlerte\": \"Contre-indication déconseillé\", \"niveauAlerte\": 3, \"idAlerte\": \"0000010002\", \"productId2\": 0, \"productLabel2\": \"\", \"details\": \"\" }, { \"codeAlerte\": 1, \"libelleAlerte\": \"Patient de plus de 16 kg\", \"typeAlerte\": \"Contre-indication déconseillé\", \"niveauAlerte\": 3, \"idAlerte\": \"0000033377\", \"productId2\": 0, \"productLabel2\": \"\", \"details\": \"\" }, { \"codeAlerte\": 1, \"libelleAlerte\": \"Patient de plus de 15 ans\", \"typeAlerte\": \"Contre-indication déconseillé\", \"niveauAlerte\": 3, \"idAlerte\": \"0000033871\", \"productId2\": 0, \"productLabel2\": \"\", \"details\": \"\" } ], \"samCode\": null, \"samPatient\": false }, \"extendedProperties\": null }, { \"code\": \"30444\", \"productId\": 30444, \"type\": 1, \"labelHtml\": \"DOLIPRANE 300 mg, poudre pour solution buvable en sachet-dose, bo&icirc;te de 12 sachets-dose\", \"code13\": \"3400934999451\", \"deletedDate\": \"\", \"deleted\": false, \"labels\": { \"typeLabel\": \"Pr&#233;sentation\", \"label\": \"DOLIPRANE 300 mg. poudre pour solution buvable en sachet dose. boite de 12 sachets dose\", \"shortLabel\": \"DOLIPRANE 300MG SACHET 12\", \"shortLabelHtml\": \"DOLIPRANE 300MG SACHET 12\", \"longLabel\": \"DOLIPRANE 300 mg. poudre pour solution buvable en sachet dose. boite de 12 sachets dose\", \"longLabelHtml\": \"DOLIPRANE 300 mg, poudre pour solution buvable en sachet-dose, bo&icirc;te de 12 sachets-dose\", \"searchLabel\": \"DOLIPRANE 300 MG. POUDRE POUR SOLUTION BUVABLE EN SACHET DOSE. BOITE DE 12 SACHETS DOSE DOLIPRANE 300 MG. POUDRE POUR SOLUTION BUVABLE EN SACHET DOSE. BOITE DE 12 SACHETS DOSE DOLIPRANE 300MG SACHET 12 DOLIPRANE 300MG PDR SACH PARACETAMOL DOLIPRANE300MG.POUDREPOURSOLUTIONBUVABLEENSACHETDOSE.BOITEDE12SACHETSDOSEDOLIPRANE300MG.POUDREPOURSOLUTIONBUVABLEENSACHETDOSE.BOITEDE12SACHETSDOSEDOLIPRANE300MGSACHET12DOLIPRANE300MGPDRSACHPARACETAMOL 300MG 300 MG 300 MGDOLIPRANE 300 MG. POUDRE POUR SOLUTION BUVABLE EN SACHET DOSE. BOITE DE 12 SACHETS DOSE DOLIPRANE 300 MG. POUDRE POUR SOLUTION BUVABLE EN SACHET DOSE. BOITE DE 12 SACHETS DOSE DOLIPRANE 300MG SACHET 12 DOLIPRANE 300MG PDR SACH PARACETAMOL Nourrisson Enfant Hors_pilulier\" }, \"properties\": { \"thumbnail\": \"https://documents.resip.fr/vignettes/30444_vign.jpg\", \"productName\": \"DOLIPRANE\", \"productDosage\": \"300 mg\", \"galenicFormCode\": \"BD03\", \"galenicFormLabel\": \"Poudre pour solution buvable\", \"galenicFormLabelHtml\": null, \"aspect\": \" POUDRE BUVABLE SOLUTION\", \"inFacilityFormulary\": false, \"codes\": { \"cip7\": \"3499945\", \"cip13\": \"3400934999451\", \"cip13Referent\": \"3400934999451\", \"ucd7\": \"9210957\", \"ucd13\": \"3400892109572\", \"cis\": \"69002078\", \"code13Referent\": \"3400934999451\", \"ean13\": [] }, \"flags\": { \"doping\": 0, \"driveWarning\": \"0\", \"narcotic\": 0, \"crushable\": -1, \"referent\": 0, \"generic\": 0, \"biosimilar\": 0, \"hospitalDelivery\": 0, \"internal\": 1, \"medicalDevice\": 0, \"homeo\": 0, \"exactcureSimulable\": 1, \"pediatrics\": 1, \"hybrid\": 0, \"extendedFlags\": { \"bloodDerivative\": 0, \"anticoagulant\": 0, \"vaccin\": 0, \"soluteDilution\": 0, \"emergencyContraceptive\": 0, \"minorContraceptive\": 0, \"fridge\": 0, \"humanAntibiotic\": 0, \"veterinaryAntibiotic\": 0, \"veterinaryPrescription\": 0, \"deconditionning\": 0, \"seasonalFluVaccine\": 0, \"ghs\": 1, \"horsGhs\": 0, \"infertilityTreatment\": 0, \"mindalteringSubstance\": 0, \"testReagent\": 0, \"firstAgeMilk\": 0, \"abortionDrug\": 0, \"mte\": 0, \"tfr\": 0, \"biosimilarReferent\": 0, \"freezer\": 0, \"reinforcedMonitoring\": 0, \"t2a\": 0, \"communityApproval\": 1, \"drugException\": 0, \"hybridReferent\": 0, \"pregnancyPictogram\": 0 } }, \"segmentationAttributes\": null, \"excipientsWithKnowEffects\": [ { \"code\": \"48\", \"label\": \"Sodium benzoate\", \"parentCode\": \"48\" }, { \"code\": \"15\", \"label\": \"Saccharose\", \"parentCode\": \"15\" } ], \"atcClassesLevel2\": [ { \"code\": \"N02\", \"label\": \"Analg&#233;siques\" } ], \"intakeUnits\": [ { \"order\": 1, \"code\": 48, \"labelHtml\": \"mg\", \"pluralLabelHtml\": \"mg\", \"shortLabelHtml\": \"mg\", \"dispensationNumber\": \"0\", \"distributionNumber\": \"0\", \"intakeUnitNumber\": \"0,0033333000\", \"round\": 100, \"throwTheRest\": 0 }, { \"order\": 2, \"code\": 13, \"labelHtml\": \"sachet\", \"pluralLabelHtml\": \"sachets\", \"shortLabelHtml\": \"sac\", \"dispensationNumber\": \"0\", \"distributionNumber\": \"0\", \"intakeUnitNumber\": \"1,0000000000\", \"round\": 1, \"throwTheRest\": 0 }, { \"order\": 3, \"code\": 9, \"labelHtml\": \"g\", \"pluralLabelHtml\": \"g\", \"shortLabelHtml\": \"g\", \"dispensationNumber\": \"0\", \"distributionNumber\": \"0\", \"intakeUnitNumber\": \"3,3333000000\", \"round\": 100, \"throwTheRest\": 0 }, { \"order\": 4, \"code\": 158, \"labelHtml\": \"sachet-dose\", \"pluralLabelHtml\": \"sachets-dose\", \"shortLabelHtml\": \"sac\", \"dispensationNumber\": \"12\", \"distributionNumber\": \"12,00000\", \"intakeUnitNumber\": \"1,0000000000\", \"round\": 1, \"throwTheRest\": 0 } ], \"subLaboratories\": null }, \"prices\": { \"ucdPrice\": \"12\", \"repaymentRate\": 65.0, \"vatRate\": \"2,10\", \"reimbursementBase\": \"0000143\", \"sellingPrice\": \"0000143\", \"tfr\": null }, \"searchProperties\": { \"score\": null, \"safeScore\": 9, \"safeDetails\": [ { \"codeAlerte\": 1, \"libelleAlerte\": \"Patient de moins de 16 kg\", \"typeAlerte\": \"Contre-indication déconseillé\", \"niveauAlerte\": 3, \"idAlerte\": \"0000032695\", \"productId2\": 0, \"productLabel2\": \"\", \"details\": \"\" }, { \"codeAlerte\": 1, \"libelleAlerte\": \"Patient de plus de 48 kg\", \"typeAlerte\": \"Contre-indication déconseillé\", \"niveauAlerte\": 3, \"idAlerte\": \"0000033381\", \"productId2\": 0, \"productLabel2\": \"\", \"details\": \"\" }, { \"codeAlerte\": 1, \"libelleAlerte\": \"Patient de plus de 15 ans\", \"typeAlerte\": \"Contre-indication déconseillé\", \"niveauAlerte\": 3, \"idAlerte\": \"0000033871\", \"productId2\": 0, \"productLabel2\": \"\", \"details\": \"\" } ], \"samCode\": null, \"samPatient\": false }, \"extendedProperties\": null }, { \"code\": \"24965\", \"productId\": 0, \"type\": 12, \"labelHtml\": \"Dolipranecaps\", \"code13\": null, \"deletedDate\": \"\", \"deleted\": false, \"labels\": { \"typeLabel\": \"Gamme\", \"label\": \"Dolipranecaps\", \"shortLabel\": \"Dolipranecaps\", \"shortLabelHtml\": \"Dolipranecaps\", \"longLabel\": null, \"longLabelHtml\": null, \"searchLabel\": \"DOLIPRANECAPS DOLIPRANECAPS DOLIPRANECAPS\", }, \"properties\": { \"thumbnail\": null, \"productName\": null, \"productDosage\": null, \"galenicFormCode\": null, \"galenicFormLabel\": null, \"galenicFormLabelHtml\": null, \"aspect\": null, \"inFacilityFormulary\": false, \"codes\": { \"cip7\": \"\", \"cip13\": \"\", \"cip13Referent\": \"\", \"ucd7\": \"\", \"ucd13\": \"\", \"cis\": \"\", \"code13Referent\": null, \"ean13\": null, }, \"flags\": { \"doping\": 0, \"driveWarning\": \"0\", \"narcotic\": 0, \"crushable\": -1, \"referent\": 0, \"generic\": 0, \"biosimilar\": 0, \"hospitalDelivery\": 0, \"internal\": 1, \"medicalDevice\": 0, \"homeo\": 0, \"exactcureSimulable\": 0, \"pediatrics\": 0, \"hybrid\": 0, \"extendedFlags\": { \"bloodDerivative\": 0, \"anticoagulant\": 0, \"vaccin\": 0, \"soluteDilution\": 0, \"emergencyContraceptive\": 0, \"minorContraceptive\": 0, \"fridge\": 0, \"humanAntibiotic\": 0, \"veterinaryAntibiotic\": 0, \"veterinaryPrescription\": 0, \"deconditionning\": 0, \"seasonalFluVaccine\": 0, \"ghs\": 0, \"horsGhs\": 0, \"infertilityTreatment\": 0, \"mindalteringSubstance\": 0, \"testReagent\": 0, \"firstAgeMilk\": 0, \"abortionDrug\": 0, \"mte\": 0, \"tfr\": 0, \"biosimilarReferent\": 0, \"freezer\": 0, \"reinforcedMonitoring\": 0, \"t2a\": 0, \"communityApproval\": 0, \"drugException\": 0, \"hybridReferent\": 0, \"pregnancyPictogram\": 0, }, }, \"segmentationAttributes\": null, \"excipientsWithKnowEffects\": [], \"atcClassesLevel2\": null, \"intakeUnits\": null, \"subLaboratories\": [], }, \"prices\": { \"ucdPrice\": \"0\", \"repaymentRate\": 0.0, \"vatRate\": null, \"reimbursementBase\": null, \"sellingPrice\": \"\", \"tfr\": null, }, \"searchProperties\": { \"score\": null, \"safeScore\": 0, \"safeDetails\": null, \"samCode\": null, \"samPatient\": false, }, \"extendedProperties\": null, }, { \"code\": \"24968\", \"productId\": 0, \"type\": 12, \"labelHtml\": \"Dolipraneliquiz\", \"code13\": null, \"deletedDate\": \"\", \"deleted\": false, \"labels\": { \"typeLabel\": \"Gamme\", \"label\": \"Dolipraneliquiz\", \"shortLabel\": \"Dolipraneliquiz\", \"shortLabelHtml\": \"Dolipraneliquiz\", \"longLabel\": null, \"longLabelHtml\": null, \"searchLabel\": \"DOLIPRANELIQUIZ DOLIPRANELIQUIZ DOLIPRANELIQUIZ\", }, \"properties\": { \"thumbnail\": null, \"productName\": null, \"productDosage\": null, \"galenicFormCode\": null, \"galenicFormLabel\": null, \"galenicFormLabelHtml\": null, \"aspect\": null, \"inFacilityFormulary\": false, \"codes\": { \"cip7\": \"\", \"cip13\": \"\", \"cip13Referent\": \"\", \"ucd7\": \"\", \"ucd13\": \"\", \"cis\": \"\", \"code13Referent\": null, \"ean13\": null, }, \"flags\": { \"doping\": 0, \"driveWarning\": \"0\", \"narcotic\": 0, \"crushable\": -1, \"referent\": 0, \"generic\": 0, \"biosimilar\": 0, \"hospitalDelivery\": 0, \"internal\": 1, \"medicalDevice\": 0, \"homeo\": 0, \"exactcureSimulable\": 0, \"pediatrics\": 0, \"hybrid\": 0, \"extendedFlags\": { \"bloodDerivative\": 0, \"anticoagulant\": 0, \"vaccin\": 0, \"soluteDilution\": 0, \"emergencyContraceptive\": 0, \"minorContraceptive\": 0, \"fridge\": 0, \"humanAntibiotic\": 0, \"veterinaryAntibiotic\": 0, \"veterinaryPrescription\": 0, \"deconditionning\": 0, \"seasonalFluVaccine\": 0, \"ghs\": 0, \"horsGhs\": 0, \"infertilityTreatment\": 0, \"mindalteringSubstance\": 0, \"testReagent\": 0, \"firstAgeMilk\": 0, \"abortionDrug\": 0, \"mte\": 0, \"tfr\": 0, \"biosimilarReferent\": 0, \"freezer\": 0, \"reinforcedMonitoring\": 0, \"t2a\": 0, \"communityApproval\": 0, \"drugException\": 0, \"hybridReferent\": 0, \"pregnancyPictogram\": 0, }, }, \"segmentationAttributes\": null, \"excipientsWithKnowEffects\": [], \"atcClassesLevel2\": null, \"intakeUnits\": null, \"subLaboratories\": [], }, \"prices\": { \"ucdPrice\": \"0\", \"repaymentRate\": 0.0, \"vatRate\": null, \"reimbursementBase\": null, \"sellingPrice\": \"\", \"tfr\": null, }, \"searchProperties\": { \"score\": null, \"safeScore\": 0, \"safeDetails\": null, \"samCode\": null, \"samPatient\": false, }, \"extendedProperties\": null, }, { \"code\": \"24969\", \"productId\": 0, \"type\": 12, \"labelHtml\": \"Dolipraneorodoz\", \"code13\": null, \"deletedDate\": \"\", \"deleted\": false, \"labels\": { \"typeLabel\": \"Gamme\", \"label\": \"Dolipraneorodoz\", \"shortLabel\": \"Dolipraneorodoz\", \"shortLabelHtml\": \"Dolipraneorodoz\", \"longLabel\": null, \"longLabelHtml\": null, \"searchLabel\": \"DOLIPRANEORODOZ DOLIPRANEORODOZ DOLIPRANEORODOZ\", }, \"properties\": { \"thumbnail\": null, \"productName\": null, \"productDosage\": null, \"galenicFormCode\": null, \"galenicFormLabel\": null, \"galenicFormLabelHtml\": null, \"aspect\": null, \"inFacilityFormulary\": false, \"codes\": { \"cip7\": \"\", \"cip13\": \"\", \"cip13Referent\": \"\", \"ucd7\": \"\", \"ucd13\": \"\", \"cis\": \"\", \"code13Referent\": null, \"ean13\": null, }, \"flags\": { \"doping\": 0, \"driveWarning\": \"0\", \"narcotic\": 0, \"crushable\": -1, \"referent\": 0, \"generic\": 0, \"biosimilar\": 0, \"hospitalDelivery\": 0, \"internal\": 1, \"medicalDevice\": 0, \"homeo\": 0, \"exactcureSimulable\": 0, \"pediatrics\": 0, \"hybrid\": 0, \"extendedFlags\": { \"bloodDerivative\": 0, \"anticoagulant\": 0, \"vaccin\": 0, \"soluteDilution\": 0, \"emergencyContraceptive\": 0, \"minorContraceptive\": 0, \"fridge\": 0, \"humanAntibiotic\": 0, \"veterinaryAntibiotic\": 0, \"veterinaryPrescription\": 0, \"deconditionning\": 0, \"seasonalFluVaccine\": 0, \"ghs\": 0, \"horsGhs\": 0, \"infertilityTreatment\": 0, \"mindalteringSubstance\": 0, \"testReagent\": 0, \"firstAgeMilk\": 0, \"abortionDrug\": 0, \"mte\": 0, \"tfr\": 0, \"biosimilarReferent\": 0, \"freezer\": 0, \"reinforcedMonitoring\": 0, \"t2a\": 0, \"communityApproval\": 0, \"drugException\": 0, \"hybridReferent\": 0, \"pregnancyPictogram\": 0, }, }, \"segmentationAttributes\": null, \"excipientsWithKnowEffects\": [], \"atcClassesLevel2\": null, \"intakeUnits\": null, \"subLaboratories\": [], }, \"prices\": { \"ucdPrice\": \"0\", \"repaymentRate\": 0.0, \"vatRate\": null, \"reimbursementBase\": null, \"sellingPrice\": \"\", \"tfr\": null, }, \"searchProperties\": { \"score\": null, \"safeScore\": 0, \"safeDetails\": null, \"samCode\": null, \"samPatient\": false, }, \"extendedProperties\": null, }, { \"code\": \"24970\", \"productId\": 0, \"type\": 12, \"labelHtml\": \"Dolipranetabs\", \"code13\": null, \"deletedDate\": \"\", \"deleted\": false, \"labels\": { \"typeLabel\": \"Gamme\", \"label\": \"Dolipranetabs\", \"shortLabel\": \"Dolipranetabs\", \"shortLabelHtml\": \"Dolipranetabs\", \"longLabel\": null, \"longLabelHtml\": null, \"searchLabel\": \"DOLIPRANETABS DOLIPRANETABS DOLIPRANETABS\", }, \"properties\": { \"thumbnail\": null, \"productName\": null, \"productDosage\": null, \"galenicFormCode\": null, \"galenicFormLabel\": null, \"galenicFormLabelHtml\": null, \"aspect\": null, \"inFacilityFormulary\": false, \"codes\": { \"cip7\": \"\", \"cip13\": \"\", \"cip13Referent\": \"\", \"ucd7\": \"\", \"ucd13\": \"\", \"cis\": \"\", \"code13Referent\": null, \"ean13\": null, }, \"flags\": { \"doping\": 0, \"driveWarning\": \"0\", \"narcotic\": 0, \"crushable\": -1, \"referent\": 0, \"generic\": 0, \"biosimilar\": 0, \"hospitalDelivery\": 0, \"internal\": 1, \"medicalDevice\": 0, \"homeo\": 0, \"exactcureSimulable\": 0, \"pediatrics\": 0, \"hybrid\": 0, \"extendedFlags\": { \"bloodDerivative\": 0, \"anticoagulant\": 0, \"vaccin\": 0, \"soluteDilution\": 0, \"emergencyContraceptive\": 0, \"minorContraceptive\": 0, \"fridge\": 0, \"humanAntibiotic\": 0, \"veterinaryAntibiotic\": 0, \"veterinaryPrescription\": 0, \"deconditionning\": 0, \"seasonalFluVaccine\": 0, \"ghs\": 0, \"horsGhs\": 0, \"infertilityTreatment\": 0, \"mindalteringSubstance\": 0, \"testReagent\": 0, \"firstAgeMilk\": 0, \"abortionDrug\": 0, \"mte\": 0, \"tfr\": 0, \"biosimilarReferent\": 0, \"freezer\": 0, \"reinforcedMonitoring\": 0, \"t2a\": 0, \"communityApproval\": 0, \"drugException\": 0, \"hybridReferent\": 0, \"pregnancyPictogram\": 0, }, }, \"segmentationAttributes\": null, \"excipientsWithKnowEffects\": [], \"atcClassesLevel2\": null, \"intakeUnits\": null, \"subLaboratories\": [], }, \"prices\": { \"ucdPrice\": \"0\", \"repaymentRate\": 0.0, \"vatRate\": null, \"reimbursementBase\": null, \"sellingPrice\": \"\", \"tfr\": null, }, \"searchProperties\": { \"score\": null, \"safeScore\": 0, \"safeDetails\": null, \"samCode\": null, \"samPatient\": false, }, \"extendedProperties\": null, }, ], \"pageable\": { \"sort\": { \"unsorted\": false, \"sorted\": true, \"empty\": false, }, \"pageSize\": 150, \"pageNumber\": 0, \"offset\": 0, \"paged\": true, \"unpaged\": false, }, \"totalPages\": 1, \"totalElements\": 38, \"last\": true, \"numberOfElements\": 38, \"first\": true, \"size\": 150, \"sort\": { \"unsorted\": false, \"sorted\": true, \"empty\": false, }, \"number\": 0, \"empty\": false, }, }"
        },
        {
          "kind": "variable",
          "name": "resultsRequestResponseWithMoreProducts",
          "type": {
            "text": "SearchResponseBean"
          },
          "default": "{ \"filters\": { \"available\": [ { \"type\": \"terrains\", \"field\": \"attributsSegmentation.terrains.libelle.keyword\", \"label\": \"Terrains\", \"values\": [ { \"value\": \"Enfant\", \"label\": \"Enfant\", \"count\": 22, \"exclude\": 0 }, { \"value\": \"Adulte\", \"label\": \"Adulte\", \"count\": 17, \"exclude\": 0 }, { \"value\": \"Nourrisson\", \"label\": \"Nourrisson\", \"count\": 9, \"exclude\": 0 }, { \"value\": \"Sujet &#226;g&#233;\", \"label\": \"Sujet &#226;g&#233;\", \"count\": 3, \"exclude\": 0 }, { \"value\": \"Nouveau-n&#233;\", \"label\": \"Nouveau-n&#233;\", \"count\": 2, \"exclude\": 0 } ], \"totalCount\": 53 }, { \"type\": \"laboratoire\", \"field\": \"laboratoires.laboratoireExploitant.libelleLaboratoire.keyword\", \"label\": \"Laboratoires\", \"values\": [ { \"value\": \"OPELLA HEALTHCARE FRANCE SAS\", \"label\": \"OPELLA HEALTHCARE FRANCE SAS\", \"count\": 32, \"exclude\": 0 } ], \"totalCount\": 32 }, { \"type\": \"supprime\", \"field\": \"flags.supprime\", \"label\": \"Statut\", \"values\": [ { \"value\": \"0\", \"label\": \"Commercialisé\", \"count\": 32, \"exclude\": 0 }, { \"value\": \"-1\", \"label\": \"Commercialisé\", \"count\": 6, \"exclude\": 0 } ], \"totalCount\": 38 }, { \"type\": \"ci\", \"field\": \"motsClefs.motsClefsCI.libelleMotClefCIHtml.keyword\", \"label\": \"Contre indications\", \"values\": [ { \"value\": \"Insuffisance h&#233;patique s&#233;v&#232;re\", \"label\": \"Insuffisance h&#233;patique s&#233;v&#232;re\", \"count\": 26, \"exclude\": 0 }, { \"value\": \"Patient de moins de 6 ans\", \"label\": \"Patient de moins de 6 ans\", \"count\": 9, \"exclude\": 0 }, { \"value\": \"Allaitement\", \"label\": \"Allaitement\", \"count\": 6, \"exclude\": 0 }, { \"value\": \"Asthme\", \"label\": \"Asthme\", \"count\": 6, \"exclude\": 0 }, { \"value\": \"Insuffisance h&#233;patocellulaire s&#233;v&#232;re\", \"label\": \"Insuffisance h&#233;patocellulaire s&#233;v&#232;re\", \"count\": 6, \"exclude\": 0 }, { \"value\": \"Insuffisance respiratoire\", \"label\": \"Insuffisance respiratoire\", \"count\": 6, \"exclude\": 0 }, { \"value\": \"M&#233;taboliseur ultrarapide du CYP2D6\", \"label\": \"M&#233;taboliseur ultrarapide du CYP2D6\", \"count\": 6, \"exclude\": 0 }, { \"value\": \"Patient de moins de 15 ans\", \"label\": \"Patient de moins de 15 ans\", \"count\": 6, \"exclude\": 0 }, { \"value\": \"Suite d&#39;amygdalectomie et/ou ad&#233;no&#239;dectomie chez le patient de moins de 18 ans\", \"label\": \"Suite d&#39;amygdalectomie et/ou ad&#233;no&#239;dectomie chez le patient de moins de 18 ans\", \"count\": 6, \"exclude\": 0 }, { \"value\": \"Ant&#233;c&#233;dent d&#39;anite\", \"label\": \"Ant&#233;c&#233;dent d&#39;anite\", \"count\": 5, \"exclude\": 0 }, { \"value\": \"Ant&#233;c&#233;dent de rectite\", \"label\": \"Ant&#233;c&#233;dent de rectite\", \"count\": 5, \"exclude\": 0 }, { \"value\": \"Ant&#233;c&#233;dent de rectorragie\", \"label\": \"Ant&#233;c&#233;dent de rectorragie\", \"count\": 5, \"exclude\": 0 }, { \"value\": \"Ph&#233;nylc&#233;tonurie\", \"label\": \"Ph&#233;nylc&#233;tonurie\", \"count\": 1, \"exclude\": 0 } ], \"totalCount\": 93 }, { \"type\": \"composant\", \"field\": \"composition.principesActifs.libelleComposantPere.keyword\", \"label\": \"Composants\", \"values\": [ { \"value\": \"Parac&#233;tamol\", \"label\": \"Parac&#233;tamol\", \"count\": 32, \"exclude\": 0 }, { \"value\": \"Cod&#233;ine phosphate h&#233;mihydrat&#233;\", \"label\": \"Cod&#233;ine phosphate h&#233;mihydrat&#233;\", \"count\": 6, \"exclude\": 0 } ], \"totalCount\": 38 }, { \"type\": \"statutsSegmentation\", \"field\": \"infoProduit.statutSegmentationHtml.keyword\", \"label\": \"Statuts segmentation\", \"values\": [ { \"value\": \"M&eacute;dicament\", \"label\": \"M&eacute;dicament\", \"count\": 32, \"exclude\": 0 } ], \"totalCount\": 32 }, { \"type\": \"autres\", \"field\": \"attributsSegmentation.autres.libelle.keyword\", \"label\": \"Autres attributs segmentation\", \"values\": [ { \"value\": \"Hors pilulier\", \"label\": \"Hors pilulier\", \"count\": 23, \"exclude\": 0 } ], \"totalCount\": 23 }, { \"type\": \"voies\", \"field\": \"listeVoiesAdm.voieAdministration.keyword\", \"label\": \"Voies d'administration\", \"values\": [ { \"value\": \"orale\", \"label\": \"orale\", \"count\": 27, \"exclude\": 0 }, { \"value\": \"rectale\", \"label\": \"rectale\", \"count\": 5, \"exclude\": 0 } ], \"totalCount\": 32 }, { \"type\": \"marque\", \"field\": \"infoProduit.nomMarqueHtml.keyword\", \"label\": \"Marques\", \"values\": [ { \"value\": \"DOLIPRANE\", \"label\": \"DOLIPRANE\", \"count\": 26, \"exclude\": 0 }, { \"value\": \"CODOLIPRANE\", \"label\": \"CODOLIPRANE\", \"count\": 6, \"exclude\": 0 } ], \"totalCount\": 32 }, { \"type\": \"hospitalier\", \"field\": \"flags.hospitalier\", \"label\": \"Hospitalier\", \"values\": [ { \"value\": \"0\", \"label\": \"Non\", \"count\": 31, \"exclude\": 0 }, { \"value\": \"1\", \"label\": \"Oui\", \"count\": 7, \"exclude\": 0 } ], \"totalCount\": 38 }, { \"type\": \"gamme\", \"field\": \"infoProduit.nomGammeHtml.keyword\", \"label\": \"Gammes\", \"values\": [ { \"value\": \"Sans gamme\", \"label\": \"Sans gamme\", \"count\": 25, \"exclude\": 0 }, { \"value\": \"Dolipraneliquiz\", \"label\": \"Dolipraneliquiz\", \"count\": 4, \"exclude\": 0 }, { \"value\": \"Dolipranetabs\", \"label\": \"Dolipranetabs\", \"count\": 2, \"exclude\": 0 }, { \"value\": \"Dolipraneorodoz\", \"label\": \"Dolipraneorodoz\", \"count\": 1, \"exclude\": 0 } ], \"totalCount\": 32 }, { \"type\": \"type\", \"field\": \"type\", \"label\": \"Type\", \"values\": [ { \"value\": \"1\", \"label\": \"Médicament\", \"count\": 32, \"exclude\": 0 }, { \"value\": \"12\", \"label\": \"Gamme\", \"count\": 5, \"exclude\": 0 }, { \"value\": \"13\", \"label\": \"Marque\", \"count\": 1, \"exclude\": 0 } ], \"totalCount\": 38 }, { \"type\": \"indication\", \"field\": \"motsClefs.motsClefsInd.libelleMotClefIndHtml.keyword\", \"label\": \"Indications\", \"values\": [ { \"value\": \"Douleur l&#233;g&#232;re &#224; mod&#233;r&#233;e\", \"label\": \"Douleur l&#233;g&#232;re &#224; mod&#233;r&#233;e\", \"count\": 26, \"exclude\": 0 }, { \"value\": \"Etat f&#233;brile\", \"label\": \"Etat f&#233;brile\", \"count\": 23, \"exclude\": 0 }, { \"value\": \"Douleur aigu&#235; d&#39;intensit&#233; mod&#233;r&#233;e\", \"label\": \"Douleur aigu&#235; d&#39;intensit&#233; mod&#233;r&#233;e\", \"count\": 6, \"exclude\": 0 }, { \"value\": \"Fi&#232;vre\", \"label\": \"Fi&#232;vre\", \"count\": 3, \"exclude\": 0 } ], \"totalCount\": 58 }, { \"type\": \"dopant\", \"field\": \"flags.dopant\", \"label\": \"Dopant\", \"values\": [ { \"value\": \"0\", \"label\": \"Non\", \"count\": 38, \"exclude\": 0 } ], \"totalCount\": 38 }, { \"type\": \"circuitsDeDistribution\", \"field\": \"attributsSegmentation.circuitDeDistribution.libelle.keyword\", \"label\": \"Circuits de distribution\", \"values\": [ { \"value\": \"Pharmacie\", \"label\": \"Pharmacie\", \"count\": 29, \"exclude\": 0 }, { \"value\": \"ECOM\", \"label\": \"ECOM\", \"count\": 22, \"exclude\": 0 } ], \"totalCount\": 51 } ], \"active\": [] }, \"search\": { \"content\": [ { \"code\": \"4219\", \"productId\": 0, \"type\": 13, \"labelHtml\": \"DOLIPRANE\", \"code13\": null, \"deletedDate\": \"\", \"deleted\": false, \"labels\": { \"typeLabel\": \"Marque\", \"label\": \"DOLIPRANE\", \"shortLabel\": \"DOLIPRANE\", \"shortLabelHtml\": \"DOLIPRANE\", \"longLabel\": null, \"longLabelHtml\": null, \"searchLabel\": \"DOLIPRANE DOLIPRANE DOLIPRANE\" }, \"properties\": { \"thumbnail\": null, \"productName\": null, \"productDosage\": null, \"galenicFormCode\": null, \"galenicFormLabel\": null, \"galenicFormLabelHtml\": null, \"aspect\": null, \"inFacilityFormulary\": false, \"codes\": { \"cip7\": \"\", \"cip13\": \"\", \"cip13Referent\": \"\", \"ucd7\": \"\", \"ucd13\": \"\", \"cis\": \"\", \"code13Referent\": null, \"ean13\": null }, \"flags\": { \"doping\": 0, \"driveWarning\": \"0\", \"narcotic\": 0, \"crushable\": -1, \"referent\": 0, \"generic\": 0, \"biosimilar\": 0, \"hospitalDelivery\": 0, \"internal\": 1, \"medicalDevice\": 0, \"homeo\": 0, \"exactcureSimulable\": 0, \"pediatrics\": 0, \"hybrid\": 0, \"extendedFlags\": { \"bloodDerivative\": 0, \"anticoagulant\": 0, \"vaccin\": 0, \"soluteDilution\": 0, \"emergencyContraceptive\": 0, \"minorContraceptive\": 0, \"fridge\": 0, \"humanAntibiotic\": 0, \"veterinaryAntibiotic\": 0, \"veterinaryPrescription\": 0, \"deconditionning\": 0, \"seasonalFluVaccine\": 0, \"ghs\": 0, \"horsGhs\": 0, \"infertilityTreatment\": 0, \"mindalteringSubstance\": 0, \"testReagent\": 0, \"firstAgeMilk\": 0, \"abortionDrug\": 0, \"mte\": 0, \"tfr\": 0, \"biosimilarReferent\": 0, \"freezer\": 0, \"reinforcedMonitoring\": 0, \"t2a\": 0, \"communityApproval\": 0, \"drugException\": 0, \"hybridReferent\": 0, \"pregnancyPictogram\": 0 } }, \"segmentationAttributes\": null, \"excipientsWithKnowEffects\": [], \"atcClassesLevel2\": null, \"intakeUnits\": null, \"subLaboratories\": [] }, \"prices\": { \"ucdPrice\": \"0\", \"repaymentRate\": 0.0, \"vatRate\": null, \"reimbursementBase\": null, \"sellingPrice\": \"\", \"tfr\": null }, \"searchProperties\": { \"score\": null, \"safeScore\": 0, \"safeDetails\": null, \"samCode\": null, \"samPatient\": false }, \"extendedProperties\": null }, { \"code\": \"29558\", \"productId\": 29558, \"type\": 1, \"labelHtml\": \"DOLIPRANE 2,4 POUR CENT, suspension buvable, bo&icirc;te de 1 flacon (+ seringue pour administration orale) de 100 ml\", \"code13\": \"3400934615467\", \"deletedDate\": \"\", \"deleted\": false, \"labels\": { \"typeLabel\": \"Pr&#233;sentation\", \"label\": \"DOLIPRANE 2.4 POUR CENT. suspension buvable. boite de 1 flacon (+ seringue pour administration orale) de 100 ml\", \"shortLabel\": \"DOLIPRANE 2.4% SUSP BUV 100ML\", \"shortLabelHtml\": \"DOLIPRANE 2,4% SUSP BUV 100ML\", \"longLabel\": \"DOLIPRANE 2.4 POUR CENT. suspension buvable. boite de 1 flacon (+ seringue pour administration orale) de 100 ml\", \"longLabelHtml\": \"DOLIPRANE 2,4 POUR CENT, suspension buvable, bo&icirc;te de 1 flacon (+ seringue pour administration orale) de 100 ml\", \"searchLabel\": \"DOLIPRANE 2.4 POUR CENT. SUSPENSION BUVABLE. BOITE DE 1 FLACON (+ SERINGUE POUR ADMINISTRATION ORALE) DE 100 ML DOLIPRANE 2.4 POUR CENT. SUSPENSION BUVABLE. BOITE DE 1 FLACON (+ SERINGUE POUR ADMINISTRATION ORALE) DE 100 ML DOLIPRANE 2.4% SUSP BUV 100ML DOLIPRANE 2.4% BUV FV100ML PARACETAMOL DOLIPRANE2.4POURCENT.SUSPENSIONBUVABLE.BOITEDE1FLACON(+SERINGUEPOURADMINISTRATIONORALE)DE100MLDOLIPRANE2.4POURCENT.SUSPENSIONBUVABLE.BOITEDE1FLACON(+SERINGUEPOURADMINISTRATIONORALE)DE100MLDOLIPRANE2.4%SUSPBUV100MLDOLIPRANE2.4%BUVFV100MLPARACETAMOL 2,4% 2.4 % 2,4 %DOLIPRANE 2.4 POUR CENT. SUSPENSION BUVABLE. BOITE DE 1 FLACON (+ SERINGUE POUR ADMINISTRATION ORALE) DE 100 ML DOLIPRANE 2.4 POUR CENT. SUSPENSION BUVABLE. BOITE DE 1 FLACON (+ SERINGUE POUR ADMINISTRATION ORALE) DE 100 ML DOLIPRANE 2.4% SUSP BUV 100ML DOLIPRANE 2.4% BUV FV100ML PARACETAMOL Nouveau_ne Nourrisson Enfant Hors_pilulier\" }, \"properties\": { \"thumbnail\": \"https://documents.resip.fr/vignettes/29558_vign.jpg\", \"productName\": \"DOLIPRANE\", \"productDosage\": \"2,4 %\", \"galenicFormCode\": \"BM02\", \"galenicFormLabel\": \"Suspension buvable\", \"galenicFormLabelHtml\": null, \"aspect\": \" A SUSPENSION BUVABLE BEIGE BLANCHE FONCE VISQUEUSE\", \"inFacilityFormulary\": false, \"codes\": { \"cip7\": \"3461546\", \"cip13\": \"3400934615467\", \"cip13Referent\": \"3400934615467\", \"ucd7\": \"9202805\", \"ucd13\": \"3400892028057\", \"cis\": \"66477582\", \"code13Referent\": \"3400934615467\", \"ean13\": [] }, \"flags\": { \"doping\": 0, \"driveWarning\": \"0\", \"narcotic\": 0, \"crushable\": -1, \"referent\": 0, \"generic\": 0, \"biosimilar\": 0, \"hospitalDelivery\": 0, \"internal\": 1, \"medicalDevice\": 0, \"homeo\": 0, \"exactcureSimulable\": 1, \"pediatrics\": 1, \"hybrid\": 0, \"extendedFlags\": { \"bloodDerivative\": 0, \"anticoagulant\": 0, \"vaccin\": 0, \"soluteDilution\": 0, \"emergencyContraceptive\": 0, \"minorContraceptive\": 0, \"fridge\": 0, \"humanAntibiotic\": 0, \"veterinaryAntibiotic\": 0, \"veterinaryPrescription\": 0, \"deconditionning\": 0, \"seasonalFluVaccine\": 0, \"ghs\": 1, \"horsGhs\": 0, \"infertilityTreatment\": 0, \"mindalteringSubstance\": 0, \"testReagent\": 0, \"firstAgeMilk\": 0, \"abortionDrug\": 0, \"mte\": 0, \"tfr\": 0, \"biosimilarReferent\": 0, \"freezer\": 0, \"reinforcedMonitoring\": 0, \"t2a\": 0, \"communityApproval\": 1, \"drugException\": 0, \"hybridReferent\": 0, \"pregnancyPictogram\": 0 } }, \"segmentationAttributes\": null, \"excipientsWithKnowEffects\": [ { \"code\": \"15730\", \"label\": \"Sorbitol a 70 pour cent non cristallisable\", \"parentCode\": \"15730\" }, { \"code\": \"48\", \"label\": \"Sodium benzoate\", \"parentCode\": \"48\" } ], \"atcClassesLevel2\": [ { \"code\": \"N02\", \"label\": \"Analg&#233;siques\" } ], \"intakeUnits\": [ { \"order\": 1, \"code\": 48, \"labelHtml\": \"mg\", \"pluralLabelHtml\": \"mg\", \"shortLabelHtml\": \"mg\", \"dispensationNumber\": \"0\", \"distributionNumber\": \"0\", \"intakeUnitNumber\": \"0,0416666660\", \"round\": 100, \"throwTheRest\": 0 }, { \"order\": 2, \"code\": 400, \"labelHtml\": \"kg-graduation\", \"pluralLabelHtml\": \"kg-graduation\", \"shortLabelHtml\": \"kg-grad\", \"dispensationNumber\": \"0\", \"distributionNumber\": \"0\", \"intakeUnitNumber\": \"0,6250000000\", \"round\": 2, \"throwTheRest\": 0 }, { \"order\": 3, \"code\": 9, \"labelHtml\": \"g\", \"pluralLabelHtml\": \"g\", \"shortLabelHtml\": \"g\", \"dispensationNumber\": \"0\", \"distributionNumber\": \"0\", \"intakeUnitNumber\": \"41,6660000000\", \"round\": 100, \"throwTheRest\": 0 }, { \"order\": 4, \"code\": 26, \"labelHtml\": \"flacon\", \"pluralLabelHtml\": \"flacons\", \"shortLabelHtml\": \"fl\", \"dispensationNumber\": \"1\", \"distributionNumber\": \"0\", \"intakeUnitNumber\": \"100,0000000000\", \"round\": 1, \"throwTheRest\": 0 }, { \"order\": 5, \"code\": 27, \"labelHtml\": \"ml\", \"pluralLabelHtml\": \"ml\", \"shortLabelHtml\": \"ml\", \"dispensationNumber\": \"0\", \"distributionNumber\": \"100,00000\", \"intakeUnitNumber\": \"1,0000000000\", \"round\": 1, \"throwTheRest\": 0 } ], \"subLaboratories\": null }, \"prices\": { \"ucdPrice\": \"138\", \"repaymentRate\": 65.0, \"vatRate\": \"2,10\", \"reimbursementBase\": \"0000138\", \"sellingPrice\": \"0000138\", \"tfr\": null }, \"searchProperties\": { \"score\": null, \"safeScore\": 11, \"safeDetails\": [ { \"codeAlerte\": 1, \"libelleAlerte\": \"Patient de moins de 3 kg\", \"typeAlerte\": \"Contre-indication déconseillé\", \"niveauAlerte\": 3, \"idAlerte\": \"0000033382\", \"productId2\": 0, \"productLabel2\": \"\", \"details\": \"\" }, { \"codeAlerte\": 1, \"libelleAlerte\": \"Patient de plus de 26 kg\", \"typeAlerte\": \"Contre-indication déconseillé\", \"niveauAlerte\": 3, \"idAlerte\": \"0000033383\", \"productId2\": 0, \"productLabel2\": \"\", \"details\": \"\" }, { \"codeAlerte\": 1, \"libelleAlerte\": \"Patient de plus de 15 ans\", \"typeAlerte\": \"Contre-indication déconseillé\", \"niveauAlerte\": 3, \"idAlerte\": \"0000033871\", \"productId2\": 0, \"productLabel2\": \"\", \"details\": \"\" }, { \"codeAlerte\": 2, \"libelleAlerte\": \"Nouveau-n&#233;\", \"typeAlerte\": \"Précaution d'emploi\", \"niveauAlerte\": 2, \"idAlerte\": \"0000004628\", \"productId2\": 0, \"productLabel2\": \"\", \"details\": \"\" } ], \"samCode\": null, \"samPatient\": false }, \"extendedProperties\": null }, { \"code\": \"268745\", \"productId\": 268745, \"type\": 1, \"labelHtml\": \"CODOLIPRANE 500milligrammes/30milligr, comprim&eacute;, bo&icirc;te de 100\", \"code13\": \"3400958462917\", \"deletedDate\": \"\", \"deleted\": false, \"labels\": { \"typeLabel\": \"Pr&#233;sentation Hosp\", \"label\": \"CODOLIPRANE 500milligrammes 30milligr. comprime. boite de 100\", \"shortLabel\": \"CODOLIPRANE 500 30MG CPR 100\", \"shortLabelHtml\": \"CODOLIPRANE 500/30MG CPR 100\", \"longLabel\": \"CODOLIPRANE 500milligrammes 30milligr. comprime. boite de 100\", \"longLabelHtml\": \"CODOLIPRANE 500milligrammes/30milligr, comprim&eacute;, bo&icirc;te de 100\", \"searchLabel\": \"CODOLIPRANE 500MILLIGRAMMES 30MILLIGR. COMPRIME. BOITE DE 100 CODOLIPRANE 500MILLIGRAMMES 30MILLIGR. COMPRIME. BOITE DE 100 CODOLIPRANE 500 30MG CPR 100 CODOLIPRANE 500 30MG CPR PARACETAMOL CODEINE PHOSPHATE HEMIHYDRATE CODOLIPRANE500MILLIGRAMMES30MILLIGR.COMPRIME.BOITEDE100CODOLIPRANE500MILLIGRAMMES30MILLIGR.COMPRIME.BOITEDE100CODOLIPRANE50030MGCPR100CODOLIPRANE50030MGCPRPARACETAMOLCODEINEPHOSPHATEHEMIHYDRATE 500MILLIGRAMMES/30MILLIGR 500MILLIGRAMMES/30MILLIGR 500MILLIGRAMMES/30MILLIGRCODOLIPRANE 500MILLIGRAMMES 30MILLIGR. COMPRIME. BOITE DE 100 CODOLIPRANE 500MILLIGRAMMES 30MILLIGR. COMPRIME. BOITE DE 100 CODOLIPRANE 500 30MG CPR 100 CODOLIPRANE 500 30MG CPR PARACETAMOL CODEINE PHOSPHATE HEMIHYDRATE Hors_pilulier\", }, \"properties\": { \"thumbnail\": \"\", \"productName\": \"CODOLIPRANE\", \"productDosage\": \"500milligrammes/30milligr\", \"galenicFormCode\": \"AA01\", \"galenicFormLabel\": \"Comprime\", \"galenicFormLabelHtml\": null, \"aspect\": \" BLANC CASSE COMPRIME ROND BICONVEXE\", \"inFacilityFormulary\": false, \"codes\": { \"cip7\": \"5846291\", \"cip13\": \"3400958462917\", \"cip13Referent\": \"3400958462917\", \"ucd7\": \"9393604\", \"ucd13\": \"3400893936047\", \"cis\": \"60904643\", \"code13Referent\": \"3400958462917\", \"ean13\": [], }, \"flags\": { \"doping\": 0, \"driveWarning\": \"2\", \"narcotic\": 1, \"crushable\": -1, \"referent\": 0, \"generic\": 0, \"biosimilar\": 0, \"hospitalDelivery\": 1, \"internal\": 1, \"medicalDevice\": 0, \"homeo\": 0, \"exactcureSimulable\": 1, \"pediatrics\": 0, \"hybrid\": 0, \"extendedFlags\": { \"bloodDerivative\": 0, \"anticoagulant\": 0, \"vaccin\": 0, \"soluteDilution\": 0, \"emergencyContraceptive\": 0, \"minorContraceptive\": 0, \"fridge\": 0, \"humanAntibiotic\": 0, \"veterinaryAntibiotic\": 0, \"veterinaryPrescription\": 0, \"deconditionning\": 0, \"seasonalFluVaccine\": 0, \"ghs\": 1, \"horsGhs\": 0, \"infertilityTreatment\": 0, \"mindalteringSubstance\": 0, \"testReagent\": 0, \"firstAgeMilk\": 0, \"abortionDrug\": 0, \"mte\": 0, \"tfr\": 0, \"biosimilarReferent\": 0, \"freezer\": 0, \"reinforcedMonitoring\": 0, \"t2a\": 0, \"communityApproval\": 1, \"drugException\": 0, \"hybridReferent\": 0, \"pregnancyPictogram\": 0, }, }, \"segmentationAttributes\": null, \"excipientsWithKnowEffects\": [], \"atcClassesLevel2\": [ { \"code\": \"N02\", \"label\": \"Analg&#233;siques\", }, ], \"intakeUnits\": [ { \"order\": 1, \"code\": 1, \"labelHtml\": \"comprim&#233;\", \"pluralLabelHtml\": \"comprim&#233;s\", \"shortLabelHtml\": \"cpr\", \"dispensationNumber\": \"100\", \"distributionNumber\": \"100,00000\", \"intakeUnitNumber\": \"1,0000000000\", \"round\": 1, \"throwTheRest\": 0, }, ], \"subLaboratories\": null, }, \"prices\": { \"ucdPrice\": \"0\", \"repaymentRate\": 0.0, \"vatRate\": \"2,10\", \"reimbursementBase\": \"0000000\", \"sellingPrice\": \"0000000\", \"tfr\": null, }, \"searchProperties\": { \"score\": null, \"safeScore\": 11, \"safeDetails\": [ { \"codeAlerte\": 1, \"libelleAlerte\": \"Patient de moins de 15 ans\", \"typeAlerte\": \"Contre-indication contre-indiqué\", \"niveauAlerte\": 4, \"idAlerte\": \"0000009437\", \"productId2\": 0, \"productLabel2\": \"\", \"details\": \"\", }, { \"codeAlerte\": 1, \"libelleAlerte\": \"Adolescent de 15 &#224; 18 ans de moins de 31 kg\", \"typeAlerte\": \"Contre-indication déconseillé\", \"niveauAlerte\": 3, \"idAlerte\": \"0000034060\", \"productId2\": 0, \"productLabel2\": \"\", \"details\": \"\", }, { \"codeAlerte\": 2, \"libelleAlerte\": \"Sujet &#226;g&#233;\", \"typeAlerte\": \"Précaution d'emploi\", \"niveauAlerte\": 2, \"idAlerte\": \"0000005633\", \"productId2\": 0, \"productLabel2\": \"\", \"details\": \"\", }, { \"codeAlerte\": 2, \"libelleAlerte\": \"Poids corporel &lt; 50 kg\", \"typeAlerte\": \"Précaution d'emploi\", \"niveauAlerte\": 2, \"idAlerte\": \"0000031353\", \"productId2\": 0, \"productLabel2\": \"\", \"details\": \"\", }, ], \"samCode\": null, \"samPatient\": false, }, \"extendedProperties\": null, }, { \"code\": \"504644\", \"productId\": 504644, \"type\": 1, \"labelHtml\": \"CODOLIPRANE 500milligrammes/30milligr, g&eacute;lule, bo&icirc;te de 16\", \"code13\": \"3400930057834\", \"deletedDate\": \"\", \"deleted\": false, \"labels\": { \"typeLabel\": \"Pr&#233;sentation\", \"label\": \"CODOLIPRANE 500milligrammes 30milligr. gelule. boite de 16\", \"shortLabel\": \"CODOLIPRANE 500MG 30MG GELULE 16\", \"shortLabelHtml\": \"CODOLIPRANE 500MG/30MG GELULE 16\", \"longLabel\": \"CODOLIPRANE 500milligrammes 30milligr. gelule. boite de 16\", \"longLabelHtml\": \"CODOLIPRANE 500milligrammes/30milligr, g&eacute;lule, bo&icirc;te de 16\", \"searchLabel\": \"CODOLIPRANE 500MILLIGRAMMES 30MILLIGR. GELULE. BOITE DE 16 CODOLIPRANE 500MILLIGRAMMES 30MILLIGR. GELULE. BOITE DE 16 CODOLIPRANE 500MG 30MG GELULE 16 CODOLIPRANE 500 30MG GELU PARACETAMOL CODEINE PHOSPHATE HEMIHYDRATE CODOLIPRANE500MILLIGRAMMES30MILLIGR.GELULE.BOITEDE16CODOLIPRANE500MILLIGRAMMES30MILLIGR.GELULE.BOITEDE16CODOLIPRANE500MG30MGGELULE16CODOLIPRANE50030MGGELUPARACETAMOLCODEINEPHOSPHATEHEMIHYDRATE 500MILLIGRAMMES/30MILLIGR 500MILLIGRAMMES/30MILLIGR 500MILLIGRAMMES/30MILLIGRCODOLIPRANE 500MILLIGRAMMES 30MILLIGR. GELULE. BOITE DE 16 CODOLIPRANE 500MILLIGRAMMES 30MILLIGR. GELULE. BOITE DE 16 CODOLIPRANE 500MG 30MG GELULE 16 CODOLIPRANE 500 30MG GELU PARACETAMOL CODEINE PHOSPHATE HEMIHYDRATE Adulte Sujet_age Hors_pilulier\", }, \"properties\": { \"thumbnail\": \"\", \"productName\": \"CODOLIPRANE\", \"productDosage\": \"500milligrammes/30milligr\", \"galenicFormCode\": \"AI01\", \"galenicFormLabel\": \"Gelule\", \"galenicFormLabelHtml\": null, \"aspect\": \" POUDRE COULEUR BLANC A CASSE CORPS GELULE BLANCHE VERTE COIFFE N 0 COMPOSEE CONTENU CALIBRE\", \"inFacilityFormulary\": false, \"codes\": { \"cip7\": \"3005783\", \"cip13\": \"3400930057834\", \"cip13Referent\": \"3400930057834\", \"ucd7\": \"9423541\", \"ucd13\": \"3400894235415\", \"cis\": \"62049552\", \"code13Referent\": \"3400930057834\", \"ean13\": [], }, \"flags\": { \"doping\": 0, \"driveWarning\": \"2\", \"narcotic\": 1, \"crushable\": -1, \"referent\": 0, \"generic\": 0, \"biosimilar\": 0, \"hospitalDelivery\": 0, \"internal\": 1, \"medicalDevice\": 0, \"homeo\": 0, \"exactcureSimulable\": 1, \"pediatrics\": 0, \"hybrid\": 0, \"extendedFlags\": { \"bloodDerivative\": 0, \"anticoagulant\": 0, \"vaccin\": 0, \"soluteDilution\": 0, \"emergencyContraceptive\": 0, \"minorContraceptive\": 0, \"fridge\": 0, \"humanAntibiotic\": 0, \"veterinaryAntibiotic\": 0, \"veterinaryPrescription\": 0, \"deconditionning\": 0, \"seasonalFluVaccine\": 0, \"ghs\": 1, \"horsGhs\": 0, \"infertilityTreatment\": 0, \"mindalteringSubstance\": 0, \"testReagent\": 0, \"firstAgeMilk\": 0, \"abortionDrug\": 0, \"mte\": 0, \"tfr\": 0, \"biosimilarReferent\": 0, \"freezer\": 0, \"reinforcedMonitoring\": 0, \"t2a\": 0, \"communityApproval\": 1, \"drugException\": 0, \"hybridReferent\": 0, \"pregnancyPictogram\": 0, }, }, \"segmentationAttributes\": null, \"excipientsWithKnowEffects\": [], \"atcClassesLevel2\": [ { \"code\": \"N02\", \"label\": \"Analg&#233;siques\", }, ], \"intakeUnits\": [ { \"order\": 1, \"code\": 31, \"labelHtml\": \"g&#233;lule\", \"pluralLabelHtml\": \"g&#233;lules\", \"shortLabelHtml\": \"g&#233;l\", \"dispensationNumber\": \"16\", \"distributionNumber\": \"16,00000\", \"intakeUnitNumber\": \"1,0000000000\", \"round\": 1, \"throwTheRest\": 0, }, ], \"subLaboratories\": null, }, \"prices\": { \"ucdPrice\": \"11\", \"repaymentRate\": 65.0, \"vatRate\": \"2,10\", \"reimbursementBase\": \"0000172\", \"sellingPrice\": \"0000172\", \"tfr\": null, }, \"searchProperties\": { \"score\": null, \"safeScore\": 11, \"safeDetails\": [ { \"codeAlerte\": 1, \"libelleAlerte\": \"Patient de moins de 15 ans\", \"typeAlerte\": \"Contre-indication contre-indiqué\", \"niveauAlerte\": 4, \"idAlerte\": \"0000009437\", \"productId2\": 0, \"productLabel2\": \"\", \"details\": \"\", }, { \"codeAlerte\": 1, \"libelleAlerte\": \"Adolescent de 15 &#224; 18 ans de moins de 31 kg\", \"typeAlerte\": \"Contre-indication déconseillé\", \"niveauAlerte\": 3, \"idAlerte\": \"0000034060\", \"productId2\": 0, \"productLabel2\": \"\", \"details\": \"\", }, { \"codeAlerte\": 2, \"libelleAlerte\": \"Sujet &#226;g&#233;\", \"typeAlerte\": \"Précaution d'emploi\", \"niveauAlerte\": 2, \"idAlerte\": \"0000005633\", \"productId2\": 0, \"productLabel2\": \"\", \"details\": \"\", }, { \"codeAlerte\": 2, \"libelleAlerte\": \"Poids corporel &lt; 50 kg\", \"typeAlerte\": \"Précaution d'emploi\", \"niveauAlerte\": 2, \"idAlerte\": \"0000031353\", \"productId2\": 0, \"productLabel2\": \"\", \"details\": \"\", }, ], \"samCode\": null, \"samPatient\": false, }, \"extendedProperties\": null, }, { \"code\": \"504566\", \"productId\": 504566, \"type\": 1, \"labelHtml\": \"CODOLIPRANE 500milligrammes/30milligr, g&eacute;lule, bo&icirc;te de 100\", \"code13\": \"3400955021025\", \"deletedDate\": \"\", \"deleted\": false, \"labels\": { \"typeLabel\": \"Pr&#233;sentation Hosp\", \"label\": \"CODOLIPRANE 500milligrammes 30milligr. gelule. boite de 100\", \"shortLabel\": \"CODOLIPRANE 500MG 30MG GELULE 100\", \"shortLabelHtml\": \"CODOLIPRANE 500MG/30MG GELULE 100\", \"longLabel\": \"CODOLIPRANE 500milligrammes 30milligr. gelule. boite de 100\", \"longLabelHtml\": \"CODOLIPRANE 500milligrammes/30milligr, g&eacute;lule, bo&icirc;te de 100\", \"searchLabel\": \"CODOLIPRANE 500MILLIGRAMMES 30MILLIGR. GELULE. BOITE DE 100 CODOLIPRANE 500MILLIGRAMMES 30MILLIGR. GELULE. BOITE DE 100 CODOLIPRANE 500MG 30MG GELULE 100 CODOLIPRANE 500 30MG GELU PARACETAMOL CODEINE PHOSPHATE HEMIHYDRATE CODOLIPRANE500MILLIGRAMMES30MILLIGR.GELULE.BOITEDE100CODOLIPRANE500MILLIGRAMMES30MILLIGR.GELULE.BOITEDE100CODOLIPRANE500MG30MGGELULE100CODOLIPRANE50030MGGELUPARACETAMOLCODEINEPHOSPHATEHEMIHYDRATE 500MILLIGRAMMES/30MILLIGR 500MILLIGRAMMES/30MILLIGR 500MILLIGRAMMES/30MILLIGRCODOLIPRANE 500MILLIGRAMMES 30MILLIGR. GELULE. BOITE DE 100 CODOLIPRANE 500MILLIGRAMMES 30MILLIGR. GELULE. BOITE DE 100 CODOLIPRANE 500MG 30MG GELULE 100 CODOLIPRANE 500 30MG GELU PARACETAMOL CODEINE PHOSPHATE HEMIHYDRATE Hors_pilulier\", }, \"properties\": { \"thumbnail\": \"\", \"productName\": \"CODOLIPRANE\", \"productDosage\": \"500milligrammes/30milligr\", \"galenicFormCode\": \"AI01\", \"galenicFormLabel\": \"Gelule\", \"galenicFormLabelHtml\": null, \"aspect\": \" POUDRE COULEUR BLANC A CASSE CORPS GELULE BLANCHE VERTE COIFFE N 0 COMPOSEE CONTENU CALIBRE\", \"inFacilityFormulary\": false, \"codes\": { \"cip7\": \"5502102\", \"cip13\": \"3400955021025\", \"cip13Referent\": \"3400955021025\", \"ucd7\": \"9423541\", \"ucd13\": \"3400894235415\", \"cis\": \"62049552\", \"code13Referent\": \"3400955021025\", \"ean13\": [], }, \"flags\": { \"doping\": 0, \"driveWarning\": \"2\", \"narcotic\": 1, \"crushable\": -1, \"referent\": 0, \"generic\": 0, \"biosimilar\": 0, \"hospitalDelivery\": 1, \"internal\": 1, \"medicalDevice\": 0, \"homeo\": 0, \"exactcureSimulable\": 1, \"pediatrics\": 0, \"hybrid\": 0, \"extendedFlags\": { \"bloodDerivative\": 0, \"anticoagulant\": 0, \"vaccin\": 0, \"soluteDilution\": 0, \"emergencyContraceptive\": 0, \"minorContraceptive\": 0, \"fridge\": 0, \"humanAntibiotic\": 0, \"veterinaryAntibiotic\": 0, \"veterinaryPrescription\": 0, \"deconditionning\": 0, \"seasonalFluVaccine\": 0, \"ghs\": 1, \"horsGhs\": 0, \"infertilityTreatment\": 0, \"mindalteringSubstance\": 0, \"testReagent\": 0, \"firstAgeMilk\": 0, \"abortionDrug\": 0, \"mte\": 0, \"tfr\": 0, \"biosimilarReferent\": 0, \"freezer\": 0, \"reinforcedMonitoring\": 0, \"t2a\": 0, \"communityApproval\": 1, \"drugException\": 0, \"hybridReferent\": 0, \"pregnancyPictogram\": 0, }, }, \"segmentationAttributes\": null, \"excipientsWithKnowEffects\": [], \"atcClassesLevel2\": [ { \"code\": \"N02\", \"label\": \"Analg&#233;siques\", }, ], \"intakeUnits\": [ { \"order\": 1, \"code\": 31, \"labelHtml\": \"g&#233;lule\", \"pluralLabelHtml\": \"g&#233;lules\", \"shortLabelHtml\": \"g&#233;l\", \"dispensationNumber\": \"100\", \"distributionNumber\": \"100,00000\", \"intakeUnitNumber\": \"1,0000000000\", \"round\": 1, \"throwTheRest\": 0, }, ], \"subLaboratories\": null, }, \"prices\": { \"ucdPrice\": \"0\", \"repaymentRate\": 0.0, \"vatRate\": \"2,10\", \"reimbursementBase\": \"0000000\", \"sellingPrice\": \"0000000\", \"tfr\": null, }, \"searchProperties\": { \"score\": null, \"safeScore\": 11, \"safeDetails\": [ { \"codeAlerte\": 1, \"libelleAlerte\": \"Patient de moins de 15 ans\", \"typeAlerte\": \"Contre-indication contre-indiqué\", \"niveauAlerte\": 4, \"idAlerte\": \"0000009437\", \"productId2\": 0, \"productLabel2\": \"\", \"details\": \"\", }, { \"codeAlerte\": 1, \"libelleAlerte\": \"Adolescent de 15 &#224; 18 ans de moins de 31 kg\", \"typeAlerte\": \"Contre-indication déconseillé\", \"niveauAlerte\": 3, \"idAlerte\": \"0000034060\", \"productId2\": 0, \"productLabel2\": \"\", \"details\": \"\", }, { \"codeAlerte\": 2, \"libelleAlerte\": \"Sujet &#226;g&#233;\", \"typeAlerte\": \"Précaution d'emploi\", \"niveauAlerte\": 2, \"idAlerte\": \"0000005633\", \"productId2\": 0, \"productLabel2\": \"\", \"details\": \"\", }, { \"codeAlerte\": 2, \"libelleAlerte\": \"Poids corporel &lt; 50 kg\", \"typeAlerte\": \"Précaution d'emploi\", \"niveauAlerte\": 2, \"idAlerte\": \"0000031353\", \"productId2\": 0, \"productLabel2\": \"\", \"details\": \"\", }, ], \"samCode\": null, \"samPatient\": false, }, \"extendedProperties\": null, }, { \"code\": \"25744\", \"productId\": 25744, \"type\": 1, \"labelHtml\": \"CODOLIPRANE ADULTES 400milligrammes/20milligr, comprim&eacute; s&eacute;cable, bo&icirc;te de 16\", \"code13\": \"3400933220754\", \"deletedDate\": \"\", \"deleted\": false, \"labels\": { \"typeLabel\": \"Pr&#233;sentation\", \"label\": \"CODOLIPRANE ADULTES 400milligrammes 20milligr. comprime secable. boite de 16\", \"shortLabel\": \"CODOLIPRANE AD 400MG 20MG CPR S 16\", \"shortLabelHtml\": \"CODOLIPRANE AD 400MG/20MG CPR S 16\", \"longLabel\": \"CODOLIPRANE ADULTES 400milligrammes 20milligr. comprime secable. boite de 16\", \"longLabelHtml\": \"CODOLIPRANE ADULTES 400milligrammes/20milligr, comprim&eacute; s&eacute;cable, bo&icirc;te de 16\", \"searchLabel\": \"CODOLIPRANE ADULTES 400MILLIGRAMMES 20MILLIGR. COMPRIME SECABLE. BOITE DE 16 CODOLIPRANE ADULTES 400MILLIGRAMMES 20MILLIGR. COMPRIME SECABLE. BOITE DE 16 CODOLIPRANE AD 400MG 20MG CPR S 16 CODOLIPRANE AD. 400 20MG CPR PARACETAMOL CODEINE PHOSPHATE HEMIHYDRATE CODOLIPRANEADULTES400MILLIGRAMMES20MILLIGR.COMPRIMESECABLE.BOITEDE16CODOLIPRANEADULTES400MILLIGRAMMES20MILLIGR.COMPRIMESECABLE.BOITEDE16CODOLIPRANEAD400MG20MGCPRS16CODOLIPRANEAD.40020MGCPRPARACETAMOLCODEINEPHOSPHATEHEMIHYDRATE 400MILLIGRAMMES/20MILLIGR 400MILLIGRAMMES/20MILLIGR 400MILLIGRAMMES/20MILLIGRCODOLIPRANE ADULTES 400MILLIGRAMMES 20MILLIGR. COMPRIME SECABLE. BOITE DE 16 CODOLIPRANE ADULTES 400MILLIGRAMMES 20MILLIGR. COMPRIME SECABLE. BOITE DE 16 CODOLIPRANE AD 400MG 20MG CPR S 16 CODOLIPRANE AD. 400 20MG CPR PARACETAMOL CODEINE PHOSPHATE HEMIHYDRATE Adulte Sujet_age Hors_pilulier\", }, \"properties\": { \"thumbnail\": \"https://documents.resip.fr/vignettes/25744_vign.jpg\", \"productName\": \"CODOLIPRANE ADULTES\", \"productDosage\": \"400milligrammes/20milligr\", \"galenicFormCode\": \"AA27\", \"galenicFormLabel\": \"Comprime secable\", \"galenicFormLabelHtml\": null, \"aspect\": \" COMPRIME SECABLE\", \"inFacilityFormulary\": false, \"codes\": { \"cip7\": \"3322075\", \"cip13\": \"3400933220754\", \"cip13Referent\": \"3400933220754\", \"ucd7\": \"9129787\", \"ucd13\": \"3400891297874\", \"cis\": \"64406362\", \"code13Referent\": \"3400933220754\", \"ean13\": [], }, \"flags\": { \"doping\": 0, \"driveWarning\": \"2\", \"narcotic\": 1, \"crushable\": 0, \"referent\": 0, \"generic\": 0, \"biosimilar\": 0, \"hospitalDelivery\": 0, \"internal\": 1, \"medicalDevice\": 0, \"homeo\": 0, \"exactcureSimulable\": 1, \"pediatrics\": 0, \"hybrid\": 0, \"extendedFlags\": { \"bloodDerivative\": 0, \"anticoagulant\": 0, \"vaccin\": 0, \"soluteDilution\": 0, \"emergencyContraceptive\": 0, \"minorContraceptive\": 0, \"fridge\": 0, \"humanAntibiotic\": 0, \"veterinaryAntibiotic\": 0, \"veterinaryPrescription\": 0, \"deconditionning\": 0, \"seasonalFluVaccine\": 0, \"ghs\": 1, \"horsGhs\": 0, \"infertilityTreatment\": 0, \"mindalteringSubstance\": 0, \"testReagent\": 0, \"firstAgeMilk\": 0, \"abortionDrug\": 0, \"mte\": 0, \"tfr\": 0, \"biosimilarReferent\": 0, \"freezer\": 0, \"reinforcedMonitoring\": 0, \"t2a\": 0, \"communityApproval\": 1, \"drugException\": 0, \"hybridReferent\": 0, \"pregnancyPictogram\": 0, }, }, \"segmentationAttributes\": null, \"excipientsWithKnowEffects\": [], \"atcClassesLevel2\": [ { \"code\": \"N02\", \"label\": \"Analg&#233;siques\", }, ], \"intakeUnits\": [ { \"order\": 1, \"code\": 1, \"labelHtml\": \"comprim&#233;\", \"pluralLabelHtml\": \"comprim&#233;s\", \"shortLabelHtml\": \"cpr\", \"dispensationNumber\": \"16\", \"distributionNumber\": \"16,00000\", \"intakeUnitNumber\": \"1,0000000000\", \"round\": 2, \"throwTheRest\": 0, }, ], \"subLaboratories\": null, }, \"prices\": { \"ucdPrice\": \"11\", \"repaymentRate\": 65.0, \"vatRate\": \"2,10\", \"reimbursementBase\": \"0000172\", \"sellingPrice\": \"0000172\", \"tfr\": null, }, \"searchProperties\": { \"score\": null, \"safeScore\": 11, \"safeDetails\": [ { \"codeAlerte\": 1, \"libelleAlerte\": \"Patient de moins de 15 ans\", \"typeAlerte\": \"Contre-indication contre-indiqué\", \"niveauAlerte\": 4, \"idAlerte\": \"0000009437\", \"productId2\": 0, \"productLabel2\": \"\", \"details\": \"\", }, { \"codeAlerte\": 1, \"libelleAlerte\": \"Adolescent de 15 &#224; 18 ans de moins de 31 kg\", \"typeAlerte\": \"Contre-indication déconseillé\", \"niveauAlerte\": 3, \"idAlerte\": \"0000034060\", \"productId2\": 0, \"productLabel2\": \"\", \"details\": \"\", }, { \"codeAlerte\": 2, \"libelleAlerte\": \"Sujet &#226;g&#233;\", \"typeAlerte\": \"Précaution d'emploi\", \"niveauAlerte\": 2, \"idAlerte\": \"0000005633\", \"productId2\": 0, \"productLabel2\": \"\", \"details\": \"\", }, { \"codeAlerte\": 2, \"libelleAlerte\": \"Poids corporel &lt; 50 kg\", \"typeAlerte\": \"Précaution d'emploi\", \"niveauAlerte\": 2, \"idAlerte\": \"0000031353\", \"productId2\": 0, \"productLabel2\": \"\", \"details\": \"\", }, ], \"samCode\": null, \"samPatient\": false, }, \"extendedProperties\": null, }, { \"code\": \"75097\", \"productId\": 75097, \"type\": 1, \"labelHtml\": \"CODOLIPRANE ADULTES 400milligrammes/20milligr, comprim&eacute; s&eacute;cable, bo&icirc;te de 100\", \"code13\": \"3400956092895\", \"deletedDate\": \"\", \"deleted\": false, \"labels\": { \"typeLabel\": \"Pr&#233;sentation Hosp\", \"label\": \"CODOLIPRANE ADULTES 400milligrammes 20milligr. comprime secable. boite de 100\", \"shortLabel\": \"CODOLIPRANE AD 400MG 20MG CPR S100\", \"shortLabelHtml\": \"CODOLIPRANE AD 400MG/20MG CPR S100\", \"longLabel\": \"CODOLIPRANE ADULTES 400milligrammes 20milligr. comprime secable. boite de 100\", \"longLabelHtml\": \"CODOLIPRANE ADULTES 400milligrammes/20milligr, comprim&eacute; s&eacute;cable, bo&icirc;te de 100\", \"searchLabel\": \"CODOLIPRANE ADULTES 400MILLIGRAMMES 20MILLIGR. COMPRIME SECABLE. BOITE DE 100 CODOLIPRANE ADULTES 400MILLIGRAMMES 20MILLIGR. COMPRIME SECABLE. BOITE DE 100 CODOLIPRANE AD 400MG 20MG CPR S100 CODOLIPRANE AD. 400 20MG CPR PARACETAMOL CODEINE PHOSPHATE HEMIHYDRATE CODOLIPRANEADULTES400MILLIGRAMMES20MILLIGR.COMPRIMESECABLE.BOITEDE100CODOLIPRANEADULTES400MILLIGRAMMES20MILLIGR.COMPRIMESECABLE.BOITEDE100CODOLIPRANEAD400MG20MGCPRS100CODOLIPRANEAD.40020MGCPRPARACETAMOLCODEINEPHOSPHATEHEMIHYDRATE 400MILLIGRAMMES/20MILLIGR 400MILLIGRAMMES/20MILLIGR 400MILLIGRAMMES/20MILLIGRCODOLIPRANE ADULTES 400MILLIGRAMMES 20MILLIGR. COMPRIME SECABLE. BOITE DE 100 CODOLIPRANE ADULTES 400MILLIGRAMMES 20MILLIGR. COMPRIME SECABLE. BOITE DE 100 CODOLIPRANE AD 400MG 20MG CPR S100 CODOLIPRANE AD. 400 20MG CPR PARACETAMOL CODEINE PHOSPHATE HEMIHYDRATE Hors_pilulier\", }, \"properties\": { \"thumbnail\": \"\", \"productName\": \"CODOLIPRANE ADULTES\", \"productDosage\": \"400milligrammes/20milligr\", \"galenicFormCode\": \"AA27\", \"galenicFormLabel\": \"Comprime secable\", \"galenicFormLabelHtml\": null, \"aspect\": \" COMPRIME SECABLE\", \"inFacilityFormulary\": false, \"codes\": { \"cip7\": \"5609289\", \"cip13\": \"3400956092895\", \"cip13Referent\": \"3400956092895\", \"ucd7\": \"9129787\", \"ucd13\": \"3400891297874\", \"cis\": \"64406362\", \"code13Referent\": \"3400956092895\", \"ean13\": [], }, \"flags\": { \"doping\": 0, \"driveWarning\": \"2\", \"narcotic\": 1, \"crushable\": 0, \"referent\": 0, \"generic\": 0, \"biosimilar\": 0, \"hospitalDelivery\": 1, \"internal\": 1, \"medicalDevice\": 0, \"homeo\": 0, \"exactcureSimulable\": 1, \"pediatrics\": 0, \"hybrid\": 0, \"extendedFlags\": { \"bloodDerivative\": 0, \"anticoagulant\": 0, \"vaccin\": 0, \"soluteDilution\": 0, \"emergencyContraceptive\": 0, \"minorContraceptive\": 0, \"fridge\": 0, \"humanAntibiotic\": 0, \"veterinaryAntibiotic\": 0, \"veterinaryPrescription\": 0, \"deconditionning\": 0, \"seasonalFluVaccine\": 0, \"ghs\": 1, \"horsGhs\": 0, \"infertilityTreatment\": 0, \"mindalteringSubstance\": 0, \"testReagent\": 0, \"firstAgeMilk\": 0, \"abortionDrug\": 0, \"mte\": 0, \"tfr\": 0, \"biosimilarReferent\": 0, \"freezer\": 0, \"reinforcedMonitoring\": 0, \"t2a\": 0, \"communityApproval\": 1, \"drugException\": 0, \"hybridReferent\": 0, \"pregnancyPictogram\": 0, }, }, \"segmentationAttributes\": null, \"excipientsWithKnowEffects\": [], \"atcClassesLevel2\": [ { \"code\": \"N02\", \"label\": \"Analg&#233;siques\", }, ], \"intakeUnits\": [ { \"order\": 1, \"code\": 1, \"labelHtml\": \"comprim&#233;\", \"pluralLabelHtml\": \"comprim&#233;s\", \"shortLabelHtml\": \"cpr\", \"dispensationNumber\": \"100\", \"distributionNumber\": \"100,00000\", \"intakeUnitNumber\": \"1,0000000000\", \"round\": 2, \"throwTheRest\": 0, }, ], \"subLaboratories\": null, }, \"prices\": { \"ucdPrice\": \"0\", \"repaymentRate\": 65.0, \"vatRate\": \"2,10\", \"reimbursementBase\": \"0000000\", \"sellingPrice\": \"0000000\", \"tfr\": null, }, \"searchProperties\": { \"score\": null, \"safeScore\": 11, \"safeDetails\": [ { \"codeAlerte\": 1, \"libelleAlerte\": \"Patient de moins de 15 ans\", \"typeAlerte\": \"Contre-indication contre-indiqué\", \"niveauAlerte\": 4, \"idAlerte\": \"0000009437\", \"productId2\": 0, \"productLabel2\": \"\", \"details\": \"\", }, { \"codeAlerte\": 1, \"libelleAlerte\": \"Adolescent de 15 &#224; 18 ans de moins de 31 kg\", \"typeAlerte\": \"Contre-indication déconseillé\", \"niveauAlerte\": 3, \"idAlerte\": \"0000034060\", \"productId2\": 0, \"productLabel2\": \"\", \"details\": \"\", }, { \"codeAlerte\": 2, \"libelleAlerte\": \"Sujet &#226;g&#233;\", \"typeAlerte\": \"Précaution d'emploi\", \"niveauAlerte\": 2, \"idAlerte\": \"0000005633\", \"productId2\": 0, \"productLabel2\": \"\", \"details\": \"\", }, { \"codeAlerte\": 2, \"libelleAlerte\": \"Poids corporel &lt; 50 kg\", \"typeAlerte\": \"Précaution d'emploi\", \"niveauAlerte\": 2, \"idAlerte\": \"0000031353\", \"productId2\": 0, \"productLabel2\": \"\", \"details\": \"\", }, ], \"samCode\": null, \"samPatient\": false, }, \"extendedProperties\": null, }, { \"code\": \"29968\", \"productId\": 29968, \"type\": 1, \"labelHtml\": \"DOLIPRANE 200 mg, suppositoire, bo&icirc;te de 10\", \"code13\": \"3400934809866\", \"deletedDate\": \"\", \"deleted\": false, \"labels\": { \"typeLabel\": \"Pr&#233;sentation\", \"label\": \"DOLIPRANE 200 mg. suppositoire. boite de 10\", \"shortLabel\": \"DOLIPRANE 200MG SUP 10\", \"shortLabelHtml\": \"DOLIPRANE 200MG SUP 10\", \"longLabel\": \"DOLIPRANE 200 mg. suppositoire. boite de 10\", \"longLabelHtml\": \"DOLIPRANE 200 mg, suppositoire, bo&icirc;te de 10\", \"searchLabel\": \"DOLIPRANE 200 MG. SUPPOSITOIRE. BOITE DE 10 DOLIPRANE 200 MG. SUPPOSITOIRE. BOITE DE 10 DOLIPRANE 200MG SUP 10 DOLIPRANE 200MG SUP PARACETAMOL DOLIPRANE200MG.SUPPOSITOIRE.BOITEDE10DOLIPRANE200MG.SUPPOSITOIRE.BOITEDE10DOLIPRANE200MGSUP10DOLIPRANE200MGSUPPARACETAMOL 200MG 200 MG 200 MGDOLIPRANE 200 MG. SUPPOSITOIRE. BOITE DE 10 DOLIPRANE 200 MG. SUPPOSITOIRE. BOITE DE 10 DOLIPRANE 200MG SUP 10 DOLIPRANE 200MG SUP PARACETAMOL Nourrisson Enfant Hors_pilulier\" }, \"properties\": { \"thumbnail\": \"https://documents.resip.fr/vignettes/29968_vign.jpg\", \"productName\": \"DOLIPRANE\", \"productDosage\": \"200 mg\", \"galenicFormCode\": \"CN01\", \"galenicFormLabel\": \"Suppositoire\", \"galenicFormLabelHtml\": null, \"aspect\": \" SUPPOSITOIRE\", \"inFacilityFormulary\": false, \"codes\": { \"cip7\": \"3480986\", \"cip13\": \"3400934809866\", \"cip13Referent\": \"3400934809866\", \"ucd7\": \"9209718\", \"ucd13\": \"3400892097183\", \"cis\": \"64361369\", \"code13Referent\": \"3400934809866\", \"ean13\": [] }, \"flags\": { \"doping\": 0, \"driveWarning\": \"0\", \"narcotic\": 0, \"crushable\": -1, \"referent\": 0, \"generic\": 0, \"biosimilar\": 0, \"hospitalDelivery\": 0, \"internal\": 1, \"medicalDevice\": 0, \"homeo\": 0, \"exactcureSimulable\": 1, \"pediatrics\": 1, \"hybrid\": 0, \"extendedFlags\": { \"bloodDerivative\": 0, \"anticoagulant\": 0, \"vaccin\": 0, \"soluteDilution\": 0, \"emergencyContraceptive\": 0, \"minorContraceptive\": 0, \"fridge\": 0, \"humanAntibiotic\": 0, \"veterinaryAntibiotic\": 0, \"veterinaryPrescription\": 0, \"deconditionning\": 0, \"seasonalFluVaccine\": 0, \"ghs\": 1, \"horsGhs\": 0, \"infertilityTreatment\": 0, \"mindalteringSubstance\": 0, \"testReagent\": 0, \"firstAgeMilk\": 0, \"abortionDrug\": 0, \"mte\": 0, \"tfr\": 0, \"biosimilarReferent\": 0, \"freezer\": 0, \"reinforcedMonitoring\": 0, \"t2a\": 0, \"communityApproval\": 1, \"drugException\": 0, \"hybridReferent\": 0, \"pregnancyPictogram\": 0 } }, \"segmentationAttributes\": null, \"excipientsWithKnowEffects\": [], \"atcClassesLevel2\": [ { \"code\": \"N02\", \"label\": \"Analg&#233;siques\" } ], \"intakeUnits\": [ { \"order\": 1, \"code\": 48, \"labelHtml\": \"mg\", \"pluralLabelHtml\": \"mg\", \"shortLabelHtml\": \"mg\", \"dispensationNumber\": \"0\", \"distributionNumber\": \"0\", \"intakeUnitNumber\": \"0,0050000000\", \"round\": 100, \"throwTheRest\": 0 }, { \"order\": 2, \"code\": 39, \"labelHtml\": \"suppositoire\", \"pluralLabelHtml\": \"suppositoires\", \"shortLabelHtml\": \"sup\", \"dispensationNumber\": \"10\", \"distributionNumber\": \"10,00000\", \"intakeUnitNumber\": \"1,0000000000\", \"round\": 1, \"throwTheRest\": 0 } ], \"subLaboratories\": null }, \"prices\": { \"ucdPrice\": \"13\", \"repaymentRate\": 65.0, \"vatRate\": \"2,10\", \"reimbursementBase\": \"0000133\", \"sellingPrice\": \"0000133\", \"tfr\": null }, \"searchProperties\": { \"score\": null, \"safeScore\": 9, \"safeDetails\": [ { \"codeAlerte\": 1, \"libelleAlerte\": \"Patient de moins de 12 kg\", \"typeAlerte\": \"Contre-indication déconseillé\", \"niveauAlerte\": 3, \"idAlerte\": \"0000010002\", \"productId2\": 0, \"productLabel2\": \"\", \"details\": \"\" }, { \"codeAlerte\": 1, \"libelleAlerte\": \"Patient de plus de 16 kg\", \"typeAlerte\": \"Contre-indication déconseillé\", \"niveauAlerte\": 3, \"idAlerte\": \"0000033377\", \"productId2\": 0, \"productLabel2\": \"\", \"details\": \"\" }, { \"codeAlerte\": 1, \"libelleAlerte\": \"Patient de plus de 15 ans\", \"typeAlerte\": \"Contre-indication déconseillé\", \"niveauAlerte\": 3, \"idAlerte\": \"0000033871\", \"productId2\": 0, \"productLabel2\": \"\", \"details\": \"\" } ], \"samCode\": null, \"samPatient\": false }, \"extendedProperties\": null }, { \"code\": \"30444\", \"productId\": 30444, \"type\": 1, \"labelHtml\": \"DOLIPRANE 300 mg, poudre pour solution buvable en sachet-dose, bo&icirc;te de 12 sachets-dose\", \"code13\": \"3400934999451\", \"deletedDate\": \"\", \"deleted\": false, \"labels\": { \"typeLabel\": \"Pr&#233;sentation\", \"label\": \"DOLIPRANE 300 mg. poudre pour solution buvable en sachet dose. boite de 12 sachets dose\", \"shortLabel\": \"DOLIPRANE 300MG SACHET 12\", \"shortLabelHtml\": \"DOLIPRANE 300MG SACHET 12\", \"longLabel\": \"DOLIPRANE 300 mg. poudre pour solution buvable en sachet dose. boite de 12 sachets dose\", \"longLabelHtml\": \"DOLIPRANE 300 mg, poudre pour solution buvable en sachet-dose, bo&icirc;te de 12 sachets-dose\", \"searchLabel\": \"DOLIPRANE 300 MG. POUDRE POUR SOLUTION BUVABLE EN SACHET DOSE. BOITE DE 12 SACHETS DOSE DOLIPRANE 300 MG. POUDRE POUR SOLUTION BUVABLE EN SACHET DOSE. BOITE DE 12 SACHETS DOSE DOLIPRANE 300MG SACHET 12 DOLIPRANE 300MG PDR SACH PARACETAMOL DOLIPRANE300MG.POUDREPOURSOLUTIONBUVABLEENSACHETDOSE.BOITEDE12SACHETSDOSEDOLIPRANE300MG.POUDREPOURSOLUTIONBUVABLEENSACHETDOSE.BOITEDE12SACHETSDOSEDOLIPRANE300MGSACHET12DOLIPRANE300MGPDRSACHPARACETAMOL 300MG 300 MG 300 MGDOLIPRANE 300 MG. POUDRE POUR SOLUTION BUVABLE EN SACHET DOSE. BOITE DE 12 SACHETS DOSE DOLIPRANE 300 MG. POUDRE POUR SOLUTION BUVABLE EN SACHET DOSE. BOITE DE 12 SACHETS DOSE DOLIPRANE 300MG SACHET 12 DOLIPRANE 300MG PDR SACH PARACETAMOL Nourrisson Enfant Hors_pilulier\" }, \"properties\": { \"thumbnail\": \"https://documents.resip.fr/vignettes/30444_vign.jpg\", \"productName\": \"DOLIPRANE\", \"productDosage\": \"300 mg\", \"galenicFormCode\": \"BD03\", \"galenicFormLabel\": \"Poudre pour solution buvable\", \"galenicFormLabelHtml\": null, \"aspect\": \" POUDRE BUVABLE SOLUTION\", \"inFacilityFormulary\": false, \"codes\": { \"cip7\": \"3499945\", \"cip13\": \"3400934999451\", \"cip13Referent\": \"3400934999451\", \"ucd7\": \"9210957\", \"ucd13\": \"3400892109572\", \"cis\": \"69002078\", \"code13Referent\": \"3400934999451\", \"ean13\": [] }, \"flags\": { \"doping\": 0, \"driveWarning\": \"0\", \"narcotic\": 0, \"crushable\": -1, \"referent\": 0, \"generic\": 0, \"biosimilar\": 0, \"hospitalDelivery\": 0, \"internal\": 1, \"medicalDevice\": 0, \"homeo\": 0, \"exactcureSimulable\": 1, \"pediatrics\": 1, \"hybrid\": 0, \"extendedFlags\": { \"bloodDerivative\": 0, \"anticoagulant\": 0, \"vaccin\": 0, \"soluteDilution\": 0, \"emergencyContraceptive\": 0, \"minorContraceptive\": 0, \"fridge\": 0, \"humanAntibiotic\": 0, \"veterinaryAntibiotic\": 0, \"veterinaryPrescription\": 0, \"deconditionning\": 0, \"seasonalFluVaccine\": 0, \"ghs\": 1, \"horsGhs\": 0, \"infertilityTreatment\": 0, \"mindalteringSubstance\": 0, \"testReagent\": 0, \"firstAgeMilk\": 0, \"abortionDrug\": 0, \"mte\": 0, \"tfr\": 0, \"biosimilarReferent\": 0, \"freezer\": 0, \"reinforcedMonitoring\": 0, \"t2a\": 0, \"communityApproval\": 1, \"drugException\": 0, \"hybridReferent\": 0, \"pregnancyPictogram\": 0 } }, \"segmentationAttributes\": null, \"excipientsWithKnowEffects\": [ { \"code\": \"48\", \"label\": \"Sodium benzoate\", \"parentCode\": \"48\" }, { \"code\": \"15\", \"label\": \"Saccharose\", \"parentCode\": \"15\" } ], \"atcClassesLevel2\": [ { \"code\": \"N02\", \"label\": \"Analg&#233;siques\" } ], \"intakeUnits\": [ { \"order\": 1, \"code\": 48, \"labelHtml\": \"mg\", \"pluralLabelHtml\": \"mg\", \"shortLabelHtml\": \"mg\", \"dispensationNumber\": \"0\", \"distributionNumber\": \"0\", \"intakeUnitNumber\": \"0,0033333000\", \"round\": 100, \"throwTheRest\": 0 }, { \"order\": 2, \"code\": 13, \"labelHtml\": \"sachet\", \"pluralLabelHtml\": \"sachets\", \"shortLabelHtml\": \"sac\", \"dispensationNumber\": \"0\", \"distributionNumber\": \"0\", \"intakeUnitNumber\": \"1,0000000000\", \"round\": 1, \"throwTheRest\": 0 }, { \"order\": 3, \"code\": 9, \"labelHtml\": \"g\", \"pluralLabelHtml\": \"g\", \"shortLabelHtml\": \"g\", \"dispensationNumber\": \"0\", \"distributionNumber\": \"0\", \"intakeUnitNumber\": \"3,3333000000\", \"round\": 100, \"throwTheRest\": 0 }, { \"order\": 4, \"code\": 158, \"labelHtml\": \"sachet-dose\", \"pluralLabelHtml\": \"sachets-dose\", \"shortLabelHtml\": \"sac\", \"dispensationNumber\": \"12\", \"distributionNumber\": \"12,00000\", \"intakeUnitNumber\": \"1,0000000000\", \"round\": 1, \"throwTheRest\": 0 } ], \"subLaboratories\": null }, \"prices\": { \"ucdPrice\": \"12\", \"repaymentRate\": 65.0, \"vatRate\": \"2,10\", \"reimbursementBase\": \"0000143\", \"sellingPrice\": \"0000143\", \"tfr\": null }, \"searchProperties\": { \"score\": null, \"safeScore\": 9, \"safeDetails\": [ { \"codeAlerte\": 1, \"libelleAlerte\": \"Patient de moins de 16 kg\", \"typeAlerte\": \"Contre-indication déconseillé\", \"niveauAlerte\": 3, \"idAlerte\": \"0000032695\", \"productId2\": 0, \"productLabel2\": \"\", \"details\": \"\" }, { \"codeAlerte\": 1, \"libelleAlerte\": \"Patient de plus de 48 kg\", \"typeAlerte\": \"Contre-indication déconseillé\", \"niveauAlerte\": 3, \"idAlerte\": \"0000033381\", \"productId2\": 0, \"productLabel2\": \"\", \"details\": \"\" }, { \"codeAlerte\": 1, \"libelleAlerte\": \"Patient de plus de 15 ans\", \"typeAlerte\": \"Contre-indication déconseillé\", \"niveauAlerte\": 3, \"idAlerte\": \"0000033871\", \"productId2\": 0, \"productLabel2\": \"\", \"details\": \"\" } ], \"samCode\": null, \"samPatient\": false }, \"extendedProperties\": null }, { \"code\": \"24965\", \"productId\": 0, \"type\": 12, \"labelHtml\": \"Dolipranecaps\", \"code13\": null, \"deletedDate\": \"\", \"deleted\": false, \"labels\": { \"typeLabel\": \"Gamme\", \"label\": \"Dolipranecaps\", \"shortLabel\": \"Dolipranecaps\", \"shortLabelHtml\": \"Dolipranecaps\", \"longLabel\": null, \"longLabelHtml\": null, \"searchLabel\": \"DOLIPRANECAPS DOLIPRANECAPS DOLIPRANECAPS\", }, \"properties\": { \"thumbnail\": null, \"productName\": null, \"productDosage\": null, \"galenicFormCode\": null, \"galenicFormLabel\": null, \"galenicFormLabelHtml\": null, \"aspect\": null, \"inFacilityFormulary\": false, \"codes\": { \"cip7\": \"\", \"cip13\": \"\", \"cip13Referent\": \"\", \"ucd7\": \"\", \"ucd13\": \"\", \"cis\": \"\", \"code13Referent\": null, \"ean13\": null, }, \"flags\": { \"doping\": 0, \"driveWarning\": \"0\", \"narcotic\": 0, \"crushable\": -1, \"referent\": 0, \"generic\": 0, \"biosimilar\": 0, \"hospitalDelivery\": 0, \"internal\": 1, \"medicalDevice\": 0, \"homeo\": 0, \"exactcureSimulable\": 0, \"pediatrics\": 0, \"hybrid\": 0, \"extendedFlags\": { \"bloodDerivative\": 0, \"anticoagulant\": 0, \"vaccin\": 0, \"soluteDilution\": 0, \"emergencyContraceptive\": 0, \"minorContraceptive\": 0, \"fridge\": 0, \"humanAntibiotic\": 0, \"veterinaryAntibiotic\": 0, \"veterinaryPrescription\": 0, \"deconditionning\": 0, \"seasonalFluVaccine\": 0, \"ghs\": 0, \"horsGhs\": 0, \"infertilityTreatment\": 0, \"mindalteringSubstance\": 0, \"testReagent\": 0, \"firstAgeMilk\": 0, \"abortionDrug\": 0, \"mte\": 0, \"tfr\": 0, \"biosimilarReferent\": 0, \"freezer\": 0, \"reinforcedMonitoring\": 0, \"t2a\": 0, \"communityApproval\": 0, \"drugException\": 0, \"hybridReferent\": 0, \"pregnancyPictogram\": 0, }, }, \"segmentationAttributes\": null, \"excipientsWithKnowEffects\": [], \"atcClassesLevel2\": null, \"intakeUnits\": null, \"subLaboratories\": [], }, \"prices\": { \"ucdPrice\": \"0\", \"repaymentRate\": 0.0, \"vatRate\": null, \"reimbursementBase\": null, \"sellingPrice\": \"\", \"tfr\": null, }, \"searchProperties\": { \"score\": null, \"safeScore\": 0, \"safeDetails\": null, \"samCode\": null, \"samPatient\": false, }, \"extendedProperties\": null, }, { \"code\": \"29966\", \"productId\": 29966, \"type\": 1, \"labelHtml\": \"DOLIPRANE 100 mg, suppositoire s&eacute;cable, bo&icirc;te de 10\", \"code13\": \"3400934809118\", \"deletedDate\": \"\", \"deleted\": false, \"labels\": { \"typeLabel\": \"Pr&#233;sentation\", \"label\": \"DOLIPRANE 100 mg. suppositoire secable. boite de 10\", \"shortLabel\": \"DOLIPRANE 100MG SUP SECABLE 10\", \"shortLabelHtml\": \"DOLIPRANE 100MG SUP SECABLE 10\", \"longLabel\": \"DOLIPRANE 100 mg. suppositoire secable. boite de 10\", \"longLabelHtml\": \"DOLIPRANE 100 mg, suppositoire s&eacute;cable, bo&icirc;te de 10\", \"searchLabel\": \"DOLIPRANE 100 MG. SUPPOSITOIRE SECABLE. BOITE DE 10 DOLIPRANE 100 MG. SUPPOSITOIRE SECABLE. BOITE DE 10 DOLIPRANE 100MG SUP SECABLE 10 DOLIPRANE 100MG SUP PARACETAMOL DOLIPRANE100MG.SUPPOSITOIRESECABLE.BOITEDE10DOLIPRANE100MG.SUPPOSITOIRESECABLE.BOITEDE10DOLIPRANE100MGSUPSECABLE10DOLIPRANE100MGSUPPARACETAMOL 100MG 100 MG 100 MGDOLIPRANE 100 MG. SUPPOSITOIRE SECABLE. BOITE DE 10 DOLIPRANE 100 MG. SUPPOSITOIRE SECABLE. BOITE DE 10 DOLIPRANE 100MG SUP SECABLE 10 DOLIPRANE 100MG SUP PARACETAMOL Nouveau_ne Nourrisson Hors_pilulier\" }, \"properties\": { \"thumbnail\": \"https://documents.resip.fr/vignettes/29966_vign.jpg\", \"productName\": \"DOLIPRANE\", \"productDosage\": \"100 mg\", \"galenicFormCode\": \"CN02\", \"galenicFormLabel\": \"Suppositoire secable\", \"galenicFormLabelHtml\": null, \"aspect\": \" SECABLE SUPPOSITOIRE\", \"inFacilityFormulary\": false, \"codes\": { \"cip7\": \"3480911\", \"cip13\": \"3400934809118\", \"cip13Referent\": \"3400934809118\", \"ucd7\": \"9209693\", \"ucd13\": \"3400892096933\", \"cis\": \"66057393\", \"code13Referent\": \"3400934809118\", \"ean13\": [] }, \"flags\": { \"doping\": 0, \"driveWarning\": \"0\", \"narcotic\": 0, \"crushable\": -1, \"referent\": 0, \"generic\": 0, \"biosimilar\": 0, \"hospitalDelivery\": 0, \"internal\": 1, \"medicalDevice\": 0, \"homeo\": 0, \"exactcureSimulable\": 1, \"pediatrics\": 1, \"hybrid\": 0, \"extendedFlags\": { \"bloodDerivative\": 0, \"anticoagulant\": 0, \"vaccin\": 0, \"soluteDilution\": 0, \"emergencyContraceptive\": 0, \"minorContraceptive\": 0, \"fridge\": 0, \"humanAntibiotic\": 0, \"veterinaryAntibiotic\": 0, \"veterinaryPrescription\": 0, \"deconditionning\": 0, \"seasonalFluVaccine\": 0, \"ghs\": 1, \"horsGhs\": 0, \"infertilityTreatment\": 0, \"mindalteringSubstance\": 0, \"testReagent\": 0, \"firstAgeMilk\": 0, \"abortionDrug\": 0, \"mte\": 0, \"tfr\": 0, \"biosimilarReferent\": 0, \"freezer\": 0, \"reinforcedMonitoring\": 0, \"t2a\": 0, \"communityApproval\": 1, \"drugException\": 0, \"hybridReferent\": 0, \"pregnancyPictogram\": 0 } }, \"segmentationAttributes\": null, \"excipientsWithKnowEffects\": [], \"atcClassesLevel2\": [ { \"code\": \"N02\", \"label\": \"Analg&#233;siques\" } ], \"intakeUnits\": [ { \"order\": 1, \"code\": 48, \"labelHtml\": \"mg\", \"pluralLabelHtml\": \"mg\", \"shortLabelHtml\": \"mg\", \"dispensationNumber\": \"0\", \"distributionNumber\": \"0\", \"intakeUnitNumber\": \"0,0100000000\", \"round\": 100, \"throwTheRest\": 0 }, { \"order\": 2, \"code\": 39, \"labelHtml\": \"suppositoire\", \"pluralLabelHtml\": \"suppositoires\", \"shortLabelHtml\": \"sup\", \"dispensationNumber\": \"10\", \"distributionNumber\": \"10,00000\", \"intakeUnitNumber\": \"1,0000000000\", \"round\": 2, \"throwTheRest\": 0 } ], \"subLaboratories\": null }, \"prices\": { \"ucdPrice\": \"13\", \"repaymentRate\": 65.0, \"vatRate\": \"2,10\", \"reimbursementBase\": \"0000133\", \"sellingPrice\": \"0000133\", \"tfr\": null }, \"searchProperties\": { \"score\": null, \"safeScore\": 9, \"safeDetails\": [ { \"codeAlerte\": 1, \"libelleAlerte\": \"Patient de plus de 8 kg\", \"typeAlerte\": \"Contre-indication déconseillé\", \"niveauAlerte\": 3, \"idAlerte\": \"0000033372\", \"productId2\": 0, \"productLabel2\": \"\", \"details\": \"\" }, { \"codeAlerte\": 1, \"libelleAlerte\": \"Patient de moins de 3 kg\", \"typeAlerte\": \"Contre-indication déconseillé\", \"niveauAlerte\": 3, \"idAlerte\": \"0000033382\", \"productId2\": 0, \"productLabel2\": \"\", \"details\": \"\" }, { \"codeAlerte\": 1, \"libelleAlerte\": \"Patient de plus de 15 ans\", \"typeAlerte\": \"Contre-indication déconseillé\", \"niveauAlerte\": 3, \"idAlerte\": \"0000033871\", \"productId2\": 0, \"productLabel2\": \"\", \"details\": \"\" } ], \"samCode\": null, \"samPatient\": false }, \"extendedProperties\": null }, { \"code\": \"29967\", \"productId\": 29967, \"type\": 1, \"labelHtml\": \"DOLIPRANE 150 mg, suppositoire, bo&icirc;te de 10\", \"code13\": \"3400934809408\", \"deletedDate\": \"\", \"deleted\": false, \"labels\": { \"typeLabel\": \"Pr&#233;sentation\", \"label\": \"DOLIPRANE 150 mg. suppositoire. boite de 10\", \"shortLabel\": \"DOLIPRANE 150MG SUP 10\", \"shortLabelHtml\": \"DOLIPRANE 150MG SUP 10\", \"longLabel\": \"DOLIPRANE 150 mg. suppositoire. boite de 10\", \"longLabelHtml\": \"DOLIPRANE 150 mg, suppositoire, bo&icirc;te de 10\", \"searchLabel\": \"DOLIPRANE 150 MG. SUPPOSITOIRE. BOITE DE 10 DOLIPRANE 150 MG. SUPPOSITOIRE. BOITE DE 10 DOLIPRANE 150MG SUP 10 DOLIPRANE 150MG SUP PARACETAMOL DOLIPRANE150MG.SUPPOSITOIRE.BOITEDE10DOLIPRANE150MG.SUPPOSITOIRE.BOITEDE10DOLIPRANE150MGSUP10DOLIPRANE150MGSUPPARACETAMOL 150MG 150 MG 150 MGDOLIPRANE 150 MG. SUPPOSITOIRE. BOITE DE 10 DOLIPRANE 150 MG. SUPPOSITOIRE. BOITE DE 10 DOLIPRANE 150MG SUP 10 DOLIPRANE 150MG SUP PARACETAMOL Nourrisson Enfant Hors_pilulier\" }, \"properties\": { \"thumbnail\": \"https://documents.resip.fr/vignettes/29967_vign.jpg\", \"productName\": \"DOLIPRANE\", \"productDosage\": \"150 mg\", \"galenicFormCode\": \"CN01\", \"galenicFormLabel\": \"Suppositoire\", \"galenicFormLabelHtml\": null, \"aspect\": \" SUPPOSITOIRE\", \"inFacilityFormulary\": false, \"codes\": { \"cip7\": \"3480940\", \"cip13\": \"3400934809408\", \"cip13Referent\": \"3400934809408\", \"ucd7\": \"9209701\", \"ucd13\": \"3400892097015\", \"cis\": \"60310861\", \"code13Referent\": \"3400934809408\", \"ean13\": [] }, \"flags\": { \"doping\": 0, \"driveWarning\": \"0\", \"narcotic\": 0, \"crushable\": -1, \"referent\": 0, \"generic\": 0, \"biosimilar\": 0, \"hospitalDelivery\": 0, \"internal\": 1, \"medicalDevice\": 0, \"homeo\": 0, \"exactcureSimulable\": 1, \"pediatrics\": 1, \"hybrid\": 0, \"extendedFlags\": { \"bloodDerivative\": 0, \"anticoagulant\": 0, \"vaccin\": 0, \"soluteDilution\": 0, \"emergencyContraceptive\": 0, \"minorContraceptive\": 0, \"fridge\": 0, \"humanAntibiotic\": 0, \"veterinaryAntibiotic\": 0, \"veterinaryPrescription\": 0, \"deconditionning\": 0, \"seasonalFluVaccine\": 0, \"ghs\": 1, \"horsGhs\": 0, \"infertilityTreatment\": 0, \"mindalteringSubstance\": 0, \"testReagent\": 0, \"firstAgeMilk\": 0, \"abortionDrug\": 0, \"mte\": 0, \"tfr\": 0, \"biosimilarReferent\": 0, \"freezer\": 0, \"reinforcedMonitoring\": 0, \"t2a\": 0, \"communityApproval\": 1, \"drugException\": 0, \"hybridReferent\": 0, \"pregnancyPictogram\": 0 } }, \"segmentationAttributes\": null, \"excipientsWithKnowEffects\": [], \"atcClassesLevel2\": [ { \"code\": \"N02\", \"label\": \"Analg&#233;siques\" } ], \"intakeUnits\": [ { \"order\": 1, \"code\": 48, \"labelHtml\": \"mg\", \"pluralLabelHtml\": \"mg\", \"shortLabelHtml\": \"mg\", \"dispensationNumber\": \"0\", \"distributionNumber\": \"0\", \"intakeUnitNumber\": \"0,0066666000\", \"round\": 100, \"throwTheRest\": 0 }, { \"order\": 2, \"code\": 39, \"labelHtml\": \"suppositoire\", \"pluralLabelHtml\": \"suppositoires\", \"shortLabelHtml\": \"sup\", \"dispensationNumber\": \"10\", \"distributionNumber\": \"10,00000\", \"intakeUnitNumber\": \"1,0000000000\", \"round\": 1, \"throwTheRest\": 0 } ], \"subLaboratories\": null }, \"prices\": { \"ucdPrice\": \"13\", \"repaymentRate\": 65.0, \"vatRate\": \"2,10\", \"reimbursementBase\": \"0000133\", \"sellingPrice\": \"0000133\", \"tfr\": null }, \"searchProperties\": { \"score\": null, \"safeScore\": 9, \"safeDetails\": [ { \"codeAlerte\": 1, \"libelleAlerte\": \"Patient de moins de 8 kg\", \"typeAlerte\": \"Contre-indication déconseillé\", \"niveauAlerte\": 3, \"idAlerte\": \"0000029805\", \"productId2\": 0, \"productLabel2\": \"\", \"details\": \"\" }, { \"codeAlerte\": 1, \"libelleAlerte\": \"Patient de plus de 12 kg\", \"typeAlerte\": \"Contre-indication déconseillé\", \"niveauAlerte\": 3, \"idAlerte\": \"0000033371\", \"productId2\": 0, \"productLabel2\": \"\", \"details\": \"\" }, { \"codeAlerte\": 1, \"libelleAlerte\": \"Patient de plus de 15 ans\", \"typeAlerte\": \"Contre-indication déconseillé\", \"niveauAlerte\": 3, \"idAlerte\": \"0000033871\", \"productId2\": 0, \"productLabel2\": \"\", \"details\": \"\" } ], \"samCode\": null, \"samPatient\": false }, \"extendedProperties\": null }, { \"code\": \"30443\", \"productId\": 30443, \"type\": 1, \"labelHtml\": \"DOLIPRANE 200 mg, poudre pour solution buvable en sachet-dose, bo&icirc;te de 12 sachets-dose\", \"code13\": \"3400934999161\", \"deletedDate\": \"\", \"deleted\": false, \"labels\": { \"typeLabel\": \"Pr&#233;sentation\", \"label\": \"DOLIPRANE 200 mg. poudre pour solution buvable en sachet dose. boite de 12 sachets dose\", \"shortLabel\": \"DOLIPRANE 200MG SACHET 12\", \"shortLabelHtml\": \"DOLIPRANE 200MG SACHET 12\", \"longLabel\": \"DOLIPRANE 200 mg. poudre pour solution buvable en sachet dose. boite de 12 sachets dose\", \"longLabelHtml\": \"DOLIPRANE 200 mg, poudre pour solution buvable en sachet-dose, bo&icirc;te de 12 sachets-dose\", \"searchLabel\": \"DOLIPRANE 200 MG. POUDRE POUR SOLUTION BUVABLE EN SACHET DOSE. BOITE DE 12 SACHETS DOSE DOLIPRANE 200 MG. POUDRE POUR SOLUTION BUVABLE EN SACHET DOSE. BOITE DE 12 SACHETS DOSE DOLIPRANE 200MG SACHET 12 DOLIPRANE 200MG PDR SACH PARACETAMOL DOLIPRANE200MG.POUDREPOURSOLUTIONBUVABLEENSACHETDOSE.BOITEDE12SACHETSDOSEDOLIPRANE200MG.POUDREPOURSOLUTIONBUVABLEENSACHETDOSE.BOITEDE12SACHETSDOSEDOLIPRANE200MGSACHET12DOLIPRANE200MGPDRSACHPARACETAMOL 200MG 200 MG 200 MGDOLIPRANE 200 MG. POUDRE POUR SOLUTION BUVABLE EN SACHET DOSE. BOITE DE 12 SACHETS DOSE DOLIPRANE 200 MG. POUDRE POUR SOLUTION BUVABLE EN SACHET DOSE. BOITE DE 12 SACHETS DOSE DOLIPRANE 200MG SACHET 12 DOLIPRANE 200MG PDR SACH PARACETAMOL Nourrisson Enfant Hors_pilulier\" }, \"properties\": { \"thumbnail\": \"https://documents.resip.fr/vignettes/30443_vign.jpg\", \"productName\": \"DOLIPRANE\", \"productDosage\": \"200 mg\", \"galenicFormCode\": \"BD03\", \"galenicFormLabel\": \"Poudre pour solution buvable\", \"galenicFormLabelHtml\": null, \"aspect\": \" POUDRE BUVABLE SOLUTION\", \"inFacilityFormulary\": false, \"codes\": { \"cip7\": \"3499916\", \"cip13\": \"3400934999161\", \"cip13Referent\": \"3400934999161\", \"ucd7\": \"9210940\", \"ucd13\": \"3400892109404\", \"cis\": \"68794211\", \"code13Referent\": \"3400934999161\", \"ean13\": [] }, \"flags\": { \"doping\": 0, \"driveWarning\": \"0\", \"narcotic\": 0, \"crushable\": -1, \"referent\": 0, \"generic\": 0, \"biosimilar\": 0, \"hospitalDelivery\": 0, \"internal\": 1, \"medicalDevice\": 0, \"homeo\": 0, \"exactcureSimulable\": 1, \"pediatrics\": 1, \"hybrid\": 0, \"extendedFlags\": { \"bloodDerivative\": 0, \"anticoagulant\": 0, \"vaccin\": 0, \"soluteDilution\": 0, \"emergencyContraceptive\": 0, \"minorContraceptive\": 0, \"fridge\": 0, \"humanAntibiotic\": 0, \"veterinaryAntibiotic\": 0, \"veterinaryPrescription\": 0, \"deconditionning\": 0, \"seasonalFluVaccine\": 0, \"ghs\": 1, \"horsGhs\": 0, \"infertilityTreatment\": 0, \"mindalteringSubstance\": 0, \"testReagent\": 0, \"firstAgeMilk\": 0, \"abortionDrug\": 0, \"mte\": 0, \"tfr\": 0, \"biosimilarReferent\": 0, \"freezer\": 0, \"reinforcedMonitoring\": 0, \"t2a\": 0, \"communityApproval\": 1, \"drugException\": 0, \"hybridReferent\": 0, \"pregnancyPictogram\": 0 } }, \"segmentationAttributes\": null, \"excipientsWithKnowEffects\": [ { \"code\": \"48\", \"label\": \"Sodium benzoate\", \"parentCode\": \"48\" }, { \"code\": \"15\", \"label\": \"Saccharose\", \"parentCode\": \"15\" } ], \"atcClassesLevel2\": [ { \"code\": \"N02\", \"label\": \"Analg&#233;siques\" } ], \"intakeUnits\": [ { \"order\": 1, \"code\": 48, \"labelHtml\": \"mg\", \"pluralLabelHtml\": \"mg\", \"shortLabelHtml\": \"mg\", \"dispensationNumber\": \"0\", \"distributionNumber\": \"0\", \"intakeUnitNumber\": \"0,0050000000\", \"round\": 100, \"throwTheRest\": 0 }, { \"order\": 2, \"code\": 13, \"labelHtml\": \"sachet\", \"pluralLabelHtml\": \"sachets\", \"shortLabelHtml\": \"sac\", \"dispensationNumber\": \"0\", \"distributionNumber\": \"12,00000\", \"intakeUnitNumber\": \"1,0000000000\", \"round\": 1, \"throwTheRest\": 0 }, { \"order\": 3, \"code\": 158, \"labelHtml\": \"sachet-dose\", \"pluralLabelHtml\": \"sachets-dose\", \"shortLabelHtml\": \"sac\", \"dispensationNumber\": \"12\", \"distributionNumber\": \"0\", \"intakeUnitNumber\": \"1,0000000000\", \"round\": 1, \"throwTheRest\": 0 } ], \"subLaboratories\": null }, \"prices\": { \"ucdPrice\": \"12\", \"repaymentRate\": 65.0, \"vatRate\": \"2,10\", \"reimbursementBase\": \"0000143\", \"sellingPrice\": \"0000143\", \"tfr\": null }, \"searchProperties\": { \"score\": null, \"safeScore\": 9, \"safeDetails\": [ { \"codeAlerte\": 1, \"libelleAlerte\": \"Patient de plus de 25 kg\", \"typeAlerte\": \"Contre-indication déconseillé\", \"niveauAlerte\": 3, \"idAlerte\": \"0000033356\", \"productId2\": 0, \"productLabel2\": \"\", \"details\": \"\" }, { \"codeAlerte\": 1, \"libelleAlerte\": \"Patient de moins de 11 kg\", \"typeAlerte\": \"Contre-indication déconseillé\", \"niveauAlerte\": 3, \"idAlerte\": \"0000033357\", \"productId2\": 0, \"productLabel2\": \"\", \"details\": \"\" }, { \"codeAlerte\": 1, \"libelleAlerte\": \"Patient de plus de 15 ans\", \"typeAlerte\": \"Contre-indication déconseillé\", \"niveauAlerte\": 3, \"idAlerte\": \"0000033871\", \"productId2\": 0, \"productLabel2\": \"\", \"details\": \"\" } ], \"samCode\": null, \"samPatient\": false }, \"extendedProperties\": null }, { \"code\": \"41511\", \"productId\": 0, \"type\": 12, \"labelHtml\": \"Dolipranelib\", \"code13\": null, \"deletedDate\": \"\", \"deleted\": false, \"labels\": { \"typeLabel\": \"Gamme\", \"label\": \"Dolipranelib\", \"shortLabel\": \"Dolipranelib\", \"shortLabelHtml\": \"Dolipranelib\", \"longLabel\": null, \"longLabelHtml\": null, \"searchLabel\": \"DOLIPRANELIB DOLIPRANELIB DOLIPRANELIB\" }, \"properties\": { \"thumbnail\": null, \"productName\": null, \"productDosage\": null, \"galenicFormCode\": null, \"galenicFormLabel\": null, \"galenicFormLabelHtml\": null, \"aspect\": null, \"inFacilityFormulary\": false, \"codes\": { \"cip7\": \"\", \"cip13\": \"\", \"cip13Referent\": \"\", \"ucd7\": \"\", \"ucd13\": \"\", \"cis\": \"\", \"code13Referent\": null, \"ean13\": null }, \"flags\": { \"doping\": 0, \"driveWarning\": \"0\", \"narcotic\": 0, \"crushable\": -1, \"referent\": 0, \"generic\": 0, \"biosimilar\": 0, \"hospitalDelivery\": 0, \"internal\": 1, \"medicalDevice\": 0, \"homeo\": 0, \"exactcureSimulable\": 0, \"pediatrics\": 0, \"hybrid\": 0, \"extendedFlags\": { \"bloodDerivative\": 0, \"anticoagulant\": 0, \"vaccin\": 0, \"soluteDilution\": 0, \"emergencyContraceptive\": 0, \"minorContraceptive\": 0, \"fridge\": 0, \"humanAntibiotic\": 0, \"veterinaryAntibiotic\": 0, \"veterinaryPrescription\": 0, \"deconditionning\": 0, \"seasonalFluVaccine\": 0, \"ghs\": 0, \"horsGhs\": 0, \"infertilityTreatment\": 0, \"mindalteringSubstance\": 0, \"testReagent\": 0, \"firstAgeMilk\": 0, \"abortionDrug\": 0, \"mte\": 0, \"tfr\": 0, \"biosimilarReferent\": 0, \"freezer\": 0, \"reinforcedMonitoring\": 0, \"t2a\": 0, \"communityApproval\": 0, \"drugException\": 0, \"hybridReferent\": 0, \"pregnancyPictogram\": 0 } }, \"segmentationAttributes\": null, \"excipientsWithKnowEffects\": [], \"atcClassesLevel2\": null, \"intakeUnits\": null, \"subLaboratories\": [] }, \"prices\": { \"ucdPrice\": \"0\", \"repaymentRate\": 0.0, \"vatRate\": null, \"reimbursementBase\": null, \"sellingPrice\": \"\", \"tfr\": null }, \"searchProperties\": { \"score\": null, \"safeScore\": 0, \"safeDetails\": null, \"samCode\": null, \"samPatient\": false }, \"extendedProperties\": null } ], \"pageable\": { \"sort\": { \"unsorted\": false, \"sorted\": true, \"empty\": false }, \"pageSize\": 150, \"pageNumber\": 0, \"offset\": 0, \"paged\": true, \"unpaged\": false }, \"totalPages\": 1, \"totalElements\": 38, \"last\": true, \"numberOfElements\": 38, \"first\": true, \"size\": 150, \"sort\": { \"unsorted\": false, \"sorted\": true, \"empty\": false }, \"number\": 0, \"empty\": false } }"
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "categoriesRequestResponseWithDeletedProducts",
          "declaration": {
            "name": "categoriesRequestResponseWithDeletedProducts",
            "module": "src/test/api-results-mock.ts"
          }
        },
        {
          "kind": "js",
          "name": "categoriesRequestResponseWithOnlyOneProduct",
          "declaration": {
            "name": "categoriesRequestResponseWithOnlyOneProduct",
            "module": "src/test/api-results-mock.ts"
          }
        },
        {
          "kind": "js",
          "name": "categoriesRequestResponseWithTwoProducts",
          "declaration": {
            "name": "categoriesRequestResponseWithTwoProducts",
            "module": "src/test/api-results-mock.ts"
          }
        },
        {
          "kind": "js",
          "name": "categoriesRequestResponseWithManyProducts",
          "declaration": {
            "name": "categoriesRequestResponseWithManyProducts",
            "module": "src/test/api-results-mock.ts"
          }
        },
        {
          "kind": "js",
          "name": "resultsRequestResponseWithOnlyOneProduct",
          "declaration": {
            "name": "resultsRequestResponseWithOnlyOneProduct",
            "module": "src/test/api-results-mock.ts"
          }
        },
        {
          "kind": "js",
          "name": "resultsRequestResponseWithDeletedProducts",
          "declaration": {
            "name": "resultsRequestResponseWithDeletedProducts",
            "module": "src/test/api-results-mock.ts"
          }
        },
        {
          "kind": "js",
          "name": "resultsRequestResponseWithTwoProducts",
          "declaration": {
            "name": "resultsRequestResponseWithTwoProducts",
            "module": "src/test/api-results-mock.ts"
          }
        },
        {
          "kind": "js",
          "name": "resultsRequestResponseWithManyProducts",
          "declaration": {
            "name": "resultsRequestResponseWithManyProducts",
            "module": "src/test/api-results-mock.ts"
          }
        },
        {
          "kind": "js",
          "name": "resultsRequestResponseWithMoreProducts",
          "declaration": {
            "name": "resultsRequestResponseWithMoreProducts",
            "module": "src/test/api-results-mock.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/shared/constants/settings.ts",
      "declarations": [
        {
          "kind": "variable",
          "name": "PREFIX",
          "type": {
            "text": "string"
          },
          "default": "\"claudebernard\""
        },
        {
          "kind": "variable",
          "name": "numberOfResults",
          "type": {
            "text": "number"
          },
          "default": "50"
        },
        {
          "kind": "variable",
          "name": "allTrueCategories",
          "type": {
            "text": "object"
          },
          "default": "{ products: true, speciality: true, brands: true, ranges: true, genericGroups: true, genericAccessoriesGroups: true, biosimilarGroups: true, companies: true, commonNames: true, molecules: true, indications: true, segments: true, atcclass: true, bcbclass: true, sideEffects: true, universes: true, hybridGroups: true, }"
        },
        {
          "kind": "variable",
          "name": "allFalseCategories",
          "type": {
            "text": "object"
          },
          "default": "{ products: false, speciality: false, brands: false, ranges: false, genericGroups: false, genericAccessoriesGroups: false, biosimilarGroups: false, companies: false, commonNames: false, molecules: false, indications: false, segments: false, atcclass: false, bcbclass: false, sideEffects: false, universes: false, hybridGroups: false, }"
        },
        {
          "kind": "variable",
          "name": "defaultFilters",
          "type": {
            "text": "FilterBean"
          },
          "default": "{ dopingProducts: true, deletedProducts: false, hospitalProducts: true, homeoProducts: true, dermatoProducts: true, dieteticProducts: true, horsAmmProducts: true, veterinarProducts: true, medicalDevicesProducts: true, genericProducts: true, accessoriesProducts: true, genericAccessoriesProducts: true, specialityProducts: false, biosimilarsProducts: true, }"
        },
        {
          "kind": "variable",
          "name": "defaultOptions",
          "type": {
            "text": "object"
          },
          "default": "{ patientPriorityResult: false, prescriptionPriorityResult: false, typeOfProducts: 0, internal: false, withFieldFilters: true, withPrecautionsForUse: true, maxMonthsDeletedProducts: 0, facilityCode: 0, }"
        },
        {
          "kind": "variable",
          "name": "defaultRequestBody",
          "type": {
            "text": "SearchRequestBean"
          },
          "default": "{ pageNumber: 0, pageSize: numberOfResults, filters: { ...defaultFilters }, categories: { ...allTrueCategories }, options: { ...defaultOptions }, order: { field: \"libelleLong\", order: \"asc\" }, }"
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "PREFIX",
          "declaration": {
            "name": "PREFIX",
            "module": "src/shared/constants/settings.ts"
          }
        },
        {
          "kind": "js",
          "name": "numberOfResults",
          "declaration": {
            "name": "numberOfResults",
            "module": "src/shared/constants/settings.ts"
          }
        },
        {
          "kind": "js",
          "name": "allTrueCategories",
          "declaration": {
            "name": "allTrueCategories",
            "module": "src/shared/constants/settings.ts"
          }
        },
        {
          "kind": "js",
          "name": "allFalseCategories",
          "declaration": {
            "name": "allFalseCategories",
            "module": "src/shared/constants/settings.ts"
          }
        },
        {
          "kind": "js",
          "name": "defaultFilters",
          "declaration": {
            "name": "defaultFilters",
            "module": "src/shared/constants/settings.ts"
          }
        },
        {
          "kind": "js",
          "name": "defaultOptions",
          "declaration": {
            "name": "defaultOptions",
            "module": "src/shared/constants/settings.ts"
          }
        },
        {
          "kind": "js",
          "name": "defaultRequestBody",
          "declaration": {
            "name": "defaultRequestBody",
            "module": "src/shared/constants/settings.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/shared/constants/type-categories-label-mappings.ts",
      "declarations": [
        {
          "kind": "variable",
          "name": "typeCategoriesLabelMappings",
          "type": {
            "text": "object"
          },
          "default": "{ [ECategories.products]: [\"Dermo&ndash;cosm&#233;tique\", \"Di&#233;t&#233;tique\", \"Accessoires\", \"Pr&#233;sentation\", \"Pr&#233;sentation Hosp\", \"Specialite\"], [ECategories.companies]: [\"Laboratoire\"], [ECategories.molecules]: [\"Composants\"], [ECategories.indications]: [\"Indications\"], [ECategories.atcclass]: [\"Classe ATC\"], [ECategories.commonNames]: [\"MV DC\"], [ECategories.genericAccessoriesGroups]: [\"Accessoire g&#233;n&#233;rique\"], }"
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "typeCategoriesLabelMappings",
          "declaration": {
            "name": "typeCategoriesLabelMappings",
            "module": "src/shared/constants/type-categories-label-mappings.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/shared/constants/type-label-mappings.ts",
      "declarations": [
        {
          "kind": "variable",
          "name": "typeLabelMappings",
          "type": {
            "text": "object"
          },
          "default": "{ 1: \"Med.\", 2: \"Gé.\", 3: \"Acc.Gé\", 4: \"Véto.\", 5: \"Diét.\", 6: \"Derm.\", 7: \"Acc.\", 8: \"Hors AMM\", 9: \"Segm.\", 10: \"Indic.\", 11: \"Effet.\", 12: \"Gamme\", 13: \"Marq.\", 14: \"Labo.\", 15: \"Comp.\", 16: \"DC\", 17: \"Spec.\", 18: \"UCD\", 19: \"Patho.\", 20: \"Biosim.\", 21: \"C.ATC\", 22: \"C.BCB\", 23: \"Univ.\", 24: \"Groupe Hybride\", }"
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "typeLabelMappings",
          "declaration": {
            "name": "typeLabelMappings",
            "module": "src/shared/constants/type-label-mappings.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/shared/i18n/locales.ts",
      "declarations": [
        {
          "kind": "variable",
          "name": "sourceLocale",
          "default": "`en`",
          "description": "The locale code that templates in this source code are written in."
        },
        {
          "kind": "variable",
          "name": "targetLocales",
          "type": {
            "text": "[`fr-FR`]"
          },
          "default": "[`fr-FR`]",
          "description": "The other locale codes that this application is localized into. Sorted\nlexicographically."
        },
        {
          "kind": "variable",
          "name": "allLocales",
          "type": {
            "text": "[\n  `en`,\n  `fr-FR`,\n]"
          },
          "default": "[ `en`, `fr-FR`, ]",
          "description": "All valid project locale codes. Sorted lexicographically."
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "sourceLocale",
          "declaration": {
            "name": "sourceLocale",
            "module": "src/shared/i18n/locales.ts"
          }
        },
        {
          "kind": "js",
          "name": "targetLocales",
          "declaration": {
            "name": "targetLocales",
            "module": "src/shared/i18n/locales.ts"
          }
        },
        {
          "kind": "js",
          "name": "allLocales",
          "declaration": {
            "name": "allLocales",
            "module": "src/shared/i18n/locales.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/shared/interfaces/emitted-data.ts",
      "declarations": [],
      "exports": []
    },
    {
      "kind": "javascript-module",
      "path": "src/shared/signals/config-signals.ts",
      "declarations": [
        {
          "kind": "variable",
          "name": "highlightSignal"
        },
        {
          "kind": "variable",
          "name": "autoFocusSignal"
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "highlightSignal",
          "declaration": {
            "name": "highlightSignal",
            "module": "src/shared/signals/config-signals.ts"
          }
        },
        {
          "kind": "js",
          "name": "autoFocusSignal",
          "declaration": {
            "name": "autoFocusSignal",
            "module": "src/shared/signals/config-signals.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/shared/signals/search-signals.ts",
      "declarations": [
        {
          "kind": "variable",
          "name": "userInputSignal"
        },
        {
          "kind": "variable",
          "name": "loadingSignal"
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "userInputSignal",
          "declaration": {
            "name": "userInputSignal",
            "module": "src/shared/signals/search-signals.ts"
          }
        },
        {
          "kind": "js",
          "name": "loadingSignal",
          "declaration": {
            "name": "loadingSignal",
            "module": "src/shared/signals/search-signals.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/shared/utils/debouncer.ts",
      "declarations": [
        {
          "kind": "function",
          "name": "debounce",
          "parameters": [
            {
              "name": "callback",
              "type": {
                "text": "(...args: T) => void"
              }
            },
            {
              "name": "delay",
              "type": {
                "text": "number"
              }
            }
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "debounce",
          "declaration": {
            "name": "debounce",
            "module": "src/shared/utils/debouncer.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/shared/utils/request-body-builder.ts",
      "declarations": [
        {
          "kind": "function",
          "name": "getSearchRequestCategoryParamByCategory",
          "parameters": [
            {
              "name": "category",
              "type": {
                "text": "ECategories"
              }
            }
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "getSearchRequestCategoryParamByCategory",
          "declaration": {
            "name": "getSearchRequestCategoryParamByCategory",
            "module": "src/shared/utils/request-body-builder.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/search-bar/search-categories/search-categories.stories.ts",
      "declarations": [
        {
          "kind": "variable",
          "name": "meta",
          "type": {
            "text": "WebComponentsMeta<any, any>"
          }
        },
        {
          "kind": "variable",
          "name": "Base",
          "type": {
            "text": "WebComponentsStory<any, any>"
          }
        },
        {
          "kind": "variable",
          "name": "IsSelected",
          "type": {
            "text": "WebComponentsStory<any, any>"
          }
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "meta",
            "module": "src/search-bar/search-categories/search-categories.stories.ts"
          }
        },
        {
          "kind": "js",
          "name": "Base",
          "declaration": {
            "name": "Base",
            "module": "src/search-bar/search-categories/search-categories.stories.ts"
          }
        },
        {
          "kind": "js",
          "name": "IsSelected",
          "declaration": {
            "name": "IsSelected",
            "module": "src/search-bar/search-categories/search-categories.stories.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/search-bar/search-categories/search-categories.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "BCB search-categories element.",
          "name": "SearchCategories",
          "members": [
            {
              "kind": "field",
              "name": "categoriesName",
              "type": {
                "text": "string"
              },
              "attribute": "categories-name"
            },
            {
              "kind": "field",
              "name": "numberResult",
              "type": {
                "text": "number"
              },
              "attribute": "number-result"
            },
            {
              "kind": "field",
              "name": "isSelected",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "is-selected"
            },
            {
              "kind": "field",
              "name": "isKeyboardFocused",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "is-keyboard-focused",
              "reflects": true
            }
          ],
          "attributes": [
            {
              "name": "categories-name",
              "type": {
                "text": "string"
              },
              "fieldName": "categoriesName"
            },
            {
              "name": "number-result",
              "type": {
                "text": "number"
              },
              "fieldName": "numberResult"
            },
            {
              "name": "is-selected",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "isSelected"
            },
            {
              "name": "is-keyboard-focused",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "isKeyboardFocused"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "bcb-search-categories",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "SearchCategories",
          "declaration": {
            "name": "SearchCategories",
            "module": "src/search-bar/search-categories/search-categories.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "bcb-search-categories",
          "declaration": {
            "name": "SearchCategories",
            "module": "src/search-bar/search-categories/search-categories.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/search-bar/search-input/search-input.stories.ts",
      "declarations": [
        {
          "kind": "variable",
          "name": "meta",
          "type": {
            "text": "WebComponentsMeta<any, any>"
          }
        },
        {
          "kind": "variable",
          "name": "Base",
          "type": {
            "text": "WebComponentsStory<any, any>"
          }
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "meta",
            "module": "src/search-bar/search-input/search-input.stories.ts"
          }
        },
        {
          "kind": "js",
          "name": "Base",
          "declaration": {
            "name": "Base",
            "module": "src/search-bar/search-input/search-input.stories.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/search-bar/search-input/search-input.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "BCB search-input element.",
          "name": "SearchInput",
          "members": [
            {
              "kind": "field",
              "name": "placeholder",
              "type": {
                "text": "string"
              },
              "default": "\"Médicaments, molécules, produits de parapharmacie, laboratoires...\"",
              "attribute": "placeholder"
            },
            {
              "kind": "field",
              "name": "displayNumberCategories",
              "type": {
                "text": "boolean | undefined"
              },
              "default": "false",
              "attribute": "display-number-categories"
            },
            {
              "kind": "field",
              "name": "isDropdownOpen",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "is-dropdown-open"
            },
            {
              "kind": "field",
              "name": "isFocused",
              "type": {
                "text": "boolean"
              },
              "privacy": "private",
              "default": "false"
            },
            {
              "kind": "field",
              "name": "inputValue",
              "type": {
                "text": "string"
              },
              "privacy": "private",
              "default": "\"\""
            },
            {
              "kind": "field",
              "name": "searchInputRef",
              "type": {
                "text": "Ref<HTMLInputElement>"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "debouncedSearch",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleFocusOn",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleFocusOff",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleInput",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "InputEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "triggerImmediateSearch",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleEnterPressed",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "KeyboardEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleSearchButtonClick",
              "privacy": "private"
            }
          ],
          "events": [
            {
              "name": "updateSearch",
              "type": {
                "text": "CustomEvent"
              }
            },
            {
              "name": "submitSearch",
              "type": {
                "text": "CustomEvent"
              }
            },
            {
              "type": {
                "text": "SearchBarEvent"
              },
              "description": "a new search has been executed",
              "name": "search-event"
            }
          ],
          "attributes": [
            {
              "name": "placeholder",
              "type": {
                "text": "string"
              },
              "default": "\"Médicaments, molécules, produits de parapharmacie, laboratoires...\"",
              "fieldName": "placeholder"
            },
            {
              "name": "display-number-categories",
              "type": {
                "text": "boolean | undefined"
              },
              "default": "false",
              "fieldName": "displayNumberCategories"
            },
            {
              "name": "is-dropdown-open",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "isDropdownOpen"
            }
          ],
          "mixins": [
            {
              "name": "SignalWatcher",
              "package": "@lit-labs/signals"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "bcb-search-input",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "SearchInput",
          "declaration": {
            "name": "SearchInput",
            "module": "src/search-bar/search-input/search-input.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "bcb-search-input",
          "declaration": {
            "name": "SearchInput",
            "module": "src/search-bar/search-input/search-input.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/search-bar/search-item-result/search-item-result.stories.ts",
      "declarations": [
        {
          "kind": "variable",
          "name": "meta",
          "type": {
            "text": "WebComponentsMeta<any, any>"
          }
        },
        {
          "kind": "variable",
          "name": "Base",
          "type": {
            "text": "WebComponentsStory<any, any>"
          }
        },
        {
          "kind": "variable",
          "name": "DisplayType",
          "type": {
            "text": "WebComponentsStory<any, any>"
          }
        },
        {
          "kind": "variable",
          "name": "With_3_Pictograms",
          "type": {
            "text": "WebComponentsStory<any, any>"
          }
        },
        {
          "kind": "variable",
          "name": "WithAllConfigOn",
          "type": {
            "text": "WebComponentsStory<any, any>"
          }
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "meta",
            "module": "src/search-bar/search-item-result/search-item-result.stories.ts"
          }
        },
        {
          "kind": "js",
          "name": "Base",
          "declaration": {
            "name": "Base",
            "module": "src/search-bar/search-item-result/search-item-result.stories.ts"
          }
        },
        {
          "kind": "js",
          "name": "DisplayType",
          "declaration": {
            "name": "DisplayType",
            "module": "src/search-bar/search-item-result/search-item-result.stories.ts"
          }
        },
        {
          "kind": "js",
          "name": "With_3_Pictograms",
          "declaration": {
            "name": "With_3_Pictograms",
            "module": "src/search-bar/search-item-result/search-item-result.stories.ts"
          }
        },
        {
          "kind": "js",
          "name": "WithAllConfigOn",
          "declaration": {
            "name": "WithAllConfigOn",
            "module": "src/search-bar/search-item-result/search-item-result.stories.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/search-bar/search-item-result/search-item-result.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "BCB search-item-result element.",
          "name": "SearchItemResult",
          "members": [
            {
              "kind": "field",
              "name": "resultText",
              "type": {
                "text": "string"
              },
              "attribute": "result-text"
            },
            {
              "kind": "field",
              "name": "resultTooltipText",
              "type": {
                "text": "string"
              },
              "attribute": "result-tooltip-text"
            },
            {
              "kind": "field",
              "name": "resultType",
              "type": {
                "text": "string"
              },
              "attribute": "result-type"
            },
            {
              "kind": "field",
              "name": "resultFlags",
              "type": {
                "text": "ProductFlagsBean"
              }
            },
            {
              "kind": "field",
              "name": "isFirst",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "is-first"
            },
            {
              "kind": "field",
              "name": "isLast",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "is-last"
            },
            {
              "kind": "field",
              "name": "isDeleted",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "is-deleted"
            },
            {
              "kind": "field",
              "name": "displayType",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "display-type"
            },
            {
              "kind": "field",
              "name": "displayPictograms",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "display-pictograms"
            },
            {
              "kind": "field",
              "name": "isKeyboardFocused",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "is-keyboard-focused",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "isSelected",
              "type": {
                "text": "boolean"
              },
              "default": "false"
            },
            {
              "kind": "method",
              "name": "renderPictograms",
              "parameters": [
                {
                  "name": "key",
                  "type": {
                    "text": "string"
                  }
                },
                {
                  "name": "value",
                  "type": {
                    "text": "number | string | ProductExtendedFlagsBean"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleFlags",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "highlight",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "string | TemplateResult"
                }
              },
              "parameters": [
                {
                  "name": "text",
                  "type": {
                    "text": "string"
                  }
                }
              ]
            }
          ],
          "attributes": [
            {
              "name": "result-text",
              "type": {
                "text": "string"
              },
              "fieldName": "resultText"
            },
            {
              "name": "result-tooltip-text",
              "type": {
                "text": "string"
              },
              "fieldName": "resultTooltipText"
            },
            {
              "name": "result-type",
              "type": {
                "text": "string"
              },
              "fieldName": "resultType"
            },
            {
              "name": "is-first",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "isFirst"
            },
            {
              "name": "is-last",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "isLast"
            },
            {
              "name": "is-deleted",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "isDeleted"
            },
            {
              "name": "display-type",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "displayType"
            },
            {
              "name": "display-pictograms",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "displayPictograms"
            },
            {
              "name": "is-keyboard-focused",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "isKeyboardFocused"
            }
          ],
          "mixins": [
            {
              "name": "SignalWatcher",
              "package": "@lit-labs/signals"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "bcb-search-item-result",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "SearchItemResult",
          "declaration": {
            "name": "SearchItemResult",
            "module": "src/search-bar/search-item-result/search-item-result.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "bcb-search-item-result",
          "declaration": {
            "name": "SearchItemResult",
            "module": "src/search-bar/search-item-result/search-item-result.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/shared/api/generated/client.gen.ts",
      "declarations": [
        {
          "kind": "variable",
          "name": "client"
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "client",
          "declaration": {
            "name": "client",
            "module": "src/shared/api/generated/client.gen.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/shared/api/generated/index.ts",
      "declarations": [],
      "exports": [
        {
          "kind": "js",
          "name": "*",
          "declaration": {
            "name": "*",
            "module": "src/shared/api/generated/types.gen"
          }
        },
        {
          "kind": "js",
          "name": "*",
          "declaration": {
            "name": "*",
            "module": "src/shared/api/generated/sdk.gen"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/shared/api/generated/sdk.gen.ts",
      "declarations": [
        {
          "kind": "function",
          "name": "searchProductsById",
          "parameters": [
            {
              "name": "options",
              "type": {
                "text": "Options<SearchProductsByIdData, ThrowOnError>"
              }
            }
          ]
        },
        {
          "kind": "function",
          "name": "search",
          "parameters": [
            {
              "name": "options",
              "optional": true,
              "type": {
                "text": "Options<SearchData, ThrowOnError>"
              }
            }
          ]
        },
        {
          "kind": "function",
          "name": "getAll",
          "parameters": [
            {
              "name": "options",
              "optional": true,
              "type": {
                "text": "Options<GetAllData, ThrowOnError>"
              }
            }
          ]
        },
        {
          "kind": "function",
          "name": "searchProductsById1",
          "parameters": [
            {
              "name": "options",
              "type": {
                "text": "Options<SearchProductsById1Data, ThrowOnError>"
              }
            }
          ]
        },
        {
          "kind": "function",
          "name": "search1",
          "parameters": [
            {
              "name": "options",
              "optional": true,
              "type": {
                "text": "Options<Search1Data, ThrowOnError>"
              }
            }
          ]
        },
        {
          "kind": "function",
          "name": "searchProductsById2",
          "parameters": [
            {
              "name": "options",
              "type": {
                "text": "Options<SearchProductsById2Data, ThrowOnError>"
              }
            }
          ]
        },
        {
          "kind": "function",
          "name": "searchProductsById3",
          "parameters": [
            {
              "name": "options",
              "type": {
                "text": "Options<SearchProductsById3Data, ThrowOnError>"
              }
            }
          ]
        },
        {
          "kind": "function",
          "name": "search2",
          "parameters": [
            {
              "name": "options",
              "optional": true,
              "type": {
                "text": "Options<Search2Data, ThrowOnError>"
              }
            }
          ]
        },
        {
          "kind": "function",
          "name": "searchMulti",
          "parameters": [
            {
              "name": "options",
              "type": {
                "text": "Options<SearchMultiData, ThrowOnError>"
              }
            }
          ]
        },
        {
          "kind": "function",
          "name": "searchAlphabetical",
          "parameters": [
            {
              "name": "options",
              "type": {
                "text": "Options<SearchAlphabeticalData, ThrowOnError>"
              }
            }
          ]
        },
        {
          "kind": "function",
          "name": "search17",
          "parameters": [
            {
              "name": "options",
              "type": {
                "text": "Options<Search17Data, ThrowOnError>"
              }
            }
          ]
        },
        {
          "kind": "function",
          "name": "search3",
          "parameters": [
            {
              "name": "options",
              "type": {
                "text": "Options<Search3Data, ThrowOnError>"
              }
            }
          ]
        },
        {
          "kind": "function",
          "name": "searchProductsById4",
          "parameters": [
            {
              "name": "options",
              "type": {
                "text": "Options<SearchProductsById4Data, ThrowOnError>"
              }
            }
          ]
        },
        {
          "kind": "function",
          "name": "search4",
          "parameters": [
            {
              "name": "options",
              "optional": true,
              "type": {
                "text": "Options<Search4Data, ThrowOnError>"
              }
            }
          ]
        },
        {
          "kind": "function",
          "name": "getAll1",
          "parameters": [
            {
              "name": "options",
              "type": {
                "text": "Options<GetAll1Data, ThrowOnError>"
              }
            }
          ]
        },
        {
          "kind": "function",
          "name": "getAll2",
          "parameters": [
            {
              "name": "options",
              "optional": true,
              "type": {
                "text": "Options<GetAll2Data, ThrowOnError>"
              }
            }
          ]
        },
        {
          "kind": "function",
          "name": "search5",
          "parameters": [
            {
              "name": "options",
              "optional": true,
              "type": {
                "text": "Options<Search5Data, ThrowOnError>"
              }
            }
          ]
        },
        {
          "kind": "function",
          "name": "searchProductsById5",
          "parameters": [
            {
              "name": "options",
              "type": {
                "text": "Options<SearchProductsById5Data, ThrowOnError>"
              }
            }
          ]
        },
        {
          "kind": "function",
          "name": "search6",
          "parameters": [
            {
              "name": "options",
              "optional": true,
              "type": {
                "text": "Options<Search6Data, ThrowOnError>"
              }
            }
          ]
        },
        {
          "kind": "function",
          "name": "searchProductsById6",
          "parameters": [
            {
              "name": "options",
              "type": {
                "text": "Options<SearchProductsById6Data, ThrowOnError>"
              }
            }
          ]
        },
        {
          "kind": "function",
          "name": "search7",
          "parameters": [
            {
              "name": "options",
              "optional": true,
              "type": {
                "text": "Options<Search7Data, ThrowOnError>"
              }
            }
          ]
        },
        {
          "kind": "function",
          "name": "searchProductsById7",
          "parameters": [
            {
              "name": "options",
              "type": {
                "text": "Options<SearchProductsById7Data, ThrowOnError>"
              }
            }
          ]
        },
        {
          "kind": "function",
          "name": "search8",
          "parameters": [
            {
              "name": "options",
              "optional": true,
              "type": {
                "text": "Options<Search8Data, ThrowOnError>"
              }
            }
          ]
        },
        {
          "kind": "function",
          "name": "searchProductsById8",
          "parameters": [
            {
              "name": "options",
              "type": {
                "text": "Options<SearchProductsById8Data, ThrowOnError>"
              }
            }
          ]
        },
        {
          "kind": "function",
          "name": "search9",
          "parameters": [
            {
              "name": "options",
              "optional": true,
              "type": {
                "text": "Options<Search9Data, ThrowOnError>"
              }
            }
          ]
        },
        {
          "kind": "function",
          "name": "searchProductsById9",
          "parameters": [
            {
              "name": "options",
              "type": {
                "text": "Options<SearchProductsById9Data, ThrowOnError>"
              }
            }
          ]
        },
        {
          "kind": "function",
          "name": "search10",
          "parameters": [
            {
              "name": "options",
              "optional": true,
              "type": {
                "text": "Options<Search10Data, ThrowOnError>"
              }
            }
          ]
        },
        {
          "kind": "function",
          "name": "searchProductsById10",
          "parameters": [
            {
              "name": "options",
              "type": {
                "text": "Options<SearchProductsById10Data, ThrowOnError>"
              }
            }
          ]
        },
        {
          "kind": "function",
          "name": "search11",
          "parameters": [
            {
              "name": "options",
              "optional": true,
              "type": {
                "text": "Options<Search11Data, ThrowOnError>"
              }
            }
          ]
        },
        {
          "kind": "function",
          "name": "searchProductsById11",
          "parameters": [
            {
              "name": "options",
              "type": {
                "text": "Options<SearchProductsById11Data, ThrowOnError>"
              }
            }
          ]
        },
        {
          "kind": "function",
          "name": "search12",
          "parameters": [
            {
              "name": "options",
              "optional": true,
              "type": {
                "text": "Options<Search12Data, ThrowOnError>"
              }
            }
          ]
        },
        {
          "kind": "function",
          "name": "searchProductsById12",
          "parameters": [
            {
              "name": "options",
              "type": {
                "text": "Options<SearchProductsById12Data, ThrowOnError>"
              }
            }
          ]
        },
        {
          "kind": "function",
          "name": "search13",
          "parameters": [
            {
              "name": "options",
              "optional": true,
              "type": {
                "text": "Options<Search13Data, ThrowOnError>"
              }
            }
          ]
        },
        {
          "kind": "function",
          "name": "searchProductsById13",
          "parameters": [
            {
              "name": "options",
              "type": {
                "text": "Options<SearchProductsById13Data, ThrowOnError>"
              }
            }
          ]
        },
        {
          "kind": "function",
          "name": "search14",
          "parameters": [
            {
              "name": "options",
              "optional": true,
              "type": {
                "text": "Options<Search14Data, ThrowOnError>"
              }
            }
          ]
        },
        {
          "kind": "function",
          "name": "searchProductsById14",
          "parameters": [
            {
              "name": "options",
              "type": {
                "text": "Options<SearchProductsById14Data, ThrowOnError>"
              }
            }
          ]
        },
        {
          "kind": "function",
          "name": "search15",
          "parameters": [
            {
              "name": "options",
              "optional": true,
              "type": {
                "text": "Options<Search15Data, ThrowOnError>"
              }
            }
          ]
        },
        {
          "kind": "function",
          "name": "search16",
          "parameters": [
            {
              "name": "options",
              "optional": true,
              "type": {
                "text": "Options<Search16Data, ThrowOnError>"
              }
            }
          ]
        },
        {
          "kind": "function",
          "name": "searchProductsById15",
          "parameters": [
            {
              "name": "options",
              "type": {
                "text": "Options<SearchProductsById15Data, ThrowOnError>"
              }
            }
          ]
        },
        {
          "kind": "function",
          "name": "getVersion",
          "parameters": [
            {
              "name": "options",
              "optional": true,
              "type": {
                "text": "Options<GetVersionData, ThrowOnError>"
              }
            }
          ]
        },
        {
          "kind": "function",
          "name": "getTree",
          "parameters": [
            {
              "name": "options",
              "optional": true,
              "type": {
                "text": "Options<GetTreeData, ThrowOnError>"
              }
            }
          ]
        },
        {
          "kind": "function",
          "name": "generateSitemapPara",
          "parameters": [
            {
              "name": "options",
              "type": {
                "text": "Options<GenerateSitemapParaData, ThrowOnError>"
              }
            }
          ]
        },
        {
          "kind": "function",
          "name": "generateSitemapMedic",
          "parameters": [
            {
              "name": "options",
              "type": {
                "text": "Options<GenerateSitemapMedicData, ThrowOnError>"
              }
            }
          ]
        },
        {
          "kind": "function",
          "name": "getTree1",
          "parameters": [
            {
              "name": "options",
              "optional": true,
              "type": {
                "text": "Options<GetTree1Data, ThrowOnError>"
              }
            }
          ]
        },
        {
          "kind": "function",
          "name": "searchByLetter",
          "parameters": [
            {
              "name": "options",
              "type": {
                "text": "Options<SearchByLetterData, ThrowOnError>"
              }
            }
          ]
        },
        {
          "kind": "function",
          "name": "searchSnomedEquivalents",
          "parameters": [
            {
              "name": "options",
              "optional": true,
              "type": {
                "text": "Options<SearchSnomedEquivalentsData, ThrowOnError>"
              }
            }
          ]
        },
        {
          "kind": "function",
          "name": "getEndpoints",
          "parameters": [
            {
              "name": "options",
              "optional": true,
              "type": {
                "text": "Options<GetEndpointsData, ThrowOnError>"
              }
            }
          ]
        },
        {
          "kind": "function",
          "name": "getTree2",
          "parameters": [
            {
              "name": "options",
              "optional": true,
              "type": {
                "text": "Options<GetTree2Data, ThrowOnError>"
              }
            }
          ]
        },
        {
          "kind": "function",
          "name": "getTree3",
          "parameters": [
            {
              "name": "options",
              "optional": true,
              "type": {
                "text": "Options<GetTree3Data, ThrowOnError>"
              }
            }
          ]
        },
        {
          "kind": "function",
          "name": "searchByLetter1",
          "parameters": [
            {
              "name": "options",
              "type": {
                "text": "Options<SearchByLetter1Data, ThrowOnError>"
              }
            }
          ]
        },
        {
          "kind": "function",
          "name": "getTree4",
          "parameters": [
            {
              "name": "options",
              "optional": true,
              "type": {
                "text": "Options<GetTree4Data, ThrowOnError>"
              }
            }
          ]
        },
        {
          "kind": "function",
          "name": "getTree5",
          "parameters": [
            {
              "name": "options",
              "optional": true,
              "type": {
                "text": "Options<GetTree5Data, ThrowOnError>"
              }
            }
          ]
        },
        {
          "kind": "function",
          "name": "getTree6",
          "parameters": [
            {
              "name": "options",
              "optional": true,
              "type": {
                "text": "Options<GetTree6Data, ThrowOnError>"
              }
            }
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "searchProductsById",
          "declaration": {
            "name": "searchProductsById",
            "module": "src/shared/api/generated/sdk.gen.ts"
          }
        },
        {
          "kind": "js",
          "name": "search",
          "declaration": {
            "name": "search",
            "module": "src/shared/api/generated/sdk.gen.ts"
          }
        },
        {
          "kind": "js",
          "name": "getAll",
          "declaration": {
            "name": "getAll",
            "module": "src/shared/api/generated/sdk.gen.ts"
          }
        },
        {
          "kind": "js",
          "name": "searchProductsById1",
          "declaration": {
            "name": "searchProductsById1",
            "module": "src/shared/api/generated/sdk.gen.ts"
          }
        },
        {
          "kind": "js",
          "name": "search1",
          "declaration": {
            "name": "search1",
            "module": "src/shared/api/generated/sdk.gen.ts"
          }
        },
        {
          "kind": "js",
          "name": "searchProductsById2",
          "declaration": {
            "name": "searchProductsById2",
            "module": "src/shared/api/generated/sdk.gen.ts"
          }
        },
        {
          "kind": "js",
          "name": "searchProductsById3",
          "declaration": {
            "name": "searchProductsById3",
            "module": "src/shared/api/generated/sdk.gen.ts"
          }
        },
        {
          "kind": "js",
          "name": "search2",
          "declaration": {
            "name": "search2",
            "module": "src/shared/api/generated/sdk.gen.ts"
          }
        },
        {
          "kind": "js",
          "name": "searchMulti",
          "declaration": {
            "name": "searchMulti",
            "module": "src/shared/api/generated/sdk.gen.ts"
          }
        },
        {
          "kind": "js",
          "name": "searchAlphabetical",
          "declaration": {
            "name": "searchAlphabetical",
            "module": "src/shared/api/generated/sdk.gen.ts"
          }
        },
        {
          "kind": "js",
          "name": "search17",
          "declaration": {
            "name": "search17",
            "module": "src/shared/api/generated/sdk.gen.ts"
          }
        },
        {
          "kind": "js",
          "name": "search3",
          "declaration": {
            "name": "search3",
            "module": "src/shared/api/generated/sdk.gen.ts"
          }
        },
        {
          "kind": "js",
          "name": "searchProductsById4",
          "declaration": {
            "name": "searchProductsById4",
            "module": "src/shared/api/generated/sdk.gen.ts"
          }
        },
        {
          "kind": "js",
          "name": "search4",
          "declaration": {
            "name": "search4",
            "module": "src/shared/api/generated/sdk.gen.ts"
          }
        },
        {
          "kind": "js",
          "name": "getAll1",
          "declaration": {
            "name": "getAll1",
            "module": "src/shared/api/generated/sdk.gen.ts"
          }
        },
        {
          "kind": "js",
          "name": "getAll2",
          "declaration": {
            "name": "getAll2",
            "module": "src/shared/api/generated/sdk.gen.ts"
          }
        },
        {
          "kind": "js",
          "name": "search5",
          "declaration": {
            "name": "search5",
            "module": "src/shared/api/generated/sdk.gen.ts"
          }
        },
        {
          "kind": "js",
          "name": "searchProductsById5",
          "declaration": {
            "name": "searchProductsById5",
            "module": "src/shared/api/generated/sdk.gen.ts"
          }
        },
        {
          "kind": "js",
          "name": "search6",
          "declaration": {
            "name": "search6",
            "module": "src/shared/api/generated/sdk.gen.ts"
          }
        },
        {
          "kind": "js",
          "name": "searchProductsById6",
          "declaration": {
            "name": "searchProductsById6",
            "module": "src/shared/api/generated/sdk.gen.ts"
          }
        },
        {
          "kind": "js",
          "name": "search7",
          "declaration": {
            "name": "search7",
            "module": "src/shared/api/generated/sdk.gen.ts"
          }
        },
        {
          "kind": "js",
          "name": "searchProductsById7",
          "declaration": {
            "name": "searchProductsById7",
            "module": "src/shared/api/generated/sdk.gen.ts"
          }
        },
        {
          "kind": "js",
          "name": "search8",
          "declaration": {
            "name": "search8",
            "module": "src/shared/api/generated/sdk.gen.ts"
          }
        },
        {
          "kind": "js",
          "name": "searchProductsById8",
          "declaration": {
            "name": "searchProductsById8",
            "module": "src/shared/api/generated/sdk.gen.ts"
          }
        },
        {
          "kind": "js",
          "name": "search9",
          "declaration": {
            "name": "search9",
            "module": "src/shared/api/generated/sdk.gen.ts"
          }
        },
        {
          "kind": "js",
          "name": "searchProductsById9",
          "declaration": {
            "name": "searchProductsById9",
            "module": "src/shared/api/generated/sdk.gen.ts"
          }
        },
        {
          "kind": "js",
          "name": "search10",
          "declaration": {
            "name": "search10",
            "module": "src/shared/api/generated/sdk.gen.ts"
          }
        },
        {
          "kind": "js",
          "name": "searchProductsById10",
          "declaration": {
            "name": "searchProductsById10",
            "module": "src/shared/api/generated/sdk.gen.ts"
          }
        },
        {
          "kind": "js",
          "name": "search11",
          "declaration": {
            "name": "search11",
            "module": "src/shared/api/generated/sdk.gen.ts"
          }
        },
        {
          "kind": "js",
          "name": "searchProductsById11",
          "declaration": {
            "name": "searchProductsById11",
            "module": "src/shared/api/generated/sdk.gen.ts"
          }
        },
        {
          "kind": "js",
          "name": "search12",
          "declaration": {
            "name": "search12",
            "module": "src/shared/api/generated/sdk.gen.ts"
          }
        },
        {
          "kind": "js",
          "name": "searchProductsById12",
          "declaration": {
            "name": "searchProductsById12",
            "module": "src/shared/api/generated/sdk.gen.ts"
          }
        },
        {
          "kind": "js",
          "name": "search13",
          "declaration": {
            "name": "search13",
            "module": "src/shared/api/generated/sdk.gen.ts"
          }
        },
        {
          "kind": "js",
          "name": "searchProductsById13",
          "declaration": {
            "name": "searchProductsById13",
            "module": "src/shared/api/generated/sdk.gen.ts"
          }
        },
        {
          "kind": "js",
          "name": "search14",
          "declaration": {
            "name": "search14",
            "module": "src/shared/api/generated/sdk.gen.ts"
          }
        },
        {
          "kind": "js",
          "name": "searchProductsById14",
          "declaration": {
            "name": "searchProductsById14",
            "module": "src/shared/api/generated/sdk.gen.ts"
          }
        },
        {
          "kind": "js",
          "name": "search15",
          "declaration": {
            "name": "search15",
            "module": "src/shared/api/generated/sdk.gen.ts"
          }
        },
        {
          "kind": "js",
          "name": "search16",
          "declaration": {
            "name": "search16",
            "module": "src/shared/api/generated/sdk.gen.ts"
          }
        },
        {
          "kind": "js",
          "name": "searchProductsById15",
          "declaration": {
            "name": "searchProductsById15",
            "module": "src/shared/api/generated/sdk.gen.ts"
          }
        },
        {
          "kind": "js",
          "name": "getVersion",
          "declaration": {
            "name": "getVersion",
            "module": "src/shared/api/generated/sdk.gen.ts"
          }
        },
        {
          "kind": "js",
          "name": "getTree",
          "declaration": {
            "name": "getTree",
            "module": "src/shared/api/generated/sdk.gen.ts"
          }
        },
        {
          "kind": "js",
          "name": "generateSitemapPara",
          "declaration": {
            "name": "generateSitemapPara",
            "module": "src/shared/api/generated/sdk.gen.ts"
          }
        },
        {
          "kind": "js",
          "name": "generateSitemapMedic",
          "declaration": {
            "name": "generateSitemapMedic",
            "module": "src/shared/api/generated/sdk.gen.ts"
          }
        },
        {
          "kind": "js",
          "name": "getTree1",
          "declaration": {
            "name": "getTree1",
            "module": "src/shared/api/generated/sdk.gen.ts"
          }
        },
        {
          "kind": "js",
          "name": "searchByLetter",
          "declaration": {
            "name": "searchByLetter",
            "module": "src/shared/api/generated/sdk.gen.ts"
          }
        },
        {
          "kind": "js",
          "name": "searchSnomedEquivalents",
          "declaration": {
            "name": "searchSnomedEquivalents",
            "module": "src/shared/api/generated/sdk.gen.ts"
          }
        },
        {
          "kind": "js",
          "name": "getEndpoints",
          "declaration": {
            "name": "getEndpoints",
            "module": "src/shared/api/generated/sdk.gen.ts"
          }
        },
        {
          "kind": "js",
          "name": "getTree2",
          "declaration": {
            "name": "getTree2",
            "module": "src/shared/api/generated/sdk.gen.ts"
          }
        },
        {
          "kind": "js",
          "name": "getTree3",
          "declaration": {
            "name": "getTree3",
            "module": "src/shared/api/generated/sdk.gen.ts"
          }
        },
        {
          "kind": "js",
          "name": "searchByLetter1",
          "declaration": {
            "name": "searchByLetter1",
            "module": "src/shared/api/generated/sdk.gen.ts"
          }
        },
        {
          "kind": "js",
          "name": "getTree4",
          "declaration": {
            "name": "getTree4",
            "module": "src/shared/api/generated/sdk.gen.ts"
          }
        },
        {
          "kind": "js",
          "name": "getTree5",
          "declaration": {
            "name": "getTree5",
            "module": "src/shared/api/generated/sdk.gen.ts"
          }
        },
        {
          "kind": "js",
          "name": "getTree6",
          "declaration": {
            "name": "getTree6",
            "module": "src/shared/api/generated/sdk.gen.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/shared/api/generated/types.gen.ts",
      "declarations": [],
      "exports": []
    },
    {
      "kind": "javascript-module",
      "path": "src/shared/i18n/locales/fr-FR.ts",
      "declarations": [
        {
          "kind": "variable",
          "name": "templates",
          "type": {
            "text": "object"
          },
          "default": "{ \"sf54b1d05128fa584\": `obtenir un fait sur les chats`, }"
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "templates",
          "declaration": {
            "name": "templates",
            "module": "src/shared/i18n/locales/fr-FR.ts"
          }
        }
      ]
    }
  ]
}
