{
  "schemaVersion": "1.0.0",
  "readme": "",
  "modules": [
    {
      "kind": "javascript-module",
      "path": "src/index.ts",
      "declarations": [],
      "exports": [
        {
          "kind": "js",
          "name": "*",
          "declaration": {
            "name": "*",
            "module": "src/prescription-scanner/prescription-scanner"
          }
        },
        {
          "kind": "js",
          "name": "*",
          "declaration": {
            "name": "*",
            "module": "src/prescription-scanner/prescription-scanner.event"
          }
        },
        {
          "kind": "js",
          "name": "*",
          "declaration": {
            "name": "*",
            "module": "src/prescription-scanner/prescription-scanner.function"
          }
        },
        {
          "kind": "js",
          "name": "*",
          "declaration": {
            "name": "*",
            "module": "src/shared/medical-documents-api/generated/graphql"
          }
        },
        {
          "kind": "js",
          "name": "*",
          "declaration": {
            "name": "*",
            "module": "src/prescription-scanner/actions-bar"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/prescription-scanner/prescription-scanner.event.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "BundleEvent",
          "members": [
            {
              "kind": "field",
              "name": "bundle",
              "type": {
                "text": "Bundle"
              },
              "default": "bundle"
            }
          ],
          "superclass": {
            "name": "Event",
            "module": "src/prescription-scanner/prescription-scanner.event.ts"
          }
        },
        {
          "kind": "class",
          "description": "",
          "name": "BundlesEvent",
          "members": [
            {
              "kind": "field",
              "name": "bundles",
              "type": {
                "text": "Bundle[]"
              },
              "default": "bundles"
            }
          ],
          "superclass": {
            "name": "Event",
            "module": "src/prescription-scanner/prescription-scanner.event.ts"
          }
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "BundleEvent",
          "declaration": {
            "name": "BundleEvent",
            "module": "src/prescription-scanner/prescription-scanner.event.ts"
          }
        },
        {
          "kind": "js",
          "name": "BundlesEvent",
          "declaration": {
            "name": "BundlesEvent",
            "module": "src/prescription-scanner/prescription-scanner.event.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/prescription-scanner/prescription-scanner.function.ts",
      "declarations": [],
      "exports": [
        {
          "kind": "js",
          "name": "FindMedicationFunction",
          "declaration": {
            "name": "FindMedicationFunction",
            "module": "./medication/find-medication.function"
          }
        },
        {
          "kind": "js",
          "name": "FormatMedicationLabelFunction",
          "declaration": {
            "name": "FormatMedicationLabelFunction",
            "module": "./medication/format-medication-label.function"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/prescription-scanner/prescription-scanner.stories.ts",
      "declarations": [
        {
          "kind": "variable",
          "name": "meta",
          "type": {
            "text": "WebComponentsMeta<any, any>"
          }
        },
        {
          "kind": "variable",
          "name": "Base",
          "type": {
            "text": "WebComponentsStory<any, any>"
          }
        },
        {
          "kind": "variable",
          "name": "With_Highlight",
          "type": {
            "text": "WebComponentsStory<any, any>"
          }
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "meta",
            "module": "src/prescription-scanner/prescription-scanner.stories.ts"
          }
        },
        {
          "kind": "js",
          "name": "Base",
          "declaration": {
            "name": "Base",
            "module": "src/prescription-scanner/prescription-scanner.stories.ts"
          }
        },
        {
          "kind": "js",
          "name": "With_Highlight",
          "declaration": {
            "name": "With_Highlight",
            "module": "src/prescription-scanner/prescription-scanner.stories.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/prescription-scanner/prescription-scanner.ts",
      "declarations": [
        {
          "kind": "variable",
          "name": "{ setLocale, getLocale }"
        },
        {
          "kind": "class",
          "description": "An element providing a medical prescription scanner and analyzer.",
          "name": "PrescriptionScanner",
          "slots": [
            {
              "description": "Custom actions. Better to directly use <bcb-actions-buttons> that already has the correct slot property.",
              "name": "actions-buttons"
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "apiUrlChanged",
              "static": true,
              "readonly": true
            },
            {
              "kind": "field",
              "name": "apiKeyChanged",
              "static": true,
              "readonly": true
            },
            {
              "kind": "field",
              "name": "apiUrl",
              "type": {
                "text": "string"
              },
              "default": "\"https://platform.claudebernard.fr/api/medical-documents\"",
              "attribute": "apiUrl"
            },
            {
              "kind": "field",
              "name": "apiBcbUrl",
              "type": {
                "text": "string | undefined"
              },
              "attribute": "apiBcbUrl"
            },
            {
              "kind": "field",
              "name": "apiKey",
              "type": {
                "text": "string | undefined"
              },
              "attribute": "apiKey"
            },
            {
              "kind": "field",
              "name": "model",
              "type": {
                "text": "Model | undefined"
              },
              "attribute": "model"
            },
            {
              "kind": "field",
              "name": "fileUploadId",
              "type": {
                "text": "string | undefined"
              },
              "attribute": "fileUploadId"
            },
            {
              "kind": "field",
              "name": "lang",
              "type": {
                "text": "string"
              },
              "default": "\"fr-FR\"",
              "attribute": "lang"
            },
            {
              "kind": "field",
              "name": "selectionDisabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "selection-disabled"
            },
            {
              "kind": "field",
              "name": "dosageEditionDisabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "dosage-edition-disabled"
            },
            {
              "kind": "field",
              "name": "analysisFixingDisabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "analysis-fixing-disabled"
            },
            {
              "kind": "field",
              "name": "prescriptionItemDeletionDisabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "prescription-item-deletion-disabled"
            },
            {
              "kind": "field",
              "name": "findMedication",
              "type": {
                "text": "FindMedicationFunction"
              }
            },
            {
              "kind": "field",
              "name": "formatMedicationLabel",
              "type": {
                "text": "FormatMedicationLabelFunction"
              }
            },
            {
              "kind": "field",
              "name": "addMedicationButtonVisible",
              "type": {
                "text": "boolean"
              },
              "default": "true",
              "attribute": "add-medication-button-visible"
            },
            {
              "kind": "field",
              "name": "highlightVisible",
              "type": {
                "text": "boolean | undefined"
              },
              "default": "true",
              "attribute": "highlight-visible"
            },
            {
              "kind": "field",
              "name": "webSocketDisabled",
              "type": {
                "text": "boolean | undefined"
              },
              "default": "false",
              "attribute": "websocket-disabled"
            },
            {
              "kind": "field",
              "name": "_onMobileInterface",
              "type": {
                "text": "boolean"
              },
              "privacy": "private",
              "default": "false"
            },
            {
              "kind": "field",
              "name": "_activeMobileSection",
              "type": {
                "text": "number"
              },
              "privacy": "private",
              "default": "0"
            },
            {
              "kind": "field",
              "name": "_boundIsUserOnMobileInterface",
              "type": {
                "text": "() => void"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "selectedFileAnalysis",
              "type": {
                "text": "FileAnalysis | undefined"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "analysis",
              "type": {
                "text": "Analysis"
              },
              "privacy": "private",
              "default": "{ fileAnalysis: [], ignoredResourceIds: [] }"
            },
            {
              "kind": "field",
              "name": "errorMessage",
              "type": {
                "text": "string"
              },
              "privacy": "private",
              "default": "\"\""
            },
            {
              "kind": "field",
              "name": "highlightMedicationsList",
              "type": {
                "text": "HighlightMedicationListByDocument[]"
              },
              "privacy": "private",
              "default": "[]"
            },
            {
              "kind": "field",
              "name": "_hoveredMedicationId",
              "type": {
                "text": "string | undefined"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "_events",
              "type": {
                "text": "object"
              },
              "privacy": "private",
              "static": true,
              "default": "{ NEW_BUNDLE: \"new-bundle\", BUNDLES_FILTERED: \"bundles-filtered\", BUNDLES_UPDATED: \"bundles-updated\", FILES_UPLOADED: \"files-uploaded\", }"
            },
            {
              "kind": "method",
              "name": "_isUserOnMobileInterface",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "void"
                }
              }
            },
            {
              "kind": "method",
              "name": "updateHighlightMedicationsList",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "void"
                }
              }
            },
            {
              "kind": "method",
              "name": "removeHighlightMedicationsList",
              "privacy": "private",
              "parameters": [
                {
                  "name": "file",
                  "type": {
                    "text": "File"
                  }
                }
              ]
            },
            {
              "kind": "field",
              "name": "bundles",
              "type": {
                "text": "Bundle[]"
              },
              "privacy": "public",
              "readonly": true
            },
            {
              "kind": "method",
              "name": "handleMobileNavigation",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "CustomEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "_withLocale",
              "privacy": "private",
              "parameters": [
                {
                  "name": "template",
                  "type": {
                    "text": "() => TemplateResult"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "_renderErrorMessage",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "_isAnalysisLoading",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "boolean"
                }
              }
            },
            {
              "kind": "method",
              "name": "_addPrescriptionItem",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "PrescriptionItemEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "_prescriptionItemDeleted",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "PrescriptionItemEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "_medicationRequestUpdated",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "MedicationRequestEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "_medicationUpdated",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "MedicationEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "_sanitizePractitioner",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "PractitionerInput | undefined"
                }
              },
              "parameters": [
                {
                  "name": "practitioner",
                  "optional": true,
                  "type": {
                    "text": "PractitionerInput"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "_sanitizeComposition",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "CompositionInput | undefined"
                }
              },
              "parameters": [
                {
                  "name": "composition",
                  "optional": true,
                  "type": {
                    "text": "CompositionInput"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "_sanitizeMedicationRequest",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "MedicationRequestInput"
                }
              },
              "parameters": [
                {
                  "name": "resource",
                  "type": {
                    "text": "any"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "_sanitizeDosageInstruction",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "any[]"
                }
              },
              "parameters": [
                {
                  "name": "dosageInstruction",
                  "type": {
                    "text": "any"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "_mapBundleEntriesToInputResources",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "ResourcesInput"
                }
              },
              "parameters": [
                {
                  "name": "entries",
                  "type": {
                    "text": "BundleEntry[]"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "_fileUploadIdProvided",
              "privacy": "private",
              "parameters": [
                {
                  "name": "fileUploadId",
                  "type": {
                    "text": "string"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "_filesUploaded",
              "privacy": "private",
              "parameters": [
                {
                  "name": "e",
                  "type": {
                    "text": "FilesEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "_fileSelected",
              "privacy": "private",
              "parameters": [
                {
                  "name": "fileEvent",
                  "type": {
                    "text": "FileEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "_onHighlightHover",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "HighlightHoverEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "_onHighlightLeave",
              "privacy": "private",
              "parameters": [
                {
                  "name": "_event",
                  "type": {
                    "text": "HighlightHoverEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "_fileDeleted",
              "privacy": "private",
              "parameters": [
                {
                  "name": "e",
                  "type": {
                    "text": "FileEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "_updateSelectedPrescriptionItems",
              "privacy": "private",
              "parameters": [
                {
                  "name": "e",
                  "type": {
                    "text": "PrescriptionItemSelectionEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "_getFilteredBundles",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "Bundle[]"
                }
              }
            },
            {
              "kind": "method",
              "name": "dispatchEvent",
              "return": {
                "type": {
                  "text": "boolean"
                }
              },
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "Event"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "_updateAnalysis",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "void"
                }
              }
            },
            {
              "kind": "method",
              "name": "_runAnalysis",
              "privacy": "private",
              "parameters": [
                {
                  "name": "fileAnalysis",
                  "type": {
                    "text": "FileAnalysis"
                  }
                },
                {
                  "name": "fileUploadId",
                  "optional": true,
                  "type": {
                    "text": "string"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "_extractReasons",
              "privacy": "private",
              "parameters": [
                {
                  "name": "bundle",
                  "type": {
                    "text": "Bundle"
                  }
                }
              ]
            }
          ],
          "events": [
            {
              "type": {
                "text": "BundleEvent"
              }
            },
            {
              "type": {
                "text": "BundleEvent"
              },
              "description": "new bundle analyzed",
              "name": "new-bundle"
            },
            {
              "type": {
                "text": "BundlesEvent"
              },
              "description": "user selected or unselected some prescription items",
              "name": "bundles-filtered"
            },
            {
              "type": {
                "text": "BundlesEvent"
              },
              "description": "user edited the content of bundles",
              "name": "bundles-updated"
            }
          ],
          "attributes": [
            {
              "name": "apiUrl",
              "type": {
                "text": "string"
              },
              "default": "\"https://platform.claudebernard.fr/api/medical-documents\"",
              "fieldName": "apiUrl"
            },
            {
              "name": "apiBcbUrl",
              "type": {
                "text": "string | undefined"
              },
              "fieldName": "apiBcbUrl"
            },
            {
              "name": "apiKey",
              "type": {
                "text": "string | undefined"
              },
              "fieldName": "apiKey"
            },
            {
              "name": "model",
              "type": {
                "text": "Model | undefined"
              },
              "fieldName": "model"
            },
            {
              "name": "fileUploadId",
              "type": {
                "text": "string | undefined"
              },
              "fieldName": "fileUploadId"
            },
            {
              "name": "lang",
              "type": {
                "text": "string"
              },
              "default": "\"fr-FR\"",
              "fieldName": "lang"
            },
            {
              "name": "selection-disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "selectionDisabled"
            },
            {
              "name": "dosage-edition-disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "dosageEditionDisabled"
            },
            {
              "name": "analysis-fixing-disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "analysisFixingDisabled"
            },
            {
              "name": "prescription-item-deletion-disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "prescriptionItemDeletionDisabled"
            },
            {
              "name": "add-medication-button-visible",
              "type": {
                "text": "boolean"
              },
              "default": "true",
              "fieldName": "addMedicationButtonVisible"
            },
            {
              "name": "highlight-visible",
              "type": {
                "text": "boolean | undefined"
              },
              "default": "true",
              "fieldName": "highlightVisible"
            },
            {
              "name": "websocket-disabled",
              "type": {
                "text": "boolean | undefined"
              },
              "default": "false",
              "fieldName": "webSocketDisabled"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "bcb-prescription-scanner",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "*",
          "declaration": {
            "name": "*",
            "module": "src/index"
          }
        },
        {
          "kind": "js",
          "name": "{ setLocale, getLocale }",
          "declaration": {
            "name": "{ setLocale, getLocale }",
            "module": "src/prescription-scanner/prescription-scanner.ts"
          }
        },
        {
          "kind": "js",
          "name": "PrescriptionScanner",
          "declaration": {
            "name": "PrescriptionScanner",
            "module": "src/prescription-scanner/prescription-scanner.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "bcb-prescription-scanner",
          "declaration": {
            "name": "PrescriptionScanner",
            "module": "src/prescription-scanner/prescription-scanner.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/service/prescription-data-holder.ts",
      "declarations": [
        {
          "kind": "variable",
          "name": "prescriptionDataHolder",
          "default": "new PrescriptionDataHolder()"
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "prescriptionDataHolder",
          "declaration": {
            "name": "prescriptionDataHolder",
            "module": "src/service/prescription-data-holder.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/prescription-scanner/actions-bar/actions-bar.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ActionsBar",
          "slots": [
            {
              "description": "Actions elements (e.g buttons)",
              "name": ""
            }
          ],
          "members": [],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "bcb-actions-bar",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ActionsBar",
          "declaration": {
            "name": "ActionsBar",
            "module": "src/prescription-scanner/actions-bar/actions-bar.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "bcb-actions-bar",
          "declaration": {
            "name": "ActionsBar",
            "module": "src/prescription-scanner/actions-bar/actions-bar.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/prescription-scanner/actions-bar/actions-buttons.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ActionsButtons",
          "slots": [
            {
              "description": "Custom actions. Can be <bcb-action-button> or anything else.",
              "name": ""
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "slot",
              "type": {
                "text": "string"
              },
              "default": "\"actions-buttons\"",
              "attribute": "slot",
              "reflects": true
            }
          ],
          "attributes": [
            {
              "name": "slot",
              "type": {
                "text": "string"
              },
              "default": "\"actions-buttons\"",
              "fieldName": "slot"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "bcb-actions-buttons",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ActionsButtons",
          "declaration": {
            "name": "ActionsButtons",
            "module": "src/prescription-scanner/actions-bar/actions-buttons.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "bcb-actions-buttons",
          "declaration": {
            "name": "ActionsButtons",
            "module": "src/prescription-scanner/actions-bar/actions-buttons.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/prescription-scanner/actions-bar/actions.utils.ts",
      "declarations": [
        {
          "kind": "function",
          "name": "renderBundleRawText",
          "return": {
            "type": {
              "text": "Promise<string>"
            }
          },
          "parameters": [
            {
              "name": "bundle",
              "type": {
                "text": "Bundle"
              }
            }
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "renderMedicationRequestLabel",
          "declaration": {
            "name": "renderMedicationRequestLabel",
            "module": "../medication/medication-request/format-medication-request-label.function"
          }
        },
        {
          "kind": "js",
          "name": "renderMedicationLabel",
          "declaration": {
            "name": "renderMedicationLabel",
            "module": "../medication/format-medication-label.function"
          }
        },
        {
          "kind": "js",
          "name": "renderBundleRawText",
          "declaration": {
            "name": "renderBundleRawText",
            "module": "src/prescription-scanner/actions-bar/actions.utils.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/prescription-scanner/actions-bar/index.ts",
      "declarations": [],
      "exports": [
        {
          "kind": "js",
          "name": "*",
          "declaration": {
            "name": "*",
            "module": "src/prescription-scanner/actions-bar/actions-buttons"
          }
        },
        {
          "kind": "js",
          "name": "*",
          "declaration": {
            "name": "*",
            "module": "src/prescription-scanner/actions-bar/action-button/action-button"
          }
        },
        {
          "kind": "js",
          "name": "*",
          "declaration": {
            "name": "*",
            "module": "src/prescription-scanner/actions-bar/actions.utils"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/prescription-scanner/actions-menu/actions-menu.stories.ts",
      "declarations": [
        {
          "kind": "variable",
          "name": "meta",
          "type": {
            "text": "WebComponentsMeta<any, any>"
          }
        },
        {
          "kind": "variable",
          "name": "Base",
          "type": {
            "text": "WebComponentsStory<any, any>"
          }
        },
        {
          "kind": "variable",
          "name": "SingleItem",
          "type": {
            "text": "WebComponentsStory<any, any>"
          }
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "meta",
            "module": "src/prescription-scanner/actions-menu/actions-menu.stories.ts"
          }
        },
        {
          "kind": "js",
          "name": "Base",
          "declaration": {
            "name": "Base",
            "module": "src/prescription-scanner/actions-menu/actions-menu.stories.ts"
          }
        },
        {
          "kind": "js",
          "name": "SingleItem",
          "declaration": {
            "name": "SingleItem",
            "module": "src/prescription-scanner/actions-menu/actions-menu.stories.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/prescription-scanner/actions-menu/actions-menu.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ActionsMenu",
          "members": [
            {
              "kind": "field",
              "name": "items",
              "type": {
                "text": "MenuItem[]"
              },
              "default": "[]",
              "attribute": "items"
            },
            {
              "kind": "field",
              "name": "menuVisible",
              "type": {
                "text": "boolean"
              },
              "privacy": "private",
              "default": "false"
            },
            {
              "kind": "field",
              "name": "_menuId",
              "privacy": "private",
              "readonly": true
            },
            {
              "kind": "field",
              "name": "toggleMenu",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "openMenu",
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "handleWindowPointerDown",
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "handleWindowKeyDown",
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "handleTriggerKeyDown",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleMenuItemClick",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "Event"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "closeMenu",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "renderOptionList",
              "privacy": "private"
            }
          ],
          "attributes": [
            {
              "name": "items",
              "type": {
                "text": "MenuItem[]"
              },
              "default": "[]",
              "fieldName": "items"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "actions-menu",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ActionsMenu",
          "declaration": {
            "name": "ActionsMenu",
            "module": "src/prescription-scanner/actions-menu/actions-menu.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "actions-menu",
          "declaration": {
            "name": "ActionsMenu",
            "module": "src/prescription-scanner/actions-menu/actions-menu.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/prescription-scanner/documents/documents.stories.ts",
      "declarations": [
        {
          "kind": "variable",
          "name": "meta",
          "type": {
            "text": "WebComponentsMeta<any, any>"
          }
        },
        {
          "kind": "variable",
          "name": "Base",
          "type": {
            "text": "WebComponentsStory<any, any>"
          }
        },
        {
          "kind": "variable",
          "name": "Loading",
          "type": {
            "text": "WebComponentsStory<any, any>"
          }
        },
        {
          "kind": "variable",
          "name": "WithFiles",
          "type": {
            "text": "WebComponentsStory<any, any>"
          }
        },
        {
          "kind": "variable",
          "name": "SelectionSync",
          "type": {
            "text": "WebComponentsStory<any, any>"
          }
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "meta",
            "module": "src/prescription-scanner/documents/documents.stories.ts"
          }
        },
        {
          "kind": "js",
          "name": "Base",
          "declaration": {
            "name": "Base",
            "module": "src/prescription-scanner/documents/documents.stories.ts"
          }
        },
        {
          "kind": "js",
          "name": "Loading",
          "declaration": {
            "name": "Loading",
            "module": "src/prescription-scanner/documents/documents.stories.ts"
          }
        },
        {
          "kind": "js",
          "name": "WithFiles",
          "declaration": {
            "name": "WithFiles",
            "module": "src/prescription-scanner/documents/documents.stories.ts"
          }
        },
        {
          "kind": "js",
          "name": "SelectionSync",
          "declaration": {
            "name": "SelectionSync",
            "module": "src/prescription-scanner/documents/documents.stories.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/prescription-scanner/documents/documents.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "Documents",
          "members": [
            {
              "kind": "field",
              "name": "acceptTextFiles",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "acceptTextFiles"
            },
            {
              "kind": "field",
              "name": "loading",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "loading"
            },
            {
              "kind": "field",
              "name": "files",
              "type": {
                "text": "File[]"
              },
              "default": "[]"
            },
            {
              "kind": "field",
              "name": "selectedFile",
              "type": {
                "text": "File | undefined"
              }
            },
            {
              "kind": "field",
              "name": "highlightMedicationsList",
              "type": {
                "text": "HighlightMedicationListByDocument[]"
              },
              "default": "[]"
            },
            {
              "kind": "field",
              "name": "events",
              "type": {
                "text": "object"
              },
              "static": true,
              "readonly": true,
              "default": "{ FILE_SELECTED: \"file-selected\", FILES_UPLOADED: \"files-uploaded\", FILE_DELETED: \"file-deleted\", }"
            },
            {
              "kind": "method",
              "name": "_renderFilePreview",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "_triggerFileUpload",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "_renderFileViewer",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "_filesUploaded",
              "privacy": "private",
              "parameters": [
                {
                  "name": "e",
                  "type": {
                    "text": "FilesEvent | InputEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "_fileSelected",
              "privacy": "private",
              "parameters": [
                {
                  "name": "fileEvent",
                  "type": {
                    "text": "FileEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "_fileDeleted",
              "privacy": "private",
              "parameters": [
                {
                  "name": "e",
                  "type": {
                    "text": "FileEvent"
                  }
                }
              ]
            }
          ],
          "events": [
            {
              "type": {
                "text": "FilesEvent"
              }
            }
          ],
          "attributes": [
            {
              "name": "acceptTextFiles",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "acceptTextFiles"
            },
            {
              "name": "loading",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "loading"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "bcb-documents",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "Documents",
          "declaration": {
            "name": "Documents",
            "module": "src/prescription-scanner/documents/documents.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "bcb-documents",
          "declaration": {
            "name": "Documents",
            "module": "src/prescription-scanner/documents/documents.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/prescription-scanner/documents/files.event.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "FileEvent",
          "members": [
            {
              "kind": "field",
              "name": "file",
              "type": {
                "text": "File"
              },
              "default": "file"
            }
          ],
          "superclass": {
            "name": "Event",
            "module": "src/prescription-scanner/documents/files.event.ts"
          }
        },
        {
          "kind": "class",
          "description": "",
          "name": "FilesEvent",
          "members": [
            {
              "kind": "field",
              "name": "files",
              "type": {
                "text": "File[]"
              }
            }
          ],
          "superclass": {
            "name": "Event",
            "module": "src/prescription-scanner/documents/files.event.ts"
          }
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "FileEvent",
          "declaration": {
            "name": "FileEvent",
            "module": "src/prescription-scanner/documents/files.event.ts"
          }
        },
        {
          "kind": "js",
          "name": "FilesEvent",
          "declaration": {
            "name": "FilesEvent",
            "module": "src/prescription-scanner/documents/files.event.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/prescription-scanner/medication/find-medication.function.ts",
      "declarations": [],
      "exports": []
    },
    {
      "kind": "javascript-module",
      "path": "src/prescription-scanner/medication/format-medication-label.function.ts",
      "declarations": [
        {
          "kind": "function",
          "name": "renderMedicationLabel",
          "return": {
            "type": {
              "text": "string | undefined"
            }
          },
          "parameters": [
            {
              "name": "medication",
              "type": {
                "text": "Medication"
              }
            }
          ]
        },
        {
          "kind": "function",
          "name": "getLowerATCClass",
          "return": {
            "type": {
              "text": "Coding | undefined"
            }
          },
          "parameters": [
            {
              "name": "medication",
              "type": {
                "text": "Medication"
              }
            }
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "renderMedicationLabel",
          "declaration": {
            "name": "renderMedicationLabel",
            "module": "src/prescription-scanner/medication/format-medication-label.function.ts"
          }
        },
        {
          "kind": "js",
          "name": "getLowerATCClass",
          "declaration": {
            "name": "getLowerATCClass",
            "module": "src/prescription-scanner/medication/format-medication-label.function.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/prescription-scanner/medication/medication.event.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "MedicationEvent",
          "members": [
            {
              "kind": "field",
              "name": "medication",
              "type": {
                "text": "Medication"
              },
              "default": "medication"
            },
            {
              "kind": "field",
              "name": "originalId",
              "type": {
                "text": "string | undefined"
              },
              "default": "originalId"
            }
          ],
          "superclass": {
            "name": "Event",
            "module": "src/prescription-scanner/medication/medication.event.ts"
          }
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "MedicationEvent",
          "declaration": {
            "name": "MedicationEvent",
            "module": "src/prescription-scanner/medication/medication.event.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/prescription-scanner/medication/reason.event.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ReasonEvent",
          "members": [
            {
              "kind": "field",
              "name": "reason",
              "type": {
                "text": "string"
              },
              "default": "reason"
            }
          ],
          "superclass": {
            "name": "Event",
            "module": "src/prescription-scanner/medication/reason.event.ts"
          }
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ReasonEvent",
          "declaration": {
            "name": "ReasonEvent",
            "module": "src/prescription-scanner/medication/reason.event.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/prescription-scanner/loading-container/loading-container.stories.ts",
      "declarations": [
        {
          "kind": "variable",
          "name": "meta",
          "type": {
            "text": "WebComponentsMeta<any, any>"
          }
        },
        {
          "kind": "variable",
          "name": "Base",
          "type": {
            "text": "WebComponentsStory<any, any>"
          }
        },
        {
          "kind": "variable",
          "name": "NotLoading",
          "type": {
            "text": "WebComponentsStory<any, any>"
          }
        },
        {
          "kind": "variable",
          "name": "WithCustomText",
          "type": {
            "text": "WebComponentsStory<any, any>"
          }
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "meta",
            "module": "src/prescription-scanner/loading-container/loading-container.stories.ts"
          }
        },
        {
          "kind": "js",
          "name": "Base",
          "declaration": {
            "name": "Base",
            "module": "src/prescription-scanner/loading-container/loading-container.stories.ts"
          }
        },
        {
          "kind": "js",
          "name": "NotLoading",
          "declaration": {
            "name": "NotLoading",
            "module": "src/prescription-scanner/loading-container/loading-container.stories.ts"
          }
        },
        {
          "kind": "js",
          "name": "WithCustomText",
          "declaration": {
            "name": "WithCustomText",
            "module": "src/prescription-scanner/loading-container/loading-container.stories.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/prescription-scanner/loading-container/loading-container.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "LoadingContainer",
          "members": [
            {
              "kind": "field",
              "name": "loading",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "loading"
            },
            {
              "kind": "field",
              "name": "loadingText",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "attribute": "loadingText"
            }
          ],
          "attributes": [
            {
              "name": "loading",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "loading"
            },
            {
              "name": "loadingText",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "fieldName": "loadingText"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "loading-container",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "LoadingContainer",
          "declaration": {
            "name": "LoadingContainer",
            "module": "src/prescription-scanner/loading-container/loading-container.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "loading-container",
          "declaration": {
            "name": "LoadingContainer",
            "module": "src/prescription-scanner/loading-container/loading-container.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/prescription-scanner/mobile-nav/mobile-nav.stories.ts",
      "declarations": [
        {
          "kind": "variable",
          "name": "meta",
          "type": {
            "text": "WebComponentsMeta<any, any>"
          }
        },
        {
          "kind": "variable",
          "name": "Base",
          "type": {
            "text": "WebComponentsStory<any, any>"
          }
        },
        {
          "kind": "variable",
          "name": "WithProductsActive",
          "type": {
            "text": "WebComponentsStory<any, any>"
          }
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "meta",
            "module": "src/prescription-scanner/mobile-nav/mobile-nav.stories.ts"
          }
        },
        {
          "kind": "js",
          "name": "Base",
          "declaration": {
            "name": "Base",
            "module": "src/prescription-scanner/mobile-nav/mobile-nav.stories.ts"
          }
        },
        {
          "kind": "js",
          "name": "WithProductsActive",
          "declaration": {
            "name": "WithProductsActive",
            "module": "src/prescription-scanner/mobile-nav/mobile-nav.stories.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/prescription-scanner/mobile-nav/mobile-nav.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "MobileNav",
          "members": [
            {
              "kind": "field",
              "name": "activeButton",
              "type": {
                "text": "string"
              },
              "default": "\"Documents\"",
              "attribute": "activeButton"
            },
            {
              "kind": "field",
              "name": "documentsCount",
              "type": {
                "text": "number"
              },
              "default": "0",
              "attribute": "documents-count"
            },
            {
              "kind": "field",
              "name": "productsCount",
              "type": {
                "text": "number"
              },
              "default": "0",
              "attribute": "products-count"
            },
            {
              "kind": "method",
              "name": "handleButtonClick",
              "parameters": [
                {
                  "name": "buttonName",
                  "type": {
                    "text": "string"
                  }
                }
              ]
            }
          ],
          "events": [
            {
              "name": "mobile-tab-navigation",
              "type": {
                "text": "CustomEvent"
              }
            }
          ],
          "attributes": [
            {
              "name": "activeButton",
              "type": {
                "text": "string"
              },
              "default": "\"Documents\"",
              "fieldName": "activeButton"
            },
            {
              "name": "documents-count",
              "type": {
                "text": "number"
              },
              "default": "0",
              "fieldName": "documentsCount"
            },
            {
              "name": "products-count",
              "type": {
                "text": "number"
              },
              "default": "0",
              "fieldName": "productsCount"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "bcb-mobile-nav",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "MobileNav",
          "declaration": {
            "name": "MobileNav",
            "module": "src/prescription-scanner/mobile-nav/mobile-nav.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "bcb-mobile-nav",
          "declaration": {
            "name": "MobileNav",
            "module": "src/prescription-scanner/mobile-nav/mobile-nav.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/prescription-scanner/prescription-items/prescription-item.events.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "PrescriptionItemSelectionEvent",
          "members": [
            {
              "kind": "field",
              "name": "resourceIds",
              "type": {
                "text": "string[]"
              },
              "default": "resourceIds"
            },
            {
              "kind": "field",
              "name": "selected",
              "type": {
                "text": "boolean"
              },
              "default": "selected"
            }
          ],
          "superclass": {
            "name": "Event",
            "module": "src/prescription-scanner/prescription-items/prescription-item.events.ts"
          }
        },
        {
          "kind": "class",
          "description": "",
          "name": "PrescriptionItemEvent",
          "members": [
            {
              "kind": "field",
              "name": "prescriptionItem",
              "type": {
                "text": "PrescriptionItem"
              },
              "default": "prescriptionItem"
            }
          ],
          "superclass": {
            "name": "Event",
            "module": "src/prescription-scanner/prescription-items/prescription-item.events.ts"
          }
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "PrescriptionItemSelectionEvent",
          "declaration": {
            "name": "PrescriptionItemSelectionEvent",
            "module": "src/prescription-scanner/prescription-items/prescription-item.events.ts"
          }
        },
        {
          "kind": "js",
          "name": "PrescriptionItemEvent",
          "declaration": {
            "name": "PrescriptionItemEvent",
            "module": "src/prescription-scanner/prescription-items/prescription-item.events.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/prescription-scanner/prescription-items/prescription-item.interface.ts",
      "declarations": [],
      "exports": []
    },
    {
      "kind": "javascript-module",
      "path": "src/prescription-scanner/prescription-items/prescription-items.stories.ts",
      "declarations": [
        {
          "kind": "variable",
          "name": "meta",
          "type": {
            "text": "WebComponentsMeta<any, any>"
          }
        },
        {
          "kind": "variable",
          "name": "Base",
          "type": {
            "text": "WebComponentsStory<any, any>"
          }
        },
        {
          "kind": "variable",
          "name": "WithItems",
          "type": {
            "text": "WebComponentsStory<any, any>"
          }
        },
        {
          "kind": "variable",
          "name": "IgnoreResource",
          "type": {
            "text": "WebComponentsStory<any, any>"
          }
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "meta",
            "module": "src/prescription-scanner/prescription-items/prescription-items.stories.ts"
          }
        },
        {
          "kind": "js",
          "name": "Base",
          "declaration": {
            "name": "Base",
            "module": "src/prescription-scanner/prescription-items/prescription-items.stories.ts"
          }
        },
        {
          "kind": "js",
          "name": "WithItems",
          "declaration": {
            "name": "WithItems",
            "module": "src/prescription-scanner/prescription-items/prescription-items.stories.ts"
          }
        },
        {
          "kind": "js",
          "name": "IgnoreResource",
          "declaration": {
            "name": "IgnoreResource",
            "module": "src/prescription-scanner/prescription-items/prescription-items.stories.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/prescription-scanner/prescription-items/prescription-items.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "PrescriptionItems",
          "members": [
            {
              "kind": "field",
              "name": "loading",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "loading"
            },
            {
              "kind": "field",
              "name": "analysis",
              "type": {
                "text": "Analysis"
              }
            },
            {
              "kind": "field",
              "name": "apiBcbUrl",
              "type": {
                "text": "string | undefined"
              },
              "attribute": "apiBcbUrl"
            },
            {
              "kind": "field",
              "name": "selectionDisabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "selectionDisabled"
            },
            {
              "kind": "field",
              "name": "dosageEditionDisabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "dosageEditionDisabled"
            },
            {
              "kind": "field",
              "name": "analysisFixingDisabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "analysisFixingDisabled"
            },
            {
              "kind": "field",
              "name": "prescriptionItemDeletionDisabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "prescriptionItemDeletionDisabled"
            },
            {
              "kind": "field",
              "name": "findMedication",
              "type": {
                "text": "FindMedicationFunction"
              }
            },
            {
              "kind": "field",
              "name": "formatMedicationLabel",
              "type": {
                "text": "FormatMedicationLabelFunction"
              }
            },
            {
              "kind": "field",
              "name": "addMedicationButtonVisible",
              "type": {
                "text": "boolean"
              },
              "default": "true",
              "attribute": "addMedicationButtonVisible"
            },
            {
              "kind": "field",
              "name": "hoveredMedicationId",
              "type": {
                "text": "string | undefined"
              }
            },
            {
              "kind": "field",
              "name": "addPrescriptionFormVisible",
              "type": {
                "text": "boolean"
              },
              "default": "false"
            },
            {
              "kind": "field",
              "name": "events",
              "type": {
                "text": "object"
              },
              "static": true,
              "readonly": true,
              "default": "{ PRESCRIPTION_ITEM_ADD: \"prescription-item-add\", }"
            },
            {
              "kind": "method",
              "name": "renderGroupedPrescriptionItems",
              "privacy": "private",
              "parameters": [
                {
                  "name": "groupedPrescriptionItems",
                  "type": {
                    "text": "Array<{ reason: string; prescriptionItems: PrescriptionItem[] }>"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "getMedicationRequestByMedication",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "MedicationRequest | undefined"
                }
              },
              "parameters": [
                {
                  "name": "medication",
                  "type": {
                    "text": "Medication"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "getPrescriptionItems",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "PrescriptionItem[]"
                }
              }
            },
            {
              "kind": "method",
              "name": "getPrescriptionItemsGroupedByReason",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "Array<{ reason: string; prescriptionItems: PrescriptionItem[] }>"
                }
              }
            },
            {
              "kind": "method",
              "name": "getMedicationsRequests",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "MedicationRequest[]"
                }
              }
            },
            {
              "kind": "method",
              "name": "getMedications",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "Medication[]"
                }
              }
            },
            {
              "kind": "method",
              "name": "_renderAddPrescriptionItemForm",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "_renderAddPrescriptionItemButton",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "_prescriptionItemAdd",
              "privacy": "private",
              "parameters": [
                {
                  "name": "_e",
                  "type": {
                    "text": "PrescriptionItemEvent"
                  }
                }
              ]
            }
          ],
          "attributes": [
            {
              "name": "loading",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "loading"
            },
            {
              "name": "apiBcbUrl",
              "type": {
                "text": "string | undefined"
              },
              "fieldName": "apiBcbUrl"
            },
            {
              "name": "selectionDisabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "selectionDisabled"
            },
            {
              "name": "dosageEditionDisabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "dosageEditionDisabled"
            },
            {
              "name": "analysisFixingDisabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "analysisFixingDisabled"
            },
            {
              "name": "prescriptionItemDeletionDisabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "prescriptionItemDeletionDisabled"
            },
            {
              "name": "addMedicationButtonVisible",
              "type": {
                "text": "boolean"
              },
              "default": "true",
              "fieldName": "addMedicationButtonVisible"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "bcb-prescription-items",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "PrescriptionItems",
          "declaration": {
            "name": "PrescriptionItems",
            "module": "src/prescription-scanner/prescription-items/prescription-items.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "bcb-prescription-items",
          "declaration": {
            "name": "PrescriptionItems",
            "module": "src/prescription-scanner/prescription-items/prescription-items.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/shared/i18n/locales.ts",
      "declarations": [
        {
          "kind": "variable",
          "name": "sourceLocale",
          "default": "`en`",
          "description": "The locale code that templates in this source code are written in."
        },
        {
          "kind": "variable",
          "name": "targetLocales",
          "type": {
            "text": "[`fr-FR`]"
          },
          "default": "[`fr-FR`]",
          "description": "The other locale codes that this application is localized into. Sorted\nlexicographically."
        },
        {
          "kind": "variable",
          "name": "allLocales",
          "type": {
            "text": "[\n  `en`,\n  `fr-FR`,\n]"
          },
          "default": "[ `en`, `fr-FR`, ]",
          "description": "All valid project locale codes. Sorted lexicographically."
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "sourceLocale",
          "declaration": {
            "name": "sourceLocale",
            "module": "src/shared/i18n/locales.ts"
          }
        },
        {
          "kind": "js",
          "name": "targetLocales",
          "declaration": {
            "name": "targetLocales",
            "module": "src/shared/i18n/locales.ts"
          }
        },
        {
          "kind": "js",
          "name": "allLocales",
          "declaration": {
            "name": "allLocales",
            "module": "src/shared/i18n/locales.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/shared/utils/attribute-converters.ts",
      "declarations": [
        {
          "kind": "variable",
          "name": "customBooleanConverter",
          "type": {
            "text": "ComplexAttributeConverter<boolean, string>"
          },
          "default": "{ toAttribute(value: boolean): string | undefined { return value ? \"\" : undefined; }, fromAttribute(value: string | null): boolean { return value === null ? false : value !== String(false); }, }",
          "description": "Boolean converter that convert \"false\" or null string value to false boolean value, true boolean value else."
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "customBooleanConverter",
          "declaration": {
            "name": "customBooleanConverter",
            "module": "src/shared/utils/attribute-converters.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/shared/utils/get-products-count.ts",
      "declarations": [
        {
          "kind": "function",
          "name": "getProductsCount",
          "return": {
            "type": {
              "text": ""
            }
          },
          "parameters": [
            {
              "name": "analysis",
              "type": {
                "text": "Analysis"
              },
              "description": "L'analyse contenant les fichiers et les ressources"
            }
          ],
          "description": "Calcule le nombre total de médicaments (produits) dans une analyse.\nCompte tous les médicaments non ignorés présents dans tous les fichiers analysés."
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "getProductsCount",
          "declaration": {
            "name": "getProductsCount",
            "module": "src/shared/utils/get-products-count.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/shared/utils/image-compresser.ts",
      "declarations": [
        {
          "kind": "function",
          "name": "compressImage",
          "return": {
            "type": {
              "text": "Promise<File>"
            }
          },
          "parameters": [
            {
              "name": "file",
              "type": {
                "text": "File"
              }
            },
            {
              "name": "scale",
              "default": "0.9",
              "type": {
                "text": "number"
              }
            },
            {
              "name": "quality",
              "default": "0.9",
              "type": {
                "text": "number"
              }
            }
          ]
        },
        {
          "kind": "function",
          "name": "recursiveImageCompression",
          "return": {
            "type": {
              "text": "Promise<File>"
            }
          },
          "parameters": [
            {
              "name": "file",
              "type": {
                "text": "File"
              }
            },
            {
              "name": "maxSize",
              "default": "2 * 1024 * 1024",
              "type": {
                "text": "number"
              }
            },
            {
              "name": "scale",
              "default": "0.95",
              "type": {
                "text": "number"
              }
            },
            {
              "name": "quality",
              "default": "0.95",
              "type": {
                "text": "number"
              }
            },
            {
              "name": "minScale",
              "default": "0.5",
              "type": {
                "text": "number"
              }
            },
            {
              "name": "minQuality",
              "default": "0.5",
              "type": {
                "text": "number"
              }
            }
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "compressImage",
          "declaration": {
            "name": "compressImage",
            "module": "src/shared/utils/image-compresser.ts"
          }
        },
        {
          "kind": "js",
          "name": "recursiveImageCompression",
          "declaration": {
            "name": "recursiveImageCompression",
            "module": "src/shared/utils/image-compresser.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/shared/medical-documents-api/analysis.ts",
      "declarations": [],
      "exports": []
    },
    {
      "kind": "javascript-module",
      "path": "src/shared/medical-documents-api/medical-documents.api.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "MedicalDocumentsAPI",
          "members": [
            {
              "kind": "field",
              "name": "TIMEOUT_REQUEST",
              "type": {
                "text": "number"
              },
              "static": true,
              "readonly": true,
              "default": "40000"
            },
            {
              "kind": "field",
              "name": "_apiKey",
              "type": {
                "text": "string | undefined"
              },
              "privacy": "private",
              "static": true
            },
            {
              "kind": "field",
              "name": "_apiUrl",
              "type": {
                "text": "string | undefined"
              },
              "privacy": "private",
              "static": true
            },
            {
              "kind": "field",
              "name": "_webSocketCache",
              "privacy": "private",
              "static": true,
              "default": "new InMemoryCache({ addTypename: false, })"
            },
            {
              "kind": "field",
              "name": "httpClient",
              "type": {
                "text": "ApolloClient<NormalizedCacheObject> | undefined"
              },
              "privacy": "private",
              "static": true
            },
            {
              "kind": "field",
              "name": "apiKey",
              "privacy": "public",
              "static": true
            },
            {
              "kind": "field",
              "name": "apiUrl",
              "privacy": "public",
              "static": true
            },
            {
              "kind": "method",
              "name": "setHttpClient",
              "privacy": "private",
              "static": true
            },
            {
              "kind": "method",
              "name": "createBundle",
              "privacy": "public",
              "static": true,
              "return": {
                "type": {
                  "text": "Promise<Bundle>"
                }
              },
              "parameters": [
                {
                  "name": "variables",
                  "type": {
                    "text": "CreateBundleMutationVariables"
                  }
                },
                {
                  "name": "headers",
                  "type": {
                    "text": "Headers"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "createDocumentBundleAsync",
              "privacy": "public",
              "static": true,
              "return": {
                "type": {
                  "text": "Observable<Bundle>"
                }
              },
              "parameters": [
                {
                  "name": "variables",
                  "type": {
                    "text": "CreateDocumentBundleAsyncSubscriptionVariables"
                  }
                },
                {
                  "name": "headers",
                  "type": {
                    "text": "Headers"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "createDocumentBundle",
              "privacy": "public",
              "static": true,
              "return": {
                "type": {
                  "text": "Promise<void>"
                }
              },
              "parameters": [
                {
                  "name": "variables",
                  "type": {
                    "text": "CreateDocumentBundleMutationVariables"
                  }
                },
                {
                  "name": "headers",
                  "type": {
                    "text": "Headers"
                  }
                },
                {
                  "name": "callback",
                  "type": {
                    "text": "(bundle: Bundle) => void"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "updateBundleResources",
              "privacy": "public",
              "static": true,
              "return": {
                "type": {
                  "text": "Promise<Bundle>"
                }
              },
              "parameters": [
                {
                  "name": "variables",
                  "type": {
                    "text": "UpdateBundleResourcesMutationVariables"
                  }
                },
                {
                  "name": "headers",
                  "type": {
                    "text": "Headers"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "getUploadedFile",
              "privacy": "public",
              "static": true,
              "return": {
                "type": {
                  "text": "Promise<UploadedContent>"
                }
              },
              "parameters": [
                {
                  "name": "traceParent",
                  "type": {
                    "text": "string"
                  }
                },
                {
                  "name": "traceState",
                  "type": {
                    "text": "string"
                  }
                },
                {
                  "name": "fileId",
                  "type": {
                    "text": "string"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "upload",
              "privacy": "public",
              "static": true,
              "parameters": [
                {
                  "name": "traceParent",
                  "type": {
                    "text": "string"
                  }
                },
                {
                  "name": "traceState",
                  "type": {
                    "text": "string"
                  }
                },
                {
                  "name": "file",
                  "type": {
                    "text": "File"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "searchMedication",
              "privacy": "public",
              "static": true,
              "return": {
                "type": {
                  "text": "Promise<Medication[]>"
                }
              },
              "parameters": [
                {
                  "name": "term",
                  "type": {
                    "text": "string"
                  }
                },
                {
                  "name": "traceparent",
                  "type": {
                    "text": "string"
                  }
                },
                {
                  "name": "tracestate",
                  "type": {
                    "text": "string"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "createClient",
              "privacy": "private",
              "static": true,
              "parameters": [
                {
                  "name": "headers",
                  "type": {
                    "text": "Headers"
                  }
                }
              ]
            }
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "MedicalDocumentsAPI",
          "declaration": {
            "name": "MedicalDocumentsAPI",
            "module": "src/shared/medical-documents-api/medical-documents.api.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/shared/medical-documents-api/medical-documents.error.ts",
      "declarations": [
        {
          "kind": "function",
          "name": "getReason",
          "return": {
            "type": {
              "text": "Reason | undefined"
            }
          },
          "parameters": [
            {
              "name": "error",
              "type": {
                "text": "Error"
              }
            },
            {
              "name": "reasonCode",
              "type": {
                "text": "ERROR_REASON_CODE"
              }
            }
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "getReason",
          "declaration": {
            "name": "getReason",
            "module": "src/shared/medical-documents-api/medical-documents.error.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/shared/medical-documents-api/medical-documents.mapper.ts",
      "declarations": [
        {
          "kind": "function",
          "name": "replaceAliases",
          "return": {
            "type": {
              "text": ""
            }
          },
          "parameters": [
            {
              "name": "bundleFragment",
              "type": {
                "text": "BundleFragmentFragment"
              },
              "description": "bundle with aliases"
            }
          ],
          "description": "Replace aliases with the original properties names"
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "replaceAliases",
          "declaration": {
            "name": "replaceAliases",
            "module": "src/shared/medical-documents-api/medical-documents.mapper.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/shared/medical-documents-api/medical-documents.service.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "MedicalDocumentsService",
          "members": [
            {
              "kind": "field",
              "name": "BASE_TRACESTATE",
              "type": {
                "text": "{ [key: string]: string }"
              },
              "privacy": "private",
              "static": true,
              "readonly": true,
              "default": "{ \"client-type\": \"web-component\", \"web-component-package\": VITE_APP_NAME, \"web-component-version\": VITE_APP_VERSION, }"
            },
            {
              "kind": "method",
              "name": "createBundle",
              "privacy": "public",
              "static": true,
              "return": {
                "type": {
                  "text": "Promise<Bundle>"
                }
              },
              "parameters": [
                {
                  "name": "resources",
                  "type": {
                    "text": "ResourcesInput"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "getUploadedFile",
              "privacy": "public",
              "static": true,
              "return": {
                "type": {
                  "text": "Promise<File>"
                }
              },
              "parameters": [
                {
                  "name": "fileId",
                  "type": {
                    "text": "string"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "createDocumentBundle",
              "privacy": "public",
              "static": true,
              "return": {
                "type": {
                  "text": "Promise<void>"
                }
              },
              "parameters": [
                {
                  "name": "file",
                  "type": {
                    "text": "File | string"
                  }
                },
                {
                  "name": "model",
                  "type": {
                    "text": "Model | undefined"
                  }
                },
                {
                  "name": "callback",
                  "type": {
                    "text": "(bundle: Bundle) => void"
                  }
                },
                {
                  "name": "webSocketDisabled",
                  "default": "false",
                  "type": {
                    "text": "boolean"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "isNetworkError",
              "privacy": "private",
              "static": true,
              "return": {
                "type": {
                  "text": "boolean"
                }
              },
              "parameters": [
                {
                  "name": "error",
                  "type": {
                    "text": "Error"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "updateBundleResources",
              "privacy": "public",
              "static": true,
              "return": {
                "type": {
                  "text": "Promise<Bundle>"
                }
              },
              "parameters": [
                {
                  "name": "bundleId",
                  "type": {
                    "text": "string"
                  }
                },
                {
                  "name": "resources",
                  "type": {
                    "text": "ResourcesInput"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "searchMedication",
              "privacy": "public",
              "static": true,
              "return": {
                "type": {
                  "text": "Promise<Medication[]>"
                }
              },
              "parameters": [
                {
                  "name": "term",
                  "type": {
                    "text": "string"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "makeTraceState",
              "privacy": "private",
              "static": true,
              "return": {
                "type": {
                  "text": "string"
                }
              }
            }
          ]
        },
        {
          "kind": "variable",
          "name": "tracestate"
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "MedicalDocumentsService",
          "declaration": {
            "name": "MedicalDocumentsService",
            "module": "src/shared/medical-documents-api/medical-documents.service.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/prescription-scanner/actions-bar/action-button/action-button.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ActionButton",
          "cssProperties": [
            {
              "description": "Background color of the button",
              "name": "--bcb-primary-bg-color"
            },
            {
              "description": "Text color of the button",
              "name": "--bcb-primary-color"
            }
          ],
          "slots": [
            {
              "description": "Button content",
              "name": ""
            }
          ],
          "members": [],
          "events": [
            {
              "type": {
                "text": "PointerEvent"
              },
              "description": "button clicked",
              "name": "click"
            },
            {
              "type": {
                "text": "BundlesEvent"
              },
              "description": "button clicked (with Bundles in event)",
              "name": "click-with-bundles"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "bcb-action-button",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ActionButton",
          "declaration": {
            "name": "ActionButton",
            "module": "src/prescription-scanner/actions-bar/action-button/action-button.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "bcb-action-button",
          "declaration": {
            "name": "ActionButton",
            "module": "src/prescription-scanner/actions-bar/action-button/action-button.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/prescription-scanner/documents/document-viewer/extract-bounding-boxes.ts",
      "declarations": [
        {
          "kind": "function",
          "name": "extractBoundingBoxes",
          "return": {
            "type": {
              "text": "BoundingBox[]"
            }
          },
          "parameters": [
            {
              "name": "medicationsList",
              "type": {
                "text": "Medication[]"
              }
            },
            {
              "name": "page",
              "optional": true,
              "type": {
                "text": "number"
              }
            }
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "extractBoundingBoxes",
          "declaration": {
            "name": "extractBoundingBoxes",
            "module": "src/prescription-scanner/documents/document-viewer/extract-bounding-boxes.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/prescription-scanner/documents/document-viewer/file-img-viewer.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "FileImageViewer",
          "members": [
            {
              "kind": "field",
              "name": "file",
              "type": {
                "text": "File"
              }
            },
            {
              "kind": "field",
              "name": "loading",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "loading",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "medicationsList",
              "type": {
                "text": "Medication[]"
              },
              "default": "[]"
            },
            {
              "kind": "field",
              "name": "imageSrc",
              "type": {
                "text": "string | undefined"
              }
            },
            {
              "kind": "field",
              "name": "imageWidth",
              "type": {
                "text": "number"
              },
              "default": "0"
            },
            {
              "kind": "field",
              "name": "imageHeight",
              "type": {
                "text": "number"
              },
              "default": "0"
            },
            {
              "kind": "field",
              "name": "highlights",
              "type": {
                "text": "BoundingBox[]"
              },
              "default": "[]"
            },
            {
              "kind": "method",
              "name": "_onImageLoad",
              "privacy": "private",
              "parameters": [
                {
                  "name": "e",
                  "type": {
                    "text": "Event"
                  }
                }
              ]
            },
            {
              "kind": "field",
              "name": "convertBase64"
            },
            {
              "kind": "field",
              "name": "_resizeHandler",
              "privacy": "private"
            }
          ],
          "attributes": [
            {
              "name": "loading",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "loading"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "file-img-viewer",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "FileImageViewer",
          "declaration": {
            "name": "FileImageViewer",
            "module": "src/prescription-scanner/documents/document-viewer/file-img-viewer.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "file-img-viewer",
          "declaration": {
            "name": "FileImageViewer",
            "module": "src/prescription-scanner/documents/document-viewer/file-img-viewer.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/prescription-scanner/documents/document-viewer/file-pdf-viewer.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "FilePDFViewer",
          "members": [
            {
              "kind": "field",
              "name": "file",
              "type": {
                "text": "File | undefined"
              }
            },
            {
              "kind": "field",
              "name": "loading",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "loading",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "medicationsList",
              "type": {
                "text": "Medication[]"
              },
              "default": "[]"
            },
            {
              "kind": "field",
              "name": "currentPage",
              "type": {
                "text": "number"
              },
              "privacy": "private",
              "default": "1"
            },
            {
              "kind": "field",
              "name": "page",
              "type": {
                "text": "PDFPageProxy | undefined"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "pagesCount",
              "type": {
                "text": "number"
              },
              "privacy": "private",
              "default": "0"
            },
            {
              "kind": "field",
              "name": "pdfDocument",
              "type": {
                "text": "PDFDocumentProxy | undefined"
              },
              "privacy": "private",
              "default": "undefined"
            },
            {
              "kind": "field",
              "name": "_highlightLayerEl",
              "type": {
                "text": "HTMLDivElement | undefined"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "_canvasEl",
              "type": {
                "text": "HTMLCanvasElement | undefined"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "_overlayEl",
              "type": {
                "text": "HighlightOverlay | undefined"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "_renderTask",
              "type": {
                "text": "RenderTask | undefined"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "_loadSeq",
              "type": {
                "text": "number"
              },
              "privacy": "private",
              "default": "0"
            },
            {
              "kind": "method",
              "name": "updateCurrentPage",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "CustomEvent<number>"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "updatePage",
              "privacy": "private",
              "parameters": [
                {
                  "name": "page",
                  "type": {
                    "text": "PDFPageProxy"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "_loadPdfFromFile",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "Promise<void>"
                }
              },
              "parameters": [
                {
                  "name": "file",
                  "type": {
                    "text": "File | undefined"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "_loadCurrentPage",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "Promise<void>"
                }
              },
              "parameters": [
                {
                  "name": "expectedSeq",
                  "default": "this._loadSeq",
                  "type": {
                    "text": "number"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "_ensureViewerDom",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "void"
                }
              }
            },
            {
              "kind": "method",
              "name": "_resetViewerDom",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "void"
                }
              }
            },
            {
              "kind": "method",
              "name": "_renderCurrentPage",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "Promise<void>"
                }
              }
            },
            {
              "kind": "method",
              "name": "_updateOverlay",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "void"
                }
              }
            },
            {
              "kind": "field",
              "name": "_convertBase64",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "_cleanupPdf",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "Promise<void>"
                }
              }
            },
            {
              "kind": "field",
              "name": "_resizeDebounceHandler",
              "type": {
                "text": "(() => void) | undefined"
              },
              "privacy": "private"
            }
          ],
          "attributes": [
            {
              "name": "loading",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "loading"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "file-pdf-viewer",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "FilePDFViewer",
          "declaration": {
            "name": "FilePDFViewer",
            "module": "src/prescription-scanner/documents/document-viewer/file-pdf-viewer.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "file-pdf-viewer",
          "declaration": {
            "name": "FilePDFViewer",
            "module": "src/prescription-scanner/documents/document-viewer/file-pdf-viewer.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/prescription-scanner/documents/document-viewer/file-txt-viewer.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "FileTextViewer",
          "members": [
            {
              "kind": "field",
              "name": "file",
              "type": {
                "text": "File"
              }
            },
            {
              "kind": "field",
              "name": "loading",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "loading",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "text",
              "type": {
                "text": "string | undefined"
              }
            },
            {
              "kind": "field",
              "name": "convertBase64"
            }
          ],
          "attributes": [
            {
              "name": "loading",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "loading"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "file-txt-viewer",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "FileTextViewer",
          "declaration": {
            "name": "FileTextViewer",
            "module": "src/prescription-scanner/documents/document-viewer/file-txt-viewer.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "file-txt-viewer",
          "declaration": {
            "name": "FileTextViewer",
            "module": "src/prescription-scanner/documents/document-viewer/file-txt-viewer.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/prescription-scanner/documents/document-viewer/highlight-hover.event.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "Dispatched by the highlight overlay when the user hovers (or leaves) a\nhighlighted medication box on the document. The event is composed and\nbubbling so it can cross the shadow DOM boundaries up to the prescription\nscanner, which links the hovered medication to its product card.",
          "name": "HighlightHoverEvent",
          "members": [
            {
              "kind": "field",
              "name": "HOVER",
              "type": {
                "text": "string"
              },
              "static": true,
              "readonly": true,
              "default": "\"medication-highlight-hover\""
            },
            {
              "kind": "field",
              "name": "LEAVE",
              "type": {
                "text": "string"
              },
              "static": true,
              "readonly": true,
              "default": "\"medication-highlight-leave\""
            },
            {
              "kind": "field",
              "name": "medicationId",
              "type": {
                "text": "string | undefined"
              },
              "readonly": true,
              "default": "medicationId"
            }
          ],
          "superclass": {
            "name": "Event",
            "module": "src/prescription-scanner/documents/document-viewer/highlight-hover.event.ts"
          }
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "HighlightHoverEvent",
          "declaration": {
            "name": "HighlightHoverEvent",
            "module": "src/prescription-scanner/documents/document-viewer/highlight-hover.event.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/prescription-scanner/documents/document-viewer/highlight-overlay.stories.ts",
      "declarations": [
        {
          "kind": "variable",
          "name": "meta",
          "type": {
            "text": "WebComponentsMeta<any, any>"
          }
        },
        {
          "kind": "variable",
          "name": "Base",
          "type": {
            "text": "WebComponentsStory<any, any>"
          }
        },
        {
          "kind": "variable",
          "name": "NoDimensions",
          "type": {
            "text": "WebComponentsStory<any, any>"
          }
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "meta",
            "module": "src/prescription-scanner/documents/document-viewer/highlight-overlay.stories.ts"
          }
        },
        {
          "kind": "js",
          "name": "Base",
          "declaration": {
            "name": "Base",
            "module": "src/prescription-scanner/documents/document-viewer/highlight-overlay.stories.ts"
          }
        },
        {
          "kind": "js",
          "name": "NoDimensions",
          "declaration": {
            "name": "NoDimensions",
            "module": "src/prescription-scanner/documents/document-viewer/highlight-overlay.stories.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/prescription-scanner/documents/document-viewer/highlight-overlay.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "HighlightOverlay",
          "members": [
            {
              "kind": "field",
              "name": "highlights",
              "type": {
                "text": "BoundingBox[]"
              },
              "default": "[]",
              "attribute": "highlights"
            },
            {
              "kind": "field",
              "name": "width",
              "type": {
                "text": "number"
              },
              "default": "0",
              "attribute": "width"
            },
            {
              "kind": "field",
              "name": "height",
              "type": {
                "text": "number"
              },
              "default": "0",
              "attribute": "height"
            },
            {
              "kind": "method",
              "name": "_onHighlightEnter",
              "privacy": "private",
              "parameters": [
                {
                  "name": "medicationId",
                  "type": {
                    "text": "string | undefined"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "_onHighlightLeave",
              "privacy": "private"
            }
          ],
          "events": [
            {
              "type": {
                "text": "HighlightHoverEvent"
              }
            }
          ],
          "attributes": [
            {
              "name": "highlights",
              "type": {
                "text": "BoundingBox[]"
              },
              "default": "[]",
              "fieldName": "highlights"
            },
            {
              "name": "width",
              "type": {
                "text": "number"
              },
              "default": "0",
              "fieldName": "width"
            },
            {
              "name": "height",
              "type": {
                "text": "number"
              },
              "default": "0",
              "fieldName": "height"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "highlight-overlay",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "HighlightOverlay",
          "declaration": {
            "name": "HighlightOverlay",
            "module": "src/prescription-scanner/documents/document-viewer/highlight-overlay.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "highlight-overlay",
          "declaration": {
            "name": "HighlightOverlay",
            "module": "src/prescription-scanner/documents/document-viewer/highlight-overlay.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/prescription-scanner/documents/document-viewer/resize-debouncer.ts",
      "declarations": [
        {
          "kind": "function",
          "name": "createResizeDebouncer",
          "parameters": [
            {
              "name": "{\n  getOverlayContainer,\n  overlaySelector,\n  redraw,\n  delay = 300,\n}",
              "type": {
                "text": "{\n  getOverlayContainer: () => HTMLElement | null;\n  overlaySelector: string;\n  redraw: () => void;\n  delay?: number;\n}"
              }
            }
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "createResizeDebouncer",
          "declaration": {
            "name": "createResizeDebouncer",
            "module": "src/prescription-scanner/documents/document-viewer/resize-debouncer.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/prescription-scanner/documents/file-chooser/file-chooser.stories.ts",
      "declarations": [
        {
          "kind": "variable",
          "name": "meta",
          "type": {
            "text": "WebComponentsMeta<any, any>"
          }
        },
        {
          "kind": "variable",
          "name": "Base",
          "type": {
            "text": "WebComponentsStory<any, any>"
          }
        },
        {
          "kind": "variable",
          "name": "WithFile",
          "type": {
            "text": "WebComponentsStory<any, any>"
          }
        },
        {
          "kind": "class",
          "description": "",
          "name": "StoryFileChooserManyFiles",
          "members": [
            {
              "kind": "field",
              "name": "_files",
              "type": {
                "text": "File[]"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "_selectedFile",
              "type": {
                "text": "File | undefined"
              },
              "privacy": "private",
              "default": "this._files[0]"
            },
            {
              "kind": "method",
              "name": "_onFileSelected",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "FileEvent"
                  }
                }
              ]
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "story-file-chooser-many-files",
          "customElement": true
        },
        {
          "kind": "variable",
          "name": "ManyFiles",
          "type": {
            "text": "WebComponentsStory<any, any>"
          }
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "meta",
            "module": "src/prescription-scanner/documents/file-chooser/file-chooser.stories.ts"
          }
        },
        {
          "kind": "js",
          "name": "Base",
          "declaration": {
            "name": "Base",
            "module": "src/prescription-scanner/documents/file-chooser/file-chooser.stories.ts"
          }
        },
        {
          "kind": "js",
          "name": "WithFile",
          "declaration": {
            "name": "WithFile",
            "module": "src/prescription-scanner/documents/file-chooser/file-chooser.stories.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "story-file-chooser-many-files",
          "declaration": {
            "name": "StoryFileChooserManyFiles",
            "module": "src/prescription-scanner/documents/file-chooser/file-chooser.stories.ts"
          }
        },
        {
          "kind": "js",
          "name": "ManyFiles",
          "declaration": {
            "name": "ManyFiles",
            "module": "src/prescription-scanner/documents/file-chooser/file-chooser.stories.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/prescription-scanner/documents/file-chooser/file-chooser.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "FileChooser",
          "members": [
            {
              "kind": "field",
              "name": "files",
              "type": {
                "text": "File[]"
              },
              "default": "[]"
            },
            {
              "kind": "field",
              "name": "selectedFile",
              "type": {
                "text": "File | undefined"
              }
            },
            {
              "kind": "field",
              "name": "acceptTextFiles",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "accept-text-files"
            },
            {
              "kind": "field",
              "name": "_filesListEl",
              "type": {
                "text": "HTMLDivElement | undefined"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "events",
              "type": {
                "text": "object"
              },
              "static": true,
              "readonly": true,
              "default": "{ FILE_SELECTED: \"file-selected\", FILES_UPLOADED: \"files-uploaded\", FILE_DELETED: \"file-deleted\", }"
            },
            {
              "kind": "method",
              "name": "_scrollSelectedIntoView",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "_fileSelected",
              "privacy": "private",
              "parameters": [
                {
                  "name": "e",
                  "type": {
                    "text": "FileEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "_fileDeleted",
              "privacy": "private",
              "parameters": [
                {
                  "name": "e",
                  "type": {
                    "text": "FileEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "_selectPreviousFile",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "_selectNextFile",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "_getCurrentIndex",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "number"
                }
              }
            },
            {
              "kind": "method",
              "name": "_scrollToFile",
              "privacy": "private",
              "parameters": [
                {
                  "name": "file",
                  "type": {
                    "text": "File"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "_scrollListToElement",
              "privacy": "private",
              "parameters": [
                {
                  "name": "element",
                  "type": {
                    "text": "HTMLElement"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "_addFile",
              "privacy": "private"
            }
          ],
          "events": [
            {
              "type": {
                "text": "FileEvent"
              }
            }
          ],
          "attributes": [
            {
              "name": "accept-text-files",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "acceptTextFiles"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "file-chooser",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "FileChooser",
          "declaration": {
            "name": "FileChooser",
            "module": "src/prescription-scanner/documents/file-chooser/file-chooser.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "file-chooser",
          "declaration": {
            "name": "FileChooser",
            "module": "src/prescription-scanner/documents/file-chooser/file-chooser.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/prescription-scanner/medication/medication-editor/medication-editor.stories.ts",
      "declarations": [
        {
          "kind": "variable",
          "name": "meta",
          "type": {
            "text": "WebComponentsMeta<any, any>"
          }
        },
        {
          "kind": "variable",
          "name": "Base",
          "type": {
            "text": "WebComponentsStory<any, any>"
          }
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "meta",
            "module": "src/prescription-scanner/medication/medication-editor/medication-editor.stories.ts"
          }
        },
        {
          "kind": "js",
          "name": "Base",
          "declaration": {
            "name": "Base",
            "module": "src/prescription-scanner/medication/medication-editor/medication-editor.stories.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/prescription-scanner/medication/medication-editor/medication-editor.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "MedicationEditor",
          "members": [
            {
              "kind": "field",
              "name": "findMedication",
              "type": {
                "text": "FindMedicationFunction"
              }
            },
            {
              "kind": "field",
              "name": "medicationInput",
              "type": {
                "text": "HTMLInputElement | undefined"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "categoryInput",
              "type": {
                "text": "HTMLInputElement | undefined"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "foundMedications",
              "type": {
                "text": "Medication[]"
              },
              "privacy": "private",
              "default": "[]"
            },
            {
              "kind": "field",
              "name": "events",
              "type": {
                "text": "object"
              },
              "static": true,
              "readonly": true,
              "default": "{ MEDICATION_SELECTED: \"medication-selected\", REASON_UPDATED: \"reason-updated\", }"
            },
            {
              "kind": "field",
              "name": "MIN_SEARCH_LENGTH",
              "type": {
                "text": "number"
              },
              "privacy": "private",
              "static": true,
              "default": "3"
            },
            {
              "kind": "field",
              "name": "medicationSearchBar",
              "type": {
                "text": "TomSelect | undefined"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "reasonList",
              "type": {
                "text": "TomSelect | undefined"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "errorMessage",
              "type": {
                "text": "string"
              },
              "default": "\"\""
            },
            {
              "kind": "method",
              "name": "_handleDataUpdate",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "Event"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "_loadReasonList",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "TomOption[]"
                }
              }
            },
            {
              "kind": "method",
              "name": "_removeReasonDuplicates",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "TomOption[]"
                }
              },
              "parameters": [
                {
                  "name": "array",
                  "type": {
                    "text": "TomOption[]"
                  }
                },
                {
                  "name": "key",
                  "type": {
                    "text": "string"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "_search",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "Promise<{ value: string, text: string }[]>"
                }
              },
              "parameters": [
                {
                  "name": "query",
                  "type": {
                    "text": "string"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "renderErrorMessage"
            },
            {
              "kind": "method",
              "name": "emitSelectedMedication",
              "privacy": "private",
              "parameters": [
                {
                  "name": "id",
                  "type": {
                    "text": "string"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "emitUpdatedReason",
              "privacy": "private",
              "parameters": [
                {
                  "name": "reason",
                  "type": {
                    "text": "string"
                  }
                }
              ]
            }
          ],
          "events": [
            {
              "type": {
                "text": "MedicationEvent"
              }
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "bcb-medication-editor",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "MedicationEditor",
          "declaration": {
            "name": "MedicationEditor",
            "module": "src/prescription-scanner/medication/medication-editor/medication-editor.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "bcb-medication-editor",
          "declaration": {
            "name": "MedicationEditor",
            "module": "src/prescription-scanner/medication/medication-editor/medication-editor.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/prescription-scanner/prescription-items/add-prescription-item/add-prescription-item.stories.ts",
      "declarations": [
        {
          "kind": "variable",
          "name": "meta",
          "type": {
            "text": "WebComponentsMeta<any, any>"
          }
        },
        {
          "kind": "variable",
          "name": "Base",
          "type": {
            "text": "WebComponentsStory<any, any>"
          }
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "meta",
            "module": "src/prescription-scanner/prescription-items/add-prescription-item/add-prescription-item.stories.ts"
          }
        },
        {
          "kind": "js",
          "name": "Base",
          "declaration": {
            "name": "Base",
            "module": "src/prescription-scanner/prescription-items/add-prescription-item/add-prescription-item.stories.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/prescription-scanner/prescription-items/add-prescription-item/add-prescription-item.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "AddPrescriptionItem",
          "members": [
            {
              "kind": "field",
              "name": "apiBcbUrl",
              "type": {
                "text": "string"
              },
              "attribute": "apiBcbUrl"
            },
            {
              "kind": "field",
              "name": "apiKey",
              "type": {
                "text": "string | undefined"
              },
              "attribute": "apiKey"
            },
            {
              "kind": "field",
              "name": "findMedication",
              "type": {
                "text": "FindMedicationFunction"
              },
              "attribute": "findMedication"
            },
            {
              "kind": "field",
              "name": "medicationRequest",
              "type": {
                "text": "MedicationRequest | null"
              }
            },
            {
              "kind": "field",
              "name": "medication",
              "type": {
                "text": "Medication | undefined"
              }
            },
            {
              "kind": "field",
              "name": "events",
              "type": {
                "text": "object"
              },
              "static": true,
              "readonly": true,
              "default": "{ CANCEL: \"cancel\", PRESCRIPTION_ITEM_ADD: \"prescription-item-add\", }"
            },
            {
              "kind": "method",
              "name": "_setMedication",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "MedicationEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "_updateMedicationRequest",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "CustomEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "_cancel",
              "privacy": "private"
            }
          ],
          "events": [
            {
              "type": {
                "text": "PrescriptionItemEvent"
              }
            }
          ],
          "attributes": [
            {
              "name": "apiBcbUrl",
              "type": {
                "text": "string"
              },
              "fieldName": "apiBcbUrl"
            },
            {
              "name": "apiKey",
              "type": {
                "text": "string | undefined"
              },
              "fieldName": "apiKey"
            },
            {
              "name": "findMedication",
              "type": {
                "text": "FindMedicationFunction"
              },
              "fieldName": "findMedication"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "bcb-add-prescription-item",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "AddPrescriptionItem",
          "declaration": {
            "name": "AddPrescriptionItem",
            "module": "src/prescription-scanner/prescription-items/add-prescription-item/add-prescription-item.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "bcb-add-prescription-item",
          "declaration": {
            "name": "AddPrescriptionItem",
            "module": "src/prescription-scanner/prescription-items/add-prescription-item/add-prescription-item.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/prescription-scanner/prescription-items/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[]"
                  }
                }
              ]
            }
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "DosageEditorOption",
          "declaration": {
            "name": "DosageEditorOption",
            "module": "src/prescription-scanner/prescription-items/dosage/dosage-editor-option.class.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/prescription-scanner/prescription-items/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/prescription-scanner/prescription-items/dosage/dosage.event.ts"
          }
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "DosageEvent",
          "declaration": {
            "name": "DosageEvent",
            "module": "src/prescription-scanner/prescription-items/dosage/dosage.event.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/prescription-scanner/prescription-items/dosage/dosage.stories.ts",
      "declarations": [
        {
          "kind": "variable",
          "name": "meta",
          "type": {
            "text": "WebComponentsMeta<any, any>"
          }
        },
        {
          "kind": "variable",
          "name": "Base",
          "type": {
            "text": "WebComponentsStory<any, any>"
          }
        },
        {
          "kind": "variable",
          "name": "Empty",
          "type": {
            "text": "WebComponentsStory<any, any>"
          }
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "meta",
            "module": "src/prescription-scanner/prescription-items/dosage/dosage.stories.ts"
          }
        },
        {
          "kind": "js",
          "name": "Base",
          "declaration": {
            "name": "Base",
            "module": "src/prescription-scanner/prescription-items/dosage/dosage.stories.ts"
          }
        },
        {
          "kind": "js",
          "name": "Empty",
          "declaration": {
            "name": "Empty",
            "module": "src/prescription-scanner/prescription-items/dosage/dosage.stories.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/prescription-scanner/prescription-items/dosage/dosage.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "Dosage",
          "members": [
            {
              "kind": "field",
              "name": "dosage",
              "type": {
                "text": "GraphQLDosage[] | undefined"
              },
              "default": "[]",
              "attribute": "dosage"
            },
            {
              "kind": "method",
              "name": "_renderInstructions",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "TemplateResult[]"
                }
              }
            }
          ],
          "attributes": [
            {
              "name": "dosage",
              "type": {
                "text": "GraphQLDosage[] | undefined"
              },
              "default": "[]",
              "fieldName": "dosage"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "bcb-dosage",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "Dosage",
          "declaration": {
            "name": "Dosage",
            "module": "src/prescription-scanner/prescription-items/dosage/dosage.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "bcb-dosage",
          "declaration": {
            "name": "Dosage",
            "module": "src/prescription-scanner/prescription-items/dosage/dosage.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/prescription-scanner/medication/medication-request/format-medication-request-label.function.ts",
      "declarations": [
        {
          "kind": "function",
          "name": "renderMedicationRequestLabel",
          "return": {
            "type": {
              "text": "Promise<string | undefined>"
            }
          },
          "parameters": [
            {
              "name": "medicationRequest",
              "type": {
                "text": "MedicationRequest"
              }
            }
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "renderMedicationRequestLabel",
          "declaration": {
            "name": "renderMedicationRequestLabel",
            "module": "src/prescription-scanner/medication/medication-request/format-medication-request-label.function.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/prescription-scanner/medication/medication-request/medication-request-builder.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "MedicationRequestBuilder",
          "members": [
            {
              "kind": "field",
              "name": "medicationRequest",
              "type": {
                "text": "MedicationRequest"
              },
              "privacy": "private",
              "readonly": true,
              "default": "{ id: \"\", status: \"unknown\", intent: \"order\", dosageInstruction: [ { asNeeded: false, asNeededFor: [], doseAndRate: [], maxDosePerPeriod: [], sequence: 1, }, ], resourceType: ResourceType.MedicationRequest, reason: [], subject: { display: \"Unknown\", }, medication: { reference: { reference: \"\", type: ResourceType.Medication, }, }, }"
            },
            {
              "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": "Maybe<CodeableReference> | undefined"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "build",
              "return": {
                "type": {
                  "text": "MedicationRequest"
                }
              }
            }
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "MedicationRequestBuilder",
          "declaration": {
            "name": "MedicationRequestBuilder",
            "module": "src/prescription-scanner/medication/medication-request/medication-request-builder.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/prescription-scanner/medication/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/prescription-scanner/medication/medication-request/medication-request.event.ts"
          }
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "MedicationRequestEvent",
          "declaration": {
            "name": "MedicationRequestEvent",
            "module": "src/prescription-scanner/medication/medication-request/medication-request.event.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/prescription-scanner/medication/medication-request/medication-request.mock.ts",
      "declarations": [
        {
          "kind": "variable",
          "name": "medicationRequestMock",
          "type": {
            "text": "array"
          },
          "default": "[ { \"resourceType\": \"Medication\", \"meta\": { \"profile\": [\"http://hl7.org/fhir/StructureDefinition/Medication\"], }, \"code\": { \"coding\": [ { \"system\": \"https://platform.claudebernard.fr/fhir/CodeSystem/bcb-code\", \"code\": \"29558\", \"display\": \"DOLIPRANE 2.4 POUR CENT. suspension buvable. boite de 1 flacon (+ seringue pour administration orale) de 100 ml\", }, ], \"text\": \"DOLIPRANE 2.4 POUR CENT. suspension buvable. boite de 1 flacon (+ seringue pour administration orale) de 100 ml\", }, }, { \"resourceType\": \"Medication\", \"meta\": { \"profile\": [\"http://hl7.org/fhir/StructureDefinition/Medication\"], }, \"code\": { \"coding\": [ { \"system\": \"https://platform.claudebernard.fr/fhir/CodeSystem/bcb-code\", \"code\": \"29966\", \"display\": \"DOLIPRANE 100 mg. suppositoire secable. boite de 10\", }, ], \"text\": \"DOLIPRANE 100 mg. suppositoire secable. boite de 10\", }, }, { \"resourceType\": \"Medication\", \"meta\": { \"profile\": [\"http://hl7.org/fhir/StructureDefinition/Medication\"], }, \"code\": { \"coding\": [ { \"system\": \"https://platform.claudebernard.fr/fhir/CodeSystem/bcb-code\", \"code\": \"30442\", \"display\": \"DOLIPRANE 150 mg. poudre pour solution buvable en sachet dose. boite de 12 sachets dose\", }, ], \"text\": \"DOLIPRANE 150 mg. poudre pour solution buvable en sachet dose. boite de 12 sachets dose\", }, }, { \"resourceType\": \"Medication\", \"meta\": { \"profile\": [\"http://hl7.org/fhir/StructureDefinition/Medication\"], }, \"code\": { \"coding\": [ { \"system\": \"https://platform.claudebernard.fr/fhir/CodeSystem/bcb-code\", \"code\": \"29967\", \"display\": \"DOLIPRANE 150 mg. suppositoire. boite de 10\", }, ], \"text\": \"DOLIPRANE 150 mg. suppositoire. boite de 10\", }, }, { \"resourceType\": \"Medication\", \"meta\": { \"profile\": [\"http://hl7.org/fhir/StructureDefinition/Medication\"], }, \"code\": { \"coding\": [ { \"system\": \"https://platform.claudebernard.fr/fhir/CodeSystem/bcb-code\", \"code\": \"30443\", \"display\": \"DOLIPRANE 200 mg. poudre pour solution buvable en sachet dose. boite de 12 sachets dose\", }, ], \"text\": \"DOLIPRANE 200 mg. poudre pour solution buvable en sachet dose. boite de 12 sachets dose\", }, }, ]"
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "medicationRequestMock",
          "declaration": {
            "name": "medicationRequestMock",
            "module": "src/prescription-scanner/medication/medication-request/medication-request.mock.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/prescription-scanner/prescription-items/prescription-item-card/prescription-item-card.stories.ts",
      "declarations": [
        {
          "kind": "variable",
          "name": "meta",
          "type": {
            "text": "WebComponentsMeta<any, any>"
          }
        },
        {
          "kind": "variable",
          "name": "Base",
          "type": {
            "text": "WebComponentsStory<any, any>"
          }
        },
        {
          "kind": "variable",
          "name": "WithoutSelection",
          "type": {
            "text": "WebComponentsStory<any, any>"
          }
        },
        {
          "kind": "variable",
          "name": "WithoutInteraction",
          "type": {
            "text": "WebComponentsStory<any, any>"
          }
        },
        {
          "kind": "variable",
          "name": "Selected",
          "type": {
            "text": "WebComponentsStory<any, any>"
          }
        },
        {
          "kind": "variable",
          "name": "Highlighted",
          "type": {
            "text": "WebComponentsStory<any, any>"
          }
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "meta",
            "module": "src/prescription-scanner/prescription-items/prescription-item-card/prescription-item-card.stories.ts"
          }
        },
        {
          "kind": "js",
          "name": "Base",
          "declaration": {
            "name": "Base",
            "module": "src/prescription-scanner/prescription-items/prescription-item-card/prescription-item-card.stories.ts"
          }
        },
        {
          "kind": "js",
          "name": "WithoutSelection",
          "declaration": {
            "name": "WithoutSelection",
            "module": "src/prescription-scanner/prescription-items/prescription-item-card/prescription-item-card.stories.ts"
          }
        },
        {
          "kind": "js",
          "name": "WithoutInteraction",
          "declaration": {
            "name": "WithoutInteraction",
            "module": "src/prescription-scanner/prescription-items/prescription-item-card/prescription-item-card.stories.ts"
          }
        },
        {
          "kind": "js",
          "name": "Selected",
          "declaration": {
            "name": "Selected",
            "module": "src/prescription-scanner/prescription-items/prescription-item-card/prescription-item-card.stories.ts"
          }
        },
        {
          "kind": "js",
          "name": "Highlighted",
          "declaration": {
            "name": "Highlighted",
            "module": "src/prescription-scanner/prescription-items/prescription-item-card/prescription-item-card.stories.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/prescription-scanner/prescription-items/prescription-item-card/prescription-item-card.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "PrescriptionItemCard",
          "members": [
            {
              "kind": "field",
              "name": "apiBcbUrl",
              "type": {
                "text": "string"
              },
              "attribute": "apiBcbUrl"
            },
            {
              "kind": "field",
              "name": "apiKey",
              "type": {
                "text": "string | undefined"
              },
              "attribute": "apiKey"
            },
            {
              "kind": "field",
              "name": "prescriptionItem",
              "type": {
                "text": "PrescriptionItem"
              },
              "attribute": "prescriptionItem"
            },
            {
              "kind": "field",
              "name": "orignalPrescriptionItem",
              "type": {
                "text": "PrescriptionItem"
              }
            },
            {
              "kind": "field",
              "name": "selected",
              "type": {
                "text": "boolean"
              },
              "attribute": "selected",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "highlighted",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "highlighted",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "selectionDisabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "selectionDisabled"
            },
            {
              "kind": "field",
              "name": "dosageEditionDisabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "dosageEditionDisabled"
            },
            {
              "kind": "field",
              "name": "analysisFixingDisabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "analysisFixingDisabled"
            },
            {
              "kind": "field",
              "name": "prescriptionItemDeletionDisabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "prescriptionItemDeletionDisabled"
            },
            {
              "kind": "field",
              "name": "findMedication",
              "type": {
                "text": "FindMedicationFunction"
              }
            },
            {
              "kind": "field",
              "name": "formatMedicationLabel",
              "type": {
                "text": "FormatMedicationLabelFunction"
              }
            },
            {
              "kind": "field",
              "name": "dosageInstructions",
              "type": {
                "text": "string[]"
              },
              "default": "[]"
            },
            {
              "kind": "field",
              "name": "dosageEditionVisible",
              "type": {
                "text": "boolean"
              },
              "default": "false"
            },
            {
              "kind": "field",
              "name": "medicationEditionVisible",
              "type": {
                "text": "boolean"
              },
              "default": "false"
            },
            {
              "kind": "field",
              "name": "events",
              "type": {
                "text": "object"
              },
              "static": true,
              "readonly": true,
              "default": "{ SELECTION_CHANGED: \"selection-changed\", MEDICATION_UPDATED: \"medication-updated\", MEDICATION_REQUEST_UPDATED: \"medication-request-updated\", PRESCRIPTION_ITEM_REMOVED: \"prescription-item-removed\", }"
            },
            {
              "kind": "method",
              "name": "_ensureMedicationRequestIsDefined",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "_renderCheckbox",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "_toggleSelection",
              "privacy": "private",
              "parameters": [
                {
                  "name": "_e",
                  "type": {
                    "text": "ChangeEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "_removePrescriptionItem",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "_updateMedication",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "MedicationEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "_updateReason",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "ReasonEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "_validMedicationEdition",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "_cancelMedicationEdition",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "_updateMedicationRequest",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "CustomEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "_cancelDosageEdition",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "getMenuItems",
              "return": {
                "type": {
                  "text": "MenuItem[]"
                }
              }
            }
          ],
          "events": [
            {
              "type": {
                "text": "PrescriptionItemSelectionEvent"
              }
            }
          ],
          "attributes": [
            {
              "name": "apiBcbUrl",
              "type": {
                "text": "string"
              },
              "fieldName": "apiBcbUrl"
            },
            {
              "name": "apiKey",
              "type": {
                "text": "string | undefined"
              },
              "fieldName": "apiKey"
            },
            {
              "name": "prescriptionItem",
              "type": {
                "text": "PrescriptionItem"
              },
              "fieldName": "prescriptionItem"
            },
            {
              "name": "selected",
              "type": {
                "text": "boolean"
              },
              "fieldName": "selected"
            },
            {
              "name": "highlighted",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "highlighted"
            },
            {
              "name": "selectionDisabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "selectionDisabled"
            },
            {
              "name": "dosageEditionDisabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "dosageEditionDisabled"
            },
            {
              "name": "analysisFixingDisabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "analysisFixingDisabled"
            },
            {
              "name": "prescriptionItemDeletionDisabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "prescriptionItemDeletionDisabled"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "bcb-prescription-item-card",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "PrescriptionItemCard",
          "declaration": {
            "name": "PrescriptionItemCard",
            "module": "src/prescription-scanner/prescription-items/prescription-item-card/prescription-item-card.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "bcb-prescription-item-card",
          "declaration": {
            "name": "PrescriptionItemCard",
            "module": "src/prescription-scanner/prescription-items/prescription-item-card/prescription-item-card.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/prescription-scanner/prescription-items/prescription-items-group/prescription-items-group.stories.ts",
      "declarations": [
        {
          "kind": "variable",
          "name": "meta",
          "type": {
            "text": "WebComponentsMeta<any, any>"
          }
        },
        {
          "kind": "variable",
          "name": "Base",
          "type": {
            "text": "WebComponentsStory<any, any>"
          }
        },
        {
          "kind": "variable",
          "name": "WithIgnoredItem",
          "type": {
            "text": "WebComponentsStory<any, any>"
          }
        },
        {
          "kind": "variable",
          "name": "WithHoveredMedication",
          "type": {
            "text": "WebComponentsStory<any, any>"
          }
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "meta",
            "module": "src/prescription-scanner/prescription-items/prescription-items-group/prescription-items-group.stories.ts"
          }
        },
        {
          "kind": "js",
          "name": "Base",
          "declaration": {
            "name": "Base",
            "module": "src/prescription-scanner/prescription-items/prescription-items-group/prescription-items-group.stories.ts"
          }
        },
        {
          "kind": "js",
          "name": "WithIgnoredItem",
          "declaration": {
            "name": "WithIgnoredItem",
            "module": "src/prescription-scanner/prescription-items/prescription-items-group/prescription-items-group.stories.ts"
          }
        },
        {
          "kind": "js",
          "name": "WithHoveredMedication",
          "declaration": {
            "name": "WithHoveredMedication",
            "module": "src/prescription-scanner/prescription-items/prescription-items-group/prescription-items-group.stories.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/prescription-scanner/prescription-items/prescription-items-group/prescription-items-group.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "PrescriptionItemsGroup",
          "members": [
            {
              "kind": "field",
              "name": "prescriptionItems",
              "type": {
                "text": "PrescriptionItem[]"
              },
              "default": "[]",
              "attribute": "prescriptionItems"
            },
            {
              "kind": "field",
              "name": "apiBcbUrl",
              "type": {
                "text": "string | undefined"
              },
              "attribute": "apiBcbUrl"
            },
            {
              "kind": "field",
              "name": "reason",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "attribute": "reason"
            },
            {
              "kind": "field",
              "name": "ignoredMedicationIds",
              "type": {
                "text": "string[]"
              },
              "attribute": "ignoredMedicationIds"
            },
            {
              "kind": "field",
              "name": "selectionDisabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "selectionDisabled"
            },
            {
              "kind": "field",
              "name": "dosageEditionDisabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "dosageEditionDisabled"
            },
            {
              "kind": "field",
              "name": "analysisFixingDisabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "analysisFixingDisabled"
            },
            {
              "kind": "field",
              "name": "prescriptionItemDeletionDisabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "prescriptionItemDeletionDisabled"
            },
            {
              "kind": "field",
              "name": "findMedication",
              "type": {
                "text": "FindMedicationFunction"
              }
            },
            {
              "kind": "field",
              "name": "formatMedicationLabel",
              "type": {
                "text": "FormatMedicationLabelFunction"
              }
            },
            {
              "kind": "field",
              "name": "hoveredMedicationId",
              "type": {
                "text": "string | undefined"
              }
            },
            {
              "kind": "method",
              "name": "renderPrescriptionItem",
              "privacy": "private"
            }
          ],
          "attributes": [
            {
              "name": "prescriptionItems",
              "type": {
                "text": "PrescriptionItem[]"
              },
              "default": "[]",
              "fieldName": "prescriptionItems"
            },
            {
              "name": "apiBcbUrl",
              "type": {
                "text": "string | undefined"
              },
              "fieldName": "apiBcbUrl"
            },
            {
              "name": "reason",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "fieldName": "reason"
            },
            {
              "name": "ignoredMedicationIds",
              "type": {
                "text": "string[]"
              },
              "fieldName": "ignoredMedicationIds"
            },
            {
              "name": "selectionDisabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "selectionDisabled"
            },
            {
              "name": "dosageEditionDisabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "dosageEditionDisabled"
            },
            {
              "name": "analysisFixingDisabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "analysisFixingDisabled"
            },
            {
              "name": "prescriptionItemDeletionDisabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "prescriptionItemDeletionDisabled"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "bcb-prescription-items-group",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "PrescriptionItemsGroup",
          "declaration": {
            "name": "PrescriptionItemsGroup",
            "module": "src/prescription-scanner/prescription-items/prescription-items-group/prescription-items-group.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "bcb-prescription-items-group",
          "declaration": {
            "name": "PrescriptionItemsGroup",
            "module": "src/prescription-scanner/prescription-items/prescription-items-group/prescription-items-group.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/shared/i18n/locales/fr-FR.ts",
      "declarations": [
        {
          "kind": "variable",
          "name": "templates",
          "type": {
            "text": "object"
          },
          "default": "{ \"bcb-route-1\": `nasale`, \"bcb-route-100\": `intravésicale`, \"bcb-route-101\": `IV en perfusion lente (1 heure)`, \"bcb-route-104\": `intra-artérielle`, \"bcb-route-106\": `IM,SC ou IV`, \"bcb-route-108\": `IM, SC ou perfusion IV lente`, \"bcb-route-109\": `intradermique`, \"bcb-route-11\": `rectale`, \"bcb-route-111\": `péridurale`, \"bcb-route-112\": `intrathécale`, \"bcb-route-114\": `IV ou IM`, \"bcb-route-12\": `IM profonde`, \"bcb-route-120\": `IM ou perfusion IV lente (30 à 60 minutes)`, \"bcb-route-125\": `IM profonde ou perfusion IV`, \"bcb-route-126\": `IV, IM ou SC`, \"bcb-route-129\": `IV en perfusion centrale ou périphérique`, \"bcb-route-13\": `orale`, \"bcb-route-130\": `entérale`, \"bcb-route-131\": `IV, IM, SC ou locale`, \"bcb-route-133\": `IV très lente`, \"bcb-route-135\": `IV directe lente`, \"bcb-route-138\": `IV directe lente ou perfusion (éventuellement IM)`, \"bcb-route-139\": `IV directe lente et perfusion IV`, \"bcb-route-140\": `IM, IV directe lente ou perfusion IV`, \"bcb-route-141\": `IV directe lente ou perfusion IV`, \"bcb-route-144\": `IM, IV directe ou perfusion IV, SC`, \"bcb-route-145\": `IM profonde, IV directe lente`, \"bcb-route-146\": `IM profonde, IV directe lente ou perfusion IV`, \"bcb-route-149\": `vaginale`, \"bcb-route-15\": `intracaverneuse`, \"bcb-route-150\": `IV lente ou perfusion (IM profonde si impossible)`, \"bcb-route-152\": `IM ou orale`, \"bcb-route-157\": `IM,SC,IV lente directe ou perfusion veineuse`, \"bcb-route-158\": `IM (exceptionnellement IV)`, \"bcb-route-16\": `locale par aérosol`, \"bcb-route-160\": `intra-articulaire ou périarticulaire`, \"bcb-route-164\": `intraventriculaire`, \"bcb-route-165\": `IV directe ou perfusion (IM ou SC si impossible)`, \"bcb-route-166\": `IV directe lente ou perfusion IV lente`, \"bcb-route-17\": `IM ou IV`, \"bcb-route-174\": `intrathécale (lombaire)`, \"bcb-route-179\": `SC ou IM (IV éventuellement)`, \"bcb-route-18\": `intra-articulaire`, \"bcb-route-181\": `SC (éventuellement IM)`, \"bcb-route-183\": `intracavitaire`, \"bcb-route-185\": `endotrachéale`, \"bcb-route-187\": `IV en perfusion (éventuellement IM)`, \"bcb-route-189\": `IM de préférence ou SC`, \"bcb-route-19\": `péri-articulaire`, \"bcb-route-195\": `intramurale`, \"bcb-route-196\": `SC, IV (en perfusion) (ou IM)`, \"bcb-route-198\": `IM (SC si trouble de la coagulation)`, \"bcb-route-199\": `IM (ou SC profonde)`, \"bcb-route-2\": `IM`, \"bcb-route-200\": `SC, IM ou IV`, \"bcb-route-201\": `IM, IV directe ou perfusion IV`, \"bcb-route-204\": `aérosol`, \"bcb-route-206\": `IM ou IV (injection lente ou perfusion)`, \"bcb-route-21\": `intrasinusienne`, \"bcb-route-213\": `intra-artérielle (crosse aortique)`, \"bcb-route-214\": `intra-artérielle (carotide, artère vertébrale)`, \"bcb-route-215\": `SC en perfusion continue (pompe)`, \"bcb-route-216\": `SC discontinue`, \"bcb-route-219\": `IV directe, perfusion continue ou SC`, \"bcb-route-223\": `périneurale`, \"bcb-route-224\": `IV périphérique lente`, \"bcb-route-226\": `inhalée par fumigation`, \"bcb-route-227\": `IV continue`, \"bcb-route-228\": `IV en perfusion ou intrapéritonéale (IV, IM, SC)`, \"bcb-route-229\": `IV puis SC`, \"bcb-route-230\": `IM (ou perfusion IV si IM impraticable)`, \"bcb-route-231\": `SC en perfusion`, \"bcb-route-232\": `IM (éventuellement SC)`, \"bcb-route-234\": `IV directe et IM`, \"bcb-route-235\": `IV en perfusion au pousse-seringue électrique`, \"bcb-route-237\": `IV directe, perfusion IV ou IM`, \"bcb-route-238\": `centrale ou périphérique par perfusion`, \"bcb-route-239\": `IV continue à la seringue électrique`, \"bcb-route-242\": `SC continue`, \"bcb-route-243\": `intrathécale (latérocervicale)`, \"bcb-route-245\": `SC ou IV (éventuellement IM)`, \"bcb-route-246\": `SC ou intravasculaire`, \"bcb-route-247\": `IV en perfusion de 30 minutes`, \"bcb-route-248\": `IV en perfusion lente de 30 mn ou IM`, \"bcb-route-249\": `veineuse centrale en perfusion`, \"bcb-route-250\": `inhalée par vapeur`, \"bcb-route-251\": `IV au pousse-seringue électrique`, \"bcb-route-252\": `IV en perfusion de 15 minutes`, \"bcb-route-253\": `IV en perfusion de 30 à 60 minutes`, \"bcb-route-255\": `IV directe très lente (3 mn) ou perfusion IV 30 mn`, \"bcb-route-256\": `IV en perfusion de 60 minutes`, \"bcb-route-257\": `IV en perfusion lente ou IM`, \"bcb-route-258\": `IV en perfusion continue (pompe)`, \"bcb-route-259\": `SC ou perfusion IV`, \"bcb-route-26\": `intrarachidienne`, \"bcb-route-260\": `IV ou IM profonde`, \"bcb-route-261\": `IV (en bolus)`, \"bcb-route-263\": `IV en perfusion continue de 24 heures`, \"bcb-route-264\": `IV rapide`, \"bcb-route-266\": `IV en perfusion de 24 heures`, \"bcb-route-267\": `IV en perfusion sur 3 heures`, \"bcb-route-270\": `IV en perfusion ou seringue électrique`, \"bcb-route-271\": `IV directe ou perfusion IV rapide`, \"bcb-route-272\": `IV en perfusion ou bolus`, \"bcb-route-274\": `IV directe ou perfusion IV lente`, \"bcb-route-275\": `intralymphatique`, \"bcb-route-277\": `intra-artérielle numérisée`, \"bcb-route-279\": `intrathécale (lombaire ou cervicale)`, \"bcb-route-280\": `SC ou perfusion IV de 30 minutes`, \"bcb-route-281\": `IV en perfusion ou SC continue de 24 heures`, \"bcb-route-282\": `SC ou perfusion SC continue sur 24 heures`, \"bcb-route-284\": `IV en perfusion de 60 à 90 mn`, \"bcb-route-285\": `IV en perfusion d'environ 2 heures`, \"bcb-route-288\": `IV en perfusion lente de 2 heures`, \"bcb-route-290\": `IV en perfusion lente de 30 mn`, \"bcb-route-291\": `IV en perfusion lente de 20 à 30 mn`, \"bcb-route-292\": `IV en perfusion de 2 heures`, \"bcb-route-294\": `IV en perfusion périphérique`, \"bcb-route-295\": `IV en perfusion continue à la seringue électrique`, \"bcb-route-297\": `IV lente de 2 minutes`, \"bcb-route-298\": `IV directe lente (2 à 3 minutes)`, \"bcb-route-299\": `IV directe (éventuellement SC ou IM)`, \"bcb-route-3\": `IV`, \"bcb-route-30\": `SC ou IM`, \"bcb-route-304\": `orale ou perfusion IV`, \"bcb-route-305\": `IV en perfusion de 20 à 60 minutes`, \"bcb-route-306\": `IV en perfusion de 20 minutes`, \"bcb-route-307\": `IV en perfusion lente de 30 à 60 minutes`, \"bcb-route-308\": `IV en perfusion de 20 à 30 minutes`, \"bcb-route-309\": `IV en perfusion discontinue de 60 minutes minimum`, \"bcb-route-310\": `IV en perfusion continue lente`, \"bcb-route-311\": `IV directe lente (2 minutes)`, \"bcb-route-312\": `intracoronaire`, \"bcb-route-316\": `IV en perfusion lente (1 h 30)`, \"bcb-route-317\": `IM profonde ou IV`, \"bcb-route-319\": `IV directe, perfusion IV, SC ou IM`, \"bcb-route-32\": `IM profonde et lente`, \"bcb-route-320\": `IM ou perfusion IV courte`, \"bcb-route-321\": `IV en perfusion discontinue ou continue`, \"bcb-route-322\": `IV en perfusion d'au moins 30 mn`, \"bcb-route-323\": `péridurale lombaire`, \"bcb-route-324\": `péridurale en perfusion lombaire continue`, \"bcb-route-327\": `péridurale thoracique`, \"bcb-route-328\": `IV en perfusion lente de 1 à 2 heures`, \"bcb-route-329\": `IV en 2 minutes environ`, \"bcb-route-33\": `intra-artérielle hépatique en perfusion lente`, \"bcb-route-330\": `orale ou nasogastrique (sonde)`, \"bcb-route-331\": `péridurale caudale`, \"bcb-route-333\": `IV lente (10 minutes)`, \"bcb-route-335\": `péridurale en perfusion`, \"bcb-route-336\": `IV en perfusion lente d'au moins 60 minutes`, \"bcb-route-337\": `IV en perfusion lente d'au moins 30 minutes`, \"bcb-route-339\": `IV directe lente ou perfusion IV de 20 à 30 min`, \"bcb-route-34\": `IV en perfusion veineuse continue`, \"bcb-route-343\": `IV ou SC en perfusion`, \"bcb-route-344\": `IV en perfusion d'au moins 4 heures`, \"bcb-route-345\": `intrapéritonéale`, \"bcb-route-347\": `IV en perfusion de 5 à 10 minutes`, \"bcb-route-348\": `SC ou IV`, \"bcb-route-349\": `IV en perfusion de 1 à 2 heures`, \"bcb-route-35\": `IM ou IV lente`, \"bcb-route-350\": `IV en perfusion d'une heure`, \"bcb-route-352\": `IV (bolus de 30 secondes)`, \"bcb-route-353\": `IV en perfusion de 2 à 6 heures`, \"bcb-route-356\": `IV en perfusion sur 2 heures`, \"bcb-route-357\": `IV en perfusion de 6 heures`, \"bcb-route-358\": `IV en perfusion de 15 à 30 minutes`, \"bcb-route-359\": `IV en perfusion lente d'environ 1 heure`, \"bcb-route-36\": `intravasculaire`, \"bcb-route-360\": `IV en perfusion sur 4 heures`, \"bcb-route-361\": `IV en perfusion sur 16 heures`, \"bcb-route-362\": `IV centrale en perfusion`, \"bcb-route-363\": `IV ou SC en perfusion continue`, \"bcb-route-365\": `IV en perfusion lente (8 à 24 heures)`, \"bcb-route-367\": `IV en perfusion périphérique lente`, \"bcb-route-37\": `IM lente`, \"bcb-route-370\": `intracanalaire`, \"bcb-route-372\": `IV en perfusion centrale`, \"bcb-route-373\": `IV directe ou perfusion IV continue`, \"bcb-route-374\": `IV en perfusion d'au moins 15 minutes`, \"bcb-route-376\": `IV ou intra-artérielle`, \"bcb-route-377\": `intrabuccale sous-muqueuse`, \"bcb-route-378\": `IV périphérique`, \"bcb-route-382\": `IV (bolus) ou perfusion`, \"bcb-route-383\": `IV directe ou perfusion IV de 60 minutes`, \"bcb-route-384\": `IM ou SC profonde`, \"bcb-route-386\": `IV lente ou IM`, \"bcb-route-387\": `intracervicale`, \"bcb-route-389\": `perfusion (ILP)`, \"bcb-route-391\": `gingivale`, \"bcb-route-392\": `IV en perfusion de 3 heures`, \"bcb-route-393\": `IV en perfusion de 10 minutes`, \"bcb-route-395\": `SC (éventuellement IV)`, \"bcb-route-396\": `péridurale (bolus)`, \"bcb-route-397\": `ophtalmique`, \"bcb-route-398\": `intradermique, SC ou IM`, \"bcb-route-399\": `périneurale ou péridurale`, \"bcb-route-4\": `SC`, \"bcb-route-402\": `intravitréenne`, \"bcb-route-404\": `intra-artérielle hépatique`, \"bcb-route-405\": `IV en perfusion lente de 4 heures`, \"bcb-route-406\": `IV en perfusion de 3 heures (à 1 heure)`, \"bcb-route-407\": `IM ou IV lente (exceptionnellement SC)`, \"bcb-route-408\": `IV en perfusion de 15 à 60 mn`, \"bcb-route-409\": `IV ou SC`, \"bcb-route-410\": `IV en perfusion d'au moins 3 heures`, \"bcb-route-411\": `IV en perfusion lente d'au moins 6 heures`, \"bcb-route-412\": `péridurale en perfusion continue`, \"bcb-route-413\": `inhalée`, \"bcb-route-414\": `IV directe lente dans la tubulure de la perfusion`, \"bcb-route-415\": `IV en perfusion d'au moins 60 minutes`, \"bcb-route-416\": `IV en perfusion de 40 minutes`, \"bcb-route-417\": `intrathécale lente (bolus)`, \"bcb-route-418\": `intrathécale en perfusion continue`, \"bcb-route-419\": `perfusion péritonéale`, \"bcb-route-420\": `gastro-entérale`, \"bcb-route-421\": `IV en perfusion avec une pompe automatique`, \"bcb-route-422\": `IV en perfusion avec seringue automatique`, \"bcb-route-423\": `IV, SC directes ou en perfusion`, \"bcb-route-426\": `IV en perfusion de 25 à 45 minutes`, \"bcb-route-428\": `intravasculaire en hémodialyse`, \"bcb-route-429\": `IV en perfusion discontinue`, \"bcb-route-430\": `endotrachéobronchique`, \"bcb-route-431\": `IV directe ou SC`, \"bcb-route-432\": `IM ou IV en perfusion`, \"bcb-route-433\": `IM ou IV directe`, \"bcb-route-434\": `parodontale`, \"bcb-route-435\": `SC (éventuellement IV en perfusion)`, \"bcb-route-436\": `endonasale`, \"bcb-route-437\": `systémique`, \"bcb-route-438\": `parentérale`, \"bcb-route-439\": `intra-oculaire`, \"bcb-route-440\": `intrabursale`, \"bcb-route-441\": `intrapleurale`, \"bcb-route-442\": `intrapéricardique`, \"bcb-route-443\": `intrabuccale`, \"bcb-route-444\": `buccale`, \"bcb-route-445\": `endobuccale`, \"bcb-route-446\": `transdermique`, \"bcb-route-448\": `endotrachéopulmonaire`, \"bcb-route-449\": `topique`, \"bcb-route-450\": `intra-osseuse`, \"bcb-route-451\": `endosinusale`, \"bcb-route-452\": `respiratoire`, \"bcb-route-453\": `urétrale`, \"bcb-route-454\": `dentaire`, \"bcb-route-455\": `auriculaire`, \"bcb-route-456\": `intra-pariétale`, \"bcb-route-457\": `paravertébrale`, \"bcb-route-458\": `intramammaire`, \"bcb-route-459\": `Divers prépa magistrale pour CAD`, \"bcb-route-460\": `jéjunostomie`, \"bcb-route-461\": `sonde gastrique`, \"bcb-route-462\": `péri-cicatricielle`, \"bcb-route-463\": `IV en perfusion de 1 à 3 heures`, \"bcb-route-464\": `non applicable`, \"bcb-route-465\": `naso-gastrique`, \"bcb-route-466\": `épilésionnelle`, \"bcb-route-467\": `intracérébroventriculaire`, \"bcb-route-468\": `naso-duodénale`, \"bcb-route-469\": `IV en perfusion de 2h30`, \"bcb-route-470\": `intratumorale`, \"bcb-route-471\": `péritumorale`, \"bcb-route-472\": `sonde GPE pour gastrostomie`, \"bcb-route-473\": `sous-rétinienne`, \"bcb-route-474\": `intra-artérielle régionale`, \"bcb-route-475\": `intradetrusorienne`, \"bcb-route-52\": `SC profonde`, \"bcb-route-54\": `IV en perfusion`, \"bcb-route-56\": `IV directe ou perfusion IV`, \"bcb-route-58\": `intralésionnelle`, \"bcb-route-59\": `IM ou perfusion IV`, \"bcb-route-6\": `sublinguale`, \"bcb-route-60\": `sous-muqueuse`, \"bcb-route-61\": `sous-fissuraire`, \"bcb-route-63\": `IV directe ou perfusion continue`, \"bcb-route-64\": `IM profonde, IV directe ou perfusion IV`, \"bcb-route-68\": `IM,IV ou SC`, \"bcb-route-7\": `perfusion`, \"bcb-route-70\": `IM profonde ou perfusion IV lente`, \"bcb-route-71\": `IV directe`, \"bcb-route-75\": `IM ou SC`, \"bcb-route-76\": `IM ou perfusion IV lente`, \"bcb-route-8\": `locale`, \"bcb-route-82\": `cutanée`, \"bcb-route-84\": `intra-utérine`, \"bcb-route-87\": `IV (éventuellement IM)`, \"bcb-route-89\": `sous-arachnoïdienne`, \"bcb-route-9\": `IV lente`, \"bcb-route-95\": `IV en perfusion continue`, \"bcb-route-97\": `IV lente ou perfusion`, \"bcb-route-99\": `intradermique ou SC`, \"before-day-of-week\": `le`, \"h3e5d69df0daf58e6\": html`<p>Format de fichier '.${0}' non supporté</p> `, \"s0026d3bf6478e67f\": `cartouches`, \"s01969b8677122719\": `lundi`, \"s03e5639deaf43bdf\": `seringues`, \"s04325dd5495ad596\": `comprimés, tablettes, etc`, \"s05fe415fb899a74f\": `la fin de soirée`, \"s070976b9c324e736\": `Analyse d'image en cours...`, \"s079a052719914d71\": `Catégorie`, \"s07ad7443e14f22ec\": `microlitres`, \"s0829ba0c837cb7ab\": `bouffées`, \"s089c4e07b545a968\": `à`, \"s08a95607b550415c\": `ml`, \"s08a96107b550540d\": `mg`, \"s08b05407b5565ca4\": `ou`, \"s08c83907b56ac0a4\": `à`, \"s09241f07b5b8f323\": `UI`, \"s099e5107b620a455\": `µg`, \"s0faae4212464e843\": `doses-kilo`, \"s0fbf6dc6a1966408\": `Suivant`, \"s1153970079d1c964\": `tous les`, \"s11d70c138e1c8c85\": `L'opération s'est terminée avec succès`, \"s13a3753823dce93d\": `après les repas`, \"s13b4e0a7a5cc35a8\": `pâte`, \"s17150140e22d109f\": `pastille`, \"s18966f063cb29f34\": `inhalation`, \"s1958be26687f7950\": `ampoules`, \"s1a3b825e95c7676a\": `avant le déjeuner`, \"s1a80f2d02c48d928\": `après une période régulière de sommeil prolongé`, \"s1d2f3167285bfc63\": `la nuit`, \"s1eaccbf2d6af8ab5\": `Information`, \"s1fcc8b4e81fbac2f\": `jusqu'au`, \"s231db9e1b0a9e9cc\": `cuillère-dose`, \"s2492e4c86f77ac5b\": `cuillères à café`, \"s29075956f348aa76\": `cartouche`, \"s29338c6c39286cb5\": `fois`, \"s2952d22af0012917\": `après-midi`, \"s2b7451f0a2a443be\": `avant le petit-déjeuner`, \"s2ceb11be2290bb1b\": `Annuler`, \"s2e9d32432ffe2a74\": `cuillère à soupe`, \"s30fa9943ea8d5a58\": `début de soirée`, \"s33466f2a8ce169e5\": `cuillères à soupe`, \"s34be76c6b1eadbef\": `Attention`, \"s354b26d6fc518f40\": `sachets`, \"s35a0981eeabe836f\": `Analyse d'ordonnance en cours...`, \"s366c9e03ba45e3ab\": `La mise à jour du médicament a échoué.`, \"s373e328893980719\": `quand :`, \"s38652d1370e0c8a2\": `injection`, \"s3b3723973336718d\": `ovules`, \"s3c10f2bad16cff73\": `midi`, \"s3d80fff619edbfbd\": `semaine`, \"s407efecc7eb5764f\": `heure`, \"s41d0639ac24cbb6a\": `Rien`, \"s44c11cb1fc7fca39\": `à partir du`, \"s488f97deb9ff8321\": `pâtes`, \"s4a534a9f05a69de9\": `le midi`, \"s4be85f4b0c27343f\": `après le dîner`, \"s4dc4b0331b1013b3\": `sachet`, \"s4dd34c32aac6099b\": `aussitôt que possible`, \"s4f77b2414b2c8001\": `nuit`, \"s4fd0dd10febb42bb\": `pulvérisations`, \"s50822c34aca8ba77\": `la fin d'après-midi`, \"s517ce0d88df16b4e\": `pendant les repas`, \"s5354a9bd45d0b866\": `comprimés`, \"s5419102b2aae0b18\": `début d'après-midi`, \"s55532f95e636a05e\": `Posologie nominale :`, \"s556c997f30b82f8d\": `cuillères-dose`, \"s5bb2f9bdf2fad1e9\": `minute`, \"s628558613c61b9f3\": `million UI`, \"s62fb7af4759804d1\": `le soir`, \"s638cba7e3e541e6f\": `avant une période régulière de sommeil prolongé`, \"s648be40319a56a21\": `pendant le petit-déjeuner`, \"s651cbff9314d6e14\": `pendant le déjeuner`, \"s65c20d405293c104\": `pastilles`, \"s66117e37c9bc9753\": str`${0}(s)`, \"s673e9cbf1a92600f\": `heures, jours, etc`, \"s678921c6d3a42570\": str`Aucun ${0}`, \"s68893c63e40651e2\": `granules`, \"s6b1cb2cd290aa339\": `La récupération des informations du médicament a échoué`, \"s6c38230e2724c65a\": `bouffée`, \"s6cbe52c93e8b1bed\": `gouttes`, \"s6d6483ed0a42c6ca\": `cuillère à café`, \"s6e43014004d4dfed\": `Ordonnance`, \"s705897df33212317\": `microlitre`, \"s74e5812bb793e653\": `Une erreur est survenue`, \"s7a3dee992384a5a5\": `inhalations`, \"s7c126315b7c25b02\": `applications`, \"s7c64634977425edc\": `année`, \"s7e73e8ac5b20c179\": `dimanche`, \"s7ea73e0b3b45e385\": `application`, \"s7f845078d7a5c0b5\": `du`, \"s80312a9f5bb9aef0\": `implant`, \"s840113ed53cd0123\": `Choisissez dans la liste ou tapez une catégorie pour ce médicament`, \"s841d2f4fcbbd9fcc\": `ovule`, \"s866461ef6998a9df\": `tube`, \"s889fce46bd2236e5\": `Documents`, \"s8ab509e91ba27e88\": `pendant`, \"s8d39efc8dc838899\": `implants`, \"s8e5a5d5c0bd446ef\": `soir`, \"s914c1dbf9f7229d8\": `avant les repas`, \"s918c5ef4070cb5ee\": `le début de matinée`, \"s91f9e8ae3e267b21\": `l'après-midi`, \"s9a06f29250bf69a8\": `L'analyse du document uploadé a echoué.`, \"s9fc3be329dfa76d6\": `le début d'après-midi`, \"s9fc41f789c63b40d\": `Produits`, \"sa06a8e640df2bae8\": `Ajouter un médicament à l'ordonnance`, \"sa08c038a5681e6aa\": `pulvérisation`, \"sa0dbdd00590bd46c\": `voie d'administration :`, \"sa2d9c484633b9f77\": `mercredi`, \"sa3008ce840aff3ad\": `capsules`, \"sa43a103dd3b5b38f\": `matin`, \"sa49985ef4cee20bd\": `seconde`, \"sa67c4e2f2e1af189\": `fin de soirée`, \"sa6f1a71923d7c7b6\": `litres`, \"sa7152c5196a9ba3a\": `flacons`, \"sa7e4cb448fdbe4f1\": `Prescriptions SANS RAPPORT avec l‘affection de longue durée (MALADIES INTERCURRENTES)`, \"sa9c799a872d9cd32\": `vendredi`, \"saa7d6bfca4d83bf1\": `Glisser-déposer un fichier ici`, \"sae9c5a373e6158d2\": `suppositoire`, \"saefebff61d24c444\": `La suppression du médicament a échoué.`, \"saf40f6ec50a1b982\": `suppositoires`, \"saf63da4c8601e926\": `g`, \"saf63dc4c8601ec8c\": `par`, \"saf63e54c8601fbd7\": `h`, \"safba98e8192cc656\": `samedi`, \"sb0b0a3bee9c55f7e\": `le début de soirée`, \"sb119cd969c316367\": `Prescriptions relatives au traitement de l‘affection de longue durée reconnue (AFFECTION EXONERANTE) `, \"sb3679caa22cde201\": `litre`, \"sb4b46908cdf53b23\": `injections`, \"sb56e103a14a1da6a\": `avant le dîner`, \"sb85774dc5d18ff0f\": `Valider`, \"sb91c0b9069dde1e5\": `granule`, \"sb9d507ab25d71e89\": `prises`, \"sbd5d0f81a5e4a892\": `Analyse de texte en cours...`, \"sbd9bb9dd6a31f2c3\": `Les fichiers texte ne sont pas supportés dans cette configuration.`, \"sc13f2ceb81ef8470\": `Parcourir les fichiers`, \"sc1ee8b08037b8f56\": `seringue`, \"sc1f2f446659695ef\": `la fin de matinée`, \"sc3fd31afe89bc56c\": `capsule`, \"sc5beb89d350c9742\": `dose-kilo`, \"sc60c03530aae5bce\": `après avoir dormi`, \"sca8d3918f4578f1d\": `jour`, \"scb280d8e7b4325ea\": `Supprimer le document`, \"scc6ff6c2d8baa9f7\": `jeudi`, \"sd0224fb6fc7a6b34\": `pendant le dîner`, \"sd2d838dbb28e67c5\": `La mise à jour de la posologie a échoué.`, \"sd42f210f78285a8c\": `début de matinée`, \"sd4ec67daa513ac34\": `après le petit-déjeuner`, \"sd5194a18fad991ec\": `gomme`, \"sd58560b19eb8a26d\": `fin de matinée`, \"sd75586cbefa995b5\": `le matin`, \"sd790ba7d6c0bddb3\": `Aucun médicament n'a encore été analysé. Vous pouvez télécharger un document ou ajouter manuellement un médicament. `, \"sda745f7e200c5a1a\": `(Condition :`, \"sdc11e76761c768a0\": `prise`, \"sdc673e73b5c13aea\": `Supprimer`, \"sdc79833ec07e54a9\": `après le déjeuner`, \"sde41319ae87456f4\": `au total`, \"sdec0011d2ec995a1\": `maximum`, \"sdfeb1ac7e3455532\": `Ajouter un médicament`, \"se26606dbf29ff771\": `comprimé`, \"se59e707a4cce7aaf\": `Modifier la posologie`, \"se6f79719051ff286\": `et`, \"sea55e5e572ca1629\": `Commencer à taper pour chercher un médicament`, \"sec5cf5502dc096f5\": `durée :`, \"sef53ef875b9aa666\": `millions UI`, \"sf1a2a766dcd55bac\": `goutte`, \"sf29789a95e192267\": `Corriger l'analyse`, \"sf38a87723fb2712d\": `gommes`, \"sf3ff78cc329d3528\": `Précédent`, \"sf4bdc3936faf56a5\": `mois`, \"sf53c15d06e684f44\": `tubes`, \"sf7658d02dfdd66ac\": `Le document téléchargé est trop volumineux.`, \"sfdf3676e944786e9\": `fin d'après-midi`, \"sfe38ff00c6ac3bad\": `flacon`, \"sfe8267bd7a6af710\": `mardi`, \"sffcae29be2f70302\": `ampoule`, }"
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "templates",
          "declaration": {
            "name": "templates",
            "module": "src/shared/i18n/locales/fr-FR.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/prescription-scanner/documents/file-chooser/file-chooser-item/file-chooser-item.stories.ts",
      "declarations": [
        {
          "kind": "variable",
          "name": "meta",
          "type": {
            "text": "WebComponentsMeta<any, any>"
          }
        },
        {
          "kind": "variable",
          "name": "Base",
          "type": {
            "text": "WebComponentsStory<any, any>"
          }
        },
        {
          "kind": "variable",
          "name": "Selected",
          "type": {
            "text": "WebComponentsStory<any, any>"
          }
        },
        {
          "kind": "variable",
          "name": "Unselected",
          "type": {
            "text": "WebComponentsStory<any, any>"
          }
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "meta",
            "module": "src/prescription-scanner/documents/file-chooser/file-chooser-item/file-chooser-item.stories.ts"
          }
        },
        {
          "kind": "js",
          "name": "Base",
          "declaration": {
            "name": "Base",
            "module": "src/prescription-scanner/documents/file-chooser/file-chooser-item/file-chooser-item.stories.ts"
          }
        },
        {
          "kind": "js",
          "name": "Selected",
          "declaration": {
            "name": "Selected",
            "module": "src/prescription-scanner/documents/file-chooser/file-chooser-item/file-chooser-item.stories.ts"
          }
        },
        {
          "kind": "js",
          "name": "Unselected",
          "declaration": {
            "name": "Unselected",
            "module": "src/prescription-scanner/documents/file-chooser/file-chooser-item/file-chooser-item.stories.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/prescription-scanner/documents/file-chooser/file-chooser-item/file-chooser-item.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "FileChooserItem",
          "members": [
            {
              "kind": "field",
              "name": "file",
              "type": {
                "text": "File"
              }
            },
            {
              "kind": "field",
              "name": "selected",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "selected",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "events",
              "type": {
                "text": "object"
              },
              "static": true,
              "readonly": true,
              "default": "{ FILE_SELECTED: \"file-selected\", FILE_DELETED: \"file-deleted\", }"
            },
            {
              "kind": "method",
              "name": "_fileDeleted",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "Event"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "_fileSelected",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "_onKeyDown",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "KeyboardEvent"
                  }
                }
              ]
            }
          ],
          "events": [
            {
              "type": {
                "text": "FileEvent"
              }
            }
          ],
          "attributes": [
            {
              "name": "selected",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "selected"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "file-chooser-item",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "FileChooserItem",
          "declaration": {
            "name": "FileChooserItem",
            "module": "src/prescription-scanner/documents/file-chooser/file-chooser-item/file-chooser-item.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "file-chooser-item",
          "declaration": {
            "name": "FileChooserItem",
            "module": "src/prescription-scanner/documents/file-chooser/file-chooser-item/file-chooser-item.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/prescription-scanner/documents/file-chooser/file-drag-and-drop-uploader/file-drag-and-drop-uploader.stories.ts",
      "declarations": [
        {
          "kind": "variable",
          "name": "meta",
          "type": {
            "text": "WebComponentsMeta<any, any>"
          }
        },
        {
          "kind": "variable",
          "name": "Base",
          "type": {
            "text": "WebComponentsStory<any, any>"
          }
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "meta",
            "module": "src/prescription-scanner/documents/file-chooser/file-drag-and-drop-uploader/file-drag-and-drop-uploader.stories.ts"
          }
        },
        {
          "kind": "js",
          "name": "Base",
          "declaration": {
            "name": "Base",
            "module": "src/prescription-scanner/documents/file-chooser/file-drag-and-drop-uploader/file-drag-and-drop-uploader.stories.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/prescription-scanner/documents/file-chooser/file-drag-and-drop-uploader/file-drag-and-drop-uploader.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "FileDragAndDropUploader",
          "members": [
            {
              "kind": "field",
              "name": "hasFiles",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "has-files",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "dragOver",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "drag-over",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "_dragDepth",
              "type": {
                "text": "number"
              },
              "privacy": "private",
              "default": "0"
            },
            {
              "kind": "field",
              "name": "events",
              "type": {
                "text": "object"
              },
              "static": true,
              "readonly": true,
              "default": "{ FILES_UPLOADED: \"files-uploaded\", }"
            }
          ],
          "attributes": [
            {
              "name": "has-files",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "hasFiles"
            },
            {
              "name": "drag-over",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "dragOver"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "bcb-file-drag-and-drop-uploader",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "FileDragAndDropUploader",
          "declaration": {
            "name": "FileDragAndDropUploader",
            "module": "src/prescription-scanner/documents/file-chooser/file-drag-and-drop-uploader/file-drag-and-drop-uploader.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "bcb-file-drag-and-drop-uploader",
          "declaration": {
            "name": "FileDragAndDropUploader",
            "module": "src/prescription-scanner/documents/file-chooser/file-drag-and-drop-uploader/file-drag-and-drop-uploader.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/prescription-scanner/prescription-items/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/prescription-scanner/prescription-items/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/prescription-scanner/prescription-items/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/prescription-scanner/prescription-items/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "field",
              "name": "code",
              "type": {
                "text": "string"
              },
              "default": "code",
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/prescription-scanner/prescription-items/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "field",
              "name": "text",
              "type": {
                "text": "string"
              },
              "default": "text",
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/prescription-scanner/prescription-items/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "field",
              "name": "value",
              "type": {
                "text": "string"
              },
              "readonly": true,
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/prescription-scanner/prescription-items/dosage/dosage-editor-option.class.ts"
              }
            }
          ],
          "superclass": {
            "name": "DosageEditorOption",
            "module": "/src/prescription-scanner/prescription-items/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/prescription-scanner/prescription-items/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/prescription-scanner/prescription-items/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "field",
              "name": "code",
              "type": {
                "text": "string"
              },
              "default": "code",
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/prescription-scanner/prescription-items/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "field",
              "name": "text",
              "type": {
                "text": "string"
              },
              "default": "text",
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/prescription-scanner/prescription-items/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "field",
              "name": "textForOption",
              "type": {
                "text": "string | undefined"
              },
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/prescription-scanner/prescription-items/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "field",
              "name": "value",
              "type": {
                "text": "string"
              },
              "readonly": true,
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/prescription-scanner/prescription-items/dosage/dosage-editor-option.class.ts"
              }
            }
          ],
          "superclass": {
            "name": "DosageEditorOption",
            "module": "/src/prescription-scanner/prescription-items/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/prescription-scanner/prescription-items/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/prescription-scanner/prescription-items/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "field",
              "name": "code",
              "type": {
                "text": "string"
              },
              "default": "code",
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/prescription-scanner/prescription-items/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "field",
              "name": "text",
              "type": {
                "text": "string"
              },
              "default": "text",
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/prescription-scanner/prescription-items/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "field",
              "name": "textForOption",
              "type": {
                "text": "string | undefined"
              },
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/prescription-scanner/prescription-items/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "field",
              "name": "value",
              "type": {
                "text": "string"
              },
              "readonly": true,
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/prescription-scanner/prescription-items/dosage/dosage-editor-option.class.ts"
              }
            }
          ],
          "superclass": {
            "name": "DosageEditorOption",
            "module": "/src/prescription-scanner/prescription-items/dosage/dosage-editor-option.class"
          }
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "BoundsDurationValueOption",
          "declaration": {
            "name": "BoundsDurationValueOption",
            "module": "src/prescription-scanner/prescription-items/dosage/dosage-editor-options/bounds-duration.options.ts"
          }
        },
        {
          "kind": "js",
          "name": "BoundsDurationPrefixOption",
          "declaration": {
            "name": "BoundsDurationPrefixOption",
            "module": "src/prescription-scanner/prescription-items/dosage/dosage-editor-options/bounds-duration.options.ts"
          }
        },
        {
          "kind": "js",
          "name": "BoundsDurationCodeOption",
          "declaration": {
            "name": "BoundsDurationCodeOption",
            "module": "src/prescription-scanner/prescription-items/dosage/dosage-editor-options/bounds-duration.options.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/prescription-scanner/prescription-items/dosage/dosage-editor-options/dose-quantity.options.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "DoseQuantityValueOption",
          "members": [
            {
              "kind": "field",
              "name": "score",
              "type": {
                "text": "number"
              },
              "default": "100",
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/prescription-scanner/prescription-items/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/prescription-scanner/prescription-items/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "field",
              "name": "textForOption",
              "type": {
                "text": "string | undefined"
              },
              "default": "`${value} (${msg(\"pills, tablets, etc\")})`",
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/prescription-scanner/prescription-items/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "field",
              "name": "code",
              "type": {
                "text": "string"
              },
              "default": "code",
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/prescription-scanner/prescription-items/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "field",
              "name": "text",
              "type": {
                "text": "string"
              },
              "default": "text",
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/prescription-scanner/prescription-items/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "field",
              "name": "value",
              "type": {
                "text": "string"
              },
              "readonly": true,
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/prescription-scanner/prescription-items/dosage/dosage-editor-option.class.ts"
              }
            }
          ],
          "superclass": {
            "name": "DosageEditorOption",
            "module": "/src/prescription-scanner/prescription-items/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/prescription-scanner/prescription-items/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/prescription-scanner/prescription-items/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "field",
              "name": "code",
              "type": {
                "text": "string"
              },
              "default": "code",
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/prescription-scanner/prescription-items/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "field",
              "name": "text",
              "type": {
                "text": "string"
              },
              "default": "text",
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/prescription-scanner/prescription-items/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "field",
              "name": "textForOption",
              "type": {
                "text": "string | undefined"
              },
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/prescription-scanner/prescription-items/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "field",
              "name": "value",
              "type": {
                "text": "string"
              },
              "readonly": true,
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/prescription-scanner/prescription-items/dosage/dosage-editor-option.class.ts"
              }
            }
          ],
          "superclass": {
            "name": "DosageEditorOption",
            "module": "/src/prescription-scanner/prescription-items/dosage/dosage-editor-option.class"
          }
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "DoseQuantityValueOption",
          "declaration": {
            "name": "DoseQuantityValueOption",
            "module": "src/prescription-scanner/prescription-items/dosage/dosage-editor-options/dose-quantity.options.ts"
          }
        },
        {
          "kind": "js",
          "name": "DoseQuantityCodeOption",
          "declaration": {
            "name": "DoseQuantityCodeOption",
            "module": "src/prescription-scanner/prescription-items/dosage/dosage-editor-options/dose-quantity.options.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/prescription-scanner/prescription-items/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/prescription-scanner/prescription-items/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/prescription-scanner/prescription-items/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "field",
              "name": "code",
              "type": {
                "text": "string"
              },
              "default": "code",
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/prescription-scanner/prescription-items/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "field",
              "name": "text",
              "type": {
                "text": "string"
              },
              "default": "text",
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/prescription-scanner/prescription-items/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "field",
              "name": "textForOption",
              "type": {
                "text": "string | undefined"
              },
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/prescription-scanner/prescription-items/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "field",
              "name": "value",
              "type": {
                "text": "string"
              },
              "readonly": true,
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/prescription-scanner/prescription-items/dosage/dosage-editor-option.class.ts"
              }
            }
          ],
          "superclass": {
            "name": "DosageEditorOption",
            "module": "/src/prescription-scanner/prescription-items/dosage/dosage-editor-option.class"
          }
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "FrequencyOption",
          "declaration": {
            "name": "FrequencyOption",
            "module": "src/prescription-scanner/prescription-items/dosage/dosage-editor-options/frequency.options.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/prescription-scanner/prescription-items/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/prescription-scanner/prescription-items/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/prescription-scanner/prescription-items/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "field",
              "name": "code",
              "type": {
                "text": "string"
              },
              "default": "code",
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/prescription-scanner/prescription-items/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "field",
              "name": "text",
              "type": {
                "text": "string"
              },
              "default": "text",
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/prescription-scanner/prescription-items/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "field",
              "name": "textForOption",
              "type": {
                "text": "string | undefined"
              },
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/prescription-scanner/prescription-items/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "field",
              "name": "value",
              "type": {
                "text": "string"
              },
              "readonly": true,
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/prescription-scanner/prescription-items/dosage/dosage-editor-option.class.ts"
              }
            }
          ],
          "superclass": {
            "name": "DosageEditorOption",
            "module": "/src/prescription-scanner/prescription-items/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/prescription-scanner/prescription-items/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "field",
              "name": "score",
              "type": {
                "text": "number"
              },
              "default": "10",
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/prescription-scanner/prescription-items/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/prescription-scanner/prescription-items/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "field",
              "name": "code",
              "type": {
                "text": "string"
              },
              "default": "code",
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/prescription-scanner/prescription-items/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "field",
              "name": "textForOption",
              "type": {
                "text": "string | undefined"
              },
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/prescription-scanner/prescription-items/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "field",
              "name": "value",
              "type": {
                "text": "string"
              },
              "readonly": true,
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/prescription-scanner/prescription-items/dosage/dosage-editor-option.class.ts"
              }
            }
          ],
          "superclass": {
            "name": "PeriodPrefixOption",
            "module": "src/prescription-scanner/prescription-items/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/prescription-scanner/prescription-items/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/prescription-scanner/prescription-items/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "field",
              "name": "code",
              "type": {
                "text": "string"
              },
              "default": "code",
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/prescription-scanner/prescription-items/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "field",
              "name": "text",
              "type": {
                "text": "string"
              },
              "default": "text",
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/prescription-scanner/prescription-items/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "field",
              "name": "textForOption",
              "type": {
                "text": "string | undefined"
              },
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/prescription-scanner/prescription-items/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "field",
              "name": "value",
              "type": {
                "text": "string"
              },
              "readonly": true,
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/prescription-scanner/prescription-items/dosage/dosage-editor-option.class.ts"
              }
            }
          ],
          "superclass": {
            "name": "DosageEditorOption",
            "module": "/src/prescription-scanner/prescription-items/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/prescription-scanner/prescription-items/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/prescription-scanner/prescription-items/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "field",
              "name": "code",
              "type": {
                "text": "string"
              },
              "default": "code",
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/prescription-scanner/prescription-items/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "field",
              "name": "text",
              "type": {
                "text": "string"
              },
              "default": "text",
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/prescription-scanner/prescription-items/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "field",
              "name": "textForOption",
              "type": {
                "text": "string | undefined"
              },
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/prescription-scanner/prescription-items/dosage/dosage-editor-option.class.ts"
              }
            },
            {
              "kind": "field",
              "name": "value",
              "type": {
                "text": "string"
              },
              "readonly": true,
              "inheritedFrom": {
                "name": "DosageEditorOption",
                "module": "src/prescription-scanner/prescription-items/dosage/dosage-editor-option.class.ts"
              }
            }
          ],
          "superclass": {
            "name": "DosageEditorOption",
            "module": "/src/prescription-scanner/prescription-items/dosage/dosage-editor-option.class"
          }
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "PeriodPrefixOption",
          "declaration": {
            "name": "PeriodPrefixOption",
            "module": "src/prescription-scanner/prescription-items/dosage/dosage-editor-options/period.options.ts"
          }
        },
        {
          "kind": "js",
          "name": "SinglePeriodPrefixOption",
          "declaration": {
            "name": "SinglePeriodPrefixOption",
            "module": "src/prescription-scanner/prescription-items/dosage/dosage-editor-options/period.options.ts"
          }
        },
        {
          "kind": "js",
          "name": "PeriodValueOption",
          "declaration": {
            "name": "PeriodValueOption",
            "module": "src/prescription-scanner/prescription-items/dosage/dosage-editor-options/period.options.ts"
          }
        },
        {
          "kind": "js",
          "name": "PeriodUnitOption",
          "declaration": {
            "name": "PeriodUnitOption",
            "module": "src/prescription-scanner/prescription-items/dosage/dosage-editor-options/period.options.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/shared/medical-documents-api/generated/openapi-search/index.ts",
      "declarations": [],
      "exports": [
        {
          "kind": "js",
          "name": "ApiError",
          "declaration": {
            "name": "ApiError",
            "module": "./core/ApiError"
          }
        },
        {
          "kind": "js",
          "name": "CancelablePromise",
          "declaration": {
            "name": "CancelablePromise",
            "module": "./core/CancelablePromise"
          }
        },
        {
          "kind": "js",
          "name": "CancelError",
          "declaration": {
            "name": "CancelError",
            "module": "./core/CancelablePromise"
          }
        },
        {
          "kind": "js",
          "name": "OpenAPI",
          "declaration": {
            "name": "OpenAPI",
            "module": "./core/OpenAPI"
          }
        },
        {
          "kind": "js",
          "name": "OpenAPIConfig",
          "declaration": {
            "name": "OpenAPIConfig",
            "module": "./core/OpenAPI"
          }
        },
        {
          "kind": "js",
          "name": "SearchApiService",
          "declaration": {
            "name": "SearchApiService",
            "module": "./services/SearchApiService"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/shared/medical-documents-api/generated/openapi-upload/index.ts",
      "declarations": [],
      "exports": [
        {
          "kind": "js",
          "name": "ApiError",
          "declaration": {
            "name": "ApiError",
            "module": "./core/ApiError"
          }
        },
        {
          "kind": "js",
          "name": "CancelablePromise",
          "declaration": {
            "name": "CancelablePromise",
            "module": "./core/CancelablePromise"
          }
        },
        {
          "kind": "js",
          "name": "CancelError",
          "declaration": {
            "name": "CancelError",
            "module": "./core/CancelablePromise"
          }
        },
        {
          "kind": "js",
          "name": "OpenAPI",
          "declaration": {
            "name": "OpenAPI",
            "module": "./core/OpenAPI"
          }
        },
        {
          "kind": "js",
          "name": "OpenAPIConfig",
          "declaration": {
            "name": "OpenAPIConfig",
            "module": "./core/OpenAPI"
          }
        },
        {
          "kind": "js",
          "name": "UploadedContent",
          "declaration": {
            "name": "UploadedContent",
            "module": "./models/UploadedContent"
          }
        },
        {
          "kind": "js",
          "name": "UploadResult",
          "declaration": {
            "name": "UploadResult",
            "module": "./models/UploadResult"
          }
        },
        {
          "kind": "js",
          "name": "UploadApiService",
          "declaration": {
            "name": "UploadApiService",
            "module": "./services/UploadApiService"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/shared/medical-documents-api/generated/graphql/fragment-masking.ts",
      "declarations": [
        {
          "kind": "function",
          "name": "useFragment",
          "return": {
            "type": {
              "text": "TType"
            }
          },
          "parameters": [
            {
              "name": "_documentNode",
              "type": {
                "text": "DocumentTypeDecoration<TType, any>"
              }
            },
            {
              "name": "fragmentType",
              "type": {
                "text": "FragmentType<DocumentTypeDecoration<TType, any>>"
              }
            }
          ]
        },
        {
          "kind": "function",
          "name": "useFragment",
          "return": {
            "type": {
              "text": "TType | undefined"
            }
          },
          "parameters": [
            {
              "name": "_documentNode",
              "type": {
                "text": "DocumentTypeDecoration<TType, any>"
              }
            },
            {
              "name": "fragmentType",
              "type": {
                "text": "FragmentType<DocumentTypeDecoration<TType, any>> | undefined"
              }
            }
          ]
        },
        {
          "kind": "function",
          "name": "useFragment",
          "return": {
            "type": {
              "text": "TType | null"
            }
          },
          "parameters": [
            {
              "name": "_documentNode",
              "type": {
                "text": "DocumentTypeDecoration<TType, any>"
              }
            },
            {
              "name": "fragmentType",
              "type": {
                "text": "FragmentType<DocumentTypeDecoration<TType, any>> | null"
              }
            }
          ]
        },
        {
          "kind": "function",
          "name": "useFragment",
          "return": {
            "type": {
              "text": "TType | null | undefined"
            }
          },
          "parameters": [
            {
              "name": "_documentNode",
              "type": {
                "text": "DocumentTypeDecoration<TType, any>"
              }
            },
            {
              "name": "fragmentType",
              "type": {
                "text": "FragmentType<DocumentTypeDecoration<TType, any>> | null | undefined"
              }
            }
          ]
        },
        {
          "kind": "function",
          "name": "useFragment",
          "return": {
            "type": {
              "text": "Array<TType>"
            }
          },
          "parameters": [
            {
              "name": "_documentNode",
              "type": {
                "text": "DocumentTypeDecoration<TType, any>"
              }
            },
            {
              "name": "fragmentType",
              "type": {
                "text": "Array<FragmentType<DocumentTypeDecoration<TType, any>>>"
              }
            }
          ]
        },
        {
          "kind": "function",
          "name": "useFragment",
          "return": {
            "type": {
              "text": "Array<TType> | null | undefined"
            }
          },
          "parameters": [
            {
              "name": "_documentNode",
              "type": {
                "text": "DocumentTypeDecoration<TType, any>"
              }
            },
            {
              "name": "fragmentType",
              "type": {
                "text": "Array<FragmentType<DocumentTypeDecoration<TType, any>>> | null | undefined"
              }
            }
          ]
        },
        {
          "kind": "function",
          "name": "useFragment",
          "return": {
            "type": {
              "text": "ReadonlyArray<TType>"
            }
          },
          "parameters": [
            {
              "name": "_documentNode",
              "type": {
                "text": "DocumentTypeDecoration<TType, any>"
              }
            },
            {
              "name": "fragmentType",
              "type": {
                "text": "ReadonlyArray<FragmentType<DocumentTypeDecoration<TType, any>>>"
              }
            }
          ]
        },
        {
          "kind": "function",
          "name": "useFragment",
          "return": {
            "type": {
              "text": "ReadonlyArray<TType> | null | undefined"
            }
          },
          "parameters": [
            {
              "name": "_documentNode",
              "type": {
                "text": "DocumentTypeDecoration<TType, any>"
              }
            },
            {
              "name": "fragmentType",
              "type": {
                "text": "ReadonlyArray<FragmentType<DocumentTypeDecoration<TType, any>>> | null | undefined"
              }
            }
          ]
        },
        {
          "kind": "function",
          "name": "useFragment",
          "return": {
            "type": {
              "text": "TType | Array<TType> | ReadonlyArray<TType> | null | undefined"
            }
          },
          "parameters": [
            {
              "name": "_documentNode",
              "type": {
                "text": "DocumentTypeDecoration<TType, any>"
              }
            },
            {
              "name": "fragmentType",
              "type": {
                "text": "FragmentType<DocumentTypeDecoration<TType, any>> | Array<FragmentType<DocumentTypeDecoration<TType, any>>> | ReadonlyArray<FragmentType<DocumentTypeDecoration<TType, any>>> | null | undefined"
              }
            }
          ]
        },
        {
          "kind": "function",
          "name": "makeFragmentData",
          "return": {
            "type": {
              "text": "FragmentType<F>"
            }
          },
          "parameters": [
            {
              "name": "data",
              "type": {
                "text": "FT"
              }
            },
            {
              "name": "_fragment",
              "type": {
                "text": "F"
              }
            }
          ]
        },
        {
          "kind": "function",
          "name": "isFragmentReady",
          "return": {
            "type": {
              "text": "data is FragmentType<typeof fragmentNode>"
            }
          },
          "parameters": [
            {
              "name": "queryNode",
              "type": {
                "text": "DocumentTypeDecoration<TQuery, any>"
              }
            },
            {
              "name": "fragmentNode",
              "type": {
                "text": "TypedDocumentNode<TFrag>"
              }
            },
            {
              "name": "data",
              "type": {
                "text": "FragmentType<TypedDocumentNode<Incremental<TFrag>, any>> | null | undefined"
              }
            }
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "useFragment",
          "declaration": {
            "name": "useFragment",
            "module": "src/shared/medical-documents-api/generated/graphql/fragment-masking.ts"
          }
        },
        {
          "kind": "js",
          "name": "useFragment",
          "declaration": {
            "name": "useFragment",
            "module": "src/shared/medical-documents-api/generated/graphql/fragment-masking.ts"
          }
        },
        {
          "kind": "js",
          "name": "useFragment",
          "declaration": {
            "name": "useFragment",
            "module": "src/shared/medical-documents-api/generated/graphql/fragment-masking.ts"
          }
        },
        {
          "kind": "js",
          "name": "useFragment",
          "declaration": {
            "name": "useFragment",
            "module": "src/shared/medical-documents-api/generated/graphql/fragment-masking.ts"
          }
        },
        {
          "kind": "js",
          "name": "useFragment",
          "declaration": {
            "name": "useFragment",
            "module": "src/shared/medical-documents-api/generated/graphql/fragment-masking.ts"
          }
        },
        {
          "kind": "js",
          "name": "useFragment",
          "declaration": {
            "name": "useFragment",
            "module": "src/shared/medical-documents-api/generated/graphql/fragment-masking.ts"
          }
        },
        {
          "kind": "js",
          "name": "useFragment",
          "declaration": {
            "name": "useFragment",
            "module": "src/shared/medical-documents-api/generated/graphql/fragment-masking.ts"
          }
        },
        {
          "kind": "js",
          "name": "useFragment",
          "declaration": {
            "name": "useFragment",
            "module": "src/shared/medical-documents-api/generated/graphql/fragment-masking.ts"
          }
        },
        {
          "kind": "js",
          "name": "useFragment",
          "declaration": {
            "name": "useFragment",
            "module": "src/shared/medical-documents-api/generated/graphql/fragment-masking.ts"
          }
        },
        {
          "kind": "js",
          "name": "makeFragmentData",
          "declaration": {
            "name": "makeFragmentData",
            "module": "src/shared/medical-documents-api/generated/graphql/fragment-masking.ts"
          }
        },
        {
          "kind": "js",
          "name": "isFragmentReady",
          "declaration": {
            "name": "isFragmentReady",
            "module": "src/shared/medical-documents-api/generated/graphql/fragment-masking.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/shared/medical-documents-api/generated/graphql/gql.ts",
      "declarations": [
        {
          "kind": "function",
          "name": "graphql",
          "return": {
            "type": {
              "text": "unknown"
            }
          },
          "parameters": [
            {
              "name": "source",
              "type": {
                "text": "string"
              }
            }
          ],
          "description": "The graphql function is used to parse GraphQL queries into a document that can be used by GraphQL clients."
        },
        {
          "kind": "function",
          "name": "graphql",
          "return": {
            "type": {
              "text": "(typeof documents)[\"mutation createBundle($resources: ResourcesInput!, $type: DocumentType!) {\\n  createBundle(resources: $resources, type: $type) {\\n    ...BundleFragment\\n  }\\n}\\n\\nsubscription createBundleAsync($resources: ResourcesInput!, $type: DocumentType!) {\\n  createBundle(resources: $resources, type: $type) {\\n    ...BundleFragment\\n  }\\n}\\n\\nmutation createDocumentBundle($document: DocumentInput!, $model: Model) {\\n  createDocumentBundle(document: $document, model: $model) {\\n    ...BundleFragment\\n  }\\n}\\n\\nsubscription createDocumentBundleAsync($document: DocumentInput!, $model: Model) {\\n  createDocumentBundle(document: $document, model: $model) {\\n    ...BundleFragment\\n  }\\n}\\n\\nmutation updateBundleResources($bundleId: String!, $resources: ResourcesInput!) {\\n  updateBundleResources(bundleId: $bundleId, resources: $resources) {\\n    ...BundleFragment\\n  }\\n}\\n\\nsubscription updateBundleResourcesAsync($bundleId: String!, $resources: ResourcesInput!) {\\n  updateBundleResources(bundleId: $bundleId, resources: $resources) {\\n    ...BundleFragment\\n  }\\n}\\n\\nquery documentBundle($id: ID!) {\\n  documentBundle(id: $id) {\\n    ...BundleFragment\\n  }\\n}\\n\\nquery findBundles($pageable: PageableInput) {\\n  findBundles(pageable: $pageable) {\\n    totalElements\\n    totalPages\\n    pageable {\\n      page\\n      size\\n    }\\n    size\\n    content {\\n      ...BundleFragment\\n    }\\n    number\\n    sort {\\n      empty\\n      sorted\\n      unsorted\\n    }\\n    first\\n    last\\n    numberOfElements\\n    empty\\n  }\\n}\\n\\nfragment BundleFragment on Bundle {\\n  resourceType\\n  id\\n  identifier {\\n    system\\n    value\\n  }\\n  meta {\\n    versionId\\n  }\\n  timestamp\\n  type\\n  entry {\\n    fullUrl\\n    resource {\\n      ... on Composition {\\n        ...CompositionFragment\\n      }\\n      ... on Provenance {\\n        ...ProvenanceFragment\\n      }\\n      ... on Organization {\\n        ...OrganizationFragment\\n      }\\n      ... on Medication {\\n        ...MedicationFragment\\n      }\\n      ... on MedicationRequest {\\n        ...MedicationRequestFragment\\n      }\\n      ... on Patient {\\n        ...PatientFragment\\n      }\\n      ... on Observation {\\n        ...ObservationFragment\\n      }\\n      ... on Practitioner {\\n        ...PractitionerFragment\\n      }\\n      ... on AdverseEvent {\\n        ...AdverseEventFragment\\n      }\\n      ... on DocumentReference {\\n        resourceType\\n        status\\n        content {\\n          attachment {\\n            contentType\\n            title\\n          }\\n        }\\n      }\\n    }\\n  }\\n}\\n\\nfragment ProvenanceFragment on Provenance {\\n  id\\n  resourceType\\n  recorded\\n  activity {\\n    coding {\\n      system\\n      code\\n    }\\n  }\\n  agent {\\n    who {\\n      reference\\n    }\\n  }\\n  target {\\n    reference\\n  }\\n}\\n\\nfragment OrganizationFragment on Organization {\\n  id\\n  resourceType\\n  organizationName: name\\n  identifier {\\n    system\\n    value\\n  }\\n}\\n\\nfragment CompositionFragment on Composition {\\n  id\\n  author {\\n    reference\\n  }\\n  resourceType\\n  title\\n  status\\n  type {\\n    coding {\\n      code\\n      display\\n      system\\n    }\\n  }\\n  date\\n  section {\\n    entry {\\n      reference\\n    }\\n  }\\n}\\n\\nfragment MedicationFragment on Medication {\\n  id\\n  resourceType\\n  code {\\n    text\\n    coding {\\n      code\\n      display\\n      system\\n    }\\n  }\\n  extension {\\n    url\\n    valueString\\n    extension {\\n      url\\n      valueDecimal\\n      valueInteger\\n      valueCode\\n    }\\n  }\\n}\\n\\nfragment MedicationRequestFragment on MedicationRequest {\\n  id\\n  resourceType\\n  status\\n  intent\\n  patient: subject {\\n    display\\n    reference\\n    type\\n  }\\n  medication {\\n    reference {\\n      reference\\n      type\\n    }\\n  }\\n  dosageInstruction {\\n    patientInstruction\\n    sequence\\n    timing {\\n      code {\\n        coding {\\n          code\\n          display\\n          system\\n        }\\n        text\\n      }\\n      event\\n      repeat {\\n        boundsDuration {\\n          code\\n          system\\n          unit\\n          value\\n        }\\n        boundsPeriod {\\n          end\\n          start\\n        }\\n        dayOfWeek\\n        extension {\\n          url\\n          valueString\\n        }\\n        frequency\\n        frequencyMax\\n        period\\n        periodMax\\n        periodUnit\\n        count\\n        countMax\\n        timeOfDay\\n        when\\n        offset\\n      }\\n    }\\n    doseAndRate {\\n      doseQuantity {\\n        code\\n        system\\n        unit\\n        value\\n      }\\n      type {\\n        coding {\\n          code\\n          display\\n          system\\n        }\\n        text\\n      }\\n    }\\n    asNeeded\\n    asNeededFor {\\n      text\\n    }\\n    maxDosePerPeriod {\\n      numerator {\\n        code\\n        system\\n        unit\\n        value\\n      }\\n      denominator {\\n        code\\n        system\\n        unit\\n        value\\n      }\\n    }\\n    route {\\n      text\\n      coding {\\n        code\\n        display\\n        system\\n      }\\n    }\\n  }\\n  reason {\\n    concept {\\n      text\\n    }\\n  }\\n}\\n\\nfragment PatientFragment on Patient {\\n  id\\n  gender\\n  birthDate\\n  resourceType\\n}\\n\\nfragment ObservationFragment on Observation {\\n  id\\n  code {\\n    text\\n    coding {\\n      code\\n      display\\n      system\\n    }\\n  }\\n  category {\\n    text\\n    coding {\\n      code\\n      display\\n      system\\n    }\\n  }\\n  status\\n  subject {\\n    reference\\n    type\\n  }\\n  valueQuantity {\\n    value\\n    unit\\n    code\\n    system\\n  }\\n  effectiveDateTime\\n  resourceType\\n}\\n\\nfragment PractitionerFragment on Practitioner {\\n  id\\n  resourceType\\n  identifier {\\n    use\\n    value\\n    system\\n    type {\\n      coding {\\n        code\\n        system\\n      }\\n    }\\n  }\\n  name {\\n    family\\n    given\\n  }\\n}\\n\\nfragment AdverseEventFragment on AdverseEvent {\\n  id\\n  resourceType\\n  status\\n  code {\\n    text\\n  }\\n  actuality\\n  note {\\n    text\\n  }\\n  subject {\\n    reference\\n    type\\n  }\\n  suspectEntity {\\n    instanceReference {\\n      reference\\n      type\\n    }\\n  }\\n}\"]"
            }
          },
          "parameters": [
            {
              "name": "source",
              "type": {
                "text": "\"mutation createBundle($resources: ResourcesInput!, $type: DocumentType!) {\\n  createBundle(resources: $resources, type: $type) {\\n    ...BundleFragment\\n  }\\n}\\n\\nsubscription createBundleAsync($resources: ResourcesInput!, $type: DocumentType!) {\\n  createBundle(resources: $resources, type: $type) {\\n    ...BundleFragment\\n  }\\n}\\n\\nmutation createDocumentBundle($document: DocumentInput!, $model: Model) {\\n  createDocumentBundle(document: $document, model: $model) {\\n    ...BundleFragment\\n  }\\n}\\n\\nsubscription createDocumentBundleAsync($document: DocumentInput!, $model: Model) {\\n  createDocumentBundle(document: $document, model: $model) {\\n    ...BundleFragment\\n  }\\n}\\n\\nmutation updateBundleResources($bundleId: String!, $resources: ResourcesInput!) {\\n  updateBundleResources(bundleId: $bundleId, resources: $resources) {\\n    ...BundleFragment\\n  }\\n}\\n\\nsubscription updateBundleResourcesAsync($bundleId: String!, $resources: ResourcesInput!) {\\n  updateBundleResources(bundleId: $bundleId, resources: $resources) {\\n    ...BundleFragment\\n  }\\n}\\n\\nquery documentBundle($id: ID!) {\\n  documentBundle(id: $id) {\\n    ...BundleFragment\\n  }\\n}\\n\\nquery findBundles($pageable: PageableInput) {\\n  findBundles(pageable: $pageable) {\\n    totalElements\\n    totalPages\\n    pageable {\\n      page\\n      size\\n    }\\n    size\\n    content {\\n      ...BundleFragment\\n    }\\n    number\\n    sort {\\n      empty\\n      sorted\\n      unsorted\\n    }\\n    first\\n    last\\n    numberOfElements\\n    empty\\n  }\\n}\\n\\nfragment BundleFragment on Bundle {\\n  resourceType\\n  id\\n  identifier {\\n    system\\n    value\\n  }\\n  meta {\\n    versionId\\n  }\\n  timestamp\\n  type\\n  entry {\\n    fullUrl\\n    resource {\\n      ... on Composition {\\n        ...CompositionFragment\\n      }\\n      ... on Provenance {\\n        ...ProvenanceFragment\\n      }\\n      ... on Organization {\\n        ...OrganizationFragment\\n      }\\n      ... on Medication {\\n        ...MedicationFragment\\n      }\\n      ... on MedicationRequest {\\n        ...MedicationRequestFragment\\n      }\\n      ... on Patient {\\n        ...PatientFragment\\n      }\\n      ... on Observation {\\n        ...ObservationFragment\\n      }\\n      ... on Practitioner {\\n        ...PractitionerFragment\\n      }\\n      ... on AdverseEvent {\\n        ...AdverseEventFragment\\n      }\\n      ... on DocumentReference {\\n        resourceType\\n        status\\n        content {\\n          attachment {\\n            contentType\\n            title\\n          }\\n        }\\n      }\\n    }\\n  }\\n}\\n\\nfragment ProvenanceFragment on Provenance {\\n  id\\n  resourceType\\n  recorded\\n  activity {\\n    coding {\\n      system\\n      code\\n    }\\n  }\\n  agent {\\n    who {\\n      reference\\n    }\\n  }\\n  target {\\n    reference\\n  }\\n}\\n\\nfragment OrganizationFragment on Organization {\\n  id\\n  resourceType\\n  organizationName: name\\n  identifier {\\n    system\\n    value\\n  }\\n}\\n\\nfragment CompositionFragment on Composition {\\n  id\\n  author {\\n    reference\\n  }\\n  resourceType\\n  title\\n  status\\n  type {\\n    coding {\\n      code\\n      display\\n      system\\n    }\\n  }\\n  date\\n  section {\\n    entry {\\n      reference\\n    }\\n  }\\n}\\n\\nfragment MedicationFragment on Medication {\\n  id\\n  resourceType\\n  code {\\n    text\\n    coding {\\n      code\\n      display\\n      system\\n    }\\n  }\\n  extension {\\n    url\\n    valueString\\n    extension {\\n      url\\n      valueDecimal\\n      valueInteger\\n      valueCode\\n    }\\n  }\\n}\\n\\nfragment MedicationRequestFragment on MedicationRequest {\\n  id\\n  resourceType\\n  status\\n  intent\\n  patient: subject {\\n    display\\n    reference\\n    type\\n  }\\n  medication {\\n    reference {\\n      reference\\n      type\\n    }\\n  }\\n  dosageInstruction {\\n    patientInstruction\\n    sequence\\n    timing {\\n      code {\\n        coding {\\n          code\\n          display\\n          system\\n        }\\n        text\\n      }\\n      event\\n      repeat {\\n        boundsDuration {\\n          code\\n          system\\n          unit\\n          value\\n        }\\n        boundsPeriod {\\n          end\\n          start\\n        }\\n        dayOfWeek\\n        extension {\\n          url\\n          valueString\\n        }\\n        frequency\\n        frequencyMax\\n        period\\n        periodMax\\n        periodUnit\\n        count\\n        countMax\\n        timeOfDay\\n        when\\n        offset\\n      }\\n    }\\n    doseAndRate {\\n      doseQuantity {\\n        code\\n        system\\n        unit\\n        value\\n      }\\n      type {\\n        coding {\\n          code\\n          display\\n          system\\n        }\\n        text\\n      }\\n    }\\n    asNeeded\\n    asNeededFor {\\n      text\\n    }\\n    maxDosePerPeriod {\\n      numerator {\\n        code\\n        system\\n        unit\\n        value\\n      }\\n      denominator {\\n        code\\n        system\\n        unit\\n        value\\n      }\\n    }\\n    route {\\n      text\\n      coding {\\n        code\\n        display\\n        system\\n      }\\n    }\\n  }\\n  reason {\\n    concept {\\n      text\\n    }\\n  }\\n}\\n\\nfragment PatientFragment on Patient {\\n  id\\n  gender\\n  birthDate\\n  resourceType\\n}\\n\\nfragment ObservationFragment on Observation {\\n  id\\n  code {\\n    text\\n    coding {\\n      code\\n      display\\n      system\\n    }\\n  }\\n  category {\\n    text\\n    coding {\\n      code\\n      display\\n      system\\n    }\\n  }\\n  status\\n  subject {\\n    reference\\n    type\\n  }\\n  valueQuantity {\\n    value\\n    unit\\n    code\\n    system\\n  }\\n  effectiveDateTime\\n  resourceType\\n}\\n\\nfragment PractitionerFragment on Practitioner {\\n  id\\n  resourceType\\n  identifier {\\n    use\\n    value\\n    system\\n    type {\\n      coding {\\n        code\\n        system\\n      }\\n    }\\n  }\\n  name {\\n    family\\n    given\\n  }\\n}\\n\\nfragment AdverseEventFragment on AdverseEvent {\\n  id\\n  resourceType\\n  status\\n  code {\\n    text\\n  }\\n  actuality\\n  note {\\n    text\\n  }\\n  subject {\\n    reference\\n    type\\n  }\\n  suspectEntity {\\n    instanceReference {\\n      reference\\n      type\\n    }\\n  }\\n}\""
              }
            }
          ],
          "description": "The graphql function is used to parse GraphQL queries into a document that can be used by GraphQL clients."
        },
        {
          "kind": "function",
          "name": "graphql",
          "parameters": [
            {
              "name": "source",
              "type": {
                "text": "string"
              }
            }
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "graphql",
          "declaration": {
            "name": "graphql",
            "module": "src/shared/medical-documents-api/generated/graphql/gql.ts"
          }
        },
        {
          "kind": "js",
          "name": "graphql",
          "declaration": {
            "name": "graphql",
            "module": "src/shared/medical-documents-api/generated/graphql/gql.ts"
          }
        },
        {
          "kind": "js",
          "name": "graphql",
          "declaration": {
            "name": "graphql",
            "module": "src/shared/medical-documents-api/generated/graphql/gql.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/shared/medical-documents-api/generated/graphql/graphql.ts",
      "declarations": [
        {
          "kind": "variable",
          "name": "CompositionFragmentFragmentDoc",
          "default": "{\"kind\":\"Document\",\"definitions\":[{\"kind\":\"FragmentDefinition\",\"name\":{\"kind\":\"Name\",\"value\":\"CompositionFragment\"},\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Composition\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"author\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"reference\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resourceType\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"title\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"status\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"type\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"coding\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"display\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"date\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"section\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"entry\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"reference\"}}]}}]}}]}}]} as unknown"
        },
        {
          "kind": "variable",
          "name": "ProvenanceFragmentFragmentDoc",
          "default": "{\"kind\":\"Document\",\"definitions\":[{\"kind\":\"FragmentDefinition\",\"name\":{\"kind\":\"Name\",\"value\":\"ProvenanceFragment\"},\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Provenance\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resourceType\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"recorded\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"activity\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"coding\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"agent\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"who\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"reference\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"target\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"reference\"}}]}}]}}]} as unknown"
        },
        {
          "kind": "variable",
          "name": "OrganizationFragmentFragmentDoc",
          "default": "{\"kind\":\"Document\",\"definitions\":[{\"kind\":\"FragmentDefinition\",\"name\":{\"kind\":\"Name\",\"value\":\"OrganizationFragment\"},\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Organization\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resourceType\"}},{\"kind\":\"Field\",\"alias\":{\"kind\":\"Name\",\"value\":\"organizationName\"},\"name\":{\"kind\":\"Name\",\"value\":\"name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"identifier\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"value\"}}]}}]}}]} as unknown"
        },
        {
          "kind": "variable",
          "name": "MedicationFragmentFragmentDoc",
          "default": "{\"kind\":\"Document\",\"definitions\":[{\"kind\":\"FragmentDefinition\",\"name\":{\"kind\":\"Name\",\"value\":\"MedicationFragment\"},\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Medication\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resourceType\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"text\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"coding\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"display\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"extension\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"url\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"valueString\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"extension\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"url\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"valueDecimal\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"valueInteger\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"valueCode\"}}]}}]}}]}}]} as unknown"
        },
        {
          "kind": "variable",
          "name": "MedicationRequestFragmentFragmentDoc",
          "default": "{\"kind\":\"Document\",\"definitions\":[{\"kind\":\"FragmentDefinition\",\"name\":{\"kind\":\"Name\",\"value\":\"MedicationRequestFragment\"},\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"MedicationRequest\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resourceType\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"status\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"intent\"}},{\"kind\":\"Field\",\"alias\":{\"kind\":\"Name\",\"value\":\"patient\"},\"name\":{\"kind\":\"Name\",\"value\":\"subject\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"display\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"reference\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"type\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"medication\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"reference\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"reference\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"type\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"dosageInstruction\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"patientInstruction\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"sequence\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"timing\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"coding\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"display\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"text\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"event\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"repeat\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"boundsDuration\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"unit\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"value\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"boundsPeriod\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"end\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"start\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"dayOfWeek\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"extension\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"url\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"valueString\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"frequency\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"frequencyMax\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"period\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"periodMax\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"periodUnit\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"count\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"countMax\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"timeOfDay\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"when\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"offset\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"doseAndRate\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"doseQuantity\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"unit\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"value\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"type\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"coding\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"display\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"text\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"asNeeded\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"asNeededFor\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"text\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"maxDosePerPeriod\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"numerator\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"unit\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"value\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"denominator\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"unit\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"value\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"route\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"text\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"coding\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"display\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}}]}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"reason\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"concept\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"text\"}}]}}]}}]}}]} as unknown"
        },
        {
          "kind": "variable",
          "name": "PatientFragmentFragmentDoc",
          "default": "{\"kind\":\"Document\",\"definitions\":[{\"kind\":\"FragmentDefinition\",\"name\":{\"kind\":\"Name\",\"value\":\"PatientFragment\"},\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Patient\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"gender\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"birthDate\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resourceType\"}}]}}]} as unknown"
        },
        {
          "kind": "variable",
          "name": "ObservationFragmentFragmentDoc",
          "default": "{\"kind\":\"Document\",\"definitions\":[{\"kind\":\"FragmentDefinition\",\"name\":{\"kind\":\"Name\",\"value\":\"ObservationFragment\"},\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Observation\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"text\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"coding\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"display\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"category\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"text\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"coding\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"display\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"status\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"subject\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"reference\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"type\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"valueQuantity\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"value\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"unit\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"effectiveDateTime\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resourceType\"}}]}}]} as unknown"
        },
        {
          "kind": "variable",
          "name": "PractitionerFragmentFragmentDoc",
          "default": "{\"kind\":\"Document\",\"definitions\":[{\"kind\":\"FragmentDefinition\",\"name\":{\"kind\":\"Name\",\"value\":\"PractitionerFragment\"},\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Practitioner\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resourceType\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"identifier\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"use\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"value\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"type\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"coding\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}}]}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"family\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"given\"}}]}}]}}]} as unknown"
        },
        {
          "kind": "variable",
          "name": "AdverseEventFragmentFragmentDoc",
          "default": "{\"kind\":\"Document\",\"definitions\":[{\"kind\":\"FragmentDefinition\",\"name\":{\"kind\":\"Name\",\"value\":\"AdverseEventFragment\"},\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"AdverseEvent\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resourceType\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"status\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"text\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"actuality\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"note\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"text\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"subject\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"reference\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"type\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"suspectEntity\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"instanceReference\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"reference\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"type\"}}]}}]}}]}}]} as unknown"
        },
        {
          "kind": "variable",
          "name": "BundleFragmentFragmentDoc",
          "default": "{\"kind\":\"Document\",\"definitions\":[{\"kind\":\"FragmentDefinition\",\"name\":{\"kind\":\"Name\",\"value\":\"BundleFragment\"},\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Bundle\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resourceType\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"identifier\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"value\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"meta\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"versionId\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"timestamp\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"type\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"entry\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"fullUrl\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resource\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"InlineFragment\",\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Composition\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"FragmentSpread\",\"name\":{\"kind\":\"Name\",\"value\":\"CompositionFragment\"}}]}},{\"kind\":\"InlineFragment\",\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Provenance\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"FragmentSpread\",\"name\":{\"kind\":\"Name\",\"value\":\"ProvenanceFragment\"}}]}},{\"kind\":\"InlineFragment\",\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Organization\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"FragmentSpread\",\"name\":{\"kind\":\"Name\",\"value\":\"OrganizationFragment\"}}]}},{\"kind\":\"InlineFragment\",\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Medication\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"FragmentSpread\",\"name\":{\"kind\":\"Name\",\"value\":\"MedicationFragment\"}}]}},{\"kind\":\"InlineFragment\",\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"MedicationRequest\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"FragmentSpread\",\"name\":{\"kind\":\"Name\",\"value\":\"MedicationRequestFragment\"}}]}},{\"kind\":\"InlineFragment\",\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Patient\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"FragmentSpread\",\"name\":{\"kind\":\"Name\",\"value\":\"PatientFragment\"}}]}},{\"kind\":\"InlineFragment\",\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Observation\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"FragmentSpread\",\"name\":{\"kind\":\"Name\",\"value\":\"ObservationFragment\"}}]}},{\"kind\":\"InlineFragment\",\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Practitioner\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"FragmentSpread\",\"name\":{\"kind\":\"Name\",\"value\":\"PractitionerFragment\"}}]}},{\"kind\":\"InlineFragment\",\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"AdverseEvent\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"FragmentSpread\",\"name\":{\"kind\":\"Name\",\"value\":\"AdverseEventFragment\"}}]}},{\"kind\":\"InlineFragment\",\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"DocumentReference\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resourceType\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"status\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"content\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"attachment\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"contentType\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"title\"}}]}}]}}]}}]}}]}}]}},{\"kind\":\"FragmentDefinition\",\"name\":{\"kind\":\"Name\",\"value\":\"CompositionFragment\"},\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Composition\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"author\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"reference\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resourceType\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"title\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"status\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"type\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"coding\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"display\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"date\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"section\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"entry\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"reference\"}}]}}]}}]}},{\"kind\":\"FragmentDefinition\",\"name\":{\"kind\":\"Name\",\"value\":\"ProvenanceFragment\"},\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Provenance\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resourceType\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"recorded\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"activity\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"coding\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"agent\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"who\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"reference\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"target\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"reference\"}}]}}]}},{\"kind\":\"FragmentDefinition\",\"name\":{\"kind\":\"Name\",\"value\":\"OrganizationFragment\"},\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Organization\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resourceType\"}},{\"kind\":\"Field\",\"alias\":{\"kind\":\"Name\",\"value\":\"organizationName\"},\"name\":{\"kind\":\"Name\",\"value\":\"name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"identifier\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"value\"}}]}}]}},{\"kind\":\"FragmentDefinition\",\"name\":{\"kind\":\"Name\",\"value\":\"MedicationFragment\"},\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Medication\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resourceType\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"text\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"coding\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"display\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"extension\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"url\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"valueString\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"extension\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"url\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"valueDecimal\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"valueInteger\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"valueCode\"}}]}}]}}]}},{\"kind\":\"FragmentDefinition\",\"name\":{\"kind\":\"Name\",\"value\":\"MedicationRequestFragment\"},\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"MedicationRequest\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resourceType\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"status\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"intent\"}},{\"kind\":\"Field\",\"alias\":{\"kind\":\"Name\",\"value\":\"patient\"},\"name\":{\"kind\":\"Name\",\"value\":\"subject\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"display\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"reference\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"type\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"medication\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"reference\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"reference\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"type\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"dosageInstruction\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"patientInstruction\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"sequence\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"timing\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"coding\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"display\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"text\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"event\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"repeat\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"boundsDuration\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"unit\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"value\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"boundsPeriod\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"end\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"start\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"dayOfWeek\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"extension\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"url\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"valueString\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"frequency\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"frequencyMax\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"period\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"periodMax\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"periodUnit\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"count\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"countMax\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"timeOfDay\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"when\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"offset\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"doseAndRate\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"doseQuantity\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"unit\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"value\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"type\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"coding\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"display\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"text\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"asNeeded\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"asNeededFor\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"text\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"maxDosePerPeriod\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"numerator\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"unit\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"value\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"denominator\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"unit\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"value\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"route\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"text\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"coding\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"display\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}}]}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"reason\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"concept\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"text\"}}]}}]}}]}},{\"kind\":\"FragmentDefinition\",\"name\":{\"kind\":\"Name\",\"value\":\"PatientFragment\"},\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Patient\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"gender\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"birthDate\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resourceType\"}}]}},{\"kind\":\"FragmentDefinition\",\"name\":{\"kind\":\"Name\",\"value\":\"ObservationFragment\"},\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Observation\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"text\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"coding\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"display\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"category\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"text\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"coding\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"display\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"status\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"subject\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"reference\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"type\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"valueQuantity\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"value\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"unit\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"effectiveDateTime\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resourceType\"}}]}},{\"kind\":\"FragmentDefinition\",\"name\":{\"kind\":\"Name\",\"value\":\"PractitionerFragment\"},\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Practitioner\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resourceType\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"identifier\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"use\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"value\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"type\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"coding\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}}]}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"family\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"given\"}}]}}]}},{\"kind\":\"FragmentDefinition\",\"name\":{\"kind\":\"Name\",\"value\":\"AdverseEventFragment\"},\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"AdverseEvent\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resourceType\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"status\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"text\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"actuality\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"note\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"text\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"subject\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"reference\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"type\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"suspectEntity\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"instanceReference\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"reference\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"type\"}}]}}]}}]}}]} as unknown"
        },
        {
          "kind": "variable",
          "name": "CreateBundleDocument",
          "default": "{\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"mutation\",\"name\":{\"kind\":\"Name\",\"value\":\"createBundle\"},\"variableDefinitions\":[{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"resources\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"ResourcesInput\"}}}},{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"type\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"DocumentType\"}}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"createBundle\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"resources\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"resources\"}}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"type\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"type\"}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"FragmentSpread\",\"name\":{\"kind\":\"Name\",\"value\":\"BundleFragment\"}}]}}]}},{\"kind\":\"FragmentDefinition\",\"name\":{\"kind\":\"Name\",\"value\":\"CompositionFragment\"},\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Composition\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"author\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"reference\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resourceType\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"title\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"status\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"type\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"coding\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"display\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"date\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"section\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"entry\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"reference\"}}]}}]}}]}},{\"kind\":\"FragmentDefinition\",\"name\":{\"kind\":\"Name\",\"value\":\"ProvenanceFragment\"},\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Provenance\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resourceType\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"recorded\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"activity\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"coding\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"agent\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"who\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"reference\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"target\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"reference\"}}]}}]}},{\"kind\":\"FragmentDefinition\",\"name\":{\"kind\":\"Name\",\"value\":\"OrganizationFragment\"},\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Organization\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resourceType\"}},{\"kind\":\"Field\",\"alias\":{\"kind\":\"Name\",\"value\":\"organizationName\"},\"name\":{\"kind\":\"Name\",\"value\":\"name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"identifier\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"value\"}}]}}]}},{\"kind\":\"FragmentDefinition\",\"name\":{\"kind\":\"Name\",\"value\":\"MedicationFragment\"},\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Medication\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resourceType\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"text\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"coding\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"display\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"extension\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"url\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"valueString\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"extension\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"url\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"valueDecimal\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"valueInteger\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"valueCode\"}}]}}]}}]}},{\"kind\":\"FragmentDefinition\",\"name\":{\"kind\":\"Name\",\"value\":\"MedicationRequestFragment\"},\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"MedicationRequest\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resourceType\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"status\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"intent\"}},{\"kind\":\"Field\",\"alias\":{\"kind\":\"Name\",\"value\":\"patient\"},\"name\":{\"kind\":\"Name\",\"value\":\"subject\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"display\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"reference\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"type\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"medication\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"reference\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"reference\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"type\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"dosageInstruction\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"patientInstruction\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"sequence\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"timing\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"coding\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"display\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"text\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"event\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"repeat\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"boundsDuration\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"unit\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"value\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"boundsPeriod\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"end\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"start\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"dayOfWeek\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"extension\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"url\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"valueString\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"frequency\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"frequencyMax\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"period\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"periodMax\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"periodUnit\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"count\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"countMax\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"timeOfDay\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"when\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"offset\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"doseAndRate\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"doseQuantity\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"unit\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"value\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"type\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"coding\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"display\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"text\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"asNeeded\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"asNeededFor\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"text\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"maxDosePerPeriod\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"numerator\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"unit\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"value\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"denominator\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"unit\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"value\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"route\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"text\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"coding\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"display\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}}]}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"reason\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"concept\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"text\"}}]}}]}}]}},{\"kind\":\"FragmentDefinition\",\"name\":{\"kind\":\"Name\",\"value\":\"PatientFragment\"},\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Patient\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"gender\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"birthDate\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resourceType\"}}]}},{\"kind\":\"FragmentDefinition\",\"name\":{\"kind\":\"Name\",\"value\":\"ObservationFragment\"},\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Observation\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"text\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"coding\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"display\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"category\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"text\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"coding\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"display\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"status\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"subject\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"reference\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"type\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"valueQuantity\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"value\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"unit\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"effectiveDateTime\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resourceType\"}}]}},{\"kind\":\"FragmentDefinition\",\"name\":{\"kind\":\"Name\",\"value\":\"PractitionerFragment\"},\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Practitioner\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resourceType\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"identifier\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"use\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"value\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"type\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"coding\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}}]}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"family\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"given\"}}]}}]}},{\"kind\":\"FragmentDefinition\",\"name\":{\"kind\":\"Name\",\"value\":\"AdverseEventFragment\"},\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"AdverseEvent\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resourceType\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"status\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"text\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"actuality\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"note\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"text\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"subject\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"reference\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"type\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"suspectEntity\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"instanceReference\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"reference\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"type\"}}]}}]}}]}},{\"kind\":\"FragmentDefinition\",\"name\":{\"kind\":\"Name\",\"value\":\"BundleFragment\"},\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Bundle\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resourceType\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"identifier\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"value\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"meta\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"versionId\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"timestamp\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"type\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"entry\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"fullUrl\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resource\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"InlineFragment\",\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Composition\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"FragmentSpread\",\"name\":{\"kind\":\"Name\",\"value\":\"CompositionFragment\"}}]}},{\"kind\":\"InlineFragment\",\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Provenance\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"FragmentSpread\",\"name\":{\"kind\":\"Name\",\"value\":\"ProvenanceFragment\"}}]}},{\"kind\":\"InlineFragment\",\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Organization\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"FragmentSpread\",\"name\":{\"kind\":\"Name\",\"value\":\"OrganizationFragment\"}}]}},{\"kind\":\"InlineFragment\",\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Medication\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"FragmentSpread\",\"name\":{\"kind\":\"Name\",\"value\":\"MedicationFragment\"}}]}},{\"kind\":\"InlineFragment\",\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"MedicationRequest\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"FragmentSpread\",\"name\":{\"kind\":\"Name\",\"value\":\"MedicationRequestFragment\"}}]}},{\"kind\":\"InlineFragment\",\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Patient\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"FragmentSpread\",\"name\":{\"kind\":\"Name\",\"value\":\"PatientFragment\"}}]}},{\"kind\":\"InlineFragment\",\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Observation\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"FragmentSpread\",\"name\":{\"kind\":\"Name\",\"value\":\"ObservationFragment\"}}]}},{\"kind\":\"InlineFragment\",\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Practitioner\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"FragmentSpread\",\"name\":{\"kind\":\"Name\",\"value\":\"PractitionerFragment\"}}]}},{\"kind\":\"InlineFragment\",\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"AdverseEvent\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"FragmentSpread\",\"name\":{\"kind\":\"Name\",\"value\":\"AdverseEventFragment\"}}]}},{\"kind\":\"InlineFragment\",\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"DocumentReference\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resourceType\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"status\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"content\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"attachment\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"contentType\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"title\"}}]}}]}}]}}]}}]}}]}}]} as unknown"
        },
        {
          "kind": "variable",
          "name": "CreateBundleAsyncDocument",
          "default": "{\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"subscription\",\"name\":{\"kind\":\"Name\",\"value\":\"createBundleAsync\"},\"variableDefinitions\":[{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"resources\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"ResourcesInput\"}}}},{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"type\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"DocumentType\"}}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"createBundle\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"resources\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"resources\"}}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"type\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"type\"}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"FragmentSpread\",\"name\":{\"kind\":\"Name\",\"value\":\"BundleFragment\"}}]}}]}},{\"kind\":\"FragmentDefinition\",\"name\":{\"kind\":\"Name\",\"value\":\"CompositionFragment\"},\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Composition\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"author\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"reference\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resourceType\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"title\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"status\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"type\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"coding\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"display\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"date\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"section\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"entry\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"reference\"}}]}}]}}]}},{\"kind\":\"FragmentDefinition\",\"name\":{\"kind\":\"Name\",\"value\":\"ProvenanceFragment\"},\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Provenance\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resourceType\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"recorded\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"activity\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"coding\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"agent\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"who\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"reference\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"target\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"reference\"}}]}}]}},{\"kind\":\"FragmentDefinition\",\"name\":{\"kind\":\"Name\",\"value\":\"OrganizationFragment\"},\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Organization\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resourceType\"}},{\"kind\":\"Field\",\"alias\":{\"kind\":\"Name\",\"value\":\"organizationName\"},\"name\":{\"kind\":\"Name\",\"value\":\"name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"identifier\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"value\"}}]}}]}},{\"kind\":\"FragmentDefinition\",\"name\":{\"kind\":\"Name\",\"value\":\"MedicationFragment\"},\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Medication\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resourceType\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"text\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"coding\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"display\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"extension\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"url\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"valueString\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"extension\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"url\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"valueDecimal\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"valueInteger\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"valueCode\"}}]}}]}}]}},{\"kind\":\"FragmentDefinition\",\"name\":{\"kind\":\"Name\",\"value\":\"MedicationRequestFragment\"},\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"MedicationRequest\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resourceType\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"status\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"intent\"}},{\"kind\":\"Field\",\"alias\":{\"kind\":\"Name\",\"value\":\"patient\"},\"name\":{\"kind\":\"Name\",\"value\":\"subject\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"display\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"reference\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"type\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"medication\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"reference\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"reference\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"type\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"dosageInstruction\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"patientInstruction\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"sequence\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"timing\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"coding\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"display\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"text\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"event\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"repeat\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"boundsDuration\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"unit\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"value\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"boundsPeriod\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"end\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"start\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"dayOfWeek\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"extension\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"url\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"valueString\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"frequency\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"frequencyMax\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"period\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"periodMax\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"periodUnit\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"count\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"countMax\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"timeOfDay\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"when\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"offset\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"doseAndRate\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"doseQuantity\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"unit\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"value\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"type\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"coding\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"display\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"text\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"asNeeded\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"asNeededFor\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"text\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"maxDosePerPeriod\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"numerator\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"unit\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"value\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"denominator\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"unit\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"value\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"route\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"text\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"coding\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"display\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}}]}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"reason\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"concept\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"text\"}}]}}]}}]}},{\"kind\":\"FragmentDefinition\",\"name\":{\"kind\":\"Name\",\"value\":\"PatientFragment\"},\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Patient\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"gender\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"birthDate\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resourceType\"}}]}},{\"kind\":\"FragmentDefinition\",\"name\":{\"kind\":\"Name\",\"value\":\"ObservationFragment\"},\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Observation\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"text\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"coding\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"display\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"category\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"text\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"coding\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"display\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"status\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"subject\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"reference\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"type\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"valueQuantity\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"value\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"unit\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"effectiveDateTime\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resourceType\"}}]}},{\"kind\":\"FragmentDefinition\",\"name\":{\"kind\":\"Name\",\"value\":\"PractitionerFragment\"},\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Practitioner\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resourceType\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"identifier\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"use\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"value\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"type\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"coding\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}}]}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"family\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"given\"}}]}}]}},{\"kind\":\"FragmentDefinition\",\"name\":{\"kind\":\"Name\",\"value\":\"AdverseEventFragment\"},\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"AdverseEvent\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resourceType\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"status\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"text\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"actuality\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"note\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"text\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"subject\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"reference\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"type\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"suspectEntity\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"instanceReference\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"reference\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"type\"}}]}}]}}]}},{\"kind\":\"FragmentDefinition\",\"name\":{\"kind\":\"Name\",\"value\":\"BundleFragment\"},\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Bundle\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resourceType\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"identifier\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"value\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"meta\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"versionId\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"timestamp\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"type\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"entry\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"fullUrl\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resource\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"InlineFragment\",\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Composition\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"FragmentSpread\",\"name\":{\"kind\":\"Name\",\"value\":\"CompositionFragment\"}}]}},{\"kind\":\"InlineFragment\",\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Provenance\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"FragmentSpread\",\"name\":{\"kind\":\"Name\",\"value\":\"ProvenanceFragment\"}}]}},{\"kind\":\"InlineFragment\",\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Organization\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"FragmentSpread\",\"name\":{\"kind\":\"Name\",\"value\":\"OrganizationFragment\"}}]}},{\"kind\":\"InlineFragment\",\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Medication\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"FragmentSpread\",\"name\":{\"kind\":\"Name\",\"value\":\"MedicationFragment\"}}]}},{\"kind\":\"InlineFragment\",\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"MedicationRequest\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"FragmentSpread\",\"name\":{\"kind\":\"Name\",\"value\":\"MedicationRequestFragment\"}}]}},{\"kind\":\"InlineFragment\",\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Patient\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"FragmentSpread\",\"name\":{\"kind\":\"Name\",\"value\":\"PatientFragment\"}}]}},{\"kind\":\"InlineFragment\",\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Observation\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"FragmentSpread\",\"name\":{\"kind\":\"Name\",\"value\":\"ObservationFragment\"}}]}},{\"kind\":\"InlineFragment\",\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Practitioner\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"FragmentSpread\",\"name\":{\"kind\":\"Name\",\"value\":\"PractitionerFragment\"}}]}},{\"kind\":\"InlineFragment\",\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"AdverseEvent\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"FragmentSpread\",\"name\":{\"kind\":\"Name\",\"value\":\"AdverseEventFragment\"}}]}},{\"kind\":\"InlineFragment\",\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"DocumentReference\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resourceType\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"status\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"content\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"attachment\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"contentType\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"title\"}}]}}]}}]}}]}}]}}]}}]} as unknown"
        },
        {
          "kind": "variable",
          "name": "CreateDocumentBundleDocument",
          "default": "{\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"mutation\",\"name\":{\"kind\":\"Name\",\"value\":\"createDocumentBundle\"},\"variableDefinitions\":[{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"document\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"DocumentInput\"}}}},{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"model\"}},\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Model\"}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"createDocumentBundle\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"document\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"document\"}}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"model\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"model\"}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"FragmentSpread\",\"name\":{\"kind\":\"Name\",\"value\":\"BundleFragment\"}}]}}]}},{\"kind\":\"FragmentDefinition\",\"name\":{\"kind\":\"Name\",\"value\":\"CompositionFragment\"},\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Composition\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"author\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"reference\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resourceType\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"title\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"status\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"type\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"coding\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"display\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"date\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"section\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"entry\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"reference\"}}]}}]}}]}},{\"kind\":\"FragmentDefinition\",\"name\":{\"kind\":\"Name\",\"value\":\"ProvenanceFragment\"},\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Provenance\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resourceType\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"recorded\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"activity\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"coding\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"agent\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"who\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"reference\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"target\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"reference\"}}]}}]}},{\"kind\":\"FragmentDefinition\",\"name\":{\"kind\":\"Name\",\"value\":\"OrganizationFragment\"},\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Organization\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resourceType\"}},{\"kind\":\"Field\",\"alias\":{\"kind\":\"Name\",\"value\":\"organizationName\"},\"name\":{\"kind\":\"Name\",\"value\":\"name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"identifier\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"value\"}}]}}]}},{\"kind\":\"FragmentDefinition\",\"name\":{\"kind\":\"Name\",\"value\":\"MedicationFragment\"},\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Medication\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resourceType\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"text\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"coding\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"display\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"extension\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"url\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"valueString\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"extension\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"url\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"valueDecimal\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"valueInteger\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"valueCode\"}}]}}]}}]}},{\"kind\":\"FragmentDefinition\",\"name\":{\"kind\":\"Name\",\"value\":\"MedicationRequestFragment\"},\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"MedicationRequest\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resourceType\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"status\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"intent\"}},{\"kind\":\"Field\",\"alias\":{\"kind\":\"Name\",\"value\":\"patient\"},\"name\":{\"kind\":\"Name\",\"value\":\"subject\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"display\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"reference\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"type\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"medication\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"reference\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"reference\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"type\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"dosageInstruction\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"patientInstruction\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"sequence\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"timing\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"coding\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"display\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"text\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"event\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"repeat\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"boundsDuration\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"unit\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"value\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"boundsPeriod\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"end\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"start\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"dayOfWeek\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"extension\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"url\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"valueString\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"frequency\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"frequencyMax\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"period\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"periodMax\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"periodUnit\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"count\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"countMax\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"timeOfDay\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"when\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"offset\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"doseAndRate\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"doseQuantity\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"unit\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"value\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"type\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"coding\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"display\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"text\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"asNeeded\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"asNeededFor\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"text\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"maxDosePerPeriod\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"numerator\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"unit\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"value\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"denominator\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"unit\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"value\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"route\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"text\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"coding\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"display\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}}]}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"reason\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"concept\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"text\"}}]}}]}}]}},{\"kind\":\"FragmentDefinition\",\"name\":{\"kind\":\"Name\",\"value\":\"PatientFragment\"},\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Patient\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"gender\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"birthDate\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resourceType\"}}]}},{\"kind\":\"FragmentDefinition\",\"name\":{\"kind\":\"Name\",\"value\":\"ObservationFragment\"},\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Observation\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"text\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"coding\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"display\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"category\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"text\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"coding\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"display\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"status\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"subject\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"reference\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"type\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"valueQuantity\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"value\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"unit\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"effectiveDateTime\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resourceType\"}}]}},{\"kind\":\"FragmentDefinition\",\"name\":{\"kind\":\"Name\",\"value\":\"PractitionerFragment\"},\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Practitioner\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resourceType\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"identifier\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"use\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"value\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"type\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"coding\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}}]}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"family\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"given\"}}]}}]}},{\"kind\":\"FragmentDefinition\",\"name\":{\"kind\":\"Name\",\"value\":\"AdverseEventFragment\"},\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"AdverseEvent\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resourceType\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"status\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"text\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"actuality\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"note\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"text\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"subject\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"reference\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"type\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"suspectEntity\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"instanceReference\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"reference\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"type\"}}]}}]}}]}},{\"kind\":\"FragmentDefinition\",\"name\":{\"kind\":\"Name\",\"value\":\"BundleFragment\"},\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Bundle\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resourceType\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"identifier\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"value\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"meta\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"versionId\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"timestamp\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"type\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"entry\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"fullUrl\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resource\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"InlineFragment\",\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Composition\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"FragmentSpread\",\"name\":{\"kind\":\"Name\",\"value\":\"CompositionFragment\"}}]}},{\"kind\":\"InlineFragment\",\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Provenance\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"FragmentSpread\",\"name\":{\"kind\":\"Name\",\"value\":\"ProvenanceFragment\"}}]}},{\"kind\":\"InlineFragment\",\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Organization\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"FragmentSpread\",\"name\":{\"kind\":\"Name\",\"value\":\"OrganizationFragment\"}}]}},{\"kind\":\"InlineFragment\",\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Medication\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"FragmentSpread\",\"name\":{\"kind\":\"Name\",\"value\":\"MedicationFragment\"}}]}},{\"kind\":\"InlineFragment\",\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"MedicationRequest\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"FragmentSpread\",\"name\":{\"kind\":\"Name\",\"value\":\"MedicationRequestFragment\"}}]}},{\"kind\":\"InlineFragment\",\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Patient\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"FragmentSpread\",\"name\":{\"kind\":\"Name\",\"value\":\"PatientFragment\"}}]}},{\"kind\":\"InlineFragment\",\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Observation\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"FragmentSpread\",\"name\":{\"kind\":\"Name\",\"value\":\"ObservationFragment\"}}]}},{\"kind\":\"InlineFragment\",\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Practitioner\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"FragmentSpread\",\"name\":{\"kind\":\"Name\",\"value\":\"PractitionerFragment\"}}]}},{\"kind\":\"InlineFragment\",\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"AdverseEvent\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"FragmentSpread\",\"name\":{\"kind\":\"Name\",\"value\":\"AdverseEventFragment\"}}]}},{\"kind\":\"InlineFragment\",\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"DocumentReference\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resourceType\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"status\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"content\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"attachment\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"contentType\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"title\"}}]}}]}}]}}]}}]}}]}}]} as unknown"
        },
        {
          "kind": "variable",
          "name": "CreateDocumentBundleAsyncDocument",
          "default": "{\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"subscription\",\"name\":{\"kind\":\"Name\",\"value\":\"createDocumentBundleAsync\"},\"variableDefinitions\":[{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"document\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"DocumentInput\"}}}},{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"model\"}},\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Model\"}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"createDocumentBundle\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"document\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"document\"}}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"model\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"model\"}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"FragmentSpread\",\"name\":{\"kind\":\"Name\",\"value\":\"BundleFragment\"}}]}}]}},{\"kind\":\"FragmentDefinition\",\"name\":{\"kind\":\"Name\",\"value\":\"CompositionFragment\"},\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Composition\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"author\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"reference\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resourceType\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"title\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"status\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"type\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"coding\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"display\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"date\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"section\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"entry\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"reference\"}}]}}]}}]}},{\"kind\":\"FragmentDefinition\",\"name\":{\"kind\":\"Name\",\"value\":\"ProvenanceFragment\"},\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Provenance\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resourceType\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"recorded\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"activity\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"coding\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"agent\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"who\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"reference\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"target\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"reference\"}}]}}]}},{\"kind\":\"FragmentDefinition\",\"name\":{\"kind\":\"Name\",\"value\":\"OrganizationFragment\"},\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Organization\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resourceType\"}},{\"kind\":\"Field\",\"alias\":{\"kind\":\"Name\",\"value\":\"organizationName\"},\"name\":{\"kind\":\"Name\",\"value\":\"name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"identifier\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"value\"}}]}}]}},{\"kind\":\"FragmentDefinition\",\"name\":{\"kind\":\"Name\",\"value\":\"MedicationFragment\"},\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Medication\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resourceType\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"text\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"coding\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"display\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"extension\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"url\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"valueString\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"extension\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"url\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"valueDecimal\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"valueInteger\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"valueCode\"}}]}}]}}]}},{\"kind\":\"FragmentDefinition\",\"name\":{\"kind\":\"Name\",\"value\":\"MedicationRequestFragment\"},\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"MedicationRequest\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resourceType\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"status\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"intent\"}},{\"kind\":\"Field\",\"alias\":{\"kind\":\"Name\",\"value\":\"patient\"},\"name\":{\"kind\":\"Name\",\"value\":\"subject\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"display\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"reference\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"type\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"medication\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"reference\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"reference\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"type\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"dosageInstruction\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"patientInstruction\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"sequence\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"timing\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"coding\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"display\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"text\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"event\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"repeat\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"boundsDuration\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"unit\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"value\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"boundsPeriod\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"end\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"start\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"dayOfWeek\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"extension\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"url\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"valueString\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"frequency\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"frequencyMax\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"period\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"periodMax\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"periodUnit\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"count\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"countMax\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"timeOfDay\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"when\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"offset\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"doseAndRate\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"doseQuantity\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"unit\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"value\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"type\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"coding\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"display\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"text\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"asNeeded\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"asNeededFor\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"text\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"maxDosePerPeriod\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"numerator\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"unit\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"value\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"denominator\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"unit\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"value\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"route\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"text\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"coding\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"display\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}}]}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"reason\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"concept\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"text\"}}]}}]}}]}},{\"kind\":\"FragmentDefinition\",\"name\":{\"kind\":\"Name\",\"value\":\"PatientFragment\"},\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Patient\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"gender\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"birthDate\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resourceType\"}}]}},{\"kind\":\"FragmentDefinition\",\"name\":{\"kind\":\"Name\",\"value\":\"ObservationFragment\"},\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Observation\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"text\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"coding\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"display\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"category\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"text\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"coding\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"display\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"status\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"subject\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"reference\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"type\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"valueQuantity\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"value\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"unit\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"effectiveDateTime\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resourceType\"}}]}},{\"kind\":\"FragmentDefinition\",\"name\":{\"kind\":\"Name\",\"value\":\"PractitionerFragment\"},\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Practitioner\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resourceType\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"identifier\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"use\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"value\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"type\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"coding\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}}]}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"family\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"given\"}}]}}]}},{\"kind\":\"FragmentDefinition\",\"name\":{\"kind\":\"Name\",\"value\":\"AdverseEventFragment\"},\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"AdverseEvent\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resourceType\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"status\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"text\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"actuality\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"note\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"text\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"subject\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"reference\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"type\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"suspectEntity\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"instanceReference\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"reference\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"type\"}}]}}]}}]}},{\"kind\":\"FragmentDefinition\",\"name\":{\"kind\":\"Name\",\"value\":\"BundleFragment\"},\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Bundle\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resourceType\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"identifier\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"value\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"meta\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"versionId\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"timestamp\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"type\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"entry\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"fullUrl\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resource\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"InlineFragment\",\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Composition\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"FragmentSpread\",\"name\":{\"kind\":\"Name\",\"value\":\"CompositionFragment\"}}]}},{\"kind\":\"InlineFragment\",\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Provenance\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"FragmentSpread\",\"name\":{\"kind\":\"Name\",\"value\":\"ProvenanceFragment\"}}]}},{\"kind\":\"InlineFragment\",\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Organization\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"FragmentSpread\",\"name\":{\"kind\":\"Name\",\"value\":\"OrganizationFragment\"}}]}},{\"kind\":\"InlineFragment\",\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Medication\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"FragmentSpread\",\"name\":{\"kind\":\"Name\",\"value\":\"MedicationFragment\"}}]}},{\"kind\":\"InlineFragment\",\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"MedicationRequest\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"FragmentSpread\",\"name\":{\"kind\":\"Name\",\"value\":\"MedicationRequestFragment\"}}]}},{\"kind\":\"InlineFragment\",\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Patient\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"FragmentSpread\",\"name\":{\"kind\":\"Name\",\"value\":\"PatientFragment\"}}]}},{\"kind\":\"InlineFragment\",\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Observation\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"FragmentSpread\",\"name\":{\"kind\":\"Name\",\"value\":\"ObservationFragment\"}}]}},{\"kind\":\"InlineFragment\",\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Practitioner\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"FragmentSpread\",\"name\":{\"kind\":\"Name\",\"value\":\"PractitionerFragment\"}}]}},{\"kind\":\"InlineFragment\",\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"AdverseEvent\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"FragmentSpread\",\"name\":{\"kind\":\"Name\",\"value\":\"AdverseEventFragment\"}}]}},{\"kind\":\"InlineFragment\",\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"DocumentReference\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resourceType\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"status\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"content\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"attachment\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"contentType\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"title\"}}]}}]}}]}}]}}]}}]}}]} as unknown"
        },
        {
          "kind": "variable",
          "name": "UpdateBundleResourcesDocument",
          "default": "{\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"mutation\",\"name\":{\"kind\":\"Name\",\"value\":\"updateBundleResources\"},\"variableDefinitions\":[{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"bundleId\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"String\"}}}},{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"resources\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"ResourcesInput\"}}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"updateBundleResources\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"bundleId\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"bundleId\"}}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"resources\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"resources\"}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"FragmentSpread\",\"name\":{\"kind\":\"Name\",\"value\":\"BundleFragment\"}}]}}]}},{\"kind\":\"FragmentDefinition\",\"name\":{\"kind\":\"Name\",\"value\":\"CompositionFragment\"},\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Composition\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"author\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"reference\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resourceType\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"title\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"status\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"type\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"coding\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"display\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"date\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"section\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"entry\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"reference\"}}]}}]}}]}},{\"kind\":\"FragmentDefinition\",\"name\":{\"kind\":\"Name\",\"value\":\"ProvenanceFragment\"},\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Provenance\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resourceType\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"recorded\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"activity\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"coding\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"agent\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"who\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"reference\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"target\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"reference\"}}]}}]}},{\"kind\":\"FragmentDefinition\",\"name\":{\"kind\":\"Name\",\"value\":\"OrganizationFragment\"},\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Organization\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resourceType\"}},{\"kind\":\"Field\",\"alias\":{\"kind\":\"Name\",\"value\":\"organizationName\"},\"name\":{\"kind\":\"Name\",\"value\":\"name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"identifier\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"value\"}}]}}]}},{\"kind\":\"FragmentDefinition\",\"name\":{\"kind\":\"Name\",\"value\":\"MedicationFragment\"},\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Medication\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resourceType\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"text\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"coding\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"display\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"extension\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"url\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"valueString\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"extension\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"url\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"valueDecimal\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"valueInteger\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"valueCode\"}}]}}]}}]}},{\"kind\":\"FragmentDefinition\",\"name\":{\"kind\":\"Name\",\"value\":\"MedicationRequestFragment\"},\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"MedicationRequest\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resourceType\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"status\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"intent\"}},{\"kind\":\"Field\",\"alias\":{\"kind\":\"Name\",\"value\":\"patient\"},\"name\":{\"kind\":\"Name\",\"value\":\"subject\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"display\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"reference\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"type\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"medication\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"reference\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"reference\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"type\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"dosageInstruction\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"patientInstruction\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"sequence\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"timing\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"coding\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"display\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"text\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"event\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"repeat\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"boundsDuration\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"unit\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"value\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"boundsPeriod\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"end\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"start\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"dayOfWeek\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"extension\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"url\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"valueString\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"frequency\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"frequencyMax\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"period\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"periodMax\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"periodUnit\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"count\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"countMax\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"timeOfDay\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"when\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"offset\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"doseAndRate\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"doseQuantity\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"unit\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"value\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"type\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"coding\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"display\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"text\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"asNeeded\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"asNeededFor\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"text\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"maxDosePerPeriod\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"numerator\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"unit\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"value\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"denominator\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"unit\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"value\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"route\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"text\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"coding\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"display\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}}]}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"reason\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"concept\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"text\"}}]}}]}}]}},{\"kind\":\"FragmentDefinition\",\"name\":{\"kind\":\"Name\",\"value\":\"PatientFragment\"},\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Patient\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"gender\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"birthDate\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resourceType\"}}]}},{\"kind\":\"FragmentDefinition\",\"name\":{\"kind\":\"Name\",\"value\":\"ObservationFragment\"},\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Observation\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"text\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"coding\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"display\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"category\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"text\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"coding\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"display\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"status\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"subject\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"reference\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"type\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"valueQuantity\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"value\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"unit\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"effectiveDateTime\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resourceType\"}}]}},{\"kind\":\"FragmentDefinition\",\"name\":{\"kind\":\"Name\",\"value\":\"PractitionerFragment\"},\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Practitioner\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resourceType\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"identifier\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"use\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"value\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"type\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"coding\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}}]}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"family\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"given\"}}]}}]}},{\"kind\":\"FragmentDefinition\",\"name\":{\"kind\":\"Name\",\"value\":\"AdverseEventFragment\"},\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"AdverseEvent\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resourceType\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"status\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"text\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"actuality\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"note\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"text\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"subject\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"reference\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"type\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"suspectEntity\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"instanceReference\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"reference\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"type\"}}]}}]}}]}},{\"kind\":\"FragmentDefinition\",\"name\":{\"kind\":\"Name\",\"value\":\"BundleFragment\"},\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Bundle\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resourceType\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"identifier\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"value\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"meta\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"versionId\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"timestamp\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"type\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"entry\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"fullUrl\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resource\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"InlineFragment\",\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Composition\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"FragmentSpread\",\"name\":{\"kind\":\"Name\",\"value\":\"CompositionFragment\"}}]}},{\"kind\":\"InlineFragment\",\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Provenance\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"FragmentSpread\",\"name\":{\"kind\":\"Name\",\"value\":\"ProvenanceFragment\"}}]}},{\"kind\":\"InlineFragment\",\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Organization\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"FragmentSpread\",\"name\":{\"kind\":\"Name\",\"value\":\"OrganizationFragment\"}}]}},{\"kind\":\"InlineFragment\",\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Medication\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"FragmentSpread\",\"name\":{\"kind\":\"Name\",\"value\":\"MedicationFragment\"}}]}},{\"kind\":\"InlineFragment\",\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"MedicationRequest\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"FragmentSpread\",\"name\":{\"kind\":\"Name\",\"value\":\"MedicationRequestFragment\"}}]}},{\"kind\":\"InlineFragment\",\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Patient\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"FragmentSpread\",\"name\":{\"kind\":\"Name\",\"value\":\"PatientFragment\"}}]}},{\"kind\":\"InlineFragment\",\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Observation\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"FragmentSpread\",\"name\":{\"kind\":\"Name\",\"value\":\"ObservationFragment\"}}]}},{\"kind\":\"InlineFragment\",\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Practitioner\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"FragmentSpread\",\"name\":{\"kind\":\"Name\",\"value\":\"PractitionerFragment\"}}]}},{\"kind\":\"InlineFragment\",\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"AdverseEvent\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"FragmentSpread\",\"name\":{\"kind\":\"Name\",\"value\":\"AdverseEventFragment\"}}]}},{\"kind\":\"InlineFragment\",\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"DocumentReference\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resourceType\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"status\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"content\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"attachment\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"contentType\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"title\"}}]}}]}}]}}]}}]}}]}}]} as unknown"
        },
        {
          "kind": "variable",
          "name": "UpdateBundleResourcesAsyncDocument",
          "default": "{\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"subscription\",\"name\":{\"kind\":\"Name\",\"value\":\"updateBundleResourcesAsync\"},\"variableDefinitions\":[{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"bundleId\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"String\"}}}},{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"resources\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"ResourcesInput\"}}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"updateBundleResources\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"bundleId\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"bundleId\"}}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"resources\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"resources\"}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"FragmentSpread\",\"name\":{\"kind\":\"Name\",\"value\":\"BundleFragment\"}}]}}]}},{\"kind\":\"FragmentDefinition\",\"name\":{\"kind\":\"Name\",\"value\":\"CompositionFragment\"},\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Composition\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"author\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"reference\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resourceType\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"title\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"status\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"type\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"coding\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"display\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"date\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"section\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"entry\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"reference\"}}]}}]}}]}},{\"kind\":\"FragmentDefinition\",\"name\":{\"kind\":\"Name\",\"value\":\"ProvenanceFragment\"},\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Provenance\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resourceType\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"recorded\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"activity\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"coding\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"agent\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"who\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"reference\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"target\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"reference\"}}]}}]}},{\"kind\":\"FragmentDefinition\",\"name\":{\"kind\":\"Name\",\"value\":\"OrganizationFragment\"},\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Organization\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resourceType\"}},{\"kind\":\"Field\",\"alias\":{\"kind\":\"Name\",\"value\":\"organizationName\"},\"name\":{\"kind\":\"Name\",\"value\":\"name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"identifier\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"value\"}}]}}]}},{\"kind\":\"FragmentDefinition\",\"name\":{\"kind\":\"Name\",\"value\":\"MedicationFragment\"},\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Medication\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resourceType\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"text\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"coding\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"display\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"extension\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"url\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"valueString\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"extension\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"url\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"valueDecimal\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"valueInteger\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"valueCode\"}}]}}]}}]}},{\"kind\":\"FragmentDefinition\",\"name\":{\"kind\":\"Name\",\"value\":\"MedicationRequestFragment\"},\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"MedicationRequest\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resourceType\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"status\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"intent\"}},{\"kind\":\"Field\",\"alias\":{\"kind\":\"Name\",\"value\":\"patient\"},\"name\":{\"kind\":\"Name\",\"value\":\"subject\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"display\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"reference\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"type\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"medication\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"reference\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"reference\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"type\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"dosageInstruction\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"patientInstruction\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"sequence\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"timing\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"coding\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"display\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"text\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"event\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"repeat\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"boundsDuration\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"unit\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"value\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"boundsPeriod\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"end\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"start\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"dayOfWeek\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"extension\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"url\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"valueString\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"frequency\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"frequencyMax\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"period\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"periodMax\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"periodUnit\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"count\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"countMax\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"timeOfDay\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"when\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"offset\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"doseAndRate\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"doseQuantity\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"unit\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"value\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"type\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"coding\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"display\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"text\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"asNeeded\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"asNeededFor\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"text\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"maxDosePerPeriod\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"numerator\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"unit\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"value\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"denominator\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"unit\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"value\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"route\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"text\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"coding\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"display\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}}]}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"reason\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"concept\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"text\"}}]}}]}}]}},{\"kind\":\"FragmentDefinition\",\"name\":{\"kind\":\"Name\",\"value\":\"PatientFragment\"},\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Patient\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"gender\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"birthDate\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resourceType\"}}]}},{\"kind\":\"FragmentDefinition\",\"name\":{\"kind\":\"Name\",\"value\":\"ObservationFragment\"},\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Observation\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"text\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"coding\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"display\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"category\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"text\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"coding\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"display\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"status\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"subject\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"reference\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"type\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"valueQuantity\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"value\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"unit\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"effectiveDateTime\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resourceType\"}}]}},{\"kind\":\"FragmentDefinition\",\"name\":{\"kind\":\"Name\",\"value\":\"PractitionerFragment\"},\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Practitioner\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resourceType\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"identifier\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"use\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"value\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"type\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"coding\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}}]}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"family\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"given\"}}]}}]}},{\"kind\":\"FragmentDefinition\",\"name\":{\"kind\":\"Name\",\"value\":\"AdverseEventFragment\"},\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"AdverseEvent\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resourceType\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"status\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"text\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"actuality\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"note\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"text\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"subject\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"reference\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"type\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"suspectEntity\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"instanceReference\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"reference\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"type\"}}]}}]}}]}},{\"kind\":\"FragmentDefinition\",\"name\":{\"kind\":\"Name\",\"value\":\"BundleFragment\"},\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Bundle\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resourceType\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"identifier\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"value\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"meta\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"versionId\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"timestamp\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"type\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"entry\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"fullUrl\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resource\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"InlineFragment\",\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Composition\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"FragmentSpread\",\"name\":{\"kind\":\"Name\",\"value\":\"CompositionFragment\"}}]}},{\"kind\":\"InlineFragment\",\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Provenance\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"FragmentSpread\",\"name\":{\"kind\":\"Name\",\"value\":\"ProvenanceFragment\"}}]}},{\"kind\":\"InlineFragment\",\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Organization\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"FragmentSpread\",\"name\":{\"kind\":\"Name\",\"value\":\"OrganizationFragment\"}}]}},{\"kind\":\"InlineFragment\",\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Medication\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"FragmentSpread\",\"name\":{\"kind\":\"Name\",\"value\":\"MedicationFragment\"}}]}},{\"kind\":\"InlineFragment\",\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"MedicationRequest\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"FragmentSpread\",\"name\":{\"kind\":\"Name\",\"value\":\"MedicationRequestFragment\"}}]}},{\"kind\":\"InlineFragment\",\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Patient\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"FragmentSpread\",\"name\":{\"kind\":\"Name\",\"value\":\"PatientFragment\"}}]}},{\"kind\":\"InlineFragment\",\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Observation\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"FragmentSpread\",\"name\":{\"kind\":\"Name\",\"value\":\"ObservationFragment\"}}]}},{\"kind\":\"InlineFragment\",\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Practitioner\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"FragmentSpread\",\"name\":{\"kind\":\"Name\",\"value\":\"PractitionerFragment\"}}]}},{\"kind\":\"InlineFragment\",\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"AdverseEvent\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"FragmentSpread\",\"name\":{\"kind\":\"Name\",\"value\":\"AdverseEventFragment\"}}]}},{\"kind\":\"InlineFragment\",\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"DocumentReference\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resourceType\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"status\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"content\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"attachment\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"contentType\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"title\"}}]}}]}}]}}]}}]}}]}}]} as unknown"
        },
        {
          "kind": "variable",
          "name": "DocumentBundleDocument",
          "default": "{\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"query\",\"name\":{\"kind\":\"Name\",\"value\":\"documentBundle\"},\"variableDefinitions\":[{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"ID\"}}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"documentBundle\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"FragmentSpread\",\"name\":{\"kind\":\"Name\",\"value\":\"BundleFragment\"}}]}}]}},{\"kind\":\"FragmentDefinition\",\"name\":{\"kind\":\"Name\",\"value\":\"CompositionFragment\"},\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Composition\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"author\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"reference\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resourceType\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"title\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"status\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"type\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"coding\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"display\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"date\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"section\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"entry\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"reference\"}}]}}]}}]}},{\"kind\":\"FragmentDefinition\",\"name\":{\"kind\":\"Name\",\"value\":\"ProvenanceFragment\"},\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Provenance\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resourceType\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"recorded\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"activity\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"coding\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"agent\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"who\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"reference\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"target\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"reference\"}}]}}]}},{\"kind\":\"FragmentDefinition\",\"name\":{\"kind\":\"Name\",\"value\":\"OrganizationFragment\"},\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Organization\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resourceType\"}},{\"kind\":\"Field\",\"alias\":{\"kind\":\"Name\",\"value\":\"organizationName\"},\"name\":{\"kind\":\"Name\",\"value\":\"name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"identifier\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"value\"}}]}}]}},{\"kind\":\"FragmentDefinition\",\"name\":{\"kind\":\"Name\",\"value\":\"MedicationFragment\"},\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Medication\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resourceType\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"text\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"coding\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"display\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"extension\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"url\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"valueString\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"extension\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"url\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"valueDecimal\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"valueInteger\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"valueCode\"}}]}}]}}]}},{\"kind\":\"FragmentDefinition\",\"name\":{\"kind\":\"Name\",\"value\":\"MedicationRequestFragment\"},\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"MedicationRequest\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resourceType\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"status\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"intent\"}},{\"kind\":\"Field\",\"alias\":{\"kind\":\"Name\",\"value\":\"patient\"},\"name\":{\"kind\":\"Name\",\"value\":\"subject\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"display\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"reference\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"type\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"medication\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"reference\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"reference\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"type\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"dosageInstruction\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"patientInstruction\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"sequence\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"timing\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"coding\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"display\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"text\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"event\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"repeat\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"boundsDuration\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"unit\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"value\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"boundsPeriod\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"end\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"start\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"dayOfWeek\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"extension\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"url\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"valueString\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"frequency\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"frequencyMax\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"period\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"periodMax\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"periodUnit\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"count\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"countMax\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"timeOfDay\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"when\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"offset\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"doseAndRate\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"doseQuantity\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"unit\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"value\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"type\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"coding\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"display\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"text\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"asNeeded\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"asNeededFor\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"text\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"maxDosePerPeriod\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"numerator\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"unit\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"value\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"denominator\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"unit\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"value\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"route\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"text\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"coding\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"display\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}}]}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"reason\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"concept\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"text\"}}]}}]}}]}},{\"kind\":\"FragmentDefinition\",\"name\":{\"kind\":\"Name\",\"value\":\"PatientFragment\"},\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Patient\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"gender\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"birthDate\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resourceType\"}}]}},{\"kind\":\"FragmentDefinition\",\"name\":{\"kind\":\"Name\",\"value\":\"ObservationFragment\"},\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Observation\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"text\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"coding\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"display\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"category\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"text\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"coding\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"display\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"status\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"subject\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"reference\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"type\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"valueQuantity\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"value\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"unit\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"effectiveDateTime\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resourceType\"}}]}},{\"kind\":\"FragmentDefinition\",\"name\":{\"kind\":\"Name\",\"value\":\"PractitionerFragment\"},\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Practitioner\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resourceType\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"identifier\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"use\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"value\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"type\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"coding\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}}]}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"family\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"given\"}}]}}]}},{\"kind\":\"FragmentDefinition\",\"name\":{\"kind\":\"Name\",\"value\":\"AdverseEventFragment\"},\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"AdverseEvent\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resourceType\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"status\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"text\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"actuality\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"note\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"text\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"subject\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"reference\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"type\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"suspectEntity\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"instanceReference\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"reference\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"type\"}}]}}]}}]}},{\"kind\":\"FragmentDefinition\",\"name\":{\"kind\":\"Name\",\"value\":\"BundleFragment\"},\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Bundle\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resourceType\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"identifier\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"value\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"meta\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"versionId\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"timestamp\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"type\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"entry\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"fullUrl\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resource\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"InlineFragment\",\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Composition\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"FragmentSpread\",\"name\":{\"kind\":\"Name\",\"value\":\"CompositionFragment\"}}]}},{\"kind\":\"InlineFragment\",\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Provenance\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"FragmentSpread\",\"name\":{\"kind\":\"Name\",\"value\":\"ProvenanceFragment\"}}]}},{\"kind\":\"InlineFragment\",\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Organization\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"FragmentSpread\",\"name\":{\"kind\":\"Name\",\"value\":\"OrganizationFragment\"}}]}},{\"kind\":\"InlineFragment\",\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Medication\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"FragmentSpread\",\"name\":{\"kind\":\"Name\",\"value\":\"MedicationFragment\"}}]}},{\"kind\":\"InlineFragment\",\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"MedicationRequest\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"FragmentSpread\",\"name\":{\"kind\":\"Name\",\"value\":\"MedicationRequestFragment\"}}]}},{\"kind\":\"InlineFragment\",\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Patient\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"FragmentSpread\",\"name\":{\"kind\":\"Name\",\"value\":\"PatientFragment\"}}]}},{\"kind\":\"InlineFragment\",\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Observation\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"FragmentSpread\",\"name\":{\"kind\":\"Name\",\"value\":\"ObservationFragment\"}}]}},{\"kind\":\"InlineFragment\",\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Practitioner\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"FragmentSpread\",\"name\":{\"kind\":\"Name\",\"value\":\"PractitionerFragment\"}}]}},{\"kind\":\"InlineFragment\",\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"AdverseEvent\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"FragmentSpread\",\"name\":{\"kind\":\"Name\",\"value\":\"AdverseEventFragment\"}}]}},{\"kind\":\"InlineFragment\",\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"DocumentReference\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resourceType\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"status\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"content\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"attachment\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"contentType\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"title\"}}]}}]}}]}}]}}]}}]}}]} as unknown"
        },
        {
          "kind": "variable",
          "name": "FindBundlesDocument",
          "default": "{\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"query\",\"name\":{\"kind\":\"Name\",\"value\":\"findBundles\"},\"variableDefinitions\":[{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"pageable\"}},\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"PageableInput\"}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"findBundles\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"pageable\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"pageable\"}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"totalElements\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"totalPages\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"pageable\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"page\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"size\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"size\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"content\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"FragmentSpread\",\"name\":{\"kind\":\"Name\",\"value\":\"BundleFragment\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"number\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"sort\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"empty\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"sorted\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"unsorted\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"first\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"last\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"numberOfElements\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"empty\"}}]}}]}},{\"kind\":\"FragmentDefinition\",\"name\":{\"kind\":\"Name\",\"value\":\"CompositionFragment\"},\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Composition\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"author\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"reference\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resourceType\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"title\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"status\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"type\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"coding\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"display\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"date\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"section\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"entry\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"reference\"}}]}}]}}]}},{\"kind\":\"FragmentDefinition\",\"name\":{\"kind\":\"Name\",\"value\":\"ProvenanceFragment\"},\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Provenance\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resourceType\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"recorded\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"activity\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"coding\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"agent\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"who\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"reference\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"target\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"reference\"}}]}}]}},{\"kind\":\"FragmentDefinition\",\"name\":{\"kind\":\"Name\",\"value\":\"OrganizationFragment\"},\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Organization\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resourceType\"}},{\"kind\":\"Field\",\"alias\":{\"kind\":\"Name\",\"value\":\"organizationName\"},\"name\":{\"kind\":\"Name\",\"value\":\"name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"identifier\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"value\"}}]}}]}},{\"kind\":\"FragmentDefinition\",\"name\":{\"kind\":\"Name\",\"value\":\"MedicationFragment\"},\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Medication\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resourceType\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"text\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"coding\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"display\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"extension\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"url\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"valueString\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"extension\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"url\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"valueDecimal\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"valueInteger\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"valueCode\"}}]}}]}}]}},{\"kind\":\"FragmentDefinition\",\"name\":{\"kind\":\"Name\",\"value\":\"MedicationRequestFragment\"},\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"MedicationRequest\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resourceType\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"status\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"intent\"}},{\"kind\":\"Field\",\"alias\":{\"kind\":\"Name\",\"value\":\"patient\"},\"name\":{\"kind\":\"Name\",\"value\":\"subject\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"display\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"reference\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"type\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"medication\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"reference\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"reference\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"type\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"dosageInstruction\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"patientInstruction\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"sequence\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"timing\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"coding\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"display\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"text\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"event\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"repeat\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"boundsDuration\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"unit\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"value\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"boundsPeriod\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"end\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"start\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"dayOfWeek\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"extension\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"url\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"valueString\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"frequency\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"frequencyMax\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"period\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"periodMax\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"periodUnit\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"count\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"countMax\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"timeOfDay\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"when\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"offset\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"doseAndRate\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"doseQuantity\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"unit\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"value\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"type\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"coding\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"display\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"text\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"asNeeded\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"asNeededFor\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"text\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"maxDosePerPeriod\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"numerator\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"unit\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"value\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"denominator\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"unit\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"value\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"route\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"text\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"coding\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"display\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}}]}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"reason\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"concept\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"text\"}}]}}]}}]}},{\"kind\":\"FragmentDefinition\",\"name\":{\"kind\":\"Name\",\"value\":\"PatientFragment\"},\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Patient\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"gender\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"birthDate\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resourceType\"}}]}},{\"kind\":\"FragmentDefinition\",\"name\":{\"kind\":\"Name\",\"value\":\"ObservationFragment\"},\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Observation\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"text\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"coding\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"display\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"category\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"text\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"coding\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"display\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"status\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"subject\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"reference\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"type\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"valueQuantity\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"value\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"unit\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"effectiveDateTime\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resourceType\"}}]}},{\"kind\":\"FragmentDefinition\",\"name\":{\"kind\":\"Name\",\"value\":\"PractitionerFragment\"},\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Practitioner\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resourceType\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"identifier\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"use\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"value\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"type\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"coding\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}}]}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"family\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"given\"}}]}}]}},{\"kind\":\"FragmentDefinition\",\"name\":{\"kind\":\"Name\",\"value\":\"AdverseEventFragment\"},\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"AdverseEvent\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resourceType\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"status\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"text\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"actuality\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"note\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"text\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"subject\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"reference\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"type\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"suspectEntity\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"instanceReference\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"reference\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"type\"}}]}}]}}]}},{\"kind\":\"FragmentDefinition\",\"name\":{\"kind\":\"Name\",\"value\":\"BundleFragment\"},\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Bundle\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resourceType\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"identifier\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"system\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"value\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"meta\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"versionId\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"timestamp\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"type\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"entry\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"fullUrl\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resource\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"InlineFragment\",\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Composition\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"FragmentSpread\",\"name\":{\"kind\":\"Name\",\"value\":\"CompositionFragment\"}}]}},{\"kind\":\"InlineFragment\",\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Provenance\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"FragmentSpread\",\"name\":{\"kind\":\"Name\",\"value\":\"ProvenanceFragment\"}}]}},{\"kind\":\"InlineFragment\",\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Organization\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"FragmentSpread\",\"name\":{\"kind\":\"Name\",\"value\":\"OrganizationFragment\"}}]}},{\"kind\":\"InlineFragment\",\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Medication\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"FragmentSpread\",\"name\":{\"kind\":\"Name\",\"value\":\"MedicationFragment\"}}]}},{\"kind\":\"InlineFragment\",\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"MedicationRequest\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"FragmentSpread\",\"name\":{\"kind\":\"Name\",\"value\":\"MedicationRequestFragment\"}}]}},{\"kind\":\"InlineFragment\",\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Patient\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"FragmentSpread\",\"name\":{\"kind\":\"Name\",\"value\":\"PatientFragment\"}}]}},{\"kind\":\"InlineFragment\",\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Observation\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"FragmentSpread\",\"name\":{\"kind\":\"Name\",\"value\":\"ObservationFragment\"}}]}},{\"kind\":\"InlineFragment\",\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Practitioner\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"FragmentSpread\",\"name\":{\"kind\":\"Name\",\"value\":\"PractitionerFragment\"}}]}},{\"kind\":\"InlineFragment\",\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"AdverseEvent\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"FragmentSpread\",\"name\":{\"kind\":\"Name\",\"value\":\"AdverseEventFragment\"}}]}},{\"kind\":\"InlineFragment\",\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"DocumentReference\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"resourceType\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"status\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"content\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"attachment\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"contentType\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"title\"}}]}}]}}]}}]}}]}}]}}]} as unknown"
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "CompositionFragmentFragmentDoc",
          "declaration": {
            "name": "CompositionFragmentFragmentDoc",
            "module": "src/shared/medical-documents-api/generated/graphql/graphql.ts"
          }
        },
        {
          "kind": "js",
          "name": "ProvenanceFragmentFragmentDoc",
          "declaration": {
            "name": "ProvenanceFragmentFragmentDoc",
            "module": "src/shared/medical-documents-api/generated/graphql/graphql.ts"
          }
        },
        {
          "kind": "js",
          "name": "OrganizationFragmentFragmentDoc",
          "declaration": {
            "name": "OrganizationFragmentFragmentDoc",
            "module": "src/shared/medical-documents-api/generated/graphql/graphql.ts"
          }
        },
        {
          "kind": "js",
          "name": "MedicationFragmentFragmentDoc",
          "declaration": {
            "name": "MedicationFragmentFragmentDoc",
            "module": "src/shared/medical-documents-api/generated/graphql/graphql.ts"
          }
        },
        {
          "kind": "js",
          "name": "MedicationRequestFragmentFragmentDoc",
          "declaration": {
            "name": "MedicationRequestFragmentFragmentDoc",
            "module": "src/shared/medical-documents-api/generated/graphql/graphql.ts"
          }
        },
        {
          "kind": "js",
          "name": "PatientFragmentFragmentDoc",
          "declaration": {
            "name": "PatientFragmentFragmentDoc",
            "module": "src/shared/medical-documents-api/generated/graphql/graphql.ts"
          }
        },
        {
          "kind": "js",
          "name": "ObservationFragmentFragmentDoc",
          "declaration": {
            "name": "ObservationFragmentFragmentDoc",
            "module": "src/shared/medical-documents-api/generated/graphql/graphql.ts"
          }
        },
        {
          "kind": "js",
          "name": "PractitionerFragmentFragmentDoc",
          "declaration": {
            "name": "PractitionerFragmentFragmentDoc",
            "module": "src/shared/medical-documents-api/generated/graphql/graphql.ts"
          }
        },
        {
          "kind": "js",
          "name": "AdverseEventFragmentFragmentDoc",
          "declaration": {
            "name": "AdverseEventFragmentFragmentDoc",
            "module": "src/shared/medical-documents-api/generated/graphql/graphql.ts"
          }
        },
        {
          "kind": "js",
          "name": "BundleFragmentFragmentDoc",
          "declaration": {
            "name": "BundleFragmentFragmentDoc",
            "module": "src/shared/medical-documents-api/generated/graphql/graphql.ts"
          }
        },
        {
          "kind": "js",
          "name": "CreateBundleDocument",
          "declaration": {
            "name": "CreateBundleDocument",
            "module": "src/shared/medical-documents-api/generated/graphql/graphql.ts"
          }
        },
        {
          "kind": "js",
          "name": "CreateBundleAsyncDocument",
          "declaration": {
            "name": "CreateBundleAsyncDocument",
            "module": "src/shared/medical-documents-api/generated/graphql/graphql.ts"
          }
        },
        {
          "kind": "js",
          "name": "CreateDocumentBundleDocument",
          "declaration": {
            "name": "CreateDocumentBundleDocument",
            "module": "src/shared/medical-documents-api/generated/graphql/graphql.ts"
          }
        },
        {
          "kind": "js",
          "name": "CreateDocumentBundleAsyncDocument",
          "declaration": {
            "name": "CreateDocumentBundleAsyncDocument",
            "module": "src/shared/medical-documents-api/generated/graphql/graphql.ts"
          }
        },
        {
          "kind": "js",
          "name": "UpdateBundleResourcesDocument",
          "declaration": {
            "name": "UpdateBundleResourcesDocument",
            "module": "src/shared/medical-documents-api/generated/graphql/graphql.ts"
          }
        },
        {
          "kind": "js",
          "name": "UpdateBundleResourcesAsyncDocument",
          "declaration": {
            "name": "UpdateBundleResourcesAsyncDocument",
            "module": "src/shared/medical-documents-api/generated/graphql/graphql.ts"
          }
        },
        {
          "kind": "js",
          "name": "DocumentBundleDocument",
          "declaration": {
            "name": "DocumentBundleDocument",
            "module": "src/shared/medical-documents-api/generated/graphql/graphql.ts"
          }
        },
        {
          "kind": "js",
          "name": "FindBundlesDocument",
          "declaration": {
            "name": "FindBundlesDocument",
            "module": "src/shared/medical-documents-api/generated/graphql/graphql.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/shared/medical-documents-api/generated/graphql/index.ts",
      "declarations": [],
      "exports": [
        {
          "kind": "js",
          "name": "*",
          "declaration": {
            "name": "*",
            "module": "src/shared/medical-documents-api/generated/graphql/fragment-masking"
          }
        },
        {
          "kind": "js",
          "name": "*",
          "declaration": {
            "name": "*",
            "module": "src/shared/medical-documents-api/generated/graphql/graphql"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/shared/medical-documents-api/generated/openapi-search/core/ApiError.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ApiError",
          "members": [
            {
              "kind": "field",
              "name": "url",
              "type": {
                "text": "string"
              },
              "privacy": "public",
              "readonly": true
            },
            {
              "kind": "field",
              "name": "status",
              "type": {
                "text": "number"
              },
              "privacy": "public",
              "readonly": true
            },
            {
              "kind": "field",
              "name": "statusText",
              "type": {
                "text": "string"
              },
              "privacy": "public",
              "readonly": true
            },
            {
              "kind": "field",
              "name": "body",
              "type": {
                "text": "any"
              },
              "privacy": "public",
              "readonly": true
            },
            {
              "kind": "field",
              "name": "request",
              "type": {
                "text": "ApiRequestOptions"
              },
              "privacy": "public",
              "readonly": true,
              "default": "request"
            },
            {
              "kind": "field",
              "name": "name",
              "type": {
                "text": "string"
              },
              "default": "'ApiError'"
            }
          ],
          "superclass": {
            "name": "Error",
            "module": "src/shared/medical-documents-api/generated/openapi-search/core/ApiError.ts"
          }
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ApiError",
          "declaration": {
            "name": "ApiError",
            "module": "src/shared/medical-documents-api/generated/openapi-search/core/ApiError.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/shared/medical-documents-api/generated/openapi-search/core/ApiRequestOptions.ts",
      "declarations": [],
      "exports": []
    },
    {
      "kind": "javascript-module",
      "path": "src/shared/medical-documents-api/generated/openapi-search/core/ApiResult.ts",
      "declarations": [],
      "exports": []
    },
    {
      "kind": "javascript-module",
      "path": "src/shared/medical-documents-api/generated/openapi-search/core/CancelablePromise.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "CancelError",
          "members": [
            {
              "kind": "field",
              "name": "isCancelled",
              "type": {
                "text": "boolean"
              },
              "privacy": "public",
              "readonly": true
            },
            {
              "kind": "field",
              "name": "name",
              "type": {
                "text": "string"
              },
              "default": "'CancelError'"
            }
          ],
          "superclass": {
            "name": "Error",
            "module": "src/shared/medical-documents-api/generated/openapi-search/core/CancelablePromise.ts"
          }
        },
        {
          "kind": "class",
          "description": "",
          "name": "CancelablePromise",
          "members": [
            {
              "kind": "field",
              "name": "#isResolved",
              "privacy": "private",
              "type": {
                "text": "boolean"
              },
              "default": "false"
            },
            {
              "kind": "field",
              "name": "#isRejected",
              "privacy": "private",
              "type": {
                "text": "boolean"
              },
              "default": "false"
            },
            {
              "kind": "field",
              "name": "#isCancelled",
              "privacy": "private",
              "type": {
                "text": "boolean"
              },
              "default": "false"
            },
            {
              "kind": "field",
              "name": "#cancelHandlers",
              "privacy": "private",
              "type": {
                "text": "(() => void)[]"
              },
              "readonly": true,
              "default": "[]"
            },
            {
              "kind": "field",
              "name": "#promise",
              "privacy": "private",
              "type": {
                "text": "Promise<T>"
              },
              "readonly": true,
              "default": "new Promise<T>((resolve, reject) => { this.#resolve = resolve; this.#reject = reject; const onResolve = (value: T | PromiseLike<T>): void => { if (this.#isResolved || this.#isRejected || this.#isCancelled) { return; } this.#isResolved = true; if (this.#resolve) this.#resolve(value); }; const onReject = (reason?: any): void => { if (this.#isResolved || this.#isRejected || this.#isCancelled) { return; } this.#isRejected = true; if (this.#reject) this.#reject(reason); }; const onCancel = (cancelHandler: () => void): void => { if (this.#isResolved || this.#isRejected || this.#isCancelled) { return; } this.#cancelHandlers.push(cancelHandler); }; Object.defineProperty(onCancel, 'isResolved', { get: (): boolean => this.#isResolved, }); Object.defineProperty(onCancel, 'isRejected', { get: (): boolean => this.#isRejected, }); Object.defineProperty(onCancel, 'isCancelled', { get: (): boolean => this.#isCancelled, }); return executor(onResolve, onReject, onCancel as OnCancel); })"
            },
            {
              "kind": "field",
              "name": "#resolve",
              "privacy": "private",
              "type": {
                "text": "(value: T | PromiseLike<T>) => void | undefined"
              }
            },
            {
              "kind": "field",
              "name": "#reject",
              "privacy": "private",
              "type": {
                "text": "(reason?: any) => void | undefined"
              }
            },
            {
              "kind": "field",
              "name": "[Symbol.toStringTag]",
              "readonly": true
            },
            {
              "kind": "method",
              "name": "then",
              "privacy": "public",
              "return": {
                "type": {
                  "text": "Promise<TResult1 | TResult2>"
                }
              },
              "parameters": [
                {
                  "name": "onFulfilled",
                  "optional": true,
                  "type": {
                    "text": "((value: T) => TResult1 | PromiseLike<TResult1>) | null"
                  }
                },
                {
                  "name": "onRejected",
                  "optional": true,
                  "type": {
                    "text": "((reason: any) => TResult2 | PromiseLike<TResult2>) | null"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "catch",
              "privacy": "public",
              "return": {
                "type": {
                  "text": "Promise<T | TResult>"
                }
              },
              "parameters": [
                {
                  "name": "onRejected",
                  "optional": true,
                  "type": {
                    "text": "((reason: any) => TResult | PromiseLike<TResult>) | null"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "finally",
              "privacy": "public",
              "return": {
                "type": {
                  "text": "Promise<T>"
                }
              },
              "parameters": [
                {
                  "name": "onFinally",
                  "optional": true,
                  "type": {
                    "text": "(() => void) | null"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "cancel",
              "privacy": "public",
              "return": {
                "type": {
                  "text": "void"
                }
              }
            },
            {
              "kind": "field",
              "name": "isCancelled",
              "type": {
                "text": "boolean"
              },
              "privacy": "public",
              "readonly": true
            }
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "CancelError",
          "declaration": {
            "name": "CancelError",
            "module": "src/shared/medical-documents-api/generated/openapi-search/core/CancelablePromise.ts"
          }
        },
        {
          "kind": "js",
          "name": "CancelablePromise",
          "declaration": {
            "name": "CancelablePromise",
            "module": "src/shared/medical-documents-api/generated/openapi-search/core/CancelablePromise.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/shared/medical-documents-api/generated/openapi-search/core/OpenAPI.ts",
      "declarations": [
        {
          "kind": "variable",
          "name": "OpenAPI",
          "type": {
            "text": "OpenAPIConfig"
          },
          "default": "{ BASE: 'https://platform-dev.claudebernard.fr/api/medical-documents', VERSION: '1.0', WITH_CREDENTIALS: false, CREDENTIALS: 'include', TOKEN: undefined, USERNAME: undefined, PASSWORD: undefined, HEADERS: undefined, ENCODE_PATH: undefined, }"
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "OpenAPI",
          "declaration": {
            "name": "OpenAPI",
            "module": "src/shared/medical-documents-api/generated/openapi-search/core/OpenAPI.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/shared/medical-documents-api/generated/openapi-search/core/request.ts",
      "declarations": [
        {
          "kind": "function",
          "name": "isDefined",
          "return": {
            "type": {
              "text": "value is Exclude<T, null | undefined>"
            }
          },
          "parameters": [
            {
              "name": "value",
              "type": {
                "text": "T | null | undefined"
              }
            }
          ]
        },
        {
          "kind": "function",
          "name": "isString",
          "return": {
            "type": {
              "text": "value is string"
            }
          },
          "parameters": [
            {
              "name": "value",
              "type": {
                "text": "any"
              }
            }
          ]
        },
        {
          "kind": "function",
          "name": "isStringWithValue",
          "return": {
            "type": {
              "text": "value is string"
            }
          },
          "parameters": [
            {
              "name": "value",
              "type": {
                "text": "any"
              }
            }
          ]
        },
        {
          "kind": "function",
          "name": "isBlob",
          "return": {
            "type": {
              "text": "value is Blob"
            }
          },
          "parameters": [
            {
              "name": "value",
              "type": {
                "text": "any"
              }
            }
          ]
        },
        {
          "kind": "function",
          "name": "isFormData",
          "return": {
            "type": {
              "text": "value is FormData"
            }
          },
          "parameters": [
            {
              "name": "value",
              "type": {
                "text": "any"
              }
            }
          ]
        },
        {
          "kind": "function",
          "name": "base64",
          "return": {
            "type": {
              "text": "string"
            }
          },
          "parameters": [
            {
              "name": "str",
              "type": {
                "text": "string"
              }
            }
          ]
        },
        {
          "kind": "function",
          "name": "getQueryString",
          "return": {
            "type": {
              "text": "string"
            }
          },
          "parameters": [
            {
              "name": "params",
              "type": {
                "text": "Record<string, any>"
              }
            }
          ]
        },
        {
          "kind": "variable",
          "name": "url",
          "default": "`${config.BASE}${path}`"
        },
        {
          "kind": "function",
          "name": "getFormData",
          "return": {
            "type": {
              "text": "FormData | undefined"
            }
          },
          "parameters": [
            {
              "name": "options",
              "type": {
                "text": "ApiRequestOptions"
              }
            }
          ]
        },
        {
          "kind": "function",
          "name": "resolve",
          "return": {
            "type": {
              "text": "Promise<T | undefined>"
            }
          },
          "parameters": [
            {
              "name": "options",
              "type": {
                "text": "ApiRequestOptions"
              }
            },
            {
              "name": "resolver",
              "optional": true,
              "type": {
                "text": "T | Resolver<T>"
              }
            }
          ]
        },
        {
          "kind": "function",
          "name": "getHeaders",
          "return": {
            "type": {
              "text": "Promise<Headers>"
            }
          },
          "parameters": [
            {
              "name": "config",
              "type": {
                "text": "OpenAPIConfig"
              }
            },
            {
              "name": "options",
              "type": {
                "text": "ApiRequestOptions"
              }
            }
          ]
        },
        {
          "kind": "variable",
          "name": "headers"
        },
        {
          "kind": "function",
          "name": "getRequestBody",
          "return": {
            "type": {
              "text": "any"
            }
          },
          "parameters": [
            {
              "name": "options",
              "type": {
                "text": "ApiRequestOptions"
              }
            }
          ]
        },
        {
          "kind": "function",
          "name": "sendRequest",
          "return": {
            "type": {
              "text": "Promise<Response>"
            }
          },
          "parameters": [
            {
              "name": "config",
              "type": {
                "text": "OpenAPIConfig"
              }
            },
            {
              "name": "options",
              "type": {
                "text": "ApiRequestOptions"
              }
            },
            {
              "name": "url",
              "type": {
                "text": "string"
              }
            },
            {
              "name": "body",
              "type": {
                "text": "any"
              }
            },
            {
              "name": "formData",
              "type": {
                "text": "FormData | undefined"
              }
            },
            {
              "name": "headers",
              "type": {
                "text": "Headers"
              }
            },
            {
              "name": "onCancel",
              "type": {
                "text": "OnCancel"
              }
            }
          ]
        },
        {
          "kind": "variable",
          "name": "request",
          "type": {
            "text": "RequestInit"
          },
          "default": "{ headers, body: body ?? formData, method: options.method, signal: controller.signal, }"
        },
        {
          "kind": "function",
          "name": "getResponseHeader",
          "return": {
            "type": {
              "text": "string | undefined"
            }
          },
          "parameters": [
            {
              "name": "response",
              "type": {
                "text": "Response"
              }
            },
            {
              "name": "responseHeader",
              "optional": true,
              "type": {
                "text": "string"
              }
            }
          ]
        },
        {
          "kind": "function",
          "name": "getResponseBody",
          "return": {
            "type": {
              "text": "Promise<any>"
            }
          },
          "parameters": [
            {
              "name": "response",
              "type": {
                "text": "Response"
              }
            }
          ]
        },
        {
          "kind": "function",
          "name": "catchErrorCodes",
          "return": {
            "type": {
              "text": "void"
            }
          },
          "parameters": [
            {
              "name": "options",
              "type": {
                "text": "ApiRequestOptions"
              }
            },
            {
              "name": "result",
              "type": {
                "text": "ApiResult"
              }
            }
          ]
        },
        {
          "kind": "function",
          "name": "request",
          "return": {
            "type": {
              "text": ""
            }
          },
          "parameters": [
            {
              "name": "config",
              "type": {
                "text": "OpenAPIConfig"
              },
              "description": "The OpenAPI configuration object"
            },
            {
              "name": "options",
              "type": {
                "text": "ApiRequestOptions"
              },
              "description": "The request options from the service"
            }
          ],
          "description": "Request method"
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "isDefined",
          "declaration": {
            "name": "isDefined",
            "module": "src/shared/medical-documents-api/generated/openapi-search/core/request.ts"
          }
        },
        {
          "kind": "js",
          "name": "isString",
          "declaration": {
            "name": "isString",
            "module": "src/shared/medical-documents-api/generated/openapi-search/core/request.ts"
          }
        },
        {
          "kind": "js",
          "name": "isStringWithValue",
          "declaration": {
            "name": "isStringWithValue",
            "module": "src/shared/medical-documents-api/generated/openapi-search/core/request.ts"
          }
        },
        {
          "kind": "js",
          "name": "isBlob",
          "declaration": {
            "name": "isBlob",
            "module": "src/shared/medical-documents-api/generated/openapi-search/core/request.ts"
          }
        },
        {
          "kind": "js",
          "name": "isFormData",
          "declaration": {
            "name": "isFormData",
            "module": "src/shared/medical-documents-api/generated/openapi-search/core/request.ts"
          }
        },
        {
          "kind": "js",
          "name": "base64",
          "declaration": {
            "name": "base64",
            "module": "src/shared/medical-documents-api/generated/openapi-search/core/request.ts"
          }
        },
        {
          "kind": "js",
          "name": "getQueryString",
          "declaration": {
            "name": "getQueryString",
            "module": "src/shared/medical-documents-api/generated/openapi-search/core/request.ts"
          }
        },
        {
          "kind": "js",
          "name": "getFormData",
          "declaration": {
            "name": "getFormData",
            "module": "src/shared/medical-documents-api/generated/openapi-search/core/request.ts"
          }
        },
        {
          "kind": "js",
          "name": "resolve",
          "declaration": {
            "name": "resolve",
            "module": "src/shared/medical-documents-api/generated/openapi-search/core/request.ts"
          }
        },
        {
          "kind": "js",
          "name": "getHeaders",
          "declaration": {
            "name": "getHeaders",
            "module": "src/shared/medical-documents-api/generated/openapi-search/core/request.ts"
          }
        },
        {
          "kind": "js",
          "name": "getRequestBody",
          "declaration": {
            "name": "getRequestBody",
            "module": "src/shared/medical-documents-api/generated/openapi-search/core/request.ts"
          }
        },
        {
          "kind": "js",
          "name": "sendRequest",
          "declaration": {
            "name": "sendRequest",
            "module": "src/shared/medical-documents-api/generated/openapi-search/core/request.ts"
          }
        },
        {
          "kind": "js",
          "name": "getResponseHeader",
          "declaration": {
            "name": "getResponseHeader",
            "module": "src/shared/medical-documents-api/generated/openapi-search/core/request.ts"
          }
        },
        {
          "kind": "js",
          "name": "getResponseBody",
          "declaration": {
            "name": "getResponseBody",
            "module": "src/shared/medical-documents-api/generated/openapi-search/core/request.ts"
          }
        },
        {
          "kind": "js",
          "name": "catchErrorCodes",
          "declaration": {
            "name": "catchErrorCodes",
            "module": "src/shared/medical-documents-api/generated/openapi-search/core/request.ts"
          }
        },
        {
          "kind": "js",
          "name": "request",
          "declaration": {
            "name": "request",
            "module": "src/shared/medical-documents-api/generated/openapi-search/core/request.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/shared/medical-documents-api/generated/openapi-search/services/SearchApiService.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "SearchApiService",
          "members": [
            {
              "kind": "method",
              "name": "get",
              "privacy": "public",
              "static": true,
              "return": {
                "type": {
                  "text": ""
                }
              },
              "parameters": [
                {
                  "name": "term",
                  "type": {
                    "text": "string"
                  },
                  "description": "term to search"
                },
                {
                  "name": "xApiKey",
                  "optional": true,
                  "type": {
                    "text": "any"
                  }
                },
                {
                  "name": "traceparent",
                  "optional": true,
                  "type": {
                    "text": "any"
                  },
                  "description": "W3C Trace Parent header. See https://www.w3.org/TR/trace-context/#traceparent-header)"
                },
                {
                  "name": "tracestate",
                  "optional": true,
                  "type": {
                    "text": "any"
                  },
                  "description": "W3C Trace State header. See https://www.w3.org/TR/trace-context/#tracestate-header)"
                }
              ],
              "description": "Search medication by a term"
            }
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "SearchApiService",
          "declaration": {
            "name": "SearchApiService",
            "module": "src/shared/medical-documents-api/generated/openapi-search/services/SearchApiService.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/shared/medical-documents-api/generated/openapi-upload/core/ApiError.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ApiError",
          "members": [
            {
              "kind": "field",
              "name": "url",
              "type": {
                "text": "string"
              },
              "privacy": "public",
              "readonly": true
            },
            {
              "kind": "field",
              "name": "status",
              "type": {
                "text": "number"
              },
              "privacy": "public",
              "readonly": true
            },
            {
              "kind": "field",
              "name": "statusText",
              "type": {
                "text": "string"
              },
              "privacy": "public",
              "readonly": true
            },
            {
              "kind": "field",
              "name": "body",
              "type": {
                "text": "any"
              },
              "privacy": "public",
              "readonly": true
            },
            {
              "kind": "field",
              "name": "request",
              "type": {
                "text": "ApiRequestOptions"
              },
              "privacy": "public",
              "readonly": true,
              "default": "request"
            },
            {
              "kind": "field",
              "name": "name",
              "type": {
                "text": "string"
              },
              "default": "'ApiError'"
            }
          ],
          "superclass": {
            "name": "Error",
            "module": "src/shared/medical-documents-api/generated/openapi-upload/core/ApiError.ts"
          }
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ApiError",
          "declaration": {
            "name": "ApiError",
            "module": "src/shared/medical-documents-api/generated/openapi-upload/core/ApiError.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/shared/medical-documents-api/generated/openapi-upload/core/ApiRequestOptions.ts",
      "declarations": [],
      "exports": []
    },
    {
      "kind": "javascript-module",
      "path": "src/shared/medical-documents-api/generated/openapi-upload/core/ApiResult.ts",
      "declarations": [],
      "exports": []
    },
    {
      "kind": "javascript-module",
      "path": "src/shared/medical-documents-api/generated/openapi-upload/core/CancelablePromise.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "CancelError",
          "members": [
            {
              "kind": "field",
              "name": "isCancelled",
              "type": {
                "text": "boolean"
              },
              "privacy": "public",
              "readonly": true
            },
            {
              "kind": "field",
              "name": "name",
              "type": {
                "text": "string"
              },
              "default": "'CancelError'"
            }
          ],
          "superclass": {
            "name": "Error",
            "module": "src/shared/medical-documents-api/generated/openapi-upload/core/CancelablePromise.ts"
          }
        },
        {
          "kind": "class",
          "description": "",
          "name": "CancelablePromise",
          "members": [
            {
              "kind": "field",
              "name": "#isResolved",
              "privacy": "private",
              "type": {
                "text": "boolean"
              },
              "default": "false"
            },
            {
              "kind": "field",
              "name": "#isRejected",
              "privacy": "private",
              "type": {
                "text": "boolean"
              },
              "default": "false"
            },
            {
              "kind": "field",
              "name": "#isCancelled",
              "privacy": "private",
              "type": {
                "text": "boolean"
              },
              "default": "false"
            },
            {
              "kind": "field",
              "name": "#cancelHandlers",
              "privacy": "private",
              "type": {
                "text": "(() => void)[]"
              },
              "readonly": true,
              "default": "[]"
            },
            {
              "kind": "field",
              "name": "#promise",
              "privacy": "private",
              "type": {
                "text": "Promise<T>"
              },
              "readonly": true,
              "default": "new Promise<T>((resolve, reject) => { this.#resolve = resolve; this.#reject = reject; const onResolve = (value: T | PromiseLike<T>): void => { if (this.#isResolved || this.#isRejected || this.#isCancelled) { return; } this.#isResolved = true; if (this.#resolve) this.#resolve(value); }; const onReject = (reason?: any): void => { if (this.#isResolved || this.#isRejected || this.#isCancelled) { return; } this.#isRejected = true; if (this.#reject) this.#reject(reason); }; const onCancel = (cancelHandler: () => void): void => { if (this.#isResolved || this.#isRejected || this.#isCancelled) { return; } this.#cancelHandlers.push(cancelHandler); }; Object.defineProperty(onCancel, 'isResolved', { get: (): boolean => this.#isResolved, }); Object.defineProperty(onCancel, 'isRejected', { get: (): boolean => this.#isRejected, }); Object.defineProperty(onCancel, 'isCancelled', { get: (): boolean => this.#isCancelled, }); return executor(onResolve, onReject, onCancel as OnCancel); })"
            },
            {
              "kind": "field",
              "name": "#resolve",
              "privacy": "private",
              "type": {
                "text": "(value: T | PromiseLike<T>) => void | undefined"
              }
            },
            {
              "kind": "field",
              "name": "#reject",
              "privacy": "private",
              "type": {
                "text": "(reason?: any) => void | undefined"
              }
            },
            {
              "kind": "field",
              "name": "[Symbol.toStringTag]",
              "readonly": true
            },
            {
              "kind": "method",
              "name": "then",
              "privacy": "public",
              "return": {
                "type": {
                  "text": "Promise<TResult1 | TResult2>"
                }
              },
              "parameters": [
                {
                  "name": "onFulfilled",
                  "optional": true,
                  "type": {
                    "text": "((value: T) => TResult1 | PromiseLike<TResult1>) | null"
                  }
                },
                {
                  "name": "onRejected",
                  "optional": true,
                  "type": {
                    "text": "((reason: any) => TResult2 | PromiseLike<TResult2>) | null"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "catch",
              "privacy": "public",
              "return": {
                "type": {
                  "text": "Promise<T | TResult>"
                }
              },
              "parameters": [
                {
                  "name": "onRejected",
                  "optional": true,
                  "type": {
                    "text": "((reason: any) => TResult | PromiseLike<TResult>) | null"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "finally",
              "privacy": "public",
              "return": {
                "type": {
                  "text": "Promise<T>"
                }
              },
              "parameters": [
                {
                  "name": "onFinally",
                  "optional": true,
                  "type": {
                    "text": "(() => void) | null"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "cancel",
              "privacy": "public",
              "return": {
                "type": {
                  "text": "void"
                }
              }
            },
            {
              "kind": "field",
              "name": "isCancelled",
              "type": {
                "text": "boolean"
              },
              "privacy": "public",
              "readonly": true
            }
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "CancelError",
          "declaration": {
            "name": "CancelError",
            "module": "src/shared/medical-documents-api/generated/openapi-upload/core/CancelablePromise.ts"
          }
        },
        {
          "kind": "js",
          "name": "CancelablePromise",
          "declaration": {
            "name": "CancelablePromise",
            "module": "src/shared/medical-documents-api/generated/openapi-upload/core/CancelablePromise.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/shared/medical-documents-api/generated/openapi-upload/core/OpenAPI.ts",
      "declarations": [
        {
          "kind": "variable",
          "name": "OpenAPI",
          "type": {
            "text": "OpenAPIConfig"
          },
          "default": "{ BASE: 'http://localhost:8206', VERSION: '1.0', WITH_CREDENTIALS: false, CREDENTIALS: 'include', TOKEN: undefined, USERNAME: undefined, PASSWORD: undefined, HEADERS: undefined, ENCODE_PATH: undefined, }"
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "OpenAPI",
          "declaration": {
            "name": "OpenAPI",
            "module": "src/shared/medical-documents-api/generated/openapi-upload/core/OpenAPI.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/shared/medical-documents-api/generated/openapi-upload/core/request.ts",
      "declarations": [
        {
          "kind": "function",
          "name": "isDefined",
          "return": {
            "type": {
              "text": "value is Exclude<T, null | undefined>"
            }
          },
          "parameters": [
            {
              "name": "value",
              "type": {
                "text": "T | null | undefined"
              }
            }
          ]
        },
        {
          "kind": "function",
          "name": "isString",
          "return": {
            "type": {
              "text": "value is string"
            }
          },
          "parameters": [
            {
              "name": "value",
              "type": {
                "text": "any"
              }
            }
          ]
        },
        {
          "kind": "function",
          "name": "isStringWithValue",
          "return": {
            "type": {
              "text": "value is string"
            }
          },
          "parameters": [
            {
              "name": "value",
              "type": {
                "text": "any"
              }
            }
          ]
        },
        {
          "kind": "function",
          "name": "isBlob",
          "return": {
            "type": {
              "text": "value is Blob"
            }
          },
          "parameters": [
            {
              "name": "value",
              "type": {
                "text": "any"
              }
            }
          ]
        },
        {
          "kind": "function",
          "name": "isFormData",
          "return": {
            "type": {
              "text": "value is FormData"
            }
          },
          "parameters": [
            {
              "name": "value",
              "type": {
                "text": "any"
              }
            }
          ]
        },
        {
          "kind": "function",
          "name": "base64",
          "return": {
            "type": {
              "text": "string"
            }
          },
          "parameters": [
            {
              "name": "str",
              "type": {
                "text": "string"
              }
            }
          ]
        },
        {
          "kind": "function",
          "name": "getQueryString",
          "return": {
            "type": {
              "text": "string"
            }
          },
          "parameters": [
            {
              "name": "params",
              "type": {
                "text": "Record<string, any>"
              }
            }
          ]
        },
        {
          "kind": "variable",
          "name": "url",
          "default": "`${config.BASE}${path}`"
        },
        {
          "kind": "function",
          "name": "getFormData",
          "return": {
            "type": {
              "text": "FormData | undefined"
            }
          },
          "parameters": [
            {
              "name": "options",
              "type": {
                "text": "ApiRequestOptions"
              }
            }
          ]
        },
        {
          "kind": "function",
          "name": "resolve",
          "return": {
            "type": {
              "text": "Promise<T | undefined>"
            }
          },
          "parameters": [
            {
              "name": "options",
              "type": {
                "text": "ApiRequestOptions"
              }
            },
            {
              "name": "resolver",
              "optional": true,
              "type": {
                "text": "T | Resolver<T>"
              }
            }
          ]
        },
        {
          "kind": "function",
          "name": "getHeaders",
          "return": {
            "type": {
              "text": "Promise<Headers>"
            }
          },
          "parameters": [
            {
              "name": "config",
              "type": {
                "text": "OpenAPIConfig"
              }
            },
            {
              "name": "options",
              "type": {
                "text": "ApiRequestOptions"
              }
            }
          ]
        },
        {
          "kind": "variable",
          "name": "headers"
        },
        {
          "kind": "function",
          "name": "getRequestBody",
          "return": {
            "type": {
              "text": "any"
            }
          },
          "parameters": [
            {
              "name": "options",
              "type": {
                "text": "ApiRequestOptions"
              }
            }
          ]
        },
        {
          "kind": "function",
          "name": "sendRequest",
          "return": {
            "type": {
              "text": "Promise<Response>"
            }
          },
          "parameters": [
            {
              "name": "config",
              "type": {
                "text": "OpenAPIConfig"
              }
            },
            {
              "name": "options",
              "type": {
                "text": "ApiRequestOptions"
              }
            },
            {
              "name": "url",
              "type": {
                "text": "string"
              }
            },
            {
              "name": "body",
              "type": {
                "text": "any"
              }
            },
            {
              "name": "formData",
              "type": {
                "text": "FormData | undefined"
              }
            },
            {
              "name": "headers",
              "type": {
                "text": "Headers"
              }
            },
            {
              "name": "onCancel",
              "type": {
                "text": "OnCancel"
              }
            }
          ]
        },
        {
          "kind": "variable",
          "name": "request",
          "type": {
            "text": "RequestInit"
          },
          "default": "{ headers, body: body ?? formData, method: options.method, signal: controller.signal, }"
        },
        {
          "kind": "function",
          "name": "getResponseHeader",
          "return": {
            "type": {
              "text": "string | undefined"
            }
          },
          "parameters": [
            {
              "name": "response",
              "type": {
                "text": "Response"
              }
            },
            {
              "name": "responseHeader",
              "optional": true,
              "type": {
                "text": "string"
              }
            }
          ]
        },
        {
          "kind": "function",
          "name": "getResponseBody",
          "return": {
            "type": {
              "text": "Promise<any>"
            }
          },
          "parameters": [
            {
              "name": "response",
              "type": {
                "text": "Response"
              }
            }
          ]
        },
        {
          "kind": "function",
          "name": "catchErrorCodes",
          "return": {
            "type": {
              "text": "void"
            }
          },
          "parameters": [
            {
              "name": "options",
              "type": {
                "text": "ApiRequestOptions"
              }
            },
            {
              "name": "result",
              "type": {
                "text": "ApiResult"
              }
            }
          ]
        },
        {
          "kind": "function",
          "name": "request",
          "return": {
            "type": {
              "text": ""
            }
          },
          "parameters": [
            {
              "name": "config",
              "type": {
                "text": "OpenAPIConfig"
              },
              "description": "The OpenAPI configuration object"
            },
            {
              "name": "options",
              "type": {
                "text": "ApiRequestOptions"
              },
              "description": "The request options from the service"
            }
          ],
          "description": "Request method"
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "isDefined",
          "declaration": {
            "name": "isDefined",
            "module": "src/shared/medical-documents-api/generated/openapi-upload/core/request.ts"
          }
        },
        {
          "kind": "js",
          "name": "isString",
          "declaration": {
            "name": "isString",
            "module": "src/shared/medical-documents-api/generated/openapi-upload/core/request.ts"
          }
        },
        {
          "kind": "js",
          "name": "isStringWithValue",
          "declaration": {
            "name": "isStringWithValue",
            "module": "src/shared/medical-documents-api/generated/openapi-upload/core/request.ts"
          }
        },
        {
          "kind": "js",
          "name": "isBlob",
          "declaration": {
            "name": "isBlob",
            "module": "src/shared/medical-documents-api/generated/openapi-upload/core/request.ts"
          }
        },
        {
          "kind": "js",
          "name": "isFormData",
          "declaration": {
            "name": "isFormData",
            "module": "src/shared/medical-documents-api/generated/openapi-upload/core/request.ts"
          }
        },
        {
          "kind": "js",
          "name": "base64",
          "declaration": {
            "name": "base64",
            "module": "src/shared/medical-documents-api/generated/openapi-upload/core/request.ts"
          }
        },
        {
          "kind": "js",
          "name": "getQueryString",
          "declaration": {
            "name": "getQueryString",
            "module": "src/shared/medical-documents-api/generated/openapi-upload/core/request.ts"
          }
        },
        {
          "kind": "js",
          "name": "getFormData",
          "declaration": {
            "name": "getFormData",
            "module": "src/shared/medical-documents-api/generated/openapi-upload/core/request.ts"
          }
        },
        {
          "kind": "js",
          "name": "resolve",
          "declaration": {
            "name": "resolve",
            "module": "src/shared/medical-documents-api/generated/openapi-upload/core/request.ts"
          }
        },
        {
          "kind": "js",
          "name": "getHeaders",
          "declaration": {
            "name": "getHeaders",
            "module": "src/shared/medical-documents-api/generated/openapi-upload/core/request.ts"
          }
        },
        {
          "kind": "js",
          "name": "getRequestBody",
          "declaration": {
            "name": "getRequestBody",
            "module": "src/shared/medical-documents-api/generated/openapi-upload/core/request.ts"
          }
        },
        {
          "kind": "js",
          "name": "sendRequest",
          "declaration": {
            "name": "sendRequest",
            "module": "src/shared/medical-documents-api/generated/openapi-upload/core/request.ts"
          }
        },
        {
          "kind": "js",
          "name": "getResponseHeader",
          "declaration": {
            "name": "getResponseHeader",
            "module": "src/shared/medical-documents-api/generated/openapi-upload/core/request.ts"
          }
        },
        {
          "kind": "js",
          "name": "getResponseBody",
          "declaration": {
            "name": "getResponseBody",
            "module": "src/shared/medical-documents-api/generated/openapi-upload/core/request.ts"
          }
        },
        {
          "kind": "js",
          "name": "catchErrorCodes",
          "declaration": {
            "name": "catchErrorCodes",
            "module": "src/shared/medical-documents-api/generated/openapi-upload/core/request.ts"
          }
        },
        {
          "kind": "js",
          "name": "request",
          "declaration": {
            "name": "request",
            "module": "src/shared/medical-documents-api/generated/openapi-upload/core/request.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/shared/medical-documents-api/generated/openapi-upload/services/UploadApiService.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "UploadApiService",
          "members": [
            {
              "kind": "method",
              "name": "upload",
              "privacy": "public",
              "static": true,
              "return": {
                "type": {
                  "text": ""
                }
              },
              "parameters": [
                {
                  "name": "xApiKey",
                  "optional": true,
                  "type": {
                    "text": "any"
                  }
                },
                {
                  "name": "traceparent",
                  "optional": true,
                  "type": {
                    "text": "any"
                  },
                  "description": "W3C Trace Parent header. See https://www.w3.org/TR/trace-context/#traceparent-header)"
                },
                {
                  "name": "tracestate",
                  "optional": true,
                  "type": {
                    "text": "any"
                  },
                  "description": "W3C Trace State header. See https://www.w3.org/TR/trace-context/#tracestate-header)"
                },
                {
                  "name": "formData",
                  "optional": true,
                  "type": {
                    "text": "{\n            /**\n             * File to upload\n             */\n            file: Blob;\n        }"
                  }
                }
              ],
              "description": "Upload a file"
            },
            {
              "kind": "method",
              "name": "get",
              "privacy": "public",
              "static": true,
              "return": {
                "type": {
                  "text": ""
                }
              },
              "parameters": [
                {
                  "name": "id",
                  "type": {
                    "text": "string"
                  },
                  "description": "File id"
                },
                {
                  "name": "xApiKey",
                  "optional": true,
                  "type": {
                    "text": "any"
                  }
                },
                {
                  "name": "traceparent",
                  "optional": true,
                  "type": {
                    "text": "any"
                  },
                  "description": "W3C Trace Parent header. See https://www.w3.org/TR/trace-context/#traceparent-header)"
                },
                {
                  "name": "tracestate",
                  "optional": true,
                  "type": {
                    "text": "any"
                  },
                  "description": "W3C Trace State header. See https://www.w3.org/TR/trace-context/#tracestate-header)"
                }
              ],
              "description": "Get uploaded file by id"
            }
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "UploadApiService",
          "declaration": {
            "name": "UploadApiService",
            "module": "src/shared/medical-documents-api/generated/openapi-upload/services/UploadApiService.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/shared/medical-documents-api/generated/openapi-upload/models/UploadResult.ts",
      "declarations": [],
      "exports": []
    },
    {
      "kind": "javascript-module",
      "path": "src/shared/medical-documents-api/generated/openapi-upload/models/UploadedContent.ts",
      "declarations": [],
      "exports": []
    }
  ]
}
