# Update EHR Settings Update EHR related settings for a clinic Endpoint: PUT /v1/clinics/{clinicId}/settings/ehr Version: 1.0 Security: sessionToken ## Path parameters: - `clinicId` (string, required) ## Request fields (application/json): - `enabled` (boolean, required) Enable or disable the EHR integration - `sourceId` (string, required) - `destinationIds` (object) - `destinationIds.flowsheet` (string, required) Destination ID override for Flowsheets - `destinationIds.results` (string, required) Destination ID override for Results - `destinationIds.notes` (string, required) Destination ID override for Notes - `procedureCodes` (object, required) - `procedureCodes.enableSummaryReports` (string) Procedure Code for Summary Statistics and PDF Reports subscription - `procedureCodes.disableSummaryReports` (string) - `procedureCodes.createAccount` (string) - `procedureCodes.createAccountAndEnableReports` (string) - `mrnIdType` (string, required) - `provider` (string, required) Enum: "xealth", "redox" - `scheduledReports` (object, required) Scheduled Report Settings - `scheduledReports.onUploadEnabled` (boolean, required) Send a PDF Report and a Flowsheet to Redox after a dataset is uploaded. - `scheduledReports.onUploadNoteEventType` (string) Enum: "New", "Replace" - `scheduledReports.cadence` (string, required) The cadence of the scheduled reports. Disabling the scheduled reports does not affect reports which are generated after a dataset is uploaded. Enum: "1d", "7d", "14d", "30d", "DISABLED" - `tags` (object, required) This configuration only applies to integrations using Redox Data Model - `tags.codes` (array) Codes of the clinical info items used to select the tags to associate with the patient. If defined, all tags of a patient will be replaced every time an enrollment order for the patient is processed. - `tags.separator` (string) If set to a non-empty string, the tag values will be split using this separator - `flowsheets` (object, required) - `flowsheets.icode` (boolean, required) Determine if values should be sent in accorance with ICode2 rounding standards, or if we should send the values at higher precision.