{
  "schemaVersion": "1.0.0",
  "readme": "",
  "modules": [
    {
      "kind": "javascript-module",
      "path": "src/index.ts",
      "declarations": [],
      "exports": [
        {
          "kind": "js",
          "name": "*",
          "declaration": {
            "name": "*",
            "package": "./medication-request/medication-request-builder"
          }
        },
        {
          "kind": "js",
          "name": "*",
          "declaration": {
            "name": "*",
            "package": "./medication-request/medication-request.event"
          }
        },
        {
          "kind": "js",
          "name": "*",
          "declaration": {
            "name": "*",
            "package": "./medication-request/medication-request.class"
          }
        },
        {
          "kind": "js",
          "name": "*",
          "declaration": {
            "name": "*",
            "package": "./medication-request/medication-request.class"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/config/localization.ts",
      "declarations": [
        {
          "kind": "variable",
          "name": "{ getLocale, setLocale }"
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "{ getLocale, setLocale }",
          "declaration": {
            "name": "{ getLocale, setLocale }",
            "module": "src/config/localization.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/icons/bcb-icon.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "BcbIcon",
          "members": [
            {
              "kind": "field",
              "name": "iconStyle",
              "type": {
                "text": "string"
              },
              "default": "\"solid\"",
              "attribute": "iconStyle"
            },
            {
              "kind": "field",
              "name": "color",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "attribute": "color"
            },
            {
              "kind": "field",
              "name": "name",
              "type": {
                "text": "string"
              },
              "attribute": "name"
            }
          ],
          "attributes": [
            {
              "name": "iconStyle",
              "type": {
                "text": "string"
              },
              "default": "\"solid\"",
              "fieldName": "iconStyle"
            },
            {
              "name": "color",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "fieldName": "color"
            },
            {
              "name": "name",
              "type": {
                "text": "string"
              },
              "fieldName": "name"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "bcb-medication-request-icon",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "BcbIcon",
          "declaration": {
            "name": "BcbIcon",
            "module": "src/icons/bcb-icon.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "bcb-medication-request-icon",
          "declaration": {
            "name": "BcbIcon",
            "module": "src/icons/bcb-icon.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/dosage/dosage-editor-option.class.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "DosageEditorOption",
          "members": [
            {
              "kind": "field",
              "name": "score",
              "type": {
                "text": "number"
              }
            },
            {
              "kind": "field",
              "name": "code",
              "type": {
                "text": "string"
              },
              "default": "code"
            },
            {
              "kind": "field",
              "name": "text",
              "type": {
                "text": "string"
              },
              "default": "text"
            },
            {
              "kind": "field",
              "name": "textForOption",
              "type": {
                "text": "string | undefined"
              }
            },
            {
              "kind": "field",
              "name": "value",
              "type": {
                "text": "string"
              },
              "readonly": true
            },
            {
              "kind": "method",
              "name": "canFollow",
              "return": {
                "type": {
                  "text": "boolean"
                }
              },
              "parameters": [
                {
                  "name": "options",
                  "type": {
                    "text": "DosageEditorOption[]"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "isGuidingOption",
              "return": {
                "type": {
                  "text": "boolean"
                }
              }
            },
            {
              "kind": "method",
              "name": "isUserInputOption",
              "return": {
                "type": {
                  "text": "boolean"
                }
              }
            }
          ]
        },
        {
          "kind": "class",
          "description": "",
          "name": "DosageEditorGuidingOption",
          "members": [
            {
              "kind": "method",
              "name": "isGuidingOption",
              "return": {
                "type": {
                  "text": "boolean"
                }
              },
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "field",
              "name": "score",
              "type": {
                "text": "number"
              },
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "field",
              "name": "code",
              "type": {
                "text": "string"
              },
              "default": "code",
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "field",
              "name": "text",
              "type": {
                "text": "string"
              },
              "default": "text",
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "field",
              "name": "textForOption",
              "type": {
                "text": "string | undefined"
              },
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "field",
              "name": "value",
              "type": {
                "text": "string"
              },
              "readonly": true,
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "method",
              "name": "canFollow",
              "return": {
                "type": {
                  "text": "boolean"
                }
              },
              "parameters": [
                {
                  "name": "options",
                  "type": {
                    "text": "DosageEditorOption[]"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "method",
              "name": "isUserInputOption",
              "return": {
                "type": {
                  "text": "boolean"
                }
              },
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            }
          ],
          "superclass": {
            "name": "DosageEditorOption",
            "module": "src/dosage/dosage-editor-option.class.ts"
          }
        },
        {
          "kind": "class",
          "description": "",
          "name": "UserInputOption",
          "members": [
            {
              "kind": "method",
              "name": "isUserInputOption",
              "return": {
                "type": {
                  "text": "boolean"
                }
              },
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "field",
              "name": "score",
              "type": {
                "text": "number"
              },
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "field",
              "name": "code",
              "type": {
                "text": "string"
              },
              "default": "code",
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "field",
              "name": "text",
              "type": {
                "text": "string"
              },
              "default": "text",
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "field",
              "name": "textForOption",
              "type": {
                "text": "string | undefined"
              },
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "field",
              "name": "value",
              "type": {
                "text": "string"
              },
              "readonly": true,
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "method",
              "name": "canFollow",
              "return": {
                "type": {
                  "text": "boolean"
                }
              },
              "parameters": [
                {
                  "name": "options",
                  "type": {
                    "text": "DosageEditorOption[]"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "method",
              "name": "isGuidingOption",
              "return": {
                "type": {
                  "text": "boolean"
                }
              },
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            }
          ],
          "superclass": {
            "name": "DosageEditorOption",
            "module": "src/dosage/dosage-editor-option.class.ts"
          }
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "DosageEditorOption",
          "declaration": {
            "name": "DosageEditorOption",
            "module": "src/dosage/dosage-editor-option.class.ts"
          }
        },
        {
          "kind": "js",
          "name": "DosageEditorGuidingOption",
          "declaration": {
            "name": "DosageEditorGuidingOption",
            "module": "src/dosage/dosage-editor-option.class.ts"
          }
        },
        {
          "kind": "js",
          "name": "UserInputOption",
          "declaration": {
            "name": "UserInputOption",
            "module": "src/dosage/dosage-editor-option.class.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/dosage/dosage-editor.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "DosageEditor",
          "members": [
            {
              "kind": "field",
              "name": "dosage",
              "type": {
                "text": "Dosage"
              },
              "attribute": "dosage"
            },
            {
              "kind": "field",
              "name": "dosageId",
              "type": {
                "text": "number"
              },
              "default": "dosageId",
              "attribute": "dosageId"
            },
            {
              "kind": "field",
              "name": "selectedOptions",
              "type": {
                "text": "DosageEditorOption[]"
              },
              "default": "[]"
            },
            {
              "kind": "field",
              "name": "dosageInput",
              "type": {
                "text": "TomSelect | undefined"
              }
            },
            {
              "kind": "field",
              "name": "options",
              "type": {
                "text": "DosageEditorOption[]"
              },
              "default": "[]"
            },
            {
              "kind": "field",
              "name": "events",
              "type": {
                "text": "object"
              },
              "static": true,
              "default": "{\n        DOSAGE_UPDATED: 'dosage-updated'\n    }"
            },
            {
              "kind": "method",
              "name": "_loadPrefixesAndSuffixes",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "DosageEditorOption[]"
                }
              }
            },
            {
              "kind": "method",
              "name": "_loadDoseQuantityValues",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "DosageEditorOption[]"
                }
              }
            },
            {
              "kind": "method",
              "name": "_loadDoseQuantityCodes",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "DosageEditorOption[]"
                }
              }
            },
            {
              "kind": "method",
              "name": "_loadFrequencies",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "DosageEditorOption[]"
                }
              }
            },
            {
              "kind": "method",
              "name": "_loadPeriodValues",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "DosageEditorOption[]"
                }
              }
            },
            {
              "kind": "method",
              "name": "_loadPeriodUnits",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "DosageEditorOption[]"
                }
              }
            },
            {
              "kind": "method",
              "name": "_loadPeriodDayOfWeekValues",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "DosageEditorOption[]"
                }
              }
            },
            {
              "kind": "method",
              "name": "_loadBoundsDurationValues",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "DosageEditorOption[]"
                }
              }
            },
            {
              "kind": "method",
              "name": "_loadBoundsDurationCodes",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "DosageEditorOption[]"
                }
              }
            },
            {
              "kind": "method",
              "name": "_loadPeriodTimeOfDayValues",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "DosageEditorOption[]"
                }
              }
            },
            {
              "kind": "method",
              "name": "_initTomSelect",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "_updateDosage",
              "privacy": "private",
              "parameters": [
                {
                  "name": "dosageText",
                  "default": "''"
                }
              ]
            },
            {
              "kind": "method",
              "name": "_updateDoseQuantity",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "_updateFrequency",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "_updateBoundsDuration",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "_clearMedicationDosage",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "_setValue",
              "privacy": "private",
              "parameters": [
                {
                  "name": "selectedOptionIds",
                  "type": {
                    "text": "string[]"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "_getDosageOptions",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "DosageEditorOption[]"
                }
              }
            },
            {
              "kind": "method",
              "name": "_loadOptions",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "DosageEditorOption[]"
                }
              }
            }
          ],
          "events": [
            {
              "type": {
                "text": "DosageEvent"
              }
            }
          ],
          "attributes": [
            {
              "name": "dosage",
              "type": {
                "text": "Dosage"
              },
              "fieldName": "dosage"
            },
            {
              "name": "dosageId",
              "type": {
                "text": "number"
              },
              "default": "dosageId",
              "resolveInitializer": {
                "module": "src/dosage/dosage-editor.ts"
              },
              "fieldName": "dosageId"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "bcb-dosage-editor",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "DosageEditor",
          "declaration": {
            "name": "DosageEditor",
            "module": "src/dosage/dosage-editor.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "bcb-dosage-editor",
          "declaration": {
            "name": "DosageEditor",
            "module": "src/dosage/dosage-editor.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/dosage/dosage.class.ts",
      "declarations": [],
      "exports": []
    },
    {
      "kind": "javascript-module",
      "path": "src/dosage/dosage.enum.ts",
      "declarations": [],
      "exports": []
    },
    {
      "kind": "javascript-module",
      "path": "src/dosage/dosage.event.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "DosageEvent",
          "members": [
            {
              "kind": "field",
              "name": "dosage",
              "type": {
                "text": "Dosage"
              },
              "default": "dosage"
            },
            {
              "kind": "field",
              "name": "index",
              "type": {
                "text": "number | undefined"
              },
              "default": "index"
            }
          ],
          "superclass": {
            "name": "Event",
            "module": "src/dosage/dosage.event.ts"
          }
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "DosageEvent",
          "declaration": {
            "name": "DosageEvent",
            "module": "src/dosage/dosage.event.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/dosage/dosage.translations.ts",
      "declarations": [
        {
          "kind": "function",
          "name": "localizedDaysOfWeek",
          "return": {
            "type": {
              "text": "Map<string, string>"
            }
          }
        },
        {
          "kind": "function",
          "name": "localizedHours",
          "return": {
            "type": {
              "text": "Map<number, string>"
            }
          }
        },
        {
          "kind": "function",
          "name": "localizedEventTimings",
          "return": {
            "type": {
              "text": "Record<string, EventTimingDescriptor>"
            }
          }
        },
        {
          "kind": "function",
          "name": "localizedUnitsOfTime",
          "return": {
            "type": {
              "text": "Map<string, string>"
            }
          }
        },
        {
          "kind": "function",
          "name": "localizedDoseUnits",
          "return": {
            "type": {
              "text": "Record<string, DoseUnitDescriptor>"
            }
          }
        },
        {
          "kind": "function",
          "name": "localizedRouteBcbCodes",
          "return": {
            "type": {
              "text": "Record<string, string>"
            }
          }
        },
        {
          "kind": "function",
          "name": "localizedRouteSnomedCodes",
          "return": {
            "type": {
              "text": "Record<string, string>"
            }
          }
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "localizedDaysOfWeek",
          "declaration": {
            "name": "localizedDaysOfWeek",
            "module": "src/dosage/dosage.translations.ts"
          }
        },
        {
          "kind": "js",
          "name": "localizedHours",
          "declaration": {
            "name": "localizedHours",
            "module": "src/dosage/dosage.translations.ts"
          }
        },
        {
          "kind": "js",
          "name": "localizedEventTimings",
          "declaration": {
            "name": "localizedEventTimings",
            "module": "src/dosage/dosage.translations.ts"
          }
        },
        {
          "kind": "js",
          "name": "localizedUnitsOfTime",
          "declaration": {
            "name": "localizedUnitsOfTime",
            "module": "src/dosage/dosage.translations.ts"
          }
        },
        {
          "kind": "js",
          "name": "localizedDoseUnits",
          "declaration": {
            "name": "localizedDoseUnits",
            "module": "src/dosage/dosage.translations.ts"
          }
        },
        {
          "kind": "js",
          "name": "localizedRouteBcbCodes",
          "declaration": {
            "name": "localizedRouteBcbCodes",
            "module": "src/dosage/dosage.translations.ts"
          }
        },
        {
          "kind": "js",
          "name": "localizedRouteSnomedCodes",
          "declaration": {
            "name": "localizedRouteSnomedCodes",
            "module": "src/dosage/dosage.translations.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/medication-request/medication-request-builder.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "MedicationRequestBuilder",
          "members": [
            {
              "kind": "field",
              "name": "medicationRequest",
              "type": {
                "text": "MedicationRequest"
              },
              "privacy": "private",
              "default": "{\n            id: '',\n            dosageInstruction: [{\n                asNeeded: false,\n                asNeededFor: [],\n                doseAndRate: [],\n                maxDosePerPeriod: [],\n                sequence: 1\n            }],\n            resourceType: ResourceType.MedicationRequest,\n            reason: [],\n            medication: {\n                reference: {\n                    reference: '',\n                    type: ResourceType.Medication\n                }\n            }\n        }"
            },
            {
              "kind": "method",
              "name": "withDosageInstruction",
              "return": {
                "type": {
                  "text": "this"
                }
              },
              "parameters": [
                {
                  "name": "dosageInstruction",
                  "type": {
                    "text": "Dosage[]"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "withReason",
              "return": {
                "type": {
                  "text": "this"
                }
              },
              "parameters": [
                {
                  "name": "reason",
                  "type": {
                    "text": "CodeableReference[]"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "withMedication",
              "return": {
                "type": {
                  "text": "this"
                }
              },
              "parameters": [
                {
                  "name": "medication",
                  "type": {
                    "text": "CodeableReference | undefined"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "build",
              "return": {
                "type": {
                  "text": "MedicationRequest"
                }
              }
            }
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "MedicationRequestBuilder",
          "declaration": {
            "name": "MedicationRequestBuilder",
            "module": "src/medication-request/medication-request-builder.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/medication-request/medication-request-editor.ts",
      "declarations": [
        {
          "kind": "variable",
          "name": "{ setLocale, getLocale }"
        },
        {
          "kind": "class",
          "description": "An element which permit to edit a medication request.",
          "name": "MedicationRequestEditor",
          "members": [
            {
              "kind": "field",
              "name": "events",
              "type": {
                "text": "object"
              },
              "static": true,
              "readonly": true,
              "default": "{\n        MEDICATION_REQUEST_REMOVED: 'medication-request-removed',\n        MEDICATION_REQUEST_UPDATED: 'medication-request-updated',\n    }"
            },
            {
              "kind": "field",
              "name": "lang",
              "type": {
                "text": "string"
              },
              "default": "\"fr-FR\"",
              "attribute": "lang"
            },
            {
              "kind": "field",
              "name": "medicationRequest",
              "type": {
                "text": "MedicationRequest"
              },
              "attribute": "medicationRequest"
            },
            {
              "kind": "method",
              "name": "withLocale",
              "parameters": [
                {
                  "name": "template",
                  "type": {
                    "text": "() => TemplateResult"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "_removeDosage",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "parameters": [
                {
                  "name": "index",
                  "type": {
                    "text": "number"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "_updateDosage",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "DosageEvent"
                  }
                },
                {
                  "name": "index",
                  "type": {
                    "text": "number"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "_addDosage",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "void"
                }
              }
            },
            {
              "kind": "method",
              "name": "dispatchEvent",
              "return": {
                "type": {
                  "text": "boolean"
                }
              },
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "Event"
                  }
                }
              ]
            }
          ],
          "events": [
            {
              "type": {
                "text": "DosageEvent"
              }
            },
            {
              "type": {
                "text": "MedicationRequest"
              },
              "description": "medication request removed",
              "name": "medication-request-removed"
            },
            {
              "type": {
                "text": "MedicationRequest"
              },
              "description": "medication request updated",
              "name": "medication-request-updated"
            }
          ],
          "attributes": [
            {
              "name": "lang",
              "type": {
                "text": "string"
              },
              "default": "\"fr-FR\"",
              "fieldName": "lang"
            },
            {
              "name": "medicationRequest",
              "type": {
                "text": "MedicationRequest"
              },
              "fieldName": "medicationRequest"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "bcb-medication-request-editor",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "{ setLocale, getLocale }",
          "declaration": {
            "name": "{ setLocale, getLocale }",
            "module": "src/medication-request/medication-request-editor.ts"
          }
        },
        {
          "kind": "js",
          "name": "MedicationRequestEditor",
          "declaration": {
            "name": "MedicationRequestEditor",
            "module": "src/medication-request/medication-request-editor.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "bcb-medication-request-editor",
          "declaration": {
            "name": "MedicationRequestEditor",
            "module": "src/medication-request/medication-request-editor.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/medication-request/medication-request.class.ts",
      "declarations": [],
      "exports": []
    },
    {
      "kind": "javascript-module",
      "path": "src/medication-request/medication-request.event.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "MedicationRequestEvent",
          "members": [
            {
              "kind": "field",
              "name": "medicationRequest",
              "type": {
                "text": "MedicationRequest"
              },
              "default": "medicationRequest"
            }
          ],
          "superclass": {
            "name": "Event",
            "module": "src/medication-request/medication-request.event.ts"
          }
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "MedicationRequestEvent",
          "declaration": {
            "name": "MedicationRequestEvent",
            "module": "src/medication-request/medication-request.event.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/shared/colors.ts",
      "declarations": [
        {
          "kind": "variable",
          "name": "colors",
          "default": "css`\n* {\n    --primary-900: color-mix(in srgb, #0C75AD 20%, black);\n    --primary-800: color-mix(in srgb, #0C75AD 40%, black);\n    --primary-700: color-mix(in srgb, #0C75AD 60%, black);\n    --primary-600: color-mix(in srgb, #0C75AD 80%, black);\n    --primary-500: #0C75AD;\n    --primary-400: color-mix(in srgb, #0C75AD 80%, white);\n    --primary-300: color-mix(in srgb, #0C75AD 60%, white);\n    --primary-200: color-mix(in srgb, #0C75AD 40%, white);\n    --primary-100: color-mix(in srgb, #0C75AD 20%, white);\n    --primary-50: color-mix(in srgb, #0C75AD 10%, white);\n\n\n    --secondary-900: color-mix(in srgb, #4A0C8A 80%, black);\n    --secondary-800: color-mix(in srgb, #4A0C8A 60%, black);\n    --secondary-700: color-mix(in srgb, #4A0C8A 40%, black);\n    --secondary-600: color-mix(in srgb, #4A0C8A 20%, black);\n    --secondary-500: #4A0C8A;\n    --secondary-400: color-mix(in srgb, #4A0C8A 20%, white);\n    --secondary-300: color-mix(in srgb, #4A0C8A 40%, white);\n    --secondary-200: color-mix(in srgb, #4A0C8A 60%, white);\n    --secondary-100: color-mix(in srgb, #4A0C8A 80%, white);\n    --secondary-50: color-mix(in srgb, #4A0C8A 90%, white);\n\n    --info-900: color-mix(in srgb, #35B9C5 80%, black);\n    --info-800: color-mix(in srgb, #35B9C5 60%, black);\n    --info-700: color-mix(in srgb, #35B9C5 40%, black);\n    --info-600: color-mix(in srgb, #35B9C5 20%, black);\n    --info-500: #35B9C5;\n    --info-400: color-mix(in srgb, #35B9C5 20%, white);\n    --info-300: color-mix(in srgb, #35B9C5 40%, white);\n    --info-200: color-mix(in srgb, #35B9C5 60%, white);\n    --info-100: color-mix(in srgb, #35B9C5 80%, white);\n    --info-50: color-mix(in srgb, #35B9C5 90%, white);\n\n    --danger-900: color-mix(in srgb, #CF406E 80%, black);\n    --danger-800: color-mix(in srgb, #CF406E 60%, black);\n    --danger-700: color-mix(in srgb, #CF406E 40%, black);\n    --danger-600: color-mix(in srgb, #CF406E 20%, black);\n    --danger-500: #CF406E;\n    --danger-400: color-mix(in srgb, #CF406E 20%, white);\n    --danger-300: color-mix(in srgb, #CF406E 40%, white);\n    --danger-200: color-mix(in srgb, #CF406E 60%, white);\n    --danger-100: color-mix(in srgb, #CF406E 80%, white);\n    --danger-50: color-mix(in srgb, #CF406E 90%, white);\n\n    --warning-900: color-mix(in srgb, #F59F00 80%, black);\n    --warning-800: color-mix(in srgb, #F59F00 60%, black);\n    --warning-700: color-mix(in srgb, #F59F00 40%, black);\n    --warning-600: color-mix(in srgb, #F59F00 20%, black);\n    --warning-500: #F59F00;\n    --warning-400: color-mix(in srgb, #F59F00 20%, white);\n    --warning-300: color-mix(in srgb, #F59F00 40%, white);\n    --warning-200: color-mix(in srgb, #F59F00 60%, white);\n    --warning-100: color-mix(in srgb, #F59F00 80%, white);\n    --warning-50: color-mix(in srgb, #F59F00 90%, white);\n\n    --success-900: color-mix(in srgb, #74B822 80%, black);\n    --success-800: color-mix(in srgb, #74B822 60%, black);\n    --success-700: color-mix(in srgb, #74B822 40%, black);\n    --success-600: color-mix(in srgb, #74B822 20%, black);\n    --success-500: #74B822;\n    --success-400: color-mix(in srgb, #74B822 20%, white);\n    --success-300: color-mix(in srgb, #74B822 40%, white);\n    --success-200: color-mix(in srgb, #74B822 60%, white);\n    --success-100: color-mix(in srgb, #74B822 80%, white);\n    --success-50: color-mix(in srgb, #74B822 90%, white);\n\n    --gray-900: color-mix(in srgb, #64748b 20%, black);\n    --gray-800: color-mix(in srgb, #64748b 40%, black);\n    --gray-700: color-mix(in srgb, #64748b 60%, black);\n    --gray-600: color-mix(in srgb, #64748b 80%, black);\n    --gray-500: #64748b;\n    --gray-400: color-mix(in srgb, #64748b 80%, white);\n    --gray-300: color-mix(in srgb, #64748b 60%, white);\n    --gray-200: color-mix(in srgb, #64748b 40%, white);\n    --gray-100: color-mix(in srgb, #64748b 20%, white);\n    --gray-50: color-mix(in srgb, #64748b 10%, white);\n\n    --cyan-900: color-mix(in srgb, #00bcd4 80%, black);\n    --cyan-800: color-mix(in srgb, #00bcd4 60%, black);\n    --cyan-700: color-mix(in srgb, #00bcd4 40%, black);\n    --cyan-600: color-mix(in srgb, #00bcd4 20%, black);\n    --cyan-500: #00bcd4;\n    --cyan-400: color-mix(in srgb, #00bcd4 20%, white);\n    --cyan-300: color-mix(in srgb, #00bcd4 40%, white);\n    --cyan-200: color-mix(in srgb, #00bcd4 60%, white);\n    --cyan-100: color-mix(in srgb, #00bcd4 80%, white);\n    --cyan-50: color-mix(in srgb, #00bcd4 90%, white);\n\n    --blue-900: color-mix(in srgb, #0092D0 80%, black);\n    --blue-800: color-mix(in srgb, #0092D0 60%, black);\n    --blue-700: color-mix(in srgb, #0092D0 40%, black);\n    --blue-600: color-mix(in srgb, #0092D0 20%, black);\n    --blue-500: #0092D0;\n    --blue-400: color-mix(in srgb, #0092D0 20%, white);\n    --blue-300: color-mix(in srgb, #0092D0 40%, white);\n    --blue-200: color-mix(in srgb, #0092D0 60%, white);\n    --blue-100: color-mix(in srgb, #0092D0 80%, white);\n    --blue-50: color-mix(in srgb, #0092D0 90%, white);\n\n    --indigo-900: color-mix(in srgb, #155D78 80%, black);\n    --indigo-800: color-mix(in srgb, #155D78 60%, black);\n    --indigo-700: color-mix(in srgb, #155D78 40%, black);\n    --indigo-600: color-mix(in srgb, #155D78 20%, black);\n    --indigo-500: #155D78;\n    --indigo-400: color-mix(in srgb, #155D78 20%, white);\n    --indigo-300: color-mix(in srgb, #155D78 40%, white);\n    --indigo-200: color-mix(in srgb, #155D78 60%, white);\n    --indigo-100: color-mix(in srgb, #155D78 80%, white);\n    --indigo-50: color-mix(in srgb, #155D78 90%, white);\n\n    --yellow-900: color-mix(in srgb, #fec60a 80%, black);\n    --yellow-800: color-mix(in srgb, #fec60a 60%, black);\n    --yellow-700: color-mix(in srgb, #fec60a 40%, black);\n    --yellow-600: color-mix(in srgb, #fec60a 20%, black);\n    --yellow-500: #fec60a;\n    --yellow-400: color-mix(in srgb, #fec60a 20%, white);\n    --yellow-300: color-mix(in srgb, #fec60a 40%, white);\n    --yellow-200: color-mix(in srgb, #fec60a 60%, white);\n    --yellow-100: color-mix(in srgb, #fec60a 80%, white);\n    --yellow-50: color-mix(in srgb, #fec60a 90%, white);\n\n    --orange-900: color-mix(in srgb, #F76707 80%, black);\n    --orange-800: color-mix(in srgb, #F76707 60%, black);\n    --orange-700: color-mix(in srgb, #F76707 40%, black);\n    --orange-600: color-mix(in srgb, #F76707 20%, black);\n    --orange-500: #F76707;\n    --orange-400: color-mix(in srgb, #F76707 20%, white);\n    --orange-300: color-mix(in srgb, #F76707 40%, white);\n    --orange-200: color-mix(in srgb, #F76707 60%, white);\n    --orange-100: color-mix(in srgb, #F76707 80%, white);\n    --orange-50: color-mix(in srgb, #F76707 90%, white);\n\n    --red-900: color-mix(in srgb, #f44336 80%, black);\n    --red-800: color-mix(in srgb, #f44336 60%, black);\n    --red-700: color-mix(in srgb, #f44336 40%, black);\n    --red-600: color-mix(in srgb, #f44336 20%, black);\n    --red-500: #f44336;\n    --red-400: color-mix(in srgb, #f44336 20%, white);\n    --red-300: color-mix(in srgb, #f44336 40%, white);\n    --red-200: color-mix(in srgb, #f44336 60%, white);\n    --red-100: color-mix(in srgb, #f44336 80%, white);\n    --red-50: color-mix(in srgb, #f44336 90%, white);\n\n    --pink-900: color-mix(in srgb, #E47BA0 80%, black);\n    --pink-800: color-mix(in srgb, #E47BA0 60%, black);\n    --pink-700: color-mix(in srgb, #E47BA0 40%, black);\n    --pink-600: color-mix(in srgb, #E47BA0 20%, black);\n    --pink-500: #E47BA0;\n    --pink-400: color-mix(in srgb, #E47BA0 20%, white);\n    --pink-300: color-mix(in srgb, #E47BA0 40%, white);\n    --pink-200: color-mix(in srgb, #E47BA0 60%, white);\n    --pink-100: color-mix(in srgb, #E47BA0 80%, white);\n    --pink-50: color-mix(in srgb, #E47BA0 90%, white);\n\n    --purple-900: color-mix(in srgb, #9c27b0 80%, black);\n    --purple-800: color-mix(in srgb, #9c27b0 60%, black);\n    --purple-700: color-mix(in srgb, #9c27b0 40%, black);\n    --purple-600: color-mix(in srgb, #9c27b0 20%, black);\n    --purple-500: #9c27b0;\n    --purple-400: color-mix(in srgb, #9c27b0 20%, white);\n    --purple-300: color-mix(in srgb, #9c27b0 40%, white);\n    --purple-200: color-mix(in srgb, #9c27b0 60%, white);\n    --purple-100: color-mix(in srgb, #9c27b0 80%, white);\n    --purple-50: color-mix(in srgb, #9c27b0 90%, white);\n\n    --lime-900: color-mix(in srgb, #cddc39 80%, black);\n    --lime-800: color-mix(in srgb, #cddc39 60%, black);\n    --lime-700: color-mix(in srgb, #cddc39 40%, black);\n    --lime-600: color-mix(in srgb, #cddc39 20%, black);\n    --lime-500: #cddc39;\n    --lime-400: color-mix(in srgb, #cddc39 20%, white);\n    --lime-300: color-mix(in srgb, #cddc39 40%, white);\n    --lime-200: color-mix(in srgb, #cddc39 60%, white);\n    --lime-100: color-mix(in srgb, #cddc39 80%, white);\n    --lime-50: color-mix(in srgb, #cddc39 90%, white);\n\n    --green-900: color-mix(in srgb, #4caf50 80%, black);\n    --green-800: color-mix(in srgb, #4caf50 60%, black);\n    --green-700: color-mix(in srgb, #4caf50 40%, black);\n    --green-600: color-mix(in srgb, #4caf50 20%, black);\n    --green-500: #4caf50;\n    --green-400: color-mix(in srgb, #4caf50 20%, white);\n    --green-300: color-mix(in srgb, #4caf50 40%, white);\n    --green-200: color-mix(in srgb, #4caf50 60%, white);\n    --green-100: color-mix(in srgb, #4caf50 80%, white);\n    --green-50: color-mix(in srgb, #4caf50 90%, white);\n\n    --teal-900: color-mix(in srgb, #0CA678 80%, black);\n    --teal-800: color-mix(in srgb, #0CA678 60%, black);\n    --teal-700: color-mix(in srgb, #0CA678 40%, black);\n    --teal-600: color-mix(in srgb, #0CA678 20%, black);\n    --teal-500: #0CA678;\n    --teal-400: color-mix(in srgb, #0CA678 20%, white);\n    --teal-300: color-mix(in srgb, #0CA678 40%, white);\n    --teal-200: color-mix(in srgb, #0CA678 60%, white);\n    --teal-100: color-mix(in srgb, #0CA678 80%, white);\n    --teal-50: color-mix(in srgb, #0CA678 90%, white);\n\n    --gradient: linear-gradient(45deg, rgba(74,12,138,1) 0%, rgba(12,117,173,1) 100%);\n\n}\n`"
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "colors",
          "declaration": {
            "name": "colors",
            "module": "src/shared/colors.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/shared/fhir.class.ts",
      "declarations": [],
      "exports": []
    },
    {
      "kind": "javascript-module",
      "path": "src/shared/styles.ts",
      "declarations": [
        {
          "kind": "variable",
          "name": "sharedStyles",
          "default": "css`\n    * {\n        font-family: \"Ubuntu\", system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\";\n    }\n`"
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "sharedStyles",
          "declaration": {
            "name": "sharedStyles",
            "module": "src/shared/styles.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/dosage/dosage-editor-options/bounds-duration.options.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "BoundsDurationValueOption",
          "members": [
            {
              "kind": "field",
              "name": "score",
              "type": {
                "text": "number"
              },
              "default": "100",
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "method",
              "name": "canFollow",
              "return": {
                "type": {
                  "text": "boolean"
                }
              },
              "parameters": [
                {
                  "name": "options",
                  "type": {
                    "text": "DosageEditorOption[]"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "field",
              "name": "textForOption",
              "type": {
                "text": "string | undefined"
              },
              "default": "`${value} (${msg('hours, days, etc')})`",
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "field",
              "name": "code",
              "type": {
                "text": "string"
              },
              "default": "code",
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "field",
              "name": "text",
              "type": {
                "text": "string"
              },
              "default": "text",
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "field",
              "name": "value",
              "type": {
                "text": "string"
              },
              "readonly": true,
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "method",
              "name": "isGuidingOption",
              "return": {
                "type": {
                  "text": "boolean"
                }
              },
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "method",
              "name": "isUserInputOption",
              "return": {
                "type": {
                  "text": "boolean"
                }
              },
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            }
          ],
          "superclass": {
            "name": "DosageEditorOption",
            "module": "/src/dosage/dosage-editor-option.class"
          }
        },
        {
          "kind": "class",
          "description": "",
          "name": "BoundsDurationPrefixOption",
          "members": [
            {
              "kind": "field",
              "name": "score",
              "type": {
                "text": "number"
              },
              "default": "10",
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "method",
              "name": "canFollow",
              "return": {
                "type": {
                  "text": "boolean"
                }
              },
              "parameters": [
                {
                  "name": "options",
                  "type": {
                    "text": "DosageEditorOption[]"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "field",
              "name": "code",
              "type": {
                "text": "string"
              },
              "default": "code",
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "field",
              "name": "text",
              "type": {
                "text": "string"
              },
              "default": "text",
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "field",
              "name": "textForOption",
              "type": {
                "text": "string | undefined"
              },
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "field",
              "name": "value",
              "type": {
                "text": "string"
              },
              "readonly": true,
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "method",
              "name": "isGuidingOption",
              "return": {
                "type": {
                  "text": "boolean"
                }
              },
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "method",
              "name": "isUserInputOption",
              "return": {
                "type": {
                  "text": "boolean"
                }
              },
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            }
          ],
          "superclass": {
            "name": "DosageEditorOption",
            "module": "/src/dosage/dosage-editor-option.class"
          }
        },
        {
          "kind": "class",
          "description": "",
          "name": "BoundsDurationCodeOption",
          "members": [
            {
              "kind": "field",
              "name": "score",
              "type": {
                "text": "number"
              },
              "default": "10",
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "method",
              "name": "canFollow",
              "return": {
                "type": {
                  "text": "boolean"
                }
              },
              "parameters": [
                {
                  "name": "options",
                  "type": {
                    "text": "DosageEditorOption[]"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "field",
              "name": "code",
              "type": {
                "text": "string"
              },
              "default": "code",
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "field",
              "name": "text",
              "type": {
                "text": "string"
              },
              "default": "text",
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "field",
              "name": "textForOption",
              "type": {
                "text": "string | undefined"
              },
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "field",
              "name": "value",
              "type": {
                "text": "string"
              },
              "readonly": true,
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "method",
              "name": "isGuidingOption",
              "return": {
                "type": {
                  "text": "boolean"
                }
              },
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "method",
              "name": "isUserInputOption",
              "return": {
                "type": {
                  "text": "boolean"
                }
              },
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            }
          ],
          "superclass": {
            "name": "DosageEditorOption",
            "module": "/src/dosage/dosage-editor-option.class"
          }
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "BoundsDurationValueOption",
          "declaration": {
            "name": "BoundsDurationValueOption",
            "module": "src/dosage/dosage-editor-options/bounds-duration.options.ts"
          }
        },
        {
          "kind": "js",
          "name": "BoundsDurationPrefixOption",
          "declaration": {
            "name": "BoundsDurationPrefixOption",
            "module": "src/dosage/dosage-editor-options/bounds-duration.options.ts"
          }
        },
        {
          "kind": "js",
          "name": "BoundsDurationCodeOption",
          "declaration": {
            "name": "BoundsDurationCodeOption",
            "module": "src/dosage/dosage-editor-options/bounds-duration.options.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/dosage/dosage-editor-options/dose-quantity.options.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "DoseQuantityUserInputOption",
          "members": [
            {
              "kind": "field",
              "name": "score",
              "type": {
                "text": "number"
              },
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              },
              "default": "100"
            },
            {
              "kind": "method",
              "name": "canFollow",
              "return": {
                "type": {
                  "text": "boolean"
                }
              },
              "parameters": [
                {
                  "name": "options",
                  "type": {
                    "text": "DosageEditorOption[]"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "field",
              "name": "textForOption",
              "type": {
                "text": "string | undefined"
              },
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              },
              "default": "`${value} (${msg('pills, tablets, mg etc')})`"
            },
            {
              "kind": "method",
              "name": "isUserInputOption",
              "return": {
                "type": {
                  "text": "boolean"
                }
              },
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "field",
              "name": "code",
              "type": {
                "text": "string"
              },
              "default": "code",
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "field",
              "name": "text",
              "type": {
                "text": "string"
              },
              "default": "text",
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "field",
              "name": "value",
              "type": {
                "text": "string"
              },
              "readonly": true,
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "method",
              "name": "isGuidingOption",
              "return": {
                "type": {
                  "text": "boolean"
                }
              },
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            }
          ],
          "superclass": {
            "name": "UserInputOption",
            "module": "/src/dosage/dosage-editor-option.class"
          }
        },
        {
          "kind": "class",
          "description": "",
          "name": "DoseQuantityValueOption",
          "members": [
            {
              "kind": "field",
              "name": "score",
              "type": {
                "text": "number"
              },
              "default": "100",
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "method",
              "name": "canFollow",
              "return": {
                "type": {
                  "text": "boolean"
                }
              },
              "parameters": [
                {
                  "name": "options",
                  "type": {
                    "text": "DosageEditorOption[]"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "field",
              "name": "textForOption",
              "type": {
                "text": "string | undefined"
              },
              "default": "`${value} (${msg('pills, tablets, mg etc')})`",
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "field",
              "name": "code",
              "type": {
                "text": "string"
              },
              "default": "code",
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "field",
              "name": "text",
              "type": {
                "text": "string"
              },
              "default": "text",
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "field",
              "name": "value",
              "type": {
                "text": "string"
              },
              "readonly": true,
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "method",
              "name": "isGuidingOption",
              "return": {
                "type": {
                  "text": "boolean"
                }
              },
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "method",
              "name": "isUserInputOption",
              "return": {
                "type": {
                  "text": "boolean"
                }
              },
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            }
          ],
          "superclass": {
            "name": "DosageEditorOption",
            "module": "/src/dosage/dosage-editor-option.class"
          }
        },
        {
          "kind": "class",
          "description": "",
          "name": "DoseQuantityCodeOption",
          "members": [
            {
              "kind": "field",
              "name": "score",
              "type": {
                "text": "number"
              },
              "default": "5",
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "method",
              "name": "canFollow",
              "return": {
                "type": {
                  "text": "boolean"
                }
              },
              "parameters": [
                {
                  "name": "options",
                  "type": {
                    "text": "DosageEditorOption[]"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "field",
              "name": "code",
              "type": {
                "text": "string"
              },
              "default": "code",
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "field",
              "name": "text",
              "type": {
                "text": "string"
              },
              "default": "text",
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "field",
              "name": "textForOption",
              "type": {
                "text": "string | undefined"
              },
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "field",
              "name": "value",
              "type": {
                "text": "string"
              },
              "readonly": true,
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "method",
              "name": "isGuidingOption",
              "return": {
                "type": {
                  "text": "boolean"
                }
              },
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "method",
              "name": "isUserInputOption",
              "return": {
                "type": {
                  "text": "boolean"
                }
              },
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            }
          ],
          "superclass": {
            "name": "DosageEditorOption",
            "module": "/src/dosage/dosage-editor-option.class"
          }
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "DoseQuantityUserInputOption",
          "declaration": {
            "name": "DoseQuantityUserInputOption",
            "module": "src/dosage/dosage-editor-options/dose-quantity.options.ts"
          }
        },
        {
          "kind": "js",
          "name": "DoseQuantityValueOption",
          "declaration": {
            "name": "DoseQuantityValueOption",
            "module": "src/dosage/dosage-editor-options/dose-quantity.options.ts"
          }
        },
        {
          "kind": "js",
          "name": "DoseQuantityCodeOption",
          "declaration": {
            "name": "DoseQuantityCodeOption",
            "module": "src/dosage/dosage-editor-options/dose-quantity.options.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/dosage/dosage-editor-options/frequency.options.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "FrequencyOption",
          "members": [
            {
              "kind": "field",
              "name": "score",
              "type": {
                "text": "number"
              },
              "default": "100",
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "method",
              "name": "canFollow",
              "return": {
                "type": {
                  "text": "boolean"
                }
              },
              "parameters": [
                {
                  "name": "options",
                  "type": {
                    "text": "DosageEditorOption[]"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "field",
              "name": "code",
              "type": {
                "text": "string"
              },
              "default": "code",
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "field",
              "name": "text",
              "type": {
                "text": "string"
              },
              "default": "text",
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "field",
              "name": "textForOption",
              "type": {
                "text": "string | undefined"
              },
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "field",
              "name": "value",
              "type": {
                "text": "string"
              },
              "readonly": true,
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "method",
              "name": "isGuidingOption",
              "return": {
                "type": {
                  "text": "boolean"
                }
              },
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "method",
              "name": "isUserInputOption",
              "return": {
                "type": {
                  "text": "boolean"
                }
              },
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            }
          ],
          "superclass": {
            "name": "DosageEditorOption",
            "module": "/src/dosage/dosage-editor-option.class"
          }
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "FrequencyOption",
          "declaration": {
            "name": "FrequencyOption",
            "module": "src/dosage/dosage-editor-options/frequency.options.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/dosage/dosage-editor-options/period.options.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "PeriodPrefixOption",
          "members": [
            {
              "kind": "field",
              "name": "score",
              "type": {
                "text": "number"
              },
              "default": "10",
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "method",
              "name": "canFollow",
              "return": {
                "type": {
                  "text": "boolean"
                }
              },
              "parameters": [
                {
                  "name": "options",
                  "type": {
                    "text": "DosageEditorOption[]"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "field",
              "name": "code",
              "type": {
                "text": "string"
              },
              "default": "code",
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "field",
              "name": "text",
              "type": {
                "text": "string"
              },
              "default": "text",
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "field",
              "name": "textForOption",
              "type": {
                "text": "string | undefined"
              },
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "field",
              "name": "value",
              "type": {
                "text": "string"
              },
              "readonly": true,
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "method",
              "name": "isGuidingOption",
              "return": {
                "type": {
                  "text": "boolean"
                }
              },
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "method",
              "name": "isUserInputOption",
              "return": {
                "type": {
                  "text": "boolean"
                }
              },
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            }
          ],
          "superclass": {
            "name": "DosageEditorOption",
            "module": "/src/dosage/dosage-editor-option.class"
          }
        },
        {
          "kind": "class",
          "description": "",
          "name": "SinglePeriodPrefixOption",
          "members": [
            {
              "kind": "field",
              "name": "text",
              "type": {
                "text": "string"
              },
              "default": "text",
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "field",
              "name": "score",
              "type": {
                "text": "number"
              },
              "default": "10",
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "method",
              "name": "canFollow",
              "return": {
                "type": {
                  "text": "boolean"
                }
              },
              "parameters": [
                {
                  "name": "options",
                  "type": {
                    "text": "DosageEditorOption[]"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "field",
              "name": "code",
              "type": {
                "text": "string"
              },
              "default": "code",
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "field",
              "name": "textForOption",
              "type": {
                "text": "string | undefined"
              },
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "field",
              "name": "value",
              "type": {
                "text": "string"
              },
              "readonly": true,
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "method",
              "name": "isGuidingOption",
              "return": {
                "type": {
                  "text": "boolean"
                }
              },
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "method",
              "name": "isUserInputOption",
              "return": {
                "type": {
                  "text": "boolean"
                }
              },
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            }
          ],
          "superclass": {
            "name": "PeriodPrefixOption",
            "module": "src/dosage/dosage-editor-options/period.options.ts"
          }
        },
        {
          "kind": "class",
          "description": "",
          "name": "PeriodValueOption",
          "members": [
            {
              "kind": "field",
              "name": "score",
              "type": {
                "text": "number"
              },
              "default": "100",
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "method",
              "name": "canFollow",
              "return": {
                "type": {
                  "text": "boolean"
                }
              },
              "parameters": [
                {
                  "name": "options",
                  "type": {
                    "text": "DosageEditorOption[]"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "field",
              "name": "code",
              "type": {
                "text": "string"
              },
              "default": "code",
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "field",
              "name": "text",
              "type": {
                "text": "string"
              },
              "default": "text",
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "field",
              "name": "textForOption",
              "type": {
                "text": "string | undefined"
              },
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "field",
              "name": "value",
              "type": {
                "text": "string"
              },
              "readonly": true,
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "method",
              "name": "isGuidingOption",
              "return": {
                "type": {
                  "text": "boolean"
                }
              },
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "method",
              "name": "isUserInputOption",
              "return": {
                "type": {
                  "text": "boolean"
                }
              },
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            }
          ],
          "superclass": {
            "name": "DosageEditorOption",
            "module": "/src/dosage/dosage-editor-option.class"
          }
        },
        {
          "kind": "class",
          "description": "",
          "name": "PeriodDayPrefixOption",
          "members": [
            {
              "kind": "field",
              "name": "score",
              "type": {
                "text": "number"
              },
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              },
              "default": "10"
            },
            {
              "kind": "method",
              "name": "canFollow",
              "return": {
                "type": {
                  "text": "boolean"
                }
              },
              "parameters": [
                {
                  "name": "options",
                  "type": {
                    "text": "DosageEditorOption[]"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "method",
              "name": "isGuidingOption",
              "return": {
                "type": {
                  "text": "boolean"
                }
              },
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "field",
              "name": "code",
              "type": {
                "text": "string"
              },
              "default": "code",
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "field",
              "name": "text",
              "type": {
                "text": "string"
              },
              "default": "text",
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "field",
              "name": "textForOption",
              "type": {
                "text": "string | undefined"
              },
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "field",
              "name": "value",
              "type": {
                "text": "string"
              },
              "readonly": true,
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "method",
              "name": "isUserInputOption",
              "return": {
                "type": {
                  "text": "boolean"
                }
              },
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            }
          ],
          "superclass": {
            "name": "DosageEditorGuidingOption",
            "module": "/src/dosage/dosage-editor-option.class"
          }
        },
        {
          "kind": "class",
          "description": "",
          "name": "PeriodFrequencyPrefixOption",
          "members": [
            {
              "kind": "field",
              "name": "score",
              "type": {
                "text": "number"
              },
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              },
              "default": "10"
            },
            {
              "kind": "method",
              "name": "canFollow",
              "return": {
                "type": {
                  "text": "boolean"
                }
              },
              "parameters": [
                {
                  "name": "options",
                  "type": {
                    "text": "DosageEditorOption[]"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "method",
              "name": "isGuidingOption",
              "return": {
                "type": {
                  "text": "boolean"
                }
              },
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "field",
              "name": "code",
              "type": {
                "text": "string"
              },
              "default": "code",
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "field",
              "name": "text",
              "type": {
                "text": "string"
              },
              "default": "text",
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "field",
              "name": "textForOption",
              "type": {
                "text": "string | undefined"
              },
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "field",
              "name": "value",
              "type": {
                "text": "string"
              },
              "readonly": true,
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "method",
              "name": "isUserInputOption",
              "return": {
                "type": {
                  "text": "boolean"
                }
              },
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            }
          ],
          "superclass": {
            "name": "DosageEditorGuidingOption",
            "module": "/src/dosage/dosage-editor-option.class"
          }
        },
        {
          "kind": "class",
          "description": "",
          "name": "PeriodDayOfWeekOption",
          "members": [
            {
              "kind": "field",
              "name": "score",
              "type": {
                "text": "number"
              },
              "default": "100",
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "method",
              "name": "canFollow",
              "return": {
                "type": {
                  "text": "boolean"
                }
              },
              "parameters": [
                {
                  "name": "options",
                  "type": {
                    "text": "DosageEditorOption[]"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "field",
              "name": "code",
              "type": {
                "text": "string"
              },
              "default": "code",
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "field",
              "name": "text",
              "type": {
                "text": "string"
              },
              "default": "text",
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "field",
              "name": "textForOption",
              "type": {
                "text": "string | undefined"
              },
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "field",
              "name": "value",
              "type": {
                "text": "string"
              },
              "readonly": true,
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "method",
              "name": "isGuidingOption",
              "return": {
                "type": {
                  "text": "boolean"
                }
              },
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "method",
              "name": "isUserInputOption",
              "return": {
                "type": {
                  "text": "boolean"
                }
              },
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            }
          ],
          "superclass": {
            "name": "DosageEditorOption",
            "module": "/src/dosage/dosage-editor-option.class"
          }
        },
        {
          "kind": "class",
          "description": "",
          "name": "PeriodTimeOfDayPrefixOption",
          "members": [
            {
              "kind": "field",
              "name": "score",
              "type": {
                "text": "number"
              },
              "default": "10",
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "method",
              "name": "canFollow",
              "return": {
                "type": {
                  "text": "boolean"
                }
              },
              "parameters": [
                {
                  "name": "options",
                  "type": {
                    "text": "DosageEditorOption[]"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "field",
              "name": "code",
              "type": {
                "text": "string"
              },
              "default": "code",
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "field",
              "name": "text",
              "type": {
                "text": "string"
              },
              "default": "text",
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "field",
              "name": "textForOption",
              "type": {
                "text": "string | undefined"
              },
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "field",
              "name": "value",
              "type": {
                "text": "string"
              },
              "readonly": true,
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "method",
              "name": "isGuidingOption",
              "return": {
                "type": {
                  "text": "boolean"
                }
              },
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "method",
              "name": "isUserInputOption",
              "return": {
                "type": {
                  "text": "boolean"
                }
              },
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            }
          ],
          "superclass": {
            "name": "DosageEditorOption",
            "module": "/src/dosage/dosage-editor-option.class"
          }
        },
        {
          "kind": "class",
          "description": "",
          "name": "PeriodTimeOfDayValueOption",
          "members": [
            {
              "kind": "field",
              "name": "score",
              "type": {
                "text": "number"
              },
              "default": "10",
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "method",
              "name": "canFollow",
              "return": {
                "type": {
                  "text": "boolean"
                }
              },
              "parameters": [
                {
                  "name": "options",
                  "type": {
                    "text": "DosageEditorOption[]"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "field",
              "name": "code",
              "type": {
                "text": "string"
              },
              "default": "code",
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "field",
              "name": "text",
              "type": {
                "text": "string"
              },
              "default": "text",
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "field",
              "name": "textForOption",
              "type": {
                "text": "string | undefined"
              },
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "field",
              "name": "value",
              "type": {
                "text": "string"
              },
              "readonly": true,
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "method",
              "name": "isGuidingOption",
              "return": {
                "type": {
                  "text": "boolean"
                }
              },
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "method",
              "name": "isUserInputOption",
              "return": {
                "type": {
                  "text": "boolean"
                }
              },
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            }
          ],
          "superclass": {
            "name": "DosageEditorOption",
            "module": "/src/dosage/dosage-editor-option.class"
          }
        },
        {
          "kind": "class",
          "description": "",
          "name": "PeriodUnitOption",
          "members": [
            {
              "kind": "field",
              "name": "score",
              "type": {
                "text": "number"
              },
              "default": "5",
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "method",
              "name": "canFollow",
              "return": {
                "type": {
                  "text": "boolean"
                }
              },
              "parameters": [
                {
                  "name": "options",
                  "type": {
                    "text": "DosageEditorOption[]"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "field",
              "name": "code",
              "type": {
                "text": "string"
              },
              "default": "code",
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "field",
              "name": "text",
              "type": {
                "text": "string"
              },
              "default": "text",
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "field",
              "name": "textForOption",
              "type": {
                "text": "string | undefined"
              },
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "field",
              "name": "value",
              "type": {
                "text": "string"
              },
              "readonly": true,
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "method",
              "name": "isGuidingOption",
              "return": {
                "type": {
                  "text": "boolean"
                }
              },
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "method",
              "name": "isUserInputOption",
              "return": {
                "type": {
                  "text": "boolean"
                }
              },
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/dosage/dosage-editor-option.class.ts"
              }
            }
          ],
          "superclass": {
            "name": "DosageEditorOption",
            "module": "/src/dosage/dosage-editor-option.class"
          }
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "PeriodPrefixOption",
          "declaration": {
            "name": "PeriodPrefixOption",
            "module": "src/dosage/dosage-editor-options/period.options.ts"
          }
        },
        {
          "kind": "js",
          "name": "SinglePeriodPrefixOption",
          "declaration": {
            "name": "SinglePeriodPrefixOption",
            "module": "src/dosage/dosage-editor-options/period.options.ts"
          }
        },
        {
          "kind": "js",
          "name": "PeriodValueOption",
          "declaration": {
            "name": "PeriodValueOption",
            "module": "src/dosage/dosage-editor-options/period.options.ts"
          }
        },
        {
          "kind": "js",
          "name": "PeriodDayPrefixOption",
          "declaration": {
            "name": "PeriodDayPrefixOption",
            "module": "src/dosage/dosage-editor-options/period.options.ts"
          }
        },
        {
          "kind": "js",
          "name": "PeriodFrequencyPrefixOption",
          "declaration": {
            "name": "PeriodFrequencyPrefixOption",
            "module": "src/dosage/dosage-editor-options/period.options.ts"
          }
        },
        {
          "kind": "js",
          "name": "PeriodDayOfWeekOption",
          "declaration": {
            "name": "PeriodDayOfWeekOption",
            "module": "src/dosage/dosage-editor-options/period.options.ts"
          }
        },
        {
          "kind": "js",
          "name": "PeriodTimeOfDayPrefixOption",
          "declaration": {
            "name": "PeriodTimeOfDayPrefixOption",
            "module": "src/dosage/dosage-editor-options/period.options.ts"
          }
        },
        {
          "kind": "js",
          "name": "PeriodTimeOfDayValueOption",
          "declaration": {
            "name": "PeriodTimeOfDayValueOption",
            "module": "src/dosage/dosage-editor-options/period.options.ts"
          }
        },
        {
          "kind": "js",
          "name": "PeriodUnitOption",
          "declaration": {
            "name": "PeriodUnitOption",
            "module": "src/dosage/dosage-editor-options/period.options.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": "[\n  `fr-FR`,\n]"
          },
          "default": "[\n  `fr-FR`,\n]",
          "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/i18n/locales/fr-FR.ts",
      "declarations": [
        {
          "kind": "variable",
          "name": "templates",
          "type": {
            "text": "object"
          },
          "default": "{\n      'bcb-route-1': `nasale`,\n'bcb-route-100': `intravésicale`,\n'bcb-route-101': `IV en perfusion lente (1 heure)`,\n'bcb-route-104': `intra-artérielle`,\n'bcb-route-106': `IM,SC ou IV`,\n'bcb-route-108': `IM, SC ou perfusion IV lente`,\n'bcb-route-109': `intradermique`,\n'bcb-route-11': `rectale`,\n'bcb-route-111': `péridurale`,\n'bcb-route-112': `intrathécale`,\n'bcb-route-114': `IV ou IM`,\n'bcb-route-12': `IM profonde`,\n'bcb-route-120': `IM ou perfusion IV lente (30 à 60 minutes)`,\n'bcb-route-125': `IM profonde ou perfusion IV`,\n'bcb-route-126': `IV, IM ou SC`,\n'bcb-route-129': `IV en perfusion centrale ou périphérique`,\n'bcb-route-13': `orale`,\n'bcb-route-130': `entérale`,\n'bcb-route-131': `IV, IM, SC ou locale`,\n'bcb-route-133': `IV très lente`,\n'bcb-route-135': `IV directe lente`,\n'bcb-route-138': `IV directe lente ou perfusion (éventuellement IM)`,\n'bcb-route-139': `IV directe lente et perfusion IV`,\n'bcb-route-140': `IM, IV directe lente ou perfusion IV`,\n'bcb-route-141': `IV directe lente ou perfusion IV`,\n'bcb-route-144': `IM, IV directe ou perfusion IV, SC`,\n'bcb-route-145': `IM profonde, IV directe lente`,\n'bcb-route-146': `IM profonde, IV directe lente ou perfusion IV`,\n'bcb-route-149': `vaginale`,\n'bcb-route-15': `intracaverneuse`,\n'bcb-route-150': `IV lente ou perfusion (IM profonde si impossible)`,\n'bcb-route-152': `IM ou orale`,\n'bcb-route-157': `IM,SC,IV lente directe ou perfusion veineuse`,\n'bcb-route-158': `IM (exceptionnellement IV)`,\n'bcb-route-16': `locale par aérosol`,\n'bcb-route-160': `intra-articulaire ou périarticulaire`,\n'bcb-route-164': `intraventriculaire`,\n'bcb-route-165': `IV directe ou perfusion (IM ou SC si impossible)`,\n'bcb-route-166': `IV directe lente ou perfusion IV lente`,\n'bcb-route-17': `IM ou IV`,\n'bcb-route-174': `intrathécale (lombaire)`,\n'bcb-route-179': `SC ou IM (IV éventuellement)`,\n'bcb-route-18': `intra-articulaire`,\n'bcb-route-181': `SC (éventuellement IM)`,\n'bcb-route-183': `intracavitaire`,\n'bcb-route-185': `endotrachéale`,\n'bcb-route-187': `IV en perfusion (éventuellement IM)`,\n'bcb-route-189': `IM de préférence ou SC`,\n'bcb-route-19': `péri-articulaire`,\n'bcb-route-195': `intramurale`,\n'bcb-route-196': `SC, IV (en perfusion) (ou IM)`,\n'bcb-route-198': `IM (SC si trouble de la coagulation)`,\n'bcb-route-199': `IM (ou SC profonde)`,\n'bcb-route-2': `IM`,\n'bcb-route-200': `SC, IM ou IV`,\n'bcb-route-201': `IM, IV directe ou perfusion IV`,\n'bcb-route-204': `aérosol`,\n'bcb-route-206': `IM ou IV (injection lente ou perfusion)`,\n'bcb-route-21': `intrasinusienne`,\n'bcb-route-213': `intra-artérielle (crosse aortique)`,\n'bcb-route-214': `intra-artérielle (carotide, artère vertébrale)`,\n'bcb-route-215': `SC en perfusion continue (pompe)`,\n'bcb-route-216': `SC discontinue`,\n'bcb-route-219': `IV directe, perfusion continue ou SC`,\n'bcb-route-223': `périneurale`,\n'bcb-route-224': `IV périphérique lente`,\n'bcb-route-226': `inhalée par fumigation`,\n'bcb-route-227': `IV continue`,\n'bcb-route-228': `IV en perfusion ou intrapéritonéale (IV, IM, SC)`,\n'bcb-route-229': `IV puis SC`,\n'bcb-route-230': `IM (ou perfusion IV si IM impraticable)`,\n'bcb-route-231': `SC en perfusion`,\n'bcb-route-232': `IM (éventuellement SC)`,\n'bcb-route-234': `IV directe et IM`,\n'bcb-route-235': `IV en perfusion au pousse-seringue électrique`,\n'bcb-route-237': `IV directe, perfusion IV ou IM`,\n'bcb-route-238': `centrale ou périphérique par perfusion`,\n'bcb-route-239': `IV continue à la seringue électrique`,\n'bcb-route-242': `SC continue`,\n'bcb-route-243': `intrathécale (latérocervicale)`,\n'bcb-route-245': `SC ou IV (éventuellement IM)`,\n'bcb-route-246': `SC ou intravasculaire`,\n'bcb-route-247': `IV en perfusion de 30 minutes`,\n'bcb-route-248': `IV en perfusion lente de 30 mn ou IM`,\n'bcb-route-249': `veineuse centrale en perfusion`,\n'bcb-route-250': `inhalée par vapeur`,\n'bcb-route-251': `IV au pousse-seringue électrique`,\n'bcb-route-252': `IV en perfusion de 15 minutes`,\n'bcb-route-253': `IV en perfusion de 30 à 60 minutes`,\n'bcb-route-255': `IV directe très lente (3 mn) ou perfusion IV 30 mn`,\n'bcb-route-256': `IV en perfusion de 60 minutes`,\n'bcb-route-257': `IV en perfusion lente ou IM`,\n'bcb-route-258': `IV en perfusion continue (pompe)`,\n'bcb-route-259': `SC ou perfusion IV`,\n'bcb-route-26': `intrarachidienne`,\n'bcb-route-260': `IV ou IM profonde`,\n'bcb-route-261': `IV (en bolus)`,\n'bcb-route-263': `IV en perfusion continue de 24 heures`,\n'bcb-route-264': `IV rapide`,\n'bcb-route-266': `IV en perfusion de 24 heures`,\n'bcb-route-267': `IV en perfusion sur 3 heures`,\n'bcb-route-270': `IV en perfusion ou seringue électrique`,\n'bcb-route-271': `IV directe ou perfusion IV rapide`,\n'bcb-route-272': `IV en perfusion ou bolus`,\n'bcb-route-274': `IV directe ou perfusion IV lente`,\n'bcb-route-275': `intralymphatique`,\n'bcb-route-277': `intra-artérielle numérisée`,\n'bcb-route-279': `intrathécale (lombaire ou cervicale)`,\n'bcb-route-280': `SC ou perfusion IV de 30 minutes`,\n'bcb-route-281': `IV en perfusion ou SC continue de 24 heures`,\n'bcb-route-282': `SC ou perfusion SC continue sur 24 heures`,\n'bcb-route-284': `IV en perfusion de 60 à 90 mn`,\n'bcb-route-285': `IV en perfusion d'environ 2 heures`,\n'bcb-route-288': `IV en perfusion lente de 2 heures`,\n'bcb-route-290': `IV en perfusion lente de 30 mn`,\n'bcb-route-291': `IV en perfusion lente de 20 à 30 mn`,\n'bcb-route-292': `IV en perfusion de 2 heures`,\n'bcb-route-294': `IV en perfusion périphérique`,\n'bcb-route-295': `IV en perfusion continue à la seringue électrique`,\n'bcb-route-297': `IV lente de 2 minutes`,\n'bcb-route-298': `IV directe lente (2 à 3 minutes)`,\n'bcb-route-299': `IV directe (éventuellement SC ou IM)`,\n'bcb-route-3': `IV`,\n'bcb-route-30': `SC ou IM`,\n'bcb-route-304': `orale ou perfusion IV`,\n'bcb-route-305': `IV en perfusion de 20 à 60 minutes`,\n'bcb-route-306': `IV en perfusion de 20 minutes`,\n'bcb-route-307': `IV en perfusion lente de 30 à 60 minutes`,\n'bcb-route-308': `IV en perfusion de 20 à 30 minutes`,\n'bcb-route-309': `IV en perfusion discontinue de 60 minutes minimum`,\n'bcb-route-310': `IV en perfusion continue lente`,\n'bcb-route-311': `IV directe lente (2 minutes)`,\n'bcb-route-312': `intracoronaire`,\n'bcb-route-316': `IV en perfusion lente (1 h 30)`,\n'bcb-route-317': `IM profonde ou IV`,\n'bcb-route-319': `IV directe, perfusion IV, SC ou IM`,\n'bcb-route-32': `IM profonde et lente`,\n'bcb-route-320': `IM ou perfusion IV courte`,\n'bcb-route-321': `IV en perfusion discontinue ou continue`,\n'bcb-route-322': `IV en perfusion d'au moins 30 mn`,\n'bcb-route-323': `péridurale lombaire`,\n'bcb-route-324': `péridurale en perfusion lombaire continue`,\n'bcb-route-327': `péridurale thoracique`,\n'bcb-route-328': `IV en perfusion lente de 1 à 2 heures`,\n'bcb-route-329': `IV en 2 minutes environ`,\n'bcb-route-33': `intra-artérielle hépatique en perfusion lente`,\n'bcb-route-330': `orale ou nasogastrique (sonde)`,\n'bcb-route-331': `péridurale caudale`,\n'bcb-route-333': `IV lente (10 minutes)`,\n'bcb-route-335': `péridurale en perfusion`,\n'bcb-route-336': `IV en perfusion lente d'au moins 60 minutes`,\n'bcb-route-337': `IV en perfusion lente d'au moins 30 minutes`,\n'bcb-route-339': `IV directe lente ou perfusion IV de 20 à 30 min`,\n'bcb-route-34': `IV en perfusion veineuse continue`,\n'bcb-route-343': `IV ou SC en perfusion`,\n'bcb-route-344': `IV en perfusion d'au moins 4 heures`,\n'bcb-route-345': `intrapéritonéale`,\n'bcb-route-347': `IV en perfusion de 5 à 10 minutes`,\n'bcb-route-348': `SC ou IV`,\n'bcb-route-349': `IV en perfusion de 1 à 2 heures`,\n'bcb-route-35': `IM ou IV lente`,\n'bcb-route-350': `IV en perfusion d'une heure`,\n'bcb-route-352': `IV (bolus de 30 secondes)`,\n'bcb-route-353': `IV en perfusion de 2 à 6 heures`,\n'bcb-route-356': `IV en perfusion sur 2 heures`,\n'bcb-route-357': `IV en perfusion de 6 heures`,\n'bcb-route-358': `IV en perfusion de 15 à 30 minutes`,\n'bcb-route-359': `IV en perfusion lente d'environ 1 heure`,\n'bcb-route-36': `intravasculaire`,\n'bcb-route-360': `IV en perfusion sur 4 heures`,\n'bcb-route-361': `IV en perfusion sur 16 heures`,\n'bcb-route-362': `IV centrale en perfusion`,\n'bcb-route-363': `IV ou SC en perfusion continue`,\n'bcb-route-365': `IV en perfusion lente (8 à 24 heures)`,\n'bcb-route-367': `IV en perfusion périphérique lente`,\n'bcb-route-37': `IM lente`,\n'bcb-route-370': `intracanalaire`,\n'bcb-route-372': `IV en perfusion centrale`,\n'bcb-route-373': `IV directe ou perfusion IV continue`,\n'bcb-route-374': `IV en perfusion d'au moins 15 minutes`,\n'bcb-route-376': `IV ou intra-artérielle`,\n'bcb-route-377': `intrabuccale sous-muqueuse`,\n'bcb-route-378': `IV périphérique`,\n'bcb-route-382': `IV (bolus) ou perfusion`,\n'bcb-route-383': `IV directe ou perfusion IV de 60 minutes`,\n'bcb-route-384': `IM ou SC profonde`,\n'bcb-route-386': `IV lente ou IM`,\n'bcb-route-387': `intracervicale`,\n'bcb-route-389': `perfusion (ILP)`,\n'bcb-route-391': `gingivale`,\n'bcb-route-392': `IV en perfusion de 3 heures`,\n'bcb-route-393': `IV en perfusion de 10 minutes`,\n'bcb-route-395': `SC (éventuellement IV)`,\n'bcb-route-396': `péridurale (bolus)`,\n'bcb-route-397': `ophtalmique`,\n'bcb-route-398': `intradermique, SC ou IM`,\n'bcb-route-399': `périneurale ou péridurale`,\n'bcb-route-4': `SC`,\n'bcb-route-402': `intravitréenne`,\n'bcb-route-404': `intra-artérielle hépatique`,\n'bcb-route-405': `IV en perfusion lente de 4 heures`,\n'bcb-route-406': `IV en perfusion de 3 heures (à 1 heure)`,\n'bcb-route-407': `IM ou IV lente (exceptionnellement SC)`,\n'bcb-route-408': `IV en perfusion de 15 à 60 mn`,\n'bcb-route-409': `IV ou SC`,\n'bcb-route-410': `IV en perfusion d'au moins 3 heures`,\n'bcb-route-411': `IV en perfusion lente d'au moins 6 heures`,\n'bcb-route-412': `péridurale en perfusion continue`,\n'bcb-route-413': `inhalée`,\n'bcb-route-414': `IV directe lente dans la tubulure de la perfusion`,\n'bcb-route-415': `IV en perfusion d'au moins 60 minutes`,\n'bcb-route-416': `IV en perfusion de 40 minutes`,\n'bcb-route-417': `intrathécale lente (bolus)`,\n'bcb-route-418': `intrathécale en perfusion continue`,\n'bcb-route-419': `perfusion péritonéale`,\n'bcb-route-420': `gastro-entérale`,\n'bcb-route-421': `IV en perfusion avec une pompe automatique`,\n'bcb-route-422': `IV en perfusion avec seringue automatique`,\n'bcb-route-423': `IV, SC directes ou en perfusion`,\n'bcb-route-426': `IV en perfusion de 25 à 45 minutes`,\n'bcb-route-428': `intravasculaire en hémodialyse`,\n'bcb-route-429': `IV en perfusion discontinue`,\n'bcb-route-430': `endotrachéobronchique`,\n'bcb-route-431': `IV directe ou SC`,\n'bcb-route-432': `IM ou IV en perfusion`,\n'bcb-route-433': `IM ou IV directe`,\n'bcb-route-434': `parodontale`,\n'bcb-route-435': `SC (éventuellement IV en perfusion)`,\n'bcb-route-436': `endonasale`,\n'bcb-route-437': `systémique`,\n'bcb-route-438': `parentérale`,\n'bcb-route-439': `intra-oculaire`,\n'bcb-route-440': `intrabursale`,\n'bcb-route-441': `intrapleurale`,\n'bcb-route-442': `intrapéricardique`,\n'bcb-route-443': `intrabuccale`,\n'bcb-route-444': `buccale`,\n'bcb-route-445': `endobuccale`,\n'bcb-route-446': `transdermique`,\n'bcb-route-448': `endotrachéopulmonaire`,\n'bcb-route-449': `topique`,\n'bcb-route-450': `intra-osseuse`,\n'bcb-route-451': `endosinusale`,\n'bcb-route-452': `respiratoire`,\n'bcb-route-453': `urétrale`,\n'bcb-route-454': `dentaire`,\n'bcb-route-455': `auriculaire`,\n'bcb-route-456': `intra-pariétale`,\n'bcb-route-457': `paravertébrale`,\n'bcb-route-458': `intramammaire`,\n'bcb-route-459': `Divers prépa magistrale pour CAD`,\n'bcb-route-460': `jéjunostomie`,\n'bcb-route-461': `sonde gastrique`,\n'bcb-route-462': `péri-cicatricielle`,\n'bcb-route-463': `IV en perfusion de 1 à 3 heures`,\n'bcb-route-464': `non applicable`,\n'bcb-route-465': `naso-gastrique`,\n'bcb-route-466': `épilésionnelle`,\n'bcb-route-467': `intracérébroventriculaire`,\n'bcb-route-468': `naso-duodénale`,\n'bcb-route-469': `IV en perfusion de 2h30`,\n'bcb-route-470': `intratumorale`,\n'bcb-route-471': `péritumorale`,\n'bcb-route-472': `sonde GPE pour gastrostomie`,\n'bcb-route-473': `sous-rétinienne`,\n'bcb-route-474': `intra-artérielle régionale`,\n'bcb-route-475': `intradetrusorienne`,\n'bcb-route-52': `SC profonde`,\n'bcb-route-54': `IV en perfusion`,\n'bcb-route-56': `IV directe ou perfusion IV`,\n'bcb-route-58': `intralésionnelle`,\n'bcb-route-59': `IM ou perfusion IV`,\n'bcb-route-6': `sublinguale`,\n'bcb-route-60': `sous-muqueuse`,\n'bcb-route-61': `sous-fissuraire`,\n'bcb-route-63': `IV directe ou perfusion continue`,\n'bcb-route-64': `IM profonde, IV directe ou perfusion IV`,\n'bcb-route-68': `IM,IV ou SC`,\n'bcb-route-7': `perfusion`,\n'bcb-route-70': `IM profonde ou perfusion IV lente`,\n'bcb-route-71': `IV directe`,\n'bcb-route-75': `IM ou SC`,\n'bcb-route-76': `IM ou perfusion IV lente`,\n'bcb-route-8': `locale`,\n'bcb-route-82': `cutanée`,\n'bcb-route-84': `intra-utérine`,\n'bcb-route-87': `IV (éventuellement IM)`,\n'bcb-route-89': `sous-arachnoïdienne`,\n'bcb-route-9': `IV lente`,\n'bcb-route-95': `IV en perfusion continue`,\n'bcb-route-97': `IV lente ou perfusion`,\n'bcb-route-99': `intradermique ou SC`,\n's0026d3bf6478e67f': `cartouches`,\n's01969b8677122719': `lundi`,\n's03e5639deaf43bdf': `seringues`,\n's05fe415fb899a74f': `la fin de soirée`,\n's07ad7443e14f22ec': `microlitres`,\n's0829ba0c837cb7ab': `bouffées`,\n's089c4e07b545a968': `à`,\n's08a95607b550415c': `ml`,\n's08a96107b550540d': `mg`,\n's09241f07b5b8f323': `UI`,\n's099e5107b620a455': `µg`,\n's0faae4212464e843': `doses-kilo`,\n's1153970079d1c964': `tous les`,\n's13a3753823dce93d': `après les repas`,\n's13b4e0a7a5cc35a8': `pâte`,\n's17150140e22d109f': `pastille`,\n's18966f063cb29f34': `inhalation`,\n's189c46cfee93d8f7': `17h`,\n's18d64acfeec5580a': `5h`,\n's1958be26687f7950': `ampoules`,\n's1a3b825e95c7676a': `avant le déjeuner`,\n's1a80f2d02c48d928': `après une période régulière de sommeil prolongé`,\n's1d2f3167285bfc63': `la nuit`,\n's216aacea29eddec9': `6h`,\n's21a488ea2a1f19e4': `18h`,\n's231db9e1b0a9e9cc': `cuillère-dose`,\n's2492e4c86f77ac5b': `cuillères à café`,\n's29075956f348aa76': `cartouche`,\n's29338c6c39286cb5': `fois`,\n's2952d22af0012917': `après-midi`,\n's2b7451f0a2a443be': `avant le petit-déjeuner`,\n's2cca31737b3d9029': `Modifier la posologie (fréquence, période, dose, etc).`,\n's2e9d32432ffe2a74': `cuillère à soupe`,\n's30fa9943ea8d5a58': `début de soirée`,\n's33466f2a8ce169e5': `cuillères à soupe`,\n's354b26d6fc518f40': `sachets`,\n's38652d1370e0c8a2': `injection`,\n's3b3723973336718d': `ovules`,\n's3c10f2bad16cff73': `midi`,\n's3d80fff619edbfbd': `semaine`,\n's407efecc7eb5764f': `heure`,\n's41cea2d25ea390c6': `comprimés, tablettes, mg etc`,\n's431bef9e8c86a488': `Ajouter une séquence`,\n's488f97deb9ff8321': `pâtes`,\n's4a534a9f05a69de9': `le midi`,\n's4be85f4b0c27343f': `après le dîner`,\n's4dc4b0331b1013b3': `sachet`,\n's4dd34c32aac6099b': `aussitôt que possible`,\n's4f77b2414b2c8001': `nuit`,\n's4fd0dd10febb42bb': `pulvérisations`,\n's50822c34aca8ba77': `la fin d'après-midi`,\n's517ce0d88df16b4e': `pendant les repas`,\n's5354a9bd45d0b866': `comprimés`,\n's5419102b2aae0b18': `début d'après-midi`,\n's556c997f30b82f8d': `cuillères-dose`,\n's5bb2f9bdf2fad1e9': `minute`,\n's628558613c61b9f3': `million UI`,\n's62fb7af4759804d1': `le soir`,\n's638cba7e3e541e6f': `avant une période régulière de sommeil prolongé`,\n's63c1e53d8a319b33': `8h`,\n's63fbe93d8a631a46': `20h`,\n's648be40319a56a21': `pendant le petit-déjeuner`,\n's651cbff9314d6e14': `pendant le déjeuner`,\n's65c20d405293c104': `pastilles`,\n's673e9cbf1a92600f': `heures, jours, etc`,\n's68893c63e40651e2': `granules`,\n's6c38230e2724c65a': `bouffée`,\n's6cbe52c93e8b1bed': `gouttes`,\n's6d6483ed0a42c6ca': `cuillère à café`,\n's705897df33212317': `microlitre`,\n's75fa964d2f83d3fe': `lundi, mardi ...`,\n's7a3dee992384a5a5': `inhalations`,\n's7c126315b7c25b02': `applications`,\n's7c64634977425edc': `année`,\n's7e73e8ac5b20c179': `dimanche`,\n's7ea73e0b3b45e385': `application`,\n's80312a9f5bb9aef0': `implant`,\n's825052e1d476bcfc': `7h`,\n's828356e1d4a21d61': `19h`,\n's841d2f4fcbbd9fcc': `ovule`,\n's866461ef6998a9df': `tube`,\n's8ab509e91ba27e88': `pendant`,\n's8d39efc8dc838899': `implants`,\n's8e5a5d5c0bd446ef': `soir`,\n's914c1dbf9f7229d8': `avant les repas`,\n's918c5ef4070cb5ee': `le début de matinée`,\n's91f9e8ae3e267b21': `l'après-midi`,\n's97ad9ef146b244f3': `13h`,\n's97e7a2f146e3c406': `1h`,\n's9fc3be329dfa76d6': `le début d'après-midi`,\n'sa08c038a5681e6aa': `pulvérisation`,\n'sa2d9c484633b9f77': `mercredi`,\n'sa3008ce840aff3ad': `capsules`,\n'sa3e1e50b84ef3d65': `2h`,\n'sa41be10b8520aee0': `14h`,\n'sa43a103dd3b5b38f': `matin`,\n'sa49985ef4cee20bd': `seconde`,\n'sa67c4e2f2e1af189': `fin de soirée`,\n'sa6f1a71923d7c7b6': `litres`,\n'sa7152c5196a9ba3a': `flacons`,\n'sa9c799a872d9cd32': `vendredi`,\n'sae9c5a373e6158d2': `suppositoire`,\n'saf40f6ec50a1b982': `suppositoires`,\n'saf63da4c8601e926': `g`,\n'saf63dc4c8601ec8c': `par`,\n'safba98e8192cc656': `samedi`,\n'sb0b0a3bee9c55f7e': `le début de soirée`,\n'sb3679caa22cde201': `litre`,\n'sb4b46908cdf53b23': `injections`,\n'sb56e103a14a1da6a': `avant le dîner`,\n'sb7bda0d844111972': `16h`,\n'sb7f09cd8443c6c3f': `4h`,\n'sb91c0b9069dde1e5': `granule`,\n'sb9d507ab25d71e89': `prises`,\n'sc1e18f35325f82ab': `21h`,\n'sc1ee8b08037b8f56': `seringue`,\n'sc1f2f446659695ef': `la fin de matinée`,\n'sc21b9335329101be': `9h`,\n'sc37f777f9c366256': `23h`,\n'sc3b2737f9c61b523': `11h`,\n'sc3fd31afe89bc56c': `capsule`,\n'sc4d884d268d517a1': `minuit`,\n'sc5beb89d350c9742': `dose-kilo`,\n'sc60c03530aae5bce': `après avoir dormi`,\n'sca8d3918f4578f1d': `jour`,\n'scc6ff6c2d8baa9f7': `jeudi`,\n'sd0224fb6fc7a6b34': `pendant le dîner`,\n'sd42f210f78285a8c': `début de matinée`,\n'sd4ec67daa513ac34': `après le petit-déjeuner`,\n'sd5194a18fad991ec': `gomme`,\n'sd58560b19eb8a26d': `fin de matinée`,\n'sd75586cbefa995b5': `le matin`,\n'sd8b64b01f407b5d8': `3h`,\n'sd8e94f01f433163d': `15h`,\n'sdc11e76761c768a0': `prise`,\n'sdc79833ec07e54a9': `après le déjeuner`,\n'sde8bf8ee49f0d47c': `1, 2, 3 ... (heures, jours ...)`,\n'se26606dbf29ff771': `comprimé`,\n'sef53ef875b9aa666': `millions UI`,\n'sf1a2a766dcd55bac': `goutte`,\n'sf38a87723fb2712d': `gommes`,\n'sf4bdc3936faf56a5': `mois`,\n'sf53c15d06e684f44': `tubes`,\n'sf885e1760b78882e': `10h`,\n'sf8b8dd760ba3dafb': `22h`,\n'sfdf3676e944786e9': `fin d'après-midi`,\n'sfe38ff00c6ac3bad': `flacon`,\n'sfe8267bd7a6af710': `mardi`,\n'sffcae29be2f70302': `ampoule`,\n    }"
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "templates",
          "declaration": {
            "name": "templates",
            "module": "src/shared/i18n/locales/fr-FR.ts"
          }
        }
      ]
    }
  ]
}
