{
  "schemaVersion": "1.0.0",
  "readme": "",
  "modules": [
    {
      "kind": "javascript-module",
      "path": "src/index.ts",
      "declarations": [],
      "exports": [
        {
          "kind": "js",
          "name": "*",
          "declaration": {
            "name": "*",
            "package": "\"./search-bar/search-input/search-input\""
          }
        },
        {
          "kind": "js",
          "name": "*",
          "declaration": {
            "name": "*",
            "package": "\"./search-bar/search-item-result/search-item-result\""
          }
        },
        {
          "kind": "js",
          "name": "*",
          "declaration": {
            "name": "*",
            "package": "\"./search-bar/search-categories/search-categories\""
          }
        },
        {
          "kind": "js",
          "name": "*",
          "declaration": {
            "name": "*",
            "package": "\"./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/test/api-results-mock.ts",
      "declarations": [
        {
          "kind": "variable",
          "name": "categoriesRequestResponseWithDeletedProducts",
          "type": {
            "text": "SearchResponseBean"
          },
          "default": "{\n  \"filters\": {\n    \"available\": [\n      {\n        \"type\": \"categorie\",\n        \"field\": \"libelleType.keyword\",\n        \"label\": \"categorie\",\n        \"values\": [\n          {\n            \"value\": \"Pr&#233;sentation\",\n            \"label\": \"Pr&#233;sentation\",\n            \"count\": 3,\n            \"exclude\": 0\n          }\n        ],\n        \"totalCount\": 3\n      }\n    ],\n    \"active\": []\n  },\n  \"search\": null\n}"
        },
        {
          "kind": "variable",
          "name": "categoriesRequestResponseWithOnlyOneProduct",
          "type": {
            "text": "SearchResponseBean"
          },
          "default": "{\n  \"filters\": {\n    \"available\": [\n      {\n        \"type\": \"categorie\",\n        \"field\": \"libelleType.keyword\",\n        \"label\": \"categorie\",\n        \"values\": [\n          {\n            \"value\": \"Pr&#233;sentation\",\n            \"label\": \"Pr&#233;sentation\",\n            \"count\": 1,\n            \"exclude\": 0,\n          },\n        ],\n        \"totalCount\": 1,\n      },\n    ],\n    \"active\": [],\n  },\n  \"search\": undefined,\n}"
        },
        {
          "kind": "variable",
          "name": "categoriesRequestResponseWithTwoProducts",
          "type": {
            "text": "SearchResponseBean"
          },
          "default": "{\n  \"filters\": {\n    \"available\": [\n      {\n        \"type\": \"categorie\",\n        \"field\": \"libelleType.keyword\",\n        \"label\": \"categorie\",\n        \"values\": [\n          {\n            \"value\": \"Pr&#233;sentation\",\n            \"label\": \"Pr&#233;sentation\",\n            \"count\": 2,\n            \"exclude\": 0,\n          },\n        ],\n        \"totalCount\": 2,\n      },\n    ],\n    \"active\": [],\n  },\n  \"search\": undefined,\n}"
        },
        {
          "kind": "variable",
          "name": "categoriesRequestResponseWithManyProducts",
          "type": {
            "text": "SearchResponseBean"
          },
          "default": "{\n  \"filters\": {\n    \"available\": [\n      {\n        \"type\": \"categorie\",\n        \"field\": \"libelleType.keyword\",\n        \"label\": \"categorie\",\n        \"values\": [\n          {\n            \"value\": \"Pr&#233;sentation\",\n            \"label\": \"Pr&#233;sentation\",\n            \"count\": 25,\n            \"exclude\": 0\n          },\n          {\n            \"value\": \"Pr&#233;sentation Hosp\",\n            \"label\": \"Pr&#233;sentation Hosp\",\n            \"count\": 7,\n            \"exclude\": 0\n          },\n          {\n            \"value\": \"Gamme\",\n            \"label\": \"Gamme\",\n            \"count\": 5,\n            \"exclude\": 0\n          },\n          {\n            \"value\": \"Marque\",\n            \"label\": \"Marque\",\n            \"count\": 1,\n            \"exclude\": 0\n          }\n        ],\n        \"totalCount\": 38\n      }\n    ],\n    \"active\": []\n  },\n  \"search\": null\n}"
        },
        {
          "kind": "variable",
          "name": "resultsRequestResponseWithOnlyOneProduct",
          "type": {
            "text": "SearchResponseBean"
          },
          "default": "{\n  \"filters\": {\n    \"available\": [\n      {\n        \"type\": \"terrains\",\n        \"field\": \"attributsSegmentation.terrains.libelle.keyword\",\n        \"label\": \"Terrains\",\n        \"values\": [\n          {\n            \"value\": \"Adulte\",\n            \"label\": \"Adulte\",\n            \"count\": 1,\n            \"exclude\": 0,\n          },\n          {\n            \"value\": \"Sujet &#226;g&#233;\",\n            \"label\": \"Sujet &#226;g&#233;\",\n            \"count\": 1,\n            \"exclude\": 0,\n          },\n        ],\n        \"totalCount\": 2,\n      },\n      {\n        \"type\": \"laboratoire\",\n        \"field\": \"laboratoires.laboratoireExploitant.libelleLaboratoire.keyword\",\n        \"label\": \"Laboratoires\",\n        \"values\": [\n          {\n            \"value\": \"PIERRE FABRE MEDICAMENT\",\n            \"label\": \"PIERRE FABRE MEDICAMENT\",\n            \"count\": 1,\n            \"exclude\": 0,\n          },\n        ],\n        \"totalCount\": 1,\n      },\n      {\n        \"type\": \"supprime\",\n        \"field\": \"flags.supprime\",\n        \"label\": \"Statut\",\n        \"values\": [\n          {\n            \"value\": \"0\",\n            \"label\": \"Commercialisé\",\n            \"count\": 1,\n            \"exclude\": 0,\n          },\n        ],\n        \"totalCount\": 1,\n      },\n      {\n        \"type\": \"ci\",\n        \"field\": \"motsClefs.motsClefsCI.libelleMotClefCIHtml.keyword\",\n        \"label\": \"Contre indications\",\n        \"values\": [\n          {\n            \"value\": \"Allaitement\",\n            \"label\": \"Allaitement\",\n            \"count\": 1,\n            \"exclude\": 0,\n          },\n          {\n            \"value\": \"Asthmatique\",\n            \"label\": \"Asthmatique\",\n            \"count\": 1,\n            \"exclude\": 0,\n          },\n          {\n            \"value\": \"Insuffisance respiratoire\",\n            \"label\": \"Insuffisance respiratoire\",\n            \"count\": 1,\n            \"exclude\": 0,\n          },\n          {\n            \"value\": \"M&#233;taboliseur ultrarapide du CYP2D6\",\n            \"label\": \"M&#233;taboliseur ultrarapide du CYP2D6\",\n            \"count\": 1,\n            \"exclude\": 0,\n          },\n          {\n            \"value\": \"Patient de moins de 12 ans\",\n            \"label\": \"Patient de moins de 12 ans\",\n            \"count\": 1,\n            \"exclude\": 0,\n          },\n        ],\n        \"totalCount\": 5,\n      },\n      {\n        \"type\": \"composant\",\n        \"field\": \"composition.principesActifs.libelleComposantPere.keyword\",\n        \"label\": \"Composants\",\n        \"values\": [\n          {\n            \"value\": \"Cod&#233;ine\",\n            \"label\": \"Cod&#233;ine\",\n            \"count\": 1,\n            \"exclude\": 0,\n          },\n          {\n            \"value\": \"Erysimum\",\n            \"label\": \"Erysimum\",\n            \"count\": 1,\n            \"exclude\": 0,\n          },\n        ],\n        \"totalCount\": 2,\n      },\n      {\n        \"type\": \"statutsSegmentation\",\n        \"field\": \"infoProduit.statutSegmentationHtml.keyword\",\n        \"label\": \"Statuts segmentation\",\n        \"values\": [\n          {\n            \"value\": \"M&eacute;dicament\",\n            \"label\": \"M&eacute;dicament\",\n            \"count\": 1,\n            \"exclude\": 0,\n          },\n        ],\n        \"totalCount\": 1,\n      },\n      {\n        \"type\": \"autres\",\n        \"field\": \"attributsSegmentation.autres.libelle.keyword\",\n        \"label\": \"Autres attributs segmentation\",\n        \"values\": [\n          {\n            \"value\": \"Hors pilulier\",\n            \"label\": \"Hors pilulier\",\n            \"count\": 1,\n            \"exclude\": 0,\n          },\n        ],\n        \"totalCount\": 1,\n      },\n      {\n        \"type\": \"voies\",\n        \"field\": \"listeVoiesAdm.voieAdministration.keyword\",\n        \"label\": \"Voies d'administration\",\n        \"values\": [\n          {\n            \"value\": \"orale\",\n            \"label\": \"orale\",\n            \"count\": 1,\n            \"exclude\": 0,\n          },\n        ],\n        \"totalCount\": 1,\n      },\n      {\n        \"type\": \"marque\",\n        \"field\": \"infoProduit.nomMarqueHtml.keyword\",\n        \"label\": \"Marques\",\n        \"values\": [\n          {\n            \"value\": \"POLERY\",\n            \"label\": \"POLERY\",\n            \"count\": 1,\n            \"exclude\": 0,\n          },\n        ],\n        \"totalCount\": 1,\n      },\n      {\n        \"type\": \"hospitalier\",\n        \"field\": \"flags.hospitalier\",\n        \"label\": \"Hospitalier\",\n        \"values\": [\n          {\n            \"value\": \"0\",\n            \"label\": \"Non\",\n            \"count\": 1,\n            \"exclude\": 0,\n          },\n        ],\n        \"totalCount\": 1,\n      },\n      {\n        \"type\": \"gamme\",\n        \"field\": \"infoProduit.nomGammeHtml.keyword\",\n        \"label\": \"Gammes\",\n        \"values\": [\n          {\n            \"value\": \"Adulte\",\n            \"label\": \"Adulte\",\n            \"count\": 1,\n            \"exclude\": 0,\n          },\n        ],\n        \"totalCount\": 1,\n      },\n      {\n        \"type\": \"type\",\n        \"field\": \"type\",\n        \"label\": \"Type\",\n        \"values\": [\n          {\n            \"value\": \"1\",\n            \"label\": \"Médicament\",\n            \"count\": 1,\n            \"exclude\": 0,\n          },\n        ],\n        \"totalCount\": 1,\n      },\n      {\n        \"type\": \"indication\",\n        \"field\": \"motsClefs.motsClefsInd.libelleMotClefIndHtml.keyword\",\n        \"label\": \"Indications\",\n        \"values\": [\n          {\n            \"value\": \"Toux non productive\",\n            \"label\": \"Toux non productive\",\n            \"count\": 1,\n            \"exclude\": 0,\n          },\n        ],\n        \"totalCount\": 1,\n      },\n      {\n        \"type\": \"dopant\",\n        \"field\": \"flags.dopant\",\n        \"label\": \"Dopant\",\n        \"values\": [\n          {\n            \"value\": \"0\",\n            \"label\": \"Non\",\n            \"count\": 1,\n            \"exclude\": 0,\n          },\n        ],\n        \"totalCount\": 1,\n      },\n      {\n        \"type\": \"circuitsDeDistribution\",\n        \"field\": \"attributsSegmentation.circuitDeDistribution.libelle.keyword\",\n        \"label\": \"Circuits de distribution\",\n        \"values\": [\n          {\n            \"value\": \"Pharmacie\",\n            \"label\": \"Pharmacie\",\n            \"count\": 1,\n            \"exclude\": 0,\n          },\n        ],\n        \"totalCount\": 1,\n      },\n    ],\n    \"active\": [],\n  },\n  \"search\": {\n    \"content\": [\n      {\n        \"code\": \"40525\",\n        \"productId\": 40525,\n        \"type\": 1,\n        \"labelHtml\": \"POLERY ADULTES SANS SUCRE, sirop, bo&icirc;te de 1 flacon (+ gobelet doseur) de 200 ml\",\n        \"code13\": \"3400939845869\",\n        \"deletedDate\": \"\",\n        \"deleted\": false,\n        \"labels\": {\n          \"typeLabel\": \"Pr&#233;sentation\",\n          \"label\": \"POLERY ADULTES SANS SUCRE. sirop. boite de 1 flacon (+ gobelet doseur) de 200 ml\",\n          \"shortLabel\": \"POLERY AD SP S S 200ML\",\n          \"shortLabelHtml\": \"POLERY AD SP S/S 200ML\",\n          \"longLabel\": \"POLERY ADULTES SANS SUCRE. sirop. boite de 1 flacon (+ gobelet doseur) de 200 ml\",\n          \"longLabelHtml\": \"POLERY ADULTES SANS SUCRE, sirop, bo&icirc;te de 1 flacon (+ gobelet doseur) de 200 ml\",\n          \"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\",\n        },\n        \"properties\": {\n          \"thumbnail\": \"https://documents.resip.fr/vignettes/40525_vign.jpg\",\n          \"productName\": \"POLERY ADULTES SANS SUCRE\",\n          \"productDosage\": \"\",\n          \"galenicFormCode\": \"BB01\",\n          \"galenicFormLabel\": \"Sirop\",\n          \"galenicFormLabelHtml\": undefined,\n          \"aspect\": \" A LIQUIDE SIROP MARRON JAUNE BRUN CLAIR\",\n          \"inFacilityFormulary\": false,\n          \"codes\": {\n            \"cip7\": \"3984586\",\n            \"cip13\": \"3400939845869\",\n            \"cip13Referent\": \"3400939845869\",\n            \"ucd7\": \"9362325\",\n            \"ucd13\": \"3400893623251\",\n            \"cis\": \"69592294\",\n            \"code13Referent\": \"3400939845869\",\n            \"ean13\": [],\n          },\n          \"flags\": {\n            \"doping\": 0,\n            \"driveWarning\": \"1\",\n            \"narcotic\": 1,\n            \"crushable\": -1,\n            \"referent\": 0,\n            \"generic\": 0,\n            \"biosimilar\": 0,\n            \"hospitalDelivery\": 0,\n            \"internal\": 1,\n            \"medicalDevice\": 0,\n            \"homeo\": 0,\n            \"exactcureSimulable\": 1,\n            \"pediatrics\": 0,\n            \"hybrid\": 0,\n            \"extendedFlags\": {\n              \"bloodDerivative\": 0,\n              \"anticoagulant\": 0,\n              \"vaccin\": 0,\n              \"soluteDilution\": 0,\n              \"emergencyContraceptive\": 0,\n              \"minorContraceptive\": 0,\n              \"fridge\": 0,\n              \"humanAntibiotic\": 0,\n              \"veterinaryAntibiotic\": 0,\n              \"veterinaryPrescription\": 0,\n              \"deconditionning\": 0,\n              \"seasonalFluVaccine\": 0,\n              \"ghs\": 1,\n              \"horsGhs\": 0,\n              \"infertilityTreatment\": 0,\n              \"mindalteringSubstance\": 0,\n              \"testReagent\": 0,\n              \"firstAgeMilk\": 0,\n              \"abortionDrug\": 0,\n              \"mte\": 0,\n              \"tfr\": 0,\n              \"biosimilarReferent\": 0,\n              \"freezer\": 0,\n              \"reinforcedMonitoring\": 0,\n              \"t2a\": 0,\n              \"communityApproval\": 1,\n              \"drugException\": 0,\n              \"hybridReferent\": 0,\n              \"pregnancyPictogram\": 0,\n            },\n          },\n          \"segmentationAttributes\": undefined,\n          \"excipientsWithKnowEffects\": [\n            {\n              \"code\": \"48\",\n              \"label\": \"Sodium benzoate\",\n              \"parentCode\": \"48\",\n            },\n            {\n              \"code\": \"17582\",\n              \"label\": \"Methyle parahydroxybenzoate\",\n              \"parentCode\": \"78\",\n            },\n            {\n              \"code\": \"7358\",\n              \"label\": \"Ethanol\",\n              \"parentCode\": \"235\",\n            },\n          ],\n          \"atcClassesLevel2\": [\n            {\n              \"code\": \"R05\",\n              \"label\": \"M&#233;dicaments du rhume et de la toux\",\n            },\n          ],\n          \"intakeUnits\": [\n            {\n              \"order\": 1,\n              \"code\": 776,\n              \"labelHtml\": \"gobelet-doseur de 15 ml\",\n              \"pluralLabelHtml\": \"gobelets-doseur de 15 ml\",\n              \"shortLabelHtml\": \"gobelet 15 ml\",\n              \"dispensationNumber\": \"0\",\n              \"distributionNumber\": \"0\",\n              \"intakeUnitNumber\": \"15,0000000000\",\n              \"round\": 2,\n              \"throwTheRest\": 0,\n            },\n            {\n              \"order\": 2,\n              \"code\": 27,\n              \"labelHtml\": \"ml\",\n              \"pluralLabelHtml\": \"ml\",\n              \"shortLabelHtml\": \"ml\",\n              \"dispensationNumber\": \"0\",\n              \"distributionNumber\": \"200,00000\",\n              \"intakeUnitNumber\": \"1,0000000000\",\n              \"round\": 10,\n              \"throwTheRest\": 0,\n            },\n            {\n              \"order\": 3,\n              \"code\": 26,\n              \"labelHtml\": \"flacon\",\n              \"pluralLabelHtml\": \"flacons\",\n              \"shortLabelHtml\": \"fl\",\n              \"dispensationNumber\": \"1\",\n              \"distributionNumber\": \"0\",\n              \"intakeUnitNumber\": \"200,0000000000\",\n              \"round\": 1,\n              \"throwTheRest\": 0,\n            },\n          ],\n          \"subLaboratories\": undefined,\n        },\n        \"prices\": {\n          \"ucdPrice\": \"200\",\n          \"repaymentRate\": 30.0,\n          \"vatRate\": \"2,10\",\n          \"reimbursementBase\": \"0000200\",\n          \"sellingPrice\": \"0000200\",\n          \"tfr\": undefined,\n        },\n        \"searchProperties\": {\n          \"score\": undefined,\n          \"safeScore\": 12,\n          \"safeDetails\": [\n            {\n              \"codeAlerte\": 1,\n              \"libelleAlerte\": \"Patient de moins de 12 ans\",\n              \"typeAlerte\": \"Contre-indication contre-indiqué\",\n              \"niveauAlerte\": 4,\n              \"idAlerte\": \"0000033355\",\n              \"productId2\": 0,\n              \"productLabel2\": \"\",\n              \"details\": \"\",\n            },\n            {\n              \"codeAlerte\": 1,\n              \"libelleAlerte\": \"Patient de 12 &#224; 15 ans\",\n              \"typeAlerte\": \"Contre-indication déconseillé\",\n              \"niveauAlerte\": 3,\n              \"idAlerte\": \"0000008254\",\n              \"productId2\": 0,\n              \"productLabel2\": \"\",\n              \"details\": \"\",\n            },\n            {\n              \"codeAlerte\": 1,\n              \"libelleAlerte\": \"Adolescent de plus de 15 ans de moins de 50 kg\",\n              \"typeAlerte\": \"Contre-indication déconseillé\",\n              \"niveauAlerte\": 3,\n              \"idAlerte\": \"0000033351\",\n              \"productId2\": 0,\n              \"productLabel2\": \"\",\n              \"details\": \"\",\n            },\n            {\n              \"codeAlerte\": 2,\n              \"libelleAlerte\": \"Sujet &#226;g&#233;\",\n              \"typeAlerte\": \"Précaution d'emploi\",\n              \"niveauAlerte\": 2,\n              \"idAlerte\": \"0000005633\",\n              \"productId2\": 0,\n              \"productLabel2\": \"\",\n              \"details\": \"\",\n            },\n          ],\n          \"samCode\": undefined,\n          \"samPatient\": false,\n        },\n        \"extendedProperties\": undefined,\n      },\n    ],\n    \"pageable\": {\n      \"sort\": {\n        \"unsorted\": false,\n        \"sorted\": true,\n        \"empty\": false,\n      },\n      \"pageSize\": 150,\n      \"pageNumber\": 0,\n      \"offset\": 0,\n      \"paged\": true,\n      \"unpaged\": false,\n    },\n    \"totalPages\": 1,\n    \"totalElements\": 1,\n    \"last\": true,\n    \"numberOfElements\": 1,\n    \"first\": true,\n    \"sort\": {\n      \"unsorted\": false,\n      \"sorted\": true,\n      \"empty\": false,\n    },\n    \"number\": 0,\n    \"size\": 150,\n    \"empty\": false,\n  },\n}"
        },
        {
          "kind": "variable",
          "name": "resultsRequestResponseWithDeletedProducts",
          "type": {
            "text": "SearchResponseBean"
          },
          "default": "{\n  \"filters\": {\n    \"available\": [\n      {\n        \"type\": \"terrains\",\n        \"field\": \"attributsSegmentation.terrains.libelle.keyword\",\n        \"label\": \"Terrains\",\n        \"values\": [\n          {\n            \"value\": \"Enfant\",\n            \"label\": \"Enfant\",\n            \"count\": 1,\n            \"exclude\": 0\n          },\n          {\n            \"value\": \"Nourrisson\",\n            \"label\": \"Nourrisson\",\n            \"count\": 1,\n            \"exclude\": 0\n          }\n        ],\n        \"totalCount\": 2\n      },\n      {\n        \"type\": \"laboratoire\",\n        \"field\": \"laboratoires.laboratoireExploitant.libelleLaboratoire.keyword\",\n        \"label\": \"Laboratoires\",\n        \"values\": [\n          {\n            \"value\": \"SANOFI AVENTIS FRANCE\",\n            \"label\": \"SANOFI AVENTIS FRANCE\",\n            \"count\": 2,\n            \"exclude\": 0\n          },\n          {\n            \"value\": \"OPELLA HEALTHCARE FRANCE SAS\",\n            \"label\": \"OPELLA HEALTHCARE FRANCE SAS\",\n            \"count\": 1,\n            \"exclude\": 0\n          }\n        ],\n        \"totalCount\": 3\n      },\n      {\n        \"type\": \"supprime\",\n        \"field\": \"flags.supprime\",\n        \"label\": \"Statut\",\n        \"values\": [\n          {\n            \"value\": \"1\",\n            \"label\": \"Arrêt de la commercialisation\",\n            \"count\": 3,\n            \"exclude\": 0\n          }\n        ],\n        \"totalCount\": 3\n      },\n      {\n        \"type\": \"ci\",\n        \"field\": \"motsClefs.motsClefsCI.libelleMotClefCIHtml.keyword\",\n        \"label\": \"Contre indications\",\n        \"values\": [\n          {\n            \"value\": \"Insuffisance h&#233;patique s&#233;v&#232;re\",\n            \"label\": \"Insuffisance h&#233;patique s&#233;v&#232;re\",\n            \"count\": 1,\n            \"exclude\": 0\n          },\n          {\n            \"value\": \"Insuffisance h&#233;patocellulaire\",\n            \"label\": \"Insuffisance h&#233;patocellulaire\",\n            \"count\": 1,\n            \"exclude\": 0\n          }\n        ],\n        \"totalCount\": 2\n      },\n      {\n        \"type\": \"composant\",\n        \"field\": \"composition.principesActifs.libelleComposantPere.keyword\",\n        \"label\": \"Composants\",\n        \"values\": [\n          {\n            \"value\": \"Parac&#233;tamol\",\n            \"label\": \"Parac&#233;tamol\",\n            \"count\": 2,\n            \"exclude\": 0\n          }\n        ],\n        \"totalCount\": 2\n      },\n      {\n        \"type\": \"statutsSegmentation\",\n        \"field\": \"infoProduit.statutSegmentationHtml.keyword\",\n        \"label\": \"Statuts segmentation\",\n        \"values\": [\n          {\n            \"value\": \"M&eacute;dicament\",\n            \"label\": \"M&eacute;dicament\",\n            \"count\": 3,\n            \"exclude\": 0\n          }\n        ],\n        \"totalCount\": 3\n      },\n      {\n        \"type\": \"autres\",\n        \"field\": \"attributsSegmentation.autres.libelle.keyword\",\n        \"label\": \"Autres attributs segmentation\",\n        \"values\": [\n          {\n            \"value\": \"Hors pilulier\",\n            \"label\": \"Hors pilulier\",\n            \"count\": 1,\n            \"exclude\": 0\n          }\n        ],\n        \"totalCount\": 1\n      },\n      {\n        \"type\": \"voies\",\n        \"field\": \"listeVoiesAdm.voieAdministration.keyword\",\n        \"label\": \"Voies d'administration\",\n        \"values\": [\n          {\n            \"value\": \"orale\",\n            \"label\": \"orale\",\n            \"count\": 2,\n            \"exclude\": 0\n          }\n        ],\n        \"totalCount\": 2\n      },\n      {\n        \"type\": \"marque\",\n        \"field\": \"infoProduit.nomMarqueHtml.keyword\",\n        \"label\": \"Marques\",\n        \"values\": [\n          {\n            \"value\": \"DOLIPRANE\",\n            \"label\": \"DOLIPRANE\",\n            \"count\": 1,\n            \"exclude\": 0\n          }\n        ],\n        \"totalCount\": 1\n      },\n      {\n        \"type\": \"hospitalier\",\n        \"field\": \"flags.hospitalier\",\n        \"label\": \"Hospitalier\",\n        \"values\": [\n          {\n            \"value\": \"0\",\n            \"label\": \"Non\",\n            \"count\": 3,\n            \"exclude\": 0\n          }\n        ],\n        \"totalCount\": 3\n      },\n      {\n        \"type\": \"gamme\",\n        \"field\": \"infoProduit.nomGammeHtml.keyword\",\n        \"label\": \"Gammes\",\n        \"values\": [\n          {\n            \"value\": \"Sans gamme\",\n            \"label\": \"Sans gamme\",\n            \"count\": 1,\n            \"exclude\": 0\n          }\n        ],\n        \"totalCount\": 1\n      },\n      {\n        \"type\": \"type\",\n        \"field\": \"type\",\n        \"label\": \"Type\",\n        \"values\": [\n          {\n            \"value\": \"1\",\n            \"label\": \"Médicament\",\n            \"count\": 3,\n            \"exclude\": 0\n          }\n        ],\n        \"totalCount\": 3\n      },\n      {\n        \"type\": \"indication\",\n        \"field\": \"motsClefs.motsClefsInd.libelleMotClefIndHtml.keyword\",\n        \"label\": \"Indications\",\n        \"values\": [\n          {\n            \"value\": \"Etat f&#233;brile\",\n            \"label\": \"Etat f&#233;brile\",\n            \"count\": 2,\n            \"exclude\": 0\n          },\n          {\n            \"value\": \"Douleur\",\n            \"label\": \"Douleur\",\n            \"count\": 1,\n            \"exclude\": 0\n          },\n          {\n            \"value\": \"Douleur l&#233;g&#232;re &#224; mod&#233;r&#233;e\",\n            \"label\": \"Douleur l&#233;g&#232;re &#224; mod&#233;r&#233;e\",\n            \"count\": 1,\n            \"exclude\": 0\n          }\n        ],\n        \"totalCount\": 4\n      },\n      {\n        \"type\": \"dopant\",\n        \"field\": \"flags.dopant\",\n        \"label\": \"Dopant\",\n        \"values\": [\n          {\n            \"value\": \"0\",\n            \"label\": \"Non\",\n            \"count\": 3,\n            \"exclude\": 0\n          }\n        ],\n        \"totalCount\": 3\n      },\n      {\n        \"type\": \"circuitsDeDistribution\",\n        \"field\": \"attributsSegmentation.circuitDeDistribution.libelle.keyword\",\n        \"label\": \"Circuits de distribution\",\n        \"values\": [\n          {\n            \"value\": \"Pharmacie\",\n            \"label\": \"Pharmacie\",\n            \"count\": 3,\n            \"exclude\": 0\n          },\n          {\n            \"value\": \"ECOM\",\n            \"label\": \"ECOM\",\n            \"count\": 1,\n            \"exclude\": 0\n          }\n        ],\n        \"totalCount\": 4\n      }\n    ],\n    \"active\": []\n  },\n  \"search\": {\n    \"content\": [\n      {\n        \"code\": \"23800\",\n        \"productId\": 23800,\n        \"type\": 1,\n        \"labelHtml\": \"DOLIPRANE 50 mg NOURRISSONS, poudre orale en sachet, sachets bo&icirc;te de 12\",\n        \"code13\": \"3400932447770\",\n        \"deletedDate\": \"20050824\",\n        \"deleted\": true,\n        \"labels\": {\n          \"typeLabel\": \"Pr&#233;sentation\",\n          \"label\": \"DOLIPRANE 50 mg NOURRISSONS. poudre orale en sachet. sachets boite de 12\",\n          \"shortLabel\": \"DOLIPRANE 50MG SACHET 12\",\n          \"shortLabelHtml\": \"DOLIPRANE 50MG SACHET 12\",\n          \"longLabel\": \"DOLIPRANE 50 mg NOURRISSONS. poudre orale en sachet. sachets boite de 12\",\n          \"longLabelHtml\": \"DOLIPRANE 50 mg NOURRISSONS, poudre orale en sachet, sachets bo&icirc;te de 12\",\n          \"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 \"\n        },\n        \"properties\": {\n          \"thumbnail\": \"\",\n          \"productName\": \"DOLIPRANE\",\n          \"productDosage\": \"50 mg\",\n          \"galenicFormCode\": \"BN01\",\n          \"galenicFormLabel\": \"Poudre orale\",\n          \"galenicFormLabelHtml\": null,\n          \"aspect\": \"\",\n          \"inFacilityFormulary\": false,\n          \"codes\": {\n            \"cip7\": \"3244777\",\n            \"cip13\": \"3400932447770\",\n            \"cip13Referent\": \"3400932447770\",\n            \"ucd7\": \"9028230\",\n            \"ucd13\": \"3400890282307\",\n            \"cis\": \"61783123\",\n            \"code13Referent\": \"3400932447770\",\n            \"ean13\": [],\n            \"udi\": null\n          },\n          \"flags\": {\n            \"misuse\": 0,\n            \"careBasket\": 0,\n            \"doping\": 0,\n            \"driveWarning\": \"0\",\n            \"narcotic\": 0,\n            \"crushable\": -1,\n            \"referent\": 0,\n            \"generic\": 0,\n            \"biosimilar\": 0,\n            \"hospitalDelivery\": 0,\n            \"internal\": 1,\n            \"medicalDevice\": 0,\n            \"homeo\": 0,\n            \"exactcureSimulable\": 0,\n            \"pediatrics\": 1,\n            \"hybrid\": 0,\n            \"extendedFlags\": {\n              \"bloodDerivative\": 0,\n              \"anticoagulant\": 0,\n              \"vaccin\": 0,\n              \"soluteDilution\": 0,\n              \"emergencyContraceptive\": 0,\n              \"minorContraceptive\": 0,\n              \"fridge\": 0,\n              \"humanAntibiotic\": 0,\n              \"veterinaryAntibiotic\": 0,\n              \"veterinaryPrescription\": 0,\n              \"deconditionning\": 0,\n              \"seasonalFluVaccine\": 0,\n              \"ghs\": 1,\n              \"horsGhs\": 0,\n              \"infertilityTreatment\": 0,\n              \"mindalteringSubstance\": 0,\n              \"testReagent\": 0,\n              \"firstAgeMilk\": 0,\n              \"abortionDrug\": 0,\n              \"mte\": 0,\n              \"tfr\": 0,\n              \"biosimilarReferent\": 0,\n              \"freezer\": 0,\n              \"reinforcedMonitoring\": 0,\n              \"t2a\": 0,\n              \"communityApproval\": 1,\n              \"drugException\": 0,\n              \"hybridReferent\": 0,\n              \"pregnancyPictogram\": 0\n            }\n          },\n          \"careBasket\": null,\n          \"segmentationAttributes\": null,\n          \"excipientsWithKnowEffects\": [],\n          \"atcClasses\": [\n            {\n              \"code\": \"N\",\n              \"label\": \"Syst&#232;me nerveux\"\n            },\n            {\n              \"code\": \"N02\",\n              \"label\": \"Analg&#233;siques\"\n            },\n            {\n              \"code\": \"N02B\",\n              \"label\": \"Autres analg&#233;siques et antipyr&#233;tiques\"\n            },\n            {\n              \"code\": \"N02BE\",\n              \"label\": \"Anilides \"\n            },\n            {\n              \"code\": \"N02BE01\",\n              \"label\": \"Parac&#233;tamol\"\n            }\n          ],\n          \"intakeUnits\": [\n            {\n              \"order\": 1,\n              \"code\": 48,\n              \"labelHtml\": \"mg\",\n              \"pluralLabelHtml\": \"mg\",\n              \"shortLabelHtml\": \"mg\",\n              \"dispensationNumber\": \"0\",\n              \"distributionNumber\": \"0\",\n              \"intakeUnitNumber\": \"0,0200000000\",\n              \"round\": 100,\n              \"throwTheRest\": 0\n            },\n            {\n              \"order\": 2,\n              \"code\": 13,\n              \"labelHtml\": \"sachet\",\n              \"pluralLabelHtml\": \"sachets\",\n              \"shortLabelHtml\": \"sac\",\n              \"dispensationNumber\": \"12\",\n              \"distributionNumber\": \"12,00000\",\n              \"intakeUnitNumber\": \"1,0000000000\",\n              \"round\": 1,\n              \"throwTheRest\": 0\n            }\n          ],\n          \"subLaboratories\": null\n        },\n        \"prices\": {\n          \"ucdPrice\": \"14\",\n          \"repaymentRate\": 65.0,\n          \"vatRate\": \"2,10\",\n          \"reimbursementBase\": \"0000166\",\n          \"sellingPrice\": \"0000166\",\n          \"tfr\": null\n        },\n        \"searchProperties\": {\n          \"score\": null,\n          \"safeScore\": 0,\n          \"safeDetails\": null,\n          \"samCode\": null,\n          \"samPatient\": false\n        },\n        \"extendedProperties\": null\n      },\n      {\n        \"code\": \"30442\",\n        \"productId\": 30442,\n        \"type\": 1,\n        \"labelHtml\": \"DOLIPRANE 150 mg, poudre pour solution buvable en sachet-dose, bo&icirc;te de 12 sachets-dose\",\n        \"code13\": \"3400934998799\",\n        \"deletedDate\": \"20250212\",\n        \"deleted\": true,\n        \"labels\": {\n          \"typeLabel\": \"Pr&#233;sentation\",\n          \"label\": \"DOLIPRANE 150 mg. poudre pour solution buvable en sachet dose. boite de 12 sachets dose\",\n          \"shortLabel\": \"DOLIPRANE 150MG SACHET 12\",\n          \"shortLabelHtml\": \"DOLIPRANE 150MG SACHET 12\",\n          \"longLabel\": \"DOLIPRANE 150 mg. poudre pour solution buvable en sachet dose. boite de 12 sachets dose\",\n          \"longLabelHtml\": \"DOLIPRANE 150 mg, poudre pour solution buvable en sachet-dose, bo&icirc;te de 12 sachets-dose\",\n          \"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\"\n        },\n        \"properties\": {\n          \"thumbnail\": \"https://documents.resip.fr/vignettes/30442_vign.jpg\",\n          \"productName\": \"DOLIPRANE\",\n          \"productDosage\": \"150 mg\",\n          \"galenicFormCode\": \"BD03\",\n          \"galenicFormLabel\": \"Poudre pour solution buvable\",\n          \"galenicFormLabelHtml\": null,\n          \"aspect\": \" POUDRE BUVABLE SOLUTION\",\n          \"inFacilityFormulary\": false,\n          \"codes\": {\n            \"cip7\": \"3499879\",\n            \"cip13\": \"3400934998799\",\n            \"cip13Referent\": \"3400934998799\",\n            \"ucd7\": \"9210934\",\n            \"ucd13\": \"3400892109343\",\n            \"cis\": \"65103838\",\n            \"code13Referent\": \"3400934998799\",\n            \"ean13\": [],\n            \"udi\": null\n          },\n          \"flags\": {\n            \"misuse\": 0,\n            \"careBasket\": 0,\n            \"doping\": 0,\n            \"driveWarning\": \"0\",\n            \"narcotic\": 0,\n            \"crushable\": -1,\n            \"referent\": 0,\n            \"generic\": 0,\n            \"biosimilar\": 0,\n            \"hospitalDelivery\": 0,\n            \"internal\": 1,\n            \"medicalDevice\": 0,\n            \"homeo\": 0,\n            \"exactcureSimulable\": 1,\n            \"pediatrics\": 1,\n            \"hybrid\": 0,\n            \"extendedFlags\": {\n              \"bloodDerivative\": 0,\n              \"anticoagulant\": 0,\n              \"vaccin\": 0,\n              \"soluteDilution\": 0,\n              \"emergencyContraceptive\": 0,\n              \"minorContraceptive\": 0,\n              \"fridge\": 0,\n              \"humanAntibiotic\": 0,\n              \"veterinaryAntibiotic\": 0,\n              \"veterinaryPrescription\": 0,\n              \"deconditionning\": 0,\n              \"seasonalFluVaccine\": 0,\n              \"ghs\": 1,\n              \"horsGhs\": 0,\n              \"infertilityTreatment\": 0,\n              \"mindalteringSubstance\": 0,\n              \"testReagent\": 0,\n              \"firstAgeMilk\": 0,\n              \"abortionDrug\": 0,\n              \"mte\": 0,\n              \"tfr\": 0,\n              \"biosimilarReferent\": 0,\n              \"freezer\": 0,\n              \"reinforcedMonitoring\": 0,\n              \"t2a\": 0,\n              \"communityApproval\": 1,\n              \"drugException\": 0,\n              \"hybridReferent\": 0,\n              \"pregnancyPictogram\": 0\n            }\n          },\n          \"careBasket\": null,\n          \"segmentationAttributes\": null,\n          \"excipientsWithKnowEffects\": [\n            {\n              \"code\": \"15\",\n              \"label\": \"Saccharose\",\n              \"parentCode\": \"15\"\n            }\n          ],\n          \"atcClasses\": [\n            {\n              \"code\": \"N\",\n              \"label\": \"Syst&#232;me nerveux\"\n            },\n            {\n              \"code\": \"N02\",\n              \"label\": \"Analg&#233;siques\"\n            },\n            {\n              \"code\": \"N02B\",\n              \"label\": \"Autres analg&#233;siques et antipyr&#233;tiques\"\n            },\n            {\n              \"code\": \"N02BE\",\n              \"label\": \"Anilides \"\n            },\n            {\n              \"code\": \"N02BE01\",\n              \"label\": \"Parac&#233;tamol\"\n            }\n          ],\n          \"intakeUnits\": [\n            {\n              \"order\": 1,\n              \"code\": 48,\n              \"labelHtml\": \"mg\",\n              \"pluralLabelHtml\": \"mg\",\n              \"shortLabelHtml\": \"mg\",\n              \"dispensationNumber\": \"0\",\n              \"distributionNumber\": \"0\",\n              \"intakeUnitNumber\": \"0,0066666000\",\n              \"round\": 100,\n              \"throwTheRest\": 0\n            },\n            {\n              \"order\": 2,\n              \"code\": 13,\n              \"labelHtml\": \"sachet\",\n              \"pluralLabelHtml\": \"sachets\",\n              \"shortLabelHtml\": \"sac\",\n              \"dispensationNumber\": \"0\",\n              \"distributionNumber\": \"0\",\n              \"intakeUnitNumber\": \"1,0000000000\",\n              \"round\": 1,\n              \"throwTheRest\": 0\n            },\n            {\n              \"order\": 3,\n              \"code\": 158,\n              \"labelHtml\": \"sachet-dose\",\n              \"pluralLabelHtml\": \"sachets-dose\",\n              \"shortLabelHtml\": \"sac\",\n              \"dispensationNumber\": \"12\",\n              \"distributionNumber\": \"12,00000\",\n              \"intakeUnitNumber\": \"1,0000000000\",\n              \"round\": 1,\n              \"throwTheRest\": 0\n            }\n          ],\n          \"subLaboratories\": null\n        },\n        \"prices\": {\n          \"ucdPrice\": \"12\",\n          \"repaymentRate\": 65.0,\n          \"vatRate\": \"2,10\",\n          \"reimbursementBase\": \"0000143\",\n          \"sellingPrice\": \"0000143\",\n          \"tfr\": null\n        },\n        \"searchProperties\": {\n          \"score\": null,\n          \"safeScore\": 0,\n          \"safeDetails\": null,\n          \"samCode\": null,\n          \"samPatient\": false\n        },\n        \"extendedProperties\": null\n      },\n      {\n        \"code\": \"25869\",\n        \"productId\": 25869,\n        \"type\": 1,\n        \"labelHtml\": \"DOLIPRANE 250MG SACHET 12\",\n        \"code13\": \"3400933264468\",\n        \"deletedDate\": \"19991006\",\n        \"deleted\": true,\n        \"labels\": {\n          \"typeLabel\": \"Pr&#233;sentation\",\n          \"label\": \"DOLIPRANE 250MG SACHET 12\",\n          \"shortLabel\": \"DOLIPRANE 250MG SACHET 12\",\n          \"shortLabelHtml\": \"DOLIPRANE 250MG SACHET 12\",\n          \"longLabel\": \"DOLIPRANE 250MG SACHET 12\",\n          \"longLabelHtml\": \"DOLIPRANE 250MG SACHET 12\",\n          \"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    \"\n        },\n        \"properties\": {\n          \"thumbnail\": \"\",\n          \"productName\": \"\",\n          \"productDosage\": \"\",\n          \"galenicFormCode\": \"\",\n          \"galenicFormLabel\": \"\",\n          \"galenicFormLabelHtml\": null,\n          \"aspect\": \"\",\n          \"inFacilityFormulary\": false,\n          \"codes\": {\n            \"cip7\": \"3326446\",\n            \"cip13\": \"3400933264468\",\n            \"cip13Referent\": \"3400933264468\",\n            \"ucd7\": \"9146633\",\n            \"ucd13\": \"3400891466331\",\n            \"cis\": \"\",\n            \"code13Referent\": \"3400933264468\",\n            \"ean13\": [],\n            \"udi\": null\n          },\n          \"flags\": {\n            \"misuse\": 0,\n            \"careBasket\": 0,\n            \"doping\": 0,\n            \"driveWarning\": \"0\",\n            \"narcotic\": 0,\n            \"crushable\": -1,\n            \"referent\": 0,\n            \"generic\": 0,\n            \"biosimilar\": 0,\n            \"hospitalDelivery\": 0,\n            \"internal\": 1,\n            \"medicalDevice\": 0,\n            \"homeo\": 0,\n            \"exactcureSimulable\": 0,\n            \"pediatrics\": 0,\n            \"hybrid\": 0,\n            \"extendedFlags\": {\n              \"bloodDerivative\": 0,\n              \"anticoagulant\": 0,\n              \"vaccin\": 0,\n              \"soluteDilution\": 0,\n              \"emergencyContraceptive\": 0,\n              \"minorContraceptive\": 0,\n              \"fridge\": 0,\n              \"humanAntibiotic\": 0,\n              \"veterinaryAntibiotic\": 0,\n              \"veterinaryPrescription\": 0,\n              \"deconditionning\": 0,\n              \"seasonalFluVaccine\": 0,\n              \"ghs\": 1,\n              \"horsGhs\": 0,\n              \"infertilityTreatment\": 0,\n              \"mindalteringSubstance\": 0,\n              \"testReagent\": 0,\n              \"firstAgeMilk\": 0,\n              \"abortionDrug\": 0,\n              \"mte\": 0,\n              \"tfr\": 0,\n              \"biosimilarReferent\": 0,\n              \"freezer\": 0,\n              \"reinforcedMonitoring\": 0,\n              \"t2a\": 0,\n              \"communityApproval\": 1,\n              \"drugException\": 0,\n              \"hybridReferent\": 0,\n              \"pregnancyPictogram\": 0\n            }\n          },\n          \"careBasket\": null,\n          \"segmentationAttributes\": null,\n          \"excipientsWithKnowEffects\": [],\n          \"atcClasses\": [\n            {\n              \"code\": \"N\",\n              \"label\": \"Syst&#232;me nerveux\"\n            },\n            {\n              \"code\": \"N02\",\n              \"label\": \"Analg&#233;siques\"\n            },\n            {\n              \"code\": \"N02B\",\n              \"label\": \"Autres analg&#233;siques et antipyr&#233;tiques\"\n            },\n            {\n              \"code\": \"N02BE\",\n              \"label\": \"Anilides \"\n            },\n            {\n              \"code\": \"N02BE01\",\n              \"label\": \"Parac&#233;tamol\"\n            }\n          ],\n          \"intakeUnits\": [],\n          \"subLaboratories\": null\n        },\n        \"prices\": {\n          \"ucdPrice\": \"0\",\n          \"repaymentRate\": 65.0,\n          \"vatRate\": \"2,10\",\n          \"reimbursementBase\": \"0000198\",\n          \"sellingPrice\": \"0000198\",\n          \"tfr\": null\n        },\n        \"searchProperties\": {\n          \"score\": null,\n          \"safeScore\": 0,\n          \"safeDetails\": null,\n          \"samCode\": null,\n          \"samPatient\": false\n        },\n        \"extendedProperties\": null\n      }\n    ],\n    \"pageable\": {\n      \"sort\": {\n        \"unsorted\": false,\n        \"sorted\": true,\n        \"empty\": false\n      },\n      \"pageSize\": 50,\n      \"pageNumber\": 0,\n      \"offset\": 0,\n      \"paged\": true,\n      \"unpaged\": false\n    },\n    \"totalElements\": 3,\n    \"totalPages\": 1,\n    \"last\": true,\n    \"numberOfElements\": 3,\n    \"first\": true,\n    \"size\": 50,\n    \"number\": 0,\n    \"sort\": {\n      \"unsorted\": false,\n      \"sorted\": true,\n      \"empty\": false\n    },\n    \"empty\": false\n  }\n}"
        },
        {
          "kind": "variable",
          "name": "resultsRequestResponseWithTwoProducts",
          "type": {
            "text": "SearchResponseBean"
          },
          "default": "{\n  \"filters\": {\n    \"available\": [\n      {\n        \"type\": \"terrains\",\n        \"field\": \"attributsSegmentation.terrains.libelle.keyword\",\n        \"label\": \"Terrains\",\n        \"values\": [\n          {\n            \"value\": \"Adulte\",\n            \"label\": \"Adulte\",\n            \"count\": 2,\n            \"exclude\": 0,\n          },\n          {\n            \"value\": \"Sujet &#226;g&#233;\",\n            \"label\": \"Sujet &#226;g&#233;\",\n            \"count\": 2,\n            \"exclude\": 0,\n          },\n        ],\n        \"totalCount\": 4,\n      },\n      {\n        \"type\": \"laboratoire\",\n        \"field\": \"laboratoires.laboratoireExploitant.libelleLaboratoire.keyword\",\n        \"label\": \"Laboratoires\",\n        \"values\": [\n          {\n            \"value\": \"PIERRE FABRE MEDICAMENT\",\n            \"label\": \"PIERRE FABRE MEDICAMENT\",\n            \"count\": 2,\n            \"exclude\": 0,\n          },\n        ],\n        \"totalCount\": 2,\n      },\n      {\n        \"type\": \"supprime\",\n        \"field\": \"flags.supprime\",\n        \"label\": \"Statut\",\n        \"values\": [\n          {\n            \"value\": \"0\",\n            \"label\": \"Commercialisé\",\n            \"count\": 2,\n            \"exclude\": 0,\n          },\n        ],\n        \"totalCount\": 2,\n      },\n      {\n        \"type\": \"ci\",\n        \"field\": \"motsClefs.motsClefsCI.libelleMotClefCIHtml.keyword\",\n        \"label\": \"Contre indications\",\n        \"values\": [\n          {\n            \"value\": \"Allaitement\",\n            \"label\": \"Allaitement\",\n            \"count\": 2,\n            \"exclude\": 0,\n          },\n          {\n            \"value\": \"Asthmatique\",\n            \"label\": \"Asthmatique\",\n            \"count\": 2,\n            \"exclude\": 0,\n          },\n          {\n            \"value\": \"Insuffisance respiratoire\",\n            \"label\": \"Insuffisance respiratoire\",\n            \"count\": 2,\n            \"exclude\": 0,\n          },\n          {\n            \"value\": \"M&#233;taboliseur ultrarapide du CYP2D6\",\n            \"label\": \"M&#233;taboliseur ultrarapide du CYP2D6\",\n            \"count\": 2,\n            \"exclude\": 0,\n          },\n          {\n            \"value\": \"Patient de moins de 12 ans\",\n            \"label\": \"Patient de moins de 12 ans\",\n            \"count\": 2,\n            \"exclude\": 0,\n          },\n        ],\n        \"totalCount\": 10,\n      },\n      {\n        \"type\": \"composant\",\n        \"field\": \"composition.principesActifs.libelleComposantPere.keyword\",\n        \"label\": \"Composants\",\n        \"values\": [\n          {\n            \"value\": \"Cod&#233;ine\",\n            \"label\": \"Cod&#233;ine\",\n            \"count\": 2,\n            \"exclude\": 0,\n          },\n          {\n            \"value\": \"Erysimum\",\n            \"label\": \"Erysimum\",\n            \"count\": 2,\n            \"exclude\": 0,\n          },\n        ],\n        \"totalCount\": 4,\n      },\n      {\n        \"type\": \"statutsSegmentation\",\n        \"field\": \"infoProduit.statutSegmentationHtml.keyword\",\n        \"label\": \"Statuts segmentation\",\n        \"values\": [\n          {\n            \"value\": \"M&eacute;dicament\",\n            \"label\": \"M&eacute;dicament\",\n            \"count\": 2,\n            \"exclude\": 0,\n          },\n        ],\n        \"totalCount\": 2,\n      },\n      {\n        \"type\": \"autres\",\n        \"field\": \"attributsSegmentation.autres.libelle.keyword\",\n        \"label\": \"Autres attributs segmentation\",\n        \"values\": [\n          {\n            \"value\": \"Hors pilulier\",\n            \"label\": \"Hors pilulier\",\n            \"count\": 2,\n            \"exclude\": 0,\n          },\n        ],\n        \"totalCount\": 2,\n      },\n      {\n        \"type\": \"voies\",\n        \"field\": \"listeVoiesAdm.voieAdministration.keyword\",\n        \"label\": \"Voies d'administration\",\n        \"values\": [\n          {\n            \"value\": \"orale\",\n            \"label\": \"orale\",\n            \"count\": 2,\n            \"exclude\": 0,\n          },\n        ],\n        \"totalCount\": 2,\n      },\n      {\n        \"type\": \"marque\",\n        \"field\": \"infoProduit.nomMarqueHtml.keyword\",\n        \"label\": \"Marques\",\n        \"values\": [\n          {\n            \"value\": \"POLERY\",\n            \"label\": \"POLERY\",\n            \"count\": 2,\n            \"exclude\": 0,\n          },\n        ],\n        \"totalCount\": 2,\n      },\n      {\n        \"type\": \"hospitalier\",\n        \"field\": \"flags.hospitalier\",\n        \"label\": \"Hospitalier\",\n        \"values\": [\n          {\n            \"value\": \"0\",\n            \"label\": \"Non\",\n            \"count\": 2,\n            \"exclude\": 0,\n          },\n        ],\n        \"totalCount\": 2,\n      },\n      {\n        \"type\": \"gamme\",\n        \"field\": \"infoProduit.nomGammeHtml.keyword\",\n        \"label\": \"Gammes\",\n        \"values\": [\n          {\n            \"value\": \"Adulte\",\n            \"label\": \"Adulte\",\n            \"count\": 2,\n            \"exclude\": 0,\n          },\n        ],\n        \"totalCount\": 2,\n      },\n      {\n        \"type\": \"type\",\n        \"field\": \"type\",\n        \"label\": \"Type\",\n        \"values\": [\n          {\n            \"value\": \"1\",\n            \"label\": \"Médicament\",\n            \"count\": 2,\n            \"exclude\": 0,\n          },\n        ],\n        \"totalCount\": 2,\n      },\n      {\n        \"type\": \"indication\",\n        \"field\": \"motsClefs.motsClefsInd.libelleMotClefIndHtml.keyword\",\n        \"label\": \"Indications\",\n        \"values\": [\n          {\n            \"value\": \"Toux non productive\",\n            \"label\": \"Toux non productive\",\n            \"count\": 2,\n            \"exclude\": 0,\n          },\n        ],\n        \"totalCount\": 2,\n      },\n      {\n        \"type\": \"dopant\",\n        \"field\": \"flags.dopant\",\n        \"label\": \"Dopant\",\n        \"values\": [\n          {\n            \"value\": \"0\",\n            \"label\": \"Non\",\n            \"count\": 2,\n            \"exclude\": 0,\n          },\n        ],\n        \"totalCount\": 2,\n      },\n      {\n        \"type\": \"circuitsDeDistribution\",\n        \"field\": \"attributsSegmentation.circuitDeDistribution.libelle.keyword\",\n        \"label\": \"Circuits de distribution\",\n        \"values\": [\n          {\n            \"value\": \"Pharmacie\",\n            \"label\": \"Pharmacie\",\n            \"count\": 2,\n            \"exclude\": 0,\n          },\n        ],\n        \"totalCount\": 2,\n      },\n    ],\n    \"active\": [],\n  },\n  \"search\": {\n    \"content\": [\n      {\n        \"code\": \"40525\",\n        \"productId\": 40525,\n        \"type\": 1,\n        \"labelHtml\": \"POLERY ADULTES SANS SUCRE, sirop, bo&icirc;te de 1 flacon (+ gobelet doseur) de 200 ml\",\n        \"code13\": \"3400939845869\",\n        \"deletedDate\": \"\",\n        \"deleted\": false,\n        \"labels\": {\n          \"typeLabel\": \"Pr&#233;sentation\",\n          \"label\": \"POLERY ADULTES SANS SUCRE. sirop. boite de 1 flacon (+ gobelet doseur) de 200 ml\",\n          \"shortLabel\": \"POLERY AD SP S S 200ML\",\n          \"shortLabelHtml\": \"POLERY AD SP S/S 200ML\",\n          \"longLabel\": \"POLERY ADULTES SANS SUCRE. sirop. boite de 1 flacon (+ gobelet doseur) de 200 ml\",\n          \"longLabelHtml\": \"POLERY ADULTES SANS SUCRE, sirop, bo&icirc;te de 1 flacon (+ gobelet doseur) de 200 ml\",\n          \"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\",\n        },\n        \"properties\": {\n          \"thumbnail\": \"https://documents.resip.fr/vignettes/40525_vign.jpg\",\n          \"productName\": \"POLERY ADULTES SANS SUCRE\",\n          \"productDosage\": \"\",\n          \"galenicFormCode\": \"BB01\",\n          \"galenicFormLabel\": \"Sirop\",\n          \"galenicFormLabelHtml\": undefined,\n          \"aspect\": \" A LIQUIDE SIROP MARRON JAUNE BRUN CLAIR\",\n          \"inFacilityFormulary\": false,\n          \"codes\": {\n            \"cip7\": \"3984586\",\n            \"cip13\": \"3400939845869\",\n            \"cip13Referent\": \"3400939845869\",\n            \"ucd7\": \"9362325\",\n            \"ucd13\": \"3400893623251\",\n            \"cis\": \"69592294\",\n            \"code13Referent\": \"3400939845869\",\n            \"ean13\": [],\n          },\n          \"flags\": {\n            \"doping\": 0,\n            \"driveWarning\": \"1\",\n            \"narcotic\": 1,\n            \"crushable\": -1,\n            \"referent\": 0,\n            \"generic\": 0,\n            \"biosimilar\": 0,\n            \"hospitalDelivery\": 0,\n            \"internal\": 1,\n            \"medicalDevice\": 0,\n            \"homeo\": 0,\n            \"exactcureSimulable\": 1,\n            \"pediatrics\": 0,\n            \"hybrid\": 0,\n            \"extendedFlags\": {\n              \"bloodDerivative\": 0,\n              \"anticoagulant\": 0,\n              \"vaccin\": 0,\n              \"soluteDilution\": 0,\n              \"emergencyContraceptive\": 0,\n              \"minorContraceptive\": 0,\n              \"fridge\": 0,\n              \"humanAntibiotic\": 0,\n              \"veterinaryAntibiotic\": 0,\n              \"veterinaryPrescription\": 0,\n              \"deconditionning\": 0,\n              \"seasonalFluVaccine\": 0,\n              \"ghs\": 1,\n              \"horsGhs\": 0,\n              \"infertilityTreatment\": 0,\n              \"mindalteringSubstance\": 0,\n              \"testReagent\": 0,\n              \"firstAgeMilk\": 0,\n              \"abortionDrug\": 0,\n              \"mte\": 0,\n              \"tfr\": 0,\n              \"biosimilarReferent\": 0,\n              \"freezer\": 0,\n              \"reinforcedMonitoring\": 0,\n              \"t2a\": 0,\n              \"communityApproval\": 1,\n              \"drugException\": 0,\n              \"hybridReferent\": 0,\n              \"pregnancyPictogram\": 0,\n            },\n          },\n          \"segmentationAttributes\": undefined,\n          \"excipientsWithKnowEffects\": [\n            {\n              \"code\": \"48\",\n              \"label\": \"Sodium benzoate\",\n              \"parentCode\": \"48\",\n            },\n            {\n              \"code\": \"17582\",\n              \"label\": \"Methyle parahydroxybenzoate\",\n              \"parentCode\": \"78\",\n            },\n            {\n              \"code\": \"7358\",\n              \"label\": \"Ethanol\",\n              \"parentCode\": \"235\",\n            },\n          ],\n          \"atcClassesLevel2\": [\n            {\n              \"code\": \"R05\",\n              \"label\": \"M&#233;dicaments du rhume et de la toux\",\n            },\n          ],\n          \"intakeUnits\": [\n            {\n              \"order\": 1,\n              \"code\": 776,\n              \"labelHtml\": \"gobelet-doseur de 15 ml\",\n              \"pluralLabelHtml\": \"gobelets-doseur de 15 ml\",\n              \"shortLabelHtml\": \"gobelet 15 ml\",\n              \"dispensationNumber\": \"0\",\n              \"distributionNumber\": \"0\",\n              \"intakeUnitNumber\": \"15,0000000000\",\n              \"round\": 2,\n              \"throwTheRest\": 0,\n            },\n            {\n              \"order\": 2,\n              \"code\": 27,\n              \"labelHtml\": \"ml\",\n              \"pluralLabelHtml\": \"ml\",\n              \"shortLabelHtml\": \"ml\",\n              \"dispensationNumber\": \"0\",\n              \"distributionNumber\": \"200,00000\",\n              \"intakeUnitNumber\": \"1,0000000000\",\n              \"round\": 10,\n              \"throwTheRest\": 0,\n            },\n            {\n              \"order\": 3,\n              \"code\": 26,\n              \"labelHtml\": \"flacon\",\n              \"pluralLabelHtml\": \"flacons\",\n              \"shortLabelHtml\": \"fl\",\n              \"dispensationNumber\": \"1\",\n              \"distributionNumber\": \"0\",\n              \"intakeUnitNumber\": \"200,0000000000\",\n              \"round\": 1,\n              \"throwTheRest\": 0,\n            },\n          ],\n          \"subLaboratories\": undefined,\n        },\n        \"prices\": {\n          \"ucdPrice\": \"200\",\n          \"repaymentRate\": 30.0,\n          \"vatRate\": \"2,10\",\n          \"reimbursementBase\": \"0000200\",\n          \"sellingPrice\": \"0000200\",\n          \"tfr\": undefined,\n        },\n        \"searchProperties\": {\n          \"score\": undefined,\n          \"safeScore\": 12,\n          \"safeDetails\": [\n            {\n              \"codeAlerte\": 1,\n              \"libelleAlerte\": \"Patient de moins de 12 ans\",\n              \"typeAlerte\": \"Contre-indication contre-indiqué\",\n              \"niveauAlerte\": 4,\n              \"idAlerte\": \"0000033355\",\n              \"productId2\": 0,\n              \"productLabel2\": \"\",\n              \"details\": \"\",\n            },\n            {\n              \"codeAlerte\": 1,\n              \"libelleAlerte\": \"Patient de 12 &#224; 15 ans\",\n              \"typeAlerte\": \"Contre-indication déconseillé\",\n              \"niveauAlerte\": 3,\n              \"idAlerte\": \"0000008254\",\n              \"productId2\": 0,\n              \"productLabel2\": \"\",\n              \"details\": \"\",\n            },\n            {\n              \"codeAlerte\": 1,\n              \"libelleAlerte\": \"Adolescent de plus de 15 ans de moins de 50 kg\",\n              \"typeAlerte\": \"Contre-indication déconseillé\",\n              \"niveauAlerte\": 3,\n              \"idAlerte\": \"0000033351\",\n              \"productId2\": 0,\n              \"productLabel2\": \"\",\n              \"details\": \"\",\n            },\n            {\n              \"codeAlerte\": 2,\n              \"libelleAlerte\": \"Sujet &#226;g&#233;\",\n              \"typeAlerte\": \"Précaution d'emploi\",\n              \"niveauAlerte\": 2,\n              \"idAlerte\": \"0000005633\",\n              \"productId2\": 0,\n              \"productLabel2\": \"\",\n              \"details\": \"\",\n            },\n          ],\n          \"samCode\": undefined,\n          \"samPatient\": false,\n        },\n        \"extendedProperties\": undefined,\n      },\n      {\n        \"code\": \"21329\",\n        \"productId\": 21329,\n        \"type\": 1,\n        \"labelHtml\": \"POLERY ADULTES, sirop, bo&icirc;te de 1 flacon (+ gobelet doseur) de 200 ml\",\n        \"code13\": \"3400930849316\",\n        \"deletedDate\": \"\",\n        \"deleted\": false,\n        \"labels\": {\n          \"typeLabel\": \"Pr&#233;sentation\",\n          \"label\": \"POLERY ADULTES. sirop. boite de 1 flacon (+ gobelet doseur) de 200 ml\",\n          \"shortLabel\": \"POLERY AD SP 200ML\",\n          \"shortLabelHtml\": \"POLERY AD SP 200ML\",\n          \"longLabel\": \"POLERY ADULTES. sirop. boite de 1 flacon (+ gobelet doseur) de 200 ml\",\n          \"longLabelHtml\": \"POLERY ADULTES, sirop, bo&icirc;te de 1 flacon (+ gobelet doseur) de 200 ml\",\n          \"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\",\n        },\n        \"properties\": {\n          \"thumbnail\": \"https://documents.resip.fr/vignettes/21329_vign.jpg\",\n          \"productName\": \"POLERY ADULTES\",\n          \"productDosage\": \"\",\n          \"galenicFormCode\": \"BB01\",\n          \"galenicFormLabel\": \"Sirop\",\n          \"galenicFormLabelHtml\": undefined,\n          \"aspect\": \" A LIQUIDE SIROP MARRON JAUNE BRUN\",\n          \"inFacilityFormulary\": false,\n          \"codes\": {\n            \"cip7\": \"3084931\",\n            \"cip13\": \"3400930849316\",\n            \"cip13Referent\": \"3400930849316\",\n            \"ucd7\": \"9073704\",\n            \"ucd13\": \"3400890737043\",\n            \"cis\": \"69575220\",\n            \"code13Referent\": \"3400930849316\",\n            \"ean13\": [],\n          },\n          \"flags\": {\n            \"doping\": 0,\n            \"driveWarning\": \"1\",\n            \"narcotic\": 1,\n            \"crushable\": -1,\n            \"referent\": 0,\n            \"generic\": 0,\n            \"biosimilar\": 0,\n            \"hospitalDelivery\": 0,\n            \"internal\": 1,\n            \"medicalDevice\": 0,\n            \"homeo\": 0,\n            \"exactcureSimulable\": 1,\n            \"pediatrics\": 0,\n            \"hybrid\": 0,\n            \"extendedFlags\": {\n              \"bloodDerivative\": 0,\n              \"anticoagulant\": 0,\n              \"vaccin\": 0,\n              \"soluteDilution\": 0,\n              \"emergencyContraceptive\": 0,\n              \"minorContraceptive\": 0,\n              \"fridge\": 0,\n              \"humanAntibiotic\": 0,\n              \"veterinaryAntibiotic\": 0,\n              \"veterinaryPrescription\": 0,\n              \"deconditionning\": 0,\n              \"seasonalFluVaccine\": 0,\n              \"ghs\": 0,\n              \"horsGhs\": 0,\n              \"infertilityTreatment\": 0,\n              \"mindalteringSubstance\": 0,\n              \"testReagent\": 0,\n              \"firstAgeMilk\": 0,\n              \"abortionDrug\": 0,\n              \"mte\": 0,\n              \"tfr\": 0,\n              \"biosimilarReferent\": 0,\n              \"freezer\": 0,\n              \"reinforcedMonitoring\": 0,\n              \"t2a\": 0,\n              \"communityApproval\": 0,\n              \"drugException\": 0,\n              \"hybridReferent\": 0,\n              \"pregnancyPictogram\": 0,\n            },\n          },\n          \"segmentationAttributes\": undefined,\n          \"excipientsWithKnowEffects\": [\n            {\n              \"code\": \"48\",\n              \"label\": \"Sodium benzoate\",\n              \"parentCode\": \"48\",\n            },\n            {\n              \"code\": \"17582\",\n              \"label\": \"Methyle parahydroxybenzoate\",\n              \"parentCode\": \"78\",\n            },\n            {\n              \"code\": \"15\",\n              \"label\": \"Saccharose\",\n              \"parentCode\": \"15\",\n            },\n            {\n              \"code\": \"7358\",\n              \"label\": \"Ethanol\",\n              \"parentCode\": \"235\",\n            },\n          ],\n          \"atcClassesLevel2\": [\n            {\n              \"code\": \"R05\",\n              \"label\": \"M&#233;dicaments du rhume et de la toux\",\n            },\n          ],\n          \"intakeUnits\": [\n            {\n              \"order\": 1,\n              \"code\": 776,\n              \"labelHtml\": \"gobelet-doseur de 15 ml\",\n              \"pluralLabelHtml\": \"gobelets-doseur de 15 ml\",\n              \"shortLabelHtml\": \"gobelet 15 ml\",\n              \"dispensationNumber\": \"0\",\n              \"distributionNumber\": \"0\",\n              \"intakeUnitNumber\": \"15,0000000000\",\n              \"round\": 2,\n              \"throwTheRest\": 0,\n            },\n            {\n              \"order\": 2,\n              \"code\": 27,\n              \"labelHtml\": \"ml\",\n              \"pluralLabelHtml\": \"ml\",\n              \"shortLabelHtml\": \"ml\",\n              \"dispensationNumber\": \"0\",\n              \"distributionNumber\": \"200,00000\",\n              \"intakeUnitNumber\": \"1,0000000000\",\n              \"round\": 10,\n              \"throwTheRest\": 0,\n            },\n            {\n              \"order\": 3,\n              \"code\": 26,\n              \"labelHtml\": \"flacon\",\n              \"pluralLabelHtml\": \"flacons\",\n              \"shortLabelHtml\": \"fl\",\n              \"dispensationNumber\": \"1\",\n              \"distributionNumber\": \"0\",\n              \"intakeUnitNumber\": \"200,0000000000\",\n              \"round\": 1,\n              \"throwTheRest\": 0,\n            },\n          ],\n          \"subLaboratories\": undefined,\n        },\n        \"prices\": {\n          \"ucdPrice\": \"200\",\n          \"repaymentRate\": 30.0,\n          \"vatRate\": \"2,10\",\n          \"reimbursementBase\": \"0000200\",\n          \"sellingPrice\": \"0000200\",\n          \"tfr\": undefined,\n        },\n        \"searchProperties\": {\n          \"score\": undefined,\n          \"safeScore\": 12,\n          \"safeDetails\": [\n            {\n              \"codeAlerte\": 1,\n              \"libelleAlerte\": \"Patient de moins de 12 ans\",\n              \"typeAlerte\": \"Contre-indication contre-indiqué\",\n              \"niveauAlerte\": 4,\n              \"idAlerte\": \"0000033355\",\n              \"productId2\": 0,\n              \"productLabel2\": \"\",\n              \"details\": \"\",\n            },\n            {\n              \"codeAlerte\": 1,\n              \"libelleAlerte\": \"Patient de 12 &#224; 15 ans\",\n              \"typeAlerte\": \"Contre-indication déconseillé\",\n              \"niveauAlerte\": 3,\n              \"idAlerte\": \"0000008254\",\n              \"productId2\": 0,\n              \"productLabel2\": \"\",\n              \"details\": \"\",\n            },\n            {\n              \"codeAlerte\": 1,\n              \"libelleAlerte\": \"Adolescent de plus de 15 ans de moins de 50 kg\",\n              \"typeAlerte\": \"Contre-indication déconseillé\",\n              \"niveauAlerte\": 3,\n              \"idAlerte\": \"0000033351\",\n              \"productId2\": 0,\n              \"productLabel2\": \"\",\n              \"details\": \"\",\n            },\n            {\n              \"codeAlerte\": 2,\n              \"libelleAlerte\": \"Sujet &#226;g&#233;\",\n              \"typeAlerte\": \"Précaution d'emploi\",\n              \"niveauAlerte\": 2,\n              \"idAlerte\": \"0000005633\",\n              \"productId2\": 0,\n              \"productLabel2\": \"\",\n              \"details\": \"\",\n            },\n          ],\n          \"samCode\": undefined,\n          \"samPatient\": false,\n        },\n        \"extendedProperties\": undefined,\n      },\n    ],\n    \"pageable\": {\n      \"sort\": {\n        \"unsorted\": false,\n        \"sorted\": true,\n        \"empty\": false,\n      },\n      \"pageSize\": 150,\n      \"pageNumber\": 0,\n      \"offset\": 0,\n      \"paged\": true,\n      \"unpaged\": false,\n    },\n    \"totalPages\": 1,\n    \"totalElements\": 2,\n    \"last\": true,\n    \"numberOfElements\": 2,\n    \"first\": true,\n    \"sort\": {\n      \"unsorted\": false,\n      \"sorted\": true,\n      \"empty\": false,\n    },\n    \"number\": 0,\n    \"size\": 150,\n    \"empty\": false,\n  },\n}"
        },
        {
          "kind": "variable",
          "name": "resultsRequestResponseWithManyProducts",
          "type": {
            "text": "SearchResponseBean"
          },
          "default": "{\n  \"filters\": {\n    \"available\": [\n      {\n        \"type\": \"terrains\",\n        \"field\": \"attributsSegmentation.terrains.libelle.keyword\",\n        \"label\": \"Terrains\",\n        \"values\": [\n          {\n            \"value\": \"Enfant\",\n            \"label\": \"Enfant\",\n            \"count\": 22,\n            \"exclude\": 0,\n          },\n          {\n            \"value\": \"Adulte\",\n            \"label\": \"Adulte\",\n            \"count\": 17,\n            \"exclude\": 0,\n          },\n          {\n            \"value\": \"Nourrisson\",\n            \"label\": \"Nourrisson\",\n            \"count\": 9,\n            \"exclude\": 0,\n          },\n          {\n            \"value\": \"Sujet &#226;g&#233;\",\n            \"label\": \"Sujet &#226;g&#233;\",\n            \"count\": 3,\n            \"exclude\": 0,\n          },\n          {\n            \"value\": \"Nouveau-n&#233;\",\n            \"label\": \"Nouveau-n&#233;\",\n            \"count\": 2,\n            \"exclude\": 0,\n          },\n        ],\n        \"totalCount\": 53,\n      },\n      {\n        \"type\": \"laboratoire\",\n        \"field\": \"laboratoires.laboratoireExploitant.libelleLaboratoire.keyword\",\n        \"label\": \"Laboratoires\",\n        \"values\": [\n          {\n            \"value\": \"OPELLA HEALTHCARE FRANCE SAS\",\n            \"label\": \"OPELLA HEALTHCARE FRANCE SAS\",\n            \"count\": 32,\n            \"exclude\": 0,\n          },\n        ],\n        \"totalCount\": 32,\n      },\n      {\n        \"type\": \"supprime\",\n        \"field\": \"flags.supprime\",\n        \"label\": \"Statut\",\n        \"values\": [\n          {\n            \"value\": \"0\",\n            \"label\": \"Commercialisé\",\n            \"count\": 32,\n            \"exclude\": 0,\n          },\n          {\n            \"value\": \"-1\",\n            \"label\": \"Commercialisé\",\n            \"count\": 6,\n            \"exclude\": 0,\n          },\n        ],\n        \"totalCount\": 38,\n      },\n      {\n        \"type\": \"ci\",\n        \"field\": \"motsClefs.motsClefsCI.libelleMotClefCIHtml.keyword\",\n        \"label\": \"Contre indications\",\n        \"values\": [\n          {\n            \"value\": \"Insuffisance h&#233;patique s&#233;v&#232;re\",\n            \"label\": \"Insuffisance h&#233;patique s&#233;v&#232;re\",\n            \"count\": 26,\n            \"exclude\": 0,\n          },\n          {\n            \"value\": \"Patient de moins de 6 ans\",\n            \"label\": \"Patient de moins de 6 ans\",\n            \"count\": 9,\n            \"exclude\": 0,\n          },\n          {\n            \"value\": \"Allaitement\",\n            \"label\": \"Allaitement\",\n            \"count\": 6,\n            \"exclude\": 0,\n          },\n          {\n            \"value\": \"Asthme\",\n            \"label\": \"Asthme\",\n            \"count\": 6,\n            \"exclude\": 0,\n          },\n          {\n            \"value\": \"Insuffisance h&#233;patocellulaire s&#233;v&#232;re\",\n            \"label\": \"Insuffisance h&#233;patocellulaire s&#233;v&#232;re\",\n            \"count\": 6,\n            \"exclude\": 0,\n          },\n          {\n            \"value\": \"Insuffisance respiratoire\",\n            \"label\": \"Insuffisance respiratoire\",\n            \"count\": 6,\n            \"exclude\": 0,\n          },\n          {\n            \"value\": \"M&#233;taboliseur ultrarapide du CYP2D6\",\n            \"label\": \"M&#233;taboliseur ultrarapide du CYP2D6\",\n            \"count\": 6,\n            \"exclude\": 0,\n          },\n          {\n            \"value\": \"Patient de moins de 15 ans\",\n            \"label\": \"Patient de moins de 15 ans\",\n            \"count\": 6,\n            \"exclude\": 0,\n          },\n          {\n            \"value\": \"Suite d&#39;amygdalectomie et/ou ad&#233;no&#239;dectomie chez le patient de moins de 18 ans\",\n            \"label\": \"Suite d&#39;amygdalectomie et/ou ad&#233;no&#239;dectomie chez le patient de moins de 18 ans\",\n            \"count\": 6,\n            \"exclude\": 0,\n          },\n          {\n            \"value\": \"Ant&#233;c&#233;dent d&#39;anite\",\n            \"label\": \"Ant&#233;c&#233;dent d&#39;anite\",\n            \"count\": 5,\n            \"exclude\": 0,\n          },\n          {\n            \"value\": \"Ant&#233;c&#233;dent de rectite\",\n            \"label\": \"Ant&#233;c&#233;dent de rectite\",\n            \"count\": 5,\n            \"exclude\": 0,\n          },\n          {\n            \"value\": \"Ant&#233;c&#233;dent de rectorragie\",\n            \"label\": \"Ant&#233;c&#233;dent de rectorragie\",\n            \"count\": 5,\n            \"exclude\": 0,\n          },\n          {\n            \"value\": \"Ph&#233;nylc&#233;tonurie\",\n            \"label\": \"Ph&#233;nylc&#233;tonurie\",\n            \"count\": 1,\n            \"exclude\": 0,\n          },\n        ],\n        \"totalCount\": 93,\n      },\n      {\n        \"type\": \"composant\",\n        \"field\": \"composition.principesActifs.libelleComposantPere.keyword\",\n        \"label\": \"Composants\",\n        \"values\": [\n          {\n            \"value\": \"Parac&#233;tamol\",\n            \"label\": \"Parac&#233;tamol\",\n            \"count\": 32,\n            \"exclude\": 0,\n          },\n          {\n            \"value\": \"Cod&#233;ine phosphate h&#233;mihydrat&#233;\",\n            \"label\": \"Cod&#233;ine phosphate h&#233;mihydrat&#233;\",\n            \"count\": 6,\n            \"exclude\": 0,\n          },\n        ],\n        \"totalCount\": 38,\n      },\n      {\n        \"type\": \"statutsSegmentation\",\n        \"field\": \"infoProduit.statutSegmentationHtml.keyword\",\n        \"label\": \"Statuts segmentation\",\n        \"values\": [\n          {\n            \"value\": \"M&eacute;dicament\",\n            \"label\": \"M&eacute;dicament\",\n            \"count\": 32,\n            \"exclude\": 0,\n          },\n        ],\n        \"totalCount\": 32,\n      },\n      {\n        \"type\": \"autres\",\n        \"field\": \"attributsSegmentation.autres.libelle.keyword\",\n        \"label\": \"Autres attributs segmentation\",\n        \"values\": [\n          {\n            \"value\": \"Hors pilulier\",\n            \"label\": \"Hors pilulier\",\n            \"count\": 23,\n            \"exclude\": 0,\n          },\n        ],\n        \"totalCount\": 23,\n      },\n      {\n        \"type\": \"voies\",\n        \"field\": \"listeVoiesAdm.voieAdministration.keyword\",\n        \"label\": \"Voies d'administration\",\n        \"values\": [\n          {\n            \"value\": \"orale\",\n            \"label\": \"orale\",\n            \"count\": 27,\n            \"exclude\": 0,\n          },\n          {\n            \"value\": \"rectale\",\n            \"label\": \"rectale\",\n            \"count\": 5,\n            \"exclude\": 0,\n          },\n        ],\n        \"totalCount\": 32,\n      },\n      {\n        \"type\": \"marque\",\n        \"field\": \"infoProduit.nomMarqueHtml.keyword\",\n        \"label\": \"Marques\",\n        \"values\": [\n          {\n            \"value\": \"DOLIPRANE\",\n            \"label\": \"DOLIPRANE\",\n            \"count\": 26,\n            \"exclude\": 0,\n          },\n          {\n            \"value\": \"CODOLIPRANE\",\n            \"label\": \"CODOLIPRANE\",\n            \"count\": 6,\n            \"exclude\": 0,\n          },\n        ],\n        \"totalCount\": 32,\n      },\n      {\n        \"type\": \"hospitalier\",\n        \"field\": \"flags.hospitalier\",\n        \"label\": \"Hospitalier\",\n        \"values\": [\n          {\n            \"value\": \"0\",\n            \"label\": \"Non\",\n            \"count\": 31,\n            \"exclude\": 0,\n          },\n          {\n            \"value\": \"1\",\n            \"label\": \"Oui\",\n            \"count\": 7,\n            \"exclude\": 0,\n          },\n        ],\n        \"totalCount\": 38,\n      },\n      {\n        \"type\": \"gamme\",\n        \"field\": \"infoProduit.nomGammeHtml.keyword\",\n        \"label\": \"Gammes\",\n        \"values\": [\n          {\n            \"value\": \"Sans gamme\",\n            \"label\": \"Sans gamme\",\n            \"count\": 25,\n            \"exclude\": 0,\n          },\n          {\n            \"value\": \"Dolipraneliquiz\",\n            \"label\": \"Dolipraneliquiz\",\n            \"count\": 4,\n            \"exclude\": 0,\n          },\n          {\n            \"value\": \"Dolipranetabs\",\n            \"label\": \"Dolipranetabs\",\n            \"count\": 2,\n            \"exclude\": 0,\n          },\n          {\n            \"value\": \"Dolipraneorodoz\",\n            \"label\": \"Dolipraneorodoz\",\n            \"count\": 1,\n            \"exclude\": 0,\n          },\n        ],\n        \"totalCount\": 32,\n      },\n      {\n        \"type\": \"type\",\n        \"field\": \"type\",\n        \"label\": \"Type\",\n        \"values\": [\n          {\n            \"value\": \"1\",\n            \"label\": \"Médicament\",\n            \"count\": 32,\n            \"exclude\": 0,\n          },\n          {\n            \"value\": \"12\",\n            \"label\": \"Gamme\",\n            \"count\": 5,\n            \"exclude\": 0,\n          },\n          {\n            \"value\": \"13\",\n            \"label\": \"Marque\",\n            \"count\": 1,\n            \"exclude\": 0,\n          },\n        ],\n        \"totalCount\": 38,\n      },\n      {\n        \"type\": \"indication\",\n        \"field\": \"motsClefs.motsClefsInd.libelleMotClefIndHtml.keyword\",\n        \"label\": \"Indications\",\n        \"values\": [\n          {\n            \"value\": \"Douleur l&#233;g&#232;re &#224; mod&#233;r&#233;e\",\n            \"label\": \"Douleur l&#233;g&#232;re &#224; mod&#233;r&#233;e\",\n            \"count\": 26,\n            \"exclude\": 0,\n          },\n          {\n            \"value\": \"Etat f&#233;brile\",\n            \"label\": \"Etat f&#233;brile\",\n            \"count\": 23,\n            \"exclude\": 0,\n          },\n          {\n            \"value\": \"Douleur aigu&#235; d&#39;intensit&#233; mod&#233;r&#233;e\",\n            \"label\": \"Douleur aigu&#235; d&#39;intensit&#233; mod&#233;r&#233;e\",\n            \"count\": 6,\n            \"exclude\": 0,\n          },\n          {\n            \"value\": \"Fi&#232;vre\",\n            \"label\": \"Fi&#232;vre\",\n            \"count\": 3,\n            \"exclude\": 0,\n          },\n        ],\n        \"totalCount\": 58,\n      },\n      {\n        \"type\": \"dopant\",\n        \"field\": \"flags.dopant\",\n        \"label\": \"Dopant\",\n        \"values\": [\n          {\n            \"value\": \"0\",\n            \"label\": \"Non\",\n            \"count\": 38,\n            \"exclude\": 0,\n          },\n        ],\n        \"totalCount\": 38,\n      },\n      {\n        \"type\": \"circuitsDeDistribution\",\n        \"field\": \"attributsSegmentation.circuitDeDistribution.libelle.keyword\",\n        \"label\": \"Circuits de distribution\",\n        \"values\": [\n          {\n            \"value\": \"Pharmacie\",\n            \"label\": \"Pharmacie\",\n            \"count\": 29,\n            \"exclude\": 0,\n          },\n          {\n            \"value\": \"ECOM\",\n            \"label\": \"ECOM\",\n            \"count\": 22,\n            \"exclude\": 0,\n          },\n        ],\n        \"totalCount\": 51,\n      },\n    ],\n    \"active\": [],\n  },\n  \"search\": {\n    \"content\": [\n      {\n        \"code\": \"268745\",\n        \"productId\": 268745,\n        \"type\": 1,\n        \"labelHtml\": \"CODOLIPRANE 500milligrammes/30milligr, comprim&eacute;, bo&icirc;te de 100\",\n        \"code13\": \"3400958462917\",\n        \"deletedDate\": \"\",\n        \"deleted\": false,\n        \"labels\": {\n          \"typeLabel\": \"Pr&#233;sentation Hosp\",\n          \"label\": \"CODOLIPRANE 500milligrammes 30milligr. comprime. boite de 100\",\n          \"shortLabel\": \"CODOLIPRANE 500 30MG CPR 100\",\n          \"shortLabelHtml\": \"CODOLIPRANE 500/30MG CPR 100\",\n          \"longLabel\": \"CODOLIPRANE 500milligrammes 30milligr. comprime. boite de 100\",\n          \"longLabelHtml\": \"CODOLIPRANE 500milligrammes/30milligr, comprim&eacute;, bo&icirc;te de 100\",\n          \"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\",\n        },\n        \"properties\": {\n          \"thumbnail\": \"\",\n          \"productName\": \"CODOLIPRANE\",\n          \"productDosage\": \"500milligrammes/30milligr\",\n          \"galenicFormCode\": \"AA01\",\n          \"galenicFormLabel\": \"Comprime\",\n          \"galenicFormLabelHtml\": null,\n          \"aspect\": \" BLANC CASSE COMPRIME ROND BICONVEXE\",\n          \"inFacilityFormulary\": false,\n          \"codes\": {\n            \"cip7\": \"5846291\",\n            \"cip13\": \"3400958462917\",\n            \"cip13Referent\": \"3400958462917\",\n            \"ucd7\": \"9393604\",\n            \"ucd13\": \"3400893936047\",\n            \"cis\": \"60904643\",\n            \"code13Referent\": \"3400958462917\",\n            \"ean13\": [],\n          },\n          \"flags\": {\n            \"doping\": 0,\n            \"driveWarning\": \"2\",\n            \"narcotic\": 1,\n            \"crushable\": -1,\n            \"referent\": 0,\n            \"generic\": 0,\n            \"biosimilar\": 0,\n            \"hospitalDelivery\": 1,\n            \"internal\": 1,\n            \"medicalDevice\": 0,\n            \"homeo\": 0,\n            \"exactcureSimulable\": 1,\n            \"pediatrics\": 0,\n            \"hybrid\": 0,\n            \"extendedFlags\": {\n              \"bloodDerivative\": 0,\n              \"anticoagulant\": 0,\n              \"vaccin\": 0,\n              \"soluteDilution\": 0,\n              \"emergencyContraceptive\": 0,\n              \"minorContraceptive\": 0,\n              \"fridge\": 0,\n              \"humanAntibiotic\": 0,\n              \"veterinaryAntibiotic\": 0,\n              \"veterinaryPrescription\": 0,\n              \"deconditionning\": 0,\n              \"seasonalFluVaccine\": 0,\n              \"ghs\": 1,\n              \"horsGhs\": 0,\n              \"infertilityTreatment\": 0,\n              \"mindalteringSubstance\": 0,\n              \"testReagent\": 0,\n              \"firstAgeMilk\": 0,\n              \"abortionDrug\": 0,\n              \"mte\": 0,\n              \"tfr\": 0,\n              \"biosimilarReferent\": 0,\n              \"freezer\": 0,\n              \"reinforcedMonitoring\": 0,\n              \"t2a\": 0,\n              \"communityApproval\": 1,\n              \"drugException\": 0,\n              \"hybridReferent\": 0,\n              \"pregnancyPictogram\": 0,\n            },\n          },\n          \"segmentationAttributes\": null,\n          \"excipientsWithKnowEffects\": [],\n          \"atcClassesLevel2\": [\n            {\n              \"code\": \"N02\",\n              \"label\": \"Analg&#233;siques\",\n            },\n          ],\n          \"intakeUnits\": [\n            {\n              \"order\": 1,\n              \"code\": 1,\n              \"labelHtml\": \"comprim&#233;\",\n              \"pluralLabelHtml\": \"comprim&#233;s\",\n              \"shortLabelHtml\": \"cpr\",\n              \"dispensationNumber\": \"100\",\n              \"distributionNumber\": \"100,00000\",\n              \"intakeUnitNumber\": \"1,0000000000\",\n              \"round\": 1,\n              \"throwTheRest\": 0,\n            },\n          ],\n          \"subLaboratories\": null,\n        },\n        \"prices\": {\n          \"ucdPrice\": \"0\",\n          \"repaymentRate\": 0.0,\n          \"vatRate\": \"2,10\",\n          \"reimbursementBase\": \"0000000\",\n          \"sellingPrice\": \"0000000\",\n          \"tfr\": null,\n        },\n        \"searchProperties\": {\n          \"score\": null,\n          \"safeScore\": 11,\n          \"safeDetails\": [\n            {\n              \"codeAlerte\": 1,\n              \"libelleAlerte\": \"Patient de moins de 15 ans\",\n              \"typeAlerte\": \"Contre-indication contre-indiqué\",\n              \"niveauAlerte\": 4,\n              \"idAlerte\": \"0000009437\",\n              \"productId2\": 0,\n              \"productLabel2\": \"\",\n              \"details\": \"\",\n            },\n            {\n              \"codeAlerte\": 1,\n              \"libelleAlerte\": \"Adolescent de 15 &#224; 18 ans de moins de 31 kg\",\n              \"typeAlerte\": \"Contre-indication déconseillé\",\n              \"niveauAlerte\": 3,\n              \"idAlerte\": \"0000034060\",\n              \"productId2\": 0,\n              \"productLabel2\": \"\",\n              \"details\": \"\",\n            },\n            {\n              \"codeAlerte\": 2,\n              \"libelleAlerte\": \"Sujet &#226;g&#233;\",\n              \"typeAlerte\": \"Précaution d'emploi\",\n              \"niveauAlerte\": 2,\n              \"idAlerte\": \"0000005633\",\n              \"productId2\": 0,\n              \"productLabel2\": \"\",\n              \"details\": \"\",\n            },\n            {\n              \"codeAlerte\": 2,\n              \"libelleAlerte\": \"Poids corporel &lt; 50 kg\",\n              \"typeAlerte\": \"Précaution d'emploi\",\n              \"niveauAlerte\": 2,\n              \"idAlerte\": \"0000031353\",\n              \"productId2\": 0,\n              \"productLabel2\": \"\",\n              \"details\": \"\",\n            },\n          ],\n          \"samCode\": null,\n          \"samPatient\": false,\n        },\n        \"extendedProperties\": null,\n      },\n      {\n        \"code\": \"504644\",\n        \"productId\": 504644,\n        \"type\": 1,\n        \"labelHtml\": \"CODOLIPRANE 500milligrammes/30milligr, g&eacute;lule, bo&icirc;te de 16\",\n        \"code13\": \"3400930057834\",\n        \"deletedDate\": \"\",\n        \"deleted\": false,\n        \"labels\": {\n          \"typeLabel\": \"Pr&#233;sentation\",\n          \"label\": \"CODOLIPRANE 500milligrammes 30milligr. gelule. boite de 16\",\n          \"shortLabel\": \"CODOLIPRANE 500MG 30MG GELULE 16\",\n          \"shortLabelHtml\": \"CODOLIPRANE 500MG/30MG GELULE 16\",\n          \"longLabel\": \"CODOLIPRANE 500milligrammes 30milligr. gelule. boite de 16\",\n          \"longLabelHtml\": \"CODOLIPRANE 500milligrammes/30milligr, g&eacute;lule, bo&icirc;te de 16\",\n          \"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\",\n        },\n        \"properties\": {\n          \"thumbnail\": \"\",\n          \"productName\": \"CODOLIPRANE\",\n          \"productDosage\": \"500milligrammes/30milligr\",\n          \"galenicFormCode\": \"AI01\",\n          \"galenicFormLabel\": \"Gelule\",\n          \"galenicFormLabelHtml\": null,\n          \"aspect\": \" POUDRE COULEUR BLANC A CASSE CORPS GELULE BLANCHE VERTE COIFFE N 0 COMPOSEE CONTENU CALIBRE\",\n          \"inFacilityFormulary\": false,\n          \"codes\": {\n            \"cip7\": \"3005783\",\n            \"cip13\": \"3400930057834\",\n            \"cip13Referent\": \"3400930057834\",\n            \"ucd7\": \"9423541\",\n            \"ucd13\": \"3400894235415\",\n            \"cis\": \"62049552\",\n            \"code13Referent\": \"3400930057834\",\n            \"ean13\": [],\n          },\n          \"flags\": {\n            \"doping\": 0,\n            \"driveWarning\": \"2\",\n            \"narcotic\": 1,\n            \"crushable\": -1,\n            \"referent\": 0,\n            \"generic\": 0,\n            \"biosimilar\": 0,\n            \"hospitalDelivery\": 0,\n            \"internal\": 1,\n            \"medicalDevice\": 0,\n            \"homeo\": 0,\n            \"exactcureSimulable\": 1,\n            \"pediatrics\": 0,\n            \"hybrid\": 0,\n            \"extendedFlags\": {\n              \"bloodDerivative\": 0,\n              \"anticoagulant\": 0,\n              \"vaccin\": 0,\n              \"soluteDilution\": 0,\n              \"emergencyContraceptive\": 0,\n              \"minorContraceptive\": 0,\n              \"fridge\": 0,\n              \"humanAntibiotic\": 0,\n              \"veterinaryAntibiotic\": 0,\n              \"veterinaryPrescription\": 0,\n              \"deconditionning\": 0,\n              \"seasonalFluVaccine\": 0,\n              \"ghs\": 1,\n              \"horsGhs\": 0,\n              \"infertilityTreatment\": 0,\n              \"mindalteringSubstance\": 0,\n              \"testReagent\": 0,\n              \"firstAgeMilk\": 0,\n              \"abortionDrug\": 0,\n              \"mte\": 0,\n              \"tfr\": 0,\n              \"biosimilarReferent\": 0,\n              \"freezer\": 0,\n              \"reinforcedMonitoring\": 0,\n              \"t2a\": 0,\n              \"communityApproval\": 1,\n              \"drugException\": 0,\n              \"hybridReferent\": 0,\n              \"pregnancyPictogram\": 0,\n            },\n          },\n          \"segmentationAttributes\": null,\n          \"excipientsWithKnowEffects\": [],\n          \"atcClassesLevel2\": [\n            {\n              \"code\": \"N02\",\n              \"label\": \"Analg&#233;siques\",\n            },\n          ],\n          \"intakeUnits\": [\n            {\n              \"order\": 1,\n              \"code\": 31,\n              \"labelHtml\": \"g&#233;lule\",\n              \"pluralLabelHtml\": \"g&#233;lules\",\n              \"shortLabelHtml\": \"g&#233;l\",\n              \"dispensationNumber\": \"16\",\n              \"distributionNumber\": \"16,00000\",\n              \"intakeUnitNumber\": \"1,0000000000\",\n              \"round\": 1,\n              \"throwTheRest\": 0,\n            },\n          ],\n          \"subLaboratories\": null,\n        },\n        \"prices\": {\n          \"ucdPrice\": \"11\",\n          \"repaymentRate\": 65.0,\n          \"vatRate\": \"2,10\",\n          \"reimbursementBase\": \"0000172\",\n          \"sellingPrice\": \"0000172\",\n          \"tfr\": null,\n        },\n        \"searchProperties\": {\n          \"score\": null,\n          \"safeScore\": 11,\n          \"safeDetails\": [\n            {\n              \"codeAlerte\": 1,\n              \"libelleAlerte\": \"Patient de moins de 15 ans\",\n              \"typeAlerte\": \"Contre-indication contre-indiqué\",\n              \"niveauAlerte\": 4,\n              \"idAlerte\": \"0000009437\",\n              \"productId2\": 0,\n              \"productLabel2\": \"\",\n              \"details\": \"\",\n            },\n            {\n              \"codeAlerte\": 1,\n              \"libelleAlerte\": \"Adolescent de 15 &#224; 18 ans de moins de 31 kg\",\n              \"typeAlerte\": \"Contre-indication déconseillé\",\n              \"niveauAlerte\": 3,\n              \"idAlerte\": \"0000034060\",\n              \"productId2\": 0,\n              \"productLabel2\": \"\",\n              \"details\": \"\",\n            },\n            {\n              \"codeAlerte\": 2,\n              \"libelleAlerte\": \"Sujet &#226;g&#233;\",\n              \"typeAlerte\": \"Précaution d'emploi\",\n              \"niveauAlerte\": 2,\n              \"idAlerte\": \"0000005633\",\n              \"productId2\": 0,\n              \"productLabel2\": \"\",\n              \"details\": \"\",\n            },\n            {\n              \"codeAlerte\": 2,\n              \"libelleAlerte\": \"Poids corporel &lt; 50 kg\",\n              \"typeAlerte\": \"Précaution d'emploi\",\n              \"niveauAlerte\": 2,\n              \"idAlerte\": \"0000031353\",\n              \"productId2\": 0,\n              \"productLabel2\": \"\",\n              \"details\": \"\",\n            },\n          ],\n          \"samCode\": null,\n          \"samPatient\": false,\n        },\n        \"extendedProperties\": null,\n      },\n      {\n        \"code\": \"504566\",\n        \"productId\": 504566,\n        \"type\": 1,\n        \"labelHtml\": \"CODOLIPRANE 500milligrammes/30milligr, g&eacute;lule, bo&icirc;te de 100\",\n        \"code13\": \"3400955021025\",\n        \"deletedDate\": \"\",\n        \"deleted\": false,\n        \"labels\": {\n          \"typeLabel\": \"Pr&#233;sentation Hosp\",\n          \"label\": \"CODOLIPRANE 500milligrammes 30milligr. gelule. boite de 100\",\n          \"shortLabel\": \"CODOLIPRANE 500MG 30MG GELULE 100\",\n          \"shortLabelHtml\": \"CODOLIPRANE 500MG/30MG GELULE 100\",\n          \"longLabel\": \"CODOLIPRANE 500milligrammes 30milligr. gelule. boite de 100\",\n          \"longLabelHtml\": \"CODOLIPRANE 500milligrammes/30milligr, g&eacute;lule, bo&icirc;te de 100\",\n          \"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\",\n        },\n        \"properties\": {\n          \"thumbnail\": \"\",\n          \"productName\": \"CODOLIPRANE\",\n          \"productDosage\": \"500milligrammes/30milligr\",\n          \"galenicFormCode\": \"AI01\",\n          \"galenicFormLabel\": \"Gelule\",\n          \"galenicFormLabelHtml\": null,\n          \"aspect\": \" POUDRE COULEUR BLANC A CASSE CORPS GELULE BLANCHE VERTE COIFFE N 0 COMPOSEE CONTENU CALIBRE\",\n          \"inFacilityFormulary\": false,\n          \"codes\": {\n            \"cip7\": \"5502102\",\n            \"cip13\": \"3400955021025\",\n            \"cip13Referent\": \"3400955021025\",\n            \"ucd7\": \"9423541\",\n            \"ucd13\": \"3400894235415\",\n            \"cis\": \"62049552\",\n            \"code13Referent\": \"3400955021025\",\n            \"ean13\": [],\n          },\n          \"flags\": {\n            \"doping\": 0,\n            \"driveWarning\": \"2\",\n            \"narcotic\": 1,\n            \"crushable\": -1,\n            \"referent\": 0,\n            \"generic\": 0,\n            \"biosimilar\": 0,\n            \"hospitalDelivery\": 1,\n            \"internal\": 1,\n            \"medicalDevice\": 0,\n            \"homeo\": 0,\n            \"exactcureSimulable\": 1,\n            \"pediatrics\": 0,\n            \"hybrid\": 0,\n            \"extendedFlags\": {\n              \"bloodDerivative\": 0,\n              \"anticoagulant\": 0,\n              \"vaccin\": 0,\n              \"soluteDilution\": 0,\n              \"emergencyContraceptive\": 0,\n              \"minorContraceptive\": 0,\n              \"fridge\": 0,\n              \"humanAntibiotic\": 0,\n              \"veterinaryAntibiotic\": 0,\n              \"veterinaryPrescription\": 0,\n              \"deconditionning\": 0,\n              \"seasonalFluVaccine\": 0,\n              \"ghs\": 1,\n              \"horsGhs\": 0,\n              \"infertilityTreatment\": 0,\n              \"mindalteringSubstance\": 0,\n              \"testReagent\": 0,\n              \"firstAgeMilk\": 0,\n              \"abortionDrug\": 0,\n              \"mte\": 0,\n              \"tfr\": 0,\n              \"biosimilarReferent\": 0,\n              \"freezer\": 0,\n              \"reinforcedMonitoring\": 0,\n              \"t2a\": 0,\n              \"communityApproval\": 1,\n              \"drugException\": 0,\n              \"hybridReferent\": 0,\n              \"pregnancyPictogram\": 0,\n            },\n          },\n          \"segmentationAttributes\": null,\n          \"excipientsWithKnowEffects\": [],\n          \"atcClassesLevel2\": [\n            {\n              \"code\": \"N02\",\n              \"label\": \"Analg&#233;siques\",\n            },\n          ],\n          \"intakeUnits\": [\n            {\n              \"order\": 1,\n              \"code\": 31,\n              \"labelHtml\": \"g&#233;lule\",\n              \"pluralLabelHtml\": \"g&#233;lules\",\n              \"shortLabelHtml\": \"g&#233;l\",\n              \"dispensationNumber\": \"100\",\n              \"distributionNumber\": \"100,00000\",\n              \"intakeUnitNumber\": \"1,0000000000\",\n              \"round\": 1,\n              \"throwTheRest\": 0,\n            },\n          ],\n          \"subLaboratories\": null,\n        },\n        \"prices\": {\n          \"ucdPrice\": \"0\",\n          \"repaymentRate\": 0.0,\n          \"vatRate\": \"2,10\",\n          \"reimbursementBase\": \"0000000\",\n          \"sellingPrice\": \"0000000\",\n          \"tfr\": null,\n        },\n        \"searchProperties\": {\n          \"score\": null,\n          \"safeScore\": 11,\n          \"safeDetails\": [\n            {\n              \"codeAlerte\": 1,\n              \"libelleAlerte\": \"Patient de moins de 15 ans\",\n              \"typeAlerte\": \"Contre-indication contre-indiqué\",\n              \"niveauAlerte\": 4,\n              \"idAlerte\": \"0000009437\",\n              \"productId2\": 0,\n              \"productLabel2\": \"\",\n              \"details\": \"\",\n            },\n            {\n              \"codeAlerte\": 1,\n              \"libelleAlerte\": \"Adolescent de 15 &#224; 18 ans de moins de 31 kg\",\n              \"typeAlerte\": \"Contre-indication déconseillé\",\n              \"niveauAlerte\": 3,\n              \"idAlerte\": \"0000034060\",\n              \"productId2\": 0,\n              \"productLabel2\": \"\",\n              \"details\": \"\",\n            },\n            {\n              \"codeAlerte\": 2,\n              \"libelleAlerte\": \"Sujet &#226;g&#233;\",\n              \"typeAlerte\": \"Précaution d'emploi\",\n              \"niveauAlerte\": 2,\n              \"idAlerte\": \"0000005633\",\n              \"productId2\": 0,\n              \"productLabel2\": \"\",\n              \"details\": \"\",\n            },\n            {\n              \"codeAlerte\": 2,\n              \"libelleAlerte\": \"Poids corporel &lt; 50 kg\",\n              \"typeAlerte\": \"Précaution d'emploi\",\n              \"niveauAlerte\": 2,\n              \"idAlerte\": \"0000031353\",\n              \"productId2\": 0,\n              \"productLabel2\": \"\",\n              \"details\": \"\",\n            },\n          ],\n          \"samCode\": null,\n          \"samPatient\": false,\n        },\n        \"extendedProperties\": null,\n      },\n      {\n        \"code\": \"25744\",\n        \"productId\": 25744,\n        \"type\": 1,\n        \"labelHtml\": \"CODOLIPRANE ADULTES 400milligrammes/20milligr, comprim&eacute; s&eacute;cable, bo&icirc;te de 16\",\n        \"code13\": \"3400933220754\",\n        \"deletedDate\": \"\",\n        \"deleted\": false,\n        \"labels\": {\n          \"typeLabel\": \"Pr&#233;sentation\",\n          \"label\": \"CODOLIPRANE ADULTES 400milligrammes 20milligr. comprime secable. boite de 16\",\n          \"shortLabel\": \"CODOLIPRANE AD 400MG 20MG CPR S 16\",\n          \"shortLabelHtml\": \"CODOLIPRANE AD 400MG/20MG CPR S 16\",\n          \"longLabel\": \"CODOLIPRANE ADULTES 400milligrammes 20milligr. comprime secable. boite de 16\",\n          \"longLabelHtml\": \"CODOLIPRANE ADULTES 400milligrammes/20milligr, comprim&eacute; s&eacute;cable, bo&icirc;te de 16\",\n          \"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\",\n        },\n        \"properties\": {\n          \"thumbnail\": \"https://documents.resip.fr/vignettes/25744_vign.jpg\",\n          \"productName\": \"CODOLIPRANE ADULTES\",\n          \"productDosage\": \"400milligrammes/20milligr\",\n          \"galenicFormCode\": \"AA27\",\n          \"galenicFormLabel\": \"Comprime secable\",\n          \"galenicFormLabelHtml\": null,\n          \"aspect\": \" COMPRIME SECABLE\",\n          \"inFacilityFormulary\": false,\n          \"codes\": {\n            \"cip7\": \"3322075\",\n            \"cip13\": \"3400933220754\",\n            \"cip13Referent\": \"3400933220754\",\n            \"ucd7\": \"9129787\",\n            \"ucd13\": \"3400891297874\",\n            \"cis\": \"64406362\",\n            \"code13Referent\": \"3400933220754\",\n            \"ean13\": [],\n          },\n          \"flags\": {\n            \"doping\": 0,\n            \"driveWarning\": \"2\",\n            \"narcotic\": 1,\n            \"crushable\": 0,\n            \"referent\": 0,\n            \"generic\": 0,\n            \"biosimilar\": 0,\n            \"hospitalDelivery\": 0,\n            \"internal\": 1,\n            \"medicalDevice\": 0,\n            \"homeo\": 0,\n            \"exactcureSimulable\": 1,\n            \"pediatrics\": 0,\n            \"hybrid\": 0,\n            \"extendedFlags\": {\n              \"bloodDerivative\": 0,\n              \"anticoagulant\": 0,\n              \"vaccin\": 0,\n              \"soluteDilution\": 0,\n              \"emergencyContraceptive\": 0,\n              \"minorContraceptive\": 0,\n              \"fridge\": 0,\n              \"humanAntibiotic\": 0,\n              \"veterinaryAntibiotic\": 0,\n              \"veterinaryPrescription\": 0,\n              \"deconditionning\": 0,\n              \"seasonalFluVaccine\": 0,\n              \"ghs\": 1,\n              \"horsGhs\": 0,\n              \"infertilityTreatment\": 0,\n              \"mindalteringSubstance\": 0,\n              \"testReagent\": 0,\n              \"firstAgeMilk\": 0,\n              \"abortionDrug\": 0,\n              \"mte\": 0,\n              \"tfr\": 0,\n              \"biosimilarReferent\": 0,\n              \"freezer\": 0,\n              \"reinforcedMonitoring\": 0,\n              \"t2a\": 0,\n              \"communityApproval\": 1,\n              \"drugException\": 0,\n              \"hybridReferent\": 0,\n              \"pregnancyPictogram\": 0,\n            },\n          },\n          \"segmentationAttributes\": null,\n          \"excipientsWithKnowEffects\": [],\n          \"atcClassesLevel2\": [\n            {\n              \"code\": \"N02\",\n              \"label\": \"Analg&#233;siques\",\n            },\n          ],\n          \"intakeUnits\": [\n            {\n              \"order\": 1,\n              \"code\": 1,\n              \"labelHtml\": \"comprim&#233;\",\n              \"pluralLabelHtml\": \"comprim&#233;s\",\n              \"shortLabelHtml\": \"cpr\",\n              \"dispensationNumber\": \"16\",\n              \"distributionNumber\": \"16,00000\",\n              \"intakeUnitNumber\": \"1,0000000000\",\n              \"round\": 2,\n              \"throwTheRest\": 0,\n            },\n          ],\n          \"subLaboratories\": null,\n        },\n        \"prices\": {\n          \"ucdPrice\": \"11\",\n          \"repaymentRate\": 65.0,\n          \"vatRate\": \"2,10\",\n          \"reimbursementBase\": \"0000172\",\n          \"sellingPrice\": \"0000172\",\n          \"tfr\": null,\n        },\n        \"searchProperties\": {\n          \"score\": null,\n          \"safeScore\": 11,\n          \"safeDetails\": [\n            {\n              \"codeAlerte\": 1,\n              \"libelleAlerte\": \"Patient de moins de 15 ans\",\n              \"typeAlerte\": \"Contre-indication contre-indiqué\",\n              \"niveauAlerte\": 4,\n              \"idAlerte\": \"0000009437\",\n              \"productId2\": 0,\n              \"productLabel2\": \"\",\n              \"details\": \"\",\n            },\n            {\n              \"codeAlerte\": 1,\n              \"libelleAlerte\": \"Adolescent de 15 &#224; 18 ans de moins de 31 kg\",\n              \"typeAlerte\": \"Contre-indication déconseillé\",\n              \"niveauAlerte\": 3,\n              \"idAlerte\": \"0000034060\",\n              \"productId2\": 0,\n              \"productLabel2\": \"\",\n              \"details\": \"\",\n            },\n            {\n              \"codeAlerte\": 2,\n              \"libelleAlerte\": \"Sujet &#226;g&#233;\",\n              \"typeAlerte\": \"Précaution d'emploi\",\n              \"niveauAlerte\": 2,\n              \"idAlerte\": \"0000005633\",\n              \"productId2\": 0,\n              \"productLabel2\": \"\",\n              \"details\": \"\",\n            },\n            {\n              \"codeAlerte\": 2,\n              \"libelleAlerte\": \"Poids corporel &lt; 50 kg\",\n              \"typeAlerte\": \"Précaution d'emploi\",\n              \"niveauAlerte\": 2,\n              \"idAlerte\": \"0000031353\",\n              \"productId2\": 0,\n              \"productLabel2\": \"\",\n              \"details\": \"\",\n            },\n          ],\n          \"samCode\": null,\n          \"samPatient\": false,\n        },\n        \"extendedProperties\": null,\n      },\n      {\n        \"code\": \"75097\",\n        \"productId\": 75097,\n        \"type\": 1,\n        \"labelHtml\": \"CODOLIPRANE ADULTES 400milligrammes/20milligr, comprim&eacute; s&eacute;cable, bo&icirc;te de 100\",\n        \"code13\": \"3400956092895\",\n        \"deletedDate\": \"\",\n        \"deleted\": false,\n        \"labels\": {\n          \"typeLabel\": \"Pr&#233;sentation Hosp\",\n          \"label\": \"CODOLIPRANE ADULTES 400milligrammes 20milligr. comprime secable. boite de 100\",\n          \"shortLabel\": \"CODOLIPRANE AD 400MG 20MG CPR S100\",\n          \"shortLabelHtml\": \"CODOLIPRANE AD 400MG/20MG CPR S100\",\n          \"longLabel\": \"CODOLIPRANE ADULTES 400milligrammes 20milligr. comprime secable. boite de 100\",\n          \"longLabelHtml\": \"CODOLIPRANE ADULTES 400milligrammes/20milligr, comprim&eacute; s&eacute;cable, bo&icirc;te de 100\",\n          \"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\",\n        },\n        \"properties\": {\n          \"thumbnail\": \"\",\n          \"productName\": \"CODOLIPRANE ADULTES\",\n          \"productDosage\": \"400milligrammes/20milligr\",\n          \"galenicFormCode\": \"AA27\",\n          \"galenicFormLabel\": \"Comprime secable\",\n          \"galenicFormLabelHtml\": null,\n          \"aspect\": \" COMPRIME SECABLE\",\n          \"inFacilityFormulary\": false,\n          \"codes\": {\n            \"cip7\": \"5609289\",\n            \"cip13\": \"3400956092895\",\n            \"cip13Referent\": \"3400956092895\",\n            \"ucd7\": \"9129787\",\n            \"ucd13\": \"3400891297874\",\n            \"cis\": \"64406362\",\n            \"code13Referent\": \"3400956092895\",\n            \"ean13\": [],\n          },\n          \"flags\": {\n            \"doping\": 0,\n            \"driveWarning\": \"2\",\n            \"narcotic\": 1,\n            \"crushable\": 0,\n            \"referent\": 0,\n            \"generic\": 0,\n            \"biosimilar\": 0,\n            \"hospitalDelivery\": 1,\n            \"internal\": 1,\n            \"medicalDevice\": 0,\n            \"homeo\": 0,\n            \"exactcureSimulable\": 1,\n            \"pediatrics\": 0,\n            \"hybrid\": 0,\n            \"extendedFlags\": {\n              \"bloodDerivative\": 0,\n              \"anticoagulant\": 0,\n              \"vaccin\": 0,\n              \"soluteDilution\": 0,\n              \"emergencyContraceptive\": 0,\n              \"minorContraceptive\": 0,\n              \"fridge\": 0,\n              \"humanAntibiotic\": 0,\n              \"veterinaryAntibiotic\": 0,\n              \"veterinaryPrescription\": 0,\n              \"deconditionning\": 0,\n              \"seasonalFluVaccine\": 0,\n              \"ghs\": 1,\n              \"horsGhs\": 0,\n              \"infertilityTreatment\": 0,\n              \"mindalteringSubstance\": 0,\n              \"testReagent\": 0,\n              \"firstAgeMilk\": 0,\n              \"abortionDrug\": 0,\n              \"mte\": 0,\n              \"tfr\": 0,\n              \"biosimilarReferent\": 0,\n              \"freezer\": 0,\n              \"reinforcedMonitoring\": 0,\n              \"t2a\": 0,\n              \"communityApproval\": 1,\n              \"drugException\": 0,\n              \"hybridReferent\": 0,\n              \"pregnancyPictogram\": 0,\n            },\n          },\n          \"segmentationAttributes\": null,\n          \"excipientsWithKnowEffects\": [],\n          \"atcClassesLevel2\": [\n            {\n              \"code\": \"N02\",\n              \"label\": \"Analg&#233;siques\",\n            },\n          ],\n          \"intakeUnits\": [\n            {\n              \"order\": 1,\n              \"code\": 1,\n              \"labelHtml\": \"comprim&#233;\",\n              \"pluralLabelHtml\": \"comprim&#233;s\",\n              \"shortLabelHtml\": \"cpr\",\n              \"dispensationNumber\": \"100\",\n              \"distributionNumber\": \"100,00000\",\n              \"intakeUnitNumber\": \"1,0000000000\",\n              \"round\": 2,\n              \"throwTheRest\": 0,\n            },\n          ],\n          \"subLaboratories\": null,\n        },\n        \"prices\": {\n          \"ucdPrice\": \"0\",\n          \"repaymentRate\": 65.0,\n          \"vatRate\": \"2,10\",\n          \"reimbursementBase\": \"0000000\",\n          \"sellingPrice\": \"0000000\",\n          \"tfr\": null,\n        },\n        \"searchProperties\": {\n          \"score\": null,\n          \"safeScore\": 11,\n          \"safeDetails\": [\n            {\n              \"codeAlerte\": 1,\n              \"libelleAlerte\": \"Patient de moins de 15 ans\",\n              \"typeAlerte\": \"Contre-indication contre-indiqué\",\n              \"niveauAlerte\": 4,\n              \"idAlerte\": \"0000009437\",\n              \"productId2\": 0,\n              \"productLabel2\": \"\",\n              \"details\": \"\",\n            },\n            {\n              \"codeAlerte\": 1,\n              \"libelleAlerte\": \"Adolescent de 15 &#224; 18 ans de moins de 31 kg\",\n              \"typeAlerte\": \"Contre-indication déconseillé\",\n              \"niveauAlerte\": 3,\n              \"idAlerte\": \"0000034060\",\n              \"productId2\": 0,\n              \"productLabel2\": \"\",\n              \"details\": \"\",\n            },\n            {\n              \"codeAlerte\": 2,\n              \"libelleAlerte\": \"Sujet &#226;g&#233;\",\n              \"typeAlerte\": \"Précaution d'emploi\",\n              \"niveauAlerte\": 2,\n              \"idAlerte\": \"0000005633\",\n              \"productId2\": 0,\n              \"productLabel2\": \"\",\n              \"details\": \"\",\n            },\n            {\n              \"codeAlerte\": 2,\n              \"libelleAlerte\": \"Poids corporel &lt; 50 kg\",\n              \"typeAlerte\": \"Précaution d'emploi\",\n              \"niveauAlerte\": 2,\n              \"idAlerte\": \"0000031353\",\n              \"productId2\": 0,\n              \"productLabel2\": \"\",\n              \"details\": \"\",\n            },\n          ],\n          \"samCode\": null,\n          \"samPatient\": false,\n        },\n        \"extendedProperties\": null,\n      },\n      {\n        \"code\": \"29968\",\n        \"productId\": 29968,\n        \"type\": 1,\n        \"labelHtml\": \"DOLIPRANE 200 mg, suppositoire, bo&icirc;te de 10\",\n        \"code13\": \"3400934809866\",\n        \"deletedDate\": \"\",\n        \"deleted\": false,\n        \"labels\": {\n          \"typeLabel\": \"Pr&#233;sentation\",\n          \"label\": \"DOLIPRANE 200 mg. suppositoire. boite de 10\",\n          \"shortLabel\": \"DOLIPRANE 200MG SUP 10\",\n          \"shortLabelHtml\": \"DOLIPRANE 200MG SUP 10\",\n          \"longLabel\": \"DOLIPRANE 200 mg. suppositoire. boite de 10\",\n          \"longLabelHtml\": \"DOLIPRANE 200 mg, suppositoire, bo&icirc;te de 10\",\n          \"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\"\n        },\n        \"properties\": {\n          \"thumbnail\": \"https://documents.resip.fr/vignettes/29968_vign.jpg\",\n          \"productName\": \"DOLIPRANE\",\n          \"productDosage\": \"200 mg\",\n          \"galenicFormCode\": \"CN01\",\n          \"galenicFormLabel\": \"Suppositoire\",\n          \"galenicFormLabelHtml\": null,\n          \"aspect\": \" SUPPOSITOIRE\",\n          \"inFacilityFormulary\": false,\n          \"codes\": {\n            \"cip7\": \"3480986\",\n            \"cip13\": \"3400934809866\",\n            \"cip13Referent\": \"3400934809866\",\n            \"ucd7\": \"9209718\",\n            \"ucd13\": \"3400892097183\",\n            \"cis\": \"64361369\",\n            \"code13Referent\": \"3400934809866\",\n            \"ean13\": []\n          },\n          \"flags\": {\n            \"doping\": 0,\n            \"driveWarning\": \"0\",\n            \"narcotic\": 0,\n            \"crushable\": -1,\n            \"referent\": 0,\n            \"generic\": 0,\n            \"biosimilar\": 0,\n            \"hospitalDelivery\": 0,\n            \"internal\": 1,\n            \"medicalDevice\": 0,\n            \"homeo\": 0,\n            \"exactcureSimulable\": 1,\n            \"pediatrics\": 1,\n            \"hybrid\": 0,\n            \"extendedFlags\": {\n              \"bloodDerivative\": 0,\n              \"anticoagulant\": 0,\n              \"vaccin\": 0,\n              \"soluteDilution\": 0,\n              \"emergencyContraceptive\": 0,\n              \"minorContraceptive\": 0,\n              \"fridge\": 0,\n              \"humanAntibiotic\": 0,\n              \"veterinaryAntibiotic\": 0,\n              \"veterinaryPrescription\": 0,\n              \"deconditionning\": 0,\n              \"seasonalFluVaccine\": 0,\n              \"ghs\": 1,\n              \"horsGhs\": 0,\n              \"infertilityTreatment\": 0,\n              \"mindalteringSubstance\": 0,\n              \"testReagent\": 0,\n              \"firstAgeMilk\": 0,\n              \"abortionDrug\": 0,\n              \"mte\": 0,\n              \"tfr\": 0,\n              \"biosimilarReferent\": 0,\n              \"freezer\": 0,\n              \"reinforcedMonitoring\": 0,\n              \"t2a\": 0,\n              \"communityApproval\": 1,\n              \"drugException\": 0,\n              \"hybridReferent\": 0,\n              \"pregnancyPictogram\": 0\n            }\n          },\n          \"segmentationAttributes\": null,\n          \"excipientsWithKnowEffects\": [],\n          \"atcClassesLevel2\": [\n            {\n              \"code\": \"N02\",\n              \"label\": \"Analg&#233;siques\"\n            }\n          ],\n          \"intakeUnits\": [\n            {\n              \"order\": 1,\n              \"code\": 48,\n              \"labelHtml\": \"mg\",\n              \"pluralLabelHtml\": \"mg\",\n              \"shortLabelHtml\": \"mg\",\n              \"dispensationNumber\": \"0\",\n              \"distributionNumber\": \"0\",\n              \"intakeUnitNumber\": \"0,0050000000\",\n              \"round\": 100,\n              \"throwTheRest\": 0\n            },\n            {\n              \"order\": 2,\n              \"code\": 39,\n              \"labelHtml\": \"suppositoire\",\n              \"pluralLabelHtml\": \"suppositoires\",\n              \"shortLabelHtml\": \"sup\",\n              \"dispensationNumber\": \"10\",\n              \"distributionNumber\": \"10,00000\",\n              \"intakeUnitNumber\": \"1,0000000000\",\n              \"round\": 1,\n              \"throwTheRest\": 0\n            }\n          ],\n          \"subLaboratories\": null\n        },\n        \"prices\": {\n          \"ucdPrice\": \"13\",\n          \"repaymentRate\": 65.0,\n          \"vatRate\": \"2,10\",\n          \"reimbursementBase\": \"0000133\",\n          \"sellingPrice\": \"0000133\",\n          \"tfr\": null\n        },\n        \"searchProperties\": {\n          \"score\": null,\n          \"safeScore\": 9,\n          \"safeDetails\": [\n            {\n              \"codeAlerte\": 1,\n              \"libelleAlerte\": \"Patient de moins de 12 kg\",\n              \"typeAlerte\": \"Contre-indication déconseillé\",\n              \"niveauAlerte\": 3,\n              \"idAlerte\": \"0000010002\",\n              \"productId2\": 0,\n              \"productLabel2\": \"\",\n              \"details\": \"\"\n            },\n            {\n              \"codeAlerte\": 1,\n              \"libelleAlerte\": \"Patient de plus de 16 kg\",\n              \"typeAlerte\": \"Contre-indication déconseillé\",\n              \"niveauAlerte\": 3,\n              \"idAlerte\": \"0000033377\",\n              \"productId2\": 0,\n              \"productLabel2\": \"\",\n              \"details\": \"\"\n            },\n            {\n              \"codeAlerte\": 1,\n              \"libelleAlerte\": \"Patient de plus de 15 ans\",\n              \"typeAlerte\": \"Contre-indication déconseillé\",\n              \"niveauAlerte\": 3,\n              \"idAlerte\": \"0000033871\",\n              \"productId2\": 0,\n              \"productLabel2\": \"\",\n              \"details\": \"\"\n            }\n          ],\n          \"samCode\": null,\n          \"samPatient\": false\n        },\n        \"extendedProperties\": null\n      },\n      {\n        \"code\": \"30444\",\n        \"productId\": 30444,\n        \"type\": 1,\n        \"labelHtml\": \"DOLIPRANE 300 mg, poudre pour solution buvable en sachet-dose, bo&icirc;te de 12 sachets-dose\",\n        \"code13\": \"3400934999451\",\n        \"deletedDate\": \"\",\n        \"deleted\": false,\n        \"labels\": {\n          \"typeLabel\": \"Pr&#233;sentation\",\n          \"label\": \"DOLIPRANE 300 mg. poudre pour solution buvable en sachet dose. boite de 12 sachets dose\",\n          \"shortLabel\": \"DOLIPRANE 300MG SACHET 12\",\n          \"shortLabelHtml\": \"DOLIPRANE 300MG SACHET 12\",\n          \"longLabel\": \"DOLIPRANE 300 mg. poudre pour solution buvable en sachet dose. boite de 12 sachets dose\",\n          \"longLabelHtml\": \"DOLIPRANE 300 mg, poudre pour solution buvable en sachet-dose, bo&icirc;te de 12 sachets-dose\",\n          \"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\"\n        },\n        \"properties\": {\n          \"thumbnail\": \"https://documents.resip.fr/vignettes/30444_vign.jpg\",\n          \"productName\": \"DOLIPRANE\",\n          \"productDosage\": \"300 mg\",\n          \"galenicFormCode\": \"BD03\",\n          \"galenicFormLabel\": \"Poudre pour solution buvable\",\n          \"galenicFormLabelHtml\": null,\n          \"aspect\": \" POUDRE BUVABLE SOLUTION\",\n          \"inFacilityFormulary\": false,\n          \"codes\": {\n            \"cip7\": \"3499945\",\n            \"cip13\": \"3400934999451\",\n            \"cip13Referent\": \"3400934999451\",\n            \"ucd7\": \"9210957\",\n            \"ucd13\": \"3400892109572\",\n            \"cis\": \"69002078\",\n            \"code13Referent\": \"3400934999451\",\n            \"ean13\": []\n          },\n          \"flags\": {\n            \"doping\": 0,\n            \"driveWarning\": \"0\",\n            \"narcotic\": 0,\n            \"crushable\": -1,\n            \"referent\": 0,\n            \"generic\": 0,\n            \"biosimilar\": 0,\n            \"hospitalDelivery\": 0,\n            \"internal\": 1,\n            \"medicalDevice\": 0,\n            \"homeo\": 0,\n            \"exactcureSimulable\": 1,\n            \"pediatrics\": 1,\n            \"hybrid\": 0,\n            \"extendedFlags\": {\n              \"bloodDerivative\": 0,\n              \"anticoagulant\": 0,\n              \"vaccin\": 0,\n              \"soluteDilution\": 0,\n              \"emergencyContraceptive\": 0,\n              \"minorContraceptive\": 0,\n              \"fridge\": 0,\n              \"humanAntibiotic\": 0,\n              \"veterinaryAntibiotic\": 0,\n              \"veterinaryPrescription\": 0,\n              \"deconditionning\": 0,\n              \"seasonalFluVaccine\": 0,\n              \"ghs\": 1,\n              \"horsGhs\": 0,\n              \"infertilityTreatment\": 0,\n              \"mindalteringSubstance\": 0,\n              \"testReagent\": 0,\n              \"firstAgeMilk\": 0,\n              \"abortionDrug\": 0,\n              \"mte\": 0,\n              \"tfr\": 0,\n              \"biosimilarReferent\": 0,\n              \"freezer\": 0,\n              \"reinforcedMonitoring\": 0,\n              \"t2a\": 0,\n              \"communityApproval\": 1,\n              \"drugException\": 0,\n              \"hybridReferent\": 0,\n              \"pregnancyPictogram\": 0\n            }\n          },\n          \"segmentationAttributes\": null,\n          \"excipientsWithKnowEffects\": [\n            {\n              \"code\": \"48\",\n              \"label\": \"Sodium benzoate\",\n              \"parentCode\": \"48\"\n            },\n            {\n              \"code\": \"15\",\n              \"label\": \"Saccharose\",\n              \"parentCode\": \"15\"\n            }\n          ],\n          \"atcClassesLevel2\": [\n            {\n              \"code\": \"N02\",\n              \"label\": \"Analg&#233;siques\"\n            }\n          ],\n          \"intakeUnits\": [\n            {\n              \"order\": 1,\n              \"code\": 48,\n              \"labelHtml\": \"mg\",\n              \"pluralLabelHtml\": \"mg\",\n              \"shortLabelHtml\": \"mg\",\n              \"dispensationNumber\": \"0\",\n              \"distributionNumber\": \"0\",\n              \"intakeUnitNumber\": \"0,0033333000\",\n              \"round\": 100,\n              \"throwTheRest\": 0\n            },\n            {\n              \"order\": 2,\n              \"code\": 13,\n              \"labelHtml\": \"sachet\",\n              \"pluralLabelHtml\": \"sachets\",\n              \"shortLabelHtml\": \"sac\",\n              \"dispensationNumber\": \"0\",\n              \"distributionNumber\": \"0\",\n              \"intakeUnitNumber\": \"1,0000000000\",\n              \"round\": 1,\n              \"throwTheRest\": 0\n            },\n            {\n              \"order\": 3,\n              \"code\": 9,\n              \"labelHtml\": \"g\",\n              \"pluralLabelHtml\": \"g\",\n              \"shortLabelHtml\": \"g\",\n              \"dispensationNumber\": \"0\",\n              \"distributionNumber\": \"0\",\n              \"intakeUnitNumber\": \"3,3333000000\",\n              \"round\": 100,\n              \"throwTheRest\": 0\n            },\n            {\n              \"order\": 4,\n              \"code\": 158,\n              \"labelHtml\": \"sachet-dose\",\n              \"pluralLabelHtml\": \"sachets-dose\",\n              \"shortLabelHtml\": \"sac\",\n              \"dispensationNumber\": \"12\",\n              \"distributionNumber\": \"12,00000\",\n              \"intakeUnitNumber\": \"1,0000000000\",\n              \"round\": 1,\n              \"throwTheRest\": 0\n            }\n          ],\n          \"subLaboratories\": null\n        },\n        \"prices\": {\n          \"ucdPrice\": \"12\",\n          \"repaymentRate\": 65.0,\n          \"vatRate\": \"2,10\",\n          \"reimbursementBase\": \"0000143\",\n          \"sellingPrice\": \"0000143\",\n          \"tfr\": null\n        },\n        \"searchProperties\": {\n          \"score\": null,\n          \"safeScore\": 9,\n          \"safeDetails\": [\n            {\n              \"codeAlerte\": 1,\n              \"libelleAlerte\": \"Patient de moins de 16 kg\",\n              \"typeAlerte\": \"Contre-indication déconseillé\",\n              \"niveauAlerte\": 3,\n              \"idAlerte\": \"0000032695\",\n              \"productId2\": 0,\n              \"productLabel2\": \"\",\n              \"details\": \"\"\n            },\n            {\n              \"codeAlerte\": 1,\n              \"libelleAlerte\": \"Patient de plus de 48 kg\",\n              \"typeAlerte\": \"Contre-indication déconseillé\",\n              \"niveauAlerte\": 3,\n              \"idAlerte\": \"0000033381\",\n              \"productId2\": 0,\n              \"productLabel2\": \"\",\n              \"details\": \"\"\n            },\n            {\n              \"codeAlerte\": 1,\n              \"libelleAlerte\": \"Patient de plus de 15 ans\",\n              \"typeAlerte\": \"Contre-indication déconseillé\",\n              \"niveauAlerte\": 3,\n              \"idAlerte\": \"0000033871\",\n              \"productId2\": 0,\n              \"productLabel2\": \"\",\n              \"details\": \"\"\n            }\n          ],\n          \"samCode\": null,\n          \"samPatient\": false\n        },\n        \"extendedProperties\": null\n      },\n      {\n        \"code\": \"24965\",\n        \"productId\": 0,\n        \"type\": 12,\n        \"labelHtml\": \"Dolipranecaps\",\n        \"code13\": null,\n        \"deletedDate\": \"\",\n        \"deleted\": false,\n        \"labels\": {\n          \"typeLabel\": \"Gamme\",\n          \"label\": \"Dolipranecaps\",\n          \"shortLabel\": \"Dolipranecaps\",\n          \"shortLabelHtml\": \"Dolipranecaps\",\n          \"longLabel\": null,\n          \"longLabelHtml\": null,\n          \"searchLabel\": \"DOLIPRANECAPS DOLIPRANECAPS   DOLIPRANECAPS\",\n        },\n        \"properties\": {\n          \"thumbnail\": null,\n          \"productName\": null,\n          \"productDosage\": null,\n          \"galenicFormCode\": null,\n          \"galenicFormLabel\": null,\n          \"galenicFormLabelHtml\": null,\n          \"aspect\": null,\n          \"inFacilityFormulary\": false,\n          \"codes\": {\n            \"cip7\": \"\",\n            \"cip13\": \"\",\n            \"cip13Referent\": \"\",\n            \"ucd7\": \"\",\n            \"ucd13\": \"\",\n            \"cis\": \"\",\n            \"code13Referent\": null,\n            \"ean13\": null,\n          },\n          \"flags\": {\n            \"doping\": 0,\n            \"driveWarning\": \"0\",\n            \"narcotic\": 0,\n            \"crushable\": -1,\n            \"referent\": 0,\n            \"generic\": 0,\n            \"biosimilar\": 0,\n            \"hospitalDelivery\": 0,\n            \"internal\": 1,\n            \"medicalDevice\": 0,\n            \"homeo\": 0,\n            \"exactcureSimulable\": 0,\n            \"pediatrics\": 0,\n            \"hybrid\": 0,\n            \"extendedFlags\": {\n              \"bloodDerivative\": 0,\n              \"anticoagulant\": 0,\n              \"vaccin\": 0,\n              \"soluteDilution\": 0,\n              \"emergencyContraceptive\": 0,\n              \"minorContraceptive\": 0,\n              \"fridge\": 0,\n              \"humanAntibiotic\": 0,\n              \"veterinaryAntibiotic\": 0,\n              \"veterinaryPrescription\": 0,\n              \"deconditionning\": 0,\n              \"seasonalFluVaccine\": 0,\n              \"ghs\": 0,\n              \"horsGhs\": 0,\n              \"infertilityTreatment\": 0,\n              \"mindalteringSubstance\": 0,\n              \"testReagent\": 0,\n              \"firstAgeMilk\": 0,\n              \"abortionDrug\": 0,\n              \"mte\": 0,\n              \"tfr\": 0,\n              \"biosimilarReferent\": 0,\n              \"freezer\": 0,\n              \"reinforcedMonitoring\": 0,\n              \"t2a\": 0,\n              \"communityApproval\": 0,\n              \"drugException\": 0,\n              \"hybridReferent\": 0,\n              \"pregnancyPictogram\": 0,\n            },\n          },\n          \"segmentationAttributes\": null,\n          \"excipientsWithKnowEffects\": [],\n          \"atcClassesLevel2\": null,\n          \"intakeUnits\": null,\n          \"subLaboratories\": [],\n        },\n        \"prices\": {\n          \"ucdPrice\": \"0\",\n          \"repaymentRate\": 0.0,\n          \"vatRate\": null,\n          \"reimbursementBase\": null,\n          \"sellingPrice\": \"\",\n          \"tfr\": null,\n        },\n        \"searchProperties\": {\n          \"score\": null,\n          \"safeScore\": 0,\n          \"safeDetails\": null,\n          \"samCode\": null,\n          \"samPatient\": false,\n        },\n        \"extendedProperties\": null,\n      },\n      {\n        \"code\": \"24968\",\n        \"productId\": 0,\n        \"type\": 12,\n        \"labelHtml\": \"Dolipraneliquiz\",\n        \"code13\": null,\n        \"deletedDate\": \"\",\n        \"deleted\": false,\n        \"labels\": {\n          \"typeLabel\": \"Gamme\",\n          \"label\": \"Dolipraneliquiz\",\n          \"shortLabel\": \"Dolipraneliquiz\",\n          \"shortLabelHtml\": \"Dolipraneliquiz\",\n          \"longLabel\": null,\n          \"longLabelHtml\": null,\n          \"searchLabel\": \"DOLIPRANELIQUIZ DOLIPRANELIQUIZ   DOLIPRANELIQUIZ\",\n        },\n        \"properties\": {\n          \"thumbnail\": null,\n          \"productName\": null,\n          \"productDosage\": null,\n          \"galenicFormCode\": null,\n          \"galenicFormLabel\": null,\n          \"galenicFormLabelHtml\": null,\n          \"aspect\": null,\n          \"inFacilityFormulary\": false,\n          \"codes\": {\n            \"cip7\": \"\",\n            \"cip13\": \"\",\n            \"cip13Referent\": \"\",\n            \"ucd7\": \"\",\n            \"ucd13\": \"\",\n            \"cis\": \"\",\n            \"code13Referent\": null,\n            \"ean13\": null,\n          },\n          \"flags\": {\n            \"doping\": 0,\n            \"driveWarning\": \"0\",\n            \"narcotic\": 0,\n            \"crushable\": -1,\n            \"referent\": 0,\n            \"generic\": 0,\n            \"biosimilar\": 0,\n            \"hospitalDelivery\": 0,\n            \"internal\": 1,\n            \"medicalDevice\": 0,\n            \"homeo\": 0,\n            \"exactcureSimulable\": 0,\n            \"pediatrics\": 0,\n            \"hybrid\": 0,\n            \"extendedFlags\": {\n              \"bloodDerivative\": 0,\n              \"anticoagulant\": 0,\n              \"vaccin\": 0,\n              \"soluteDilution\": 0,\n              \"emergencyContraceptive\": 0,\n              \"minorContraceptive\": 0,\n              \"fridge\": 0,\n              \"humanAntibiotic\": 0,\n              \"veterinaryAntibiotic\": 0,\n              \"veterinaryPrescription\": 0,\n              \"deconditionning\": 0,\n              \"seasonalFluVaccine\": 0,\n              \"ghs\": 0,\n              \"horsGhs\": 0,\n              \"infertilityTreatment\": 0,\n              \"mindalteringSubstance\": 0,\n              \"testReagent\": 0,\n              \"firstAgeMilk\": 0,\n              \"abortionDrug\": 0,\n              \"mte\": 0,\n              \"tfr\": 0,\n              \"biosimilarReferent\": 0,\n              \"freezer\": 0,\n              \"reinforcedMonitoring\": 0,\n              \"t2a\": 0,\n              \"communityApproval\": 0,\n              \"drugException\": 0,\n              \"hybridReferent\": 0,\n              \"pregnancyPictogram\": 0,\n            },\n          },\n          \"segmentationAttributes\": null,\n          \"excipientsWithKnowEffects\": [],\n          \"atcClassesLevel2\": null,\n          \"intakeUnits\": null,\n          \"subLaboratories\": [],\n        },\n        \"prices\": {\n          \"ucdPrice\": \"0\",\n          \"repaymentRate\": 0.0,\n          \"vatRate\": null,\n          \"reimbursementBase\": null,\n          \"sellingPrice\": \"\",\n          \"tfr\": null,\n        },\n        \"searchProperties\": {\n          \"score\": null,\n          \"safeScore\": 0,\n          \"safeDetails\": null,\n          \"samCode\": null,\n          \"samPatient\": false,\n        },\n        \"extendedProperties\": null,\n      },\n      {\n        \"code\": \"24969\",\n        \"productId\": 0,\n        \"type\": 12,\n        \"labelHtml\": \"Dolipraneorodoz\",\n        \"code13\": null,\n        \"deletedDate\": \"\",\n        \"deleted\": false,\n        \"labels\": {\n          \"typeLabel\": \"Gamme\",\n          \"label\": \"Dolipraneorodoz\",\n          \"shortLabel\": \"Dolipraneorodoz\",\n          \"shortLabelHtml\": \"Dolipraneorodoz\",\n          \"longLabel\": null,\n          \"longLabelHtml\": null,\n          \"searchLabel\": \"DOLIPRANEORODOZ DOLIPRANEORODOZ   DOLIPRANEORODOZ\",\n        },\n        \"properties\": {\n          \"thumbnail\": null,\n          \"productName\": null,\n          \"productDosage\": null,\n          \"galenicFormCode\": null,\n          \"galenicFormLabel\": null,\n          \"galenicFormLabelHtml\": null,\n          \"aspect\": null,\n          \"inFacilityFormulary\": false,\n          \"codes\": {\n            \"cip7\": \"\",\n            \"cip13\": \"\",\n            \"cip13Referent\": \"\",\n            \"ucd7\": \"\",\n            \"ucd13\": \"\",\n            \"cis\": \"\",\n            \"code13Referent\": null,\n            \"ean13\": null,\n          },\n          \"flags\": {\n            \"doping\": 0,\n            \"driveWarning\": \"0\",\n            \"narcotic\": 0,\n            \"crushable\": -1,\n            \"referent\": 0,\n            \"generic\": 0,\n            \"biosimilar\": 0,\n            \"hospitalDelivery\": 0,\n            \"internal\": 1,\n            \"medicalDevice\": 0,\n            \"homeo\": 0,\n            \"exactcureSimulable\": 0,\n            \"pediatrics\": 0,\n            \"hybrid\": 0,\n            \"extendedFlags\": {\n              \"bloodDerivative\": 0,\n              \"anticoagulant\": 0,\n              \"vaccin\": 0,\n              \"soluteDilution\": 0,\n              \"emergencyContraceptive\": 0,\n              \"minorContraceptive\": 0,\n              \"fridge\": 0,\n              \"humanAntibiotic\": 0,\n              \"veterinaryAntibiotic\": 0,\n              \"veterinaryPrescription\": 0,\n              \"deconditionning\": 0,\n              \"seasonalFluVaccine\": 0,\n              \"ghs\": 0,\n              \"horsGhs\": 0,\n              \"infertilityTreatment\": 0,\n              \"mindalteringSubstance\": 0,\n              \"testReagent\": 0,\n              \"firstAgeMilk\": 0,\n              \"abortionDrug\": 0,\n              \"mte\": 0,\n              \"tfr\": 0,\n              \"biosimilarReferent\": 0,\n              \"freezer\": 0,\n              \"reinforcedMonitoring\": 0,\n              \"t2a\": 0,\n              \"communityApproval\": 0,\n              \"drugException\": 0,\n              \"hybridReferent\": 0,\n              \"pregnancyPictogram\": 0,\n            },\n          },\n          \"segmentationAttributes\": null,\n          \"excipientsWithKnowEffects\": [],\n          \"atcClassesLevel2\": null,\n          \"intakeUnits\": null,\n          \"subLaboratories\": [],\n        },\n        \"prices\": {\n          \"ucdPrice\": \"0\",\n          \"repaymentRate\": 0.0,\n          \"vatRate\": null,\n          \"reimbursementBase\": null,\n          \"sellingPrice\": \"\",\n          \"tfr\": null,\n        },\n        \"searchProperties\": {\n          \"score\": null,\n          \"safeScore\": 0,\n          \"safeDetails\": null,\n          \"samCode\": null,\n          \"samPatient\": false,\n        },\n        \"extendedProperties\": null,\n      },\n      {\n        \"code\": \"24970\",\n        \"productId\": 0,\n        \"type\": 12,\n        \"labelHtml\": \"Dolipranetabs\",\n        \"code13\": null,\n        \"deletedDate\": \"\",\n        \"deleted\": false,\n        \"labels\": {\n          \"typeLabel\": \"Gamme\",\n          \"label\": \"Dolipranetabs\",\n          \"shortLabel\": \"Dolipranetabs\",\n          \"shortLabelHtml\": \"Dolipranetabs\",\n          \"longLabel\": null,\n          \"longLabelHtml\": null,\n          \"searchLabel\": \"DOLIPRANETABS DOLIPRANETABS   DOLIPRANETABS\",\n        },\n        \"properties\": {\n          \"thumbnail\": null,\n          \"productName\": null,\n          \"productDosage\": null,\n          \"galenicFormCode\": null,\n          \"galenicFormLabel\": null,\n          \"galenicFormLabelHtml\": null,\n          \"aspect\": null,\n          \"inFacilityFormulary\": false,\n          \"codes\": {\n            \"cip7\": \"\",\n            \"cip13\": \"\",\n            \"cip13Referent\": \"\",\n            \"ucd7\": \"\",\n            \"ucd13\": \"\",\n            \"cis\": \"\",\n            \"code13Referent\": null,\n            \"ean13\": null,\n          },\n          \"flags\": {\n            \"doping\": 0,\n            \"driveWarning\": \"0\",\n            \"narcotic\": 0,\n            \"crushable\": -1,\n            \"referent\": 0,\n            \"generic\": 0,\n            \"biosimilar\": 0,\n            \"hospitalDelivery\": 0,\n            \"internal\": 1,\n            \"medicalDevice\": 0,\n            \"homeo\": 0,\n            \"exactcureSimulable\": 0,\n            \"pediatrics\": 0,\n            \"hybrid\": 0,\n            \"extendedFlags\": {\n              \"bloodDerivative\": 0,\n              \"anticoagulant\": 0,\n              \"vaccin\": 0,\n              \"soluteDilution\": 0,\n              \"emergencyContraceptive\": 0,\n              \"minorContraceptive\": 0,\n              \"fridge\": 0,\n              \"humanAntibiotic\": 0,\n              \"veterinaryAntibiotic\": 0,\n              \"veterinaryPrescription\": 0,\n              \"deconditionning\": 0,\n              \"seasonalFluVaccine\": 0,\n              \"ghs\": 0,\n              \"horsGhs\": 0,\n              \"infertilityTreatment\": 0,\n              \"mindalteringSubstance\": 0,\n              \"testReagent\": 0,\n              \"firstAgeMilk\": 0,\n              \"abortionDrug\": 0,\n              \"mte\": 0,\n              \"tfr\": 0,\n              \"biosimilarReferent\": 0,\n              \"freezer\": 0,\n              \"reinforcedMonitoring\": 0,\n              \"t2a\": 0,\n              \"communityApproval\": 0,\n              \"drugException\": 0,\n              \"hybridReferent\": 0,\n              \"pregnancyPictogram\": 0,\n            },\n          },\n          \"segmentationAttributes\": null,\n          \"excipientsWithKnowEffects\": [],\n          \"atcClassesLevel2\": null,\n          \"intakeUnits\": null,\n          \"subLaboratories\": [],\n        },\n        \"prices\": {\n          \"ucdPrice\": \"0\",\n          \"repaymentRate\": 0.0,\n          \"vatRate\": null,\n          \"reimbursementBase\": null,\n          \"sellingPrice\": \"\",\n          \"tfr\": null,\n        },\n        \"searchProperties\": {\n          \"score\": null,\n          \"safeScore\": 0,\n          \"safeDetails\": null,\n          \"samCode\": null,\n          \"samPatient\": false,\n        },\n        \"extendedProperties\": null,\n      },\n    ],\n    \"pageable\": {\n      \"sort\": {\n        \"unsorted\": false,\n        \"sorted\": true,\n        \"empty\": false,\n      },\n      \"pageSize\": 150,\n      \"pageNumber\": 0,\n      \"offset\": 0,\n      \"paged\": true,\n      \"unpaged\": false,\n    },\n    \"totalPages\": 1,\n    \"totalElements\": 38,\n    \"last\": true,\n    \"numberOfElements\": 38,\n    \"first\": true,\n    \"size\": 150,\n    \"sort\": {\n      \"unsorted\": false,\n      \"sorted\": true,\n      \"empty\": false,\n    },\n    \"number\": 0,\n    \"empty\": false,\n  },\n}"
        },
        {
          "kind": "variable",
          "name": "resultsRequestResponseWithMoreProducts",
          "type": {
            "text": "SearchResponseBean"
          },
          "default": "{\n  \"filters\": {\n    \"available\": [\n      {\n        \"type\": \"terrains\",\n        \"field\": \"attributsSegmentation.terrains.libelle.keyword\",\n        \"label\": \"Terrains\",\n        \"values\": [\n          {\n            \"value\": \"Enfant\",\n            \"label\": \"Enfant\",\n            \"count\": 22,\n            \"exclude\": 0\n          },\n          {\n            \"value\": \"Adulte\",\n            \"label\": \"Adulte\",\n            \"count\": 17,\n            \"exclude\": 0\n          },\n          {\n            \"value\": \"Nourrisson\",\n            \"label\": \"Nourrisson\",\n            \"count\": 9,\n            \"exclude\": 0\n          },\n          {\n            \"value\": \"Sujet &#226;g&#233;\",\n            \"label\": \"Sujet &#226;g&#233;\",\n            \"count\": 3,\n            \"exclude\": 0\n          },\n          {\n            \"value\": \"Nouveau-n&#233;\",\n            \"label\": \"Nouveau-n&#233;\",\n            \"count\": 2,\n            \"exclude\": 0\n          }\n        ],\n        \"totalCount\": 53\n      },\n      {\n        \"type\": \"laboratoire\",\n        \"field\": \"laboratoires.laboratoireExploitant.libelleLaboratoire.keyword\",\n        \"label\": \"Laboratoires\",\n        \"values\": [\n          {\n            \"value\": \"OPELLA HEALTHCARE FRANCE SAS\",\n            \"label\": \"OPELLA HEALTHCARE FRANCE SAS\",\n            \"count\": 32,\n            \"exclude\": 0\n          }\n        ],\n        \"totalCount\": 32\n      },\n      {\n        \"type\": \"supprime\",\n        \"field\": \"flags.supprime\",\n        \"label\": \"Statut\",\n        \"values\": [\n          {\n            \"value\": \"0\",\n            \"label\": \"Commercialisé\",\n            \"count\": 32,\n            \"exclude\": 0\n          },\n          {\n            \"value\": \"-1\",\n            \"label\": \"Commercialisé\",\n            \"count\": 6,\n            \"exclude\": 0\n          }\n        ],\n        \"totalCount\": 38\n      },\n      {\n        \"type\": \"ci\",\n        \"field\": \"motsClefs.motsClefsCI.libelleMotClefCIHtml.keyword\",\n        \"label\": \"Contre indications\",\n        \"values\": [\n          {\n            \"value\": \"Insuffisance h&#233;patique s&#233;v&#232;re\",\n            \"label\": \"Insuffisance h&#233;patique s&#233;v&#232;re\",\n            \"count\": 26,\n            \"exclude\": 0\n          },\n          {\n            \"value\": \"Patient de moins de 6 ans\",\n            \"label\": \"Patient de moins de 6 ans\",\n            \"count\": 9,\n            \"exclude\": 0\n          },\n          {\n            \"value\": \"Allaitement\",\n            \"label\": \"Allaitement\",\n            \"count\": 6,\n            \"exclude\": 0\n          },\n          {\n            \"value\": \"Asthme\",\n            \"label\": \"Asthme\",\n            \"count\": 6,\n            \"exclude\": 0\n          },\n          {\n            \"value\": \"Insuffisance h&#233;patocellulaire s&#233;v&#232;re\",\n            \"label\": \"Insuffisance h&#233;patocellulaire s&#233;v&#232;re\",\n            \"count\": 6,\n            \"exclude\": 0\n          },\n          {\n            \"value\": \"Insuffisance respiratoire\",\n            \"label\": \"Insuffisance respiratoire\",\n            \"count\": 6,\n            \"exclude\": 0\n          },\n          {\n            \"value\": \"M&#233;taboliseur ultrarapide du CYP2D6\",\n            \"label\": \"M&#233;taboliseur ultrarapide du CYP2D6\",\n            \"count\": 6,\n            \"exclude\": 0\n          },\n          {\n            \"value\": \"Patient de moins de 15 ans\",\n            \"label\": \"Patient de moins de 15 ans\",\n            \"count\": 6,\n            \"exclude\": 0\n          },\n          {\n            \"value\": \"Suite d&#39;amygdalectomie et/ou ad&#233;no&#239;dectomie chez le patient de moins de 18 ans\",\n            \"label\": \"Suite d&#39;amygdalectomie et/ou ad&#233;no&#239;dectomie chez le patient de moins de 18 ans\",\n            \"count\": 6,\n            \"exclude\": 0\n          },\n          {\n            \"value\": \"Ant&#233;c&#233;dent d&#39;anite\",\n            \"label\": \"Ant&#233;c&#233;dent d&#39;anite\",\n            \"count\": 5,\n            \"exclude\": 0\n          },\n          {\n            \"value\": \"Ant&#233;c&#233;dent de rectite\",\n            \"label\": \"Ant&#233;c&#233;dent de rectite\",\n            \"count\": 5,\n            \"exclude\": 0\n          },\n          {\n            \"value\": \"Ant&#233;c&#233;dent de rectorragie\",\n            \"label\": \"Ant&#233;c&#233;dent de rectorragie\",\n            \"count\": 5,\n            \"exclude\": 0\n          },\n          {\n            \"value\": \"Ph&#233;nylc&#233;tonurie\",\n            \"label\": \"Ph&#233;nylc&#233;tonurie\",\n            \"count\": 1,\n            \"exclude\": 0\n          }\n        ],\n        \"totalCount\": 93\n      },\n      {\n        \"type\": \"composant\",\n        \"field\": \"composition.principesActifs.libelleComposantPere.keyword\",\n        \"label\": \"Composants\",\n        \"values\": [\n          {\n            \"value\": \"Parac&#233;tamol\",\n            \"label\": \"Parac&#233;tamol\",\n            \"count\": 32,\n            \"exclude\": 0\n          },\n          {\n            \"value\": \"Cod&#233;ine phosphate h&#233;mihydrat&#233;\",\n            \"label\": \"Cod&#233;ine phosphate h&#233;mihydrat&#233;\",\n            \"count\": 6,\n            \"exclude\": 0\n          }\n        ],\n        \"totalCount\": 38\n      },\n      {\n        \"type\": \"statutsSegmentation\",\n        \"field\": \"infoProduit.statutSegmentationHtml.keyword\",\n        \"label\": \"Statuts segmentation\",\n        \"values\": [\n          {\n            \"value\": \"M&eacute;dicament\",\n            \"label\": \"M&eacute;dicament\",\n            \"count\": 32,\n            \"exclude\": 0\n          }\n        ],\n        \"totalCount\": 32\n      },\n      {\n        \"type\": \"autres\",\n        \"field\": \"attributsSegmentation.autres.libelle.keyword\",\n        \"label\": \"Autres attributs segmentation\",\n        \"values\": [\n          {\n            \"value\": \"Hors pilulier\",\n            \"label\": \"Hors pilulier\",\n            \"count\": 23,\n            \"exclude\": 0\n          }\n        ],\n        \"totalCount\": 23\n      },\n      {\n        \"type\": \"voies\",\n        \"field\": \"listeVoiesAdm.voieAdministration.keyword\",\n        \"label\": \"Voies d'administration\",\n        \"values\": [\n          {\n            \"value\": \"orale\",\n            \"label\": \"orale\",\n            \"count\": 27,\n            \"exclude\": 0\n          },\n          {\n            \"value\": \"rectale\",\n            \"label\": \"rectale\",\n            \"count\": 5,\n            \"exclude\": 0\n          }\n        ],\n        \"totalCount\": 32\n      },\n      {\n        \"type\": \"marque\",\n        \"field\": \"infoProduit.nomMarqueHtml.keyword\",\n        \"label\": \"Marques\",\n        \"values\": [\n          {\n            \"value\": \"DOLIPRANE\",\n            \"label\": \"DOLIPRANE\",\n            \"count\": 26,\n            \"exclude\": 0\n          },\n          {\n            \"value\": \"CODOLIPRANE\",\n            \"label\": \"CODOLIPRANE\",\n            \"count\": 6,\n            \"exclude\": 0\n          }\n        ],\n        \"totalCount\": 32\n      },\n      {\n        \"type\": \"hospitalier\",\n        \"field\": \"flags.hospitalier\",\n        \"label\": \"Hospitalier\",\n        \"values\": [\n          {\n            \"value\": \"0\",\n            \"label\": \"Non\",\n            \"count\": 31,\n            \"exclude\": 0\n          },\n          {\n            \"value\": \"1\",\n            \"label\": \"Oui\",\n            \"count\": 7,\n            \"exclude\": 0\n          }\n        ],\n        \"totalCount\": 38\n      },\n      {\n        \"type\": \"gamme\",\n        \"field\": \"infoProduit.nomGammeHtml.keyword\",\n        \"label\": \"Gammes\",\n        \"values\": [\n          {\n            \"value\": \"Sans gamme\",\n            \"label\": \"Sans gamme\",\n            \"count\": 25,\n            \"exclude\": 0\n          },\n          {\n            \"value\": \"Dolipraneliquiz\",\n            \"label\": \"Dolipraneliquiz\",\n            \"count\": 4,\n            \"exclude\": 0\n          },\n          {\n            \"value\": \"Dolipranetabs\",\n            \"label\": \"Dolipranetabs\",\n            \"count\": 2,\n            \"exclude\": 0\n          },\n          {\n            \"value\": \"Dolipraneorodoz\",\n            \"label\": \"Dolipraneorodoz\",\n            \"count\": 1,\n            \"exclude\": 0\n          }\n        ],\n        \"totalCount\": 32\n      },\n      {\n        \"type\": \"type\",\n        \"field\": \"type\",\n        \"label\": \"Type\",\n        \"values\": [\n          {\n            \"value\": \"1\",\n            \"label\": \"Médicament\",\n            \"count\": 32,\n            \"exclude\": 0\n          },\n          {\n            \"value\": \"12\",\n            \"label\": \"Gamme\",\n            \"count\": 5,\n            \"exclude\": 0\n          },\n          {\n            \"value\": \"13\",\n            \"label\": \"Marque\",\n            \"count\": 1,\n            \"exclude\": 0\n          }\n        ],\n        \"totalCount\": 38\n      },\n      {\n        \"type\": \"indication\",\n        \"field\": \"motsClefs.motsClefsInd.libelleMotClefIndHtml.keyword\",\n        \"label\": \"Indications\",\n        \"values\": [\n          {\n            \"value\": \"Douleur l&#233;g&#232;re &#224; mod&#233;r&#233;e\",\n            \"label\": \"Douleur l&#233;g&#232;re &#224; mod&#233;r&#233;e\",\n            \"count\": 26,\n            \"exclude\": 0\n          },\n          {\n            \"value\": \"Etat f&#233;brile\",\n            \"label\": \"Etat f&#233;brile\",\n            \"count\": 23,\n            \"exclude\": 0\n          },\n          {\n            \"value\": \"Douleur aigu&#235; d&#39;intensit&#233; mod&#233;r&#233;e\",\n            \"label\": \"Douleur aigu&#235; d&#39;intensit&#233; mod&#233;r&#233;e\",\n            \"count\": 6,\n            \"exclude\": 0\n          },\n          {\n            \"value\": \"Fi&#232;vre\",\n            \"label\": \"Fi&#232;vre\",\n            \"count\": 3,\n            \"exclude\": 0\n          }\n        ],\n        \"totalCount\": 58\n      },\n      {\n        \"type\": \"dopant\",\n        \"field\": \"flags.dopant\",\n        \"label\": \"Dopant\",\n        \"values\": [\n          {\n            \"value\": \"0\",\n            \"label\": \"Non\",\n            \"count\": 38,\n            \"exclude\": 0\n          }\n        ],\n        \"totalCount\": 38\n      },\n      {\n        \"type\": \"circuitsDeDistribution\",\n        \"field\": \"attributsSegmentation.circuitDeDistribution.libelle.keyword\",\n        \"label\": \"Circuits de distribution\",\n        \"values\": [\n          {\n            \"value\": \"Pharmacie\",\n            \"label\": \"Pharmacie\",\n            \"count\": 29,\n            \"exclude\": 0\n          },\n          {\n            \"value\": \"ECOM\",\n            \"label\": \"ECOM\",\n            \"count\": 22,\n            \"exclude\": 0\n          }\n        ],\n        \"totalCount\": 51\n      }\n    ],\n    \"active\": []\n  },\n  \"search\": {\n    \"content\": [\n      {\n        \"code\": \"4219\",\n        \"productId\": 0,\n        \"type\": 13,\n        \"labelHtml\": \"DOLIPRANE\",\n        \"code13\": null,\n        \"deletedDate\": \"\",\n        \"deleted\": false,\n        \"labels\": {\n          \"typeLabel\": \"Marque\",\n          \"label\": \"DOLIPRANE\",\n          \"shortLabel\": \"DOLIPRANE\",\n          \"shortLabelHtml\": \"DOLIPRANE\",\n          \"longLabel\": null,\n          \"longLabelHtml\": null,\n          \"searchLabel\": \"DOLIPRANE DOLIPRANE   DOLIPRANE\"\n        },\n        \"properties\": {\n          \"thumbnail\": null,\n          \"productName\": null,\n          \"productDosage\": null,\n          \"galenicFormCode\": null,\n          \"galenicFormLabel\": null,\n          \"galenicFormLabelHtml\": null,\n          \"aspect\": null,\n          \"inFacilityFormulary\": false,\n          \"codes\": {\n            \"cip7\": \"\",\n            \"cip13\": \"\",\n            \"cip13Referent\": \"\",\n            \"ucd7\": \"\",\n            \"ucd13\": \"\",\n            \"cis\": \"\",\n            \"code13Referent\": null,\n            \"ean13\": null\n          },\n          \"flags\": {\n            \"doping\": 0,\n            \"driveWarning\": \"0\",\n            \"narcotic\": 0,\n            \"crushable\": -1,\n            \"referent\": 0,\n            \"generic\": 0,\n            \"biosimilar\": 0,\n            \"hospitalDelivery\": 0,\n            \"internal\": 1,\n            \"medicalDevice\": 0,\n            \"homeo\": 0,\n            \"exactcureSimulable\": 0,\n            \"pediatrics\": 0,\n            \"hybrid\": 0,\n            \"extendedFlags\": {\n              \"bloodDerivative\": 0,\n              \"anticoagulant\": 0,\n              \"vaccin\": 0,\n              \"soluteDilution\": 0,\n              \"emergencyContraceptive\": 0,\n              \"minorContraceptive\": 0,\n              \"fridge\": 0,\n              \"humanAntibiotic\": 0,\n              \"veterinaryAntibiotic\": 0,\n              \"veterinaryPrescription\": 0,\n              \"deconditionning\": 0,\n              \"seasonalFluVaccine\": 0,\n              \"ghs\": 0,\n              \"horsGhs\": 0,\n              \"infertilityTreatment\": 0,\n              \"mindalteringSubstance\": 0,\n              \"testReagent\": 0,\n              \"firstAgeMilk\": 0,\n              \"abortionDrug\": 0,\n              \"mte\": 0,\n              \"tfr\": 0,\n              \"biosimilarReferent\": 0,\n              \"freezer\": 0,\n              \"reinforcedMonitoring\": 0,\n              \"t2a\": 0,\n              \"communityApproval\": 0,\n              \"drugException\": 0,\n              \"hybridReferent\": 0,\n              \"pregnancyPictogram\": 0\n            }\n          },\n          \"segmentationAttributes\": null,\n          \"excipientsWithKnowEffects\": [],\n          \"atcClassesLevel2\": null,\n          \"intakeUnits\": null,\n          \"subLaboratories\": []\n        },\n        \"prices\": {\n          \"ucdPrice\": \"0\",\n          \"repaymentRate\": 0.0,\n          \"vatRate\": null,\n          \"reimbursementBase\": null,\n          \"sellingPrice\": \"\",\n          \"tfr\": null\n        },\n        \"searchProperties\": {\n          \"score\": null,\n          \"safeScore\": 0,\n          \"safeDetails\": null,\n          \"samCode\": null,\n          \"samPatient\": false\n        },\n        \"extendedProperties\": null\n      },\n      {\n        \"code\": \"29558\",\n        \"productId\": 29558,\n        \"type\": 1,\n        \"labelHtml\": \"DOLIPRANE 2,4 POUR CENT, suspension buvable, bo&icirc;te de 1 flacon (+ seringue pour administration orale) de 100 ml\",\n        \"code13\": \"3400934615467\",\n        \"deletedDate\": \"\",\n        \"deleted\": false,\n        \"labels\": {\n          \"typeLabel\": \"Pr&#233;sentation\",\n          \"label\": \"DOLIPRANE 2.4 POUR CENT. suspension buvable. boite de 1 flacon (+ seringue pour administration orale) de 100 ml\",\n          \"shortLabel\": \"DOLIPRANE 2.4% SUSP BUV 100ML\",\n          \"shortLabelHtml\": \"DOLIPRANE 2,4% SUSP BUV 100ML\",\n          \"longLabel\": \"DOLIPRANE 2.4 POUR CENT. suspension buvable. boite de 1 flacon (+ seringue pour administration orale) de 100 ml\",\n          \"longLabelHtml\": \"DOLIPRANE 2,4 POUR CENT, suspension buvable, bo&icirc;te de 1 flacon (+ seringue pour administration orale) de 100 ml\",\n          \"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\"\n        },\n        \"properties\": {\n          \"thumbnail\": \"https://documents.resip.fr/vignettes/29558_vign.jpg\",\n          \"productName\": \"DOLIPRANE\",\n          \"productDosage\": \"2,4 %\",\n          \"galenicFormCode\": \"BM02\",\n          \"galenicFormLabel\": \"Suspension buvable\",\n          \"galenicFormLabelHtml\": null,\n          \"aspect\": \" A SUSPENSION BUVABLE BEIGE BLANCHE FONCE VISQUEUSE\",\n          \"inFacilityFormulary\": false,\n          \"codes\": {\n            \"cip7\": \"3461546\",\n            \"cip13\": \"3400934615467\",\n            \"cip13Referent\": \"3400934615467\",\n            \"ucd7\": \"9202805\",\n            \"ucd13\": \"3400892028057\",\n            \"cis\": \"66477582\",\n            \"code13Referent\": \"3400934615467\",\n            \"ean13\": []\n          },\n          \"flags\": {\n            \"doping\": 0,\n            \"driveWarning\": \"0\",\n            \"narcotic\": 0,\n            \"crushable\": -1,\n            \"referent\": 0,\n            \"generic\": 0,\n            \"biosimilar\": 0,\n            \"hospitalDelivery\": 0,\n            \"internal\": 1,\n            \"medicalDevice\": 0,\n            \"homeo\": 0,\n            \"exactcureSimulable\": 1,\n            \"pediatrics\": 1,\n            \"hybrid\": 0,\n            \"extendedFlags\": {\n              \"bloodDerivative\": 0,\n              \"anticoagulant\": 0,\n              \"vaccin\": 0,\n              \"soluteDilution\": 0,\n              \"emergencyContraceptive\": 0,\n              \"minorContraceptive\": 0,\n              \"fridge\": 0,\n              \"humanAntibiotic\": 0,\n              \"veterinaryAntibiotic\": 0,\n              \"veterinaryPrescription\": 0,\n              \"deconditionning\": 0,\n              \"seasonalFluVaccine\": 0,\n              \"ghs\": 1,\n              \"horsGhs\": 0,\n              \"infertilityTreatment\": 0,\n              \"mindalteringSubstance\": 0,\n              \"testReagent\": 0,\n              \"firstAgeMilk\": 0,\n              \"abortionDrug\": 0,\n              \"mte\": 0,\n              \"tfr\": 0,\n              \"biosimilarReferent\": 0,\n              \"freezer\": 0,\n              \"reinforcedMonitoring\": 0,\n              \"t2a\": 0,\n              \"communityApproval\": 1,\n              \"drugException\": 0,\n              \"hybridReferent\": 0,\n              \"pregnancyPictogram\": 0\n            }\n          },\n          \"segmentationAttributes\": null,\n          \"excipientsWithKnowEffects\": [\n            {\n              \"code\": \"15730\",\n              \"label\": \"Sorbitol a 70 pour cent non cristallisable\",\n              \"parentCode\": \"15730\"\n            },\n            {\n              \"code\": \"48\",\n              \"label\": \"Sodium benzoate\",\n              \"parentCode\": \"48\"\n            }\n          ],\n          \"atcClassesLevel2\": [\n            {\n              \"code\": \"N02\",\n              \"label\": \"Analg&#233;siques\"\n            }\n          ],\n          \"intakeUnits\": [\n            {\n              \"order\": 1,\n              \"code\": 48,\n              \"labelHtml\": \"mg\",\n              \"pluralLabelHtml\": \"mg\",\n              \"shortLabelHtml\": \"mg\",\n              \"dispensationNumber\": \"0\",\n              \"distributionNumber\": \"0\",\n              \"intakeUnitNumber\": \"0,0416666660\",\n              \"round\": 100,\n              \"throwTheRest\": 0\n            },\n            {\n              \"order\": 2,\n              \"code\": 400,\n              \"labelHtml\": \"kg-graduation\",\n              \"pluralLabelHtml\": \"kg-graduation\",\n              \"shortLabelHtml\": \"kg-grad\",\n              \"dispensationNumber\": \"0\",\n              \"distributionNumber\": \"0\",\n              \"intakeUnitNumber\": \"0,6250000000\",\n              \"round\": 2,\n              \"throwTheRest\": 0\n            },\n            {\n              \"order\": 3,\n              \"code\": 9,\n              \"labelHtml\": \"g\",\n              \"pluralLabelHtml\": \"g\",\n              \"shortLabelHtml\": \"g\",\n              \"dispensationNumber\": \"0\",\n              \"distributionNumber\": \"0\",\n              \"intakeUnitNumber\": \"41,6660000000\",\n              \"round\": 100,\n              \"throwTheRest\": 0\n            },\n            {\n              \"order\": 4,\n              \"code\": 26,\n              \"labelHtml\": \"flacon\",\n              \"pluralLabelHtml\": \"flacons\",\n              \"shortLabelHtml\": \"fl\",\n              \"dispensationNumber\": \"1\",\n              \"distributionNumber\": \"0\",\n              \"intakeUnitNumber\": \"100,0000000000\",\n              \"round\": 1,\n              \"throwTheRest\": 0\n            },\n            {\n              \"order\": 5,\n              \"code\": 27,\n              \"labelHtml\": \"ml\",\n              \"pluralLabelHtml\": \"ml\",\n              \"shortLabelHtml\": \"ml\",\n              \"dispensationNumber\": \"0\",\n              \"distributionNumber\": \"100,00000\",\n              \"intakeUnitNumber\": \"1,0000000000\",\n              \"round\": 1,\n              \"throwTheRest\": 0\n            }\n          ],\n          \"subLaboratories\": null\n        },\n        \"prices\": {\n          \"ucdPrice\": \"138\",\n          \"repaymentRate\": 65.0,\n          \"vatRate\": \"2,10\",\n          \"reimbursementBase\": \"0000138\",\n          \"sellingPrice\": \"0000138\",\n          \"tfr\": null\n        },\n        \"searchProperties\": {\n          \"score\": null,\n          \"safeScore\": 11,\n          \"safeDetails\": [\n            {\n              \"codeAlerte\": 1,\n              \"libelleAlerte\": \"Patient de moins de 3 kg\",\n              \"typeAlerte\": \"Contre-indication déconseillé\",\n              \"niveauAlerte\": 3,\n              \"idAlerte\": \"0000033382\",\n              \"productId2\": 0,\n              \"productLabel2\": \"\",\n              \"details\": \"\"\n            },\n            {\n              \"codeAlerte\": 1,\n              \"libelleAlerte\": \"Patient de plus de 26 kg\",\n              \"typeAlerte\": \"Contre-indication déconseillé\",\n              \"niveauAlerte\": 3,\n              \"idAlerte\": \"0000033383\",\n              \"productId2\": 0,\n              \"productLabel2\": \"\",\n              \"details\": \"\"\n            },\n            {\n              \"codeAlerte\": 1,\n              \"libelleAlerte\": \"Patient de plus de 15 ans\",\n              \"typeAlerte\": \"Contre-indication déconseillé\",\n              \"niveauAlerte\": 3,\n              \"idAlerte\": \"0000033871\",\n              \"productId2\": 0,\n              \"productLabel2\": \"\",\n              \"details\": \"\"\n            },\n            {\n              \"codeAlerte\": 2,\n              \"libelleAlerte\": \"Nouveau-n&#233;\",\n              \"typeAlerte\": \"Précaution d'emploi\",\n              \"niveauAlerte\": 2,\n              \"idAlerte\": \"0000004628\",\n              \"productId2\": 0,\n              \"productLabel2\": \"\",\n              \"details\": \"\"\n            }\n          ],\n          \"samCode\": null,\n          \"samPatient\": false\n        },\n        \"extendedProperties\": null\n      },\n      {\n        \"code\": \"268745\",\n        \"productId\": 268745,\n        \"type\": 1,\n        \"labelHtml\": \"CODOLIPRANE 500milligrammes/30milligr, comprim&eacute;, bo&icirc;te de 100\",\n        \"code13\": \"3400958462917\",\n        \"deletedDate\": \"\",\n        \"deleted\": false,\n        \"labels\": {\n          \"typeLabel\": \"Pr&#233;sentation Hosp\",\n          \"label\": \"CODOLIPRANE 500milligrammes 30milligr. comprime. boite de 100\",\n          \"shortLabel\": \"CODOLIPRANE 500 30MG CPR 100\",\n          \"shortLabelHtml\": \"CODOLIPRANE 500/30MG CPR 100\",\n          \"longLabel\": \"CODOLIPRANE 500milligrammes 30milligr. comprime. boite de 100\",\n          \"longLabelHtml\": \"CODOLIPRANE 500milligrammes/30milligr, comprim&eacute;, bo&icirc;te de 100\",\n          \"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\",\n        },\n        \"properties\": {\n          \"thumbnail\": \"\",\n          \"productName\": \"CODOLIPRANE\",\n          \"productDosage\": \"500milligrammes/30milligr\",\n          \"galenicFormCode\": \"AA01\",\n          \"galenicFormLabel\": \"Comprime\",\n          \"galenicFormLabelHtml\": null,\n          \"aspect\": \" BLANC CASSE COMPRIME ROND BICONVEXE\",\n          \"inFacilityFormulary\": false,\n          \"codes\": {\n            \"cip7\": \"5846291\",\n            \"cip13\": \"3400958462917\",\n            \"cip13Referent\": \"3400958462917\",\n            \"ucd7\": \"9393604\",\n            \"ucd13\": \"3400893936047\",\n            \"cis\": \"60904643\",\n            \"code13Referent\": \"3400958462917\",\n            \"ean13\": [],\n          },\n          \"flags\": {\n            \"doping\": 0,\n            \"driveWarning\": \"2\",\n            \"narcotic\": 1,\n            \"crushable\": -1,\n            \"referent\": 0,\n            \"generic\": 0,\n            \"biosimilar\": 0,\n            \"hospitalDelivery\": 1,\n            \"internal\": 1,\n            \"medicalDevice\": 0,\n            \"homeo\": 0,\n            \"exactcureSimulable\": 1,\n            \"pediatrics\": 0,\n            \"hybrid\": 0,\n            \"extendedFlags\": {\n              \"bloodDerivative\": 0,\n              \"anticoagulant\": 0,\n              \"vaccin\": 0,\n              \"soluteDilution\": 0,\n              \"emergencyContraceptive\": 0,\n              \"minorContraceptive\": 0,\n              \"fridge\": 0,\n              \"humanAntibiotic\": 0,\n              \"veterinaryAntibiotic\": 0,\n              \"veterinaryPrescription\": 0,\n              \"deconditionning\": 0,\n              \"seasonalFluVaccine\": 0,\n              \"ghs\": 1,\n              \"horsGhs\": 0,\n              \"infertilityTreatment\": 0,\n              \"mindalteringSubstance\": 0,\n              \"testReagent\": 0,\n              \"firstAgeMilk\": 0,\n              \"abortionDrug\": 0,\n              \"mte\": 0,\n              \"tfr\": 0,\n              \"biosimilarReferent\": 0,\n              \"freezer\": 0,\n              \"reinforcedMonitoring\": 0,\n              \"t2a\": 0,\n              \"communityApproval\": 1,\n              \"drugException\": 0,\n              \"hybridReferent\": 0,\n              \"pregnancyPictogram\": 0,\n            },\n          },\n          \"segmentationAttributes\": null,\n          \"excipientsWithKnowEffects\": [],\n          \"atcClassesLevel2\": [\n            {\n              \"code\": \"N02\",\n              \"label\": \"Analg&#233;siques\",\n            },\n          ],\n          \"intakeUnits\": [\n            {\n              \"order\": 1,\n              \"code\": 1,\n              \"labelHtml\": \"comprim&#233;\",\n              \"pluralLabelHtml\": \"comprim&#233;s\",\n              \"shortLabelHtml\": \"cpr\",\n              \"dispensationNumber\": \"100\",\n              \"distributionNumber\": \"100,00000\",\n              \"intakeUnitNumber\": \"1,0000000000\",\n              \"round\": 1,\n              \"throwTheRest\": 0,\n            },\n          ],\n          \"subLaboratories\": null,\n        },\n        \"prices\": {\n          \"ucdPrice\": \"0\",\n          \"repaymentRate\": 0.0,\n          \"vatRate\": \"2,10\",\n          \"reimbursementBase\": \"0000000\",\n          \"sellingPrice\": \"0000000\",\n          \"tfr\": null,\n        },\n        \"searchProperties\": {\n          \"score\": null,\n          \"safeScore\": 11,\n          \"safeDetails\": [\n            {\n              \"codeAlerte\": 1,\n              \"libelleAlerte\": \"Patient de moins de 15 ans\",\n              \"typeAlerte\": \"Contre-indication contre-indiqué\",\n              \"niveauAlerte\": 4,\n              \"idAlerte\": \"0000009437\",\n              \"productId2\": 0,\n              \"productLabel2\": \"\",\n              \"details\": \"\",\n            },\n            {\n              \"codeAlerte\": 1,\n              \"libelleAlerte\": \"Adolescent de 15 &#224; 18 ans de moins de 31 kg\",\n              \"typeAlerte\": \"Contre-indication déconseillé\",\n              \"niveauAlerte\": 3,\n              \"idAlerte\": \"0000034060\",\n              \"productId2\": 0,\n              \"productLabel2\": \"\",\n              \"details\": \"\",\n            },\n            {\n              \"codeAlerte\": 2,\n              \"libelleAlerte\": \"Sujet &#226;g&#233;\",\n              \"typeAlerte\": \"Précaution d'emploi\",\n              \"niveauAlerte\": 2,\n              \"idAlerte\": \"0000005633\",\n              \"productId2\": 0,\n              \"productLabel2\": \"\",\n              \"details\": \"\",\n            },\n            {\n              \"codeAlerte\": 2,\n              \"libelleAlerte\": \"Poids corporel &lt; 50 kg\",\n              \"typeAlerte\": \"Précaution d'emploi\",\n              \"niveauAlerte\": 2,\n              \"idAlerte\": \"0000031353\",\n              \"productId2\": 0,\n              \"productLabel2\": \"\",\n              \"details\": \"\",\n            },\n          ],\n          \"samCode\": null,\n          \"samPatient\": false,\n        },\n        \"extendedProperties\": null,\n      },\n      {\n        \"code\": \"504644\",\n        \"productId\": 504644,\n        \"type\": 1,\n        \"labelHtml\": \"CODOLIPRANE 500milligrammes/30milligr, g&eacute;lule, bo&icirc;te de 16\",\n        \"code13\": \"3400930057834\",\n        \"deletedDate\": \"\",\n        \"deleted\": false,\n        \"labels\": {\n          \"typeLabel\": \"Pr&#233;sentation\",\n          \"label\": \"CODOLIPRANE 500milligrammes 30milligr. gelule. boite de 16\",\n          \"shortLabel\": \"CODOLIPRANE 500MG 30MG GELULE 16\",\n          \"shortLabelHtml\": \"CODOLIPRANE 500MG/30MG GELULE 16\",\n          \"longLabel\": \"CODOLIPRANE 500milligrammes 30milligr. gelule. boite de 16\",\n          \"longLabelHtml\": \"CODOLIPRANE 500milligrammes/30milligr, g&eacute;lule, bo&icirc;te de 16\",\n          \"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\",\n        },\n        \"properties\": {\n          \"thumbnail\": \"\",\n          \"productName\": \"CODOLIPRANE\",\n          \"productDosage\": \"500milligrammes/30milligr\",\n          \"galenicFormCode\": \"AI01\",\n          \"galenicFormLabel\": \"Gelule\",\n          \"galenicFormLabelHtml\": null,\n          \"aspect\": \" POUDRE COULEUR BLANC A CASSE CORPS GELULE BLANCHE VERTE COIFFE N 0 COMPOSEE CONTENU CALIBRE\",\n          \"inFacilityFormulary\": false,\n          \"codes\": {\n            \"cip7\": \"3005783\",\n            \"cip13\": \"3400930057834\",\n            \"cip13Referent\": \"3400930057834\",\n            \"ucd7\": \"9423541\",\n            \"ucd13\": \"3400894235415\",\n            \"cis\": \"62049552\",\n            \"code13Referent\": \"3400930057834\",\n            \"ean13\": [],\n          },\n          \"flags\": {\n            \"doping\": 0,\n            \"driveWarning\": \"2\",\n            \"narcotic\": 1,\n            \"crushable\": -1,\n            \"referent\": 0,\n            \"generic\": 0,\n            \"biosimilar\": 0,\n            \"hospitalDelivery\": 0,\n            \"internal\": 1,\n            \"medicalDevice\": 0,\n            \"homeo\": 0,\n            \"exactcureSimulable\": 1,\n            \"pediatrics\": 0,\n            \"hybrid\": 0,\n            \"extendedFlags\": {\n              \"bloodDerivative\": 0,\n              \"anticoagulant\": 0,\n              \"vaccin\": 0,\n              \"soluteDilution\": 0,\n              \"emergencyContraceptive\": 0,\n              \"minorContraceptive\": 0,\n              \"fridge\": 0,\n              \"humanAntibiotic\": 0,\n              \"veterinaryAntibiotic\": 0,\n              \"veterinaryPrescription\": 0,\n              \"deconditionning\": 0,\n              \"seasonalFluVaccine\": 0,\n              \"ghs\": 1,\n              \"horsGhs\": 0,\n              \"infertilityTreatment\": 0,\n              \"mindalteringSubstance\": 0,\n              \"testReagent\": 0,\n              \"firstAgeMilk\": 0,\n              \"abortionDrug\": 0,\n              \"mte\": 0,\n              \"tfr\": 0,\n              \"biosimilarReferent\": 0,\n              \"freezer\": 0,\n              \"reinforcedMonitoring\": 0,\n              \"t2a\": 0,\n              \"communityApproval\": 1,\n              \"drugException\": 0,\n              \"hybridReferent\": 0,\n              \"pregnancyPictogram\": 0,\n            },\n          },\n          \"segmentationAttributes\": null,\n          \"excipientsWithKnowEffects\": [],\n          \"atcClassesLevel2\": [\n            {\n              \"code\": \"N02\",\n              \"label\": \"Analg&#233;siques\",\n            },\n          ],\n          \"intakeUnits\": [\n            {\n              \"order\": 1,\n              \"code\": 31,\n              \"labelHtml\": \"g&#233;lule\",\n              \"pluralLabelHtml\": \"g&#233;lules\",\n              \"shortLabelHtml\": \"g&#233;l\",\n              \"dispensationNumber\": \"16\",\n              \"distributionNumber\": \"16,00000\",\n              \"intakeUnitNumber\": \"1,0000000000\",\n              \"round\": 1,\n              \"throwTheRest\": 0,\n            },\n          ],\n          \"subLaboratories\": null,\n        },\n        \"prices\": {\n          \"ucdPrice\": \"11\",\n          \"repaymentRate\": 65.0,\n          \"vatRate\": \"2,10\",\n          \"reimbursementBase\": \"0000172\",\n          \"sellingPrice\": \"0000172\",\n          \"tfr\": null,\n        },\n        \"searchProperties\": {\n          \"score\": null,\n          \"safeScore\": 11,\n          \"safeDetails\": [\n            {\n              \"codeAlerte\": 1,\n              \"libelleAlerte\": \"Patient de moins de 15 ans\",\n              \"typeAlerte\": \"Contre-indication contre-indiqué\",\n              \"niveauAlerte\": 4,\n              \"idAlerte\": \"0000009437\",\n              \"productId2\": 0,\n              \"productLabel2\": \"\",\n              \"details\": \"\",\n            },\n            {\n              \"codeAlerte\": 1,\n              \"libelleAlerte\": \"Adolescent de 15 &#224; 18 ans de moins de 31 kg\",\n              \"typeAlerte\": \"Contre-indication déconseillé\",\n              \"niveauAlerte\": 3,\n              \"idAlerte\": \"0000034060\",\n              \"productId2\": 0,\n              \"productLabel2\": \"\",\n              \"details\": \"\",\n            },\n            {\n              \"codeAlerte\": 2,\n              \"libelleAlerte\": \"Sujet &#226;g&#233;\",\n              \"typeAlerte\": \"Précaution d'emploi\",\n              \"niveauAlerte\": 2,\n              \"idAlerte\": \"0000005633\",\n              \"productId2\": 0,\n              \"productLabel2\": \"\",\n              \"details\": \"\",\n            },\n            {\n              \"codeAlerte\": 2,\n              \"libelleAlerte\": \"Poids corporel &lt; 50 kg\",\n              \"typeAlerte\": \"Précaution d'emploi\",\n              \"niveauAlerte\": 2,\n              \"idAlerte\": \"0000031353\",\n              \"productId2\": 0,\n              \"productLabel2\": \"\",\n              \"details\": \"\",\n            },\n          ],\n          \"samCode\": null,\n          \"samPatient\": false,\n        },\n        \"extendedProperties\": null,\n      },\n      {\n        \"code\": \"504566\",\n        \"productId\": 504566,\n        \"type\": 1,\n        \"labelHtml\": \"CODOLIPRANE 500milligrammes/30milligr, g&eacute;lule, bo&icirc;te de 100\",\n        \"code13\": \"3400955021025\",\n        \"deletedDate\": \"\",\n        \"deleted\": false,\n        \"labels\": {\n          \"typeLabel\": \"Pr&#233;sentation Hosp\",\n          \"label\": \"CODOLIPRANE 500milligrammes 30milligr. gelule. boite de 100\",\n          \"shortLabel\": \"CODOLIPRANE 500MG 30MG GELULE 100\",\n          \"shortLabelHtml\": \"CODOLIPRANE 500MG/30MG GELULE 100\",\n          \"longLabel\": \"CODOLIPRANE 500milligrammes 30milligr. gelule. boite de 100\",\n          \"longLabelHtml\": \"CODOLIPRANE 500milligrammes/30milligr, g&eacute;lule, bo&icirc;te de 100\",\n          \"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\",\n        },\n        \"properties\": {\n          \"thumbnail\": \"\",\n          \"productName\": \"CODOLIPRANE\",\n          \"productDosage\": \"500milligrammes/30milligr\",\n          \"galenicFormCode\": \"AI01\",\n          \"galenicFormLabel\": \"Gelule\",\n          \"galenicFormLabelHtml\": null,\n          \"aspect\": \" POUDRE COULEUR BLANC A CASSE CORPS GELULE BLANCHE VERTE COIFFE N 0 COMPOSEE CONTENU CALIBRE\",\n          \"inFacilityFormulary\": false,\n          \"codes\": {\n            \"cip7\": \"5502102\",\n            \"cip13\": \"3400955021025\",\n            \"cip13Referent\": \"3400955021025\",\n            \"ucd7\": \"9423541\",\n            \"ucd13\": \"3400894235415\",\n            \"cis\": \"62049552\",\n            \"code13Referent\": \"3400955021025\",\n            \"ean13\": [],\n          },\n          \"flags\": {\n            \"doping\": 0,\n            \"driveWarning\": \"2\",\n            \"narcotic\": 1,\n            \"crushable\": -1,\n            \"referent\": 0,\n            \"generic\": 0,\n            \"biosimilar\": 0,\n            \"hospitalDelivery\": 1,\n            \"internal\": 1,\n            \"medicalDevice\": 0,\n            \"homeo\": 0,\n            \"exactcureSimulable\": 1,\n            \"pediatrics\": 0,\n            \"hybrid\": 0,\n            \"extendedFlags\": {\n              \"bloodDerivative\": 0,\n              \"anticoagulant\": 0,\n              \"vaccin\": 0,\n              \"soluteDilution\": 0,\n              \"emergencyContraceptive\": 0,\n              \"minorContraceptive\": 0,\n              \"fridge\": 0,\n              \"humanAntibiotic\": 0,\n              \"veterinaryAntibiotic\": 0,\n              \"veterinaryPrescription\": 0,\n              \"deconditionning\": 0,\n              \"seasonalFluVaccine\": 0,\n              \"ghs\": 1,\n              \"horsGhs\": 0,\n              \"infertilityTreatment\": 0,\n              \"mindalteringSubstance\": 0,\n              \"testReagent\": 0,\n              \"firstAgeMilk\": 0,\n              \"abortionDrug\": 0,\n              \"mte\": 0,\n              \"tfr\": 0,\n              \"biosimilarReferent\": 0,\n              \"freezer\": 0,\n              \"reinforcedMonitoring\": 0,\n              \"t2a\": 0,\n              \"communityApproval\": 1,\n              \"drugException\": 0,\n              \"hybridReferent\": 0,\n              \"pregnancyPictogram\": 0,\n            },\n          },\n          \"segmentationAttributes\": null,\n          \"excipientsWithKnowEffects\": [],\n          \"atcClassesLevel2\": [\n            {\n              \"code\": \"N02\",\n              \"label\": \"Analg&#233;siques\",\n            },\n          ],\n          \"intakeUnits\": [\n            {\n              \"order\": 1,\n              \"code\": 31,\n              \"labelHtml\": \"g&#233;lule\",\n              \"pluralLabelHtml\": \"g&#233;lules\",\n              \"shortLabelHtml\": \"g&#233;l\",\n              \"dispensationNumber\": \"100\",\n              \"distributionNumber\": \"100,00000\",\n              \"intakeUnitNumber\": \"1,0000000000\",\n              \"round\": 1,\n              \"throwTheRest\": 0,\n            },\n          ],\n          \"subLaboratories\": null,\n        },\n        \"prices\": {\n          \"ucdPrice\": \"0\",\n          \"repaymentRate\": 0.0,\n          \"vatRate\": \"2,10\",\n          \"reimbursementBase\": \"0000000\",\n          \"sellingPrice\": \"0000000\",\n          \"tfr\": null,\n        },\n        \"searchProperties\": {\n          \"score\": null,\n          \"safeScore\": 11,\n          \"safeDetails\": [\n            {\n              \"codeAlerte\": 1,\n              \"libelleAlerte\": \"Patient de moins de 15 ans\",\n              \"typeAlerte\": \"Contre-indication contre-indiqué\",\n              \"niveauAlerte\": 4,\n              \"idAlerte\": \"0000009437\",\n              \"productId2\": 0,\n              \"productLabel2\": \"\",\n              \"details\": \"\",\n            },\n            {\n              \"codeAlerte\": 1,\n              \"libelleAlerte\": \"Adolescent de 15 &#224; 18 ans de moins de 31 kg\",\n              \"typeAlerte\": \"Contre-indication déconseillé\",\n              \"niveauAlerte\": 3,\n              \"idAlerte\": \"0000034060\",\n              \"productId2\": 0,\n              \"productLabel2\": \"\",\n              \"details\": \"\",\n            },\n            {\n              \"codeAlerte\": 2,\n              \"libelleAlerte\": \"Sujet &#226;g&#233;\",\n              \"typeAlerte\": \"Précaution d'emploi\",\n              \"niveauAlerte\": 2,\n              \"idAlerte\": \"0000005633\",\n              \"productId2\": 0,\n              \"productLabel2\": \"\",\n              \"details\": \"\",\n            },\n            {\n              \"codeAlerte\": 2,\n              \"libelleAlerte\": \"Poids corporel &lt; 50 kg\",\n              \"typeAlerte\": \"Précaution d'emploi\",\n              \"niveauAlerte\": 2,\n              \"idAlerte\": \"0000031353\",\n              \"productId2\": 0,\n              \"productLabel2\": \"\",\n              \"details\": \"\",\n            },\n          ],\n          \"samCode\": null,\n          \"samPatient\": false,\n        },\n        \"extendedProperties\": null,\n      },\n      {\n        \"code\": \"25744\",\n        \"productId\": 25744,\n        \"type\": 1,\n        \"labelHtml\": \"CODOLIPRANE ADULTES 400milligrammes/20milligr, comprim&eacute; s&eacute;cable, bo&icirc;te de 16\",\n        \"code13\": \"3400933220754\",\n        \"deletedDate\": \"\",\n        \"deleted\": false,\n        \"labels\": {\n          \"typeLabel\": \"Pr&#233;sentation\",\n          \"label\": \"CODOLIPRANE ADULTES 400milligrammes 20milligr. comprime secable. boite de 16\",\n          \"shortLabel\": \"CODOLIPRANE AD 400MG 20MG CPR S 16\",\n          \"shortLabelHtml\": \"CODOLIPRANE AD 400MG/20MG CPR S 16\",\n          \"longLabel\": \"CODOLIPRANE ADULTES 400milligrammes 20milligr. comprime secable. boite de 16\",\n          \"longLabelHtml\": \"CODOLIPRANE ADULTES 400milligrammes/20milligr, comprim&eacute; s&eacute;cable, bo&icirc;te de 16\",\n          \"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\",\n        },\n        \"properties\": {\n          \"thumbnail\": \"https://documents.resip.fr/vignettes/25744_vign.jpg\",\n          \"productName\": \"CODOLIPRANE ADULTES\",\n          \"productDosage\": \"400milligrammes/20milligr\",\n          \"galenicFormCode\": \"AA27\",\n          \"galenicFormLabel\": \"Comprime secable\",\n          \"galenicFormLabelHtml\": null,\n          \"aspect\": \" COMPRIME SECABLE\",\n          \"inFacilityFormulary\": false,\n          \"codes\": {\n            \"cip7\": \"3322075\",\n            \"cip13\": \"3400933220754\",\n            \"cip13Referent\": \"3400933220754\",\n            \"ucd7\": \"9129787\",\n            \"ucd13\": \"3400891297874\",\n            \"cis\": \"64406362\",\n            \"code13Referent\": \"3400933220754\",\n            \"ean13\": [],\n          },\n          \"flags\": {\n            \"doping\": 0,\n            \"driveWarning\": \"2\",\n            \"narcotic\": 1,\n            \"crushable\": 0,\n            \"referent\": 0,\n            \"generic\": 0,\n            \"biosimilar\": 0,\n            \"hospitalDelivery\": 0,\n            \"internal\": 1,\n            \"medicalDevice\": 0,\n            \"homeo\": 0,\n            \"exactcureSimulable\": 1,\n            \"pediatrics\": 0,\n            \"hybrid\": 0,\n            \"extendedFlags\": {\n              \"bloodDerivative\": 0,\n              \"anticoagulant\": 0,\n              \"vaccin\": 0,\n              \"soluteDilution\": 0,\n              \"emergencyContraceptive\": 0,\n              \"minorContraceptive\": 0,\n              \"fridge\": 0,\n              \"humanAntibiotic\": 0,\n              \"veterinaryAntibiotic\": 0,\n              \"veterinaryPrescription\": 0,\n              \"deconditionning\": 0,\n              \"seasonalFluVaccine\": 0,\n              \"ghs\": 1,\n              \"horsGhs\": 0,\n              \"infertilityTreatment\": 0,\n              \"mindalteringSubstance\": 0,\n              \"testReagent\": 0,\n              \"firstAgeMilk\": 0,\n              \"abortionDrug\": 0,\n              \"mte\": 0,\n              \"tfr\": 0,\n              \"biosimilarReferent\": 0,\n              \"freezer\": 0,\n              \"reinforcedMonitoring\": 0,\n              \"t2a\": 0,\n              \"communityApproval\": 1,\n              \"drugException\": 0,\n              \"hybridReferent\": 0,\n              \"pregnancyPictogram\": 0,\n            },\n          },\n          \"segmentationAttributes\": null,\n          \"excipientsWithKnowEffects\": [],\n          \"atcClassesLevel2\": [\n            {\n              \"code\": \"N02\",\n              \"label\": \"Analg&#233;siques\",\n            },\n          ],\n          \"intakeUnits\": [\n            {\n              \"order\": 1,\n              \"code\": 1,\n              \"labelHtml\": \"comprim&#233;\",\n              \"pluralLabelHtml\": \"comprim&#233;s\",\n              \"shortLabelHtml\": \"cpr\",\n              \"dispensationNumber\": \"16\",\n              \"distributionNumber\": \"16,00000\",\n              \"intakeUnitNumber\": \"1,0000000000\",\n              \"round\": 2,\n              \"throwTheRest\": 0,\n            },\n          ],\n          \"subLaboratories\": null,\n        },\n        \"prices\": {\n          \"ucdPrice\": \"11\",\n          \"repaymentRate\": 65.0,\n          \"vatRate\": \"2,10\",\n          \"reimbursementBase\": \"0000172\",\n          \"sellingPrice\": \"0000172\",\n          \"tfr\": null,\n        },\n        \"searchProperties\": {\n          \"score\": null,\n          \"safeScore\": 11,\n          \"safeDetails\": [\n            {\n              \"codeAlerte\": 1,\n              \"libelleAlerte\": \"Patient de moins de 15 ans\",\n              \"typeAlerte\": \"Contre-indication contre-indiqué\",\n              \"niveauAlerte\": 4,\n              \"idAlerte\": \"0000009437\",\n              \"productId2\": 0,\n              \"productLabel2\": \"\",\n              \"details\": \"\",\n            },\n            {\n              \"codeAlerte\": 1,\n              \"libelleAlerte\": \"Adolescent de 15 &#224; 18 ans de moins de 31 kg\",\n              \"typeAlerte\": \"Contre-indication déconseillé\",\n              \"niveauAlerte\": 3,\n              \"idAlerte\": \"0000034060\",\n              \"productId2\": 0,\n              \"productLabel2\": \"\",\n              \"details\": \"\",\n            },\n            {\n              \"codeAlerte\": 2,\n              \"libelleAlerte\": \"Sujet &#226;g&#233;\",\n              \"typeAlerte\": \"Précaution d'emploi\",\n              \"niveauAlerte\": 2,\n              \"idAlerte\": \"0000005633\",\n              \"productId2\": 0,\n              \"productLabel2\": \"\",\n              \"details\": \"\",\n            },\n            {\n              \"codeAlerte\": 2,\n              \"libelleAlerte\": \"Poids corporel &lt; 50 kg\",\n              \"typeAlerte\": \"Précaution d'emploi\",\n              \"niveauAlerte\": 2,\n              \"idAlerte\": \"0000031353\",\n              \"productId2\": 0,\n              \"productLabel2\": \"\",\n              \"details\": \"\",\n            },\n          ],\n          \"samCode\": null,\n          \"samPatient\": false,\n        },\n        \"extendedProperties\": null,\n      },\n      {\n        \"code\": \"75097\",\n        \"productId\": 75097,\n        \"type\": 1,\n        \"labelHtml\": \"CODOLIPRANE ADULTES 400milligrammes/20milligr, comprim&eacute; s&eacute;cable, bo&icirc;te de 100\",\n        \"code13\": \"3400956092895\",\n        \"deletedDate\": \"\",\n        \"deleted\": false,\n        \"labels\": {\n          \"typeLabel\": \"Pr&#233;sentation Hosp\",\n          \"label\": \"CODOLIPRANE ADULTES 400milligrammes 20milligr. comprime secable. boite de 100\",\n          \"shortLabel\": \"CODOLIPRANE AD 400MG 20MG CPR S100\",\n          \"shortLabelHtml\": \"CODOLIPRANE AD 400MG/20MG CPR S100\",\n          \"longLabel\": \"CODOLIPRANE ADULTES 400milligrammes 20milligr. comprime secable. boite de 100\",\n          \"longLabelHtml\": \"CODOLIPRANE ADULTES 400milligrammes/20milligr, comprim&eacute; s&eacute;cable, bo&icirc;te de 100\",\n          \"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\",\n        },\n        \"properties\": {\n          \"thumbnail\": \"\",\n          \"productName\": \"CODOLIPRANE ADULTES\",\n          \"productDosage\": \"400milligrammes/20milligr\",\n          \"galenicFormCode\": \"AA27\",\n          \"galenicFormLabel\": \"Comprime secable\",\n          \"galenicFormLabelHtml\": null,\n          \"aspect\": \" COMPRIME SECABLE\",\n          \"inFacilityFormulary\": false,\n          \"codes\": {\n            \"cip7\": \"5609289\",\n            \"cip13\": \"3400956092895\",\n            \"cip13Referent\": \"3400956092895\",\n            \"ucd7\": \"9129787\",\n            \"ucd13\": \"3400891297874\",\n            \"cis\": \"64406362\",\n            \"code13Referent\": \"3400956092895\",\n            \"ean13\": [],\n          },\n          \"flags\": {\n            \"doping\": 0,\n            \"driveWarning\": \"2\",\n            \"narcotic\": 1,\n            \"crushable\": 0,\n            \"referent\": 0,\n            \"generic\": 0,\n            \"biosimilar\": 0,\n            \"hospitalDelivery\": 1,\n            \"internal\": 1,\n            \"medicalDevice\": 0,\n            \"homeo\": 0,\n            \"exactcureSimulable\": 1,\n            \"pediatrics\": 0,\n            \"hybrid\": 0,\n            \"extendedFlags\": {\n              \"bloodDerivative\": 0,\n              \"anticoagulant\": 0,\n              \"vaccin\": 0,\n              \"soluteDilution\": 0,\n              \"emergencyContraceptive\": 0,\n              \"minorContraceptive\": 0,\n              \"fridge\": 0,\n              \"humanAntibiotic\": 0,\n              \"veterinaryAntibiotic\": 0,\n              \"veterinaryPrescription\": 0,\n              \"deconditionning\": 0,\n              \"seasonalFluVaccine\": 0,\n              \"ghs\": 1,\n              \"horsGhs\": 0,\n              \"infertilityTreatment\": 0,\n              \"mindalteringSubstance\": 0,\n              \"testReagent\": 0,\n              \"firstAgeMilk\": 0,\n              \"abortionDrug\": 0,\n              \"mte\": 0,\n              \"tfr\": 0,\n              \"biosimilarReferent\": 0,\n              \"freezer\": 0,\n              \"reinforcedMonitoring\": 0,\n              \"t2a\": 0,\n              \"communityApproval\": 1,\n              \"drugException\": 0,\n              \"hybridReferent\": 0,\n              \"pregnancyPictogram\": 0,\n            },\n          },\n          \"segmentationAttributes\": null,\n          \"excipientsWithKnowEffects\": [],\n          \"atcClassesLevel2\": [\n            {\n              \"code\": \"N02\",\n              \"label\": \"Analg&#233;siques\",\n            },\n          ],\n          \"intakeUnits\": [\n            {\n              \"order\": 1,\n              \"code\": 1,\n              \"labelHtml\": \"comprim&#233;\",\n              \"pluralLabelHtml\": \"comprim&#233;s\",\n              \"shortLabelHtml\": \"cpr\",\n              \"dispensationNumber\": \"100\",\n              \"distributionNumber\": \"100,00000\",\n              \"intakeUnitNumber\": \"1,0000000000\",\n              \"round\": 2,\n              \"throwTheRest\": 0,\n            },\n          ],\n          \"subLaboratories\": null,\n        },\n        \"prices\": {\n          \"ucdPrice\": \"0\",\n          \"repaymentRate\": 65.0,\n          \"vatRate\": \"2,10\",\n          \"reimbursementBase\": \"0000000\",\n          \"sellingPrice\": \"0000000\",\n          \"tfr\": null,\n        },\n        \"searchProperties\": {\n          \"score\": null,\n          \"safeScore\": 11,\n          \"safeDetails\": [\n            {\n              \"codeAlerte\": 1,\n              \"libelleAlerte\": \"Patient de moins de 15 ans\",\n              \"typeAlerte\": \"Contre-indication contre-indiqué\",\n              \"niveauAlerte\": 4,\n              \"idAlerte\": \"0000009437\",\n              \"productId2\": 0,\n              \"productLabel2\": \"\",\n              \"details\": \"\",\n            },\n            {\n              \"codeAlerte\": 1,\n              \"libelleAlerte\": \"Adolescent de 15 &#224; 18 ans de moins de 31 kg\",\n              \"typeAlerte\": \"Contre-indication déconseillé\",\n              \"niveauAlerte\": 3,\n              \"idAlerte\": \"0000034060\",\n              \"productId2\": 0,\n              \"productLabel2\": \"\",\n              \"details\": \"\",\n            },\n            {\n              \"codeAlerte\": 2,\n              \"libelleAlerte\": \"Sujet &#226;g&#233;\",\n              \"typeAlerte\": \"Précaution d'emploi\",\n              \"niveauAlerte\": 2,\n              \"idAlerte\": \"0000005633\",\n              \"productId2\": 0,\n              \"productLabel2\": \"\",\n              \"details\": \"\",\n            },\n            {\n              \"codeAlerte\": 2,\n              \"libelleAlerte\": \"Poids corporel &lt; 50 kg\",\n              \"typeAlerte\": \"Précaution d'emploi\",\n              \"niveauAlerte\": 2,\n              \"idAlerte\": \"0000031353\",\n              \"productId2\": 0,\n              \"productLabel2\": \"\",\n              \"details\": \"\",\n            },\n          ],\n          \"samCode\": null,\n          \"samPatient\": false,\n        },\n        \"extendedProperties\": null,\n      },\n      {\n        \"code\": \"29968\",\n        \"productId\": 29968,\n        \"type\": 1,\n        \"labelHtml\": \"DOLIPRANE 200 mg, suppositoire, bo&icirc;te de 10\",\n        \"code13\": \"3400934809866\",\n        \"deletedDate\": \"\",\n        \"deleted\": false,\n        \"labels\": {\n          \"typeLabel\": \"Pr&#233;sentation\",\n          \"label\": \"DOLIPRANE 200 mg. suppositoire. boite de 10\",\n          \"shortLabel\": \"DOLIPRANE 200MG SUP 10\",\n          \"shortLabelHtml\": \"DOLIPRANE 200MG SUP 10\",\n          \"longLabel\": \"DOLIPRANE 200 mg. suppositoire. boite de 10\",\n          \"longLabelHtml\": \"DOLIPRANE 200 mg, suppositoire, bo&icirc;te de 10\",\n          \"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\"\n        },\n        \"properties\": {\n          \"thumbnail\": \"https://documents.resip.fr/vignettes/29968_vign.jpg\",\n          \"productName\": \"DOLIPRANE\",\n          \"productDosage\": \"200 mg\",\n          \"galenicFormCode\": \"CN01\",\n          \"galenicFormLabel\": \"Suppositoire\",\n          \"galenicFormLabelHtml\": null,\n          \"aspect\": \" SUPPOSITOIRE\",\n          \"inFacilityFormulary\": false,\n          \"codes\": {\n            \"cip7\": \"3480986\",\n            \"cip13\": \"3400934809866\",\n            \"cip13Referent\": \"3400934809866\",\n            \"ucd7\": \"9209718\",\n            \"ucd13\": \"3400892097183\",\n            \"cis\": \"64361369\",\n            \"code13Referent\": \"3400934809866\",\n            \"ean13\": []\n          },\n          \"flags\": {\n            \"doping\": 0,\n            \"driveWarning\": \"0\",\n            \"narcotic\": 0,\n            \"crushable\": -1,\n            \"referent\": 0,\n            \"generic\": 0,\n            \"biosimilar\": 0,\n            \"hospitalDelivery\": 0,\n            \"internal\": 1,\n            \"medicalDevice\": 0,\n            \"homeo\": 0,\n            \"exactcureSimulable\": 1,\n            \"pediatrics\": 1,\n            \"hybrid\": 0,\n            \"extendedFlags\": {\n              \"bloodDerivative\": 0,\n              \"anticoagulant\": 0,\n              \"vaccin\": 0,\n              \"soluteDilution\": 0,\n              \"emergencyContraceptive\": 0,\n              \"minorContraceptive\": 0,\n              \"fridge\": 0,\n              \"humanAntibiotic\": 0,\n              \"veterinaryAntibiotic\": 0,\n              \"veterinaryPrescription\": 0,\n              \"deconditionning\": 0,\n              \"seasonalFluVaccine\": 0,\n              \"ghs\": 1,\n              \"horsGhs\": 0,\n              \"infertilityTreatment\": 0,\n              \"mindalteringSubstance\": 0,\n              \"testReagent\": 0,\n              \"firstAgeMilk\": 0,\n              \"abortionDrug\": 0,\n              \"mte\": 0,\n              \"tfr\": 0,\n              \"biosimilarReferent\": 0,\n              \"freezer\": 0,\n              \"reinforcedMonitoring\": 0,\n              \"t2a\": 0,\n              \"communityApproval\": 1,\n              \"drugException\": 0,\n              \"hybridReferent\": 0,\n              \"pregnancyPictogram\": 0\n            }\n          },\n          \"segmentationAttributes\": null,\n          \"excipientsWithKnowEffects\": [],\n          \"atcClassesLevel2\": [\n            {\n              \"code\": \"N02\",\n              \"label\": \"Analg&#233;siques\"\n            }\n          ],\n          \"intakeUnits\": [\n            {\n              \"order\": 1,\n              \"code\": 48,\n              \"labelHtml\": \"mg\",\n              \"pluralLabelHtml\": \"mg\",\n              \"shortLabelHtml\": \"mg\",\n              \"dispensationNumber\": \"0\",\n              \"distributionNumber\": \"0\",\n              \"intakeUnitNumber\": \"0,0050000000\",\n              \"round\": 100,\n              \"throwTheRest\": 0\n            },\n            {\n              \"order\": 2,\n              \"code\": 39,\n              \"labelHtml\": \"suppositoire\",\n              \"pluralLabelHtml\": \"suppositoires\",\n              \"shortLabelHtml\": \"sup\",\n              \"dispensationNumber\": \"10\",\n              \"distributionNumber\": \"10,00000\",\n              \"intakeUnitNumber\": \"1,0000000000\",\n              \"round\": 1,\n              \"throwTheRest\": 0\n            }\n          ],\n          \"subLaboratories\": null\n        },\n        \"prices\": {\n          \"ucdPrice\": \"13\",\n          \"repaymentRate\": 65.0,\n          \"vatRate\": \"2,10\",\n          \"reimbursementBase\": \"0000133\",\n          \"sellingPrice\": \"0000133\",\n          \"tfr\": null\n        },\n        \"searchProperties\": {\n          \"score\": null,\n          \"safeScore\": 9,\n          \"safeDetails\": [\n            {\n              \"codeAlerte\": 1,\n              \"libelleAlerte\": \"Patient de moins de 12 kg\",\n              \"typeAlerte\": \"Contre-indication déconseillé\",\n              \"niveauAlerte\": 3,\n              \"idAlerte\": \"0000010002\",\n              \"productId2\": 0,\n              \"productLabel2\": \"\",\n              \"details\": \"\"\n            },\n            {\n              \"codeAlerte\": 1,\n              \"libelleAlerte\": \"Patient de plus de 16 kg\",\n              \"typeAlerte\": \"Contre-indication déconseillé\",\n              \"niveauAlerte\": 3,\n              \"idAlerte\": \"0000033377\",\n              \"productId2\": 0,\n              \"productLabel2\": \"\",\n              \"details\": \"\"\n            },\n            {\n              \"codeAlerte\": 1,\n              \"libelleAlerte\": \"Patient de plus de 15 ans\",\n              \"typeAlerte\": \"Contre-indication déconseillé\",\n              \"niveauAlerte\": 3,\n              \"idAlerte\": \"0000033871\",\n              \"productId2\": 0,\n              \"productLabel2\": \"\",\n              \"details\": \"\"\n            }\n          ],\n          \"samCode\": null,\n          \"samPatient\": false\n        },\n        \"extendedProperties\": null\n      },\n      {\n        \"code\": \"30444\",\n        \"productId\": 30444,\n        \"type\": 1,\n        \"labelHtml\": \"DOLIPRANE 300 mg, poudre pour solution buvable en sachet-dose, bo&icirc;te de 12 sachets-dose\",\n        \"code13\": \"3400934999451\",\n        \"deletedDate\": \"\",\n        \"deleted\": false,\n        \"labels\": {\n          \"typeLabel\": \"Pr&#233;sentation\",\n          \"label\": \"DOLIPRANE 300 mg. poudre pour solution buvable en sachet dose. boite de 12 sachets dose\",\n          \"shortLabel\": \"DOLIPRANE 300MG SACHET 12\",\n          \"shortLabelHtml\": \"DOLIPRANE 300MG SACHET 12\",\n          \"longLabel\": \"DOLIPRANE 300 mg. poudre pour solution buvable en sachet dose. boite de 12 sachets dose\",\n          \"longLabelHtml\": \"DOLIPRANE 300 mg, poudre pour solution buvable en sachet-dose, bo&icirc;te de 12 sachets-dose\",\n          \"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\"\n        },\n        \"properties\": {\n          \"thumbnail\": \"https://documents.resip.fr/vignettes/30444_vign.jpg\",\n          \"productName\": \"DOLIPRANE\",\n          \"productDosage\": \"300 mg\",\n          \"galenicFormCode\": \"BD03\",\n          \"galenicFormLabel\": \"Poudre pour solution buvable\",\n          \"galenicFormLabelHtml\": null,\n          \"aspect\": \" POUDRE BUVABLE SOLUTION\",\n          \"inFacilityFormulary\": false,\n          \"codes\": {\n            \"cip7\": \"3499945\",\n            \"cip13\": \"3400934999451\",\n            \"cip13Referent\": \"3400934999451\",\n            \"ucd7\": \"9210957\",\n            \"ucd13\": \"3400892109572\",\n            \"cis\": \"69002078\",\n            \"code13Referent\": \"3400934999451\",\n            \"ean13\": []\n          },\n          \"flags\": {\n            \"doping\": 0,\n            \"driveWarning\": \"0\",\n            \"narcotic\": 0,\n            \"crushable\": -1,\n            \"referent\": 0,\n            \"generic\": 0,\n            \"biosimilar\": 0,\n            \"hospitalDelivery\": 0,\n            \"internal\": 1,\n            \"medicalDevice\": 0,\n            \"homeo\": 0,\n            \"exactcureSimulable\": 1,\n            \"pediatrics\": 1,\n            \"hybrid\": 0,\n            \"extendedFlags\": {\n              \"bloodDerivative\": 0,\n              \"anticoagulant\": 0,\n              \"vaccin\": 0,\n              \"soluteDilution\": 0,\n              \"emergencyContraceptive\": 0,\n              \"minorContraceptive\": 0,\n              \"fridge\": 0,\n              \"humanAntibiotic\": 0,\n              \"veterinaryAntibiotic\": 0,\n              \"veterinaryPrescription\": 0,\n              \"deconditionning\": 0,\n              \"seasonalFluVaccine\": 0,\n              \"ghs\": 1,\n              \"horsGhs\": 0,\n              \"infertilityTreatment\": 0,\n              \"mindalteringSubstance\": 0,\n              \"testReagent\": 0,\n              \"firstAgeMilk\": 0,\n              \"abortionDrug\": 0,\n              \"mte\": 0,\n              \"tfr\": 0,\n              \"biosimilarReferent\": 0,\n              \"freezer\": 0,\n              \"reinforcedMonitoring\": 0,\n              \"t2a\": 0,\n              \"communityApproval\": 1,\n              \"drugException\": 0,\n              \"hybridReferent\": 0,\n              \"pregnancyPictogram\": 0\n            }\n          },\n          \"segmentationAttributes\": null,\n          \"excipientsWithKnowEffects\": [\n            {\n              \"code\": \"48\",\n              \"label\": \"Sodium benzoate\",\n              \"parentCode\": \"48\"\n            },\n            {\n              \"code\": \"15\",\n              \"label\": \"Saccharose\",\n              \"parentCode\": \"15\"\n            }\n          ],\n          \"atcClassesLevel2\": [\n            {\n              \"code\": \"N02\",\n              \"label\": \"Analg&#233;siques\"\n            }\n          ],\n          \"intakeUnits\": [\n            {\n              \"order\": 1,\n              \"code\": 48,\n              \"labelHtml\": \"mg\",\n              \"pluralLabelHtml\": \"mg\",\n              \"shortLabelHtml\": \"mg\",\n              \"dispensationNumber\": \"0\",\n              \"distributionNumber\": \"0\",\n              \"intakeUnitNumber\": \"0,0033333000\",\n              \"round\": 100,\n              \"throwTheRest\": 0\n            },\n            {\n              \"order\": 2,\n              \"code\": 13,\n              \"labelHtml\": \"sachet\",\n              \"pluralLabelHtml\": \"sachets\",\n              \"shortLabelHtml\": \"sac\",\n              \"dispensationNumber\": \"0\",\n              \"distributionNumber\": \"0\",\n              \"intakeUnitNumber\": \"1,0000000000\",\n              \"round\": 1,\n              \"throwTheRest\": 0\n            },\n            {\n              \"order\": 3,\n              \"code\": 9,\n              \"labelHtml\": \"g\",\n              \"pluralLabelHtml\": \"g\",\n              \"shortLabelHtml\": \"g\",\n              \"dispensationNumber\": \"0\",\n              \"distributionNumber\": \"0\",\n              \"intakeUnitNumber\": \"3,3333000000\",\n              \"round\": 100,\n              \"throwTheRest\": 0\n            },\n            {\n              \"order\": 4,\n              \"code\": 158,\n              \"labelHtml\": \"sachet-dose\",\n              \"pluralLabelHtml\": \"sachets-dose\",\n              \"shortLabelHtml\": \"sac\",\n              \"dispensationNumber\": \"12\",\n              \"distributionNumber\": \"12,00000\",\n              \"intakeUnitNumber\": \"1,0000000000\",\n              \"round\": 1,\n              \"throwTheRest\": 0\n            }\n          ],\n          \"subLaboratories\": null\n        },\n        \"prices\": {\n          \"ucdPrice\": \"12\",\n          \"repaymentRate\": 65.0,\n          \"vatRate\": \"2,10\",\n          \"reimbursementBase\": \"0000143\",\n          \"sellingPrice\": \"0000143\",\n          \"tfr\": null\n        },\n        \"searchProperties\": {\n          \"score\": null,\n          \"safeScore\": 9,\n          \"safeDetails\": [\n            {\n              \"codeAlerte\": 1,\n              \"libelleAlerte\": \"Patient de moins de 16 kg\",\n              \"typeAlerte\": \"Contre-indication déconseillé\",\n              \"niveauAlerte\": 3,\n              \"idAlerte\": \"0000032695\",\n              \"productId2\": 0,\n              \"productLabel2\": \"\",\n              \"details\": \"\"\n            },\n            {\n              \"codeAlerte\": 1,\n              \"libelleAlerte\": \"Patient de plus de 48 kg\",\n              \"typeAlerte\": \"Contre-indication déconseillé\",\n              \"niveauAlerte\": 3,\n              \"idAlerte\": \"0000033381\",\n              \"productId2\": 0,\n              \"productLabel2\": \"\",\n              \"details\": \"\"\n            },\n            {\n              \"codeAlerte\": 1,\n              \"libelleAlerte\": \"Patient de plus de 15 ans\",\n              \"typeAlerte\": \"Contre-indication déconseillé\",\n              \"niveauAlerte\": 3,\n              \"idAlerte\": \"0000033871\",\n              \"productId2\": 0,\n              \"productLabel2\": \"\",\n              \"details\": \"\"\n            }\n          ],\n          \"samCode\": null,\n          \"samPatient\": false\n        },\n        \"extendedProperties\": null\n      },\n      {\n        \"code\": \"24965\",\n        \"productId\": 0,\n        \"type\": 12,\n        \"labelHtml\": \"Dolipranecaps\",\n        \"code13\": null,\n        \"deletedDate\": \"\",\n        \"deleted\": false,\n        \"labels\": {\n          \"typeLabel\": \"Gamme\",\n          \"label\": \"Dolipranecaps\",\n          \"shortLabel\": \"Dolipranecaps\",\n          \"shortLabelHtml\": \"Dolipranecaps\",\n          \"longLabel\": null,\n          \"longLabelHtml\": null,\n          \"searchLabel\": \"DOLIPRANECAPS DOLIPRANECAPS   DOLIPRANECAPS\",\n        },\n        \"properties\": {\n          \"thumbnail\": null,\n          \"productName\": null,\n          \"productDosage\": null,\n          \"galenicFormCode\": null,\n          \"galenicFormLabel\": null,\n          \"galenicFormLabelHtml\": null,\n          \"aspect\": null,\n          \"inFacilityFormulary\": false,\n          \"codes\": {\n            \"cip7\": \"\",\n            \"cip13\": \"\",\n            \"cip13Referent\": \"\",\n            \"ucd7\": \"\",\n            \"ucd13\": \"\",\n            \"cis\": \"\",\n            \"code13Referent\": null,\n            \"ean13\": null,\n          },\n          \"flags\": {\n            \"doping\": 0,\n            \"driveWarning\": \"0\",\n            \"narcotic\": 0,\n            \"crushable\": -1,\n            \"referent\": 0,\n            \"generic\": 0,\n            \"biosimilar\": 0,\n            \"hospitalDelivery\": 0,\n            \"internal\": 1,\n            \"medicalDevice\": 0,\n            \"homeo\": 0,\n            \"exactcureSimulable\": 0,\n            \"pediatrics\": 0,\n            \"hybrid\": 0,\n            \"extendedFlags\": {\n              \"bloodDerivative\": 0,\n              \"anticoagulant\": 0,\n              \"vaccin\": 0,\n              \"soluteDilution\": 0,\n              \"emergencyContraceptive\": 0,\n              \"minorContraceptive\": 0,\n              \"fridge\": 0,\n              \"humanAntibiotic\": 0,\n              \"veterinaryAntibiotic\": 0,\n              \"veterinaryPrescription\": 0,\n              \"deconditionning\": 0,\n              \"seasonalFluVaccine\": 0,\n              \"ghs\": 0,\n              \"horsGhs\": 0,\n              \"infertilityTreatment\": 0,\n              \"mindalteringSubstance\": 0,\n              \"testReagent\": 0,\n              \"firstAgeMilk\": 0,\n              \"abortionDrug\": 0,\n              \"mte\": 0,\n              \"tfr\": 0,\n              \"biosimilarReferent\": 0,\n              \"freezer\": 0,\n              \"reinforcedMonitoring\": 0,\n              \"t2a\": 0,\n              \"communityApproval\": 0,\n              \"drugException\": 0,\n              \"hybridReferent\": 0,\n              \"pregnancyPictogram\": 0,\n            },\n          },\n          \"segmentationAttributes\": null,\n          \"excipientsWithKnowEffects\": [],\n          \"atcClassesLevel2\": null,\n          \"intakeUnits\": null,\n          \"subLaboratories\": [],\n        },\n        \"prices\": {\n          \"ucdPrice\": \"0\",\n          \"repaymentRate\": 0.0,\n          \"vatRate\": null,\n          \"reimbursementBase\": null,\n          \"sellingPrice\": \"\",\n          \"tfr\": null,\n        },\n        \"searchProperties\": {\n          \"score\": null,\n          \"safeScore\": 0,\n          \"safeDetails\": null,\n          \"samCode\": null,\n          \"samPatient\": false,\n        },\n        \"extendedProperties\": null,\n      },\n      {\n        \"code\": \"29966\",\n        \"productId\": 29966,\n        \"type\": 1,\n        \"labelHtml\": \"DOLIPRANE 100 mg, suppositoire s&eacute;cable, bo&icirc;te de 10\",\n        \"code13\": \"3400934809118\",\n        \"deletedDate\": \"\",\n        \"deleted\": false,\n        \"labels\": {\n          \"typeLabel\": \"Pr&#233;sentation\",\n          \"label\": \"DOLIPRANE 100 mg. suppositoire secable. boite de 10\",\n          \"shortLabel\": \"DOLIPRANE 100MG SUP SECABLE 10\",\n          \"shortLabelHtml\": \"DOLIPRANE 100MG SUP SECABLE 10\",\n          \"longLabel\": \"DOLIPRANE 100 mg. suppositoire secable. boite de 10\",\n          \"longLabelHtml\": \"DOLIPRANE 100 mg, suppositoire s&eacute;cable, bo&icirc;te de 10\",\n          \"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\"\n        },\n        \"properties\": {\n          \"thumbnail\": \"https://documents.resip.fr/vignettes/29966_vign.jpg\",\n          \"productName\": \"DOLIPRANE\",\n          \"productDosage\": \"100 mg\",\n          \"galenicFormCode\": \"CN02\",\n          \"galenicFormLabel\": \"Suppositoire secable\",\n          \"galenicFormLabelHtml\": null,\n          \"aspect\": \" SECABLE SUPPOSITOIRE\",\n          \"inFacilityFormulary\": false,\n          \"codes\": {\n            \"cip7\": \"3480911\",\n            \"cip13\": \"3400934809118\",\n            \"cip13Referent\": \"3400934809118\",\n            \"ucd7\": \"9209693\",\n            \"ucd13\": \"3400892096933\",\n            \"cis\": \"66057393\",\n            \"code13Referent\": \"3400934809118\",\n            \"ean13\": []\n          },\n          \"flags\": {\n            \"doping\": 0,\n            \"driveWarning\": \"0\",\n            \"narcotic\": 0,\n            \"crushable\": -1,\n            \"referent\": 0,\n            \"generic\": 0,\n            \"biosimilar\": 0,\n            \"hospitalDelivery\": 0,\n            \"internal\": 1,\n            \"medicalDevice\": 0,\n            \"homeo\": 0,\n            \"exactcureSimulable\": 1,\n            \"pediatrics\": 1,\n            \"hybrid\": 0,\n            \"extendedFlags\": {\n              \"bloodDerivative\": 0,\n              \"anticoagulant\": 0,\n              \"vaccin\": 0,\n              \"soluteDilution\": 0,\n              \"emergencyContraceptive\": 0,\n              \"minorContraceptive\": 0,\n              \"fridge\": 0,\n              \"humanAntibiotic\": 0,\n              \"veterinaryAntibiotic\": 0,\n              \"veterinaryPrescription\": 0,\n              \"deconditionning\": 0,\n              \"seasonalFluVaccine\": 0,\n              \"ghs\": 1,\n              \"horsGhs\": 0,\n              \"infertilityTreatment\": 0,\n              \"mindalteringSubstance\": 0,\n              \"testReagent\": 0,\n              \"firstAgeMilk\": 0,\n              \"abortionDrug\": 0,\n              \"mte\": 0,\n              \"tfr\": 0,\n              \"biosimilarReferent\": 0,\n              \"freezer\": 0,\n              \"reinforcedMonitoring\": 0,\n              \"t2a\": 0,\n              \"communityApproval\": 1,\n              \"drugException\": 0,\n              \"hybridReferent\": 0,\n              \"pregnancyPictogram\": 0\n            }\n          },\n          \"segmentationAttributes\": null,\n          \"excipientsWithKnowEffects\": [],\n          \"atcClassesLevel2\": [\n            {\n              \"code\": \"N02\",\n              \"label\": \"Analg&#233;siques\"\n            }\n          ],\n          \"intakeUnits\": [\n            {\n              \"order\": 1,\n              \"code\": 48,\n              \"labelHtml\": \"mg\",\n              \"pluralLabelHtml\": \"mg\",\n              \"shortLabelHtml\": \"mg\",\n              \"dispensationNumber\": \"0\",\n              \"distributionNumber\": \"0\",\n              \"intakeUnitNumber\": \"0,0100000000\",\n              \"round\": 100,\n              \"throwTheRest\": 0\n            },\n            {\n              \"order\": 2,\n              \"code\": 39,\n              \"labelHtml\": \"suppositoire\",\n              \"pluralLabelHtml\": \"suppositoires\",\n              \"shortLabelHtml\": \"sup\",\n              \"dispensationNumber\": \"10\",\n              \"distributionNumber\": \"10,00000\",\n              \"intakeUnitNumber\": \"1,0000000000\",\n              \"round\": 2,\n              \"throwTheRest\": 0\n            }\n          ],\n          \"subLaboratories\": null\n        },\n        \"prices\": {\n          \"ucdPrice\": \"13\",\n          \"repaymentRate\": 65.0,\n          \"vatRate\": \"2,10\",\n          \"reimbursementBase\": \"0000133\",\n          \"sellingPrice\": \"0000133\",\n          \"tfr\": null\n        },\n        \"searchProperties\": {\n          \"score\": null,\n          \"safeScore\": 9,\n          \"safeDetails\": [\n            {\n              \"codeAlerte\": 1,\n              \"libelleAlerte\": \"Patient de plus de 8 kg\",\n              \"typeAlerte\": \"Contre-indication déconseillé\",\n              \"niveauAlerte\": 3,\n              \"idAlerte\": \"0000033372\",\n              \"productId2\": 0,\n              \"productLabel2\": \"\",\n              \"details\": \"\"\n            },\n            {\n              \"codeAlerte\": 1,\n              \"libelleAlerte\": \"Patient de moins de 3 kg\",\n              \"typeAlerte\": \"Contre-indication déconseillé\",\n              \"niveauAlerte\": 3,\n              \"idAlerte\": \"0000033382\",\n              \"productId2\": 0,\n              \"productLabel2\": \"\",\n              \"details\": \"\"\n            },\n            {\n              \"codeAlerte\": 1,\n              \"libelleAlerte\": \"Patient de plus de 15 ans\",\n              \"typeAlerte\": \"Contre-indication déconseillé\",\n              \"niveauAlerte\": 3,\n              \"idAlerte\": \"0000033871\",\n              \"productId2\": 0,\n              \"productLabel2\": \"\",\n              \"details\": \"\"\n            }\n          ],\n          \"samCode\": null,\n          \"samPatient\": false\n        },\n        \"extendedProperties\": null\n      },\n      {\n        \"code\": \"29967\",\n        \"productId\": 29967,\n        \"type\": 1,\n        \"labelHtml\": \"DOLIPRANE 150 mg, suppositoire, bo&icirc;te de 10\",\n        \"code13\": \"3400934809408\",\n        \"deletedDate\": \"\",\n        \"deleted\": false,\n        \"labels\": {\n          \"typeLabel\": \"Pr&#233;sentation\",\n          \"label\": \"DOLIPRANE 150 mg. suppositoire. boite de 10\",\n          \"shortLabel\": \"DOLIPRANE 150MG SUP 10\",\n          \"shortLabelHtml\": \"DOLIPRANE 150MG SUP 10\",\n          \"longLabel\": \"DOLIPRANE 150 mg. suppositoire. boite de 10\",\n          \"longLabelHtml\": \"DOLIPRANE 150 mg, suppositoire, bo&icirc;te de 10\",\n          \"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\"\n        },\n        \"properties\": {\n          \"thumbnail\": \"https://documents.resip.fr/vignettes/29967_vign.jpg\",\n          \"productName\": \"DOLIPRANE\",\n          \"productDosage\": \"150 mg\",\n          \"galenicFormCode\": \"CN01\",\n          \"galenicFormLabel\": \"Suppositoire\",\n          \"galenicFormLabelHtml\": null,\n          \"aspect\": \" SUPPOSITOIRE\",\n          \"inFacilityFormulary\": false,\n          \"codes\": {\n            \"cip7\": \"3480940\",\n            \"cip13\": \"3400934809408\",\n            \"cip13Referent\": \"3400934809408\",\n            \"ucd7\": \"9209701\",\n            \"ucd13\": \"3400892097015\",\n            \"cis\": \"60310861\",\n            \"code13Referent\": \"3400934809408\",\n            \"ean13\": []\n          },\n          \"flags\": {\n            \"doping\": 0,\n            \"driveWarning\": \"0\",\n            \"narcotic\": 0,\n            \"crushable\": -1,\n            \"referent\": 0,\n            \"generic\": 0,\n            \"biosimilar\": 0,\n            \"hospitalDelivery\": 0,\n            \"internal\": 1,\n            \"medicalDevice\": 0,\n            \"homeo\": 0,\n            \"exactcureSimulable\": 1,\n            \"pediatrics\": 1,\n            \"hybrid\": 0,\n            \"extendedFlags\": {\n              \"bloodDerivative\": 0,\n              \"anticoagulant\": 0,\n              \"vaccin\": 0,\n              \"soluteDilution\": 0,\n              \"emergencyContraceptive\": 0,\n              \"minorContraceptive\": 0,\n              \"fridge\": 0,\n              \"humanAntibiotic\": 0,\n              \"veterinaryAntibiotic\": 0,\n              \"veterinaryPrescription\": 0,\n              \"deconditionning\": 0,\n              \"seasonalFluVaccine\": 0,\n              \"ghs\": 1,\n              \"horsGhs\": 0,\n              \"infertilityTreatment\": 0,\n              \"mindalteringSubstance\": 0,\n              \"testReagent\": 0,\n              \"firstAgeMilk\": 0,\n              \"abortionDrug\": 0,\n              \"mte\": 0,\n              \"tfr\": 0,\n              \"biosimilarReferent\": 0,\n              \"freezer\": 0,\n              \"reinforcedMonitoring\": 0,\n              \"t2a\": 0,\n              \"communityApproval\": 1,\n              \"drugException\": 0,\n              \"hybridReferent\": 0,\n              \"pregnancyPictogram\": 0\n            }\n          },\n          \"segmentationAttributes\": null,\n          \"excipientsWithKnowEffects\": [],\n          \"atcClassesLevel2\": [\n            {\n              \"code\": \"N02\",\n              \"label\": \"Analg&#233;siques\"\n            }\n          ],\n          \"intakeUnits\": [\n            {\n              \"order\": 1,\n              \"code\": 48,\n              \"labelHtml\": \"mg\",\n              \"pluralLabelHtml\": \"mg\",\n              \"shortLabelHtml\": \"mg\",\n              \"dispensationNumber\": \"0\",\n              \"distributionNumber\": \"0\",\n              \"intakeUnitNumber\": \"0,0066666000\",\n              \"round\": 100,\n              \"throwTheRest\": 0\n            },\n            {\n              \"order\": 2,\n              \"code\": 39,\n              \"labelHtml\": \"suppositoire\",\n              \"pluralLabelHtml\": \"suppositoires\",\n              \"shortLabelHtml\": \"sup\",\n              \"dispensationNumber\": \"10\",\n              \"distributionNumber\": \"10,00000\",\n              \"intakeUnitNumber\": \"1,0000000000\",\n              \"round\": 1,\n              \"throwTheRest\": 0\n            }\n          ],\n          \"subLaboratories\": null\n        },\n        \"prices\": {\n          \"ucdPrice\": \"13\",\n          \"repaymentRate\": 65.0,\n          \"vatRate\": \"2,10\",\n          \"reimbursementBase\": \"0000133\",\n          \"sellingPrice\": \"0000133\",\n          \"tfr\": null\n        },\n        \"searchProperties\": {\n          \"score\": null,\n          \"safeScore\": 9,\n          \"safeDetails\": [\n            {\n              \"codeAlerte\": 1,\n              \"libelleAlerte\": \"Patient de moins de 8 kg\",\n              \"typeAlerte\": \"Contre-indication déconseillé\",\n              \"niveauAlerte\": 3,\n              \"idAlerte\": \"0000029805\",\n              \"productId2\": 0,\n              \"productLabel2\": \"\",\n              \"details\": \"\"\n            },\n            {\n              \"codeAlerte\": 1,\n              \"libelleAlerte\": \"Patient de plus de 12 kg\",\n              \"typeAlerte\": \"Contre-indication déconseillé\",\n              \"niveauAlerte\": 3,\n              \"idAlerte\": \"0000033371\",\n              \"productId2\": 0,\n              \"productLabel2\": \"\",\n              \"details\": \"\"\n            },\n            {\n              \"codeAlerte\": 1,\n              \"libelleAlerte\": \"Patient de plus de 15 ans\",\n              \"typeAlerte\": \"Contre-indication déconseillé\",\n              \"niveauAlerte\": 3,\n              \"idAlerte\": \"0000033871\",\n              \"productId2\": 0,\n              \"productLabel2\": \"\",\n              \"details\": \"\"\n            }\n          ],\n          \"samCode\": null,\n          \"samPatient\": false\n        },\n        \"extendedProperties\": null\n      },\n      {\n        \"code\": \"30443\",\n        \"productId\": 30443,\n        \"type\": 1,\n        \"labelHtml\": \"DOLIPRANE 200 mg, poudre pour solution buvable en sachet-dose, bo&icirc;te de 12 sachets-dose\",\n        \"code13\": \"3400934999161\",\n        \"deletedDate\": \"\",\n        \"deleted\": false,\n        \"labels\": {\n          \"typeLabel\": \"Pr&#233;sentation\",\n          \"label\": \"DOLIPRANE 200 mg. poudre pour solution buvable en sachet dose. boite de 12 sachets dose\",\n          \"shortLabel\": \"DOLIPRANE 200MG SACHET 12\",\n          \"shortLabelHtml\": \"DOLIPRANE 200MG SACHET 12\",\n          \"longLabel\": \"DOLIPRANE 200 mg. poudre pour solution buvable en sachet dose. boite de 12 sachets dose\",\n          \"longLabelHtml\": \"DOLIPRANE 200 mg, poudre pour solution buvable en sachet-dose, bo&icirc;te de 12 sachets-dose\",\n          \"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\"\n        },\n        \"properties\": {\n          \"thumbnail\": \"https://documents.resip.fr/vignettes/30443_vign.jpg\",\n          \"productName\": \"DOLIPRANE\",\n          \"productDosage\": \"200 mg\",\n          \"galenicFormCode\": \"BD03\",\n          \"galenicFormLabel\": \"Poudre pour solution buvable\",\n          \"galenicFormLabelHtml\": null,\n          \"aspect\": \" POUDRE BUVABLE SOLUTION\",\n          \"inFacilityFormulary\": false,\n          \"codes\": {\n            \"cip7\": \"3499916\",\n            \"cip13\": \"3400934999161\",\n            \"cip13Referent\": \"3400934999161\",\n            \"ucd7\": \"9210940\",\n            \"ucd13\": \"3400892109404\",\n            \"cis\": \"68794211\",\n            \"code13Referent\": \"3400934999161\",\n            \"ean13\": []\n          },\n          \"flags\": {\n            \"doping\": 0,\n            \"driveWarning\": \"0\",\n            \"narcotic\": 0,\n            \"crushable\": -1,\n            \"referent\": 0,\n            \"generic\": 0,\n            \"biosimilar\": 0,\n            \"hospitalDelivery\": 0,\n            \"internal\": 1,\n            \"medicalDevice\": 0,\n            \"homeo\": 0,\n            \"exactcureSimulable\": 1,\n            \"pediatrics\": 1,\n            \"hybrid\": 0,\n            \"extendedFlags\": {\n              \"bloodDerivative\": 0,\n              \"anticoagulant\": 0,\n              \"vaccin\": 0,\n              \"soluteDilution\": 0,\n              \"emergencyContraceptive\": 0,\n              \"minorContraceptive\": 0,\n              \"fridge\": 0,\n              \"humanAntibiotic\": 0,\n              \"veterinaryAntibiotic\": 0,\n              \"veterinaryPrescription\": 0,\n              \"deconditionning\": 0,\n              \"seasonalFluVaccine\": 0,\n              \"ghs\": 1,\n              \"horsGhs\": 0,\n              \"infertilityTreatment\": 0,\n              \"mindalteringSubstance\": 0,\n              \"testReagent\": 0,\n              \"firstAgeMilk\": 0,\n              \"abortionDrug\": 0,\n              \"mte\": 0,\n              \"tfr\": 0,\n              \"biosimilarReferent\": 0,\n              \"freezer\": 0,\n              \"reinforcedMonitoring\": 0,\n              \"t2a\": 0,\n              \"communityApproval\": 1,\n              \"drugException\": 0,\n              \"hybridReferent\": 0,\n              \"pregnancyPictogram\": 0\n            }\n          },\n          \"segmentationAttributes\": null,\n          \"excipientsWithKnowEffects\": [\n            {\n              \"code\": \"48\",\n              \"label\": \"Sodium benzoate\",\n              \"parentCode\": \"48\"\n            },\n            {\n              \"code\": \"15\",\n              \"label\": \"Saccharose\",\n              \"parentCode\": \"15\"\n            }\n          ],\n          \"atcClassesLevel2\": [\n            {\n              \"code\": \"N02\",\n              \"label\": \"Analg&#233;siques\"\n            }\n          ],\n          \"intakeUnits\": [\n            {\n              \"order\": 1,\n              \"code\": 48,\n              \"labelHtml\": \"mg\",\n              \"pluralLabelHtml\": \"mg\",\n              \"shortLabelHtml\": \"mg\",\n              \"dispensationNumber\": \"0\",\n              \"distributionNumber\": \"0\",\n              \"intakeUnitNumber\": \"0,0050000000\",\n              \"round\": 100,\n              \"throwTheRest\": 0\n            },\n            {\n              \"order\": 2,\n              \"code\": 13,\n              \"labelHtml\": \"sachet\",\n              \"pluralLabelHtml\": \"sachets\",\n              \"shortLabelHtml\": \"sac\",\n              \"dispensationNumber\": \"0\",\n              \"distributionNumber\": \"12,00000\",\n              \"intakeUnitNumber\": \"1,0000000000\",\n              \"round\": 1,\n              \"throwTheRest\": 0\n            },\n            {\n              \"order\": 3,\n              \"code\": 158,\n              \"labelHtml\": \"sachet-dose\",\n              \"pluralLabelHtml\": \"sachets-dose\",\n              \"shortLabelHtml\": \"sac\",\n              \"dispensationNumber\": \"12\",\n              \"distributionNumber\": \"0\",\n              \"intakeUnitNumber\": \"1,0000000000\",\n              \"round\": 1,\n              \"throwTheRest\": 0\n            }\n          ],\n          \"subLaboratories\": null\n        },\n        \"prices\": {\n          \"ucdPrice\": \"12\",\n          \"repaymentRate\": 65.0,\n          \"vatRate\": \"2,10\",\n          \"reimbursementBase\": \"0000143\",\n          \"sellingPrice\": \"0000143\",\n          \"tfr\": null\n        },\n        \"searchProperties\": {\n          \"score\": null,\n          \"safeScore\": 9,\n          \"safeDetails\": [\n            {\n              \"codeAlerte\": 1,\n              \"libelleAlerte\": \"Patient de plus de 25 kg\",\n              \"typeAlerte\": \"Contre-indication déconseillé\",\n              \"niveauAlerte\": 3,\n              \"idAlerte\": \"0000033356\",\n              \"productId2\": 0,\n              \"productLabel2\": \"\",\n              \"details\": \"\"\n            },\n            {\n              \"codeAlerte\": 1,\n              \"libelleAlerte\": \"Patient de moins de 11 kg\",\n              \"typeAlerte\": \"Contre-indication déconseillé\",\n              \"niveauAlerte\": 3,\n              \"idAlerte\": \"0000033357\",\n              \"productId2\": 0,\n              \"productLabel2\": \"\",\n              \"details\": \"\"\n            },\n            {\n              \"codeAlerte\": 1,\n              \"libelleAlerte\": \"Patient de plus de 15 ans\",\n              \"typeAlerte\": \"Contre-indication déconseillé\",\n              \"niveauAlerte\": 3,\n              \"idAlerte\": \"0000033871\",\n              \"productId2\": 0,\n              \"productLabel2\": \"\",\n              \"details\": \"\"\n            }\n          ],\n          \"samCode\": null,\n          \"samPatient\": false\n        },\n        \"extendedProperties\": null\n      },\n      {\n        \"code\": \"41511\",\n        \"productId\": 0,\n        \"type\": 12,\n        \"labelHtml\": \"Dolipranelib\",\n        \"code13\": null,\n        \"deletedDate\": \"\",\n        \"deleted\": false,\n        \"labels\": {\n          \"typeLabel\": \"Gamme\",\n          \"label\": \"Dolipranelib\",\n          \"shortLabel\": \"Dolipranelib\",\n          \"shortLabelHtml\": \"Dolipranelib\",\n          \"longLabel\": null,\n          \"longLabelHtml\": null,\n          \"searchLabel\": \"DOLIPRANELIB DOLIPRANELIB   DOLIPRANELIB\"\n        },\n        \"properties\": {\n          \"thumbnail\": null,\n          \"productName\": null,\n          \"productDosage\": null,\n          \"galenicFormCode\": null,\n          \"galenicFormLabel\": null,\n          \"galenicFormLabelHtml\": null,\n          \"aspect\": null,\n          \"inFacilityFormulary\": false,\n          \"codes\": {\n            \"cip7\": \"\",\n            \"cip13\": \"\",\n            \"cip13Referent\": \"\",\n            \"ucd7\": \"\",\n            \"ucd13\": \"\",\n            \"cis\": \"\",\n            \"code13Referent\": null,\n            \"ean13\": null\n          },\n          \"flags\": {\n            \"doping\": 0,\n            \"driveWarning\": \"0\",\n            \"narcotic\": 0,\n            \"crushable\": -1,\n            \"referent\": 0,\n            \"generic\": 0,\n            \"biosimilar\": 0,\n            \"hospitalDelivery\": 0,\n            \"internal\": 1,\n            \"medicalDevice\": 0,\n            \"homeo\": 0,\n            \"exactcureSimulable\": 0,\n            \"pediatrics\": 0,\n            \"hybrid\": 0,\n            \"extendedFlags\": {\n              \"bloodDerivative\": 0,\n              \"anticoagulant\": 0,\n              \"vaccin\": 0,\n              \"soluteDilution\": 0,\n              \"emergencyContraceptive\": 0,\n              \"minorContraceptive\": 0,\n              \"fridge\": 0,\n              \"humanAntibiotic\": 0,\n              \"veterinaryAntibiotic\": 0,\n              \"veterinaryPrescription\": 0,\n              \"deconditionning\": 0,\n              \"seasonalFluVaccine\": 0,\n              \"ghs\": 0,\n              \"horsGhs\": 0,\n              \"infertilityTreatment\": 0,\n              \"mindalteringSubstance\": 0,\n              \"testReagent\": 0,\n              \"firstAgeMilk\": 0,\n              \"abortionDrug\": 0,\n              \"mte\": 0,\n              \"tfr\": 0,\n              \"biosimilarReferent\": 0,\n              \"freezer\": 0,\n              \"reinforcedMonitoring\": 0,\n              \"t2a\": 0,\n              \"communityApproval\": 0,\n              \"drugException\": 0,\n              \"hybridReferent\": 0,\n              \"pregnancyPictogram\": 0\n            }\n          },\n          \"segmentationAttributes\": null,\n          \"excipientsWithKnowEffects\": [],\n          \"atcClassesLevel2\": null,\n          \"intakeUnits\": null,\n          \"subLaboratories\": []\n        },\n        \"prices\": {\n          \"ucdPrice\": \"0\",\n          \"repaymentRate\": 0.0,\n          \"vatRate\": null,\n          \"reimbursementBase\": null,\n          \"sellingPrice\": \"\",\n          \"tfr\": null\n        },\n        \"searchProperties\": {\n          \"score\": null,\n          \"safeScore\": 0,\n          \"safeDetails\": null,\n          \"samCode\": null,\n          \"samPatient\": false\n        },\n        \"extendedProperties\": null\n      }\n    ],\n    \"pageable\": {\n      \"sort\": {\n        \"unsorted\": false,\n        \"sorted\": true,\n        \"empty\": false\n      },\n      \"pageSize\": 150,\n      \"pageNumber\": 0,\n      \"offset\": 0,\n      \"paged\": true,\n      \"unpaged\": false\n    },\n    \"totalPages\": 1,\n    \"totalElements\": 38,\n    \"last\": true,\n    \"numberOfElements\": 38,\n    \"first\": true,\n    \"size\": 150,\n    \"sort\": {\n      \"unsorted\": false,\n      \"sorted\": true,\n      \"empty\": false\n    },\n    \"number\": 0,\n    \"empty\": false\n  }\n}"
        }
      ],
      "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/search-bar/properties.interface.ts",
      "declarations": [],
      "exports": []
    },
    {
      "kind": "javascript-module",
      "path": "src/search-bar/search-bar.stories.ts",
      "declarations": [
        {
          "kind": "variable",
          "name": "meta",
          "default": "{\n  parameters: {\n    deepControls: { enabled: true },\n  },\n  tags: [\"autodocs\"],\n  render: (args) => html`<div style=\"height: 65vh; width: 100%; margin: auto;\">\n      <bcb-search-bar\n        .language=${args.language}\n        .apiUrl=${args.apiUrl}\n        .apiKey=${args.apiUrl}\n        ?auto-focus=${args.autoFocus}\n        .placeholder=${args.placeholder}\n        .resultConfig=${args.resultConfig}\n        preselected-category=${args.preselectedCategory}\n        .listCategoriesDisplayed=${args.listCategoriesDisplayed}\n      >\n      </bcb-search-bar>\n  </div>`,\n  argTypes: {\n    language: {\n      description: \"The language of the search\",\n      table: {\n        category: \"Props\",\n      },\n    },\n    apiUrl: {\n      description: \"The URL of the API\",\n      table: {\n        category: \"Props\",\n      },\n    },\n    apiKey: {\n      description: \"The ApiKey of the API\",\n      table: {\n        category: \"Props\",\n      },\n    },\n    autoFocus: {\n      description: \"Whether the search bar should be focused on load\",\n      table: {\n        category: \"Props\",\n      },\n    },\n    placeholder: {\n      description: \"The placeholder text\",\n      table: {\n        category: \"Props\",\n      },\n    },\n    \"resultConfig.highlight\": {\n      description: \"Whether to highlight the search term in the results\",\n      table: {\n        category: \"Result Config\",\n      },\n    },\n    \"resultConfig.displayCategoriesLabel\": {\n      description: \"Whether to display label of the categories on result\",\n      table: {\n        category: \"Result Config\",\n      },\n    },\n    \"resultConfig.displayPictograms\": {\n      description: \"Whether to display pictograms on result\",\n      table: {\n        category: \"Result Config\",\n      },\n    },\n    \"resultConfig.filters\": {\n      description: \"Filters to apply on the search results\",\n      table: {\n        category: \"Result Config\",\n      },\n      control: {\n        type: \"object\",\n      },\n    },\n    \"resultConfig.formattingTextShort\": {\n      description: \"If true, result Text will be on shortLabel\",\n      table: {\n        category: \"Result Config\",\n      },\n    },\n    \"resultConfig.formattingTooltipTextShort\": {\n      description: \"If true, result Tooltip text will be on shortLabel\",\n      table: {\n        category: \"Result Config\",\n      },\n    },\n    \"resultConfig.numberResultsDisplayed\": {\n      description: \"Number of results to be displayed + number of result add on scroll\",\n      table: {\n        category: \"Result Config\",\n      },\n    },\n    preselectedCategory: {\n      description: \"Choose the category to be preselected\",\n      table: {\n        category: \"Categories Config\",\n      },\n    },\n    listCategoriesDisplayed: {\n      description: \"Choose categories that will be displayed\",\n      table: {\n        category: \"Categories Config\",\n      },\n    },\n  },\n  args: {\n    placeholder: \"Médicaments, molécules, produits de parapharmacie, laboratoires...\",\n    language: \"fr-FR\",\n    apiUrl: \"https://api-dev.claudebernard.fr/search\",\n    apiKey: \"\",\n    autoFocus: false,\n    resultConfig: {\n      highlight: false,\n      displayCategoriesLabel: false,\n      displayPictograms: false,\n      formattingTextShort: false,\n      formattingTooltipTextShort: false,\n      filters: {\n        dopingProducts: true,\n        deletedProducts: false,\n        hospitalProducts: true,\n        homeoProducts: true,\n        dermatoProducts: true,\n        dieteticProducts: true,\n        horsAmmProducts: true,\n        veterinarProducts: true,\n        medicalDevicesProducts: true,\n        genericProducts: true,\n        accessoriesProducts: true,\n        genericAccessoriesProducts: true,\n        specialityProducts: false,\n        biosimilarsProducts: true,\n      },\n      numberResultsDisplayed: 20,\n    },\n    preselectedCategory: ECategories.allCategories,\n    listCategoriesDisplayed: [\n      ECategories.allCategories,\n      ECategories.products,\n      ECategories.companies,\n      ECategories.molecules,\n      ECategories.indications,\n      ECategories.atcclass,\n      ECategories.commonNames,\n      ECategories.genericAccessoriesGroups,\n    ],\n  },\n} satisfies TypeWithDeepControls<Meta<SearchBarProps>>"
        },
        {
          "kind": "variable",
          "name": "Base",
          "type": {
            "text": "Story"
          },
          "default": "{\n  args: {\n    autoFocus: false,\n    resultConfig: {\n      highlight: false,\n      displayCategoriesLabel: false,\n      displayPictograms: false,\n      formattingTextShort: false,\n      formattingTooltipTextShort: false,\n      filters: defaultFilters,\n    },\n    preselectedCategory: ECategories.allCategories,\n    listCategoriesDisplayed: [\n      ECategories.allCategories,\n      ECategories.products,\n      ECategories.companies,\n      ECategories.molecules,\n      ECategories.indications,\n      ECategories.atcclass,\n      ECategories.commonNames,\n      ECategories.genericAccessoriesGroups,\n    ],\n  },\n}"
        },
        {
          "kind": "variable",
          "name": "WithHighlight",
          "type": {
            "text": "Story"
          },
          "default": "{\n  args: {\n    ...Base.args,\n    resultConfig: {\n      ...Base.args?.resultConfig,\n      highlight: true,\n    },\n  },\n}"
        },
        {
          "kind": "variable",
          "name": "WithTypeCategories",
          "type": {
            "text": "Story"
          },
          "default": "{\n  args: {\n    ...Base.args,\n    resultConfig: {\n      ...Base.args?.resultConfig,\n      displayCategoriesLabel: true,\n    },\n  },\n}"
        },
        {
          "kind": "variable",
          "name": "WithPictograms",
          "type": {
            "text": "Story"
          },
          "default": "{\n  args: {\n    ...Base.args,\n    resultConfig: {\n      ...Base.args?.resultConfig,\n      displayPictograms: true,\n    },\n  },\n}"
        },
        {
          "kind": "variable",
          "name": "ShortText",
          "type": {
            "text": "Story"
          },
          "default": "{\n  args: {\n    ...Base.args,\n    resultConfig: {\n      ...Base.args?.resultConfig,\n      formattingTextShort: true,\n    },\n  },\n}"
        },
        {
          "kind": "variable",
          "name": "ShortTooltipText",
          "type": {
            "text": "Story"
          },
          "default": "{\n  args: {\n    ...Base.args,\n    resultConfig: {\n      ...Base.args?.resultConfig,\n      formattingTooltipTextShort: true,\n    },\n  },\n}"
        },
        {
          "kind": "variable",
          "name": "LaboratoriesCategoryPreSelected",
          "type": {
            "text": "Story"
          },
          "default": "{\n  args: {\n    ...Base.args,\n    resultConfig: {\n      ...Base.args?.resultConfig,\n    },\n    preselectedCategory: ECategories.companies,\n  },\n}"
        },
        {
          "kind": "variable",
          "name": "Only2CategoriesDisplayed",
          "type": {
            "text": "Story"
          },
          "default": "{\n  args: {\n    ...Base.args,\n    resultConfig: {\n      ...Base.args?.resultConfig,\n    },\n    listCategoriesDisplayed: [\n      ECategories.companies,\n      ECategories.molecules,\n    ],\n  },\n}"
        },
        {
          "kind": "variable",
          "name": "With10ResultsDisplayed",
          "type": {
            "text": "Story"
          },
          "default": "{\n  args: {\n    ...Base.args,\n    resultConfig: {\n      ...Base.args?.resultConfig,\n      numberResultsDisplayed: 10,\n    },\n  },\n}"
        },
        {
          "kind": "variable",
          "name": "WithAllConfigOn",
          "type": {
            "text": "Story"
          },
          "default": "{\n  args: {\n    ...Base.args,\n    autoFocus: true,\n    resultConfig: {\n      highlight: true,\n      displayCategoriesLabel: true,\n      displayPictograms: true,\n      filters: defaultFilters,\n      formattingTextShort: true,\n      formattingTooltipTextShort: true,\n      numberResultsDisplayed: 50,\n    },\n\n    listCategoriesDisplayed: [\n      ECategories.allCategories,\n      ECategories.products,\n      ECategories.companies,\n      ECategories.molecules,\n      ECategories.indications,\n      ECategories.atcclass,\n      ECategories.commonNames,\n      ECategories.genericAccessoriesGroups,\n    ],\n  },\n}"
        },
        {
          "kind": "variable",
          "name": "WithAllTrueFilters",
          "type": {
            "text": "Story"
          },
          "default": "{\n  args: {\n    ...WithAllConfigOn.args,\n    resultConfig: {\n      ...WithAllConfigOn.args?.resultConfig,\n      filters: {\n        dopingProducts: true,\n        deletedProducts: true,\n        hospitalProducts: true,\n        homeoProducts: true,\n        dermatoProducts: true,\n        dieteticProducts: true,\n        horsAmmProducts: true,\n        veterinarProducts: true,\n        medicalDevicesProducts: true,\n        genericProducts: true,\n        accessoriesProducts: true,\n        genericAccessoriesProducts: true,\n        specialityProducts: true,\n        biosimilarsProducts: true,\n      },\n    },\n  },\n}"
        },
        {
          "kind": "variable",
          "name": "WithAllFalseFilters",
          "type": {
            "text": "Story"
          },
          "default": "{\n  args: {\n    ...WithAllConfigOn.args,\n    resultConfig: {\n      ...WithAllConfigOn.args?.resultConfig,\n      filters: {\n        dopingProducts: false,\n        deletedProducts: false,\n        hospitalProducts: false,\n        homeoProducts: false,\n        dermatoProducts: false,\n        dieteticProducts: false,\n        horsAmmProducts: false,\n        veterinarProducts: false,\n        medicalDevicesProducts: false,\n        genericProducts: false,\n        accessoriesProducts: false,\n        genericAccessoriesProducts: false,\n        specialityProducts: false,\n        biosimilarsProducts: false,\n      },\n    },\n  },\n}"
        },
        {
          "kind": "variable",
          "name": "WithAutoFocus",
          "type": {
            "text": "Story"
          },
          "default": "{\n  args: {\n    ...WithAllConfigOn.args,\n    autoFocus: true,\n  },\n}"
        }
      ],
      "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": "WithAllFalseFilters",
          "declaration": {
            "name": "WithAllFalseFilters",
            "module": "src/search-bar/search-bar.stories.ts"
          }
        },
        {
          "kind": "js",
          "name": "WithAutoFocus",
          "declaration": {
            "name": "WithAutoFocus",
            "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": "{\n    highlight: false,\n    displayCategoriesLabel: false,\n    displayPictograms: false,\n    filters: defaultFilters,\n    formattingTextShort: false,\n    formattingTooltipTextShort: false,\n    numberResultsDisplayed: 50,\n    sponsorOrdering: false,\n  }",
              "attribute": "result-config"
            },
            {
              "kind": "field",
              "name": "preselectedCategory",
              "type": {
                "text": "ECategories"
              },
              "attribute": "preselected-category"
            },
            {
              "kind": "field",
              "name": "listCategoriesDisplayed",
              "type": {
                "text": "ECategories[]"
              },
              "default": "[\n    ECategories.allCategories,\n    ECategories.products,\n    ECategories.companies,\n    ECategories.molecules,\n    ECategories.indications,\n    ECategories.atcclass,\n    ECategories.commonNames,\n    ECategories.genericAccessoriesGroups,\n  ]",
              "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": "method",
              "name": "dispatchEvent",
              "return": {
                "type": {
                  "text": "boolean"
                }
              },
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "Event"
                  }
                }
              ]
            },
            {
              "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": "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": "void"
                }
              },
              "parameters": [
                {
                  "name": "listProducts",
                  "type": {
                    "text": "ProductBean[]"
                  }
                }
              ]
            },
            {
              "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"
            },
            {
              "kind": "method",
              "name": "searchInputNumberCategories",
              "privacy": "private"
            }
          ],
          "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": "{\n    highlight: false,\n    displayCategoriesLabel: false,\n    displayPictograms: false,\n    filters: defaultFilters,\n    formattingTextShort: false,\n    formattingTooltipTextShort: false,\n    numberResultsDisplayed: 50,\n    sponsorOrdering: false,\n  }",
              "fieldName": "resultConfig"
            },
            {
              "name": "preselected-category",
              "type": {
                "text": "ECategories"
              },
              "fieldName": "preselectedCategory"
            },
            {
              "name": "list-categories-displayed",
              "type": {
                "text": "ECategories[]"
              },
              "default": "[\n    ECategories.allCategories,\n    ECategories.products,\n    ECategories.companies,\n    ECategories.molecules,\n    ECategories.indications,\n    ECategories.atcclass,\n    ECategories.commonNames,\n    ECategories.genericAccessoriesGroups,\n  ]",
              "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/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": "{\n  products: true,\n  speciality: true,\n  brands: true,\n  ranges: true,\n  genericGroups: true,\n  genericAccessoriesGroups: true,\n  biosimilarGroups: true,\n  companies: true,\n  commonNames: true,\n  molecules: true,\n  indications: true,\n  segments: true,\n  atcclass: true,\n  bcbclass: true,\n  sideEffects: true,\n  universes: true,\n  hybridGroups: true,\n}"
        },
        {
          "kind": "variable",
          "name": "allFalseCategories",
          "type": {
            "text": "object"
          },
          "default": "{\n  products: false,\n  speciality: false,\n  brands: false,\n  ranges: false,\n  genericGroups: false,\n  genericAccessoriesGroups: false,\n  biosimilarGroups: false,\n  companies: false,\n  commonNames: false,\n  molecules: false,\n  indications: false,\n  segments: false,\n  atcclass: false,\n  bcbclass: false,\n  sideEffects: false,\n  universes: false,\n  hybridGroups: false,\n}"
        },
        {
          "kind": "variable",
          "name": "defaultFilters",
          "type": {
            "text": "FilterBean"
          },
          "default": "{\n  dopingProducts: true,\n  deletedProducts: false,\n  hospitalProducts: true,\n  homeoProducts: true,\n  dermatoProducts: true,\n  dieteticProducts: true,\n  horsAmmProducts: true,\n  veterinarProducts: true,\n  medicalDevicesProducts: true,\n  genericProducts: true,\n  accessoriesProducts: true,\n  genericAccessoriesProducts: true,\n  specialityProducts: false,\n  biosimilarsProducts: true,\n}"
        },
        {
          "kind": "variable",
          "name": "defaultOptions",
          "type": {
            "text": "object"
          },
          "default": "{\n  patientPriorityResult: false,\n  prescriptionPriorityResult: false,\n  typeOfProducts: 0,\n  internal: false,\n  withFieldFilters: true,\n  withPrecautionsForUse: true,\n  maxMonthsDeletedProducts: 0,\n  facilityCode: 0,\n}"
        },
        {
          "kind": "variable",
          "name": "defaultRequestBody",
          "type": {
            "text": "SearchRequestBean"
          },
          "default": "{\n  pageNumber: 0,\n  pageSize: numberOfResults,\n  filters: { ...defaultFilters },\n  categories: { ...allTrueCategories },\n  options: { ...defaultOptions },\n}"
        }
      ],
      "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": "{\n  [ECategories.products]: [\"Dermo&ndash;cosm&#233;tique\", \"Di&#233;t&#233;tique\", \"Accessoires\", \"Pr&#233;sentation\", \"Pr&#233;sentation Hosp\"],\n  [ECategories.companies]: [\"Laboratoire\"],\n  [ECategories.molecules]: [\"Composants\"],\n  [ECategories.indications]: [\"Indications\"],\n  [ECategories.atcclass]: [\"Classe ATC\"],\n  [ECategories.commonNames]: [\"MV   DC\"],\n  [ECategories.genericAccessoriesGroups]: [\"Accessoire g&#233;n&#233;rique\"],\n}"
        }
      ],
      "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": "{\n  1: \"Med.\",\n  2: \"Gé.\",\n  3: \"Acc.Gé\",\n  4: \"Véto.\",\n  5: \"Diét.\",\n  6: \"Derm.\",\n  7: \"Acc.\",\n  8: \"Hors AMM\",\n  9: \"Segm.\",\n  10: \"Indic.\",\n  11: \"Effet.\",\n  12: \"Gamme\",\n  13: \"Marq.\",\n  14: \"Labo.\",\n  15: \"Comp.\",\n  16: \"DC\",\n  17: \"Spec.\",\n  18: \"UCD\",\n  19: \"Patho.\",\n  20: \"Biosim.\",\n  21: \"C.ATC\",\n  22: \"C.BCB\",\n  23: \"Univ.\",\n  24: \"Groupe Hybride\",\n}"
        }
      ],
      "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": "[\n  `en`,\n  `fr-FR`,\n]",
          "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",
          "default": "{\n  tags: [\"autodocs\"],\n  render: (args) => html`<bcb-search-categories\n          categories-name=${args.categoriesName}\n          number-result=${args.numberResult}\n          ?is-selected=${args.isSelected}\n    ></bcb-search-categories>`,\n  argTypes: {\n    categoriesName: {\n      type: \"string\",\n      description: \"main content of the result\",\n      table: {\n        category: \"Props\",\n      },\n    },\n    numberResult: {\n      type: \"number\",\n      description: \"Number of results for the category\",\n      table: {\n        category: \"Props\",\n      },\n    },\n    isSelected: {\n      type: \"boolean\",\n      description: \"Make the category selected\",\n      table: {\n        category: \"Props\",\n      },\n    },\n  },\n  args: {\n    categoriesName: \"Categories\",\n    numberResult: 60,\n  },\n} satisfies Meta<SearchCategoriesProps>"
        },
        {
          "kind": "variable",
          "name": "Base",
          "type": {
            "text": "Story"
          },
          "default": "{\n  args: {\n    categoriesName: \"Toutes catégories\",\n    numberResult: 62,\n  },\n}"
        },
        {
          "kind": "variable",
          "name": "IsSelected",
          "type": {
            "text": "Story"
          },
          "default": "{\n  args: {\n    ...Base.args,\n    isSelected: true,\n  },\n}"
        }
      ],
      "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"
            }
          ],
          "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"
            }
          ],
          "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",
          "default": "{\n  tags: [\"autodocs\"],\n  render: () => html`<bcb-search-input></bcb-search-input>`,\n} satisfies Meta<SearchInputProps>"
        },
        {
          "kind": "variable",
          "name": "Base",
          "type": {
            "text": "Story"
          },
          "default": "{\n}"
        }
      ],
      "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": "handleEnterPressed",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "KeyboardEvent"
                  }
                }
              ]
            }
          ],
          "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",
          "default": "{\n  tags: [\"autodocs\"],\n  render: (args) => html`<bcb-search-item-result\n          result-text=${args.resultText}\n          result-tooltip-text=${args.resultTooltipText}\n          result-type=${args.resultType}\n          .resultFlags=${args.resultFlags}\n          ?is-first=${args.isFirst}\n          ?is-last=${args.isLast}\n          ?display-type=${args.displayType}\n          ?display-pictograms=${args.displayPictograms}\n    ></bcb-search-item-result>`,\n  argTypes: {\n    resultText: {\n      type: \"string\",\n      description: \"main content of the result\",\n      table: {\n        category: \"Props\",\n      },\n    },\n    resultTooltipText: {\n      type: \"string\",\n      description: \"Content of the tooltip\",\n      table: {\n        category: \"Props\",\n      },\n    },\n    resultType: {\n      type: \"string\",\n      description: \"Type of the result\",\n      table: {\n        category: \"Props\",\n      },\n    },\n    resultFlags: {\n      description: \"Array of flags for pictograms\",\n      table: {\n        category: \"Props\",\n      },\n    },\n    isFirst: {\n      type: \"boolean\",\n      description: \"is the first element of the list\",\n      table: {\n        category: \"Props\",\n      },\n    },\n    isLast: {\n      type: \"boolean\",\n      description: \"is the last element of the list\",\n      table: {\n        category: \"Props\",\n      },\n    },\n    displayType: {\n      type: \"boolean\",\n      description: \"Switch if the category label is displayed\",\n      table: {\n        category: \"Props\",\n      },\n    },\n    displayPictograms: {\n      type: \"boolean\",\n      description: \"Switch if the pictograms is displayed\",\n      table: {\n        category: \"Props\",\n      },\n    },\n  },\n  args: {\n    resultText: \"\",\n    resultType: \"Med\",\n    isFirst: true,\n    isLast: true,\n    displayType: false,\n    resultFlags: {},\n  },\n} satisfies Meta<SearchItemResultProps>"
        },
        {
          "kind": "variable",
          "name": "Base",
          "type": {
            "text": "Story"
          },
          "default": "{\n  args: {\n    resultText: \"JANUVIA 50 mg, comprimé pelliculé, boîte de 50 plaquettes thermoformées de 1\",\n    resultTooltipText: \"JANUVIA 50 mg, comprimé pelliculé, boîte de 50 plaquettes thermoformées de 1\",\n    isFirst: true,\n    isLast: true,\n  },\n}"
        },
        {
          "kind": "variable",
          "name": "DisplayType",
          "type": {
            "text": "Story"
          },
          "default": "{\n  args: {\n    ...Base.args,\n    displayType: true,\n  },\n}"
        },
        {
          "kind": "variable",
          "name": "With_3_Pictograms",
          "type": {
            "text": "Story"
          },
          "default": "{\n  args: {\n    ...Base.args,\n    displayPictograms: true,\n    resultFlags: {\n      biosimilar: 1,\n      doping: 1,\n      driveWarning: \"2\",\n    },\n  },\n}"
        },
        {
          "kind": "variable",
          "name": "WithAllConfigOn",
          "type": {
            "text": "Story"
          },
          "default": "{\n  args: {\n    ...Base.args,\n    isLast: false,\n    displayType: true,\n    displayPictograms: true,\n    resultFlags: {\n      biosimilar: 1,\n      doping: 1,\n      driveWarning: \"2\",\n    },\n  },\n}"
        }
      ],
      "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": "isSelected",
              "type": {
                "text": "boolean"
              },
              "default": "false"
            },
            {
              "kind": "method",
              "name": "renderPictograms",
              "parameters": [
                {
                  "name": "key",
                  "type": {
                    "text": "string"
                  }
                },
                {
                  "name": "value",
                  "type": {
                    "text": "any"
                  }
                }
              ]
            },
            {
              "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"
            }
          ],
          "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": "*",
            "package": "./types.gen"
          }
        },
        {
          "kind": "js",
          "name": "*",
          "declaration": {
            "name": "*",
            "package": "./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": "{\n  \"sf54b1d05128fa584\": `obtenir un fait sur les chats`,\n}"
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "templates",
          "declaration": {
            "name": "templates",
            "module": "src/shared/i18n/locales/fr-FR.ts"
          }
        }
      ]
    }
  ]
}
