!function WP$FormValidation$definition(){var t,i={},e="input[data-validation-settings],select[data-validation-settings],textarea[data-validation-settings],.selectable [data-validation-settings],.mychart-captcha[data-validation-settings]",a="form, [data-validation-group]",n=0,s=function WP$FormValidation$s_validateInputCallback(t){l(t.currentTarget,"focusout"===t.type||"change"===t.type||"input"===t.type&&document.activeElement!==t.currentTarget,!0)},r=function WP$FormValidation$s_validationUpdatedCallback(t,i){l(t.currentTarget,!1,!0,!1,i,!0)},l=function WP$FormValidation$s_validateInput(t,i,e,a,n,s){var r,l,o,d,u,h;if(void 0!==(l=(r=$afe.jq(t)).safeAttr("data-validation-settings"))){if(o=new v(JSON.parse(l)),(d=new I(r,o,i,e,a,s)).validateInput(),h=d.valid!==d.initiallyValid,void 0!==d.$matchField&&d.$matchField.length&&d.valid){var p=new v(JSON.parse(d.$matchField.safeAttr("data-validation-settings")));e=""!==d.$matchField.val()&&document.activeElement!==r[0];(u=new I(d.$matchField,p,!0,e,!1)).validateInput(),h=h||u.valid!==u.initiallyValid}n||!h&&!d.$form.is("[data-validation-group][data-invalid]")||y(d.$form,!0)}},o=function WP$FormValidation$s_flagClickedSubmitButton(t){$afe.jq(t.target).safeAttr("data-clicked","true")},d=function WP$FormValidation$s_preventInvalidFormSubmission(t){var i,e;(e=(i=$afe.jq(t.target)).find('[type="submit"][data-clicked]')).removeAttr("data-clicked"),(0===e.length||e.get(0).hasAttribute("data-disable-if-invalid"))&&i.find("[data-invalid]").filter(":visible").length>0&&(t.preventDefault(),t.stopImmediatePropagation())},u=function WP$FormValidation$s_getInputType(t){var i,e;return i=t.get(0).nodeName.toLowerCase(),e=t.safeAttr("type"),"select"===i?"select":"input"===i&&"checkbox"===e?"checkbox":"input"===i&&"radio"===e?"radio":"input"===i&&"date"===e?"date":"input"===i&&"time"===e?"time":"textarea"===i||"input"===i&&W(e)?"text":"input"===i&&"number"===e?"number":t.closest(".selectable, [data-validation-group], form").hasClass("selectable")?"selectable":t.hasClass("mychart-captcha")?"captcha":"input"===i&&"tel"===e?"tel":"input"===i&&"email"===e?"email":void $$WP.Debug.logError(this.input+" does not have one of the allowed input types. Please fix, or update FormValidation.js to accomodate the new type.")},h=function WP$FormValidation$s_isLiteralInput(t){var i=u(t);return"select"===i||"checkbox"===i||"radio"===i||"tel"===i||"text"===i||"time"===i||"date"===i||"number"===i},p=function WP$FormValidation$s_putInputCache(i){var e,n;e=i.closest(a),t&&(n=t.get(e[0])),(n=n||[]).push(i[0]),t.set(e[0],n)},m=function $WPFromValidation$s_shouldAppendAnnouncement(t,i){return(t||i)&&78!==$$WP.ApplicationContext},c=function $WPFormValidation$s_generateUniqueId(){var t;do{t="parent-form-gen-id_"+n,n++}while(!$afe.select("#"+t));return t},g=function WP$FormValidation$ValidationGroup(t){"object"===$.type(t)&&this._parseRawGroup(t)};g.prototype={allRequired:!1,disableButtonsWhenEmpty:!1,evaluateNestedGroups:!1,evaluateParentGroups:!1,name:null,_parseRawGroup:function WP$FormValidation$ValidationGroup$_parseRawGroup(t){var i;for(i in t)i in g.prototype?this[i]=t[i]:$$WP.Debug.logError("'"+i+"' is not a recognized option in the data-validation-group attribute")},toJSON:function WP$FormValidation$ValidationGroup$toJSON(){var t,i;for(i in t={},this)this[i]!==g.prototype[i]&&(t[i]=this[i]);return JSON.stringify(t)}};var v=function WP$FormValidation$ValidationSettings(t){"object"===$.type(t)&&this._parseRawSettings(t),this.stringsNamespace=$$WP.Strings.getNamespace(this.stringsNamespace||"core.formvalidation")};v.prototype={required:!1,keepSpaces:!1,nullValue:"",maxLength:null,minLength:null,showCharacterCounter:!1,isUSZipCode:!1,isEmail:!1,isCurrency:!1,isNumber:!1,isNumericString:!1,precision:0,min:null,max:null,isDate:!1,isTime:!1,minDate:null,maxDate:null,atLeastOneChecked:!1,mustMatchField:null,isDOB:!1,format:!1,noInvalidCharacters:!0,stringsNamespace:null,_invalidValues:null,_invalidValuesErrorStringName:null,_invalidValuesCustomError:null,_parseRawSettings:function WP$FormValidation$ValidationSettings$_parseRawSettings(t){var i;for(i in t)i in v.prototype?this[i]=t[i]:$$WP.Debug.logError("'"+i+"' is not a recognized option in the data-validation-settings attribute");null!==this.stringsNamespace&&0!==this.stringsNamespace.toLowerCase().indexOf("core.formvalidation")&&$$WP.Debug.logError("Custom namespaces for form validation messages should be sub-namespaces of Core.FormValidation. '"+this.stringsNamespace+"' is not valid."),this.isDate&&(null!==this.minDate&&(this.minDate=new Date(this.minDate)),null!==this.maxDate&&(this.maxDate=new Date(this.maxDate)))},toJSON:function WP$FormValidation$ValidationSettings$toJSON(){var t,i;for(i in t={},this)this[i]!==v.prototype[i]&&(t[i]=this[i]);return void 0!==t.minDate&&(t.minDate=t.minDate.toISOString().substring(0,10)),void 0!==t.maxDate&&(t.maxDate=t.maxDate.toISOString().substring(0,10)),"core.formvalidation"!==t.stringsNamespace.Name?t.stringsNamespace=t.stringsNamespace.Name:delete t.stringsNamespace,JSON.stringify(t)}},v.WholeNumber=new v({isNumber:!0,min:0,precision:0}),v.NaturalNumber=new v({isNumber:!0,min:1,precision:0}),v.Integer=new v({isNumber:!0,precision:0}),v.Required=new v({required:!0}),v.AtLeastOneChecked=new v({atLeastOneChecked:!0}),v.noInvalidCharacters=new v,v.None=new v({noInvalidCharacters:!1});var f=function WP$FormValidation$ValidationProblem(t,i,e,a){this.priority=t,this.stringName=i,void 0===e&&(e=!1),this.onlyDisplayIssueOnLeavingInput=e,this.customErrorMessage=a,f.priority2instance[t]=this};f.prototype={priority:null,stringName:null,onlyDisplayIssueOnLeavingInput:!0,customErrorMessage:null},f.priority2instance={},f.empty=new f(1,"InputRequired"),f.invalidCharacters=new f(2,"InputInvalidCharacters",!1),f.tooLong=new f(3,"InputTooLong",!1),f.tooShort=new f(4,"InputTooShort"),f.noneChecked=new f(5,"NoneChecked"),f.notEmail=new f(6,"InputNotEmail",!0),f.notDirectAddress=new f(7,"InputNotDirectAddress"),f.notCurrency=new f(8,"InputNotCurrency"),f.currencyTooLow=new f(9,"InputTooLow"),f.currencyTooHigh=new f(10,"InputTooHigh"),f.notNumber=new f(11,"InputNotNumber"),f.notWholeNumber=new f(12,"InputNotWholeNumber"),f.numberTooLow=new f(13,"InputTooLow"),f.numberTooHigh=new f(14,"InputTooHigh"),f.notFormattedDate=new f(15,"InputNotFormattedDate",!0),f.notDateInvalidMonth=new f(16,"InputNotDateInvalidMonth",!0),f.notDateInvalidDay=new f(17,"InputNotDateInvalidDay",!0),f.notDateInvalidYear=new f(18,"InputNotDateInvalidYear",!0),f.dateTooEarly=new f(19,"InputTooEarly",!0),f.dateTooLate=new f(20,"InputTooLate",!0),f.notTime=new f(21,"InputNotTime",!0),f.invalidCaptcha=new f(22,"InvalidCaptcha"),f.notZIP=new f(23,"InputNotZIP"),f.notPhone=new f(24,"InputNotPhoneNumber",!0),f.invalid=new f(97,"InputInvalid"),f.invalidRetype=new f(98,"InvalidRetype"),f.groupInvalid=new f(99,"IncompleteGroup");var I=function WP$FormValidation$InputValidator(t,i,e,n,s,r){var l,o;if(this.$input=t,this.input=t.get(0),this.$fieldset=t.closest("fieldset"),this.validationSettings=i,this.asLeavingInput=e,this.updateAppearance=n,this.removeErrorsOnly=r,this.checkStructure=s,void 0===this.validationSettings&&(l=t.safeAttr("data-validation-settings"),this.validationSettings=void 0===l?new v:new v(JSON.parse(l))),this.inputName=t.safeAttr("data-name")||t.safeAttr("name"),this.$form=t.closest(a),this.$messageDisplay=this.$form.find('[data-message-display-for="'+this.inputName+'"]'),this.$messageDisplayAnnouncement=this.$form.find('[data-message-announcement-for="'+this.inputName+'"]'),this.nodeName=this.input.nodeName.toLowerCase(),this._checkProperStructure()){if(this.$messageDisplayAnnouncement.length>0?this.$input.addToAttr("aria-describedby",this.inputName+"_announcement"):this.$input.addToAttr("aria-describedby",this.inputName+"_message"),m(this.validationSettings.isDate,this.validationSettings.isTime)){var d=$$WP.I18N.__appendFormatterAriaAnnouncement(this.$input,!0);this.$input.addToAttr("aria-describedby",d)}0===this.$messageDisplayAnnouncement.length&&(this.validationSettings.maxLength||this.validationSettings.showCharacterCounter)&&(this.$messageDisplay.removeAttr("aria-live"),this.$messageDisplay.safeAttr("aria-hidden",!0),$$WP.SimpleTemplates.Div({id:this.inputName+"_announcement",class:"clearlabel","aria-live":"polite","data-message-announcement-for":this.inputName}).safeInsertAfter(this.$messageDisplay),this.$input.removeAttr("aria-describedby"),this.$input.addToAttr("aria-describedby",this.inputName+"_announcement")),void 0===(o=this.$form.safeAttr("data-validation-group"))?this.validationGroup=new g:(this.validationGroup=new g(JSON.parse(o)),this.$groupMessageDisplay=this.$form.find("[data-message-display-for='"+this.validationGroup.name+"']"),this.$groupMessageDisplay.length>0&&!this.$groupMessageDisplay[0].hasAttribute("aria-live")&&this.$groupMessageDisplay.safeAttr("aria-live","polite")),this.inputValue=t.val(),this.inputType=u(this.$input),this.isLiteralInput=h(this.$input),"checkbox"===this.inputType?this.inputValue=!0===this.input.checked&&t.is(":visible"):"radio"===this.inputType?this.inputValue=this.$form.find('input[name="'+this.inputName+'"]:checked').val():"captcha"===this.inputType&&(this.inputValue=t.find("*[id*=g-recaptcha-response]").first().val()),this.$form.is("[data-validation-group]")?(this.initiallyValid=!this.$input.is("[data-invalid]")&&!this.$form.is("[data-invalid]:not([data-invalid-no-error])"),this.initiallyValid||t.safeAttr("data-invalid","true").safeAttr("aria-invalid","true")):this.initiallyValid=!this.$input.is("[data-invalid]"),(this.validationSettings.required||this.validationSettings.atLeastOneChecked)&&("radio"===this.inputType&&this.$fieldset.length>0?(this.$fieldset.safeAttr("role","radiogroup"),this.$fieldset.safeAttr("aria-required","true")):t.safeAttr("aria-required","true"))}};I.prototype={$input:null,input:null,$form:null,validationSettings:null,validationGroup:null,asLeavingInput:!0,updateAppearance:null,removeErrorsOnly:!1,checkStructure:null,$messageDisplay:null,$messageDisplayAnnouncement:null,$groupMessageDisplay:null,nodeName:null,inputName:null,inputType:null,inputValue:null,initiallyValid:null,isLiteralInput:null,_domHasProperStructure:null,_highestPriorityProblem:null,valid:null,standardizedInputValue:null,validateInput:function WP$FormValidation$InputValidator$validateInput(){var t,i,a,n,s,r,l;if(!this.checkStructure||this._domHasProperStructure){this._highestPriorityProblem=null,"select"===this.inputType?this._validateSelectInput():"checkbox"===this.inputType?this._validateCheckboxInput():"radio"===this.inputType?this._validateRadioInput():"text"===this.inputType?this._validateTextInput():"date"===this.inputType?this._validateDateInput():"time"===this.inputType?this._validateTimeInput():"selectable"===this.inputType?this._validateSelectableElement():"captcha"===this.inputType?this._validateCaptcha():"number"===this.inputType?this._validateNumberInput():"tel"===this.inputType?this._validatePhoneInput():this._validateOtherInput(),this.valid=null===this._highestPriorityProblem;var o=this.validationSettings.mustMatchField;if(this.valid&&null!==o&&""!==o){var d=this.$input.prevAll('input[name="'+o+'"], input[data-name="'+o+'"]').first();d.length>0?(this._validateRetype(d),this.valid=null===this._highestPriorityProblem):this.$matchField=this.$input.nextAll('input[name="'+o+'"], input[data-name="'+o+'"]').first()}if(this.valid?(this._findInputsWithSameName().removeAttr("data-invalid").removeAttr("aria-invalid"),"checkbox"===this.inputType&&this.validationSettings.atLeastOneChecked&&this._findInputsWithSameName().removeAttr("aria-required")):(this._findInputsWithSameName().safeAttr("data-invalid","true"),"checkbox"===this.inputType&&this.validationSettings.atLeastOneChecked&&this._findInputsWithSameName().safeAttr("aria-required",!0),this.asLeavingInput?this._findInputsWithSameName().safeAttr("aria-invalid","true"):this._findInputsWithSameName().removeAttr("aria-invalid")),this.$form.is("[data-validation-group]")){if(this.validationGroup.allRequired){for(t=this.$form.find(e).filter(":visible"),a=[],s=0;s<t.length;s++)n=(i=$afe.jq(t.get(s))).safeAttr("data-name")||i.safeAttr("name"),$.inArray(n,a)<0&&a.push(n);for(r=a.length,l=0,s=0;s<a.length;s++)i=this.$form.find(":input[name='"+a[s]+"'], [data-name='"+a[s]+"']"),this._checkIfHasValue(i)?r-=1:i.is("[optional-in-group]")||(l+=1);this._checkIfGroupInvalid(l>0&&r!==a.length||r===a.length&&this.validationGroup.disableButtonsWhenEmpty&&t.length>0,r===a.length||0===l)}else this._checkIfGroupInvalid(!1,!0);this.validationGroup.evaluateNestedGroups&&this._evaluateNestedGroups(),this.validationGroup.evaluateParentGroups&&this._evaluateParentGroups()}this._updateValidationDisplay()}},_validateSelectInput:function WP$FormValidation$InputValidator$_validateSelectInput(){var t=null;if(this.$input.prop("multiple")){var i=null===this.inputValue||Array.isArray(this.inputValue)&&0===this.inputValue.length||Array.isArray(this.inputValue)&&1===this.inputValue.length&&this.inputValue[0]===this.validationSettings.nullValue;this._checkIfInvalid(this.validationSettings.required&&i,f.empty),this._checkIfInvalid(this.validationSettings.atLeastOneChecked&&i,f.noneChecked)}else this._checkIfInvalid(this.validationSettings.required&&this.inputValue===this.validationSettings.nullValue,f.empty);null===this._highestPriorityProblem&&this.validationSettings._invalidValues&&this.inputValue!==this.validationSettings.nullValue&&(t=this.validationSettings._invalidValuesErrorStringName?new f(98,this.validationSettings._invalidValuesErrorStringName):f.invalid,this._checkIfInvalid(-1!==this.validationSettings._invalidValues.indexOf(this.inputValue),t))},_validateCheckboxInput:function WP$FormValidation$InputValidator$_validateCheckboxInput(){var t;this._checkIfInvalid(this.validationSettings.required&&!this.inputValue,f.empty),this.validationSettings.atLeastOneChecked&&!this.inputValue&&(t=this.$form.find('input[type="checkbox"][name="'+this.inputName+'"]:checked:visible'),this._checkIfInvalid(0===t.length,f.noneChecked))},_validateNumberInput:function WP$FormValidation$InputValidator$_validateNumberInput(){var t,i,e,a,n,s,r;t=this.inputValue.length,i=this.inputValue.trim(),this.standardizedInputValue=i,this._checkIfInvalid(null===this._highestPriorityProblem&&this.validationSettings.required&&0===t,f.empty),this._checkIfInvalid(null===this._highestPriorityProblem&&null!==this.validationSettings.maxLength&&t>this.validationSettings.maxLength,f.tooLong),this._checkIfInvalid(null===this._highestPriorityProblem&&""!==this.inputValue&&this.validationSettings.isUSZipCode&&!i.match(I.USZipCodeRegEx),f.notZIP),null===this._highestPriorityProblem&&this.validationSettings.isCurrency&&i.length>0&&(e=$$WP.I18N.parseCurrency(i),a=!isNaN(e),this._checkIfInvalid(null===this._highestPriorityProblem&&!a,f.notCurrency),a&&this.asLeavingInput&&null===this._highestPriorityProblem&&(this.standardizedInputValue=$$WP.I18N.formatNumber(e,$$WP.CurrentLocale.CurrencyDecimalPlaces,!0)),this._checkIfInvalid(null===this._highestPriorityProblem&&null!==this.validationSettings.min&&e<this.validationSettings.min,f.currencyTooLow),this._checkIfInvalid(null===this._highestPriorityProblem&&null!==this.validationSettings.max&&e>this.validationSettings.max,f.currencyTooHigh)),null===this._highestPriorityProblem&&this.validationSettings.isNumber&&i.length>0&&(n=$$WP.I18N.parseNumber(i),s=!isNaN(n),this._checkIfInvalid(null===this._highestPriorityProblem&&!s,f.notNumber),this._checkIfInvalid(null===this._highestPriorityProblem&&0===this.validationSettings.precision&&n%1!=0,f.notWholeNumber),s&&this.asLeavingInput&&null===this._highestPriorityProblem&&(this.standardizedInputValue=$$WP.I18N.formatNumber(n,this.validationSettings.precision)),this._checkIfInvalid(null===this._highestPriorityProblem&&null!==this.validationSettings.min&&n<this.validationSettings.min,f.numberTooLow),this._checkIfInvalid(null===this._highestPriorityProblem&&null!==this.validationSettings.max&&n>this.validationSettings.max,f.numberTooHigh)),null===this._highestPriorityProblem&&this.validationSettings._invalidValues&&i.length>0&&(r=this.validationSettings._invalidValuesErrorStringName?new f(98,this.validationSettings._invalidValuesErrorStringName):f.invalid,this._checkIfInvalid(-1!==this.validationSettings._invalidValues.indexOf(i),r))},_validateRadioInput:function WP$FormValidation$InputValidator$_validateRadioInput(){this._checkIfInvalid(this.validationSettings.required&&void 0===this.inputValue,f.empty),this.validationSettings.atLeastOneChecked&&!this.inputValue&&($checkedRadioButtons=this.$form.find('input[type="radio"][name="'+this.inputName+'"]:checked:visible'),this._checkIfInvalid(0===$checkedRadioButtons.length,f.noneChecked)),null===this._highestPriorityProblem&&this.validationSettings._invalidValues&&(this.validationSettings._invalidValuesErrorStringName?customValidationProblem=new f(98,this.validationSettings._invalidValuesErrorStringName):"string"==typeof this.validationSettings._invalidValuesCustomError&&""!==this.validationSettings._invalidValuesCustomError?customValidationProblem=new f(98,void 0,!0,this.validationSettings._invalidValuesCustomError):customValidationProblem=f.invalid,this._checkIfInvalid(!0,customValidationProblem))},_validateTextInput:function WP$FormValidation$InputValidator$_validateTextInput(){var t,i,e,a,n,s,r,l;t=this.inputValue.length,i=this.inputValue.trim(),this.standardizedInputValue=this.validationSettings.keepSpaces?this.inputValue:i,this._checkIfInvalid(null===this._highestPriorityProblem&&this.validationSettings.required&&0===t,f.empty),this._checkIfInvalidCharacters(i),this._checkIfInvalid(null===this._highestPriorityProblem&&null!==this.validationSettings.maxLength&&t>this.validationSettings.maxLength,f.tooLong),this._checkIfInvalid(null===this._highestPriorityProblem&&null!==this.validationSettings.minLength&&t<this.validationSettings.minLength,f.tooShort),this._checkIfInvalid(null===this._highestPriorityProblem&&""!==this.inputValue&&this.validationSettings.isUSZipCode&&!i.match(I.USZipCodeRegEx),f.notZIP),this.validationSettings.isEmail&&(this.standardizedInputValue=D(i),i=this.standardizedInputValue),l="direct"==this.$input.data("addresstype")?f.notDirectAddress:f.notEmail,this._checkIfInvalid(null===this._highestPriorityProblem&&""!==this.inputValue&&this.validationSettings.isEmail&&!i.match(I.emailRegEx),l),null===this._highestPriorityProblem&&this.validationSettings.isCurrency&&i.length>0&&(e=$$WP.I18N.parseCurrency(i),a=!isNaN(e),this._checkIfInvalid(null===this._highestPriorityProblem&&!a,f.notCurrency),a&&this.asLeavingInput&&null===this._highestPriorityProblem&&(this.standardizedInputValue=$$WP.I18N.formatNumber(e,$$WP.CurrentLocale.CurrencyDecimalPlaces,!0)),this._checkIfInvalid(null===this._highestPriorityProblem&&null!==this.validationSettings.min&&e<this.validationSettings.min,f.currencyTooLow),this._checkIfInvalid(null===this._highestPriorityProblem&&null!==this.validationSettings.max&&e>this.validationSettings.max,f.currencyTooHigh)),null===this._highestPriorityProblem&&this.validationSettings.isNumber&&i.length>0&&(n=$$WP.I18N.parseNumber(i),this._checkIfValidNumber(n)),null===this._highestPriorityProblem&&this.validationSettings.isNumericString&&i.length>0&&this._checkIfNumericString(i),m(this.validationSettings.isDate,this.validationSettings.isTime)&&this.validationSettings.isDate&&i.length>=0&&($$WP.I18N.attachLiveDateFormatter(this.$input,this.validationSettings.isDOB),null===this._highestPriorityProblem&&this._checkIfValidDate(i,this.validationSettings.required)),null===this._highestPriorityProblem&&this.validationSettings.isTime&&i.length>0&&(s=$$WP.I18N.parseTime(i),this._checkIfValidTime(s)),null===this._highestPriorityProblem&&this.validationSettings._invalidValues&&i.length>0&&(r=this.validationSettings._invalidValuesErrorStringName?new f(98,this.validationSettings._invalidValuesErrorStringName):"string"==typeof this.validationSettings._invalidValuesCustomError&&""!==this.validationSettings._invalidValuesCustomError?new f(98,void 0,!0,this.validationSettings._invalidValuesCustomError):f.invalid,this._checkIfInvalid(-1!==this.validationSettings._invalidValues.indexOf(i),r))},_validatePhoneInput:function WP$FormValidation$InputValidator$_validatePhoneInput(){var t,i,e;for(t=this.inputValue.trim();"#"===t.substring(0,1);)t=t.substring(1);this.standardizedInputValue=t,e=new RegExp("[-. ()]","g"),t=t.replace(e,""),this._checkIfInvalid(null===this._highestPriorityProblem&&(""!==t||!0===this.validationSettings.required)&&!$$WPUtil.isValidPhoneNumber(t),f.notPhone),null===this._highestPriorityProblem&&this.validationSettings._invalidValues&&t.length>0&&(i=this.validationSettings._invalidValuesErrorStringName?new f(98,this.validationSettings._invalidValuesErrorStringName):f.invalid,this._checkIfInvalid(-1!==this.validationSettings._invalidValues.indexOf(t),i))},_validateOtherInput:function WP$FormValidation$InputValidator$_validateOtherInput(){var t,i;t=this.inputValue.trim(),this._checkIfInvalidCharacters(t),null===this._highestPriorityProblem&&this.validationSettings._invalidValues&&t.length>0&&(i=this.validationSettings._invalidValuesErrorStringName?new f(98,this.validationSettings._invalidValuesErrorStringName):f.invalid,this._checkIfInvalid(-1!==this.validationSettings._invalidValues.indexOf(t),i))},_checkIfInvalidCharacters:function WP$FormValidation$InputValidator$_checkIfInvalidCharacters(t){this._checkIfInvalid(null===this._highestPriorityProblem&&this.validationSettings.noInvalidCharacters&&!$$WPUtil.IsSupportedChars(t),f.invalidCharacters)},_checkIfValidNumber:function WP$FormValidation$InputValidator$_checkIfValidNumber(t){var i;i=!isNaN(t),this._checkIfInvalid(null===this._highestPriorityProblem&&!i,f.notNumber),this._checkIfInvalid(null===this._highestPriorityProblem&&0===this.validationSettings.precision&&t%1!=0,f.notWholeNumber),i&&this.asLeavingInput&&null===this._highestPriorityProblem&&(this.standardizedInputValue=$$WP.I18N.formatNumber(t,this.validationSettings.precision)),this._checkIfInvalid(null===this._highestPriorityProblem&&null!==this.validationSettings.min&&t<this.validationSettings.min,f.numberTooLow),this._checkIfInvalid(null===this._highestPriorityProblem&&null!==this.validationSettings.max&&t>this.validationSettings.max,f.numberTooHigh)},_checkIfNumericString:function(t){this._checkIfInvalid(null===this._highestPriorityProblem&&null==t.match(I.numberRegEx),f.notNumber)},_validateDateInput:function WP$FormValidation$InputValidator$_validateDateInput(){var t,i;this.input!==document.activeElement&&(this._checkIfInvalid(null===this._highestPriorityProblem&&this.validationSettings.required&&""===this.inputValue,f.empty),this._checkIfValidDate(this.inputValue,this.validationSettings.required),t=this.inputValue.trim(),null===this._highestPriorityProblem&&this.validationSettings._invalidValues&&t.length>0&&(i=this.validationSettings._invalidValuesErrorStringName?new f(98,this.validationSettings._invalidValuesErrorStringName):f.invalid,this._checkIfInvalid(-1!==this.validationSettings._invalidValues.indexOf(t),i)))},_checkIfValidDate:function WP$FormValidation$InputValidator$_checkIfValidDate(t,i){var e;if(""!==t||i){var a=new $$WP.I18N.Date(t,this.inputType,this.validationSettings.isDOB,this.validationSettings.format);null===a.DateObject||a.isValid()||(this._checkIfInvalid(!a.DayOfMonth.isValid(),f.notDateInvalidDay),this._checkIfInvalid(!a.Month.isValid(),f.notDateInvalidMonth),this._checkIfInvalid(!a.Year.isValid(),f.notDateInvalidYear)),this._checkIfInvalid(null===a.DateObject,f.notFormattedDate),null!==a.DateObject&&(this.asLeavingInput&&"text"===this.inputType&&(a.isSpilledOver()||!a.Year.isValid()?this.standardizedInputValue=t:this.standardizedInputValue=$$WP.I18N.formatPatientGivenDate(a.DateObject)),e=a.DateObject.getTime(),this._checkIfInvalid(null===this._highestPriorityProblem&&null!==this.validationSettings.minDate&&e<this.validationSettings.minDate.getTime(),f.dateTooEarly),this._checkIfInvalid(null===this._highestPriorityProblem&&null!==this.validationSettings.maxDate&&e>this.validationSettings.maxDate.getTime()+1,f.dateTooLate))}},_validateTimeInput:function WP$FormValidation$InputValidator$_validateTimeInput(){var t;this.input!==document.activeElement&&(""!==this.inputValue?(t=$$WP.I18N.parse24HrTime(this.inputValue),this._checkIfValidTime(t)):this._checkIfInvalid(null===this._highestPriorityProblem&&this.validationSettings.required,f.empty))},_checkIfValidTime:function WP$FormValidation$InputValidator$_checkIfValidTime(t){this._checkIfInvalid(null===t,f.notTime),null!==t&&this.asLeavingInput&&"text"===this.inputType&&(this.standardizedInputValue=$$WP.I18N.formatPatientGivenTime(t))},_validateSelectableElement:function WP$FormValidation$InputValidator$_validateSelectableElement(){var t;this.validationSettings.atLeastOneChecked&&!this.inputValue&&(t=this.$form.find("[data-name='"+this.inputName+"'].selected"),this._checkIfInvalid(0===t.length,f.noneChecked))},_validateCaptcha:function WP$FormValidation$InputValidator$_validateCaptcha(){var t=this.inputValue.trim();this._checkIfInvalid(this.validationSettings.required&&0===t.length,f.invalidCaptcha)},_validateRetype:function WP$FormValidation$InputValidator$_validateRetype(t){this._checkIfInvalid(this.inputValue!==t.val(),f.invalidRetype)},_evaluateNestedGroups:function WP$FormValidation$InputValidator$_evaluateNestedGroups(t){return t||(t=this.$form),t.find("[data-validation-group][data-invalid]").length>0&&(t.safeAttr("data-invalid","true"),!0)},_evaluateParentGroups:function WP$FormValidation$InputValidator$_evaluateParentGroups(){var t,i,e,n;if(0!==(t=this.$form.parents(a)).length)for(i=0;i<t.length;i++)e=$afe.jq(t[i]),new g(JSON.parse(e.safeAttr("data-validation-group")||"{}")).evaluateNestedGroups&&(this._evaluateNestedGroups(e)||(n=this._findDirectChildInputs(e,"[data-invalid]"),this._hasVisibleElement(n)?e.safeAttr("data-invalid","true"):e.removeAttr("data-invalid")))},_findDirectChildInputs:function WP$FormValidation$InputValidator$_findDirectChildInputs(i,e){var n;return(n=function $WPFormValidation$s_getInputsFromCache(i,e){var a,n;return t&&(a=t.get(i[0])),a&&(n=$afe.jq(a),e&&(n=n.filter(e))),n}(i,e))||(n=$afe.select(".section.questionsContainer").length>0?i.find("[parent-form='"+i[0].id+"']").filter(e):(n=i.find(e)).filter((function WP$FormValidation$checkIfFormIsValid$invalidInputsFilter(){return $afe.jq(this).closest(a).is(i)}))),n},_hasVisibleElement:function WP$FormValidation$InputValidator$_hasVisibleElement(t){var i;for(i=0;i<t.length;i++)if($afe.jq(t.get(i)).is(":visible"))return!0},_getInvalidCharacters:function WP$FormValidation$InputValidator$_getInvalidCharacters(t){for(var i,e=!1,a=0;a<t.length;a++)$$WPUtil.IsSupportedChars(t[a])||(e?i=i.concat(", ",t[a]):(i=t[a],e=!0));return i},_updateValidationDisplay:function WP$FormValidation$InputValidator$_updateValidationDisplay(){var t,i,e,a,n,s;if(this.updateAppearance){if(t=(this.inputValue||"")+"",a=this.validationSettings.maxLength||0,n=this.validationSettings.minLength||0,s=t.length,messageInputType=k(this.inputType,this.$input),e={"@MYCHART@CHARACTERLIMIT@":{Value:s<n?n:a,EncodingType:$$WP.Strings.EncodingTypes.None},"@MYCHART@CHARACTERSUSED@":{Value:s,EncodingType:$$WP.Strings.EncodingTypes.None},"@MYCHART@CHARACTERSREMAINING@":{Value:a-s,EncodingType:$$WP.Strings.EncodingTypes.None},"@MYCHART@MINIMUM@":{Value:$$WP.I18N.formatNumber(this.validationSettings.min||0,this.validationSettings.precision),EncodingType:$$WP.Strings.EncodingTypes.None},"@MYCHART@MAXIMUM@":{Value:$$WP.I18N.formatNumber(this.validationSettings.max||0,this.validationSettings.precision),EncodingType:$$WP.Strings.EncodingTypes.None},"@MYCHART@DATEFORMAT@":{Value:this._getDateFormatForDisplay(),EncodingType:$$WP.Strings.EncodingTypes.None},"@MYCHART@MINDATE@":{Value:$$WP.I18N.formatPatientGivenDate(this.validationSettings.minDate),EncodingType:$$WP.Strings.EncodingTypes.None},"@MYCHART@MAXDATE@":{Value:$$WP.I18N.formatPatientGivenDate(this.validationSettings.maxDate),EncodingType:$$WP.Strings.EncodingTypes.None},"@MYCHART@TIMEFORMAT@":{Value:this._getTimeFormatForDisplay(),EncodingType:$$WP.Strings.EncodingTypes.None},"@MYCHART@INPUTTYPE@":{Value:$$WP.Strings.get("Type_"+messageInputType,"Core.FormValidation"),EncodingType:$$WP.Strings.EncodingTypes.None},"@MYCHART@INVALIDCHARACTERS@":{Value:this._getInvalidCharacters(t),EncodingType:$$WP.Strings.EncodingTypes.None}},this.validationSettings.stringsNamespace.addMnemonics(e),this.validationSettings.isDate&&!this.validationSettings.minDate&&(this.validationSettings.minDate="1841-01-01"),this.valid||this._highestPriorityProblem.onlyDisplayIssueOnLeavingInput&&!this.asLeavingInput)this.$input.removeClass("invalid"),this.$messageDisplay.empty(),this.$messageDisplayAnnouncement.empty(),this.$messageDisplay.removeAttr("data-invalid-reason");else if(!this.removeErrorsOnly&&!this.valid&&(this.$input.addClass("invalid"),Number(this.$messageDisplay.safeAttr("data-invalid-reason"))!==this._highestPriorityProblem&&this.asLeavingInput||!this._highestPriorityProblem.onlyDisplayIssueOnLeavingInput||this.$input.hasClass("togglebutton"))){"string"==typeof(i=this._highestPriorityProblem.customErrorMessage)&&""!==i||(i=this.validationSettings.stringsNamespace.getString(this._highestPriorityProblem.stringName));var r=this.validationSettings.maxLength&&this.validationSettings.maxLength<s;if(null!==r&&r)this.$messageDisplay.empty().safeAppend($$WP.SimpleTemplates.ValidationMessage(i)),this.$input.on("keyup",function(){clearTimeout(l),l=setTimeout(function(){this.$messageDisplayAnnouncement.length>0&&(this.$messageDisplayAnnouncement[0].innerHTML=this.$messageDisplay[0].innerHTML,setTimeout(function(){$afe.select("#"+this.$messageDisplayAnnouncement[0].id).empty()}.bind(this),200))}.bind(this),1500)}.bind(this)),this.$input.on("keydown",(function(){clearTimeout(l)}));else this.$messageDisplay.empty().safeAppend($$WP.SimpleTemplates.ValidationMessage(i)),0!==this.$messageDisplayAnnouncement.length&&(this.$messageDisplayAnnouncement[0].innerHTML=this.$messageDisplay[0].innerHTML);this.$messageDisplay.safeAttr("data-invalid-reason",this._highestPriorityProblem)}var l;if(this.valid&&this.validationSettings.showCharacterCounter&&!this.asLeavingInput&&this.input===document.activeElement)$$WP.Strings.setDisplayText(this.$messageDisplay,"CharacterCounter",this.validationSettings.stringsNamespace),this.$input.on("keyup",function(){clearTimeout(l),l=setTimeout(function(){!this.$input.hasClass("invalid")&&this.$messageDisplayAnnouncement.length>0&&(this.$messageDisplayAnnouncement[0].innerHTML=this.$messageDisplay[0].innerHTML,setTimeout(function(){$afe.select("#"+this.$messageDisplayAnnouncement[0].id).empty()}.bind(this),200))}.bind(this),1500)}.bind(this)),this.$input.on("keydown",(function(){clearTimeout(l)}));null!==this.standardizedInputValue&&this.asLeavingInput&&(this.$input.val(this.standardizedInputValue),this.$input.hasClass("slidervalue")&&(""===this.standardizedInputValue&&this.standardizedInputValue!==t||""!==this.standardizedInputValue&&$$WP.I18N.parseNumber(this.standardizedInputValue)!==$$WP.I18N.parseNumber(t))&&this.$input.trigger("updateslider")),m(this.validationSettings.isDate,this.validationSettings.isTime)&&(this.standardizedInputValue!==this.inputValue?$$WP.I18N.__appendFormatterAriaAnnouncement(this.$input,void 0,this.standardizedInputValue,this.validationSettings.isDOB,this.validationSettings.isTime):this.validationSettings.format||this.asLeavingInput||$$WP.I18N.__clearFormatterAriaAnnouncement(this.$input)),this.$form.is("[data-validation-group]")&&(this.$form.is("[data-invalid]:not([data-invalid-no-error])")?(i=this.validationSettings.stringsNamespace.getString(f.groupInvalid.stringName),this.$groupMessageDisplay.empty(),this.$groupMessageDisplay.safeAppend($$WP.SimpleTemplates.ValidationMessage(i)),this.$groupMessageDisplay.safeAttr("data-invalid-reason",f.groupInvalid)):this.$groupMessageDisplay.empty(),this.valid=this.valid&&!this.$form.is("[data-invalid]")),this.validationSettings.stringsNamespace.clearMnemonics()}},_checkIfInvalid:function WP$FormValidation$InputValidator$_checkIfInvalid(t,i){t&&(null===this._highestPriorityProblem||this._highestPriorityProblem.priority>i.priority)&&(this._highestPriorityProblem=i)},_checkIfGroupInvalid:function WP$FormValidation$InputValidator$_checkIfGroupInvalid(t,i){var e,a=this.$form;t?(a.safeAttr("data-invalid","true"),i?a.safeAttr("data-invalid-no-error","true"):a.removeAttr("data-invalid-no-error")):(e=this._findDirectChildInputs(a,"input[data-invalid], select[data-invalid], textarea[data-invalid], .selectable [data-invalid]"),this._hasVisibleElement(e)?(a.safeAttr("data-invalid","true"),i&&a.safeAttr("data-invalid-no-error","true")):a.removeAttr("data-invalid").removeAttr("data-invalid-no-error"))},_checkIfHasValue:function WP$FormValidation$InputValidator$_checkIfHasValue(t){var i=u(t.first());return"select"===i?t.val()!==JSON.parse(t.safeAttr("data-validation-settings")).nullValue:"checkbox"===i||"radio"===i?t.is(":checked"):"text"===i||"date"===i||"time"===i||"number"===i||"tel"===i||"email"===i?t.val().length>0:"selectable"===i?t.hasClass("selected"):"captcha"===i?t.find("#g-recaptcha-response").val().length>0:void $$WP.Debug.logError(this.input+" does not have one of the allowed input types. Please fix, or update FormValidation.js to accomodate the new type.")},_getDateFormatForDisplay:function WP$FormValidation$InputValidator$_getDateFormatForDisplay(){return $$WP.I18N.DateFormat.toLowerCase().replace(/d+/g,this.validationSettings.stringsNamespace.getString("DD")).replace(/m+/g,this.validationSettings.stringsNamespace.getString("MM")).replace(/y+/g,this.validationSettings.stringsNamespace.getString("YYYY"))},_getTimeFormatForDisplay:function WP$FormValidation$InputValidator$_getTimeFormatForDisplay(){return $$WP.I18N.TimeFormat.toLowerCase().replace(/h+/g,this.validationSettings.stringsNamespace.getString("HH")).replace(/m+/g,this.validationSettings.stringsNamespace.getString("MI")).replace(/t+/g,this.validationSettings.stringsNamespace.getString("TT"))},_checkProperStructure:function WP$FormValidation$InputValidator$_checkProperStructure(){var t,i,e,a;return!(this.checkStructure&&!this._domHasProperStructure)||(t=!0,void 0===this.inputName&&($$WP.Debug.logError(this.input+" needs to specify the 'name' or 'data-name' attribute"),t=!1),0===this.$messageDisplay.length&&($$WP.Debug.logError(this.input+" needs to have a message display element specified using the data-message-display-for attribute."),t=!1),0===this.$form.length&&($$WP.Debug.logError(this.input+" needs to be in a <form> or validation-group to make use of the form validation framework."),t=!1),this.validationSettings.required&&void 0!==this.inputName&&h(this.$input)&&0===this.$form.find('label[for="'+this.$input.safeAttr("id")+'"].required').length&&(i=this.$input.closest("fieldset").find("legend.required"),a=this.$form.closest("div").find("div.required"),0===i.length&&0===a.length&&(e=this.$input.closest('[role="radiogroup"]'),0===this.$form.find('[id="'+e.safeAttr("aria-labelledby")+'"].required').length&&($$WP.Debug.logError(this.input+" is required, but no associated <label>, <legend>, or <div> element has the 'required' CSS class"),t=!1))),this.validationSettings.isNumber&&!this.input.hasAttribute("maxlength")&&this.$input.safeAttr("maxlength",15),this._domHasProperStructure=t,t)},_findInputsWithSameName:function WP$FormValidation$InputValidator$_findInputsWithSameName(){var t=$();return"checkbox"===this.inputType?t=this.$form.find('input[type="checkbox"][name="'+this.inputName+'"], input[type="checkbox"][data-name="'+this.inputName+'"]'):"selectable"===this.inputType?t=this.$form.find('[name="'+this.inputName+'"], [data-name="'+this.inputName+'"]'):"select"===this.inputType?t=this.$form.find('select[name="'+this.inputName+'"], select[data-name="'+this.inputName+'"]'):"radio"===this.inputType&&(t=this.$form.find('input[type="radio"][name="'+this.inputName+'"], input[type="radio"][data-name="'+this.inputName+'"]')),t.add(this.$input)}},I.USZipCodeRegEx=/^(\d{5}(-?\d{4})?)$/,I.emailRegEx=/^[A-Za-z0-9\xC0-\xFFƒŠŒŽšœžŸ._$!#&'*/=?^`{|}~%+-]{1,64}@(?=.{3,253}$)([A-Za-z0-9\xC0-\xFFƒŠŒŽšœžŸ-]+\.)+[A-Za-z\xC0-\xFFƒŠŒŽšœžŸ]+$/,I.numberRegEx=/^\d+$/;var P=function WP$FormValidation$initializeDOMSubtree(i,n,s){var r,o,d,u,h,m,g,v,$=!1;for(t=new Map,r=i.find(e),o=0;o<r.length;o++){if(d=r.get(o),m=(u=$afe.jq(d)).safeAttr("name"),v=u.safeAttr("type"),s){if(m===g){if("radio"===v||$)continue}else $=!1;"checkbox"===v&&u.is(":visible")&&($=!0)}"text"===d.type&&!0===JSON.parse(u.safeAttr("data-validation-settings")).isDate&&u.attr("placeholder")!==$$WP.I18N.getDateFormatForDisplay()&&u.safeAttr("placeholder",$$WP.I18N.getDateFormatForDisplay()),p(u),h=void 0!==u.safeAttr("data-initially-invalid"),l(r.get(o),!1,n||h,!0,!0),g=m}r.length>0&&t.forEach((function(t,i){if(s)for(o=0;o<t.length;o++)""===i.id&&(i.id=c()),$afe.jq(t[o]).safeAttr("parent-form",i.id);y($afe.jq(i),!0)})),i.is(a)&&y(i,!0),t.clear()},V=function WP$FormValidation$_isIgnoreFormValidationDebugError(t){return t.parents(".stepcontainer .slotsstep, .stepcontainer .requeststep, .stepcontainer .confirmationstep").length>0},y=function WP$FormValidation$checkIfFormIsValid(t,i){var e,n,s,r,l;if(0===t.length&&V(t))return $$WP.Debug.logError("Inputs need to be in a <form> or validation-group to make use of the form validation framework"),!1;if(e=$afe.select(".section.questionsContainer").length>0?t.find("[data-invalid]:not([data-invalid-ignore])[parent-form='"+t.safeAttr("id")+"']").filter(":visible"):(e=t.find("[data-invalid]:not([data-invalid-ignore])").filter(":visible")).filter((function WP$FormValidation$checkIfFormIsValid$invalidInputsFilter(){return $afe.jq(this).parent().closest(a).is(t)})),s=t.is("[data-validation-group][data-invalid]"),i){0!==(n=T(t)).length||V(t)?0===n.filter((function WP$FormValidation$checkIfFormIsValid$buttonsFilter(){return $afe.jq(this).closest(a).is(t)})).length&&(s||(r=!y(t.parents(a),!1))):$$WP.Debug.logError("Buttons to save or continue the workflow need to be marked with the data-disable-if-invalid property to prevent submission of invalid inputs."),$$WP.Strings.setDefaultNamespace("core.formvalidation");var o="",d="";if(e.length>0||s||r){n.addClass("disabled"),n.prop("disabled",!0);for(var u=0;u<n.length;u++){(h=$afe.jq(n[u])).hasClass("disabled")||h.safeAttr("data-old-aria-label",h.safeAttr("aria-label")),d=h.safeAttr("value")||h.text(),$$WP.Strings.addMnemonic("@MYCHART@BUTTONLABEL@",d,""),o=$$WP.Strings.getForTemplate("DisabledButtonToolTip").toString(),h.safeAttr("title")&&h.safeAttr("title")!==h.safeAttr("value")||h.safeAttr("title",o),h.safeAttr("aria-label",o),$$WP.Strings.removeMnemonic("@MYCHART@BUTTONLABEL@")}}else{n.removeClass("disabled"),n.prop("disabled",!1);for(u=0;u<n.length;u++){var h;d=(h=$afe.jq(n[u])).safeAttr("value")||h.text(),$$WP.Strings.addMnemonic("@MYCHART@BUTTONLABEL@",d,""),o=$$WP.Strings.getForTemplate("DisabledButtonToolTip").toString(),h.safeAttr("title")&&h.safeAttr("title")!==o||(h.safeAttr("value")?h.safeAttr("title",h.safeAttr("value")):h.removeAttr("title")),h.safeAttr("aria-label")&&h.safeAttr("aria-label")!==o||(h.safeAttr("data-old-aria-label")?(h.safeAttr("aria-label",h.safeAttr("data-old-aria-label")),h.removeAttr("data-old-aria-label")):h.safeAttr("title")?h.safeAttr("aria-label",h.safeAttr("title")):h.removeAttr("aria-label")),$$WP.Strings.removeMnemonic("@MYCHART@BUTTONLABEL@")}}$$WP.Strings.clearDefaultNamespace()}return void 0!==(l=t.safeAttr("data-validation-group"))&&JSON.parse(l).evaluateParentGroups&&y(t.parents(a),!0),0===e.length&&!s},_=function WP$FormValidation$updateButton(t,i,e,a,n,s){if(void 0!==i&&""!==i&&null!==i){b(t,i),S(t,a,i),$$WP.Strings.setDefaultNamespace("core.formvalidation"),$$WP.Strings.addMnemonic("@MYCHART@BUTTONLABEL@",i,"");var r=$$WP.Strings.getForTemplate("DisabledButtonToolTip").toString();$$WP.Strings.removeMnemonic("@MYCHART@BUTTONLABEL@"),$$WP.Strings.clearDefaultNamespace(),t.safeAttr("aria-label")!==r&&(N(t,n,e,i),A(t,s,a,i))}else $$WP.Debug.logError("updateButton should always expect a button value.")},b=function WP$FormValidation$_updateButtonText(t,i){"button"===t[0].tagName.toLowerCase()?t.text(i):t.safeAttr("value",i)},S=function WP$FormValidation$_updateButtonDataOldAriaLabel(t,i,e){var a=t.safeAttr("data-old-aria-label");void 0!==a&&""!==a&&null!==a&&(void 0!==i&&""!==i&&null!==i?t.safeAttr("data-old-aria-label",i):!0===clearAria?t.removeAttr("data-old-aria-label"):t.safeAttr("data-old-aria-label",e))},N=function WP$FormValidation$_updateButtonTitle(t,i,e,a){!0===i?t.removeAttr("title"):void 0!==e&&""!==e&&null!==e?t.safeAttr("title",e):t.safeAttr("title",a)},A=function WP$FormValidation$_updateButtonAriaLabel(t,i,e,a){!0===i?t.removeAttr("aria-label"):void 0!==e&&""!==e&&null!==e?t.safeAttr("aria-label",e):t.safeAttr("aria-label",a)},T=function WP$FormValidation$getButtonsToModify(t){var i;return 0===t.length?t:0===(i=(i=t.find("[data-disable-if-invalid]")).filter((function WP$FormValidation$checkIfFormIsValid$buttonsFilter(){return $afe.jq(this).closest(a).is(t)}))).length?T(t.parents(a)):i},D=function WP$FormValidation$removeSmartApostrophes(t){return t=(t=t.replace("‘","'")).replace("’","'")},W=function WP$FormValidation$isTextInputType(t){return-1!==["text","password","email"].indexOf(t)||void 0===t},k=function WP$FormValidation$getMessageInputType(t,i){var e,a;return a=t,"password"==(e=i.attr("type"))?a="password":"email"==e&&(a="direct"==i.data("addresstype")?"directAddress":"email"),a},F=function WP$FormValidation$Handlebars$generateMessageDisplayForAttribute(t){return' data-message-display-for="'+t+'"'};i.initializeDOMSubtree=P,i.checkIfFormIsValid=y,i.updateButtonAfterValidation=function WP$FormValidation$updateButtonAfterValidation(t,i,e,a,n,s){var r=t.safeAttr("data-disable-if-invalid");void 0!==r&&!1!==r?_(t,i,e,a,n,s):$$WP.Debug.logError("updateButtonAfterValidation should only be called on button which has data-disable-if-invalid attribute.")},i.updateButton=_,i.resetButtonToDefaultTooltip=function WP$FormValidation$resetButtonToDefaultEnabled(t){t&&0!==t.length&&(N(t,!0),A(t,!0),t.removeAttr("value"))},i.addValidationError=function WP$FormValidation$addValidationError(t,i,e){var a,n;if(0===t.length)return $$WP.Debug.logError("Cannot add error without input"),!1;(n=void 0===(a=t.safeAttr("data-validation-settings"))?new v:new v(JSON.parse(a)))._invalidValues=n._invalidValues||[],n._invalidValues.push(t.val()),n._invalidValuesErrorStringName=i,n._invalidValuesCustomError=e,t.safeAttr("data-validation-settings",n.toJSON()),l(t,!0,!0)},i.removeInvalidValue=function WP$FormValidation$removeInvalidValue(t,i){var e,a,n;if(0===t.length)return $$WP.Debug.logError("Cannot remove error without input"),!1;(a=void 0===(e=t.safeAttr("data-validation-settings"))?new v:new v(JSON.parse(e)))._invalidValues=a._invalidValues||[],(n=a._invalidValues.indexOf(i))>=0&&a._invalidValues.splice(n,1),0===a._invalidValues.length&&(a._invalidValuesErrorStringName=null,a._invalidValuesCustomError=null),t.safeAttr("data-validation-settings",a.toJSON()),l(t,!0,!0)},i.resetValidationErrorForAnInput=function WP$FormValidation$resetValidationError(t,i){l(t,!0,i)},i.ValidationSettings=v,i.ValidationProblem=f,i.ValidationGroup=g,i.InputValidator=I,i.Handlebars={validationSettingsAttribute:function WP$FormValidation$Handlebars$generateValidationSettingsAttribute(t,i){return" data-validation-settings="+t.toJSON()+" "},messageDisplay:function WP$FormValidation$Handlebars$generateMessageDisplay(t,i){var e;return e=' id="'+t+'_message" ',' aria-live="polite" ',"string"!=typeof i&&(i=""),-1===i.indexOf('class="')&&(i+=' class="messagedisplay" '),new Handlebars.SafeString("<div"+e+' aria-live="polite" '+F(t)+i+"></div>")},messageDisplayForAttribute:F,disableIfInvalidAttribute:function WP$FormValidation$Handlebars$generateDisableIfInvalidAttribute(){return" data-disable-if-invalid "},validationGroupAttribute:function WP$FormValidation$Handlebars$generateValidationGroupAttribute(t){return" data-validation-group="+t.toJSON()},validationRequiredAttribute:function WP$FormValidation$Handlebars$generateValidationRequiredAttribute(){return" data-validation-settings="+v.Required.toJSON()},showRequiredInstructions:function WP$FormValidation$Handlebars$generateRequiredInstructions(){var t=$$WP.Strings.getForTemplate("RequiredLegend","Core.FormValidation");return new Handlebars.SafeString('<p class="requiredInstructions" aria-hidden="true">'+t+"</p>")}},i.ResetReCaptcha=function WP$FormValidation$resetReCaptcha(){l($afe.select(".mychart-captcha"),!1,!0,!1)},$$WP.FormValidation=i,$afe.onDocumentReady((function WP$FormValidation$s_initializeFramework(){var t=$afe.select("body");t.on("focusout input change",e,s),t.on("validationUpdated",e,r),t.on("click",".selectable [data-validation-settings]",s),t.on("click",'form input[type="submit"]',o),t.on("submit","form",d),P(t)}))}();;
/*! Copyright (c) Epic Systems Corporation 1999-2009 */
var intKeepAliveCnt=0;function intKeepalive(){};
/*! Copyright (c) Epic Systems Corporation 2014-2018 */
if(void 0===WP)var WP={};void 0===WP.Events&&(WP.Events={TRANSITION_END_STR:"webkitTransitionEnd otransitionend oTransitionEnd msTransitionEnd transitionend"},WP.Events.addListener=function(e,n,t,o){var r,a;if(!e)return!1;a=function(e,n,t){return function(o){t(o),WP.Events.removeListener(e,n,r)}},r=!0===o?a(e,n,t):t,WP.Events.getAttacher(!1,e,n)(r)},WP.Events.removeListener=function(e,n,t){if(!e)return!1;WP.Events.getAttacher(!0,e,n)(t)},WP.Events.fireEvent=function(e,n,t){if(!e)return!1;e.fireEvent?e.fireEvent("on"+n):(t=t||document.createEvent("Event"))&&(t.initEvent(n,!0,!0,window),e.dispatchEvent(t))},WP.Events.getAttacher=function(e,n,t){var o,r,a,s,i="IFRAME"===n.tagName;return s=(n.nodeName||n.tagName||"").toLowerCase(),o=function(e){var o,r;if(o=n.WPEvents["on"+t])for(r=0;r<o.length;r+=1)if(o[r]===e)return void o.splice(r,1)},r=function(e){var o,r="on"+t;n.WPEvents||(n.WPEvents={}),(o=n.WPEvents[r])||(n.WPEvents[r]=[],o=n.WPEvents[r],"function"==typeof n[r]&&(o[0]=n[r]),n[r]=WP.Events.handle(n,r)),o[o.length]=e},a=function(){return!0===e?o:r},t.indexOf("load")>-1&&(i?n=window[n.name]:n===document.body&&(n=window)),n.attachEvent?("click"===t&&"function"!=typeof n.onclick&&"a"===s&&(n.onclick=function(){return!1}),!0===e?function(e){n.detachEvent("on"+t,e)}:function(e){n.attachEvent("on"+t,e)}):n.addEventListener?(i&&(n=window[n.name]||parent.window[n.name]),"click"===t&&"function"!=typeof n.onclick&&"a"===s&&(n.onclick=function(){return!1}),i&&t.indexOf("load")>-1?a():!0===e?function(e){n.removeEventListener(t,e,!0)}:function(e){n.addEventListener(t,e,!0)}):a()},WP.Events.getThis=function(e){var n=e||window.event;return n?n.target||n.srcElement:null},WP.Events.handle=function(e,n){return function(t){var o,r=!0,a=e[n];for(t=t||window.event,o=0;o<a.length;o+=1)try{if("false"===(r=a[o](t)))return!1;if("string"==typeof r&&r.length>0)return r}catch(e){}return r}},WP.Events.cancelEvent=function(e){return!!(e=e||window.event)&&(e.cancelBubble=!0,e.stopPropagation&&e.stopPropagation(),!1)},WP.Events.preventDefault=function(e){return!!(e=e||window.event)&&(e.returnValue=!1,e.preventDefault&&e.preventDefault(),!1)},WP.Events._beforeUnloadMessage="If you leave this page you will lose your changes.",WP.Events.beforeUnload=function(){return WP.Events.cancelBeforeUnload(),WP.Events.hasChanges=!0,WP.Events.restoreUnload=!1,WP.Events.cancelBeforeUnload},WP.Events.cancelBeforeUnload=function(e){try{!0!==e&&(e=!1),WP.Events.hasChanges=!1,WP.Events.restoreUnload=e}catch(e){}},WP.Events.beforeUnload.alreadyRan=!1,WP.Events.beforeUnload.trigger=function(){WP.Events.beforeUnload.alreadyRan=!1},WP.Events.registerBeforeUnloadMessage=function(e){WP.Events._beforeUnloadMessage=e,WP.Events.removeListener(window,"beforeunload",WP.Events._beforeUnloadFun),WP.Events.removeListener(window,"pagehide",WP.Events._beforeUnloadFun),WP.Events.removeListener(window,"visibilitychange",WP.Events._beforeUnloadFun),WP.Events.addListener(window,"beforeunload",WP.Events._beforeUnloadFun),WP.Events.addListener(window,"pagehide",WP.Events._beforeUnloadFun),WP.Events.addListener(window,"visibilitychange",WP.Events._beforeUnloadFun)},WP.Events.showBeforeUnloadMessage=function(e){return!0===WP.Events.hasChanges&&(!0!==WP.Events.beforeUnloadHold&&((!0!==WP.Events.beforeUnload.alreadyRan||!0!==e)&&(!0===e||"skipToMain"!==document.activeElement.id)))},WP.Events._beforeUnloadFun=function(e){if(WP.Events.showBeforeUnloadMessage(!0))return e=e||window.event,WP.Events.beforeUnload.alreadyRan=!0,window.setTimeout(WP.Events.beforeUnload.trigger,5e3),e.returnValue=WP.Events._beforeUnloadMessage,WP.Events._beforeUnloadMessage;WP.Events.restoreUnload&&WP.Events.beforeUnload()},WP.Events.addListener(window,"beforeunload",WP.Events._beforeUnloadFun),WP.Events.addListener(window,"pagehide",WP.Events._beforeUnloadFun),WP.Events.addListener(window,"visibilitychange",WP.Events._beforeUnloadFun),WP.Events.addClassOnEvent=function(e,n,t,o,r,a){return!(!e||"string"!=typeof e.className)&&(!("string"!=typeof t||t.length<1)&&(n&&"string"==typeof n.className||(n=e),a=!0===a,"string"==typeof o&&o.length>0&&WP.Events.addListener(e,o,(function(){applyClass(n,t)}),a),"string"==typeof r&&r.length>0&&WP.Events.addListener(e,r,(function(){removeClassNames(n,t)}),a),!0))});;
/*! Copyright 2004-2023 Epic Systems Corporation	*/
function getMonthName(e){var t;return(t=$$WP.Strings.get("MonthNameOverrides_"+_getMonthOverrideSuffix(e),"I18N.DatesAndTimes"))&&t.length>0?t:$$WP.I18N.Months[e].Name}function getMonthAbbr(e){var t;return(t=$$WP.Strings.get("MonthAbbreviationOverrides_"+_getMonthOverrideSuffix(e),"I18N.DatesAndTimes"))&&t.length>0?t:$$WP.I18N.Months[e].Abbreviation}function getDayName(e){var t;return(t=$$WP.Strings.get("DayNameOverrides_"+_getDayOverrideSuffix(e),"I18N.DatesAndTimes"))&&t.length>0?t:$$WP.I18N.Days[e].Name}function getDayAbbr(e){var t;return(t=$$WP.Strings.get("DayAbbreviationOverrides_"+_getDayOverrideSuffix(e),"I18N.DatesAndTimes"))&&t.length>0?t:$$WP.I18N.Days[e].Abbreviation}function _getDayOverrideSuffix(e){switch(e){case 0:return"Sunday";case 1:return"Monday";case 2:return"Tuesday";case 3:return"Wednesday";case 4:return"Thursday";case 5:return"Friday";case 6:return"Saturday"}return""}function _getMonthOverrideSuffix(e){switch(e){case 1:return"January";case 2:return"February";case 3:return"March";case 4:return"April";case 5:return"May";case 6:return"June";case 7:return"July";case 8:return"August";case 9:return"September";case 10:return"October";case 11:return"November";case 12:return"December"}return""}function getDayLetter(e){return $$WP.Strings.get("DayOfWeekSingleLetterAbbreviations_"+_getDayOverrideSuffix(e),"I18N.DatesAndTimes")}function getFirstDayOfWeek(){return parseInt($$WP.I18N.FirstDayOfTheWeek)}function getHour12(e){return e%12==0?12:e%12}function getAMPM(e){return e<12?$$WP.I18N.AmDesignator:$$WP.I18N.PmDesignator}function getAMPMAbbr(e){return getAMPM(e).substr(0,1)}function makeInstant(e,t,r,n,a,u){var i=new Date;return e?(e=Number(e))<30&&(e+=2e3):e=i.getFullYear(),t||0===t?r||(r=1):(t=i.getMonth()+1,r||(r=i.getDate())),n||0===n||(n=i.getHours()),a||0===a||(a=i.getMinutes()),u||0===u||(u=i.getSeconds()),new Date(e,Number(t)-1,r,n,a,u)}function makeDate(e,t,r){return makeInstant(e,t,r,0,0,0)}function makeTime(e,t,r){return makeInstant(null,null,null,e,t,r)}function buildFormat(e){for(var t=(e=e.replace(/(\\.|(.)\2*)/g,"$1\n")).split(/\n/),r=0;r<t.length;r++)if(t[r].match(/^y+$/))switch(t[r].length){case 2:t[r]=function(e){return(e.getFullYear()%100).toString()};break;case 4:t[r]=function(e){return e.getFullYear().toString()};break;default:t[r]=function(e){return""}}else if(t[r].match(/^M+$/))switch(t[r].length){case 1:t[r]=function(e){return(e.getMonth()+1).toString()};break;case 2:t[r]=function(e){return padNumber(e.getMonth()+1,2)};break;case 3:t[r]=function(e){return getMonthAbbr(e.getMonth()+1)};break;case 4:t[r]=function(e){return getMonthName(e.getMonth()+1)};break;default:t[r]=function(e){return""}}else if(t[r].match(/^d+$/))switch(t[r].length){case 1:t[r]=function(e){return e.getDate().toString()};break;case 2:t[r]=function(e){return padNumber(e.getDate(),2)};break;case 3:t[r]=function(e){return getDayAbbr(e.getDay())};break;case 4:t[r]=function(e){return getDayName(e.getDay())};break;default:t[r]=function(e){return""}}else if(t[r].match(/^h+$/))switch(t[r].length){case 1:t[r]=function(e){return getHour12(e.getHours()).toString()};break;case 2:t[r]=function(e){return padNumber(getHour12(e.getHours()),2)};break;default:t[r]=function(e){return""}}else if(t[r].match(/^H+$/))switch(t[r].length){case 1:t[r]=function(e){return e.getHours().toString()};break;case 2:t[r]=function(e){return padNumber2(e.getHours(),2)};break;default:t[r]=function(e){return""}}else if(t[r].match(/^m+$/))switch(t[r].length){case 1:t[r]=function(e){return e.getMinutes().toString()};break;case 2:t[r]=function(e){return padNumber2(e.getMinutes(),2)};break;default:t[r]=function(e){return""}}else if(t[r].match(/^s+$/))switch(t[r].length){case 1:t[r]=function(e){return e.getSeconds().toString()};break;case 2:t[r]=function(e){return padNumber2(e.getSeconds(),2)};break;default:t[r]=function(e){return""}}else if(t[r].match(/^t+$/))switch(t[r].length){case 1:t[r]=function(e){return getAMPMAbbr(e.getHours())};break;case 2:t[r]=function(e){return getAMPM(e.getHours())};break;default:t[r]=function(e){return""}}else t[r]=t[r].replace(/(\\)(?!\\)/,"");return function(e){var r,n="";if(e){for(r=0;r<t.length;r++)"function"==typeof t[r]?n+=t[r](e):n+=t[r];return n}return"\\"}}function getDateFormat(){return $$WP.I18N.DateFormatSimple}function getDisplayDateFormat(){return $$WP.Strings.get("DisplayDateFormat","I18N.DatesAndTimes")}function getTimeFormat(){return $$WP.I18N.TimeFormat}var formatDate=buildFormat(getDateFormat()),formatTime=buildFormat(getTimeFormat()),parseDate=buildDateParser(getDateFormat()),formatHour=buildFormat(getTimeFormat().replace(/[^hH]/g,"")),formatMinute=buildFormat(getTimeFormat().replace(/[^m]/g,""));function dateInputError(e,t,r,n){var a={};a["@MYCHART@DATEFORMAT@"]=getDisplayDateFormat(),a["@MYCHART@ENTEREDDATE@"]=t,r&&(a["@MYCHART@MINDATE@"]=formatDate(r)),n&&(a["@MYCHART@MAXDATE@"]=formatDate(n)),WP.Validators.DisplayErrors(decodeMnemonics(e,a))}function IsDateValid(e,t,r,n,a,u){var i,o=!0,s=parseDate(e,u),c=new Date;c.setHours(0),c.setMinutes(0),c.setSeconds(0),c.setMilliseconds(0);var f=makeDate(1841,1,1);if(s){switch(i=formatDate(s),t){case 1:s>=c&&(u||dateInputError("@MYCHART@ENTEREDDATE@ is not valid.\nThe date must be in the past.",i),o=!1),s<f&&(u||dateInputError("@MYCHART@ENTEREDDATE@ is not valid.\nThe date must be after January 1, 1841.",i),o=!1);break;case 2:s<=c&&(u||dateInputError("@MYCHART@ENTEREDDATE@ is not valid.\nThe date must be in the future.",i),o=!1);break;case 3:s<c&&(u||dateInputError("@MYCHART@ENTEREDDATE@ is not valid.\nThe date must be today or in the future.",i),o=!1);break;case 4:s>c&&(u||dateInputError("@MYCHART@ENTEREDDATE@ is not valid.\nThe date must be today or in the past.",i),o=!1),s<f&&(u||dateInputError("@MYCHART@ENTEREDDATE@ is not valid.\nThe date must be after January 1, 1841.",i),o=!1);break;case 5:(s<r||s>n)&&(u||dateInputError("@MYCHART@ENTEREDDATE@ is not valid.\nThe date must be between @MYCHART@MINDATE@ and @MYCHART@MAXDATE@.",i,r,n),o=!1);break;default:o=!1}return a&&(a.text=i),o}}function formatDateField(e,t,r,n,a){if(e&&e.value||(e=WP.Events.getThis()),e&&e.value)if(!0!==e.holdErrors){if(!0!==e.openingCalendar){var u;if(e.value.match(/^\s*$/))return!0;var i={text:""};return!0===(u=IsDateValid(e.value,t,r,n,i,a))&&(e.value=i.text),u}e.openingCalendar=!1}else window.setTimeout((function(){formatDateField(e,t,r,n)}),100)}function buildDateParser(e){var t;switch((e=e.replace(/[^yMd]*([yMd])+[^yMd]*/g,"$1")).indexOf("y")){case 0:t=/^\s*(?:(?:((?:\d{2})?\d{2})\D)?(\d{1,2})\D(\d{1,2})|(?:((?:\d{2})?\d{2}))?(\d{2})(\d{2}))\s*$/;break;case 1:t=/^\s*(?:(\d{1,2})\D(?:((?:\d{2})?\d{2})\D)?(\d{1,2})|(\d{2})(?:((?:\d{2})?\d{2}))?(\d{2}))\s*$/;break;case 2:t=/^\s*(?:(\d{1,2})\D(\d{1,2})(?:\D((?:\d{2})?\d{2}))?|(\d{2})(\d{2})(?:((?:\d{2})?\d{2}))?)\s*$/}return function(e,t){return function(r,n){var a,u,i,o;if(r.length<6)!0!==n&&dateInputError("@MYCHART@ENTEREDDATE@ is not valid.\nPlease reenter the date in @MYCHART@DATEFORMAT@ format.",r);else{var s=r.match(e);if(s)if(s[1]?(u=s[t.indexOf("y")+1],i=s[t.indexOf("M")+1],o=s[t.indexOf("d")+1]):(u=s[t.indexOf("y")+4],i=s[t.indexOf("M")+4],o=s[t.indexOf("d")+4]),a=makeDate(u,i,o),i=parseInt(i,10),o=parseInt(o,10),i<1||i>12)!0!==n&&dateInputError("@MYCHART@ENTEREDDATE@ is not valid.\nThe month must be between 1 and 12.",r);else{if(a.getDate()===o)return a;!0!==n&&dateInputError("@MYCHART@ENTEREDDATE@ is not valid.\nThe day is not valid for this month.",r)}else!0!==n&&dateInputError("@MYCHART@ENTEREDDATE@ is not valid.\nPlease reenter the date in @MYCHART@DATEFORMAT@ format.",r)}}}(t,e)};
$$WP=$$WP||{},$$WP.Currency=$$WP.Currency||{},$$WP.Currency.Helpers={currencyToNumber:function WP$Currency$Helpers$currencyToNumber(r){r+="";var e=this._removePatternBasedCurrencyFormatting(r);return isNaN(e)&&(e=this._removeBasicCurrencyFormatting(r)),+e},numberToCurrency:function WP$Currency$Helpers$formatToCurrency(r,e,t){var n,a,u;return isNaN(r)&&(r=this.currencyToNumber(r),isNaN(r))?"":(u=this._splitNumberString(r),a=t?u.rawInteger:this._addGroupSeparator(u.integer),n=this._adjustFractionDecimalPlaces(u.fraction,e),t?this._getRawNumberString(a,n,u.isNegative):this._formatToPattern(a,n,u.isNegative))},calculationsForCurrency:function WP$Currency$Helpers$calculationsForCurrency(r,e,t){var n=$$WP.CurrentLocale.DecimalPlaces,a=this.convertFloatToInt(r),u=this.convertFloatToInt(t),o=0;if("+"===e)return o=a+u,this.convertIntToFloat(o);if("-"===e)return o=a-u,this.convertIntToFloat(o);if("*"===e){o=r*t;var c=Math.pow(10,n||0);return Math.round(o*c)/c}if("/"===e){o=r/t;c=Math.pow(10,n||0);return Math.round(o*c)/c}throw"Operator must be a valid tested string (+, -, *, /)"},getLocaleCurrencySymbol:function WP$Currency$Helpers$getLocaleCurrencySymbol(){return $$WP.CurrentLocale.CurrencySymbol},isSymbolBeforeValue:function WP$Currency$Helpers$isSymbolBeforeValue(){var r=$$WP.CurrentLocale.CurrencyPositivePattern;return r.indexOf("n")>r.indexOf("$")},convertFloatToInt:function(r){var e=0,t="",n=String(r),a=n.indexOf("."),u=$$WP.CurrentLocale.DecimalPlaces;a<0?(t=n,e=u):u>0&&(t=n.substring(0,a),(n=n.substring(a+1)).length>u?(t+=n.substr(0,u),e=0):(t+=n,e=u-n.length));for(var o=0;o<e;o++)t+="0";return parseInt(t)},convertIntToFloat:function(r){var e="",t=$$WP.CurrentLocale.DecimalPlaces;if(t>0){for(var n=String(r),a=t-n.length;a>0;a--)n="0"+n;e=n.substring(0,n.length-t)+"."+n.substring(n.length-t)}else e=String(r);return parseFloat(e)},_addGroupSeparator:function WP$Currency$Helpers$_addGroupSeparator(r){var e=[];if($$WP.CurrentLocale.CurrencyGroupSize&&$$WP.CurrentLocale.CurrencyGroupSize>0){for(;r.length>$$WP.CurrentLocale.CurrencyGroupSize;)e.unshift(r.substr(-$$WP.CurrentLocale.CurrencyGroupSize)),r=r.substr(0,r.length-$$WP.CurrentLocale.CurrencyGroupSize);e.unshift(r),r=e.join($$WP.CurrentLocale.GroupSeparator)}return r},_adjustFractionDecimalPlaces:function WP$Currency$Helpers$_adjustFractionDecimalPlaces(r,e){if(e)if(r.length>$$WP.CurrentLocale.CurrencyDecimalPlaces)r=r.substr(0,$$WP.CurrentLocale.CurrencyDecimalPlaces);else for(;r.length<$$WP.CurrentLocale.CurrencyDecimalPlaces;)r+="0";else r="";return r},_formatToPattern:function WP$Currency$Helpers$_formatToPattern(r,e,t){var n=this._getRawNumberString(r,e);return t?$$WP.CurrentLocale.CurrencyNegativePattern.replace(/n/,n).replace(/\$/,$$WP.CurrentLocale.CurrencySymbol):$$WP.CurrentLocale.CurrencyPositivePattern.replace(/n/,n).replace(/\$/,$$WP.CurrentLocale.CurrencySymbol)},_getRawNumberString:function WP$Currency$Helpers$_getRawNumberString(r,e,t){var n=r;return e&&(n=n+$$WP.CurrentLocale.DecimalSeparator+e),t?"-"+n:n},_getValueFromPattern:function WP$Currency$Helpers$_getValueFromPattern(r,e){var t=e.indexOf("n"),n=e.substr(0,t),a=e.substr(t+1),u=r;return u.length>0&&n.length>0&&(u=u.substr(0,n.length)===n?u.substr(n.length):""),u.length>0&&a.length>0&&(u=u.substr(u.length-a.length)===a?u.substr(0,u.length-a.length):""),this._parseToNumber(u)},_removePatternBasedCurrencyFormatting:function WP$Currency$Helpers$_removePatternBasedCurrencyFormatting(r){var e=r;"$"!==$$WP.CurrentLocale.CurrencySymbol&&(e=this._replaceStringHelper(e,$$WP.CurrentLocale.CurrencySymbol,"$")),$$WP.CurrentLocale.GroupSeparator&&(e=this._removeValidGroupSeparators(e));var t=NaN;return $$WP.CurrentLocale.CurrencyNegativePattern&&(t=this._getValueFromPattern(e,$$WP.CurrentLocale.CurrencyNegativePattern),isNaN(t)||(t*=-1)),isNaN(t)&&$$WP.CurrentLocale.CurrencyPositivePattern&&(t=this._getValueFromPattern(e,$$WP.CurrentLocale.CurrencyPositivePattern)),t},_removeBasicCurrencyFormatting:function WP$Currency$Helpers$_removeBasicCurrencyFormatting(r){var e=r;return e=this._removeValidGroupSeparators(e),e=this._replaceStringHelper(e,$$WP.CurrentLocale.CurrencySymbol,""),this._parseToNumber(e)},_removeValidGroupSeparators:function WP$Currency$Helpers$_removeValidGroupSeparators(r){var e,t,n,a,u=$$WP.CurrentLocale.GroupSeparator,o=$$WP.CurrentLocale.GroupSize,c=$$WP.Utilities.regExEscapeString($$WP.CurrentLocale.DecimalSeparator);return u.length>0&&o&&o>0&&(t="(^[^\\d"+c+"]*)("+("\\d{1,"+o+"}(?:"+(e=new RegExp("\\s","g").test(u)?"\\s":$$WP.Utilities.regExEscapeString(u))+"\\d{"+o+"})*")+")(?=[^\\d"+e+"]|$)",(n=r.match(new RegExp(t)))&&n[2])?(a=(a=n[2]).replace(new RegExp(e,"g"),""),r.replace(new RegExp(t),"$1"+a)):r},_parseToNumber:function WP$Currency$Helpers$_parseToNumber(r){var e=r.trim(),t=$$WP.Utilities.regExEscapeString($$WP.CurrentLocale.GroupSeparator);return new RegExp(t,"g").test(e)?NaN:(e=this._replaceStringHelper(e,$$WP.CurrentLocale.DecimalSeparator,"."),new RegExp("[^\\d\\.\\-]").test(e)?NaN:$.isNumeric(e)?parseFloat(e):NaN)},_replaceStringHelper:function _replaceCharacterHelper(r,e,t){if(!e)return r;var n=new RegExp($$WP.Utilities.regExEscapeString(e),"g");return r.replace(n,t)},_splitNumberString:function WP$Currency$Helpers$_splitNumberString(r){var e,t,n,a,u;return n="0",t="",a=!1,(e=(u=r.toString()).indexOf("."))>-1?(e&&(n=u.substr(0,e)),t=u.substr(e+1)):n=u,"-"===n.substr(0,1)&&(a=!0,n=n.substr(1)),{integer:n,fraction:t,isNegative:a,rawInteger:parseInt(n)}}};;
/*! Copyright (c) Epic Systems Corporation 2011 - 2019 */
"undefined"==typeof WP&&(WP={}),void 0===WP.Comm&&(WP.Comm={}),WP.Comm.RESPONSETYPE_COMPLETE=2,WP.Comm.RESPONSETYPE_CONTENTONLY=1,WP.Comm.logOut=function(e,o,t,n,i){o=!0===o,n=!0===n,i=!0===i,$$WP.CommunityUtilities.isNotDotNetMode()&&(t=t||"bye.asp"),"function"==typeof e||o||WP.Comm.clearLoggedInStorage();var l,m,a,u=makeLink("Home/LogOut?doRedirect="+(o?"true":"false")+"&logoutPage="+(t||"")+"&isTimeout="+(i?"true":"false"));return n&&"function"==typeof WP.Events.cancelBeforeUnload&&WP.Events.cancelBeforeUnload(),"function"==typeof closeAllWindows&&closeAllWindows(),o?a=function WP$Comm$logout$executeLogout(){WP.Comm.delayKeepAliveForLogout(),window.location=u,"function"==typeof e&&e(),WP.Comm.postLogoutOperations()}:(WP.Comm.logOut.count=0,l="function"!=typeof e?WP.Comm.postLogoutOperations:function WP$Comm$logOut$internalAfterExecute(o){var t=2;if($$WP.CommunityUtilities.isNotDotNetMode()){var n,i=o.indexOf('http-equiv="refresh"');i>-1&&(n=o.indexOf("url=",i)+4,"."===(m=o.substring(n,o.indexOf('"',n))).substr(0,1)&&(m=m.substr(2)),m=HTMLUnencode(m))}else t=1,o.indexOf("|")>-1&&(m=o.substring(o.indexOf("|")+1)),"."===m.substr(0,1)&&(m=m.substr(2)),m=HTMLUnencode(m);++WP.Comm.logOut.count===t&&(delete WP.Comm.logOut.count,e(m||"")),WP.Comm.postLogoutOperations()},a=function WP$Comm$logout$executeLogout(){WP.Comm.delayKeepAliveForLogout(),$.ajax({url:u,method:"GET",success:l}),$$WP.CommunityUtilities.isNotDotNetMode()&&$.ajax({url:makeLink(t),method:"GET",success:l})}),$$WP.IsPendingAJAXRequests?($$WP.PendingAJAXCallBack=a,window.setTimeout((function WP$Comm$logout$failSafeLogout(){null!==$$WP.PendingAJAXCallBack&&"function"==typeof $$WP.PendingAJAXCallBack&&($$WP.PendingAJAXCallBack(),$$WP.PendingAJAXCallBack=null)}),6e3)):a(),!1},WP.Comm.logOut.numExecutions=0,WP.CH5=String.fromCharCode(5),WP.Comm.clearLoggedInStorage=function(){var e=$$WPUtil.isLocalStorageAvailable()&&void 0!==window.localStorage;if(e)var o=localStorage.getItem("OSApptCount"),t=localStorage.getItem("OSApptCountDte"),n=localStorage.getItem("OSScheduledCSNs");WP.Comm.clearStorage(),e&&(localStorage.setItem("OSApptCount",o),localStorage.setItem("OSApptCountDte",t),localStorage.setItem("OSScheduledCSNs",n))},WP.Comm.clearStorage=function(){sessionStorage.clear()},WP.Comm.postLogoutOperations=function(){var e="true"===sessionStorage.IEHyperspaceLaunch;WP.Comm.clearLoggedInStorage(),e&&window.open("","_self").close()},WP.Comm.startKeepAlive=function(){window.setTimeout(WP.Comm.keepAlive,3e4)},WP.Comm.delayKeepAliveForLogout=function(){WP.Comm.keepAlive.delayForLogout=2},WP.Comm.keepAlive=function(){var e=1;!$$WPUtil.IsNullOrEmpty($$WP.Settings.DotNetOnly)&&$$WP.Settings.DotNetOnly||(e=2);var o=0,keepAliveInternalFun=function(t){if("0"===t){if(WP.Comm.isBedsideTV())return void logOut(null,!1,!0,(()=>{window.location=makeLink("app/bedside-tv")}));logOut(null,!1,!0)}else++o===e&&WP.Comm.startKeepAlive()};if(-1===window.location.href.indexOf("publicforms.asp")){if(WP.Comm.keepAlive.delayForLogout>0)return--WP.Comm.keepAlive.delayForLogout,void WP.Comm.startKeepAlive();++WP.Comm.keepAlive.counter,"function"==typeof intKeepalive&&intKeepalive(),!$$WPUtil.IsNullOrEmpty($$WP.Settings.DotNetOnly)&&$$WP.Settings.DotNetOnly||$.ajax({url:makeLink("keepalive.asp?cnt="+WP.Comm.keepAlive.counter),success:keepAliveInternalFun,method:"GET",global:!1}),-1===window.location.href.indexOf("termpage.asp")&&-1===window.location.href.indexOf("oeinside.asp")&&$.ajax({url:makeLink("Home/KeepAlive?cnt="+WP.Comm.keepAlive.counter),success:keepAliveInternalFun,method:"GET",global:!1})}},WP.Comm.isBedsideTV=function(){if("undefined"==typeof EpicPx||null===EpicPx)return!1;var e=EpicPx.ReactContext&&"Bedside-TV"===EpicPx.ReactContext.platform,o=void 0!==EpicPx.BedAuthenticationSettings&&null!==EpicPx.BedAuthenticationSettings;return e||o},WP.Comm.keepAlive.counter=0,WP.Comm.keepAlive.delayForLogout=0;;
/*! Copyright (c) Epic Systems Corporation 2012 - 2016 */
"function"!=typeof Array.prototype.forEach&&(Array.prototype.forEach=function(t){var e;for(e=0;e<this.length;e++)t(this[e],e,this)});var WP=WP||{};void 0===WP.Utils&&(WP.Utils={}),WP.Utils.iterateFind=function(t,e,r){for(var n=r;!0!==e(n);)n=t(n);return n},WP.Utils.iterateFindNext=function(t,e,r){return WP.Utils.iterateFind(t,e,t(r))},WP.Utils.bind=function(t,e){return t.bind?t.bind(e):function(){return t.apply(e,arguments)}},WP.Utils.parseXml=function(t){if(window.DOMParser)return(new DOMParser).parseFromString(t,"text/xml");var e=new ActiveXObject("Microsoft.XMLDOM");return e.async="false",e.loadXML(t),e},WP.Utils.map=function(t,e){for(var r=[],n=0;n<e.length;n++)r.push(t(e[n]));return r},WP.Utils.foreach=function(t,e){for(var r=0;r<t.length;r++)e(t[r])},WP.Utils.sortFromKey=function(t){return function(e,r){return t(e)-t(r)}},WP.Utils.dte2date=function(t){var e=new Date;e.setUTCFullYear(1970,0,1),e.setUTCHours(0,0,0,0);var r=new Date(e.valueOf()+24*(t-47117)*3600*1e3),n=new Date;return n.setFullYear(r.getUTCFullYear(),r.getUTCMonth(),r.getUTCDate()),n.setHours(0,0,0,0),n},WP.Utils.date2dte=function(t){var e=new Date,r=new Date;return e.setUTCFullYear(t.getFullYear(),t.getMonth(),t.getDate()),e.setUTCHours(0,0,0,0),r.setUTCFullYear(1970,0,1),r.setUTCHours(0,0,0,0),(e-r)/864e5+47117},WP.Utils.iso2date=function(t){if(0===(t=(t||"").trim()).length)return null;var e=new Date(t),r=new Date;return r.setFullYear(e.getUTCFullYear(),e.getUTCMonth(),e.getUTCDate()),r.setHours(0,0,0,0),r},WP.Utils.Xml2js=function(){this.rename={},this.attr_rename={},this.array_tags={},this.kv_tags={},this.recurse=!0,this.attrs=!0,this.attrs_key="_attr",this.attrs_nochild=!1;var hasChildElement=function(t){for(var e=t.childNodes,r=0;r<e.length;r++)if(e[r].nodeType===document.ELEMENT_NODE)return!0;return!1},getTextNode=function(t){for(var e=t.childNodes,r=0;r<e.length;r++)if(e[r].nodeType===document.TEXT_NODE)return e[r];return null};this.convert=function(t){for(var e={},r=t.childNodes,n=0;n<r.length;n++){var i=r[n];if(i.nodeType===document.ELEMENT_NODE){var a,s;if(hasChildElement(i)){if(!this.recurse)return;a=this.convert(i)}else i.normalize(),a=(s=getTextNode(i))?s.nodeValue:i.nodeValue;var o=i.tagName;if(o in this.rename&&(o=this.rename[o]),i.tagName in this.array_tags)o in e||(e[o]=[]),e[o].push(a);else if(i.tagName in this.kv_tags){o in e||(e[o]={});var u=this.kv_tags[i.tagName];e[o][u(i)]=a}else e[o]=a}}return this.attrs&&(e[this.attrs_key]=function(t){for(var e={},r=0;r<t.attributes.length;r++){var n=t.attributes[r];e[n.name]=n.value}return e}(t)),e}},WP.Utils.base16dec=function(t){for(var e=[],r=0;r<t.length;r+=2)e.push(16*parseInt(t.substring(r,r+1),16)+parseInt(t.substring(r+1,r+2),16));return WP.Utils.map(String.fromCharCode,e).join("")},WP.Utils.base16enc=function(t){for(var e=[],r=0;r<t.length;r++)e.push(t.charCodeAt(r).toString(16));return e.join("")},WP.Utils.minifyElement=function(t){t.contents().filter((function(){var t=$afe.jq(this);return!t.is(".section .report")&&(3===this.nodeType?!/\S/.test(this.nodeValue):(t.children().length>0&&WP.Utils.minifyElement(t),!1))})).remove()},WP.Utils.b64EncodeUnicode=function(t){return btoa(encodeURIComponent(t).replace(/%([0-9A-F]{2})/g,(function toSolidBytes(t,e){return String.fromCharCode("0x"+e)})))};;
//This file is auto generated by Strings Manager. Please modify the strings using Strings Manager.
$$WP.Strings.getNamespace("accesslogs.clinician").addStrings( {
	"ColumnLabelAccessor" : "Accessed By",
	"ColumnLabelAccessTime" : "Date Accessed",
	"ColumnLabelProviderDept" : "Department",
	"ColumnLabelProviderType" : "Provider Type",
	"NoData" : "No one from your clinic has accessed your chart in the past @MYCHART@MaxDays@ days.",
	"ProviderPopupLinkDescription" : "View details about @MYCHART@ProviderName@",
	"Title" : "Clinical Staff",
});
$$WP.Strings.getNamespace("accesslogs.common").addStrings( {
	"AllLoaded" : "There are no more entries to show.",
	"LoadingAlert" : "Loading...",
	"LoadMore" : "Load more entries",
	"PreText" : "This page allows you to see who has accessed your medical record.",
	"Title" : "Who\u0027s Accessed My Record?",
});
$$WP.Strings.getNamespace("accesslogs.portal").addStrings( {
	"ActionDownloaded" : "Downloaded",
	"ActionPHR" : "Requested by Lucy",
	"ActionProxyAccess" : "Accessed",
	"ActionSelfLogin" : "Logged in",
	"ActionShareEverywhereLogin" : "Logged in to Share Everywhere",
	"ActionTransmitted" : "Transmitted",
	"ActionTransmittedToRecipient" : "Transmitted to @MYCHART@Recipient@",
	"ActionViewed" : "Viewed",
	"ColumnLabelAccessor" : "Accessed By",
	"ColumnLabelAccessTime" : "Time Accessed",
	"ColumnLabelAction" : "Action Taken",
	"ColumnLabelWhat" : "Type of Data Accessed",
	"NoData" : "No @MYCHART@APPTITLE@ users have accessed your complete record or viewed, downloaded, or sent any visit summaries.",
	"Title" : "@MYCHART@APPTITLE@ Users",
	"WhatCCD" : "Your record summary",
	"WhatPHR" : "Your record summary",
	"WhatProxyAccess" : "Your record",
	"WhatSelfLogin" : "Your record",
	"WhatShareEverywhereLogin" : "Your record summary",
	"WhatVisit" : "Summary of @MYCHART@VisitType@ on @MYCHART@VisitDate@",
	"WhatVisitAll" : "All visits to this date",
	"WhatVisitAllToDate" : "All visits through @MYCHART@VisitDateRangeEnd@",
	"WhatVisitRange" : "Summary of visits (@MYCHART@VisitDateRange@)",
});
$$WP.Strings.getNamespace("accesslogs.thirdparty").addStrings( {
	"ColumnLabelAccessor" : "Accessed By",
	"ColumnLabelAccessTime" : "Time Accessed",
	"ColumnLabelAction" : "Type of Data Accessed",
	"NoData" : "No third-party applications have accessed your medical information.",
	"TefcaActionDescription" : "Your Record",
	"Title" : "Third-Party Apps",
});
$$WP.Strings.getNamespace("accountdetails").addStrings( {
	"acctStatusAccessibleText" : "Account status: @MYCHART@acctStatus@",
	"acctStatusClosed" : "Closed",
	"acctStatusContested" : "Under review",
	"acctStatusEstPaymentPlan" : "Estimated payment plan",
	"acctStatusInCollections" : "With collections",
	"acctStatusInProgress" : "In progress",
	"acctStatusNotOnPaymentPlan" : "Not on payment plan",
	"acctStatusOnPaymentPlan" : "Payment plan",
	"acctStatusOutstandingBalance" : "Outstanding",
	"acctStatusPaidOff" : "Paid off",
	"acctStatusPendingPayment" : "Scheduled payment",
	"acctStatusSentToCollections" : "Sent to collections",
	"actionAccountInfo" : "Account info",
	"actionCharges" : "Details",
	"actionCommunications" : "Documents",
	"actionOverview" : "Overview",
	"actionPayments" : "Payments",
	"ADACopyrightFirstPart" : "Current Dental Terminology",
	"ADACopyrightSecondPart" : " © @MYCHART@ADACOPYRIGHTYEAR@ American Dental Association. All rights reserved.",
	"adjustmentAmountHeader" : "Charge Amount",
	"adjustmentNoPayments" : "No payments made",
	"adjustmentVisitListHeader" : "Miscellaneous charges",
	"adjustmentVisitListPreText" : "These charges are not related to visit accounts.",
	"adjustmentVisitListSubTotal" : "The total miscellaneous charges balance:",
	"advanceBillVisitListHeader" : "Billed in advance",
	"advanceBillVisitListPreText" : "These accounts contain charges that require payment in advance. You will be responsible for any additional charges billed at the end of the month.",
	"advanceBillVisitListSubTotal" : "The total balance of advance bill visit accounts:",
	"autoPayNotSetUpByViewer" : "@MYCHART@PASTPAYMENTSOURCEANDREFERENCE4@ set up by @MYCHART@AUTOPAYSETUPBYNAME@",
	"autoPaySetUpByCustomerService" : "@MYCHART@PASTPAYMENTSOURCEANDREFERENCE6@ set up by customer service",
	"autoPaySetUpByViewer" : "@MYCHART@PASTPAYMENTSOURCEANDREFERENCE2@ set up by you",
	"backToEstimates" : "Back to Estimates",
	"backToStatements" : "Back to Documents",
	"backToSummary" : "Back to Billing Summary",
	"badDebtNonPayableLabel" : "This balance is not payable in @MYCHART@APPTITLE@.",
	"badDebtNonPayableLabelSUv1" : "This cannot be paid online.",
	"badDebtPayNowLink" : "Make a payment",
	"badDebtPBVisitListPreText" : "These accounts may not appear on statements.",
	"badDebtPBVisitListPreTextWithAgencyInfo" : "These accounts may not appear on statements. For more information, call @MYCHART@agencyName2@ at @MYCHART@agencyPhoneNumber2@.",
	"badDebtPBVisitListSubTotal" : "The total outstanding balance with collection agencies:",
	"badDebtVisitListHeader" : "With collections",
	"badDebtVisitListPreText" : "These accounts will not appear on statements.",
	"badDebtVisitListPreTextWithAgencyInfo" : "These accounts will not appear on statements. For more information, call @MYCHART@agencyName1@ at @MYCHART@agencyPhoneNumber1@.",
	"badDebtVisitListSubTotal" : "The total balance of visit accounts with collection agencies:",
	"billedToInsuranceDefinition" : "The amount sent to insurance. The @MYCHART@INSURANCECOVEREDTERM@, @MYCHART@REMAININGRESPONSIBILITYTERM@, and any @MYCHART@INSURANCEOWESTERM@ amounts will add up to this amount.",
	"billedToInsuranceLabel" : "Billed to Insurance",
	"billingOverview" : "Billing Overview",
	"billingSystemHBWithID" : "Hospital Services for Guarantor #@MYCHART@GUARANTORIDHB1@",
	"billingSystemHBWithIDAndType" : "Hospital Services for Guarantor #@MYCHART@GUARANTORIDHB2@ - @MYCHART@GUARANTORTYPEHB2@",
	"billingSystemPBWithID" : "Physician Services for Guarantor #@MYCHART@GUARANTORIDPB1@",
	"billingSystemPBWithIDAndType" : "Physician Services for Guarantor #@MYCHART@GUARANTORIDPB2@ - @MYCHART@GUARANTORTYPEPB2@",
	"billingSystemSBOWithID" : "Physician and Hospital Services for Guarantor #@MYCHART@GUARANTORIDSBO1@",
	"billingSystemSBOWithIDAndType" : "Physician and Hospital Services for Guarantor #@MYCHART@GUARANTORIDSBO2@ - @MYCHART@GUARANTORTYPESBO2@",
	"buttonCloseReceipt" : "Close receipt",
	"cancelScheduledPayment" : "Cancel",
	"cancelScheduledPaymentCanceled" : "Scheduled payment canceled.",
	"cancelScheduledPaymentError" : "The scheduled payment agreement could not be canceled at this time.",
	"cancelScheduledPaymentMessage" : "Are you sure you want to cancel this scheduled payment? This action cannot be undone, and the balance will be billed to this account.",
	"cancelScheduledPaymentMessageTitle" : "Cancel scheduled payment",
	"cancelScheduledPaymentNo" : "Go back",
	"cancelScheduledPaymentTooltip" : "Cancel the scheduled payment.",
	"cancelScheduledPaymentYes" : "Cancel the payment",
	"chargeContestedTooltip" : "This service is currently under review. Your responsibility could change based on the resolution of this review.",
	"chargeDetailsHeader" : "Detailed Account Information",
	"chargeGroupContestedTooltip" : "This group contains services currently under review. Your responsibility could change based on the resolution of this review.",
	"chargeGroupViewingDetails" : "Full details for this charge group.",
	"chargeOweHeader" : "Charge balance",
	"chargeWithCode" : "@MYCHART@CHARGENAME2@ - @MYCHART@CHARGECODE2@",
	"chargeWithQuantity" : "@MYCHART@CHARGENAME1@ - quantity: @MYCHART@CHARGEQUANTITY1@",
	"chargeWithQuantityAndCode" : "@MYCHART@CHARGENAME3@ - quantity: @MYCHART@CHARGEQUANTITY3@ - @MYCHART@CHARGECODE3@",
	"closedAccountsFilterAnyDate" : "Date range",
	"closedAccountsFilterDefault" : "Active accounts",
	"closedAccountsFilterLastYear" : "Last year",
	"closedAccountsFilterYearToDate" : "Year to date",
	"coinsuranceDefinition" : "A percentage amount you pay for covered services.",
	"coinsuranceLabel" : "Coinsurance",
	"collectionAgencyInformation" : "For more information, call @MYCHART@agencyName@ at @MYCHART@agencyPhoneNumber@.",
	"collectionAgencyTitle" : "Collection Agency",
	"contestedAmountLabel" : "Balances under review",
	"contestedChargeHeader" : "Charges Under Review",
	"contestedPaymentHeader" : "Payments Under Review",
	"contestedVisitListHeader" : "Under review",
	"contestedVisitListPreText" : "These accounts are currently under review by staff. They are not due and are only displayed for your information.",
	"contestedVisitListSubTotal" : "The total balance of visit accounts under review:",
	"copayDefinition" : "A set amount you pay for a covered service.",
	"copayLabel" : "Copay",
	"coverageHelpLink" : "Learn more",
	"coverageHelpLinkScreenReaderLabel" : "Learn more about the Benefits Summary from Insurance",
	"coveragePaymentDetailsHeader" : "Coverage details for this insurance payment",
	"coveragePopupTitle" : "What is Benefits Summary?",
	"coverageSectionHeader" : "Benefits Summary from Insurance",
	"coverageSummaryExplanation" : "The benefits summary uses information from insurance payments to help explain your expected responsibility for billed services. You may have also received an Explanation of Benefits directly from insurance that has more details. If you have additional questions about insurance payments, you should contact your insurance provider.",
	"coverageTermsHeader" : "Benefits Summary Definitions",
	"customerServiceHeader" : "Questions",
	"customerServiceLink" : "Contact customer service",
	"customerServicePhone1" : "Or call @MYCHART@CUSTOMERSERVICEPHONENUMBER1@",
	"customerServicePhone2" : "Call @MYCHART@CUSTOMERSERVICEPHONENUMBER2@",
	"deductibleDefinition" : "An amount you pay before insurance begins making healthcare payments. After this amount is reached, you will usually only need to pay a @MYCHART@COPAYTERM@ or @MYCHART@COINSURANCETERM@ for covered services.",
	"deductibleLabel" : "Deductible",
	"demographicsHeader" : "Responsible for Payment",
	"detailBillLinkBasicDesc" : "View the itemized bill sent on @MYCHART@DETAILBILLDATEBASIC@.",
	"detailBillPDFDesc" : "View the itemized bill sent on @MYCHART@DETAILBILLDATEPDF@ (PDF).",
	"documentNeedSign" : "@MYCHART@DOCDESC@ (Unsigned)",
	"documentRead" : "Document was previously read",
	"documentSign" : "Sign document",
	"documentUnread" : "Document is unread",
	"documentView" : "View document",
	"editPaymentPlanLink" : "Manage payment plan",
	"EmailAltText" : "Email address",
	"estimateAmount" : "",
	"estimatedAdjustmentText" : "Estimated Adjustment",
	"estimatedDiscountText" : "Estimated Discount",
	"estimatedInsurancePaymentText" : "Estimated Insurance Payment",
	"estimateDocumentLinkText" : "View estimate document",
	"estimateDocumentPreText" : "",
	"estimateDocumentsHeader" : "Dental Treatment Estimates",
	"estimatedPaymentPlanBalance" : "Includes estimated amount of:",
	"estimatedPaymentWithDescriptionText" : "Estimated Payment for @MYCHART@ESTIMATEDPAYMENTDESCRIPTION@",
	"estimatedTaxText" : "Estimated Surcharge",
	"estimateHoverBubble" : "We will let you know if you need to take action when balances become your responsibility.",
	"estimateLinkHTMLSignDesc" : "Sign the estimate document sent on @MYCHART@ESTIMATEDATEHTML@.",
	"estimateLinkHTMLViewDesc" : "View the estimate document sent on @MYCHART@ESTIMATEDATEHTML@.",
	"estimateLinkPDFDesc" : "View the estimate document sent on @MYCHART@ESTIMATEDATEPDF@ (PDF).",
	"estimateLinkText" : "View estimate #@MYCHART@estimateId@",
	"estimateLoadMore" : "Show all estimates",
	"estimatePlainText" : "Estimate #@MYCHART@estimateId1@",
	"estimatePlanPaymentsGroupHeader" : "Payment Plan Payments and Adjustments",
	"estimatePopupTitle" : "Estimate ready",
	"estimateReadyPopupMessage" : "We have finished generating your estimate.",
	"estimateReadyPopupViewAction" : "View estimate",
	"estPaymentDetailsHeader" : "Detailed Estimate Information",
	"filterCalendarAlt" : "Calendar - Use to Select a Date",
	"filterDateButtonLabel" : "Search",
	"filterDateFrom" : "From",
	"filterDateInvalidFrom" : "From date is invalid.",
	"filterDateInvalidRange" : "Date range is invalid.",
	"filterDateInvalidTo" : "To date is invalid.",
	"filterDateRequiredFrom" : "From date is required.",
	"filterDateTo" : "To",
	"filterDescriptionShow" : "Shows filtering options.",
	"filterIconLabel" : "Filter",
	"filterPaneApplyLabel" : "Apply",
	"filterPaneResetLabel" : "Reset",
	"financialAssistanceApplicationNotSubmitted" : "Not Submitted",
	"financialAssistanceApplicationPatientList" : "Submitted for @MYCHART@PATIENTLIST2@",
	"financialAssistanceApplicationUnderReview" : "Under Review",
	"financialAssistanceApplyHeader" : "You may be eligible for financial assistance.",
	"financialAssistanceApplyText" : "Apply",
	"financialAssistanceApplyTextForSubset" : "Apply for @MYCHART@PATIENTLIST3@",
	"financialAssistanceApplyTextLong" : "Apply for financial assistance",
	"financialAssistanceDateRangeText" : "@MYCHART@PROGRAMSTARTDATE@ to @MYCHART@PROGRAMENDDATE@",
	"financialAssistanceEndText" : "until @MYCHART@PROGRAMENDDATE2@",
	"financialAssistanceManageHeader" : "Financial Assistance",
	"financialAssistanceManageLinkText" : "Manage financial assistance",
	"financialAssistanceNeedMore" : "Need more help?",
	"financialAssistanceNotSubmittedHoverBubble" : "You have a financial assistance application that hasn\u0027t been submitted.",
	"financialAssistanceNotSubmittedPatientList" : "Patients included: @MYCHART@PATIENTLIST4@",
	"financialAssistancePatientList" : "for @MYCHART@PATIENTLIST@",
	"financialAssistanceStartText" : "from @MYCHART@PROGRAMSTARTDATE2@",
	"futurePaymentHeader" : "Upcoming Payments",
	"genericNonPayableLabel" : "This cannot be paid online.",
	"guarantorAdjustmentHeader" : "Adjusted",
	"guarantorDiscountHeader" : "Discounted",
	"guarantorDoesNotOweSelfPayBalHeader" : "Pending balance",
	"guarantorDoesNotOweUnderReviewBalHeader" : "Balance under review",
	"guarantorOwesHeader" : "Outstanding balance",
	"guarantorOwesHeaderNotOnPlan" : "Balance not on Plan",
	"guarantorOwesHeaderOnPlan" : "Balance on Plan",
	"guarantorOwesInformational" : "--",
	"guarantorPaidHeader" : "Paid out-of-pocket",
	"guarantorSentToCollectionsHeader" : "Sent to Collections",
	"guarantorSentToCollectionsLabel" : "Sent to collections",
	"guarantorWithID" : "Guarantor #@MYCHART@GUARANTORIDFORSIDEBAR@",
	"hideChargeGroupLink" : "Hide charges",
	"hideChargeGroupLinkExtra" : "Hide charges for @MYCHART@HIDECHARGEGROUPDESCRIPTION@",
	"HomePhoneAltText" : "Home Phone",
	"hospitalDetailsLink" : "View Hospital Services",
	"hospitalServices" : "Hospital Services",
	"informationalVisitListHeader" : "In progress",
	"informationalVisitListPreText" : "These accounts are waiting for a response from insurance and are only displayed for your information. You might be responsible for these accounts in the future.",
	"inProgressAccountTooltip" : "This visit account is in progress and its balance might change.",
	"insuranceBalanceHeader" : "Insurance claims awaiting response",
	"insuranceBalanceHelp" : "Some of the charges on this guarantor account are awaiting a response from insurance. Depending on the response from insurance, some or all of the @MYCHART@TOTALINSURANCEBALANCE@ currently awaiting a response from insurance could become your responsibility.",
	"insuranceBalanceHelpZeroDollar" : "None of the charges on this guarantor account are awaiting a response from your insurance.",
	"insuranceCoveredDefinition" : "The amount your insurance has paid, adjusted, or is expected to pay.",
	"insuranceCoveredHelp" : "Some or all of this amount has not yet been paid by insurance but is expected to be covered.",
	"insuranceCoveredLabel" : "Insurance covered",
	"insuranceEstimatedPaidHeader" : "Estimated Insurance Pays",
	"insuranceOwesDefinition" : "The amount insurance has not yet responded to. Based on their response, some or all of this amount could become your responsibility.",
	"insuranceOwesHeader" : "Pending insurance",
	"insurancePaidHeader" : "Insurance Paid",
	"letterDefaultDescription" : "Billing Letter",
	"letterDocumentType" : "Letter",
	"letterLinkPDFDesc" : "View the letter sent on @MYCHART@LETTERDATEPDF@ (PDF).",
	"letterLoadMore" : "Show all letters",
	"letterPopupTitle" : "Letter ready",
	"letterReadyPopupMessage" : "We have finished generating your letter.",
	"letterReadyPopupViewAction" : "View letter",
	"letterSentPaper" : "@MYCHART@LETTERPAPERDESC@ sent via postal mail",
	"letterSentPaperless" : "@MYCHART@LETTERPAPERLESSDESC@ sent electronically",
	"lettersHeader" : "Letters",
	"lettersNone" : "No letters are available for viewing.",
	"lettersNoUnread" : "All letters were previously read.",
	"lettersPreText" : "",
	"letterViewPDF" : "View (PDF)",
	"MobilePhoneAltText" : "Mobile Phone",
	"noBalanceVisitListHeader" : "Zero balance",
	"noBalanceVisitListPreText" : "",
	"noDataErrorMessage" : "Data could not be loaded at this time. Please try again later.",
	"noRecentActivity" : "There are no recent payments to show.",
	"notCoveredDefinition" : "The amount for services that are not paid for by insurance.",
	"notCoveredLabel" : "Not covered",
	"notOnPaymentPlanVisitListHeader" : "Not on payment plan",
	"notOnPaymentPlanVisitListLink" : "Manage payment plan",
	"notOnPaymentPlanVisitListPreText" : "",
	"notOnPaymentPlanVisitListSubTotal" : "The total balance of visit accounts not on a payment plan:",
	"notPaymentPlanAccountTooltip" : "This visit account is not on the payment plan.",
	"noVisitsAlert" : "There aren\u0027t any visit accounts to show for the applied filters.",
	"overallTitle" : "Billing Account Details",
	"overviewBalancesHeader" : "Balances",
	"overviewRecentActivityHeader" : "Recent Payments",
	"overviewUndistributedAmount" : "@MYCHART@TOTALUNDISTRIBUTEDAMOUNT@ of the payments has not yet been applied to the balance",
	"pageTitle" : "Billing for @MYCHART@GUARANTORNAME@",
	"paperlessBillingEdit" : "Paperless Preferences",
	"paperlessBillingEnabled" : "Enabled for this account",
	"paperlessBillingHeader" : "Paperless Billing",
	"paperlessBillingSignUp" : "Sign up for paperless billing.",
	"paperlessBillingSignUpHeader" : "Save time while you save paper!",
	"parentheses" : "(@MYCHART@CONTENTSTRING@)",
	"partialPaymentPlanAccountTooltip" : "@MYCHART@PARTIALPAYMENTPLANACCOUNTAMOUNT@ of this visit account is on the payment plan.",
	"partialPaymentPlanAccountTooltip2" : "There is a new @MYCHART@PARTIALPAYMENTPLANACCOUNTAMOUNT2@ balance not on the payment plan for account @MYCHART@PARTIALPAYMENTPLANHARID@.",
	"partialPBPaymentPlanInfoBannerHeader" : "The current payment plan may not include all the balances listed below.",
	"pastPaymentCollectedAtDept" : "@MYCHART@PASTPAYMENTSOURCEANDREFERENCE@ collected at @MYCHART@PASTPAYMENTDEPARTMENTNAME@",
	"pastPaymentDescriptionWithDate" : "@MYCHART@PASTPAYMENTDESCRIPTION@ - @MYCHART@PASTPAYMENTDATE@",
	"pastPaymentDescriptionWithDatePaidByNotViewer" : "@MYCHART@PASTPAYMENTDESCRIPTION3@ - paid by @MYCHART@PASTPAYMENTPAIDBYNAME2@ on @MYCHART@PASTPAYMENTDATE3@",
	"pastPaymentDescriptionWithDatePaidByViewer" : "@MYCHART@PASTPAYMENTDESCRIPTION2@ - paid by you on @MYCHART@PASTPAYMENTDATE2@",
	"pastPaymentFilterAnyDate" : "Date range",
	"pastPaymentFilterLastStatement" : "Since last statement",
	"pastPaymentFilterLastYear" : "Last year",
	"pastPaymentFilterLegend" : "Viewing options",
	"pastPaymentFilterYearToDate" : "Year to date",
	"pastPaymentFullyUndistributed" : "Not yet applied",
	"pastPaymentHeader" : "Past Payments",
	"pastPaymentNotPaidByViewer" : "@MYCHART@PASTPAYMENTSOURCEANDREFERENCE5@ paid by @MYCHART@PASTPAYMENTPAIDBYNAME@",
	"pastPaymentPaidByViewer" : "@MYCHART@PASTPAYMENTSOURCEANDREFERENCE3@ paid by you",
	"pastPaymentPartiallyUndistributed" : "@MYCHART@PASTPAYMENTUNDISTRIBUTEDAMOUNT@ not yet applied",
	"pastPaymentsNone" : "No payments have been made in this date range.",
	"pastPaymentSource" : "@MYCHART@PASTPAYMENTSOURCETITLE@",
	"pastPaymentSourceWithReference" : "@MYCHART@PASTPAYMENTSOURCETITLE2@ (@MYCHART@PASTPAYMENTREFERENCE@)",
	"pastPaymentsSetDates" : "Specify a date range to view payments made.",
	"pastPaymentWithDigitalWallet" : "@MYCHART@PASTPAYMENTDIGITALWALLETIMAGE@ @MYCHART@PASTPAYMENTBRANDTITLE@ x@MYCHART@PASTPAYMENTLASTFOUR3@",
	"pastPaymentWithDigitalWalletNoBrand" : "@MYCHART@PASTPAYMENTDIGITALWALLETIMAGE2@ x@MYCHART@PASTPAYMENTLASTFOUR4@",
	"pastPaymentWithImage" : "@MYCHART@PASTPAYMENTIMAGE@ x@MYCHART@PASTPAYMENTLASTFOUR@",
	"pastPaymentWithImageAndBank" : "@MYCHART@PASTPAYMENTIMAGE2@ @MYCHART@PASTPAYMENTBANKTYPE2@ x@MYCHART@PASTPAYMENTLASTFOUR2@",
	"pastVisitPaymentDescription" : "@MYCHART@visitPaymentDescription@ for @MYCHART@pastVisitDescription@ on @MYCHART@pastVisitDate@",
	"patientsIncludedHeader" : "Patients Included",
	"paymentPlanAutoPayExpMMYY" : "exp. @MYCHART@EXPMM@/@MYCHART@EXPYY@",
	"paymentPlanAutoPayMethod" : "@MYCHART@PAYMENTMETHODIMAGE@ x@MYCHART@PAYMENTMETHODLASTFOUR@ (@MYCHART@PAYMENTMETHODDETAILS@)",
	"paymentPlanCallCustomerService" : "Contact customer service if you have questions.",
	"paymentPlanCallCustomerServicePhone" : "Contact customer service at @MYCHART@CUSTOMERSERVICEPHONENUMBER3@ if you have questions.",
	"paymentPlanCardExpired" : "The payment method has expired.",
	"paymentPlanCardExpiring" : "The payment method is expiring soon.",
	"paymentPlanEstimatedAmountDescription" : "Includes estimated amount",
	"paymentPlanEstimateOwesTotal" : "Remaining Amount",
	"paymentPlanEstimateSPTotal" : "Your Estimated Responsibility",
	"paymentPlanHeader" : "Payment Plan Details",
	"paymentPlanMonthlyText" : "Monthly payment",
	"paymentPlanNotOnPlanHeader" : "Balance not on Plan",
	"paymentPlanNotOnPlanIconHover" : "There was a difference in the amount estimated and the actual balance. This amount can be added to the payment plan.",
	"paymentPlanNumOfPayments" : "@MYCHART@PLANPAYOFFNUMOFPAYMENTS@ payments remaining",
	"paymentPlanOnePaymentLeft" : "@MYCHART@PLANPAYOFFNUMOFPAYMENTS2@ payment remaining",
	"paymentPlanOnPlanHeader" : "Balance on Plan",
	"paymentPlanOverdue" : "The payment is overdue.",
	"paymentPlanPaymentMethodDeclined" : "The last automatic payment was declined.",
	"paymentPlanPayNowButtonLabel" : "Make a payment",
	"paymentPlanPayOffMonth" : "Paid off",
	"paymentPlanSignUpButtonLabel" : "Sign up for automatic payments",
	"paymentPlanStatusAutoGood" : "You\u0027re all set!",
	"paymentPlanStatusAutoGood2" : "Auto pay is up to date.",
	"paymentPlanStatusGood" : "Payment plan is up to date",
	"paymentPlanStatusNotCoveredAbleToAdd" : "You can add this balance to the plan. Any balance not covered by the plan is due immediately.",
	"paymentPlanStatusNotCoveredByPlan" : "@MYCHART@NOTCOVEREDAMOUNTDUE@ is not covered by the payment plan.",
	"paymentPlanStatusNotCoveredUnableToAdd" : "This amount cannot be added to the plan and should be paid separately. Any balance not covered by the plan is due immediately.",
	"paymentPlanStatusPartiallyNotCoveredUnableToAdd" : "@MYCHART@AMOUNTNOTELIGIBLETOBEADDEDTOPLAN@ cannot be added to the plan and should be paid separately. Any balance not covered by the plan is due immediately.",
	"paymentPlanTotalBalance" : "Remaining balance",
	"paymentPlanUpdateButtonLabel" : "Update plan",
	"paymentPlanVisitListAutoPayAmount" : "Next automatic payment:",
	"paymentPlanVisitListHeader" : "On payment plan",
	"paymentPlanVisitListPreText" : "",
	"paymentPlanVisitListScheduledDate" : "Scheduled for: @MYCHART@AUTOPAYDATE@",
	"paymentPlanVisitListSubTotal" : "The total balance of visit accounts on a payment plan:",
	"paymentsFilterDiscoverabilityLink" : "Don\u0027t see the payment you are looking for? Click here for more viewing options.",
	"paymentsFiltersTextDateRange" : "Currently viewing: All payments from @MYCHART@FROMDATEPAYMENTS@ to @MYCHART@TODATEPAYMENTS@",
	"paymentsFiltersTextDefault" : "Currently viewing: Payments since last statement",
	"paymentsFiltersTextLastYear" : "Currently viewing: Payments from last year",
	"paymentsFiltersTextYearToDate" : "Currently viewing: Payments from year to date",
	"paymentsGroupHeader" : "Payments and Adjustments",
	"paymentsListDateRangePreText" : "Showing @MYCHART@numPmtsLoaded1@ out of @MYCHART@numPmtsLoaded1@ payments from @MYCHART@fromdateheaderpretext1@ to @MYCHART@toDateheaderpretext1@",
	"paymentsListEmptyPreText" : "No payments found",
	"paymentsListGenericPreText" : "Showing @MYCHART@numPmtsLoaded2@ out of @MYCHART@numPmtsLoaded2@ payments",
	"paymentsListSinceStatementPreText" : "Showing @MYCHART@NUMPMTSLOADED@ out of @MYCHART@NUMPMTSLOADED@ payments since @MYCHART@fromdateheaderpretext@",
	"pbUnconvertedVisitsBannerText" : "We were unable to load some visit accounts. If you don\u0027t see an expected visit listed, contact customer service.",
	"popupCloseButton" : "Close",
	"postResolutionAmountNotOnPlanTooltip" : "This account started as an estimate on a payment plan. There was a difference in the amount estimated and the actual balance. This amount can be added to the payment plan.",
	"postTextOverall" : "",
	"preTextOverall" : "",
	"PrintButtonAltText" : "Print this page in a printer-friendly format",
	"PrintButtonTitleText" : "Printer-friendly page",
	"priorTransactionAmountString" : "Other Payments and Adjustments",
	"professionalDetailsLink" : "View Physician Services",
	"professionalHospitalServices" : "Physician and Hospital Services",
	"professionalServices" : "Physician Services",
	"receiptDocumentType" : "Receipt #@MYCHART@RECEIPTNUMBER@",
	"receiptFileName" : "Receipt",
	"recentPaymentNotPaidByViewer" : "@MYCHART@RECENTPAYMENTSOURCEANDREFERENCE2@ paid by @MYCHART@RECENTPAYMENTPAIDBYNAME@",
	"recentPaymentPaidByViewer" : "@MYCHART@RECENTPAYMENTSOURCEANDREFERENCE@ paid by you",
	"recentPaymentWithDigitalWallet" : "@MYCHART@RECENTPAYMENTAMOUNT7@ @MYCHART@RECENTPAYMENTDIGITALWALLETIMAGE@ @MYCHART@RECENTPAYMENTTITLE@ x@MYCHART@RECENTPAYMENTLASTFOUR5@",
	"recentPaymentWithDigitalWalletNoBrand" : "@MYCHART@RECENTPAYMENTAMOUNT8@ @MYCHART@RECENTPAYMENTDIGITALWALLETIMAGE2@ x@MYCHART@RECENTPAYMENTLASTFOUR6@",
	"recentPaymentWithImage" : "@MYCHART@RECENTPAYMENTAMOUNT3@ @MYCHART@RECENTPAYMENTIMAGE3@ x@MYCHART@RECENTPAYMENTLASTFOUR3@",
	"recentPaymentWithImageAndBank" : "@MYCHART@RECENTPAYMENTAMOUNT4@ @MYCHART@RECENTPAYMENTIMAGE4@ @MYCHART@RECENTPAYMENTBANKTYPE4@ x@MYCHART@RECENTPAYMENTLASTFOUR4@",
	"recentPaymentWithSource" : "@MYCHART@RECENTPAYMENTAMOUNT1@ @MYCHART@RECENTPAYMENTSOURCE1@",
	"recentPaymentWithSourceAndRef" : "@MYCHART@RECENTPAYMENTAMOUNT2@ @MYCHART@RECENTPAYMENTSOURCE2@ (@MYCHART@RECENTPAYMENTREFNUM2@)",
	"remainingResponsibilityDefinition" : "The amount left after insurance has paid or adjusted. If this is not covered by a different insurance, you will likely owe this amount.",
	"remainingResponsibilityLabel" : "Remaining responsibility",
	"replacedEstimateHoverBubble" : "The estimate was updated. The payment plan balance does not include the additional @MYCHART@additionalEstimateAmount@ of estimated responsibility. You will be notified after your visit if the plan needs to be updated.",
	"scheduledPaymentHeader" : "Scheduled Payments",
	"scheduledPaymentType1" : "Auto Pay - Monthly payment plan",
	"scheduledPaymentType2" : "Trust Deposit",
	"scheduledPaymentType3" : "Auto Pay",
	"scheduledPaymentType4" : "Auto Pay",
	"scheduledPaymentType5" : "Auto Pay - Recurring series",
	"scheduledPaymentType6" : "Auto Pay - Monthly payment plan",
	"scheduledPaymentTypeDefault" : "Payment",
	"scheduledVisitPaymentDescription" : "@MYCHART@SCHEDULEDPAYMENTDESCRIPTION@ - @MYCHART@SCHEDULEDVISITDESCRIPTION@ on @MYCHART@SCHEDULEDVISITDATE@",
	"setupByCustomerServiceLabel" : "Set up by customer service",
	"setupBySomeoneElseLabel" : "Set up by @MYCHART@setupByName@",
	"setupByYouLabel" : "Set up by you",
	"sharedGuarantorHeader" : "Authorized Users",
	"sharedGuarantorText" : "The following people can see and take action on your billing account.",
	"showChargeGroupLink" : "View charges",
	"showChargeGroupLinkExtra" : "View charges for @MYCHART@SHOWCHARGEGROUPDESCRIPTION@",
	"statementAmount" : "",
	"statementDateDisclaimer" : "The balance shown here was current as of @MYCHART@STATEMENTDATEFORDISCLAIMER@, when the statement was generated.",
	"statementDetailBillDocumentType" : "Itemized Bill",
	"statementDetailBillLoadMore" : "Show all itemized bills",
	"statementDetailBillText" : "Informational Only",
	"statementDetailsDesc" : "The balance shown in this bill may be outdated",
	"statementDetailsHeader" : "See billing details for the most up to date balance",
	"statementDocumentType" : "Statement",
	"statementLinkBasicDesc" : "View the statement sent on @MYCHART@STATEMENTDATEBASIC@.",
	"statementLinkPDFDesc" : "View the statement sent on @MYCHART@STATEMENTDATEPDF@ (PDF).",
	"statementLoadMore" : "Show all statements",
	"statementPopupTitle" : "Statement ready",
	"statementReadyPopupMessage" : "The statement is ready to view.",
	"statementReadyPopupViewAction" : "View statement",
	"statementsDetailBillHeader" : "Itemized Bills",
	"statementsDetailBillNone" : "No itemized bills are available for viewing.",
	"statementsDetailBillNoUnread" : "All itemized bills were previously read.",
	"statementsDetailBillPopupTitle" : "Itemized bill ready",
	"statementsDetailBillPreText" : "These documents provide detailed billing information that may not appear on the monthly statement.",
	"statementsDetailBillReadyPopupMessage" : "We have finished generating the itemized bill.",
	"statementsDetailBillReadyPopupViewAction" : "View itemized bill",
	"statementSentPaperless" : "Sent electronically",
	"statementSentPaperlessWithHAR" : "Sent electronically for hospital account @MYCHART@STATEMENTPAPERLESSHAR@",
	"statementSentPaperToNotViewer" : "Sent via postal mail to @MYCHART@SENTTOUSER@",
	"statementSentPaperToNotViewerAndOthers" : "Sent via postal mail to @MYCHART@SENTTOUSERS2@",
	"statementSentPaperToViewer" : "Sent via postal mail to you",
	"statementSentPaperToViewerAndOthers" : "Sent via postal mail to you, @MYCHART@SENTTOUSERS@",
	"statementSentPaperWithHAR" : "Sent via postal mail for hospital account @MYCHART@STATEMENTPAPERHAR@",
	"statementServiceDateRange" : "Includes activity from @MYCHART@statementServiceDateRangeStart@ to @MYCHART@statementServiceDateRangeEnd@",
	"statementsHeader" : "Statements",
	"statementsNone" : "No statements are available for viewing.",
	"statementsNoUnread" : "All statements were previously read.",
	"statementsPreText" : "",
	"statementViewBasic" : "View",
	"statementViewPDF" : "View (PDF)",
	"Title" : "Billing Account Details",
	"totalBilledWithoutAdjsHeader" : "Billed",
	"totalBilledWithoutInsAdjHeader" : "Billed",
	"totalBilledWithoutInsAdjSPDscntHeader" : "Billed",
	"totalBilledWithoutSPDscntHeader" : "Billed",
	"totalChargesHeader" : "Billed",
	"totalHeader" : "Account Totals",
	"totalSurchargeHeader" : "Surcharge",
	"totalTaxHeader" : "Tax",
	"unAppliedPaymentsHeader" : "Unapplied Payments",
	"unAppliedPaymentSubheader" : "Detailed Payment Information",
	"vapCancelAgreement" : "Cancel",
	"vapCancelAgreementAssistive" : "Cancel this payment agreement",
	"vapDocumentHeader" : "Visit Auto Pay Agreement",
	"vapEditPayment" : "Change payment method",
	"vapEditPaymentLabel" : "Change Visit Auto Pay payment method",
	"vapExpiredWarning" : "Expired",
	"vapExpiringSoonWarning" : "Expiring Soon",
	"vapGenericViewLabel" : "View agreement",
	"vapHeader" : "Visit Auto Pay Agreement #@MYCHART@vapConsentNumber@",
	"vapLabel" : "Visit Auto Pay Agreement #@MYCHART@vapLabelConsentNumber@",
	"vapLearnMore" : "Learn more",
	"vapLearnMoreLabel" : "Learn more about Visit Auto Pay",
	"vapNoEdit" : "Changes to this payment cannot be made online. Contact customer service at @MYCHART@CUSTOMERSERVICEPHONENUMBER4@ if you have questions.",
	"vapScheduledPayment" : "@MYCHART@vapScheduledPaymentAmount@ scheduled payment on @MYCHART@vapScheduledPaymentDate@ using @MYCHART@vapScheduledPaymentPaymentMethod@.",
	"vapSignUpAmount" : "Up to @MYCHART@vapSignUpOptionAmountFormatted@",
	"vapViewAgreementLabel" : "View Visit Auto Pay agreement document",
	"vapViewLabel" : "View agreement #@MYCHART@vapConsentNum@",
	"viewReceipt" : "View receipt",
	"viewReceiptWithDateAndAmount" : "View receipt for @MYCHART@RECEIPTAMOUNT@ payment made on @MYCHART@RECEIPTDATE@.",
	"visitAccountFilterHeader" : "Viewing options",
	"visitAutoPayVisitListHeader" : "With scheduled payments",
	"visitAutoPayVisitListPreText" : "These accounts have payments scheduled for their balances and do not need additional payment at this time. See the Payments tab for more details.",
	"visitContestedTooltip" : "This account includes services that are currently under review. Your responsibility could change based on the resolution of this review.",
	"visitDateRange" : "@MYCHART@VISITSTARTDATE@ to @MYCHART@VISITENDDATE@",
	"visitDetailsHeader" : "Full details for this visit account",
	"visitDetailsHeaderAdjustment" : "Full details for this charge",
	"visitDetailsHide" : "Hide details",
	"visitDetailsHideExtra" : "Hide details for @MYCHART@HIDEVISITDESCRIPTION@ on @MYCHART@HIDEVISITDATE@",
	"visitDetailsShow" : "View details",
	"visitDetailsShowExtra" : "View details for @MYCHART@SHOWVISITDESCRIPTION@ on @MYCHART@SHOWVISITDATE@",
	"visitHospitalAccount" : "Account #@MYCHART@VISITHOSPITALACCOUNTID@",
	"visitListHeader" : "Outstanding Balance",
	"visitListHeaderDateRange" : "Date Range",
	"visitListHeaderLastYear" : "Last Year",
	"visitListHeaderYearToDate" : "Year to Date",
	"visitListLoadAllButtonLabel" : "Load all accounts",
	"visitListLoadMoreButtonLabel" : "Load more accounts",
	"visitListOrderIndicator" : "Newest first",
	"visitListPreText" : "",
	"visitListSubTotal" : "The total balance for outstanding visit accounts:",
	"visitPatient" : "Patient: @MYCHART@VISITPATIENTNAME@",
	"visitPrimaryPayer" : "Primary Payer: @MYCHART@VISITPRIMARYPAYERNAME@",
	"visitProvider" : "Provider: @MYCHART@VISITPROVIDERNAME@",
	"visitsFilterDiscoverabilityLink" : "Don\u0027t see the visit account you are looking for? Click here for more viewing options.",
	"visitsFilterPaneTextDefaultRemoteGuarantor" : "Settings:",
	"visitsFiltersTextDateRange" : "Currently viewing: All accounts from @MYCHART@FROMDATEFILTERHEADER@ to @MYCHART@TODATEFILTERHEADER@",
	"visitsFiltersTextDefault" : "Currently viewing: Active accounts",
	"visitsFiltersTextLastYear" : "Currently viewing: All accounts from last year",
	"visitsFiltersTextYearToDate" : "Currently viewing: All accounts from year to date",
	"visitsHeader" : "Visit Accounts",
	"visitsHideAllDetails" : "Hide all details",
	"visitsListEmptyResults" : "No accounts found",
	"visitsListPretextAccountsLoaded" : "Showing @MYCHART@NUMACTSLOADED@ out of @MYCHART@NUMACTSTOTAL@ accounts from @MYCHART@fromdateheaderpretext2@ to @MYCHART@toDateheaderpretext2@",
	"visitsPreText" : "",
	"visitsShowAllDetails" : "View all details",
	"visitTitleDefault" : "Visit at @MYCHART@VISITDEPARTMENT2@",
	"visitTitleEstimate" : "Visit at @MYCHART@VISITDEPARTMENT3@ (Estimated)",
	"visitTitleEstimateName" : "Estimate for @MYCHART@ESTIMATENAME@",
	"visitTitleWithType" : "@MYCHART@VISITTYPE1@ at @MYCHART@VISITDEPARTMENT1@",
	"WorkPhoneAltText" : "Work Phone",
	"yourPortionAfterFinalizationDefinition" : "This account is still being finalized. The balance may change.",
	"yourPortionAfterInsuranceDefinition" : "The amount you will owe after insurance has paid. Based on their response, this amount might change.",
});
$$WP.Strings.getNamespace("accountmanagement.deactivateaccount").addStrings( {
	"CentralConfirmationPopupText" : "Are you sure you want to delete your account?",
	"CentralConfirmationPopupTitle" : "Confirm Account Deletion",
	"CentralDeactivateButtonInProgressText" : "Deleting",
	"CentralDeactivateButtonText" : "Delete",
	"CentralDeactivationDisclaimer" : "\u003cp\u003eBy deleting your @MYCHART@APPTITLE@ account, you will be logged out and you will lose access to @MYCHART@APPTITLE@ and your Epic ID.\u003c/p\u003e\u003cp\u003eYou can always sign up for MyChart Central in the future by going to MyChartCentral.com.\u003c/p\u003e\u003cp\u003eIf you have connected this account to any other organizations, you will no longer be able to log in to those accounts using your Epic ID.\u003c/p\u003e",
	"CentralTitle" : "Delete Your Account",
	"ConfirmationPopupCancelActionText" : "Cancel",
	"ConfirmationPopupDeactivateActionText" : "Deactivate account",
	"ConfirmationPopupDeleteActionText" : "Delete account",
	"ConfirmationPopupText" : "Are you sure you want to deactivate your account?",
	"ConfirmationPopupTitle" : "Confirm Account Deactivation",
	"DeactivateButtonInProgressText" : "Deactivating",
	"DeactivateButtonText" : "Deactivate",
	"DeactivationDisclaimer" : "\u003cp\u003eBy deactivating your @MYCHART@APPTITLE@ account, you will be logged out and you will lose access to @MYCHART@APPTITLE@ and its features.\u003c/p\u003e\r\n\t\t\t\u003cp\u003eYou will no longer receive communications directing you to log in to @MYCHART@APPTITLE@.\u003c/p\u003e\r\n\t\t\t\u003cp\u003eIf you have connected this account to any other organizations, you will no longer be able to see this account\u0027s data in your accounts at those other organizations.\u003c/p\u003e\r\n\t\t\t\u003cp\u003eWhile you will no longer be able to access your account, your medical information and other associated data will not be deleted for legal requirements and to ensure that you continue to receive the best possible care from your healthcare providers.\u003c/p\u003e\r\n\t\t\t\u003cp\u003eIf any other @MYCHART@APPTITLE@ users have access to your medical information, they will continue to have access to your medical information even after your account is deactivated.\u003c/p\u003e\r\n\t\t\t\u003cp\u003eYou will not be prevented from signing up for @MYCHART@APPTITLE@ in the future. If you would like, you can contact your clinic to discuss options for reactivating your account.\u003c/p\u003e",
	"LoginAccessNotice" : "You can only log in to the following linked MyChart accounts using your Epic ID at this time.",
	"LoginAccessWarning" : "If you delete your MyChart Central account, you will no longer be able to log into these accounts:",
	"RecoverAccess" : "To regain access you will need to use these accounts\u0027 \"Forgot Password\" process, or contact their customer support.",
	"Title" : "Deactivate Your Account",
	"WarningAltText" : "Warning",
});
$$WP.Strings.getNamespace("accountrecovery").addStrings( {
	"FailedToLoadText" : "Failed to load",
	"LandingPageTitle" : "Account Recovery",
	"MoreHelpBody" : "If you require further assistance, contact your @MYCHART@APPTITLE@ help desk at @MYCHART@HELPDESKPHONE@ to help you regain access to your @MYCHART@APPTITLE@ account.",
	"MoreHelpHeading" : "Need more help?",
	"PasswordResetLinkText" : "I forgot my password",
	"RecoveryLinkResend" : "Resend link",
	"RecoveryLinkSentButton" : "Back to login page",
	"RecoveryLinkSentDescription" : "If there\u0027s a MyChart Central account associated with @MYCHART@CONTACTINFO@, you\u0027ll receive a link to reset your password.",
	"RecoveryLinkSentTitle" : "Reset link sent",
	"RecoveryStartErrorTitle" : "Error",
	"SignupHeading" : "New to @MYCHART@APPTITLE@?",
	"SignupLinkText" : "Sign up online",
	"Title" : "",
	"UsernameRecoveryLinkText" : "I forgot my username",
});
$$WP.Strings.getNamespace("accountrecovery.common").addStrings( {
	"AccountRecoveryActivityTitle" : "Reset password",
	"CancelButton" : "Cancel",
	"Title" : "",
});
$$WP.Strings.getNamespace("accountrecovery.recovery").addStrings( {
	"AccountRecoveryPageTitle" : "Forgot your password?",
	"InvalidEmailOrPhoneError" : "Enter a valid email address or phone number",
	"RecoveryDescriptionCodeSent" : "We sent a code",
	"RecoveryDescriptionEmailOnly" : "Enter the email address associated with your @MYCHART@APPTITLE@ account and we\u0027ll send you a link to reset your password.",
	"RecoveryDescriptionEmailSMS" : "Enter the email address or phone number associated with your @MYCHART@APPTITLE@ account and we\u0027ll send you a link to reset your password.",
	"RecoveryDescriptionSMSOnly" : "Enter the phone number associated with your @MYCHART@APPTITLE@ account and we\u0027ll send you a link to reset your password.",
	"RecoveryLabelEmailOnly" : "Email address",
	"RecoveryLabelEmailSMS" : "Email address or phone number",
	"RecoveryLabelSMSOnly" : "Phone number",
	"SendCodeButtonText" : "Send reset link",
	"Title" : "",
});
$$WP.Strings.getNamespace("accountrecovery.verifyrecoverycontact").addStrings( {
	"Title" : "Verify your identity",
	"VerifyContactDescriptionEmail" : "If your email is on file, you will receive a security code to @MYCHART@RECOVERYCONTACT@.",
	"VerifyContactDescriptionPhone" : "If your phone number is on file, you will receive a security code to @MYCHART@RECOVERYCONTACT@.",
});
$$WP.Strings.getNamespace("accountrecoverycentral").addStrings( {
	"CentralEmailFAQHelp" : "Not sure which email address you used for your Epic ID? Go to the @MYCHART@CENTRALFAQLINK@ for help.",
	"CentralEmailHelp" : "\u003cp class=\"forgotCentralEmail\"\u003eNot sure which email address you used for your Epic ID? Go to the\u003ca class=\"csPhone\" href=\u0027@MYCHART@CENTRALFAQURL@\u0027 target=\u0027@MYCHART@RANDOMID@\u0027 aria-label=\"MyChart Central FAQ page. Opens in a new window.\"\u003e MyChart Central FAQ page \u003csvg class=\"icon arrowIcon jumpArrow\" focusable=\"false\" aria-hidden=\"true\"\u003e\u003cuse xlink:href=\u0027@MYCHART@EXTICONURL@\u0027\u003e\u003c/use\u003e\u003c/svg\u003e\u003c/a\u003e for help.\u003c/p\u003e",
	"CentralFAQLinkAsstText" : "MyChart Central FAQ page. Opens in a new window.",
	"CentralFAQLinkText" : "MyChart Central FAQ page",
	"GoToCentralAssistiveDescprition" : "I forgot my Epic ID password. Opens in a new window.",
	"HasCentralAccount" : "I have an Epic ID",
	"NotHasCentralAccount" : "I do not have an Epic ID",
	"RecoveryLinkDidNotGet" : "Didn\u0027t receive a link?",
	"RecoveryLinkResend" : "Resend link",
	"RecoveryLinkResentToast" : "We\u0027ve resent your recovery link. Please give the link a few minutes to arrive before requesting again.",
	"RecoveryLinkSentDescription" : "If there\u0027s a MyChart Central account associated with @MYCHART@CONTACTINFO@, you\u0027ll receive a link to reset your password.",
	"RecoveryLinkSentDone" : "Finish",
	"RecoveryLinkSentTitle" : "Reset link sent",
	"ResetCentralPassword" : "I forgot my Epic ID password",
	"Title" : "",
});
$$WP.Strings.getNamespace("accountsettings").addStrings( {
	"AccountManagementHeading" : "Account management",
	"CentralDeactivateAccountDescription" : "If you delete your account, you will lose access to @MYCHART@APPTITLE@ and its features.",
	"CentralDeactivateAccountHeading" : "Delete account",
	"ChangePasswordDescription" : "Last changed @MYCHART@CHANGEDTIME@",
	"ChangePasswordHeading" : "Change password",
	"CommunicationPreferencesDescription" : "Change which notifications you receive by email, text, or push notifications.",
	"CommunicationPreferencesHeading" : "Communication preferences",
	"DeactivateAccountDescription" : "If you deactivate your account, you will lose access to @MYCHART@APPTITLE@ and its features.",
	"DeactivateAccountHeading" : "Deactivate account",
	"DeviceActivityDescription" : "View and manage devices that have accessed your account.",
	"DeviceActivityHeading" : "Remembered devices",
	"DeviceManagementDescription" : "Remembered devices are trusted and require less identity verification when accessing @MYCHART@APPTITLE@.",
	"DeviceManagementHeading" : "Device management",
	"EmailHeading" : "Verify with email",
	"EmailOnlyDescription" : "Receive a code sent by email.",
	"EmailSMSDescription" : "Receive a code sent by email or text message.",
	"EmailSMSHeading" : "Verify with email or text message",
	"EnablePreviewFeatures" : "Enable preview features",
	"ErrorFailedToUpdateSetting" : "There was a problem updating your setting. Try again later.",
	"ErrorUnableToUpdateSettingTitle" : "Error",
	"LoginHeading" : "Login",
	"NotificationsHeading" : "Notifications",
	"OffText" : "Off",
	"OnText" : "On",
	"PasskeyDescription" : "Log in with your fingerprint, face scan, or screen lock.",
	"PasskeyHeading" : "Manage passkeys",
	"PreviewFeaturesHeading" : "Preview features",
	"PreviewFeaturesPageDesc" : "Get early access to new and upcoming features.",
	"RememberDevicesDescription" : "Remember browsers you\u0027ve used to access @MYCHART@APPTITLE@ in order to help protect your account.",
	"RememberDevicesHeading" : "Remember logged-in devices",
	"SMSHeading" : "Verify with text message",
	"SMSOnlyDescription" : "Receive a code sent by text message.",
	"Title" : "Account Settings",
	"TOTPDescription" : "Set up an authenticator app to receive a code.",
	"TOTPHeading" : "Verify with authenticator app",
	"TwoFactorDescription" : "Use two-step verification to add an additional layer of security to your account.",
	"TwoFactorHeading" : "Two-step verification",
	"TwoFactorPopUpDescription" : "For better security, you must verify your identity when logging in. To turn off one verification method, make sure to turn on another first.\r\n\t\t\t",
	"TwoFactorPopUpHeading" : "At least one verification option must be turned on",
	"TwoFactorRequiredDescription" : "Use two-step verification to add an additional layer of security to your account. One or more of these methods is required.",
});
$$WP.Strings.getNamespace("accountstatement").addStrings( {
	"detailBillTitle" : "Itemized Bill for @MYCHART@STATEMENTDATE@",
	"statementDisclaimerLink" : "\r\n\t\t\t\tGo to billing details.\r\n\t\t\t",
	"statementDisclaimerText" : "\r\n\t\t\t\tThis is the current balance as of @MYCHART@statementDate@. See billing details for the most up-to-date balance information.\r\n\t\t\t",
	"Title" : "Statement for @MYCHART@STATEMENTDATE@",
});
$$WP.Strings.getNamespace("accountsummary").addStrings( {
	"accountTypeName" : "",
	"accountTypeName_0" : "Other",
	"accountTypeName_1" : "Personal/Family",
	"accountTypeName_3" : "Case Rate",
	"accountTypeName_38" : "ROI Requester",
	"accountTypeName_4" : "Clearing Account",
	"accountTypeName_5" : "Trust Account",
	"actionsAccountDetailsLink" : "View balance details",
	"actionsAutopayManageLink" : "Manage payment plan",
	"actionsAutopaySignupLink" : "Sign up for automatic payments",
	"actionsCallCustomerServicePopup" : "You can reach customer service for @MYCHART@SERVICEAREANAME@ at @MYCHART@CUSTOMERSERVICEPHONE2@.",
	"actionsCustomerServiceLink" : "Contact customer service",
	"actionsCustomerServicePhoneLink" : "Call customer service at @MYCHART@CUSTOMERSERVICEPHONE3@",
	"actionsFinancialAssistanceLink" : "Manage financial assistance",
	"actionsLastStatementLink" : "View last statement (@MYCHART@LASTSTATEMENTDATE@)",
	"actionsPaymentHistoryLink" : "View payment history",
	"alertBalanceNotOnPlanHeader" : "Balance not on payment plan",
	"alertBannerAssistiveMessage" : "@MYCHART@alertType@ for guarantor number @MYCHART@alertAccountID@",
	"alertCustomerServiceButton" : "Contact customer service",
	"alertCustomerServiceHeader" : "Contact customer service",
	"alertCustomerServiceMessage" : "Please call customer service.",
	"alertCustomerServicePhoneMessage" : "Please call customer service at @MYCHART@CUSTOMERSERVICEPHONE@.",
	"alertDeclinedBankAccountMessage" : "The bank account used for the payment plan was declined.",
	"alertDeclinedCreditCardMessage" : "The credit card used for the payment plan was declined.",
	"alertExpiredBankAccountMessage" : "The bank account used for the payment plan has expired.",
	"alertExpiredCreditCardMessage" : "The credit card used for the payment plan has expired.",
	"alertExpiringSoonBankAccountMessage" : "The bank account used for the payment plan is going to expire soon.",
	"alertExpiringSoonCreditCardMessage" : "The credit card used for the payment plan is going to expire soon.",
	"alertMakePaymentButton" : "Make a payment",
	"alertMIMSourceAccountFull" : "This balance has been moved to @MYCHART@targetMIMConsolidatedAccountFull@ for your convenience. Log into your @MYCHART@targetMIMConsolidatedAccountFull@ MyChart account to manage the balance.",
	"alertMIMSourceAccountPartial" : "Part of this balance has been moved to @MYCHART@targetMIMConsolidatedAccountPartial@ for your convenience. Log into your @MYCHART@targetMIMConsolidatedAccountPartial@ MyChart account to manage the balance.",
	"alertMIMTargetAccountMultiple" : "This account includes balances that have been moved from multiple other systems for your convenience.",
	"alertMIMTargetAccountSingle" : "This account includes balances that have been moved from @MYCHART@targetMIMSystemName@ for your convenience.",
	"alertNonPlanBalanceMessage" : "@MYCHART@NOTONPLANAMOUNT@ is not on the payment plan.",
	"alertOverduePaymentPlanPaymentHeader" : "Overdue balance",
	"alertOverduePaymentPlanPaymentMessage" : "The payment plan amount is overdue.",
	"alertPaymentPlanButton" : "Update plan",
	"alertPaymentPlanPaymentMethodDeclinedHeader" : "Declined auto pay method",
	"alertPaymentPlanPaymentMethodExpiredHeader" : "Expired auto pay method",
	"alertPaymentPlanPaymentMethodWarningHeader" : "Expiring auto pay method",
	"alertSourceAccountFull" : "This balance has been moved to guarantor account #@MYCHART@TARGETCONSOLIDATEDACCOUNTFULL@ for your convenience.",
	"alertSourceAccountPartial" : "Part of this balance has been moved to guarantor account #@MYCHART@TARGETCONSOLIDATEDACCOUNTPARTIAL@ for your convenience.",
	"alertTargetAccountMultipleSources" : "This account includes balances that have been combined from other guarantor accounts for your convenience.",
	"alertTargetAccountSingleSource" : "This account includes balances that have been combined from another guarantor account for your convenience.",
	"alertUnableToAddAmountToPlanMessage" : "@MYCHART@NOTONPLANAMOUNTDUENOW@ is not on the payment plan and is due now.",
	"alertViewBalanceButton" : "View balance",
	"alertViewDetailsButton" : "View details",
	"alertViewOtherAccountButton" : "View other account",
	"alertViewOtherAccountsButton" : "View other accounts",
	"contestedAmountLabel" : "There are balances under review for this account.",
	"headerAccountIdAndTypeLabel" : "Guarantor #@MYCHART@GUARANTORID2@ (@MYCHART@GUARANTORNAME2@) - @MYCHART@ACCOUNTTYPE@",
	"headerAccountIdLabel" : "Guarantor #@MYCHART@GUARANTORID1@ (@MYCHART@GUARANTORNAME1@)",
	"headerAuthAccounts" : "Accounts you are authorized for",
	"headerBillsysHBLabel" : "Hospital Services",
	"headerBillsysPBLabel" : "Physician Services",
	"headerBillsysSBOLabel" : "Physician and Hospital Services",
	"headerOtherAuthAccounts" : "Other accounts you are authorized for",
	"headerPaperlessTitle" : "This account is enrolled in paperless billing.",
	"headerPatientsLabel" : "Patients included: @MYCHART@PATIENTLIST@",
	"headerYourAccounts" : "Accounts you are responsible for",
	"headerZeroDollarAccounts" : "Zero-dollar balance accounts",
	"listSeparator" : ", ",
	"maskedAccountNumber" : "Account ending in @MYCHART@GUARANTORIDLAST4@",
	"mixedPaperlessSignupButtonText" : "Get started",
	"mixedPaperlessSignupMessageContent" : "You have not set up your paperless billing preferences for all your accounts yet.",
	"mixedPaperlessSignupMessageTitle" : "Save time while saving paper",
	"noAccountsMessage" : "You do not have any account information on file.",
	"noPaymentNeeded" : "No payment due",
	"noPaymentNeededUntil" : "No payment due until @MYCHART@FUTUREPLANDATE2@",
	"paperlessCommPrefsLinkText" : "Manage notifications",
	"paperlessLongMessage" : "You are opted in to paperless billing for participating locations. Guarantor accounts with a leaf are paperless.",
	"paperlessPreferencesLinkText" : "Paperless preferences",
	"paperlessShortMessage" : "Guarantor accounts with a leaf are paperless.",
	"paperlessSignupButtonText" : "Get started",
	"paperlessSignupMessageContent" : "Set up your paperless billing preferences for the accounts you are responsible for.",
	"paperlessSignupMessageTitle" : "Save time while saving paper",
	"paperlessText" : "Accounts with this icon are signed up for paperless billing.",
	"partiesGuarantorLabel" : "Guarantor",
	"partiesMoreLabel" : "@MYCHART@NUMOMITTED@ more",
	"partiesPatientsCoveredLabel" : "Patients Included",
	"partiesPatientsCoveredNoPatients" : "(no patients)",
	"partiesYouLabel" : "You",
	"partiesYouLabelFull" : "@MYCHART@PATIENTNAME@ (You)",
	"paymentmethodManagementLink" : "Manage payment methods",
	"postText" : "",
	"preText" : "",
	"serviceAreaLogoDescription" : "Service area logo",
	"sharedGuarantor" : "Authorized users: @MYCHART@AUTHUSERLIST@",
	"sidebarContentFinancialAssistanceTitle" : "What if I can\u0027t pay at all?",
	"sidebarContentFinancialAssitanceText" : "You might be eligible for financial assistance. Start the process by applying online, and we\u0027ll work with you to determine a payment arrangement or offer financial assistance based on your financial situation.",
	"sidebarContentGuarantorText" : "The guarantor is the person or entity responsible for paying the balance of an account.",
	"sidebarContentGuarantorTitle" : "What is a guarantor?",
	"sidebarContentPaperlessLegendTitle" : "Paperless Billing",
	"sidebarContentPaperlessText" : "You can opt in to paperless billing to receive billing communications online when possible. You will still receive bills via mail from locations that do not have paperless billing.",
	"sidebarContentPaperlessTitle" : "How else can I receive my billing information?",
	"sidebarContentPaymentPlanText" : "If you can\u0027t pay the whole bill at once, you may be able to set up a payment plan. This lets you automatically pay a small amount each month.",
	"sidebarContentPaymentPlanTitle" : "What if I can\u0027t pay all at once?",
	"sidebarContentSharedGuarantorText" : "Authorized users can take action on your billing account, such as making payments or setting up payment plans. They can also see past and current billing information, which may include information on medical services and procedures.",
	"sidebarContentSharedGuarantorTitle" : "What is an authorized user?",
	"statusAmountDueLabel" : "Amount Due",
	"statusAmountDuePaymentPlanLabel" : "Payment Plan",
	"statusAmountIsNegativeInfo" : "A negative amount indicates a credit.",
	"statusOutstandingBalanceLabel" : "Outstanding balance: @MYCHART@statusOutstandingBalance@",
	"statusPayButtonTitle" : "Make a payment",
	"statusPaymentLastPaidLabel" : "Last paid: @MYCHART@LASTPAIDAMOUNT@ on @MYCHART@LASTPAIDDATE@",
	"statusPaymentPlaLabel" : "Can\u0027t pay all at once?",
	"statusPaymentPlanAutopayOverdueLabel" : "Overdue",
	"statusPaymentPlanAutopayOverdueSinceLabel" : "Overdue since @MYCHART@OVERDUEDATE@",
	"statusPaymentPlanAutopayScheduledLabel" : "Scheduled for @MYCHART@NEXTAUTOPAYDATE@",
	"statusPaymentPlanAutopayTitle" : "Auto Pay",
	"statusPaymentPlanButtonTitle" : "Set up payment plan",
	"statusPaymentPlanPayByLabel" : "Pay by @MYCHART@PAYBYDATE@",
	"statusPaymentPlanPrompt" : "Sign up to pay @MYCHART@MONTHLYAMOUNT@ per month.",
	"statusScheduledPaymentsLabel" : "@MYCHART@SCHEDULEDPAYMENTCOUNT@ scheduled payments",
	"statusScheduledPaymentsTooltip" : "View payment details",
	"statusSingleScheduledPaymentLabel" : "1 scheduled payment",
	"Title" : "Billing Summary",
	"upToDate" : "No payment due",
	"upToDateUntil" : "No payment due until @MYCHART@FUTUREPLANDATE@",
});
$$WP.Strings.getNamespace("actionpreviews.common").addStrings( {
	"SnowflakeDetailsLoadingIndicatorAccessibleDescription" : "Loading details...",
	"Title" : "",
});
$$WP.Strings.getNamespace("actionpreviews.ondemandvideovisit").addStrings( {
	"BodyText" : "See the next available provider with a video visit from the comfort of your home.",
	"Title" : "",
});
$$WP.Strings.getNamespace("actionpreviews.onmyway").addStrings( {
	"BodyTextMultipleDepartments" : "Need care now? Same-day visits are available at @MYCHART@DEPARTMENTCOUNT@ locations.",
	"BodyTextNoDepartment" : "Need care now? See nearby clinics and let us know when you are on your way.",
	"BodyTextSingleDepartment" : "Need care now? Same-day visits are available at @MYCHART@DEPARTMENT@.",
	"Title" : "",
});
$$WP.Strings.getNamespace("activation.activationcode").addStrings( {
	"ActivationCodeFieldLabel" : "Activation code",
	"ActivationCodePretext" : "Enter your activation code as it appears on your enrollment letter or After Visit Summary.",
	"ExpiredCodeErrorMessage" : "This activation code has expired",
	"InvalidCodeErrorMessage" : "Invalid activation code",
	"NoActivationCodeHeading" : "No activation code?",
	"SelfSignupLinkText" : "Sign up with your information",
	"SubmitButtonLabel" : "Next",
	"Title" : "Sign up with an activation code",
});
$$WP.Strings.getNamespace("activation.activationoption").addStrings( {
	"ActivationOptionLogoAltText" : "MyChart Central Logo",
	"ActivationOptionPageTitle" : "Login Made Easy",
	"ActivationOptionTitle" : "Sign up with MyChart Central",
	"CentralActivationBody" : "With MyChart Central, you can access all of your MyChart accounts in one place.",
	"CentralActivationBodySU" : "With MyChart Central, you can access your MyChart accounts in one place.",
	"CentralActivationButton" : "Continue with MyChart Central",
	"CentralActivationFirstPoint" : "Use your Epic ID to log into all of your accounts",
	"CentralActivationPointOne" : "Use one login for all of your accounts",
	"CentralActivationPointTwo" : "Sync your contact information everywhere, automatically",
	"LocalActivationButton" : "\r\n\t\t\t\tNo thanks, create a login just for @MYCHART@ORGANIZATIONNAME@",
	"LocalActivationButtonNoOrg" : "\r\n\t\t\t\tNo thanks, create a login just for @MYCHART@APPTITLE@\r\n\t\t\t",
	"Title" : "Activation Option",
});
$$WP.Strings.getNamespace("activation.centralactivationcode").addStrings( {
	"SignupWithCentralLinkAriaLabel" : "Continue with MyChart Central. You can use your MyChart Central login information to sign up for @MYCHART@APPTITLE@",
	"SignupWithCentralLinkAriaLabelEpicID" : "Continue with your Epic ID. You can use your Epic ID to sign up for @MYCHART@APPTITLE@",
	"SignupWithCentralLinkAriaLabelWithOrg" : "Continue with MyChart Central. You can use your MyChart Central login information to sign up for @MYCHART@APPTITLE@ at @MYCHART@ORGANIZATIONNAME@",
	"SignupWithCentralLinkAriaLabelWithOrgEpicID" : "Continue with your Epic ID. You can use your Epic ID to sign up for @MYCHART@APPTITLE@ at @MYCHART@ORGANIZATIONNAME@",
	"SignupWithCentralLinkDescription" : "You can use your MyChart Central login information to sign up for @MYCHART@APPTITLE@",
	"SignupWithCentralLinkDescriptionEpicID" : "You can use your Epic ID to sign up for @MYCHART@APPTITLE@",
	"SignupWithCentralLinkDescriptionWithOrg" : "You can use your MyChart Central login information to sign up for @MYCHART@APPTITLE@ at @MYCHART@ORGANIZATIONNAME@",
	"SignupWithCentralLinkDescriptionWithOrgEpicID" : "You can use your Epic ID to sign up for @MYCHART@APPTITLE@ at @MYCHART@ORGANIZATIONNAME@",
	"SignupWithCentralLinkText" : "Continue with MyChart Central",
	"SignupWithCentralLinkTextEpicID" : "Continue with your Epic ID",
	"Title" : "Sign up with an activation code",
});
$$WP.Strings.getNamespace("activation.common").addStrings( {
	"ActivationActivityTitle" : "Sign up for @MYCHART@APPTITLE@",
	"CancelButton" : "Cancel",
	"InlinePasswordText" : "password",
	"InlineUsernameText" : "username",
	"Title" : "Activation",
});
$$WP.Strings.getNamespace("activation.errorpage").addStrings( {
	"BackToLoginButton" : "Back to login",
	"ExpiredActivationCodeErrorDetails" : "This activation code has expired. Contact customer service at @MYCHART@HELPDESKPHONE@ to have a new code issued. You may also sign up using the other methods listed.",
	"ExpiredActivationCodeErrorHeader" : "Expired activation code",
	"InvalidActivationCodeErrorDetails" : "This activation code is invalid. Contact customer service at @MYCHART@HELPDESKPHONE@ to have a new code issued. You may also sign up using the other methods listed.",
	"InvalidActivationCodeErrorHeader" : "Invalid activation code",
	"NoTwoFactorAuthContactInfoErrorDetails" : "Contact your clinic to ensure that they have a valid two factor authentication option on file to use @MYCHART@APPTITLE@. Two factor authentication is a required step to sign up for @MYCHART@APPTITLE@.",
	"NoTwoFactorAuthContactInfoErrorHeader" : "Unable to sign up",
	"OtherSignupOptionsHeader" : "Other signup options",
	"Title" : "Activation Error",
	"TooManyFailedAttemptsErrorDetails" : "Your activation code has been disabled because of too many failed attempts. Contact customer service at @MYCHART@HELPDESKPHONE@ to have a new code issued.",
	"TooManyFailedAttemptsErrorHeader" : "Activation code disabled",
	"UnknownErrorHeader" : "Something went wrong",
	"UnknownErrorMessage" : "Your request could not be carried out because of an error.",
});
$$WP.Strings.getNamespace("activation.existingaccountpage").addStrings( {
	"ExistingAccountSkip2FADescription" : "Let\u0027s connect your account to MyChart Central.",
	"PageTitle" : "You have an existing account",
	"Title" : "",
});
$$WP.Strings.getNamespace("activation.splashpage").addStrings( {
	"DownloadMyChart" : "Download the @MYCHART@APPTITLE@ app",
	"MobileAppHospitalText" : "Download the mobile app to see information during your hospital stay.",
	"MobileAppVisitText" : "Download the mobile app to see information during your visit.",
	"SignedUp" : "You are now signed up for @MYCHART@APPTITLE@.",
	"Success" : "Success!",
	"Title" : "",
});
$$WP.Strings.getNamespace("activation.usernamepassword").addStrings( {
	"Title" : "",
	"UnverifiedPatientBannerDetails" : "Some features might not be available until we verify your identity at your next appointment.",
	"UnverifiedPatientBannerHeader" : "Receive full access to @MYCHART@APPTITLE@ with your next visit",
	"UsernamePasswordPageTitle" : "Choose a username and password",
});
$$WP.Strings.getNamespace("advancecareplanning.healthcareagents").addStrings( {
	"ActiveHCALabel" : "Active",
	"ActiveHCAMessage" : "This person can currently make medical decisions for you.",
	"ActiveHCAMessageForProxyContext" : "This person can currently make medical decisions for @MYCHART@PATIENT@.",
	"AddButton" : "Add Health Care Agent",
	"AddButtonMessage" : "Designate one or more health care agents who can make health care decisions for you when you cannot.",
	"AddQueuedWarning" : "Your new contact has been submitted and is pending approval.",
	"AddRelationshipHeader" : "New Health Care Agent",
	"AddressLabels" : "",
	"AddressLabels_1" : "Street Address",
	"AddressLabels_2" : "City",
	"AddressLabels_3" : "State",
	"AddressLabels_4" : "ZIP",
	"AddressLabels_5" : "County",
	"AddressLabels_6" : "Country",
	"AddressLabels_7" : "House Number",
	"AddressLabels_8" : "District",
	"CancelButton" : "Cancel",
	"DocumentButtonScreenReaderLabel" : "Document for Contact: @MYCHART@HCANAME@",
	"EditButton" : "Edit",
	"EditButtonScreenReaderLabel" : "Edit Contact: @MYCHART@HCANAME@",
	"EmailLabel" : "Email",
	"EptLinkedContactDisabledEditTooltip" : "This information can only be edited from this person\u0027s health record.",
	"HCADocumentHelpBubble" : "The document you attach here should show that this person is your Health Care Agent. An example is a Power of Attorney document.",
	"HCAInfoBubbleAriaLabel" : "More information about health care agents",
	"HCARejectionHeader" : "Submission Not Accepted",
	"HCARejectionMessageEnd" : "If you have any questions, please \u003ca href=\"@MYCHART@ABSOLUTEURL@inside.asp?mode=msgoptions\"\u003esend us a message.\u003c/a\u003e",
	"HCAUpdateNotAllowedMessage" : "You cannot update this because there is a change to Health Care Agent status that is in review.",
	"HealthCareAgentAddNew" : "-- Add a new person --",
	"HealthCareAgentLabel" : "Health Care Agent",
	"HealthCareAgentPrompt" : "Select someone to be your Health Care Agent",
	"HealthCareAgentRelationshipTypeLabel" : "Agent Relationship",
	"HomePhoneNumberLabel" : "Home Phone",
	"InactiveHCALabel" : "Inactive",
	"InactiveHCAMessage" : "This person cannot currently make medical decisions for you.",
	"InactiveHCAMessageForProxyContext" : "This person cannot currently make medical decisions for @MYCHART@PATIENT@.",
	"InReviewMessage" : "In review",
	"LinkedDocumentAddNew" : "-- Add a new document --",
	"LinkedDocumentLabel" : "Legal document for this relationship",
	"LinkedDocumentNewlyUploadedMessage" : "Just uploaded",
	"MobilePhoneNumberLabel" : "Mobile Phone",
	"NoHCAContent" : "You currently have no health care agents.",
	"OtherCardsOpenDisabledEditTooltip" : "You are currently editing the details for another Health Care Agent. Please save or cancel those changes before editing or adding another Health Care Agent.",
	"PreferredDeviceIdentifier" : "preferred",
	"PreferredDeviceOptionLabels" : "",
	"PreferredDeviceOptionLabels_1" : "Mobile Phone",
	"PreferredDeviceOptionLabels_7" : "Home Phone",
	"PreferredDeviceOptionLabels_8" : "Work Phone",
	"PreferredDeviceTooltip" : "Preferred Phone Number",
	"Pretext" : "Health Care Agents may make medical decisions for you in the event you are unable to do so. They are also listed as an emergency contact. Your relationship with a Health Care Agent may be formalized with a legal document, such as a Power of Attorney.",
	"PrivateContactMessageBody" : "Please call @MYCHART@HELPDESKPHONE@ to verify the health care agents we have on file.",
	"PrivateContactMessageHeader" : "This contact\u0027s information has been marked private.",
	"RejectedMessage" : "Not Accepted",
	"RelationshipFirstNameLabel" : "First Name",
	"RelationshipLastNameLabel" : "Last Name",
	"RelationshipTypeLabel" : "Relationship",
	"RemoveButton" : "Remove",
	"RemoveButtonScreenReaderLabel" : "Remove Contact: @MYCHART@HCANAME@",
	"RemoveHealthCareAgentPopupAgentOnlyButton" : "Keep as a contact",
	"RemoveHealthCareAgentPopupEmergencyContactTooButton" : "Remove from contacts",
	"RemoveHealthCareAgentPopupMessage" : "@MYCHART@CONTACTNAME@ will no longer be listed as your Health Care Agent. Would you like to keep @MYCHART@CONTACTNAME@ as a contact in your medical record?",
	"RemoveHealthCareAgentPopupTitle" : "Keep as Contact?",
	"RemoveQueuedWarning" : "This contact will be removed. This may take up to 24 hours.",
	"ReviewWarningMessage" : "Your changes to the Agent Relationship and/or attached Legal Document will be accepted pending our review.",
	"SaveButton" : "Save changes",
	"SaveFailedWarning" : "This action could not be completed right now. Please try again later.",
	"Title" : "Health Care Agents",
	"UpdateQueuedWarning" : "Your changes have been submitted but may take up to 24 hours to be updated.",
	"UploadLegalDocumentButton" : "Upload document",
	"ViewOnlyContactDisabledEditTooltip" : "This person cannot be edited. Please call @MYCHART@HELPDESKPHONE@ to make changes.",
	"ViewOnlyContactDisabledRemoveTooltip" : "This person cannot be removed. Please call @MYCHART@HELPDESKPHONE@ to make changes.",
	"WorkPhoneNumberLabel" : "Work Phone",
});
$$WP.Strings.getNamespace("advancedcareplanning.caredecision").addStrings( {
	"acceptedDocumentsTitleText" : "Documents On File",
	"activeText" : "This person can currently make medical decisions for @MYCHART@PATIENTNAME@.",
	"addDocumentHelpText" : "Common documents include Advance Directives and Living Will, or a Physician Orders for Life-Sustaining Treatment (POLST) signed by your physician.",
	"AddDocumentLabel" : "Add document",
	"AddDocumentMessage" : "Common documents include Advance Directives and Living Will, a Power of Attorney, or a Physician Orders for Life-Sustaining Treatment (POLST) signed by your physician.",
	"agentPatientInfo" : "This health care agent is a patient and cannot be edited.",
	"agentsTitle" : "Health Care Agents",
	"approvedDocumentBadgeText" : "Accepted",
	"AskAQuestionButtonLabel" : "Ask a question",
	"AskAQuestionButtonTooltip" : "Ask a medical question",
	"AskAQuestionImgAltText" : "Ask a question",
	"downloadPendingDocument" : "Download this document",
	"editButtonText" : "Edit contact info",
	"errorHCA" : "An error occured while trying to load your health care agents.",
	"hcaNoPhotoAlt" : "health care agent photo is missing photo",
	"hcaPhotoAlt" : "health care agent photo",
	"hcaWarningAltText" : "Unable to load health care agents warning message.",
	"HelpfulResource" : "",
	"HelpfulResource_1" : "Prepare for Your Care",
	"HelpfulResource_2" : "Helping With Comfort and Care",
	"HelpfulResource_3" : "Plan Your Lifespan",
	"HelpfulResourceDescription" : "",
	"HelpfulResourceDescription_1" : "Step-by-step program with video stories to help you have a voice in your medical care.",
	"HelpfulResourceDescription_2" : "Advice to cultivate comfort and happiness towards the end of life.",
	"HelpfulResourceDescription_3" : "Help you plan for health events that may happen as you get older.",
	"HelpfulResourceNewWindowClearLabel" : "This link opens in a new window.",
	"HelpfulResourcesSidebarDescription" : "These resources will help you make care decisions and prepare for conversations with your family, friends, and doctors.",
	"HelpfulResourcesSidebarHeader" : "Helpful Resources",
	"HelpfulResourceTooltip" : "",
	"HelpfulResourceTooltip_1" : "",
	"HelpfulResourceTooltip_2" : "",
	"HelpfulResourceTooltip_3" : "",
	"HelpfulResourceUrl" : "",
	"HelpfulResourceUrl_1" : "https://www.prepareforyourcare.org/go/mychart",
	"HelpfulResourceUrl_2" : "https://www.nia.nih.gov/health/publication/end-life-helping-comfort-and-care/providing-comfort-end-life",
	"HelpfulResourceUrl_3" : "http://www.planyourlifespan.org/",
	"inreviewDocumentsTitleText" : "Documents In Review",
	"JumbotronAction" : "",
	"JumbotronAction_1" : "New to @MYCHART@BrandEOLPlanning@? Start by watching this short video.",
	"JumbotronAction_2" : "Schedule a time to meet with trained staff about @MYCHART@BrandEOLPlanning@.",
	"JumbotronActionButtonLabel" : "",
	"JumbotronActionButtonLabel_1" : "Watch video",
	"JumbotronActionButtonLabel_2" : "Schedule appointment",
	"JumbotronActionButtonUrl" : "",
	"JumbotronActionButtonUrl_1" : "https://external/url/",
	"JumbotronActionButtonUrl_2" : "~/inside.asp?mode=scheduling",
	"JumbotronActionNoMnemonic" : "",
	"JumbotronActionNoMnemonic_1" : "New to End-of-Life Planning? Start by watching this short video.",
	"JumbotronActionNoMnemonic_2" : "Schedule a time to meet with trained staff about End-of-Life Planning.",
	"JumbotronText" : "Having a plan is one of the best gifts you can give to those you care about.",
	"learnMoreSubtitle" : "Learn More",
	"loadingText" : "Loading...",
	"noAddress" : "No address on file",
	"nonActive" : "This person is not an active health care agent.",
	"pendingDocumentBadgeHoverText" : "This document is currently being reviewed.",
	"pendingDocumentBadgeText" : "In review",
	"PersonalQuestionnaireDescription" : "Take the time to write down what\u0027s most important to you and keep it up to date.",
	"PersonalQuestionnaireHeader" : "For my loved ones",
	"PlanningDocsInfoBubbleAriaLabel" : "More information about planning documents",
	"planningDocumentsInfoBubbleText" : "Here you can view the documents we have on file related to your @MYCHART@BrandEOLPlanning@. Typical documents that may be a part of your plans include an Advance Directive and Living Will, a Physician Orders for Life-Sustaining Treatment (POLST), and a Power of Attorney for Health Care.",
	"planningDocumentsInfoBubbleTextNoMnemonic" : "Here you can view the documents we have on file related to your End-of-Life Planning. Typical documents that may be a part of your plans include an Advance Directive and Living Will, a Physician Orders for Life-Sustaining Treatment (POLST), and a Power of Attorney for Health Care.",
	"planningDocumentsPreText" : "If a document should be removed, \u003ca href=\"@MYCHART@ABSOLUTEURL@inside.asp?mode=msgoptions\"\u003esend us a message\u003c/a\u003e.",
	"planningDocumentsPreTextNoMessaging" : "If a document should be removed, call us at @MYCHART@HELPDESKPHONE@.",
	"planningDocumentsTitleText" : "Planning Documents",
	"posttext" : "",
	"pretext" : "",
	"ProviderQuestionnaireDescription" : "Use this space to let your care team know what your wishes are so they can provide the best care for you.",
	"ProviderQuestionnaireHeader" : "For my care team",
	"QuestionnaireDisclaimerSidebarHeader" : "Planning Questionnaires",
	"QuestionnaireDisclaimerSidebarText" : "Filling out the @MYCHART@BrandEOLPlanning@ questionnaires helps your care team understand your wishes, but it does not replace up-to-date legal documentation of your end-of-life plans.",
	"QuestionnaireDisclaimerSidebarTextNoMnemonic" : "Filling out the End-of-Life Planning questionnaires helps your care team understand your wishes, but it does not replace up-to-date legal documentation of your end-of-life plans.",
	"QuestionnaireSectionHeader" : "",
	"QuestionnaireStartButton" : "Start",
	"QuestionnaireSubtitle" : "",
	"QuestionnaireUpdateButton" : "Update",
	"recourceContent" : "There are many resources available to you while making care decisions and to prepare for conversations with your family, friends, and doctors.",
	"rejectedDocumentBadgeText" : "Not accepted",
	"rejectedDocumentsTitleText" : "Not Accepted Documents",
	"RelatedLinksSidebarHeader" : "Related Links",
	"SpeakWithSomeoneNowButtonLabel" : "@MYCHART@BrandVideoVisits@",
	"SpeakWithSomeoneNowButtonTooltip" : "@MYCHART@BrandVideoVisits@",
	"SpeakWithSomeoneNowImgAltText" : "@MYCHART@BrandVideoVisits@",
	"Title" : "@MYCHART@BrandEOLPlanning@",
	"TitleNoMnemonic" : "End-of-Life Planning",
});
$$WP.Strings.getNamespace("advancedcareplanning.updatehcainfo").addStrings( {
	"cancel" : "Cancel",
	"caregiverName" : "Name",
	"invalidNumber" : "Phone number is invalid.",
	"nameRequirement" : "You must enter a name.",
	"numberHint" : "NNN-NNN-NNNN",
	"numberRequirement" : "At least one phone number is required.",
	"posttext" : "",
	"pretext" : "",
	"relationship" : "Relationship",
	"save" : "Save",
	"Title" : "Edit Info",
});
$$WP.Strings.getNamespace("alerts.externalalerts").addStrings( {
	"alertsBadgeLabel" : "has alerts",
	"externalIncompleteMessage" : "Log into your account at @MYCHART@OrganizationName@ to view these alerts.",
	"externalLinkTitle" : "View all your alerts from @MYCHART@OrganizationName@.",
	"externalLinkTitleNoAlerts" : "View your account at @MYCHART@OrganizationName@.",
	"externalLoadingErrorMessage" : "We\u0027re sorry, we\u0027re having issues getting data from @MYCHART@OrganizationName@ at this time.",
	"externalLoadingStillWaitingMessage" : "We are trying to connect to @MYCHART@OrganizationName@. Try refreshing the page, or check again later.",
	"insuranceText" : "Insurance Provider",
	"pretext" : "Other places where you have health information. \u003ca href=\"@MYCHART@COMMUNITYMANAGEPAGE@\"\u003eSee Details.\u003c/a\u003e",
	"pretextNoLink" : "Other places where you have health information",
	"pretextNonPatientNoLink" : "Other places where your family has health information",
	"pretextProxyNoLink" : "Other places where @MYCHART@SubjectName@ has health information",
	"seeDetailsLink" : "See linked account details",
	"seeDetailsLinkHiddenAccounts" : "See details (@MYCHART@NumberOfAccounts@ linked accounts)",
	"Title" : "Linked Accounts",
});
$$WP.Strings.getNamespace("alerts.externalalerts.fixed").addStrings( {
	"myChartCentralSubtitle" : "See information from all of your accounts in one place",
});
$$WP.Strings.getNamespace("authentication.accessreview").addStrings( {
	"BackLinkLabel" : "Back",
	"ContinuePrompt" : "Are you sure you want to continue?",
	"DontRecognizeLogOutLabel" : "No, log out",
	"IntroExplanation" : "Before continuing, please make sure that the information below looks correct.",
	"IntroHeader" : "Review Your Account Information",
	"LogoutLabelNoOverride" : "Log out",
	"NoOverridePrompt" : "Since you don\u0027t recognize the account information, you should log out.",
	"RecipientContactLabel" : "This link was sent to:",
	"RecipientIntro" : "We sent this link to @MYCHART@LinkRecipient@.",
	"ReviewDontRecognizeButtonLabel" : "No, I don\u0027t recognize this information",
	"ReviewRecognizeButtonLabel" : "Yes, I recognize this information",
	"ReviewRecognizePrompt" : "Do you recognize the information above?",
	"Title" : "Access Review",
	"VerifiedEmailLabel" : "Email address on file:",
	"VerifiedEmailRecipientIntro" : "We sent this link to your email on file.",
	"VerifiedPhoneLabel" : "Phone number on file:",
	"VerifiedPhoneRecipientIntro" : "We sent this link to your phone number on file.",
	"WarningExplanation" : "We want to make sure that your information is safe because you said you don\u0027t recognize some of the information for this account. @MYCHART@WarningExplanationEmphasizedSentence@",
	"WarningExplanationEmphasized" : "If you continue, it is possible that the information you enter might be shared with someone you didn\u0027t mean to share it with.",
	"WarningHeader" : "Possible Privacy Risk",
	"WarningHeaderLogoAltText" : "Warning",
	"WarningOverrideLabel" : "Yes, continue (not recommended)",
});
$$WP.Strings.getNamespace("authentication.accessreviewinstructions").addStrings( {
	"ConcernCallToAction" : "If the information above doesn\u0027t look right, call the help desk at @MYCHART@HELPDESKPHONE@.",
	"Title" : "",
});
$$WP.Strings.getNamespace("authentication.contactverification").addStrings( {
	"BackButtonText" : "Close",
	"CheckmarkImageAltText" : "Image showing checkbox",
	"ContactChangeConfirmationSubtitle" : "Your email address is your @MYCHART@MyChartCentralBrandedLoginTerm@, which you can use to log in to @MYCHART@APPTITLE@.",
	"ContactChangeConfirmationTitle" : "Contact Change Confirmation",
	"ContactInformationDeletedMessage" : "[Removed]",
	"ContactInformationNoValueMessage" : "Not entered",
	"ContactsUpToDateHelpText" : "You can update this information at any time on the Personal Information page.",
	"ContactsUpToDateMessage" : "Your contact information is now up-to-date!",
	"ContactVerificationHeader" : "Verify Your Contact Information",
	"EmailImageAltText" : "Icon showing envelope",
	"EmailLabel" : "Email",
	"EmailNotUniquePageTitle" : "Email already in use",
	"EmailUpdatedAcknowledgementButton" : "Continue",
	"EmailUpdatedMessage" : "Success! Your email address is now up-to-date.",
	"EmailUpdatedPageTitle" : "Your email has been updated",
	"EmailUpdatedText" : "You can use this email to log into @MYCHART@APPTITLE@.",
	"EmailUpdatedTitle" : "Email updated!",
	"EmailVerificationHeader" : "Verify Your Email Address",
	"EndWorkflowButtonLabel" : "Okay",
	"EnterCodeHelptext" : "Enter the security code you received.",
	"MobileImageAltText" : "Icon showing mobile phone",
	"MobileLabel" : "Mobile phone",
	"MobileNotUniquePageTitle" : "Mobile number already in use",
	"MobileNotUniqueText" : "There is already a @MYCHART@APPTITLE@ account using this mobile number. This mobile number must be unique to your @MYCHART@APPTITLE@ Account.",
	"MobileUpdatedMessage" : "Success! Your phone number is now up-to-date.",
	"MobileUpdatedTitle" : "Mobile number updated!",
	"MobileVerificationHeader" : "Verify Your Phone Number",
	"NewEmailLabel" : "New Email",
	"NewMobileLabel" : "New Phone Number",
	"PreviousEmailLabel" : "Previous Email",
	"PreviousMobileLabel" : "Previous Phone Number",
	"PreviousValueLabel" : "Previously: @MYCHART@PREVIOUSVALUE@",
	"ReturnToMobile" : "Return",
	"SendCodeHelptext" : "Receive a security code via email or text.",
	"SendEmailCodeHelpMessage" : "A code will be sent to your email to verify.",
	"SendEmailCodeHelpText" : "We will send a one-time code to the following email to make sure we can reach you there.",
	"SendEmailStepThreeDescription" : "After that, your email address will be verified.",
	"SendMobileCodeHelpMessage" : "A code will be sent to your phone to verify.",
	"SendMobileCodeHelpText" : "We will send a one-time code to the following number to make sure we can reach you there.",
	"SendMobileStepThreeDescription" : "After that, your mobile phone number will be verified.",
	"SkipContactVerificationButtonText" : "Skip",
	"Title" : "Contact Verification",
	"UniqueContactVerificationSubtext" : "We need to verify your new information, and make sure that it is not shared with another @MYCHART@APPTITLE@ account.",
	"UnverifiedEmailButtonText" : "Verify this email",
	"UnverifiedMobileButtonText" : "Verify this phone",
	"UsePreviousEmailButtonText" : "Restore previous email",
	"UsePreviousMobileButtonText" : "Restore previous phone",
	"VerifiedBadgeText" : "Verified",
	"VerifyIdentityHelptext" : "Once we verify your identity, your information will be saved. If verifying an email, you will be able to use this email to log into @MYCHART@APPTITLE@.",
	"VerifyNewEmailButtonText" : "Verify new email",
	"VerifyNewMobileButtonText" : "Verify new phone",
});
$$WP.Strings.getNamespace("authentication.demographicauthenticationcontextualization").addStrings( {
	"AddPaymentMethod" : "Add payment method for @MYCHART@PatName21@",
	"BillingEstimateNoDate" : "Billing Estimate",
	"BillingEstimateWithDate" : "Estimate for your @MYCHART@EstimateAppointmentType7@ on @MYCHART@EstimateAppointmentDate7@",
	"BillingGuarantorInfo" : "Billing information",
	"BillingNoAppointment" : "Billing Details",
	"BillingWithAppointment" : "Billing details about your @MYCHART@AppointmentType4@ with @MYCHART@AppointmentProvider4@ on @MYCHART@AppointmentDate4@ (@MYCHART@ScheduledMethodAndInstant4@)",
	"GuestCancel" : "Canceling your @MYCHART@AppointmentType3@ with @MYCHART@AppointmentProvider3@ at @MYCHART@AppointmentTime3@ on @MYCHART@AppointmentDate3@ (@MYCHART@ScheduledMethodAndInstant3@)",
	"GuestScheduling" : "Schedule your @MYCHART@TicketAppointmentType2@",
	"ManagePaymentMethods" : "Manage payment methods for @MYCHART@PatName20@",
	"Messaging" : "Access secure messages for @MYCHART@PatName15@.",
	"PatientChoice" : "Patient choice lists for @MYCHART@PatName18@.",
	"PatientInfo" : "Make preference changes or sign documents for @MYCHART@PatName9@.",
	"Questionnaires" : "Access questionnaires for @MYCHART@PatName17@.",
	"RequestedRecords" : "Requested Records",
	"Research" : "Learn more about research opportunities.",
	"SelfTriage" : "Access Symptom Checker for @MYCHART@PatName16@.",
	"Title" : "",
	"UpcomingAppointment" : "@MYCHART@PatName1@\u0027s @MYCHART@AppointmentType1@ with @MYCHART@AppointmentProvider1@ at @MYCHART@AppointmentTime1@ on @MYCHART@AppointmentDate1@ (@MYCHART@ScheduledMethodAndInstant1@)",
	"UpcomingAppointmentNoProvider" : "@MYCHART@PatName13@\u0027s @MYCHART@AppointmentType13@ at @MYCHART@AppointmentTime13@ on @MYCHART@AppointmentDate13@ (@MYCHART@ScheduledMethodAndInstant13@)",
	"UpcomingAppointmentNoProviderTBD" : "@MYCHART@PatName14@\u0027s @MYCHART@AppointmentType14@ (@MYCHART@ScheduledMethodAndInstant14@)",
	"UpcomingAppointmentTBD" : "@MYCHART@PatName12@\u0027s @MYCHART@AppointmentType12@ with @MYCHART@AppointmentProvider12@ (@MYCHART@ScheduledMethodAndInstant12@)",
	"VisitsList" : "Upcoming visits for @MYCHART@PatName11@",
});
$$WP.Strings.getNamespace("authentication.demographicauthenticationcontextualizationsnippets").addStrings( {
	"ScheduledInstantSentenceLaterRescheduled" : "First scheduled on @MYCHART@ScheduledInstant2@ and later rescheduled.",
	"ScheduledInstantSentenceNotLaterRescheduled" : "Scheduled on @MYCHART@ScheduledInstant1@.",
	"ScheduledMethodAndInstant" : "@MYCHART@ScheduledMethod@ @MYCHART@ScheduledInstantSentence@",
	"Title" : "",
});
$$WP.Strings.getNamespace("authentication.demographicverification").addStrings( {
	"BackToLoginPageButton" : "Back to login",
	"CancelButton" : "Cancel",
	"DemographicVerificationPageTitle" : "Verify your identity",
	"FormPreText" : "Enter the following personal information to verify your identity.",
	"FormPreTextProxyVerifyingSelf" : "Enter the following personal information to verify your identity. If signing up to access someone else\u0027s medical information, you should still enter your own information below.",
	"IncorrectDemographicsError" : "The information you entered does not match our records.",
	"NextButton" : "Next",
	"Title" : "",
	"TooManyFailedAttemptsErrorDetails" : "Your account has been locked because of too many failed entry attempts. Please reach out to \u003ca target=\"_blank\" href=\"https://www.mychart.org/MyChartCentral/Help\"\u003eMyChart Central Support\u003c/a\u003e.\r\n",
	"TooManyFailedAttemptsErrorTitle" : "Unable to verify identity",
	"UnknownErrorDetails" : "Your request could not be carried out because of an error.",
	"UnknownErrorTitle" : "Something went wrong",
	"VerificationAlreadyComplete" : "Your identity has already been verified.",
	"VerificationFieldLabel" : "",
	"VerificationFieldLabel_1" : "@MYCHART@NATIONALIDLABEL@",
	"VerificationFieldLabel_2" : "Last four digits of @MYCHART@NATIONALIDSHORTLABEL@",
	"VerificationFieldLabel_3" : "Medical record number",
	"VerificationFieldLabel_4" : "Date of birth",
	"VerificationFieldLabel_5" : "ZIP code",
	"VerificationFieldLabel_6" : "Email address",
	"VerificationFieldLabel_7" : "Phone number",
	"VerificationFieldProxySelfAccessLabel" : "",
	"VerificationFieldProxySelfAccessLabel_1" : "Your @MYCHART@NATIONALIDLABEL@",
	"VerificationFieldProxySelfAccessLabel_2" : "Last four digits of your @MYCHART@NATIONALIDSHORTLABEL@",
	"VerificationFieldProxySelfAccessLabel_3" : "Your medical record number",
	"VerificationFieldProxySelfAccessLabel_4" : "Your date of birth",
	"VerificationFieldProxySelfAccessLabel_5" : "Your ZIP code",
	"VerificationFieldProxySelfAccessLabel_6" : "Your email address",
	"VerificationFieldProxySelfAccessLabel_7" : "Your phone number",
});
$$WP.Strings.getNamespace("authentication.error").addStrings( {
	"AccessDeniedText" : "Access Denied",
	"BlockedAppText" : "This app is not eligible to receive your health information because the developer of this app is not operating in accordance with Epic’s API specifications Terms of Use.",
	"ErrorTitle" : "An error has occurred.",
	"InvalidClientText" : "The request is invalid.",
	"LogOutButtonText" : "Log out",
	"NoSecurityText" : "User does not have the required security to perform the workflow.",
	"NoSessionText" : "Cannot find request information.",
	"NotLoggedInText" : "User is not logged in.",
	"RedirectErrorText" : "The redirect is invalid.",
	"Title" : "OAuth Errors",
});
$$WP.Strings.getNamespace("authentication.login").addStrings( {
	"AccountRecoveryLink" : "Forgot login information?",
	"AuthenticationMessage" : "",
	"AuthenticationMessage_DBInSROMode" : "We were unable to log you in at this time. Please try again later.",
	"AuthenticationMessage_GeneralAuthError" : "We could not log you in. Please contact customer service.",
	"AuthenticationMessage_InvalidAssurance" : "The login method used by @MYCHART@IDPNAME@ is not supported by @MYCHART@APPTITLE@. Reach out to \u003ca target=\"_blank\" href=\"https://www.mychart.org/MyChartCentral/Help\"\u003eMyChart Central Support\u003c/a\u003e.",
	"AuthenticationMessage_InvalidConfiguration" : "There was an error connecting to the login portal. Please contact customer service. If you logged in to @MYCHART@IDPNAME@ make sure to log out.",
	"AuthenticationMessage_InvalidConfigurationError" : "The system was unable to find configuration for @MYCHART@IDPNAME@. Check your configuration and metadata files.",
	"AuthenticationMessage_InvalidCookieConfiguration" : "ProxySubjectIDVariable is not configured in mychart.ini.",
	"AuthenticationMessage_InvalidCredential" : "We could not verify the identity of your login portal. Please contact customer service. If you logged in to @MYCHART@IDPNAME@ make sure to log out.",
	"AuthenticationMessage_InvalidCredentialError" : "The system was unable to establish a secure channel with @MYCHART@IDPNAME@. Check your certificate chain.",
	"AuthenticationMessage_InvalidState" : "The request from @MYCHART@IDPNAME@ was invalid, please try again.",
	"AuthenticationMessage_InvalidWellKnownConfig" : "Something went wrong, please try again later",
	"AuthenticationMessage_LocalOnlyError" : "There was an error; you have only been logged out locally.",
	"AuthenticationMessage_LoggingInMessageMobile" : "You are being logged in to @MYCHART@APPTITLE@. Please wait a moment.",
	"AuthenticationMessage_LoggingInTitleMobile" : "Logging in...",
	"AuthenticationMessage_MachtigenError" : "We could not log you in. If you logged in to @MYCHART@IDPNAME@ make sure to log out.",
	"AuthenticationMessage_MissingConfigurationError" : "@MYCHART@SAMLPATH@ was accessed, but configuration for the SAML feature is missing from web.config.",
	"AuthenticationMessage_MissingSelection" : "Something went wrong, please try again",
	"AuthenticationMessage_MissingSession" : "You either took too long to log into @MYCHART@IDPNAME@ or pressed the back button, please try again",
	"AuthenticationMessage_NoEPTAccount" : "We could not find your account. Please contact customer service. We recommend you log out of @MYCHART@IDPNAME@.",
	"AuthenticationMessage_NoPatientContext" : "We could not find the patient record you are trying to access. Please contact customer service.",
	"AuthenticationMessage_NoWPRAccount" : "We could not find an active account. Please sign up for a new account.",
	"AuthenticationMessage_OPError" : "Something went wrong, please try again",
	"AuthenticationMessage_ReplayAttack" : "We have detected a possible replay attack. Make sure to log out of @MYCHART@IDPNAME@ or restart your browser and try again.",
	"AuthenticationMessage_ResponseMode" : "The request from @MYCHART@IDPNAME@ was invalid, please try again.",
	"AuthenticationMessage_SAMLUserMismatch" : "We received a login request from @MYCHART@IDPNAME@ while another user was logged in. The previous user has been logged out and you may try again.",
	"AuthenticationMessage_ServerMismatch" : "Something went wrong, please try again",
	"AuthenticationMessage_SessionExpired" : "Your session has expired. Please login again.",
	"AuthenticationMessage_TokenRequestFailure" : "The request from @MYCHART@IDPNAME@ was invalid, please try again.",
	"AuthenticationMessage_UnknownError" : "We could not log you in due to a communication issue. Please contact customer service. If you logged in to @MYCHART@IDPNAME@ make sure to log out.",
	"BackButtonAxText" : "Back to @MYCHART@LOGINORGANIZATIONNAME@",
	"BackButtonText" : "Back",
	"CentralLoginMessageText" : "Log in to \u003cb\u003e@MYCHART@LOGINORGANIZATIONNAME@\u003c/b\u003e with your Epic ID.",
	"CentralLoginTimeoutError" : "Something went wrong. Log in to access your linked accounts.",
	"ContinueButtonText" : "Continue",
	"CookieAccessRequestFailed" : "Oops! Your browser security settings prevented us from logging in on this page. Click the link below to launch a new window.",
	"CookieCheckLoadMessage" : "Bringing you to @MYCHART@APPTITLE@.",
	"CookiesNotEnabledButtonLabel" : "Log in to @MYCHART@APPTITLE@",
	"CookiesNotEnabledError" : "Please @MYCHART@COOKIESNOTENABLEDLINK@ to log in to @MYCHART@APPTITLE@.",
	"CookiesNotEnabledErrorLinkText" : "enable cookies",
	"CookiesNotEnabledPreText" : "",
	"EditEpicIdButtonText" : "Edit Epic ID",
	"EditLoginIdentifierButton" : "Edit",
	"EditLoginIdentifierButtonAxText" : "Edit username",
	"EmailFieldLabel" : "@MYCHART@APPTITLE@ Email",
	"EpicIdFieldLabel" : "Epic ID",
	"EpicIDLoginFailed" : "Incorrect Epic ID or password. Try again or @MYCHART@EPICIDFAILEDPASSWORDRESETLINK@.",
	"EpicIdLoginMessage" : "Log in with your Epic ID.",
	"EpicIDLogoAlt" : "Epic ID logo",
	"GenericLocalLoginMessageText" : "Log in with your password for this organization",
	"GenericLocalLoginMessageTextSU" : "Log in with your password for this organization.",
	"GenericLocalPasswordGhostText" : "Password for this organization",
	"GenericLoginError" : "We have encountered an unknown error. Contact your health provider if you continue to see this message.",
	"LearnMoreAudio" : "Learn more about Epic ID. Opens in a new window.",
	"LearnMoreText" : "Learn more",
	"LocalLoginMessageText" : "Log in with your password for \u003cb\u003e@MYCHART@LOGINORGANIZATIONNAME@\u003c/b\u003e",
	"LocalLoginMessageTextSU" : "Log in with your password for \u003cb\u003e@MYCHART@LOGINORGANIZATIONNAME@\u003c/b\u003e.",
	"LocalLoginMessageTextSU2" : "Log in with your password for \u003cb\u003e@MYCHART@LOGINORGANIZATIONNAMESU2@\u003c/b\u003e.",
	"LocalPasswordGhostAudio" : "Password for @MYCHART@PASSWORDORGANIZATIONNAME@",
	"LogInWithEpicIdTitle" : "Log in with Epic ID",
	"LogoutConfirmation" : "You have been logged out.",
	"LogoutSalutation" : "Thanks for using @MYCHART@APPTITLE@.",
	"MyChartCentralCredentialsText" : "Log in with MyChart Central",
	"MyChartCentralLoginBannerText" : "You can now use your \u003cstrong\u003eEpic ID\u003c/strong\u003e to log in.",
	"MyChartCentralLoginBannerTextSU" : "You can now use your Epic ID to log in.",
	"NeedHelpLink" : "Need help?",
	"NoLoginIdentifierError" : "Please enter login information.",
	"NoLoginIdentifierOrPasswordError" : "Please enter login information and a password.",
	"NoPasswordError" : "Enter a password.",
	"NoUsernameError" : "Enter a username.",
	"NoUsernameOrPasswordError" : "Enter a username and a password.",
	"OpenIdProviderDisplayName" : "",
	"OrganizationEpicIdLoginMessage" : "Log in to \u003cb\u003e@MYCHART@LOGINORGANIZATIONNAME@\u003c/b\u003e with your Epic ID.",
	"PasskeyButtonLaboringText" : "Verifying passkey...",
	"PasskeyButtonText" : "Log in with passkey",
	"PasskeyError" : "Something went wrong with passkey login. Use your username and password instead.",
	"PasskeyLoginFailed" : "Login failed. Try again or use your username and password. Or, @MYCHART@PASSKEYFAILEDPASSWORDRESETLINK@.",
	"PasskeyLoginFailedEpicID" : "Login failed. Try again or use your Epic ID and password. Or, @MYCHART@PASSKEYFAILEDEPICIDPASSWORDRESETLINK@.",
	"PasskeyUsePasswordInsteadError" : "Something went wrong with passkey login. Use your password instead.",
	"PasswordGhostText" : "Password",
	"PasswordRecoveryLink" : "Forgot password?",
	"PasswordResetLinkText" : "reset your password",
	"PasswordVisibilityLabel" : "Toggle to show or hide the password you\u0027re typing.",
	"PostText" : "",
	"PostTextLocalPasswordEntry" : "",
	"PostTextLoginWidget" : "",
	"PreText" : "",
	"PreTextLocalPasswordEntry" : "",
	"PreTextLoginWidget" : "",
	"SamlIDPDisplayName" : "",
	"SAMLIDPGenericName" : "the external identity system",
	"SAMLIDPGenericPathName" : "the SAML login path",
	"SamlIdpLogOutButtonTitle" : "Click here to log out of @MYCHART@SamlIdpLogOutTitleName@",
	"SamlIdpLogOutText" : "Log out of @MYCHART@SamlIdpLogOutName@",
	"SamlIdpSignInButtonTitle" : "Click here to log in with @MYCHART@SamlIdpSignInTitleName@",
	"SamlIdpSignInText" : "Log in with @MYCHART@SamlIdpSignInName@",
	"SeCookieCheckLoadMessage" : "Bringing you to the patient portal.",
	"SignInButtonText" : "Log in",
	"SignUpButtonText" : "Sign up",
	"SignUpHeader" : "New User?",
	"SignUpWithCentralLoginText" : "Log in to your MyChart Central account to finish signing up for \u003cstrong\u003e@MYCHART@ORGANIZATIONNAME@\u003c/strong\u003e",
	"SSO" : "",
	"SSO_LoginTimeout" : "Timeout",
	"SSO_SSOLoginFailed" : "Login failed.",
	"SSO_UnauthorizedLogin" : "Unauthorized",
	"SSO_UserUnavailable" : "Unavailable",
	"SSOLoadMessage" : "You are logging in to @MYCHART@APPTITLE@.",
	"Title" : "Login Page",
	"UseLocalUsernameInsteadAxDescription" : "Log in with your credentials for @MYCHART@LOGINORGANIZATIONNAME@ instead.",
	"UseLocalUsernameInsteadLink" : "Use username instead",
	"UseLocalUsernameInsteadLinkFallbackText" : "Or log in with organization username",
	"UseLocalUsernameInsteadLinkText" : "Or log in with @MYCHART@LOGINORGANIZATIONNAME@ username",
	"UsernameGhostText" : "@MYCHART@APPTITLE@ Username",
	"UsernameLoginFailed" : "Incorrect username or password. Try again or @MYCHART@USERNAMEFAILEDPASSWORDRESETLINK@.",
	"UsernameOrEpicIdLabel" : "@MYCHART@APPTITLE@ Username or Epic ID",
	"UsernameOrLabel" : "@MYCHART@APPTITLE@ Username or ",
	"UsernameOrLabelText" : "@MYCHART@APPTITLE@ Username or",
	"UsernameOrLabelTextSU" : "@MYCHART@APPTITLE@ Username or",
	"UsernameRecoveryLink" : "Forgot username?",
	"ValidationErrorMessage" : "",
	"ValidationErrorMessage_accountalreadylinked" : "You already have a MyChart Central account. Log in with your Epic ID.",
	"ValidationErrorMessage_authenticate" : "Unable to authenticate. Please contact your system administrator.",
	"ValidationErrorMessage_cantsendcode" : "Your email address or mobile telephone number may not be correct. Contact your clinic to ensure they have your current information.",
	"ValidationErrorMessage_captchamissing" : "An error occurred validating the CAPTCHA. Please try again.",
	"ValidationErrorMessage_databaseerror" : "We have encountered an error. Please contact the customer service desk if you continue to see this message.",
	"ValidationErrorMessage_failedentryattempts" : "You have been logged out because of too many entry attempts. Please reach out to \u003ca target=\"_blank\" href=\"https://www.mychart.org/MyChartCentral/Help\"\u003eMyChart Central Support\u003c/a\u003e.",
	"ValidationErrorMessage_failedentryattemptslocked" : "Your account has been locked because of too many entry attempts. Please reach out to \u003ca target=\"_blank\" href=\"https://www.mychart.org/MyChartCentral/Help\"\u003eMyChart Central Support\u003c/a\u003e.",
	"ValidationErrorMessage_failedpasswordattempts" : "You have been logged out because of too many failed password attempts. Please reach out to \u003ca target=\"_blank\" href=\"https://www.mychart.org/MyChartCentral/Help\"\u003eMyChart Central Support\u003c/a\u003e.",
	"ValidationErrorMessage_failurelimit" : "Your account has been disabled because of too many failed login attempts. Please reach out to \u003ca target=\"_blank\" href=\"https://www.mychart.org/MyChartCentral/Help\"\u003eMyChart Central Support\u003c/a\u003e.",
	"ValidationErrorMessage_idmissing" : "Please enter your @MYCHART@APPTITLE@ Username.",
	"ValidationErrorMessage_inactive" : "This account is inactive.",
	"ValidationErrorMessage_invalidtoken" : "There was a problem with this link. Log in or sign up to continue.",
	"ValidationErrorMessage_logindeleted" : "No valid medical record found.",
	"ValidationErrorMessage_logindisabled" : "Your account is disabled.",
	"ValidationErrorMessage_loginexpired" : "Your account has expired. Please contact your health provider.",
	"ValidationErrorMessage_loginfailed" : "Login unsuccessful.",
	"ValidationErrorMessage_nolinkedaccount" : "Your MyChart Central login can only be used to log in to organizations where your Central account is connected. Log in to MyChart Central here to connect your accounts.",
	"ValidationErrorMessage_nonhomeaccesserror" : "Your account is currently undergoing maintenance. Please log out and try again. If this problem persists, please contact the site administrator.",
	"ValidationErrorMessage_novalidoptions" : "Contact your clinic to ensure that they have a valid two factor authentication option on file to use @MYCHART@APPTITLE@.",
	"ValidationErrorMessage_passmissing" : "Please enter your password.",
	"ValidationErrorMessage_pmrid" : "Unable to read PMR environment ID from the registry.",
	"ValidationErrorMessage_pointermismatch" : "There is a problem with this account. Please contact the site administrator.",
	"ValidationErrorMessage_proxyonly" : "This account is currently only enabled as a proxy account.",
	"ValidationErrorMessage_rehomemergeinprogress" : "Your account is currently undergoing maintenance. Try again later, and contact customer service if there\u0027s still a problem.",
	"ValidationErrorMessage_remoteauthorizationfailed" : "This site is experiencing technical difficulties. Please try again later. If this problem persists, please contact the site administrator.",
	"ValidationErrorMessage_repository" : "Unable to open connection to data repository. Please try again later.",
	"ValidationErrorMessage_ssoproxyloginfailure" : "An unexpected error occurred. Please log out and try again. If this problem persists, please contact the site administrator.",
	"ValidationErrorMessage_timedlinkexpired" : "Your password reset link has expired. Please request a new one.",
	"ValidationErrorMessage_timedlinkinvalid" : "Your password reset link is invalid. Please request a new one.",
	"ValidationErrorMessage_timedlinkused" : "Your password reset link was already used. Please request a new one.",
	"ValidationErrorMessage_unauthorizedwebsite" : "Unable to authenticate. Please contact your system administrator.",
	"ValidationErrorMessage_unknown" : "An unknown error occurred. Please contact customer service for assistance.",
	"ValidationErrorMessage_usernameloginfailednopwreset" : "Login failed. Your account will be disabled on reaching the maximum limit for wrong attempts.",
	"ValidationErrorMessage_usernamepunctuationerror" : "Your username cannot contain any spaces or symbols other than a period (.), hyphen (-), underscore (_), or the at symbol (@).",
	"WhatIsEpicIdLinkText" : "What is Epic ID?",
	"WhatIsEpicIdLinkTextSU" : "What is an Epic ID?",
	"WhatIsMyChartCentralLink" : "What is MyChart Central?",
});
$$WP.Strings.getNamespace("authentication.oauth").addStrings( {
	"AccessDurationDisclaimer" : "How long would you like @MYCHART@OAUTHAPPNAME@ to have access to your information?",
	"AccessDurationInfo" : "@MYCHART@OAUTHAPPNAME@ will have access to your information for @MYCHART@ACCESSPERIOD@, until @MYCHART@ENDDATE@ @MYCHART@TIMEZONE@. @MYCHART@OAUTHAPPNAME@ may access your information even when you are not using that app, and you can revoke access at any time.",
	"AccessibilityTitle" : "Top of terms page @MYCHART@PAGENUMBER@ of @MYCHART@TOTALPAGES@",
	"AccessorForSoldData" : "Companies to whom @MYCHART@VENDORNAME@ sells your data",
	"AdditionalTermsHeader" : "Additional Terms",
	"AllowButtonExplanation" : "You do want to allow @MYCHART@OAUTHAPPNAME@ to access your information.",
	"AllowButtonTitle" : "Allow access and go back to @MYCHART@OAUTHAPPNAME@ for selected patient",
	"AllowButtonValue" : "Allow access",
	"AllowOrDenyHeader" : "Allow or Deny Access",
	"Answer" : "",
	"Answer_A1A" : "This app is developed by @MYCHART@VENDORNAME@ and provided by your healthcare provider, who must follow federal health privacy laws.",
	"Answer_A1A_US" : "This app is developed by @MYCHART@VENDORNAME@ and provided by your healthcare provider, who must follow HIPAA federal health privacy laws.",
	"Answer_A1B" : "This app is not provided by your healthcare provider, but is provided by @MYCHART@VENDORNAME@, who must follow federal health privacy laws.",
	"Answer_A1B_US" : "This app is not provided by your healthcare provider, but is provided by @MYCHART@VENDORNAME@, who must follow HIPAA federal health privacy laws.",
	"Answer_A1C" : "This app is not provided by your healthcare provider. This app is provided by @MYCHART@VENDORNAME@, a government agency who is not a business associate of your healthcare provider, for purposes of this feature.",
	"Answer_A1C_US" : "This app is not provided by your healthcare provider. This app is provided by @MYCHART@VENDORNAME@, a government agency who is not a HIPAA-covered entity or business associate of your healthcare provider, for purposes of this feature.",
	"Answer_A1D" : "This app is not provided by your healthcare provider. This app is provided by @MYCHART@VENDORNAME@, a non-profit organization that is not a business associate of your healthcare provider, for purposes of this feature.",
	"Answer_A1D_US" : "This app is not provided by your healthcare provider. This app is provided by @MYCHART@VENDORNAME@, a non-profit organization that is not a HIPAA-covered entity or business associate of your healthcare provider, for purposes of this feature.",
	"Answer_A1E" : "This app is not provided by your healthcare provider. This app is provided by @MYCHART@VENDORNAME@, a for-profit organization that is not a business associate of your healthcare provider, for purposes of this feature.",
	"Answer_A1E_US" : "This app is not provided by your healthcare provider. This app is provided by @MYCHART@VENDORNAME@, a for-profit organization that is not a HIPAA-covered entity or business associate of your healthcare provider, for purposes of this feature.",
	"Answer_A1F" : "This app is not provided by your healthcare provider. This app is provided by @MYCHART@VENDORNAME@, an individual or independent developer who is not a business associate of your healthcare provider, for purposes of this feature.",
	"Answer_A1F_US" : "This app is not provided by your healthcare provider. This app is provided by @MYCHART@VENDORNAME@, an individual or independent developer who is not a HIPAA-covered entity or business associate of your healthcare provider, for purposes of this feature.",
	"Answer_A2F" : "This app is funded by @MYCHART@VENDORNAME@\u0027s other business ventures.",
	"Answer_A2I" : "This app is funded by grants from @MYCHART@GRANTS@.",
	"Answer_A3BC" : "This app can save your data on servers, outside of your device.",
	"Answer_A3EF" : "This app offers you an option to store data on servers, outside of your device.",
	"Answer_A4" : "Other than you, the following people and groups may have access to the data that you provide this app, consistent with the privacy policy and statements of @MYCHART@VENDORNAME@: @MYCHART@LISTOFACCESSORS@",
	"Answer_A5B" : "This app allows you to obtain a partial record of the data that it may have collected about you. The privacy policy and statements of @MYCHART@VENDORNAME@ may contain more details.",
	"Answer_A6A" : "This app allows you to delete all of the data that it has stored about you. Keep in mind that, even if the app has deleted your data, the app can\u0027t get back data provided to third parties.",
	"Answer_A6B" : "This app allows you to delete some of the data that it has stored about you, which may be based on your preferences. Keep in mind that, even if the app has deleted your data, the app can\u0027t get back data provided to third parties.",
	"Answer_NA2H" : "This app is funded by grants from @MYCHART@GRANTS@.",
	"Answer_NA4" : "Other than you, the following people and groups may have access to the data that you provide this app, consistent with the privacy policy and statements of @MYCHART@VENDORNAME@:",
	"Answer_NA7" : "The app developer uses data about the following people from your record:",
	"Answer1Disclaimer" : "Moving your data from your electronic health record to this app may move it out of a space protected by federal health privacy laws. The app will be able to use this data for any purposes permitted by your agreement with them. You should carefully review the app\u0027s privacy policy and statements for any privacy protections provided.",
	"Answer6Disclaimer" : "The privacy policy and statements of @MYCHART@VENDORNAME@ may contain more details.",
	"Answer7Disclaimer" : "@MYCHART@VENDORNAME@\u0027s privacy policy and statements may have more details on how and when the app uses your data.",
	"AppHasntAnsweredTitle" : "@MYCHART@VENDORNAME@ has not shared if it:",
	"AppHasSaidTitle" : "@MYCHART@VENDORNAME@ has said that it:",
	"AppStatusAffiliate" : "@MYCHART@OAUTHAPPNAME@, offered by @MYCHART@VENDORNAME@, is affiliated with your healthcare provider.",
	"AppStatusAffiliate_US" : "@MYCHART@OAUTHAPPNAME@, offered by @MYCHART@VENDORNAME@, is affiliated with your healthcare provider and must follow HIPAA privacy guidelines.",
	"AppStatusNonAffiliate" : "@MYCHART@OAUTHAPPNAME@, offered by @MYCHART@VENDORNAME@, is not affiliated with your healthcare provider.",
	"AppStatusNonAffiliate_US" : " @MYCHART@OAUTHAPPNAME@, offered by @MYCHART@VENDORNAME@, is not affiliated with your healthcare provider and \u003cstrong\u003enot obligated by HIPAA privacy guidelines to protect your health information.\u003c/strong\u003e ",
	"AppStatusTEFCA_US" : " @MYCHART@OAUTHAPPNAME@ participates in a government-sponsored network and \u003cstrong\u003emust meet certain requirements to protect your data.\u003c/strong\u003e ",
	"AppTEFCATitle" : "@MYCHART@OAUTHAPPNAME@ has said it will do the following:",
	"BackButtonTitle" : "Back to user selection",
	"BackButtonValue" : "Back",
	"CancelButtonTitle" : "Close reviewing @MYCHART@OAUTHAPPNAME@\u0027s terms of use",
	"CancelButtonValue" : "Cancel",
	"CanceledVisit" : "(Canceled)",
	"CarefullyConsiderText" : "Carefully consider how this app might use your medical data before giving it access to your account.",
	"CombineExpectedTime" : "Starts in the @MYCHART@EXPECTEDTIME@ @MYCHART@EXPECTEDTIMEZONEMARKER@",
	"CombineTime" : "@MYCHART@FORMATTEDTIME@ @MYCHART@TIMEZONEMARKER@",
	"ConsentHeader" : "Before allowing @MYCHART@BOLDEDOAUTHAPPNAME@ access to your account, please be aware of the following important details. This information is provided by the creators of @MYCHART@BOLDEDOAUTHAPPNAME@.",
	"DefinitionOfData" : "All mentions of the term \"data\" refer to the data from your electronic health record.",
	"DenyButtonExplanation" : "You do not want to allow @MYCHART@OAUTHAPPNAME@ to access your information.",
	"DenyButtonTitle" : "Decline and go back to @MYCHART@OAUTHAPPNAME@",
	"DenyButtonValue" : "Deny access",
	"DetailsAndOptions" : "Details and more options",
	"DiveDeeperButton" : "View",
	"DiveDeeperDetails" : "Read more from the app developers of @MYCHART@OAUTHAPPNAME@.",
	"DiveDeeperHeader" : "Want to dive deeper?",
	"DurationDisclaimerTitle" : "How long will the app have access to my information?",
	"DurationUntilExp" : "",
	"DurationUntilExp_HOURANDMIN" : "@MYCHART@HOURS@ hour(s) and @MYCHART@MINUTES@ minute(s)",
	"DurationUntilExp_MULTIDAYS" : "@MYCHART@DAYS@ days",
	"DurationUntilExp_SINGLEDAY" : "@MYCHART@DAYS@ day",
	"EncDefaultName" : "Visit",
	"EncHospitalVisit" : "Hospital Visit",
	"EncounterAccessibleGroupHeading" : "List of visits",
	"EncounterPickerHeaderText" : "Select a Visit",
	"EncounterPickerNoDataText" : "There are no visits to share with @MYCHART@OAUTHAPPNAME@.",
	"EncounterPickerPreText" : "@MYCHART@OAUTHAPPNAME@ is requesting that you choose a visit.",
	"EncResMedAdmission" : "Stay",
	"EncUpcomingDelivery" : "Upcoming Delivery",
	"EncUpcomingProcedures" : "Upcoming Procedures",
	"IndefiniteDurationText" : "You are authorizing @MYCHART@OAUTHAPPNAME@ to have repeated access to your personal health records until you revoke access. Your records in the future could include sensitive information that can\u0027t be predicted today. @MYCHART@OAUTHAPPNAME@ may access your information even when you are not using that app.",
	"LearnMore" : "Learn more",
	"LeftWithoutSeenVisit" : "(Not Seen)",
	"LoadMoreVisits" : "Load more past visits",
	"LongAccessDurationWarning" : "You are authorizing @MYCHART@OAUTHAPPNAME@ to have repeated access to your personal health records until @MYCHART@LONGACCESSENDDATE@ @MYCHART@LONGACCESSTIMEZONE@. Your records in the future could include conditions and procedures that can\u0027t be predicted today. @MYCHART@OAUTHAPPNAME@ may access your information even when you are not using that app, and you can revoke access at any time.",
	"NavigationBackButtonTitle" : "Back to previous page",
	"NavigationBackButtonValue" : "Back",
	"NavigationBackButtonValueReview" : "Back to Linked Apps and Devices",
	"NavigationNextButtonTitle" : "Continue to next page",
	"NavigationNextButtonValue" : "Continue",
	"NoShowVisit" : "(Missed)",
	"PermissionRequired" : "@MYCHART@BOLDEDOAUTHAPPNAME@ wants your permission to access the following information:",
	"PrivacyCriteria" : "",
	"PrivacyCriteria_C1Negative" : " \u003cstrong\u003eDoes\u003c/strong\u003e sell your data. ",
	"PrivacyCriteria_C1Positive" : " \u003cstrong\u003eDoes not\u003c/strong\u003e sell your data. ",
	"PrivacyCriteria_C1TEFCA" : "Get your written permission if it sells your data.",
	"PrivacyCriteria_C1Unknown" : "Sells your data.",
	"PrivacyCriteria_C2Negative" : " \u003cstrong\u003eWill\u003c/strong\u003e share your data without your specific permission. ",
	"PrivacyCriteria_C2Positive" : " \u003cstrong\u003eWill not\u003c/strong\u003e share your data without your specific permission. ",
	"PrivacyCriteria_C2TEFCA" : "Tell you if your data may be shared with a new person, app, or company.",
	"PrivacyCriteria_C2Unknown" : "Shares your data without your specific permission.",
	"PrivacyCriteria_C3Negative" : " \u003cstrong\u003eDoes\u003c/strong\u003e use your data for marketing or advertising. ",
	"PrivacyCriteria_C3Positive" : " \u003cstrong\u003eDoes not\u003c/strong\u003e use your data for marketing or advertising. ",
	"PrivacyCriteria_C3TEFCA" : "Secure your identifiable data with encryption.",
	"PrivacyCriteria_C3Unknown" : "Uses your data for marketing or advertising.",
	"PrivacyCriteria_C4Negative" : " \u003cstrong\u003eDoes\u003c/strong\u003e use your data to gain insights about your family. ",
	"PrivacyCriteria_C4Positive" : " \u003cstrong\u003eDoes not\u003c/strong\u003e use your data to gain insights about your family. ",
	"PrivacyCriteria_C4TEFCA" : "Ask your permission to change how it uses your data.",
	"PrivacyCriteria_C4Unknown" : "Uses your data to gain insights about your family.",
	"PrivacyCriteria_C5Negative" : " \u003cstrong\u003eDoes not\u003c/strong\u003e let you delete all your health data that it has stored. ",
	"PrivacyCriteria_C5NotApplicable" : " \u003cstrong\u003eDoes not\u003c/strong\u003e store your health data. ",
	"PrivacyCriteria_C5Positive" : " \u003cstrong\u003eDoes\u003c/strong\u003e let you delete all your health data that it has stored. ",
	"PrivacyCriteria_C5Unknown" : "Stores your health data permanently.",
	"PrivacyRiskHeader" : "Privacy Risk",
	"PurposeOfScreen" : "Granting access will give @MYCHART@BOLDEDOAUTHAPPNAME@ access to the data you authorize.",
	"RequiredHeader" : "Indicates a required field.",
	"ResourceListAXTitle" : "List of selectable data types.",
	"ScopesHeader" : "What would you like to share?",
	"ScopesPreText" : "@MYCHART@BOLDEDOAUTHAPPNAME@ is requesting the following types of information. Select the information you want to share:",
	"ScopesPreTextNoScopes" : "@MYCHART@BOLDEDOAUTHAPPNAME@ is not requesting any specific information from your health record. However, you may still allow access in order to identify yourself.",
	"SuspiciousAppOpeningLine" : "@MYCHART@OAUTHAPPNAME@ has not answered the following Terms of Use questions:",
	"SuspiciousBehavior" : "",
	"SuspiciousBehavior_NQ1_Answer" : "The app developer has not answered who is offering the app.",
	"SuspiciousBehavior_NQ1_Question" : "Who is offering the app?",
	"SuspiciousBehavior_NQ2_Answer" : "The app developer has not answered how the app is funded.",
	"SuspiciousBehavior_NQ2_Question" : "How is the app funded?",
	"SuspiciousBehavior_NQ3_Answer" : "The app developer has not answered where the app saves your data.",
	"SuspiciousBehavior_NQ3_Question" : "Where does the app save your data?",
	"SuspiciousBehavior_NQ4_Answer" : "The app developer has not answered who has access to your data when you provide it to the app.",
	"SuspiciousBehavior_NQ4_Question" : "Who has access to your data when you provide it to this app?",
	"SuspiciousBehavior_NQ5_Answer" : "The app developer has not answered if you can obtain a record of the data the app has collected about you.",
	"SuspiciousBehavior_NQ5_Question" : "Can you obtain a record of the data the app has collected about you?",
	"SuspiciousBehavior_NQ6_Answer" : "The app developer has not answered how they use your data.",
	"SuspiciousBehavior_NQ6_Question" : "How does the app developer use your data?",
	"SuspiciousBehavior_NQ7_Answer" : "The app developer has not answered if they use data about other individuals in your record.",
	"SuspiciousBehavior_NQ7_Question" : "Does the app developer use data about other individuals in your record?",
	"SuspiciousBehavior_Q1_Answer" : "This organization might not be covered under federal health privacy laws.",
	"SuspiciousBehavior_Q1_Answer_US" : "This organization might not be covered under HIPAA federal health privacy laws.",
	"SuspiciousBehavior_Q1_Question" : "What type of organization is offering the app?",
	"SuspiciousBehavior_Q2_Answer" : "This app might be funded by the sale of your data.",
	"SuspiciousBehavior_Q2_Question" : "How is the app funded?",
	"SuspiciousBehavior_Q3_Answer" : "This app might store your data outside of this device.",
	"SuspiciousBehavior_Q3_Question" : "How is your data stored?",
	"SuspiciousBehavior_Q4_Answer" : "This organization might distribute your data to other individuals or groups.",
	"SuspiciousBehavior_Q4_Question" : "Who will have access to your data when it is provided to the app?",
	"SuspiciousBehavior_Q5_Answer" : "You might not know what data this app has gathered from your health record.",
	"SuspiciousBehavior_Q5_Question" : "Does this app tell you about the data it has collected about you?",
	"SuspiciousBehavior_Q6_Answer" : "This app may retain data in your health record after access to your record expires.",
	"SuspiciousBehavior_Q6_Question" : "How will your data be retained?",
	"SuspiciousBehavior_Q7_Answer" : "This app might use your data in advertising or for other purposes.",
	"SuspiciousBehavior_Q7_Question" : "How will your data be used?",
	"SuspiciousCardExplanationText" : "After your data has been shared with @MYCHART@OAUTHAPPNAME@, it could be made public.",
	"SuspiciousCardHeaderText" : "This app\u0027s developer has NOT yet submitted to us how they plan to use your data.",
	"SuspiciousPageHeader" : "About @MYCHART@OAUTHAPPNAME@",
	"TEFCAAllowButtonTitle" : "Allow access and go back to @MYCHART@OAUTHAPPNAME@",
	"TEFCAFooterText" : "Your healthcare organization does not control what happens with your data when you send it to @MYCHART@OAUTHAPPNAME@. Make sure you\u0027re OK with how @MYCHART@OAUTHAPPNAME@ will use it.",
	"TEFCALearnMoreAX" : "Opens externally",
	"TermsOfUseHeader" : "What you need to know about @MYCHART@OAUTHAPPNAME@",
	"TimeToBeDetermined" : "Time to be determined",
	"Title" : "OAuth Access Authorization",
	"WhyRecommendDeny" : "Because the app\u0027s developer has not informed us of how they plan to use your data, we recommend that you deny access to your account.",
});
$$WP.Strings.getNamespace("authentication.passkeymanagement").addStrings( {
	"AccountSettingsLinkHelptext" : "Return to account settings.",
	"AccountSettingsLinkText" : "Account Settings",
	"AddNewPasskeyLabel" : "Add new passkey",
	"CreatedString" : "Created: @MYCHART@CreatedTime@ with @MYCHART@CreatingDevice@",
	"HowUseContent" : "Select \"Log in with passkey\" when logging into @MYCHART@APPTITLE@. Then, follow the instructions from your browser on how to verify your identity to log in.",
	"HowUseLabel" : "How to use your passkey",
	"LastUsedLabel" : "Last Used: @MYCHART@LastUsedTime@",
	"LastUsedNever" : "Never",
	"LoginBlockframeDescription" : "Block frame layout of login fields. The log in with passkey option is represented by a button containing a person and key below the username and password fields.",
	"NewlyCreatedTag" : "Just created",
	"PasskeyAddErrorMessage" : "No passkey created. If this was in error, please try again.",
	"PasskeyAddSuccessMessage" : "A passkey has been created for your @MYCHART@APPTITLE@ account.",
	"PasskeyCreatingText" : "Creating passkey...",
	"PasskeyDescription" : "A passkey allows you to log into @MYCHART@APPTITLE@ without needing to remember your password.",
	"PasskeyHeroDescription" : "Passkey Icon. Shield containing a person\u0027s silhouette and key backed by face id and fingerprint icons images.",
	"PasskeyInfoBannerTitle" : "What is a passkey?",
	"PasskeyInfoContent" : "Passkeys are encrypted digital keys that allow you to log in to @MYCHART@APPTITLE@ with your fingerprint, face or screen lock.",
	"PasskeyNameLengthError" : "The passkey name must be between 1 and @MYCHART@PasskeyNameMaxLen@ characters.",
	"PasskeyReauthenticationPopupCloseButton" : "Close",
	"PasskeyReauthenticationPopupInfotext" : "To create a new passkey we need to verify that you have access to this account.",
	"PasskeyReauthenticationPopupTitle" : "Verify Your Identity",
	"PasskeyRemoveSuccessMessage" : "Your passkey has been deleted. You will need to manually remove it from your password manager.",
	"PasskeyRenameTextboxLabel" : "Passkey name",
	"RemovePasskeyButtonLabel" : "Remove passkey",
	"RemovePasskeyCancelButtonLabel" : "Cancel",
	"RemovePasskeyConfirmationText" : "If you remove this passkey, you will no longer be able to use it to log into @MYCHART@APPTITLE@. You will need to use a different passkey or another method like username and password. You can create a new passkey at any time.",
	"RemovePasskeyConfirmationTitle" : "Remove @MYCHART@PASSKEYNAME@ from passkeys?",
	"RenameButtonLabel" : "Rename @MYCHART@CURRENTPASSKEYNAME@",
	"RenameCancelLabel" : "Cancel",
	"RenameLabel" : "Rename",
	"RenameSaveLabel" : "Save",
	"ShowMoreLabel" : "Show more",
	"Title" : "Passkey Management",
	"UnknownDevice" : "Unknown",
	"WhereUseContent" : "You can use passkeys on any device where you have access to your password manager.",
	"WhereUseLabel" : "Where can I use my passkeys?",
	"WhyUseContent" : "Passkeys are a faster, more secure alternative to passwords that you don\u0027t need to remember. Passkeys can also allow you to skip two-step verification.",
	"WhyUseLabel" : "Why should I use a passkey?",
	"ZeroStatePrimaryText" : "You don\u0027t have any passkeys.",
});
$$WP.Strings.getNamespace("authentication.passwordreset.common").addStrings( {
	"AlphaNumericError" : "Your password must contain at least one letter and one number.",
	"CancelButtonText" : "Cancel",
	"GenericError" : "This password does not meet the minimum requirements. Please try a different password.",
	"MismatchErrorText" : "Passwords must match.",
	"MixedCaseError" : "Your password must contain both capital and lowercase letters.",
	"NewPasswordLabel" : "Password",
	"PasswordLengthError" : "Your new password needs to be at least @MYCHART@MIN@ characters and cannot be longer than @MYCHART@MAX@ characters.",
	"PasswordLengthErrorNoMax" : "Your new password  needs to be at least @MYCHART@MIN@ characters.",
	"PasswordLengthErrorNoMin" : "Your new password cannot be longer than @MYCHART@MAX@ characters.",
	"PasswordResetPretext" : "Enter your new password. A good password uses a combination of lowercase and uppercase letters, as well as numbers. Avoid using a password that is easy for others to guess, such as your name or phone number.",
	"ReUseError" : "This password was previously used. Please create a new password. ",
	"SpecialCharError" : "Your password must contain at least one special character.",
	"SubmitButtonText" : "Next",
	"Title" : "Create a New Password",
	"UserIDError" : "Your password and username cannot be identical.",
	"VerifyPasswordLabel" : "Retype Password",
});
$$WP.Strings.getNamespace("authentication.schedulingmethods").addStrings( {
	"ScheduledMethod500" : "",
	"ScheduledMethod501" : "",
	"ScheduledMethod502" : "",
	"ScheduledMethod503" : "",
	"ScheduledMethod504" : "",
	"ScheduledMethod505" : "",
	"Title" : "",
});
$$WP.Strings.getNamespace("authentication.termsandconditions").addStrings( {
	"AcceptButtonText" : "Accept",
	"AcceptButtonTitle" : "Accept the terms and log in",
	"DeclineButtonText" : "Decline",
	"DeclineButtonTitle" : "Decline and cancel the login process",
	"DeclineWarningBackButtonText" : "Go back",
	"DeclineWarningCentralText" : "If you decline the Terms and Conditions, your account will be deleted. You will be able to create a new @MYCHART@APPTITLE@ account at any time.",
	"DeclineWarningConfirmButtonCentralText" : "Delete Account",
	"DeclineWarningConfirmButtonText" : "Continue anyway",
	"DeclineWarningText" : "If you decline the Terms and Conditions, your account will be disabled and you will need to contact Customer Service to access your @MYCHART@APPTITLE@ account.",
	"DeclineWarningTitle" : "Decline Terms and Conditions",
	"newProxyDisclaimerPretext" : "The terms and conditions for accessing another person\u0027s medical record on @MYCHART@APPTITLE@ have been updated. To proceed, you must agree to the following conditions for proxy access on this website.",
	"newSubjectPretext" : "You have been granted access to another person\u0027s medical record. To proceed, you must agree to the following conditions for proxy access on @MYCHART@APPTITLE@.",
	"newTermsPretext" : "The terms and conditions for accessing @MYCHART@APPTITLE@ have been updated. To proceed, you must agree to the following conditions governing the use of this website.",
	"pretext" : "To proceed, you must agree to the following conditions governing the use of @MYCHART@APPTITLE@.",
	"Title" : "Terms and Conditions",
});
$$WP.Strings.getNamespace("authentication.usernamepassword").addStrings( {
	"CharacterLengthRequirements" : "Between @MYCHART@MIN@ and @MYCHART@MAX@ characters",
	"ContinueButtonText" : "Continue",
	"CreateUsernamePasswordPretext" : "Create a username and password that is secure and easy to remember.",
	"CurrentPasswordFieldLabel" : "Current Password",
	"CustomUsernameError" : "",
	"ExistingUsernamePretext" : "Create a username and password that is secure and easy to remember. You have an existing username shown below. You may change your username now or keep your current username.",
	"LetterNumberRequirements" : "Contain at least one letter and one number",
	"LoginRequirements" : "Different than your login",
	"MixedCaseRequirements" : "Contain at least one uppercase letter and one lowercase letter",
	"NavigationConfirm" : "Leave this page",
	"NewPasswordFieldLabel" : "New Password",
	"PasswordCantBeActivationCode" : "Password must be different from your activation code.",
	"PasswordCantBeUsername" : "Password must be different from your username.",
	"PasswordFieldLabel" : "Password",
	"PasswordMissingLetterOrNumber" : "Password must contain at least one letter and one number.",
	"PasswordMissingSpecialCharacter" : "Password must contain at least one special character.",
	"PasswordNotMixedCase" : "Password must contain both uppercase and lowercase letters.",
	"PasswordReusedTooSoon" : "This password was used too recently. Choose a new password.",
	"PasswordsNotMatch" : "Passwords do not match.",
	"RequirementsHeading" : "Your password must meet these requirements:",
	"RetypePasswordFieldLabel" : "Re-type password",
	"SpecialCharacterRequirements" : "Contain a special character (such as !, @, #, $)",
	"SubmitUsernamePasswordButton" : "Submit",
	"Title" : "",
	"UsernameFieldLabel" : "Username",
	"UsernameInvalidCharacters" : "Username cannot contain any spaces or symbols other than a period (.), hyphen (-), underscore (_), or the at symbol (@).",
	"UsernameNotStartLetterNumber" : "Username must start with a letter or number.",
	"UsernameRequirements" : "Different than your username",
	"UsernameUnavailable" : "This username is already in use. Choose another.",
});
$$WP.Strings.getNamespace("authorizations").addStrings( {
	"AccessibleContactCustomerServiceLabel" : "Contact customer service for authorization number @MYCHART@AuthNumberContactCustomerService@",
	"AccessibleViewDetailsLabel" : "View details for authorization number @MYCHART@AuthNumberViewDetails@",
	"ActivityDefinition" : "Authorizations are how your health insurance company shows that they agree to cover the costs of your care based on your policy\u0027s benefits and the necessity of the treatment. ",
	"AdditionalInfoHeading" : "Details",
	"AppealDetail" : "This authorization is an appeal",
	"AppealDisclaimer" : "This authorization has been appealed. Some of these decisions might have been overturned on the appeal. See the appeal authorization linked below for more details.",
	"AppealedDetail" : "This authorization has been appealed",
	"ApprovedCount" : "Approved: @MYCHART@ApprovedCt@ / Requested: @MYCHART@RequestedCt@",
	"AskAQuestion" : "Ask a Question",
	"AuthDetailsTitle" : "Authorization details",
	"AuthLetterTitle" : "Authorization Letter",
	"AuthorizationId" : "Authorization @MYCHART@Id@",
	"AuthorizationNumberKey" : "Authorization number",
	"AuthorizationTypeKey" : "Authorization type",
	"AuthorizedDates" : "Authorized between @MYCHART@StartDate@ - @MYCHART@EndDate@",
	"CanceledStatus" : "Canceled",
	"CompletedStatus" : "Finished",
	"ContactCustomerService" : "Contact customer service",
	"CoverageEndedDetail" : "The coverage this authorization was approved for has ended. Contact customer service to discuss how your new coverage may affect this authorization.",
	"CoverageEndedStatus" : "Coverage ended",
	"CoverageKey" : "Coverage",
	"DownloadLetter" : "Download letter",
	"DownloadLetterAX" : "Download your letter which was sent on @MYCHART@SendDateAXDownload@",
	"DownloadLetterAX_0" : "Download your decision letter which was sent on @MYCHART@SendDateAXDownload@",
	"DownloadLetterAX_10" : "Download your denial letter which was sent on @MYCHART@SendDateAXDownload@",
	"DownloadLetterAX_11" : "Download your dismissal letter which was sent on @MYCHART@SendDateAXDownload@",
	"DownloadLetterAX_9" : "Download your approval letter which was sent on @MYCHART@SendDateAXDownload@",
	"ExpiredStatus" : "Expired",
	"LetterDate" : "Sent: @MYCHART@SendDate@",
	"LetterPurpose" : "Letter",
	"LetterPurpose_0" : "Decision letter",
	"LetterPurpose_10" : "Denial letter",
	"LetterPurpose_11" : "Dismissal letter",
	"LetterPurpose_9" : "Approval letter",
	"LettersTitle" : "Letters",
	"LoadMore" : "Load more",
	"LoadMoreDone" : "All authorizations loaded",
	"MemberRequesterSubject" : "@MYCHART@PATIENT@",
	"MemberRequesterYou" : "You",
	"MostRelevantSortOption" : "Most relevant",
	"NetworkStatusKey" : "Network status",
	"NoAuthorizations" : "No authorizations on file",
	"NotesZeroState" : "This letter is not on file",
	"NotesZeroStateBack" : "Return to authorizations",
	"PendingReviewDetail" : "Your authorization request is being reviewed. Please wait for the decision before taking any further steps.",
	"PerformingAddressAXText" : "Performing provider address",
	"PerformingHeading" : "Performing",
	"PerformingLocationAXText" : "Performing provider location",
	"PreText" : "",
	"PreTextTitle" : "",
	"PriorityKey" : "Priority",
	"ProceduresTitle" : "Procedures",
	"RequestedByProvider" : "Requested by @MYCHART@ProviderName@",
	"RequestedBySubject" : "Requested by @MYCHART@PATIENT@",
	"RequestedByYou" : "Requested by you",
	"RequestedCount" : "Requested: @MYCHART@RequestedNumber@",
	"RequestingAddressAXText" : "Requesting provider address",
	"RequestingHeading" : "Requesting",
	"RequestingLocationAXText" : "Requesting provider location",
	"ServicesTitle" : "Services",
	"StatusBeforeExpiration" : "Status before expiration: @MYCHART@Status@",
	"ThisAuthAppealedByKey" : "Authorization is appealed by",
	"ThisAuthAppealsKey" : "Authorization is appealing",
	"Title" : "Authorizations",
	"UsageCount" : "Used: @MYCHART@UsedCt@",
	"UsageDisclaimer" : "The usage information here only reflects information on claims that have been processed.",
	"ViewDetails" : "View details",
	"ViewLetter" : "View letter",
	"ViewLetterAX" : "View your letter which was sent on @MYCHART@SendDateAXView@",
	"ViewLetterAX_0" : "View your decision letter which was sent on @MYCHART@SendDateAXView@",
	"ViewLetterAX_10" : "View your denial letter which was sent on @MYCHART@SendDateAXView@",
	"ViewLetterAX_11" : "View your dismissal letter which was sent on @MYCHART@SendDateAXView@",
	"ViewLetterAX_9" : "View your approval letter which was sent on @MYCHART@SendDateAXView@",
});
$$WP.Strings.getNamespace("authorizesharing.searchorganizations").addStrings( {
	"CheckAllButtonText" : "Select all",
	"ChooseOrganizationsHeader" : "Choose Organizations",
	"ContinueButtonText" : "Continue",
	"Title" : "Search Organizations",
	"UncheckAllButtonText" : "Clear all",
});
$$WP.Strings.getNamespace("authorizesharing.viewauthorizations").addStrings( {
	"ActiveList" : "Active agreements",
	"ActiveRange" : "Active @MYCHART@EffectiveDateForActiveRange@ - @MYCHART@ExpirationDateForActiveRange@",
	"ActiveUntil" : "Active until @MYCHART@ExpirationDateForActiveUntil@",
	"AllAuthorization" : "You have given permission to share your health records with all other healthcare organizations.",
	"AllOrgs" : "All organizations",
	"AssociatedOrgText" : "Associated Organizations",
	"AuthLoadingText" : "Loading sharing agreements...",
	"AuthorizeSharing" : "Authorize Sharing",
	"AuthorizeSharingPreText" : "Share your healthcare record with an outside organization. Clinicians at other organizations can only access your record if they have a reason to do so, such as for an upcoming appointment or to review details from previous appointments.",
	"AuthorizeSharingPreTextNoAuthPrivilege" : "We share your medical record with clinicians outside of this organization. Clinicians at other organizations can only access your record if they have a reason to do so, such as for an upcoming appointment or to review details from previous appointments.",
	"AuthorizeSharingPreTextNotParticipating" : "You have been opted out of participating in Care Everywhere. Care Everywhere allows you to authorize the sharing of your medical record with clinicians outside of this organization. Clinicians at other organizations can only access your record if they have a reason to do so, such as for an upcoming appointment or to review details from previous appointments.",
	"AuthsOnFile" : "Sharing agreements on file",
	"AuthsOnFilePreText" : "The following sharing agreements give healthcare organizations the ability to see your record.",
	"ButtonLabelAllOrgs" : "all organizations",
	"ButtonLabelSomeOrgs" : "@MYCHART@OrgName@ and other organizations",
	"CareEverywhereID" : "Care Everywhere ID",
	"CareEverywhereIDLink" : "View your @MYCHART@CAREEVERYWHEREID@ if your provider asks for it.",
	"CustomerService" : "customer service request",
	"EffectiveFrom" : "Effective from @MYCHART@EffectiveDateForEffectiveFrom@",
	"Expired" : "Expired",
	"ExpiredList" : "Expired agreements",
	"ExpiringSoon" : "Expiring soon",
	"LearnMore" : "Learn more",
	"LearnMoreLink" : "@MYCHART@LEARNMORE@ about what sharing your record means.",
	"NoExpDetails" : "We do not require additional authorization to share your information with these organizations:",
	"NoSharingAgreements" : "There are no sharing agreements on file.",
	"Ongoing" : "Ongoing",
	"OptIntoCeLink" : "If you would like to participate in Care Everywhere and authorize sharing your record, please send us a @MYCHART@optIntoCeCustomerServiceLink@.",
	"OptIntoCePhone" : "If you would like to participate in Care Everywhere and authorize sharing your record, please call us at @MYCHART@HELPDESKPHONE@.",
	"Options" : "Options",
	"OrgsTitle" : "@MYCHART@ORGANIZATIONNAME@ and other organizations (@MYCHART@ORGANIZATIONNUMBER@)",
	"OtherAgreementsExist" : "There are other sharing agreements that include some of these healthcare organizations and you will still share your record with them.",
	"OtherAgreementsExistForAllOrgs" : "There are sharing agreements for other healthcare organizations and you will still share your record with them.",
	"PickOrgButtonText" : "Choose organizations",
	"ProspectiveAuthText" : "This sharing agreement gives permission to the following healthcare organizations to view your record:",
	"RemoveButtonLabel" : "Remove an authorization for @MYCHART@RemoveOrgNames@",
	"RemoveButtonText" : "Remove",
	"RemoveCancelButton" : "Go back",
	"RemoveConfirmationHeader" : "Confirm removal",
	"RemoveConfirmationText" : "Clicking confirm will remove a sharing agreement that includes the following healthcare organizations:",
	"RemoveConfirmationTextAllOrgs" : "Clicking confirm will remove a sharing agreement that includes all healthcare organizations.",
	"RemoveConfirmButton" : "Confirm removal",
	"RemoveError" : "We could not remove this agreement at this time, please try again later.",
	"RemoveErrorTitle" : "Could not remove agreement",
	"RenewButtonLabel" : "Renew an authorization for @MYCHART@RenewOrgNames@",
	"RenewButtonText" : "Renew",
	"SearchButtonText" : "Add healthcare organization",
	"SeeMoreInfoLabel" : "Sharing agreement details for @MYCHART@SeeMoreInfoOrgNames@",
	"SeeMoreInformation" : "Sharing agreement details",
	"SeeMoreInfoTitle" : "Sharing agreement details",
	"SignAllButtonText" : "Share with all organizations",
	"SignAllHeader" : "Share your record with other healthcare organizations",
	"SignAllText" : "Other healthcare organizations will be able to see your healthcare record when you receive care from them.",
	"SigningError" : "We could not sign this agreement at this time, please try again later.",
	"SigningErrorTitle" : "Could not sign agreement",
	"SortBy" : "Sort By:",
	"SortBy_0" : "Expiration Date",
	"SortBy_1" : "Authorization Date",
	"StopSharingLink" : "To request that your information no longer be shared, please send us a @MYCHART@stopSharingCustomerServiceLink@.",
	"StopSharingPhone" : "To request that your information no longer be shared, please call us at @MYCHART@HELPDESKPHONE@.",
	"Title" : "Authorize Sharing",
});
$$WP.Strings.getNamespace("authorizesharing.viewid").addStrings( {
	"CareEverywhereIDPreText" : "Show this ID to an outside organization you\u0027re visiting if they need to view your healthcare record from @MYCHART@HOMEORGANIZATIONNAME@.",
	"CareEverywhereIDSectionHeader" : "Your Care Everywhere ID",
	"Title" : "Care Everywhere ID",
});
$$WP.Strings.getNamespace("autopay").addStrings( {
	"additionalMessages" : "",
	"backLabel" : "Back",
	"backLabelAlt" : "Go back to change the payment plan terms",
	"backText" : "Back to account details",
	"backTextSummary" : "Back to Billing Summary",
	"backToAccountDetailsLabel" : "Back to account details",
	"callToTerminatePlan" : "If you need to end the plan, you will need to call us at @MYCHART@CSPHONENUMBERTERMINATEPLAN@ or send a message to customer service.",
	"cannotRemoveBalances" : "Once the plan is active, you may make updates but may not remove previously added balances.",
	"cardWarningBoxCardWillExpireDesc" : "You will need to add or choose a new payment method before the selected card expires. We\u0027ll notify you electronically when the selected card is about to expire.",
	"cardWarningBoxCardWillExpireTitle" : "The selected credit card will expire before the plan is completed.",
	"cardWarningBoxTokenWillExpireDesc" : "For your security, we can only keep the selected payment method in our system for a limited amount of time. You will need to update the payment method before the plan is completed. We\u0027ll notify you electronically when the selected payment method is about to expire.",
	"cardWarningBoxTokenWillExpireTitle" : "The selected payment method will need to be updated before the plan is completed.",
	"changePaymentMethodLabel" : "Change payment method",
	"changeTermsLabel" : "Change payment plan terms",
	"checkAltText" : "Electronic check",
	"confirmHeader" : "Confirm the payment plan",
	"continueLabel" : "Continue",
	"continueLabelAlt" : "Continue to verification of the payment plan terms",
	"csURLTitle" : "Or send customer service a message.",
	"currentPaymentMethodInfo" : "Automatic payments are made on the @MYCHART@APCURRENTAUTOPAYDOM@ of each month with this payment method.",
	"currentPaymentSummary" : "Payments of @MYCHART@APCURRENTMONTHAMT@ per month are being paid towards the plan balance of @MYCHART@APTOTALBALANCE@.",
	"currentTimelineSummary" : "There are @MYCHART@APCURRENTNUMPMTS@ payments left until the balance is paid off.",
	"currentTimelineSummarySingular" : "There is @MYCHART@APCURRENTNUMPMTS@ payment left until the balance is paid off.",
	"doesNotIncludeUndist" : " This amount doesn\u0027t include unapplied payments.",
	"editCurrentPlanStatusLabel" : "Current payment plan",
	"editPlanNotCreatedByViewerBody" : "Someone else created this payment plan. If you would like to make changes to the payment plan, you will have to use your own payment method in the next step.",
	"editPlanNotCreatedByViewerBodyWithName" : "@MYCHART@PLANCREATEDBYNAME@ created this payment plan. If you would like to make changes to the payment plan, you will have to use your own payment method in the next step.",
	"editPlanNotCreatedByViewerHeader" : "If you make changes, you will need to use your own payment method",
	"editPlanTermsHeader" : "Update the monthly amount",
	"errInvalidPmtMethod" : "Invalid payment information was entered. Please go back and try again, making sure that the entered data matches your credit card or bank account.",
	"errOther" : "We encountered a problem while setting up the payment plan. Please try again or contact customer service.",
	"howMuchWouldYouLikeToPay" : "How much do you want to pay per month towards the outstanding balance of @MYCHART@APOUTSTANDING@?",
	"howMuchWouldYouLikeToPayEligible" : "How much do you want to pay per month towards the eligible balance of @MYCHART@APELIGIBLE@?",
	"infoAltText" : "Additional information about the payment plan",
	"monthlyPaymentForNextMonth" : "The new payment amount will go into effect next month.",
	"monthlyPaymentForNextMonthOnlyDay" : "The new payment day will go into effect next month.",
	"monthlyPaymentForNextMonthStillDue" : "The new payment amount will go into effect next month. @MYCHART@APSTILLDUETHISMONTH@ is still due this month.",
	"monthlyPaymentForNextMonthStillDueWithDay" : "The new payment amount and payment day will go into effect next month. @MYCHART@APSTILLDUETHISMONTHWITHDAY@ is still due this month.",
	"monthlyPaymentForNextMonthWithDay" : "The new payment amount and payment day will go into effect next month.",
	"monthlyPaymentIncreaseMessage" : "This monthly amount is @MYCHART@APMONTHAMTDIFF@ more than the current monthly payment of @MYCHART@APCURRENTMONTHAMT@.",
	"newBalanceAlwaysAddedMessageDesc" : "You will not need to update the plan after every visit.",
	"newBalanceAlwaysAddedMessageTitle" : "Future visits will be automatically included in the payment plan. ",
	"newBalanceNotAddedMessageDesc" : "You will need to update the plan if you want to include future balances.",
	"newBalanceNotAddedMessageTitle" : "Only the current outstanding balance will be included in the payment plan. ",
	"newPlanTermsHeader" : "Choose a monthly amount",
	"noPaymentMethodText" : "This payment plan is not setup for automatic payments.",
	"ordinalNd" : "nd",
	"ordinalRd" : "rd",
	"ordinalSt" : "st",
	"ordinalTh" : "th",
	"overdueBalanceBannerDetailWarning" : "This account has an overdue balance of @MYCHART@OVERDUEAMOUNT@, which will be added to the next monthly payment.",
	"overdueBalanceBannerHeaderWarning" : "Overdue Payment",
	"overdueExcludeFromBalanceBannerDetailWarning" : "This account has an overdue balance of @MYCHART@EXCLUDEDOVERDUEAMOUNT@.",
	"paymentMethodInfo" : "Payments will be made automatically on the @MYCHART@APNEWAUTOPAYDOM@ of each month with this payment method.",
	"paymentMethodInfoWithDelay" : "After the next payment, future payments will be made automatically on the @MYCHART@APNEWAUTOPAYDOM@ of each month with this payment method.",
	"paymentSummary" : "You will be paying @MYCHART@APMONTHAMTNEW@ per month towards the balance of @MYCHART@APTOTALBAL@.",
	"pleasePrint" : "You may print this page for your records.",
	"posttext" : "",
	"pretext" : "",
	"questionsPhone" : "If you have any questions, please call us at @MYCHART@CSPHONENUMBERCUSTOMERSERVICE@.",
	"reviewPaymentMethodLabel" : "Review payment method",
	"reviewPlanLabel" : "Review plan",
	"selectPaymentMethodLabel" : "Select payment method",
	"signingUpForPaperlessBillingButtonTitle" : "Opt in to paperless billing",
	"signingUpForPaperlessBillingDesc" : "You can opt in to paperless billing to receive billing communications online when possible.",
	"startPlanLabel" : "Start plan",
	"startPlanLabelAlt" : "Start the payment plan",
	"statusEdit" : "The automatic payment plan has been updated.",
	"statusNew" : "The automatic payment plan has been set up.",
	"stepOnePostText" : "",
	"stepOnePreText" : "",
	"stepThreePreText" : "",
	"successImageAlt" : "Payment plan is now active",
	"successProblemDesc" : "The payment plan has been setup. Please access the account details page for the payment plan details.",
	"successProblemTitle" : "There was a problem showing the payment plan details.",
	"terminatePlanLabel" : "Terminate plan",
	"terminatePlanLabelAlt" : "Terminate the payment plan",
	"terminationSuccessfullHead" : "The payment plan was successfully terminated.",
	"terminationSuccessfullStatement" : "You will owe the full outstanding balance on your next statement.",
	"termsAutoPayDOMIsInvalidDesc" : "It has been automatically adjusted to \u003cspan id=\"previousValidDOM\"\u003e@MYCHART@LASTVALIDDAYOFMONTH@\u003c/span\u003e. If you would like to change the payment day of month, enter the day as a number between 1 and 28.",
	"termsAutoPayDOMIsInvalidTitle" : "The payment day of month you entered is invalid.",
	"termsEditWarningBoxMonthlyAmtBelowMinimumMessageDesc" : "The current monthly payment of @MYCHART@APCURRENTMONTHAMT@ is not allowed for the account. If you update the plan, the monthly amount must be adjusted.",
	"termsEditWarningBoxMonthlyAmtBelowMinimumMessageTitle" : "Monthly Amount Change",
	"termsEditWarningBoxMonthlyAmtTooLowMessageDesc" : "It has been automatically adjusted to the minimum allowed amount.",
	"termsEditWarningBoxMonthlyAmtTooLowMessageTitle" : "The original monthly payment is too low for the new outstanding balance.",
	"termsEligibleBalanceWarningDetail" : "Not all of the outstanding balance of @MYCHART@TOTALSPBALSTR@ is eligible to be added to a payment plan.",
	"termsEligibleBalanceWarningTitle" : "Outstanding Balance",
	"termsExistingAutoPayDOMChangedDateRetainedDesc" : "Because you have a scheduled payment coming up, the day of month changes will not take effect right away. The next payment will still be on @MYCHART@DELAYEDDAYOFMONTHCHANGENEXTPAYMENTDATE@. After that, future payments will be on the @MYCHART@DELAYEDDAYOFMONTHCHANGENEWPAYMENTDAY@ of each month.",
	"termsExistingAutoPayDOMChangedDateRetainedTitle" : "The payment day of month changes will apply after the next payment.",
	"termsExistingAutoPayDOMChangedDesc" : "Because you are changing the payment day of month and the changes are immediate, you may owe more than the monthly amount for your next scheduled payment.",
	"termsExistingAutoPayDOMChangedDoubleChargeDesc" : "Because you are changing the payment day of the month and the changes are immediate, you will need to make a payment for the current amount due to prevent becoming overdue. If you do not pay the current amount due, you will be charged the overdue amount in addition to next month\u0027s due with your scheduled payment.",
	"termsExistingAutoPayDOMChangedDoubleChargeTitle" : "You will be charged more than the monthly amount on your next payment date.",
	"termsExistingAutoPayDOMChangedNotDoubleChargeDesc" : "Because you are changing the payment day of the month and the changes are immediate, be aware that your next scheduled payment will not include any overdue balance on the account. You will need to make a separate payment for the overdue balance.",
	"termsExistingAutoPayDOMChangedNotDoubleChargeTitle" : "Overdue payment required.",
	"termsExistingAutoPayDOMChangedTitle" : "You may be charged more than the monthly amount on your next payment date.",
	"termsFinancialAssistanceMessageCS" : "Or send a message to customer service.",
	"termsFinancialAssistanceMessagePhone" : "If you would like to learn about other payment options, please call us at @MYCHART@CSPHONENUMBERFINANCIALASSISTANCE@.",
	"termsFinancialAssistanceMessagePhoneMobile" : "If you need assistance or have additional questions, please call us at \u003ca class=\"csPhone\" href=\u0027tel:@MYCHART@CSPHONENUMBER5@\u0027\u003e@MYCHART@CSPHONENUMBER5@\u003c/a\u003e.",
	"termsNewWarningBoxMonthlyAmtTooHighMessageDesc" : "It has been automatically adjusted to the plan balance \u003cspan id=\"maxMonthAmt\"\u003e@MYCHART@MAXIMUMMONTHLYAMOUNT@\u003c/span\u003e.",
	"termsNewWarningBoxMonthlyAmtTooHighMessageTitle" : "The monthly payment you entered is more than the outstanding balance.",
	"termsNewWarningBoxMonthlyAmtTooLowMessageDesc" : "It has been automatically adjusted to the minimum allowed amount of \u003cspan id=\"minMonthAmt\"\u003e@MYCHART@MINIMUMMONTHLYAMOUNT@\u003c/span\u003e.",
	"termsNewWarningBoxMonthlyAmtTooLowMessageTitle" : "The monthly payment you entered is not allowed for the account.",
	"termsWarningRestrictedDateChangeDaysDesc" : "Payments will be made on the day of month you selected, starting next month.",
	"termsWarningRestrictedDateChangeDaysTitle" : "The new payment day of month will take effect on the next statement.",
	"thisMonthlyAmountRequirements" : "This monthly amount will require you to make @MYCHART@APPMTSREQ@ payments until the balance is paid off in @MYCHART@APENDDATE@.",
	"timelineSummary" : "Your first payment will be made on @MYCHART@APNEWNEXTDATE@ and will be the first of @MYCHART@APNEWNUMPMTS@ payments until the balance is paid off in @MYCHART@APNEWENDDATE@",
	"Title" : "Auto Payment Plan Workflow",
	"titleEdit" : "Update Payment Plan",
	"titleNew" : "Sign Up for a Payment Plan",
	"updatePlanLabel" : "Update plan",
	"updatePlanLabelAlt" : "Update the payment plan with these terms",
	"whichDayOfTheMonth" : "On which day of the month (1-28) would you like your payments to be made?",
	"whichDayOfTheMonthAssistive" : "On which day of the month, 1 to 28, would you like your payments to be made?",
});
$$WP.Strings.getNamespace("bedsidechecklist").addStrings( {
	"ChecklistPretextString" : "Your care team is preparing you for discharge.",
	"ChecklistPretextStringProxy" : "@MyChart@PatientInformalName@\u0027s care team is preparing them for discharge.",
	"ExpectedDischargeDateString" : " You are expected to leave the hospital on  \u003cstrong\u003e@MyChart@ExpectedDischargeDate@.\u003c/strong\u003e ",
	"ExpectedDischargeDateStringProxy" : " @MyChart@PatientInformalName@ is expected to leave the hospital on \u003cstrong\u003e@MyChart@ExpectedDischargeDate@.\u003c/strong\u003e ",
	"MilestoneComplete" : "complete",
	"MilestoneCountsHeading" : "@MyChart@CompletedMilestoneCount@ of @MyChart@TotalMilestoneCount@ tasks completed by the care team",
	"MilestoneIncomplete" : "incomplete",
	"MilestonesSectionHeading" : "Tasks your care team is working on",
	"MilestonesSectionHeadingProxy" : "Tasks @MyChart@PatientInformalName@\u0027s care team is working on",
	"NoMilestonesPlaceholderString" : "No tasks to show.",
	"RemainingMilestoneCount" : "@MyChart@RemainingMilestones@ other tasks",
	"RemainingMilestoneCountSingular" : "1 other task",
	"SoftWarningString" : "Please wait for the care team to let you know when you can leave.",
	"SoftWarningStringProxy" : "Please wait for the care team to let @MyChart@PatientInformalName@ know when they can leave.",
	"Title" : "Discharge Checklist",
	"WarningString" : "Please wait for the care team to discuss your discharge with you before you leave the hospital.",
	"WarningStringProxy" : "Please wait for the care team to discuss @MyChart@PatientInformalName@\u0027s discharge with them before they leave the hospital.",
});
$$WP.Strings.getNamespace("bedsideinfo").addStrings( {
	"AppStoreLinkDescription" : "Download from the App Store.",
	"BackButton" : "Learn more about your hospital stay",
	"DefaultSecondStepDescription" : "Enter the code below.",
	"DeviceOptionsHeader" : "How can I learn more about my hospital stay?",
	"FirstStepDescription" : "Open the Bedside app on the tablet in the hospital room.",
	"GenericTabletCodeError" : "Error generating an activation code. Please try again later.",
	"GetNewCodeButtonLabel" : "Get new code",
	"HelpText" : "Ask your care team for help if you don\u0027t see a tablet in your room.",
	"InfoActivityDescription" : "Keep up to date on the latest information about your care, take actions specific to your current stay, and more.",
	"InfoActivityDescriptionED" : "Keep up to date on the latest information about your care, take actions specific to your current visit, and more.",
	"InfoActivityHeader" : "Learn more about your hospital stay",
	"InfoActivityHeaderED" : "Learn more about your emergency visit",
	"MobileCardDescription" : "Download the mobile app on your device to see information about your current stay and other visits at this organization.",
	"MobileCardDescriptionED" : "Download the mobile app on your device to see information about your current visit and other visits at this organization.",
	"MobileCardTitle" : "Mobile app on your device",
	"NoBedsideAccess" : "You do not have access to MyChart Bedside.",
	"PlayStoreLinkDescription" : "Download from Google Play.",
	"RateLimitError" : "Too many incorrect codes entered on the hospital tablet. Please try generating a new code in 5 minutes.",
	"RefreshButtonLabel" : "Refresh",
	"SecondStepDescription" : "Enter the code below. This code will expire in @MyChart@TabletCodeExpirationMinutes@ minutes.",
	"TabletCardButtonLabel" : "Activate tablet",
	"TabletCardDescription" : "You can use a tablet provided by the hospital to access the Bedside app during your stay.",
	"TabletCardTitle" : "Hospital tablet",
	"Title" : "About MyChart Bedside",
});
$$WP.Strings.getNamespace("bedsidemessages").addStrings( {
	"DisclaimerText" : "Use your call button if you have an emergency.",
	"DraftReadOnlyReasonDischargedText" : "This message cannot be sent because the hospital stay has ended.",
	"DraftReadOnlyReasonMultiConvoText" : "This message cannot be sent because you cannot create more than one conversation for this hospital stay.",
	"PopupDisclaimerText" : "Messaging with your care team is intended only for non-urgent messages to your Care Team and should not be used in a medical emergency. Note that message response times may vary. If you need immediate attention, use your call button, or call the hospital if you are not personally at the hospital.",
	"ReplyResponseTimeDisclaimer" : "Please allow time for your treatment team to respond.",
	"Title" : "Bedside Messages",
	"TopicTitle" : "Current hospital stay",
});
$$WP.Strings.getNamespace("bedsidemessagesreadonly").addStrings( {
	"Subject" : "Your Hospital Stay",
	"Title" : "Bedside Messages Read Only",
});
$$WP.Strings.getNamespace("bedsideprovisioning").addStrings( {
	"ActivateAsCareTeam" : "Activate as care team",
	"BackButton" : "Back",
	"CodeEntryFormSubmitButtonText" : "Activate",
	"CodeFormattingErrorString" : "Enter a valid activation code",
	"CodeLabel" : "Activation code",
	"CodeSourcesDescription" : "To find your activation code, check your email, text, or log in to your @MyChart@APPTITLE@ account. @MyChart@learnMoreLink@",
	"DobLabel" : "Patient\u0027s date of birth (@MyChart@expectedDateFormat@)",
	"ErrorCodeDisabledDescription" : "Generate a new activation code or ask your care team for help.",
	"ErrorCodeDisabledHeader" : "Code disabled",
	"ErrorCodeExpiredDescription" : "Generate a new activation code or ask your care team for help.",
	"ErrorCodeExpiredDescriptionResend1" : "Generate a new activation code or ask your care team for help. We attempted to send a new code to @MyChart@maskedTarget@.",
	"ErrorCodeExpiredDescriptionResend2" : "Generate a new activation code or ask your care team for help. We attempted to send a new code to @MyChart@maskedEmail@ and @MyChart@maskedPhone@.",
	"ErrorCodeExpiredHeader" : "Code expired",
	"ErrorDobLockedDescription" : "Please wait 5 minutes before trying again or ask your care team for help.",
	"ErrorDobLockedHeader" : "Too many attempts",
	"ErrorInvalidPairDescription" : "The information entered does not match our records. Please try again.",
	"ErrorInvalidPairHeader" : "Activation failed",
	"IdentityVerificationErrorAltDescription" : "We were not able to validate the date of birth entered. Please enter an activation code or ask your care team for help.",
	"IdentityVerificationErrorDescription" : "We were not able to validate the date of birth entered. Please ask your care team for help.",
	"IdentityVerificationErrorHeader" : "Unable to verify date of birth",
	"IdentityVerificationHeader" : "Verify your identity to complete activation",
	"LearnMoreLink" : "Learn more",
	"LearnMoreTitle" : "3 ways to activate MyChart Bedside",
	"LearnMoreWorkflowCareTeam" : "Ask your care team if you need help activating MyChart Bedside.",
	"LearnMoreWorkflowEmail" : "Check your email for a message",
	"LearnMoreWorkflowMyChart" : "Log into your @MyChart@APPTITLE@ to find a code",
	"LearnMoreWorkflowPhone" : "Check your phone for a text message",
	"NumericCodeCardText" : "Enter an activation code",
	"ProvisioningOptionsTitle" : "Get started with MyChart Bedside",
	"QRCodeCardText" : "Scan a QR code",
	"QRCodeFooterHelpText" : "Don\u0027t have a code? Ask your care team for help.",
	"QRCodeFooterLinkText" : "Activate as a care team member",
	"Title" : "Get started with MyChart Bedside",
	"VerificationErrorQrCodeCardText" : "Ask your care team to scan a QR code",
});
$$WP.Strings.getNamespace("bedsiderequests").addStrings( {
	"AvailableRequestAccessibleDescription" : "Submit new request for @MYCHART@RequestName@",
	"BackButton" : "Back",
	"BackButtonCancel" : "Cancel",
	"CancelingRequest" : "Canceling request",
	"CancelRequestButtonText" : "Cancel request",
	"CommentsLabel" : "Any special details?",
	"NewRequestHeading" : "Submit New Request",
	"NoRequestsAvailable" : "No Requests Available",
	"PendingCommentsLabel" : "Comments",
	"PendingRequestAccessibleDescription" : "View details about pending request for @MYCHART@RequestName@",
	"PendingRequestHeading" : "Request Details",
	"PendingRequestsHeading" : "Pending Requests",
	"RequestCancelledToast" : "Request cancelled",
	"RequestDetailsTitle" : "Request Details",
	"RequestedLabel" : "Requested",
	"RequestInvalidCommentError" : "Invalid comment",
	"RequestsTitle" : "Requests",
	"RequestSubmittedToast" : "Request submitted",
	"SubmitRequestButtonText" : "Submit request",
	"SubmittingRequest" : "Submitting request",
	"Title" : "Requests",
	"ViewRequestDetails" : "View details",
});
$$WP.Strings.getNamespace("bedsidetv").addStrings( {
	"ActivityTitle" : "Bedside TV",
	"AxOptionalStatusMessage" : "The call will be dismissed in @MYCHART@COUNTDOWNTIME@ seconds.",
	"AxRequiredStatusMessage" : "The call will start in @MYCHART@COUNTDOWNTIME@ seconds.",
	"BedLinkCodeDescription" : "Use the code below to link this TV to a bed.",
	"BedLinkCodeErrorDescription" : "An error has occurred.",
	"BedLinkCodeTitle" : "Link TV to a bed",
	"BedLinkCodeTryAgainButtonLabel" : "Try again",
	"BedLinkStartDescription" : "Generate a code to set up this TV.",
	"BedLinkStartGenerateButtonLabel" : "Generate a code",
	"BedLinkStartTitle" : "Set up Bedside TV",
	"BedsideActiveWelcomeActionText" : "You\u0027re ready to start using Bedside TV",
	"BedsideInactiveWelcomeText" : "Bedside will show your health data such as your name and other information related to your hospital stay.",
	"BedsideTabletAndPhoneHelp" : "If you need help getting started with Bedside, ask your care team.",
	"BedsideTabletAndPhonePromote" : "You can explore more features during your hospital stay by using the @MYCHART@APPTITLE@ app on your device or the Bedside app on a tablet.",
	"BedsideTVDisabledWelcomeActionText" : "If you need help, ask your care team.",
	"BedsideTVDisabledWelcomeText" : "You can turn your MyChart Bedside TV display back on in the Bedside app on your tablet.",
	"BedsideTVPrivacyModeActionText" : "You can turn your MyChart Bedside TV display back on in the Bedside app on your tablet. If you need help, ask your care team.",
	"BedsideTVTemporarilyDisabledWelcomeText" : "Your MyChart Bedside TV is temporarily unavailable but will be back soon.",
	"BedsideTVWelcomeVideoLabel" : "Bedside will show your health data such as your name and other information related to your hospital stay. Watch \"@MYCHART@VIDEODISPLAYNAME@\" to get started.",
	"BedsideTVWelcomeVideoLabelDefault" : "Bedside will show your health data such as your name and other information related to your hospital stay. Watch the following video to get started.",
	"CancelButtonLabel" : "Cancel",
	"CareTeamHelp" : "Please ask your care team for help.",
	"CompleteInitialSetupButtonLabel" : "Get started",
	"ContinueLabel" : "Continue",
	"DeclineVideoVisitButtonLabel" : "Decline",
	"DefaultBedName" : "Room Not Set",
	"DefaultDepartmentName" : "Department Not Set",
	"DefaultErrorText" : "Sorry. Something went wrong.",
	"DisplayZoomSettingHeader" : "Zoom Settings",
	"DoneButtonText" : "Done",
	"ErrorDuringAuth" : "An error occurred during authentication.",
	"ErrorTitle" : "Something Went Wrong",
	"FourOFourErrorText" : "Sorry. We could not find the page you requested.",
	"GoBack" : "Back",
	"GoHome" : "Home",
	"InProgressVideoVisitLabel" : "Video call is in progress",
	"InProgressVideoVisitWithProviderLabel" : "Call from @MYCHART@PROVIDERNAME@ in progress",
	"JoinOptionalVideoVisitAxDescription" : "Incoming call from @MYCHART@PROVIDERNAME@ @MYCHART@PROVIDERROLE@. The call will be dismissed in @MYCHART@COUNTDOWNTIME@ seconds.",
	"JoinRequiredVideoVisitAxDescription" : "Incoming call from @MYCHART@PROVIDERNAME@ @MYCHART@PROVIDERROLE@. The call will start in @MYCHART@COUNTDOWNTIME@ seconds.",
	"JoinVideoVisitButtonLabel" : "Answer",
	"JoinVideoVisitDescription" : "Your care team wants to discuss your care virtually",
	"JoinVideoVisitHeader" : "Incoming video call",
	"LeaveVideoVisitButtonLabel" : "Close Video Call",
	"LinkedBedConfirmationDescriptionWithRoomIdBedId" : "This TV is now linked to Bed @MYCHART@BedId@ in Room @MYCHART@RoomId@.",
	"LinkedBedConfirmationTitle" : "TV successfully linked",
	"MaximumDisplayScaleSettingLabel" : "Largest",
	"MinimumDisplayScaleSettingLabel" : "Smallest",
	"MyChartBedsideIsEpicAccessibleDescription" : "MyChart Bedside Is Epic",
	"OrganizationLogoAccessibleDescription" : "Organization logo",
	"Refresh" : "Refresh",
	"Refreshing" : "Refreshing...",
	"RejoinVideoVisitButtonLabel" : "Open Video Call",
	"RestoreDefaultsButtonLabel" : "Restore default",
	"RewatchWelcomeVideoButtonLabel" : "Watch again",
	"RoomLocation" : "@MYCHART@ROOMDISPLAYNAME@ (@MYCHART@DEPARTMENTDISPLAYNAME@)",
	"RoomPhone" : "Room Phone: @MYCHART@ROOMPHONENUMBER@",
	"RTLSOverlayAdditionalMemberLabel" : "+1 other",
	"RTLSOverlayAdditionalMembersLabel" : "+@MYCHART@NUMBERADDITIONALMEMBERS@ others",
	"RTLSOverlayDismissLabel" : "Press up button to dismiss",
	"RTLSOverlayHeader" : "Here to see you!",
	"SaveButtonLabel" : "Save",
	"SettingsPageTitle" : "Settings",
	"SetupInProgressMessage" : "Starting Bedside TV...",
	"SkipButtonLabel" : "Skip",
	"Title" : "Bedside TV",
	"TvLinkCodeExpirationDescription" : "The code will expire at @MYCHART@ExpirationInstant@.",
	"UnlinkButtonLabel" : "Unlink",
	"VideoVisitCountdownLabel" : "The video call will start in @MYCHART@COUNTDOWNTIME@ seconds",
	"VideoVisitOptionalCountdownLabel" : "The video call will be dismissed in @MYCHART@COUNTDOWNTIME@ seconds",
	"VideoVisitWithoutProviderLabel" : "A video call will start soon",
	"VideoVisitWithProviderLabel" : "Incoming call from @MYCHART@PROVIDERNAME@",
	"WatchTvButtonLabel" : "Watch TV",
	"WatchWelcomeVideoButtonLabel" : "Watch video",
	"WelcomeText" : "Welcome",
	"WelcomeToOrgText" : "Welcome to @MYCHART@ORGANIZATIONNAME@",
});
$$WP.Strings.getNamespace("bedsidetvsettingspanel").addStrings( {
	"AndMoreFeatureItem" : "... and more!",
	"BedsideTVInstructions" : "To get started, open the MyChart Bedside TV app on the in-room TV.",
	"BedsideTVWelcomeMessage" : "With MyChart Bedside TV, you can view information for your current stay.",
	"BedsideTVWelcomeMessageProxy" : "With MyChart Bedside TV, you can view information for @MYCHART@SUBJECTNAME@\u0027s current stay.",
	"ControlsHeader" : "Controls",
	"FirstFeatureItem" : "Learn more about your stay",
	"FirstFeatureItemProxy" : "Learn more about @MYCHART@SUBJECTNAME@\u0027s stay",
	"LoadFailedMessage" : "TV settings could not be loaded. Please try again later.",
	"PrivacyButtonDescription" : "Toggle privacy mode button",
	"PrivacyLockButtonDescription" : "Toggle privacy mode lock button",
	"PrivacyModeDescription" : "Hide health information on the TV.",
	"PrivacyModeDescriptionWhenLocked" : "@MYCHART@SUBJECTNAME@ has not allowed you to turn this setting off. Privacy mode hides health information on the TV.",
	"PrivacyModeDescriptionWhenLockedandOff" : "Hide health information on the TV. You can turn this setting on, but @MYCHART@SUBJECTNAME@ has not allowed you to turn this setting off.",
	"PrivacyModeHeader" : "Privacy mode",
	"PrivacyModeLockDescription" : "When this setting is on, friends and family who can access your MyChart Bedside account can turn privacy mode off. They can always turn privacy mode on.",
	"PrivacyModeLockHeader" : "Allow others to change privacy mode",
	"SaveButton" : "Save",
	"SaveFailedMessage" : "TV settings could not be saved. Please try again later.",
	"SecondFeatureItem" : "See the room information",
	"StayHere" : "Stay Here",
	"ThirdFeatureItem" : "Stay updated on what\u0027s new",
	"Title" : "Bedside TV",
	"TVSettingsHeader" : "Bedside TV",
});
$$WP.Strings.getNamespace("bedsidetvvideovisitinfo").addStrings( {
	"Title" : "Video call on TV",
	"TVCallImageAccessibleDescription" : "Video call on TV",
	"TVVideoVisitCompletedBrowserTitle" : "Video call completed",
	"TVVideoVisitCompletedDescriptionPatient" : "Your care team will let you know if they need to discuss more with you.",
	"TVVideoVisitCompletedDescriptionProxy" : "The care team will let @MYCHART@PatientName@ know if they need to discuss more.",
	"TVVideoVisitInstructions" : "Not seeing the call on the TV?",
	"TVVideoVisitMissedBrowserTitle" : "Video call missed",
	"TVVideoVisitOngoingBrowserTitle" : "Video call on TV",
	"TVVideoVisitOngoingDescriptionPatient" : "Your care team is trying to call you on the TV in your hospital room.",
	"TVVideoVisitOngoingDescriptionProxy" : "The care team is trying to call @MYCHART@PatientName@ on the TV in their hospital room.",
	"TVVideoVisitStepOneOpenBedside" : "Make sure the TV is powered on and the Bedside TV app is opened.",
	"TVVideoVisitStepThreeAskForHelp" : "Ask the care team if you need additional help.",
	"TVVideoVisitStepTwoJoinOptionalCall" : "Press the \"Answer\" button to enter the call.",
	"TVVideoVisitStepTwoJoinRequiredCall" : "Wait for the call to begin or press the \"Answer\" button to enter the call.",
	"VideoVisitWithProviderLabel" : "Call from @MYCHART@PROVIDERNAME@",
});
$$WP.Strings.getNamespace("bedsideupdates").addStrings( {
	"AddCommentButtonText" : "Add comment",
	"AdditionalViewerInfoPatient" : "If you grant access to additional people, they may also see this.",
	"AdditionalViewerInfoProxy" : "@MyChart@PatientFirstName@ may also grant access to additional people.",
	"AllowedImageExtensionsText" : "File types: @MyChart@AllowedImageExtensions@",
	"AllViewersPopupTitle" : "Who can see this content?",
	"BackButtonText" : "Back",
	"Cancel" : "Cancel",
	"CharactersRemaining" : "@MyChart@NumCharacters@ characters remaining",
	"CommentInputLabel" : "Comment",
	"CommentPosted" : "Comment posted",
	"CommentsDeleted" : "Deleted comments",
	"CommentSenderAndTime" : "Comment from @MyChart@CommentSender@, sent @MyChart@CommentTime@",
	"CommentsGroupLegend" : "Choose comments to delete:",
	"CommentsSectionHeader" : "Comments",
	"DeleteButton" : "Delete",
	"DeleteComments" : "Delete comments",
	"DeleteCommentsErrorText" : "There was an error when trying to delete these comments. Please try again later.",
	"DeleteEcard" : "Delete e-card",
	"DeleteEcardErrorText" : "There was an error when trying to delete this e-card. Please try again later.",
	"DeleteEcardPopup" : "Are you sure you want to delete this e-card?",
	"DeleteEcardQuestion" : "Delete e-card?",
	"DeleteImageButtonAccessibleDescription" : "Delete uploaded image",
	"DeleteUpdate" : "Delete update",
	"DeleteUpdateErrorText" : "There was an error when trying to delete this update. Please try again later.",
	"DeleteUpdatePopup" : "Are you sure you want to delete this update? This will also delete any comments on the update.",
	"DeleteUpdateQuestion" : "Delete update?",
	"Dismiss" : "Item deleted, dismiss",
	"EcardActivityName" : "E-Cards",
	"EcardAuthor" : "@MyChart@AuthorName@ sent an e-card",
	"EcardAuthorSelf" : "You sent an e-card",
	"EcardCarouselDescription" : "Carousel of pages with e-card images",
	"EcardFromAuthor" : "E-card from @MyChart@AuthorName@",
	"EcardHeaderDescription" : "Your connected friends and family can send you well wishes.",
	"EcardImageDescription" : "E-card image",
	"EcardImageDescription_1" : "Photo of a puppy and a kitten cuddling together under a blanket with a knit heart symbol",
	"EcardImageDescription_10" : "Photo of pink tulips on a wooden background",
	"EcardImageDescription_11" : "Photo of a sitting teddy bear holding a stick with a heart on it",
	"EcardImageDescription_12" : "Cartoon of an underwater scene with happy marine animals including a whale, dolphins, shark, turtle, ray, narwhal, and octopus",
	"EcardImageDescription_2" : "Photo of colorful balloons against a sunny sky",
	"EcardImageDescription_3" : "Illustrated bouquet of flowers",
	"EcardImageDescription_4" : "Cartoon dinosaurs with trees and shrubs",
	"EcardImageDescription_5" : "Photo of two hugging dogs on an outdoor trail surrounded by tall grass and purple flowers",
	"EcardImageDescription_6" : "Cartoon elephant with a koala on its back hugging a giraffe with its trunk",
	"EcardImageDescription_7" : "3D illustration of an open envelope with hearts coming out of it",
	"EcardImageDescription_8" : "Photo of a sunny field of flowers",
	"EcardImageDescription_9" : "Photo of a penguin running on the beach with its flippers held up behind it",
	"EcardsViewers" : "These people have access to view all e-cards:",
	"EcardsViewersSection" : "Who can see this e-card?",
	"EcardViewersPopupTitle" : "Who can see e-cards?",
	"ErrorPopupHeader" : "Error",
	"ErrorPrimaryText" : "There was an error while loading this information.",
	"ErrorSecondaryText" : "Please try again later.",
	"FiniteRangeText" : "@MYCHART@CURRENTFINITECOUNT@ of @MYCHART@MAXIMUMFINITECOUNT@",
	"FuzzyRangeText" : "@MYCHART@CURRENTFUZZYCOUNT@ of many",
	"GetUpdatesErrorPrimaryText" : "There was an error while loading the updates.",
	"HeartReactionName" : "Like",
	"ImageButtonAccessibleDescription" : "Expand image",
	"ImageSectionDescription" : "Select an image below or upload your own:",
	"ImageSectionHeader" : "Select a card",
	"ImageSectionNoUploadDescription" : "Select an image below:",
	"LoadUpdatesButtonText" : "Load more",
	"ManageComments" : "Manage comments",
	"ManageCommentsHeader" : "Manage Comments",
	"MaxImageSizeText" : "Maximum file size is @MyChart@MaxImageSize@ MB",
	"MessageSectionHeader" : "Add a message",
	"MoreOptions" : "More options",
	"NameForSelf" : "You",
	"NextButtonLabel" : "Next e-card",
	"NoEcardsSecondaryText" : "E-cards sent by your friends and family will appear here.",
	"NoEcardsText" : "No e-cards sent yet.",
	"NoPostingProxySecondaryText" : "Updates about @MyChart@PatientFirstName@\u0027s visit will appear here.",
	"NoPostingSecondaryText" : "Updates about your visit will appear here.",
	"NoUpdatesPastSecondaryText" : "No updates were posted during this visit.",
	"NoUpdatesPastText" : "No updates available.",
	"NoUpdatesText" : "No updates posted yet.",
	"NumberOfReactionsAccessibleDescription" : "Number of likes: @MyChart@NumberOfReactions@",
	"NumHiddenViewers" : "+@MyChart@NumHidden@",
	"NumOtherViewers" : "+@MyChart@NumOthers@ others",
	"OneTotalViewer" : "1 other can view",
	"PatientFeedHeader" : "Your feed",
	"PostNewUpdateButtonText" : "Post update",
	"PostUpdateButtonDescription" : "Let your friends and family know how you are doing.",
	"PostUpdateButtonProxyDescription" : "Let friends and family know how @MyChart@PatientFirstName@ is doing.",
	"PostUpdateButtonText" : "Post an update",
	"PostUpdateErrorText" : "There was an error when trying to post your update. Please try again later.",
	"PostUpdateHeader" : "Post an Update",
	"PostUpdatesProxySecondaryText" : "Post an update to let friends and family know how @MyChart@PatientFirstName@ is doing during their visit.",
	"PostUpdatesSecondaryText" : "Post an update to let your friends and family know how you are doing during your visit.",
	"PreviousButtonLabel" : "Previous e-card",
	"ProxyFeedHeader" : "@MyChart@PatientFirstName@\u0027s feed",
	"ReactionPopupTitle" : "Likes",
	"ReactionUserListAccessibleDescription" : "Users with likes: @MyChart@UserNamesList@",
	"SeeAllViewers" : "See all",
	"SelectComment" : "Select comment",
	"SendCommentButtonText" : "Post",
	"SendCommentErrorText" : "There was an error when trying to post your comment. Please try again later.",
	"SendEcardButtonDescription" : "Let @MyChart@PatientFirstName@ know you\u0027re thinking of them.",
	"SendEcardButtonText" : "Send an e-card",
	"SendEcardDescription" : "Send well wishes to @MyChart@PatientFirstName@. Only @MyChart@PatientFirstName@ and people with access to their medical information will be able to see these e-cards.",
	"SendEcardErrorText" : "There was an error when trying to send your e-card. Please try again later.",
	"SendEcardTitle" : "Create an E-card",
	"SendNewEcardButtonText" : "Send e-card",
	"ShowAllCommentsButtonText" : "View all comments (@MyChart@NumComments@)",
	"ShowReactionsButtonAccessibleDescription" : "Show likes",
	"TimeHoursAgo" : "@MyChart@HoursAgo@ hours ago",
	"TimeMinutesAgo" : "@MyChart@MinutesAgo@ minutes ago",
	"TimeOneHourAgo" : "1 hour ago",
	"TimeOneMinuteAgo" : "1 minute ago",
	"TimeRecent" : "Just now",
	"Title" : "Friends \u0026 Family Updates",
	"TotalViewers" : "@MyChart@NumViewers@ others can view",
	"UpdateAuthor" : "@MyChart@AuthorName@ posted an update",
	"UpdateAuthorSelf" : "You posted an update",
	"UpdateDeleted" : "Item deleted",
	"UpdateMessageLabelText" : "Message",
	"UpdatesAndEcardsViewers" : "These people have access to view all updates and e-cards:",
	"UpdatesDescription" : "You can post updates to let your friends and family know how you are doing during your visit, and they can send replies back to you.",
	"UpdatesDisclosureText" : "What is an update?",
	"UpdateSenderAndTime" : "Update from @MyChart@UpdateSender@, sent @MyChart@UpdateTime@",
	"UpdatesListHeader" : "Updates",
	"UpdatesNoPostingDescription" : "Updates that your friends and family post about your visit will appear here.",
	"UpdatesNoPostingProxyDescription" : "Updates about @MyChart@PatientFirstName@\u0027s visit will appear here.",
	"UpdatesOnlyViewers" : "These people have access to view updates:",
	"UpdatesProxyDescription" : "You can post updates to let friends and family know how @MyChart@PatientFirstName@ is doing during their visit, and they can send replies back.",
	"UpdatesViewersPopupTitle" : "Who can see updates?",
	"UpdatesViewersSection" : "Who can see this update?",
	"UploadButtonText" : "Upload a photo",
	"UploadedImageAccessibleDescription" : "Image uploaded by user",
	"ViewUpdateHeader" : "View Update",
});
$$WP.Strings.getNamespace("billing.shared").addStrings( {
	"alertAssistiveMessage" : "Alert for guarantor number @MYCHART@alertAccountID@",
	"alertCollectionsHeader" : "Balance sent to collections",
	"alertCollectionsMessageGeneric" : "For more information, view details.",
	"alertCollectionsMessageWithAmount" : "@MYCHART@collectionsAmount@ of the total balance is in collections. For more information, view details.",
	"alertCollectionsMessageWithAmountAndAgency" : "@MYCHART@collectionsAmount1@ of the total balance is in collections. For more information, view details or call @MYCHART@agencyName@ at @MYCHART@agencyPhoneNumber@.",
	"alertCollectionsMessageWithAmountAndAgencyPartUnpayable" : "@MYCHART@collectionsAmountFull1@ is in collections. @MYCHART@collectionsAmountUnpayable1@ of this cannot be paid online. For more information, call @MYCHART@agencyName2@ at @MYCHART@agencyPhoneNumber2@.",
	"alertCollectionsMessageWithAmountAndAgencyUnpayableFull" : "@MYCHART@collectionsAmountUnpayableFull1@ is in collections and cannot be paid online. For more information, call @MYCHART@agencyName1@ at @MYCHART@agencyPhoneNumber1@.",
	"alertCollectionsMessageWithAmountAndAgencyV2" : "@MYCHART@collectionsAmount3@ is in collections. For more information, call @MYCHART@agencyName3@ at @MYCHART@agencyPhoneNumber3@.",
	"alertCollectionsMessageWithAmountFullUnpayable" : "@MYCHART@collectionsAmountUnpayableFull@ is in collections and cannot be paid online.",
	"alertCollectionsMessageWithAmountPartUnpayable" : "@MYCHART@collectionsAmountTotal@ is in collections. @MYCHART@collectionsAmountUnpayable@ of this cannot be paid online.",
	"alertCollectionsMessageWithAmountV2" : "@MYCHART@collectionsAmount2@ is in collections.",
	"alertMessageHeader" : "Message for this guarantor",
	"alertMessageHeaderWithGuarantor" : "Message for guarantor #@MyChart@alertMessageHeaderWithGuarantorGuarantorId@",
	"alertViewDetailsButton" : "View details",
	"alertViewDetailsButtonAccessible" : "View details for guarantor @MyChart@alertViewDetailsButtonAccessibleGuarantorId@",
	"billsysHBLabel" : "Hospital Services",
	"billsysPBLabel" : "Physician Services",
	"defaultUnpayableMessageText" : "Please contact customer service for details regarding your balance that cannot be paid online.",
	"headerGuarantorIdAndTypeLabel" : "Guarantor #@MYCHART@headerGuarantorIdAndTypeLabelId@ (@MYCHART@headerGuarantorIdAndTypeLabelName@) - @MYCHART@headerGuarantorIdAndTypeLabelType@",
	"headerGuarantorIdLabel" : "Guarantor #@MYCHART@headerGuarantorIdLabelId@ (@MYCHART@headerGuarantorIdLabelName@)",
	"inputEnterAmount" : "Enter amount",
	"inputOtherAmount" : "Input for other amount",
	"patientList" : "Patients included: @MYCHART@patientListText@",
	"patientListOmmitedCount" : "@MYCHART@patientListOmmitedCountNumOmitted@ more",
	"patientListSeparator" : ", ",
	"patientListYouLabel" : "You",
	"patientListYouLabelUsingFullName" : "@MYCHART@patientListYouLabelUsingFullNamePatientName@ (You)",
	"paymentSummaryBalancePayment" : "Previous balance",
	"paymentSummaryBalancePaymentWithBillingSystemDetails" : "Balance payment for guarantor #@MyChart@paymentSummaryBalancePaymentWithBillingSystemDetailsGuarantorID@ - @MyChart@paymentSummaryBalancePaymentWithBillingSystemDetailsBillingSystem@",
	"paymentSummaryBalancePaymentWithDetails" : "Balance payment for guarantor #@MyChart@paymentSummaryBalancePaymentWithDetailsGuarantorID@",
	"paymentSummaryDiscount" : "Prepay discount",
	"paymentSummaryPayingNowHeader" : "Paying now",
	"paymentSummaryPSPPAddHeader" : "Adding to the payment plan",
	"paymentSummaryPSPPNewHeader" : "Payment plan",
	"paymentSummaryTitle" : "Payment summary",
	"paymentSummaryVAPHeader" : "Auto pay when due",
	"paymentSummaryVisitPayment" : "This visit",
	"popupCloseButton" : "Close",
	"receiptLoadingContent" : "This may take a few seconds.",
	"receiptLoadingProgressBarAltText" : "We are loading your receipt",
	"receiptLoadingTitle" : "Generating your receipt",
	"receiptPopupCloseButtonText" : "Close receipt",
	"Title" : "",
	"vapGraphic1" : "Sign up",
	"vapGraphic2" : "Pay automatically",
	"vapGraphic3" : "Save time",
	"visitAutoPayAnswer1" : "Yes, you can change your payment method or cancel your Visit Auto Pay agreement from Billing Details. ",
	"visitAutoPayAnswer2" : "We will notify you, and you can update your payment method from Billing Details.",
	"visitAutoPayAnswer3" : "We will notify you, and won\u0027t charge you automatically. We will send a bill like normal for the full amount owed.",
	"visitAutoPayFAQHeader" : "Frequently Asked Questions",
	"visitAutoPayHelpText1" : "Visit Auto Pay is a convenient way for you to pay for services related to the visit. Save your card or bank account, and we will automatically process payments for the balance after it becomes your responsibility.",
	"visitAutoPayHelpText2" : "After the visit and, if applicable, after insurance has paid, you\u0027ll receive a text message or email before your payment method on file is used to automatically pay up to @MYCHART@VapAmount@.",
	"visitAutoPayHelpText2NoAmt" : "After the visit and, if applicable, after insurance has paid, you\u0027ll receive a text message or email before your payment method on file is used to automatically pay up to the agreed amount.",
	"visitAutoPayHelpText3Cancel" : "If the charges for the visit exceed @MYCHART@VapAmount@, the Visit Auto Pay agreement will automatically be canceled. Instead, the full balance will be added to your account.",
	"visitAutoPayHelpText3Charge" : "If the charges for the visit exceed @MYCHART@VapAmount@, you will be automatically charged the agreed amount. The remaining balance will be added to the account.",
	"visitAutoPayHelpText3NoAmtCancel" : "If the charges for the visit exceed the agreed amount, the Visit Auto Pay agreement will automatically be canceled. Instead, the full balance will be added to your account.",
	"visitAutoPayHelpText3NoAmtCharge" : "If the charges for the visit exceed the agreed amount, you will be automatically charged the agreed amount. The remaining balance will be added to your account.",
	"visitAutoPayHelpTitle" : "What is Visit Auto Pay?",
	"visitAutoPayQuestion1" : "Can I cancel my Visit Auto Pay agreement or change my payment method after I have signed up?",
	"visitAutoPayQuestion2" : "What if my credit card expires before the automatic payment happens?",
	"visitAutoPayQuestion3" : "What if my Visit Auto Pay agreement ends before insurance pays?",
});
$$WP.Strings.getNamespace("billing.shared.payasguest").addStrings( {
	"acctFound" : "Account found",
	"complete" : "Complete",
	"continueNoAccountHelp" : "Continue paying as guest and skip creating an account.",
	"continueNoSignInHelp" : "Continue paying as guest and skip signing in.",
	"createAccount" : "Sign up now",
	"createAccountHelp" : "Leave this page and create a @MYCHART@APPTITLE@ account before paying.",
	"day" : "Day",
	"dd" : "dd",
	"dob" : "Date of birth",
	"errornopayments" : "The location associated with this account is not configured to accept online payments. ",
	"errTimeout" : "Due to inactivity your session has expired. Please enter your information and try again.",
	"fieldNumeric" : "This field must be numeric",
	"fieldRequired" : "This field is required",
	"invalidDate" : "Please enter a valid date",
	"lastName" : "Last name",
	"lookUp" : "Look up",
	"messageNoBalance" : "Your account does not have any outstanding balances.",
	"mm" : "mm",
	"month" : "Month",
	"needHelp" : "Need help?",
	"signedInVerifyFailedMessage" : "The user you logged in with does not have access to the account. You will need to look up an account again in order to make a payment.",
	"signIn" : "Sign in",
	"signInHelp" : "Leave this page and sign in to your @MYCHART@APPTITLE@ account before paying.",
	"signInPrompt" : "Want to use a saved credit card or bank account? Log in to your @MYCHART@APPTITLE@ account!",
	"signinSidebar" : "Sign in to @MYCHART@APPTITLE@",
	"signUpPrompt" : "Want to save your credit card or bank account for next time? You can also learn more about your bill, sign up for a payment plan, and review your payment history. Sign up for @MYCHART@APPTITLE@ today!",
	"signupSidebar" : "Sign up for @MYCHART@APPTITLE@",
	"ssn" : "Last four of SSN",
	"ssnLengthNotFourError" : "Length is not four",
	"startOver" : "Start over",
	"startOverHelp" : "Clear this page and start over.",
	"Title" : "Pay as Guest",
	"tryDOB" : "Try date of birth",
	"tryLastName" : "Try last name",
	"trySSN" : "Try last four digits of Social Security number",
	"year" : "Year",
	"yyyy" : "yyyy",
});
$$WP.Strings.getNamespace("billingaccount.benefitssummary").addStrings( {
	"ambiguousCoveragesHeader" : "Learn more about insurance coverages",
	"ambiguousCoveragesText" : "See how your spending affects insurance totals like deductible and maximum out-of-pocket. ",
	"benefitsHelpText" : "In-network benefits are shown for @MYCHART@PATIENTNAME@ and may change when other claims are processed.",
	"benefitsHelpTextNoNetwork" : "Benefits are shown for @MYCHART@PATIENTNAMENONETWORK@ and may change when other claims are processed.",
	"benefitsHelpTextNoNetworkSelf" : "Benefits are shown for @MYCHART@PATIENTNAMENONETWORKSELF@ (you) and may change when other claims are processed.",
	"benefitsHelpTextSelf" : "In-network benefits are shown for @MYCHART@PATIENTNAMESELF@ (you) and may change when other claims are processed.",
	"customerServiceLinkText" : "Contact @MYCHART@CUSTOMERSERVICEPAYERNAME@ customer support",
	"customerServiceLinkTextAccessible" : "Contact @MYCHART@CUSTOMERSERVICEACCESSIBLEPAYERNAME@ customer support",
	"customerServicePhoneText" : "Call @MYCHART@CUSTOMERSERVICEPHONENUMBER@ for customer support. ",
	"lastUpdatedDate" : "Last updated @MYCHART@LASTUPDATEDDATEFORMATTED@",
	"logoAltText" : "Logo for insurance",
	"moreBenefits" : "View more benefit details",
	"moreBenefitsAccessible" : "View more benefit details",
	"rteFailed" : "We were unable to update your benefits at this time.",
	"rteInProgress" : "Verification is in progress. It may take up to 45 seconds to update your insurance information.",
	"sectionTitle" : "Insurance Benefits",
	"Title" : "",
	"viewAllCoverages" : "View all coverages",
	"viewCoverages" : "View additional coverages",
	"viewCoveragesAccessible" : "View additional coverages",
	"viewCoveragesHelptext" : "To view a patient\u0027s coverage, navigate to their chart and go to the Insurance Summary page.",
});
$$WP.Strings.getNamespace("billingaccount.billingdocuments").addStrings( {
	"detailBillErrorToastMessage" : "There was a problem generating your itemized bill. Try a different date range.",
	"detailBillSuccessOnDocumentsToastMessage" : "Your itemized bill is ready to be viewed.",
	"detailBillSuccessToastMessage" : "Your itemized bill is ready to be viewed on the Documents tab.",
	"errorDateRangeInvalid" : "From date must be before the To date",
	"errorFromDateIsInFuture" : "From date cannot be after today",
	"errorFromDateIsTooEarly" : "From date is invalid",
	"errorToDateIsInFuture" : "To date cannot be after today",
	"errorToDateIsTooEarly" : "To date is invalid",
	"generateDetailBillButtonElsewhereMaxAtemptsText" : "Get itemized bill. Maximum number of itemized bills generated today.",
	"generateDetailBillButtonElsewhereWorkingText" : "Generating itemized bill",
	"generateDetailBillButtonMaxAtemptsText" : "Get new itemized bill. Maximum number of itemized bills generated today.",
	"generateDetailBillButtonWorkingText" : "Generating itemized bill",
	"generateDetailBillDescription" : "Choose a date range for the document.",
	"generateDetailBillErrorText" : "There was a problem generating your itemized bill. Try a different date range.",
	"generateDetailBillFrom" : "From",
	"generateDetailBillLaunchButton" : "Get new itemized bill",
	"generateDetailBillLaunchButtonElsewhere" : "Get itemized bill",
	"generateDetailBillLimitReached" : "You have reached the maximum number of documents that can be generated for this guarantor account today.",
	"generateDetailBillPopupCloseButton" : "Close",
	"generateDetailBillPopupGenerateButton" : "Generate",
	"generateDetailBillPopupTitle" : "Get new itemized bill",
	"generateDetailBillSuccessLoadButton" : "View PDF",
	"generateDetailBillSuccessText" : "Your itemized bill is ready.",
	"generateDetailBillTo" : "To",
	"Title" : "",
});
$$WP.Strings.getNamespace("billingaccount.welcome.accountbalancepage").addStrings( {
	"AccountBalanceHeader" : "Choose accounts to pay",
	"AccountHistoryButtonSpokenContent" : "View details for account @MYCHART@GUARANTORID@",
	"AccountsAuthorizedHeader" : "Other accounts you are authorized for",
	"AddValid" : "Add @MYCHART@WELCOMEBALANCEAMOUNT@",
	"BillingSystem" : "Billing System",
	"BillingSystem_HB" : "Hospital Services",
	"BillingSystem_PB" : "Physician Services",
	"BillingSystem_SBO" : "Physician and Hospital Services",
	"Close" : "Close",
	"GuarantorAccountIdLabel" : "Guarantor #@MYCHART@GUARANTORACCOUNTID@",
	"GuarantorAccountIdLabelSpoken" : "Guarantor account number @MYCHART@GUARANTORACCOUNTIDSPOKEN@",
	"NoRegularAccountsAuthorizedHeader" : "Accounts you are authorized for",
	"OnPaymentPlan" : "On payment plan",
	"PayFullAmount" : "Pay full amount",
	"PayInvalid" : "Pay",
	"PaymentPlan" : "Create payment plan",
	"PaymentPlanAccountLabel" : "You are currently paying @MYCHART@AutoPayAmount@ per month",
	"PaymentPlanConfirm" : "Confirm",
	"PayPart" : "Pay part",
	"PayPartEntryPrompt" : "Enter the amount to pay",
	"PayPartInputFieldSpoken" : "Enter the amount to pay for this account.",
	"PayValid" : "Pay @MYCHART@WELCOMETOTALAMOUNT@",
	"Title" : "",
});
$$WP.Strings.getNamespace("billingaccountcustomerservice").addStrings( {
	"AccountDisplay" : "Guarantor #@MYCHART@GuarantorId@",
	"DefaultTitle" : "Billing Question",
	"Title" : "Billing Account Customer Service",
});
$$WP.Strings.getNamespace("billpay").addStrings( {
	"activitySinceStatement" : "The amount due does not match the recent @MyChart@activitySinceStatementAmount@ statement due to activity on the guarantor account.",
	"activitySinceStatementWithBadDebt" : "The amount due does not match the recent @MyChart@activitySinceStatementWithBadDebtAmount@ statement because part of the balance is with a collections agency.",
	"additionalGuarantorsDescription" : "There are other guarantor accounts with balances that can be paid today.",
	"additionalGuarantorsEditButton" : "Change other balances selection",
	"additionalGuarantorsHeader" : "Other balances to pay",
	"additionalGuarantorsOutstandingLabel" : "Other outstanding amount",
	"additionalGuarantorsPayingLabel" : "Other amount paying now",
	"additionalGuarantorsPayingOutstandingSubLabel" : "Paying towards @MyChart@additionalGuarantorsPayingOutstandingSubLabelAmount@ other outstanding amount",
	"additionalGuarantorsSaveButton" : "Save your selections",
	"additionalGuarantorsSelectButton" : "Select other balances to pay",
	"additionalGuarantorsSubTotal" : "Paying for other guarantors: @MyChart@additionalGuarantorsSubTotalAmount@",
	"amountSelectionHeader" : "Balance to pay now",
	"authorizedUserSectionHeader" : "Other accounts you are authorized for",
	"authorizedUserSectionOnlyHeader" : "Accounts you are authorized for",
	"backToAmountSelectionButton" : "Change payment amount",
	"BackToApptDetails" : "Back to visit details",
	"backToBillingSummaryLink" : "Go to Billing Summary",
	"BackToEstimateDetails" : "Back to estimate details",
	"BackToPayment" : "Back to payment",
	"BackToVisitsList" : "Back to appointments and visits",
	"beforeUnloadExitButton" : "Continue without paying",
	"beforeUnloadHeader" : "You have not finished making the payment",
	"beforeUnloadText" : "Would you like to continue without paying?",
	"billPayPageTitle" : "Make Payment",
	"billPayPreText" : "",
	"btnNotWorkRelated" : "Not work-related",
	"btnWorkRelated" : "Work-related",
	"CalculatingPaymentMain" : "Calculating payment due.",
	"CalculatingPaymentSub" : "This might take a few minutes. Please wait or check back later.",
	"copayAmountDueHeader" : "Copay due",
	"copayAuthorizedDescription" : "Your @MyChart@copayAuthorizedDescriptionAmount@ copay for this visit has been authorized.",
	"copayDueHeader" : "Do you want to pay for this visit now?",
	"copayLabelDescription" : "Copay (@MyChart@visitDescription@)",
	"copayPaidDescription" : "Your @MyChart@copayPaidDescriptionAmount@ copay for this visit has been paid.",
	"copayPaidHeader" : "Copay paid",
	"copayPayFullOption" : "Yes, pay @MyChart@copayPayFullOptionAmount@ copay",
	"copayPayFullOptionAssertive" : "Pay @MyChart@copayPayFullOptionAssertiveAmount@",
	"copayPayLaterOption" : "No, pay on arrival",
	"copayPayLaterOptionGeneric" : "No, pay later",
	"copayPayRequestedOptionAssertive" : "Pay @MyChart@copayPayRequestedOptionAssertiveAmount@",
	"discountConditionMessage" : "Remaining prepay amount includes a @MYCHART@DiscountAmount@ discount if paid in full by @MYCHART@VisitDate@",
	"errorNoPaymentAmount" : "ERROR: Total payment amount is zero.",
	"estimateHeader" : "Estimate for this visit",
	"estimateHeaderSBT" : "Your estimated responsibility for this visit",
	"estimateSubtext" : "This is the estimated amount you will owe for this visit.",
	"estimateWorkflowPaymentTitle" : "Estimate Payment",
	"guarantorPayAmountDueHeader" : "Amount due",
	"guarantorPayDetailsLink" : "View balance details",
	"guarantorPayDetailsLinkAccesible" : "View guarantor @MyChart@guarantorPayDetailsLinkAccesibleGuarantorID@ balance details",
	"guarantorPayFullOption" : "Yes, pay @MyChart@guarantorPayFullOptionAmount@",
	"guarantorPayFullOptionOneTouch" : "Pay full balance of @MyChart@guarantorPayFullOptionAmountOneTouch@",
	"guarantorPayHeader" : "Do you want to pay the previous balance now?",
	"guarantorPayHeaderOneTouch" : "Balance due",
	"guarantorPayLaterOption" : "No, not now",
	"guarantorPayOtherOption" : "Yes, pay other amount",
	"guarantorPayOtherOptionOneTouch" : "Pay other amount",
	"guarantorPayRequestedOption" : "Yes, pay @MyChart@guarantorPayRequestedOptionAmount@ amount due",
	"guarantorStatusBadDebt" : "With collections",
	"guarantorStatusPaymentPlan" : "Payment plan",
	"iCantPayAssertiveOption" : "I am not able to pay any amount today",
	"labelPaid" : "paid",
	"labelRemainingPrepay" : "remaining prepay",
	"linkToBillingSummary" : "Billing Summary",
	"missingVisitAccountError" : "Visit account selection is required",
	"msgNoPaymentsDue" : "You have no payments due for this visit at this time. Please continue to the next step.",
	"msgPaymentError" : "The payment amount you have entered is invalid.",
	"msgPaymentErrorOver" : "The payment amount you have entered is more than your amount due.",
	"msgPaymentWarningUnder" : "The payment amount you have entered is less than your amount due. You will be asked to pay the remaining amount when you arrive for your visit.",
	"msgRescheduledVisit" : "",
	"msgUserDirection" : "",
	"msgUserDirectionEVisit" : "",
	"msgUserDirectionEVisitNoMnemonic" : "",
	"msgUserDirectionPaymentRequired" : "",
	"msgWorkersComp" : "You have indicated that your appointment is for a work-related injury. Your employer\u0027s insurance might cover the visit, so we don\u0027t need to collect your copay or prepay at this time.",
	"msgWorkersCompQuestion" : "You might not owe a copay or prepay if your employer\u0027s insurance covers the visit.",
	"multiEstimateDetailsLink" : "View payment breakdown",
	"multiEstimateDetailsTitle" : "Payment Breakdown",
	"multiPaymentPageHeader" : "Payment for Today\u0027s Visits",
	"outstandingAmountSubtext" : "Outstanding balance: @MyChart@outstandingAmountSubtextAmount@",
	"paidTodayHeader" : "Paid today",
	"payAmountDueChoice" : "Pay @MyChart@payAmountDueChoiceAmount@ amount due",
	"payAmountDueChoiceZero" : "No amount due at this time",
	"payAmountDueWithUnpayableChoice" : "Pay @MyChart@payAmountDueWithUnpayableChoiceAmount@ of the amount due",
	"payAmountDueWithUnpayableChoiceZero" : "No payable amount due at this time",
	"payAmountWithDefaultButton" : "Pay @MyChart@payAmountWithDefaultButtonAmount@",
	"payFullAmountChoice" : "Pay @MyChart@payFullAmountChoiceAmount@ amount due",
	"payFullAmountOutstandingChoice" : "Pay @MyChart@payFullAmountOutstandingChoiceAmount@ outstanding balance",
	"payFullAmountOutstandingWithUnpayableChoice" : "Pay @MyChart@payFullAmountOutstandingWithUnpayableChoiceAmount@ of the outstanding balance",
	"payFullAmountWithUnpayableChoice" : "Pay @MyChart@payFullAmountWithUnpayableChoiceAmount@ of the amount due",
	"payLaterChoice" : "Pay later",
	"paymentAssistanceFA" : "Guarantor @MyChart@paymentAssistanceFAGuarantor@ might be eligible for a financial assistance program, discount, or payment arrangement.",
	"paymentAssistanceFAButton" : "Request financial assistance",
	"paymentAssistanceFATitle" : "Financial assistance",
	"paymentAssistanceHeader" : "More payment options",
	"paymentAssistancePlan" : "Instead of paying the balance for guarantor @MyChart@paymentAssistancePlanGuarantor@ today, set up a payment plan to pay @MYCHART@paymentAssistancePlanMonthlyAmount@ per month.",
	"paymentAssistancePlanButton" : "Set up payment plan",
	"paymentAssistancePlanTitle" : "Payment plan",
	"paymentAssistancePlanWithIneligibleBalance" : "Instead of paying the balance for guarantor @MyChart@paymentAssistancePlanWithIneligibleGuarantor@ today, set up a payment plan to pay @MYCHART@paymentAssistancePlanWithIneligibleMonthlyAmount@ per month. @MYCHART@paymentAssistancePlanWithIneligibleBalanceAmount@ of the balance cannot be added to a payment plan and will need to be paid separately.",
	"paymentMethodHeader" : "Payment method",
	"paymentPageHeader" : "Payment for @MyChart@VisitInfo@",
	"payOtherAmountChoice" : "Enter other amount",
	"payOtherOptionAssertive" : "Pay other amount",
	"payOtherSimplifedOptionAssertive" : "Pay chosen amount",
	"prepayAmountDueHeader" : "Prepay due",
	"prepayAmountDuePaid" : "Paid",
	"prepayDueHeader" : "Do you want to prepay for this visit now?",
	"prepayFullyPaidDescription" : "You fully prepaid @MyChart@prepayFullyPaidDescriptionAmount@ for this visit.",
	"prepayFullyPaidWithDiscountDescription" : "You fully prepaid @MyChart@prepayFullyPaidWithDiscountDescriptionAmount@ for this visit. You saved @MyChart@prepayFullyPaidWithDiscountDescriptionDiscountAmount@ by paying before your visit.",
	"prepayPageHeader" : "How much can you pay?",
	"prepayPaidHeader" : "Prepay paid",
	"prepayPaidViaHBPSPPDescription" : "This visit\u0027s hospital fees are included in your monthly payment plan. You will receive a separate bill for your physician fees.",
	"prepayPaidViaHBPSPPHeader" : "Estimated hospital fees on monthly payment plan",
	"prepayPaidViaPBPSPPDescription" : "This visit\u0027s physician fees are included in your monthly payment plan. You will receive a separate bill for your hospital fees.",
	"prepayPaidViaPBPSPPHeader" : "Estimated physician fees on monthly payment plan",
	"prepayPaidViaPSPPDescription" : "This visit is included in your monthly payment plan.",
	"prepayPaidViaPSPPHeader" : "Estimate on monthly payment plan",
	"prepayPartiallyPaidWithDiscountWithHBPSPPDescription" : "You prepaid @MyChart@prepayPartiallyPaidWithDiscountWithHBPSPPDescriptionAmountPaid@ for this visit. You saved @MyChart@prepayPartiallyPaidWithDiscountWithHBPSPPDescriptionDiscountAmount@ by paying before your visit. The remainder of the hospital fees are included in your monthly payment plan. You will receive a separate bill for your physician fees.",
	"prepayPartiallyPaidWithDiscountWithPBPSPPDescription" : "You prepaid @MyChart@prepayPartiallyPaidWithDiscountWithPBPSPPDescriptionAmountPaid@ for this visit. You saved @MyChart@prepayPartiallyPaidWithDiscountWithPBPSPPDescriptionDiscountAmount@ by paying before your visit. The remainder of the physician fees are included in your monthly payment plan. You will receive a separate bill for your hospital fees.",
	"prepayPartiallyPaidWithDiscountWithPSPPDescription" : "You prepaid @MyChart@prepayPartiallyPaidWithDiscountWithPSPPDescriptionAmountPaid@ for this visit. You saved @MyChart@prepayPartiallyPaidWithDiscountWithPSPPDescriptionDiscountAmount@ by paying before your visit. The remainder of the estimate is included in your monthly payment plan.",
	"prepayPartiallyPaidWithHBPSPPDescription" : "You prepaid @MyChart@prepayPartiallyPaidWithHBPSPPDescriptionAmountPaid@ for this visit. The remainder of the hospital fees are included in your monthly payment plan. You will receive a separate bill for your physician fees.",
	"prepayPartiallyPaidWithPBPSPPDescription" : "You prepaid @MyChart@prepayPartiallyPaidWithPBPSPPDescriptionAmountPaid@ for this visit. The remainder of the physician fees are included in your monthly payment plan. You will receive a separate bill for your hospital fees.",
	"prepayPartiallyPaidWithPSPPDescription" : "You prepaid @MyChart@prepayPartiallyPaidWithPSPPDescriptionAmountPaid@ for this visit. The remainder of the estimate is included in your monthly payment plan.",
	"prepayPayFullOption" : "Yes, prepay @MyChart@prepayPayFullOptionAmount@",
	"prepayPayFullOptionAssertive" : "Pay @MyChart@prepayPayFullOptionAssertiveAmount@",
	"prepayPayFullOptionEstimated" : "Yes, prepay @MyChart@prepayPayFullOptionEstimatedAmount@",
	"prepayPayFullOptionEstimatedSubtext" : "You previously paid @MyChart@prepayPayFullOptionEstimatedSubtextPaidAmount@ of the @MyChart@prepayPayFullOptionEstimatedSubtextAmount@ estimated payment",
	"prepayPayFullOptionEstimatedWithDiscountSubtext" : "You previously paid @MyChart@prepayPayFullOptionEstimatedWithDiscountSubtextPaidAmount@ of the @MyChart@prepayPayFullOptionEstimatedWithDiscountSubtextAmount@ estimated payment. You saved @MyChart@prepayPayFullOptionEstimatedWithDiscountSubtextDiscountAmount@ by paying before your visit.",
	"prepayPayFullOptionSubtext" : "You previously paid @MyChart@prepayPayFullOptionSubtextPaidAmount@ of the @MyChart@prepayPayFullOptionSubtextAmount@ prepay",
	"prepayPayFullOptionWithDiscountSubtext" : "You previously paid @MyChart@prepayPayFullOptionWithDiscountSubtextPaidAmount@ of the @MyChart@prepayPayFullOptionWithDiscountSubtextAmount@ prepay. You saved @MyChart@prepayPayFullOptionWithDiscountSubtextDiscountAmount@ by paying before your visit.",
	"prepayPayFullWithDiscountOption" : "Yes, prepay @MyChart@prepayPayFullWithDiscountOptionAmount@ and save @MyChart@prepayPayFullWithDiscountOptionDiscountAmount@",
	"prepayPayFullWithDiscountOptionAssertive" : "Pay @MyChart@prepayPayFullWithDiscountOptionAssertiveAmount@ and save @MyChart@prepayPayFullWithDiscountOptionAssertiveDiscountAmount@",
	"prepayPayFullWithDiscountOptionEstimated" : "Yes, prepay @MyChart@prepayPayFullWithDiscountOptionEstimatedAmount@ and save @MyChart@prepayPayFullWithDiscountOptionEstimatedDiscountAmount@",
	"prepayPayLaterOption" : "No, pay on arrival",
	"prepayPayLaterOptionGeneric" : "No, pay later",
	"prepayPayLaterOptionPSPPSubtext" : "You will have the option to add the remaining estimated portion to a payment plan in a moment",
	"prepayPayOtherOption" : "Yes, prepay other amount",
	"prepayPayOtherOptionRequestedSubtext" : "If you pay at least @MyChart@prepayPayOtherOptionRequestedSubtextAmount@ you will save @MyChart@prepayPayOtherOptionRequestedSubtextDiscountAmount@",
	"prepayPayOtherOptionSubtext" : "If you pay @MyChart@prepayPayOtherOptionSubtextAmount@ you will save @MyChart@prepayPayOtherOptionSubtextDiscountAmount@",
	"prepayPayOtherSimplifedOption" : "Yes, prepay chosen amount",
	"prepayPayRequestedOption" : "Yes, prepay @MyChart@prepayPayRequestedOptionAmount@",
	"prepayPayRequestedOptionAssertive" : "Pay @MyChart@prepayPayRequestedOptionAssertiveAmount@",
	"prepayPayRequestedOptionPSPPSubtext" : "You will have the option to add the remaining estimated portion to a payment plan in a moment",
	"prepayPayRequestedOptionPSPPWithPaymentSubtext" : "You will have the option to add the remaining estimated portion to a payment plan in a moment. You previously paid @MyChart@prepayPayRequestedOptionPSPPWithPaymentSubtextPaidAmount@ of the @MyChart@prepayPayRequestedOptionPSPPWithPaymentSubtextAmount@ prepay",
	"prepayPayRequestedOptionSubtext" : "",
	"prepayPayRequestedOptionWithPaymentSubtext" : "You previously paid @MyChart@prepayPayRequestedOptionWithPaymentSubtextPaidAmount@ of the @MyChart@prepayPayRequestedOptionWithPaymentSubtextAmount@ prepay",
	"prepayPayRequestedWithDiscountOption" : "Yes, prepay @MyChart@prepayPayRequestedWithDiscountOptionAmount@ and save @MyChart@prepayPayRequestedWithDiscountOptionDiscountAmount@",
	"prepayPayRequestedWithDiscountOptionAssertive" : "Pay @MyChart@prepayPayRequestedWithDiscountOptionAssertiveAmount@ and save @MyChart@prepayPayRequestedWithDiscountOptionAssertiveDiscountAmount@",
	"previousBalancePageHeader" : "Previous Balance Due",
	"psppHBSBTEstimatedAmount" : "Your responsibility for hospital fees",
	"psppLaterOption" : "No, send me a bill",
	"psppPBSBTEstimatedAmount" : "Your responsibility for physician fees",
	"psppPrepayRequiredError" : "You must pay the prepay due to set up an estimated payment plan.",
	"psppPreviousBalanceOutside" : "Other balance not on plan",
	"psppSBTPrepayPaidAmount" : "Prepay paid",
	"psppSBTRequiredPrepayPaidAmount" : "Prepay paid (required)",
	"psppSignUpAddOption" : "Yes, add to the monthly payment plan",
	"psppSignUpAddOptionSubtext" : "You will be able to review and edit your terms",
	"psppSignUpAddOptionSubtextOneClick" : "This payment plan contains an estimated amount for your visit. If the actual visit amount is different, we will let you know.",
	"psppSignUpNewOption" : "Yes, sign up for an interest-free payment plan",
	"psppSignUpNewOptionSubtext" : "You will be able to review and edit your terms",
	"psppSuggestedAdditionalEstimateAmount" : "Additional estimated responsibility from visit on @MYCHART@psppSuggestedAdditionalEstimateAmountServiceDate@",
	"psppSuggestedAdditionalEstimateAmountMultiple" : "Additional estimated responsibility from other visits",
	"psppSuggestedEstimateAmount" : "Estimate for this visit",
	"psppSuggestedEstimateRemainingAmount" : "Remaining estimated responsibility",
	"psppSuggestedExistingAmount" : "Current payment plan",
	"psppSuggestedPreviousAmount" : "Previous balance",
	"psppSuggestedTermsAccessibileDescription" : "@MyChart@psppSuggestedTermsAccessibileDescriptionMonthlyAmount@ per month",
	"psppSuggestedTermsDescription" : "@MyChart@psppSuggestedTermsDescriptionMonthlyAmount@/month",
	"psppSuggestedTermsHeader" : "Suggested payment plan for @MyChart@psppSuggestedTermsHeaderTotalAmount@",
	"psppVerifyTermsAccessibleDescription" : "@MyChart@psppVerifyTermsAccessibleDescriptionMonthlyAmount@ per month",
	"quesWorkRelatedInjury" : "Is this appointment for a work-related injury?",
	"selectDifferentPaymentMethodButton" : "Pay with different payment method",
	"selectPaymentMethodButton" : "Choose payment method",
	"subTitleAmountToPay" : "Select Amount To Pay",
	"Title" : "Visit Payment",
	"titleCopay" : "Copay",
	"titlePrepay" : "Prepay",
	"tryAgainButton" : "Go back and try again",
	"unpayableAmountSubtext" : "@MyChart@unpayableAmountSubtextAmount@ cannot be paid online",
	"updateAmountButtonLabel" : "Update",
	"updateAmountButtonWithAmountLabel" : "Update to @MyChart@PaymentAmount@",
	"updatePaymentMethodButtonLabel" : "Update",
	"usePaymentMethodToPay" : "Pay @MyChart@usePaymentMethodToPayAmount@ with @MyChart@usePaymentMethodToPayDescription@ x@MyChart@usePaymentMethodToPayLastFour@",
	"usePaymentMethodToPayAccessible" : "Pay @MyChart@usePaymentMethodToPayAccessibleAmount@ with @MyChart@usePaymentMethodToPayAccessibleDescription@ ending in @MyChart@usePaymentMethodToPayAccessibleLastFour@",
	"vapHeader" : "Visit Auto Pay",
	"vapLearnMore" : "Learn more",
	"vapLearnMoreLabel" : "Learn more about Visit Auto Pay",
	"vapSignedUp" : "Agreement #@MYCHART@vapSignedUpExternalID@ created to automatically charge your payment method up to @MYCHART@vapSignedUpMaxAmountTotal@ after your balance is ready.",
	"visitAutoPayAmountHeader" : "Auto pay up to",
	"visitAutoPayAvailableHeader" : "Do you want to auto pay for the visit?",
	"visitAutoPayEnrolledDescription" : "You have signed up to auto pay up to @MyChart@visitAutoPayEnrolledDescriptionAmount@ when the rest of your visit is due.",
	"visitAutoPayEnrolledHeader" : "Auto pay sign up complete",
	"visitAutoPayEnrollInfoLink" : "When will my payment method be charged?",
	"visitAutoPayEnrollMultipleVisit" : "This agreement covers multiple visits",
	"visitAutoPayEnrollOption" : "Yes, sign me up to auto pay up to @MyChart@visitAutoPayEnrollOptionAmount@",
	"visitAutoPayLaterOption" : "No, pay when the bill is ready",
});
$$WP.Strings.getNamespace("billpay.confirmpayment").addStrings( {
	"backToAcctDetails" : "Back to account details",
	"backToAcctSummary" : "Back to Billing Summary",
	"backToApptDetails" : "Back to Visit Details",
	"confCode" : "Authorization code:",
	"date" : "Date:",
	"downloadYourReceiptButton" : "Download receipt",
	"emailAndTextConfirmationSent" : "We sent a confirmation to @MYCHART@EMAILADDRESS1@ and @MYCHART@PHONENUMBER1@.",
	"emailAndTextConfirmationSentNoPeriod" : "Confirmation sent to @MYCHART@EMAILADDRESS3@ and @MYCHART@PHONENUMBER3@",
	"emailConfirmationSent" : "We sent a confirmation to @MYCHART@EMAILADDRESS@.",
	"emailConfirmationSentNoPeriod" : "Confirmation sent to @MYCHART@EMAILADDRESS2@",
	"errLoadingFailed" : "We encountered a problem while loading your account for payment. Please go back to the previous page and try again.",
	"errMissingSecurity" : "User not authorized to access this feature.",
	"errPmtAlreadyProcessed" : "This payment has been submitted previously. In order to prevent duplicate charges, we did not resubmit the payment. Please contact customer service for more details.",
	"errPmtFailed" : "We encountered a problem while processing your payment. Your credit card or bank account was not charged. Please contact customer service.",
	"errPmtFailedHeader" : "Payment error",
	"errPmtFailedPosting" : "We encountered a problem while processing your payment. Please contact customer service.",
	"errPmtInsufficientFunds" : "The payment method you selected does not have enough funds to cover the payment amount. Your credit card or bank account was not charged.",
	"errPmtInvalidPaymentInfo" : "Invalid payment information was entered. Please go back and try again, making sure that the entered data matches your credit card or bank account.",
	"failedSavingToken" : "We were unable to save your payment method.",
	"haveAnotherPayment" : "Have another outstanding balance?",
	"makeAnotherPayment" : "Make another payment",
	"makeAnotherPaymentHelp" : "Go back and make another payment.",
	"multiPayLightboxCloseAltText" : "A new popup window for the processed payment has appeared. Click here to close this popup.",
	"mychartMessage" : "Want to save your credit card or bank account for next time? You can also learn more about your bill, sign up for a payment plan, and review your payment history. Sign up for @MYCHART@APPTITLE@ today!",
	"payingNowAuthCode" : "Authorization code",
	"payingNowDate" : "Date",
	"paymentReceipt" : "Receipt #@MYCHART@RECEIPTNUMBER@",
	"pmtAlreadyProcessed" : "Payment Already Processed",
	"pmtFailed" : "Payment Failed",
	"pmtMethodChanged" : "Payment Method Changed",
	"pmtMethodChangeFailed" : "Unable to Change Payment Method",
	"pmtSuccess" : "Payment Processed",
	"printConfirmationVisitPayment" : "Print confirmation",
	"printThisPage" : "Print this page as a confirmation for your records.",
	"receipt" : "Receipt",
	"receiptCloseAction" : "Close",
	"receiptErrorAction" : "Ok",
	"receiptErrorMessage" : "We were unable to load your receipt. Please try again. If you continue to see this error, please contact customer service.",
	"receiptErrorTitle" : "Receipt error",
	"receiptReadyPopupMessage" : "We have finished generating your receipt.",
	"receiptReadyPopupTitle" : "Receipt ready",
	"receiptReadyPopupViewAction" : "View receipt",
	"returnECheckIn" : "Continue",
	"returnToPayment" : "Continue",
	"sendAdditionalEmailOrSMS" : "If you would like an additional confirmation sent to an email address or phone number, please enter it below.",
	"sendAdditionalSMS" : "If you would like an additional confirmation sent to a phone number, please enter it below.",
	"sendAddtionalEmail" : "If you would like an additional confirmation sent to an email address, please enter it below.",
	"sendEmail" : "To send a confirmation, enter an email address in the field below.",
	"sendEmailOrSMS" : "To send a confirmation, enter an email address or cell number in the field below.",
	"sendSMS" : "To send a confirmation, enter a cell number in the field below.",
	"signUpNow" : "Sign up now",
	"signUpNowHelp" : "Sign up for a @MYCHART@APPTITLE@ account.",
	"signupSidebar" : "Sign up for @MYCHART@APPTITLE@",
	"successAccount" : "Your payment has been submitted, but it may take a few days for this payment to be processed by your bank.",
	"successBannerText" : "Your payment has been successfully processed.",
	"successCard" : "Your payment has been processed successfully!",
	"successPaymentMethodChange" : "You have successfully changed your payment method.",
	"successPreauth" : "Your payment has been authorized successfully. Your credit card will be charged when you check in for the appointment.",
	"successPSPPExistingSignUp" : "You have successfully updated your existing payment plan!",
	"successPSPPNewSignUp" : "You have successfully created a payment plan!",
	"successVAPSignUp" : "You have successfully signed up for Visit Auto Pay!",
	"textConfirmationSent" : "We sent a confirmation to @MYCHART@PHONENUMBER@.",
	"textConfirmationSentNoPeriod" : "Confirmation sent to @MYCHART@PHONENUMBER2@",
	"thanksForPaymentHeader" : "Thanks for your payment!",
	"Title" : "Confirm Payment",
	"tryAgain" : "Try again",
	"tryAgainHelp" : "Go back to the previous page to attempt another payment.",
	"viewYourReceipt" : "View your receipt.",
	"viewYourReceiptButton" : "View your receipt",
});
$$WP.Strings.getNamespace("billpay.harselection").addStrings( {
	"acctTypeHB" : "Hospital Services - Hospital Account #@MYCHART@HBACCTNUM@",
	"acctTypePB" : "Professional Services - Visit Account #@MYCHART@PBACCTNUM@",
	"acctTypeUnknown" : "Account #@MYCHART@UNKNOWNACCTNUM@",
	"balanceLabel" : "Outstanding Balance",
	"chooseVisit" : "How would you like to apply your payment?",
	"collectionsAgencyMessage" : "Call @MyChart@collectionsAgencyMessageName@ at @MyChart@collectionsAgencyMessageNumber@ for more information.",
	"dateRangeString" : "@MYCHART@STARTDATE@ to @MYCHART@ENDDATE@",
	"dateString" : "@MYCHART@DATE@",
	"distributeToBadDebt" : "There are multiple visits with outstanding balances. If you choose to apply automatically, your payment will be applied to visits with collections last.",
	"distributeToPaymentPlan" : "There are multiple visits with outstanding balances. The recommended option will automatically apply your payment to visits on the payment plan first.",
	"distributeWithDefault" : "There are multiple visits with outstanding balances. The recommended option will automatically apply your payment to the appropriate visits.",
	"errorAmountMismatch" : "The entered amount is more than the visit amount due.",
	"har" : "@MYCHART@VISITTYPE1@",
	"harDescription" : "@MyChart@harDescriptionVisitType@ with @MyChart@harDescriptionAmountDue@ outstanding",
	"harDescriptionWithLocation" : "@MyChart@harDescriptionWithLocationVisitType@ at @MyChart@harDescriptionWithLocationLocation@ with @MyChart@harDescriptionWithLocationAmountDue@ outstanding",
	"harLoc" : "@MYCHART@VISITTYPE2@ at @MYCHART@LOCATION2@",
	"optionLabelApplyAutomatically" : "Apply automatically (recommended)",
	"optionLabelApplyAutomaticallyNotRecommended" : "Apply automatically",
	"optionLabelChooseVisit" : "Choose specific visit to pay",
	"patientString" : "Patient: @MYCHART@PATIENTNAME@",
	"Title" : "Select an Account",
	"unpayableCollectionsAgencyMessage" : "This visit cannot be paid online. Call @MyChart@unpayableCollectionsAgencyMessageName@ at @MyChart@unpayableCollectionsAgencyMessageNumber@ for more information.",
	"unpayableMessage" : "This visit cannot be paid online.",
});
$$WP.Strings.getNamespace("billpay.makepayment").addStrings( {
	"acctNum" : "Account #",
	"acctType" : "Account Type",
	"ACHTypeAndLastFour" : "@MYCHART@ACHTYPE@ x@MYCHART@LASTFOUR@",
	"addlInfo" : "Additional information",
	"addPaymentMethodButtonText" : "Add Payment Method",
	"address" : "Address",
	"almostDone" : "You\u0027re almost done!",
	"alreadyPaidVerifyHeader" : "Already paid",
	"amtDue" : "Amount due",
	"amtDueHBHelpText" : "This is the current amount due. It includes the amount due for the payment plan plus any outstanding balances that are not on the payment plan.",
	"amtDueHelpText" : "Pays the current amount due.",
	"amtDuePBHelpText" : "This is the amount due for the payment plan.",
	"amtDueWithUnpayable" : "Payable amount due",
	"appliedDiscount" : "You saved @MYCHART@appliedDiscountAmount@ by paying before your visit",
	"applyFA" : "Request assistance",
	"autopayHeader" : "Can\u0027t pay all at once?",
	"back" : "Back",
	"backHelp" : "Go back to edit your information.",
	"backToAcctDetails" : "Back to account details",
	"backToAcctSummary" : "Back to Billing Summary",
	"badDebtHARHelp" : "This account has been sent to a collections agency and will not appear on your statements.",
	"badDebtHARHelpPhone" : "This account has been sent to a collections agency and will not appear on your statements. If you have questions, please call customer service at @MYCHART@BADDEBTPHONENUMBER@.",
	"badDebtSubLabel" : "Part of this balance is with a collections agency.",
	"balanceForBothServicesAndServiceArea" : "You have a balance due for both hospital and professional services at @MYCHART@SERVICEAREA@.",
	"balanceForHospitalServicesAndServiceArea" : "You have a balance due for hospital services at @MYCHART@SERVICEAREA@",
	"balanceForProfessionalServicesAndServiceArea" : "You have a balance due for physician services at @MYCHART@SERVICEAREA@.",
	"balanceForServiceArea" : "You have a balance due for services performed at @MYCHART@SERVICEAREA@.",
	"bankAcctState" : "Bank account state",
	"billingAddr" : "Address",
	"btnCancelPayment" : "Cancel payment",
	"btnProcessPayment" : "Process payment",
	"buttonChange" : "Change",
	"buttonChangeBalance" : "View other payment options",
	"buttonChangePaymentAmount" : "Change payment amount",
	"buttonChangePaymentBillLater" : "I am not able to pay this today",
	"buttonChangePaymentMethodSpoken" : "Change payment method",
	"buttonChangePlanLabel" : "Change payment plan terms",
	"buttonChangePlanSpoken" : "Change payment plan terms",
	"buttonMakePayment" : "Pay",
	"buttonSetupVisitAutoPay" : "Set up auto pay",
	"callCustomerService" : "If you need help making your payment or have questions about your account, call us at @MYCHART@CSPHONE@.",
	"callCustomerService2" : "Please contact customer service at @MYCHART@CSPHONE2@.",
	"cancel" : "Cancel",
	"cancelHelp" : "Cancel the payment and clear the data on the page.",
	"CCExpiration" : "exp @MYCHART@EXPMM@/@MYCHART@EXPYYYY@",
	"ccExpirationAccessible" : "Expires month @MYCHART@EXPMONTHACC@ year @MYCHART@EXPYEARACC@",
	"changeAmountLabel" : "Change payment amount",
	"changePaymentMethodButtonText" : "Change payment method",
	"changePaymentMethodLabel" : "Change payment method",
	"checking" : "Checking",
	"chooseAmountStep" : "How much would you like to pay today?",
	"chooseAmountStepOne" : "1. How much would you like to pay today?",
	"chooseAmountStepThree" : "3. How much would you like to pay today?",
	"chooseAmountStepTwo" : "2. How much would you like to pay today?",
	"city" : "City",
	"continueBtn" : "Continue",
	"continueHelp" : "Continue to the next step. You will have a chance to review your details before processing the payment.",
	"createPlan" : "Set up payment plan",
	"dateSuffix1" : "@MYCHART@PAYMENTPLANDATE1@st",
	"dateSuffix2" : "@MYCHART@PAYMENTPLANDATE2@nd",
	"dateSuffix3" : "@MYCHART@PAYMENTPLANDATE3@rd",
	"dateSuffixGeneral" : "@MYCHART@PAYMENTPLANDATE4@th",
	"dueTodayVerifyHeader" : "Due today",
	"email" : "Email",
	"errorInvalidAmount" : "Invalid amount.",
	"errorInvalidAmountAssertive" : "Invalid amount",
	"errorInvalidAmountOverpayment" : "Invalid amount. Maximum allowed is @MyChart@errorInvalidAmountOverpaymentAmount@.",
	"estimateDisclosureHelptext" : "Your payment today is part of the following estimate:",
	"estimateDisclosureTitle" : "View estimate details",
	"faDescription" : "Guarantor #@MYCHART@faDescriptionGuarantor@ might be eligible for financial assistance. We\u0027ll work with you to determine if a new insurance program, discount, or payment arrangement makes sense based on your financial situation.",
	"faHeader" : "Need help paying?",
	"furtherAssistance" : "If you need further assistance in making a payment, contact us at @MYCHART@PHONEASSIST@",
	"goBackButton" : "Go back",
	"guarAcct" : "Guarantor Account",
	"guarAcctNum" : "Guarantor Account #",
	"guarantorBalanceFrontDesk" : "You will be able to pay off the balance at the front desk",
	"guarantorBalanceOptInDescription" : "Pay @MYCHART@GuarantorAmountPaying@",
	"guarantorBalanceOptInDescriptionPartial" : "Pay @MYCHART@GuarantorAmountPaying2@ of the @MYCHART@GuarantorAmountTotal2@ previous balance",
	"guarantorBalanceOptInHeader" : "Pay the @MYCHART@BalanceAmount@ previous balance",
	"guarantorBalancePartialOptInHeader" : "Pay part of the @MYCHART@BalanceAmount@ previous balance",
	"guarantorBalancePaymentPlanHeader" : "Pay the @MYCHART@BalanceAmount3@ previous balance with a payment plan",
	"guarantorDelinquentHARPaymentPlanHeader" : "Pay @MYCHART@BalanceAmount4@ of the previous balance with a payment plan",
	"guarantorDelinquentHARPaymentPlanWarning" : "Only @MYCHART@BalanceAmount5@ of the @MYCHART@FullBalanceAmount@ outstanding balance is eligible to be added to a payment plan.",
	"hb" : "Hospital Billing",
	"hospital" : "Hospital",
	"ineligibleBalanceExplanation" : "@MYCHART@INELIGIBLEBALANCE@ of the balance cannot be added to a payment plan and will need to be paid separately.",
	"licenseNo" : "Driver\u0027s license number",
	"messageOverpayment" : "The payment amount that you have entered is more than the total outstanding balance for the account.",
	"messageOverpaymentHAR" : "The payment amount that you have entered is more than the outstanding balance for the selected visit.",
	"multiPayLightboxCloseAltText" : "A new popup window for entering payment information has appeared. Click here to close this popup.",
	"multiPayTotal" : "Total",
	"needHelp" : "Need help?",
	"newActivity" : "There has been new activity on your account since your last statement of @MYCHART@LASTSTATEMENTDUE6@. Please pay the amount due below.",
	"newActivityBadDebt" : "The amount due does not match your last statement of @MYCHART@LASTSTATEMENTDUE12@ because part of the balance is with a collections agency. Please pay the amount due below.",
	"newActivityBadDebtPhone" : "The amount due does not match your last statement of @MYCHART@LASTSTATEMENTDUE11@ because part of the balance is with a collections agency. Please pay the amount due below. If you want more details, call customer service at @MYCHART@NEWACTIVITYPHONE11@.",
	"newActivityBadDebtSignIn" : "The amount due does not match your last statement of @MYCHART@LASTSTATEMENTDUE10@ because part of the balance is with a collections agency. Please pay the amount due below. If you want more details, \u003ca href=\"@MYCHART@MYCHARTURL10@\"\u003esign in to @MYCHART@APPTITLE@\u003c/a\u003e.",
	"newActivityBadDebtSignInPhone" : "The amount due does not match your last statement of @MYCHART@LASTSTATEMENTDUE9@ because part of the balance is with a collections agency. Please pay the amount due below. If you want more details, \u003ca href=\"@MYCHART@MYCHARTURL9@\"\u003esign in to @MYCHART@APPTITLE@\u003c/a\u003e or call customer service at @MYCHART@NEWACTIVITYPHONE9@.",
	"newActivityBadDebtSignUp" : "The amount due does not match your last statement of @MYCHART@LASTSTATEMENTDUE8@ because part of the balance is with a collections agency. Please pay the amount due below. If you want more details, \u003ca href=\"@MYCHART@MYCHARTURL8@\"\u003esign up for @MYCHART@APPTITLE@\u003c/a\u003e.",
	"newActivityBadDebtSignUpPhone" : "The amount due does not match your last statement of @MYCHART@LASTSTATEMENTDUE7@ because part of the balance is with a collections agency. Please pay the amount due below. If you want more details, \u003ca href=\"@MYCHART@MYCHARTURL7@\"\u003esign up for @MYCHART@APPTITLE@\u003c/a\u003e or call customer service at @MYCHART@NEWACTIVITYPHONE7@.",
	"newActivityPhone" : "There has been new activity on your account since your last statement of @MYCHART@LASTSTATEMENTDUE5@. Please pay the amount due below. If you want more details, call customer service at @MYCHART@NEWACTIVITYPHONE5@.",
	"newActivitySignIn" : "There has been new activity on your account since your last statement of @MYCHART@LASTSTATEMENTDUE4@. Please pay the amount due below. If you want more details, \u003ca href=\"@MYCHART@MYCHARTURL4@\"\u003esign in to @MYCHART@APPTITLE@\u003c/a\u003e.",
	"newActivitySignInPhone" : "There has been new activity on your account since your last statement of @MYCHART@LASTSTATEMENTDUE3@. Please pay the amount due below. If you want more details, \u003ca href=\"@MYCHART@MYCHARTURL3@\"\u003esign in to @MYCHART@APPTITLE@\u003c/a\u003e or call customer service at @MYCHART@NEWACTIVITYPHONE3@.",
	"newActivitySignUp" : "There has been new activity on your account since your last statement of @MYCHART@LASTSTATEMENTDUE2@. Please pay the amount due below. If you want more details, \u003ca href=\"@MYCHART@MYCHARTURL2@\"\u003esign up for @MYCHART@APPTITLE@\u003c/a\u003e.",
	"newActivitySignUpPhone" : "There has been new activity on your account since your last statement of @MYCHART@LASTSTATEMENTDUE1@. Please pay the amount due below. If you want more details, \u003ca href=\"@MYCHART@MYCHARTURL1@\"\u003esign up for @MYCHART@APPTITLE@\u003c/a\u003e or call customer service at @MYCHART@NEWACTIVITYPHONE1@.",
	"noAmtDue" : "You do not currently have an amount due, but you may choose to make a payment toward the outstanding balance.",
	"noBalance" : "You have no outstanding balances at this time.",
	"noBalanceOrStatement" : "You have no outstanding balances or recent statements.",
	"otherAmt" : "Other amount",
	"otherAmtHelpText" : "Specify an amount other than the options given.",
	"otherAmtHelpText2" : "Enter a different amount to pay.",
	"otherAmtHelpText3" : "Change the amount to pay.",
	"otherGuarantorsHeader" : "How much would you like to pay towards other balances?",
	"outstandingBal" : "Outstanding balance",
	"outstandingBalHelpText" : "Pays the full outstanding balance.",
	"outstandingBalWithUnpayable" : "Payable outstanding balance",
	"overallTitle" : "Account Payment",
	"payAmountAndSignUpButton" : "Pay @MYCHART@PAYMENTAMOUNT3@ and sign up",
	"payAmountAndUpdatePlanButton" : "Pay @MYCHART@PAYMENTAMOUNT4@ and update plan",
	"payAmountButton" : "Pay @MYCHART@PAYMENTAMOUNT2@",
	"payDifferentAmount" : "Pay a different amount",
	"payForThisVisitHeader" : "Pay for this visit",
	"payingEstimateVerifyHeader" : "The estimated balance for this visit",
	"payingLaterCashVerifyHeader" : "Visit the front desk after you finish here to pay",
	"payingLaterVerifyHeader" : "You will be billed later",
	"payingNowAmountHeader" : "Payment amount",
	"payingNowAssertiveResultHeader" : "Payment processed",
	"payingNowDiscount" : "You are saving @MYCHART@discountAmount@ by paying this today",
	"payingNowResultHeader" : "Paid today",
	"payingNowVerifyHeader" : "Paying now",
	"payingPartNowDiscount" : "Save @MYCHART@PREPAYDISCOUNTAMOUNT@ by paying @MYCHART@DISCOUNTEDPREPAYAMOUNT@ today",
	"payLater" : "Pay later",
	"payLaterTooltip" : "Do not pay for guarantor #@MYCHART@payLaterTooltipGuarantor@ right now",
	"paymentMethodHeader" : "Payment method",
	"paymentPlanOfferFrontDesk" : "You will be able to set up a payment plan at the front desk",
	"paymentPlanOfferFrontDeskPrompt" : "You will be able to set up a payment plan in the next step",
	"paymentPlanOptInButtonLabel" : "Sign up for a payment plan beginning @MYCHART@FirstPaymentDay5@: @MYCHART@NumberOfPayments5@ payments of @MYCHART@MonthlyAmount5@/month",
	"paymentPlanOptInDescription" : "Payment plan beginning @MYCHART@FirstPaymentDay3@:",
	"pb" : "Professional Billing",
	"phone" : "Phone",
	"physician" : "Physician",
	"planTotal" : "Total",
	"pmtAmt" : "Payment amount",
	"pmtAmtInvalid" : "Payment amount is invalid",
	"pmtAmtTooHigh" : "Payment amount is more than the outstanding balance",
	"pmtInfo" : "Payment information",
	"pmtMethod" : "Payment method",
	"pmtMethodIsExpired" : "The payment method is expired.",
	"pmtMethodIsExpiring" : "The payment method is expiring soon.",
	"pmtMethodLastFour" : "Ending in @MYCHART@LASTFOURDIGITS@",
	"prepayForHB" : "Prepay hospital fees for this visit",
	"prepayForPB" : "Prepay physician fees for this visit",
	"prepayForThisVisitHeader" : "Prepay for this visit",
	"prepayTowardsTotalDue" : "This payment goes toward the @MyChart@TotalEstimatedAmount@ estimated responsibility",
	"processingPaymentLoadingLabel" : "Processing payment...",
	"processPayment" : "Process payment",
	"processPaymentHelp" : "Process your payment.",
	"psppAmountEntryFieldName" : "Amount entry field",
	"psppAmountValidationError" : "The monthly payment you entered is not allowed for your account. Please enter a value between @MYCHART@PSPPMINMONTHLYAMT@ and @MYCHART@PSPPMAXMONTHLYAMT@ to save your changes.",
	"psppAmtHeader" : "Monthly amount",
	"psppButtonCaption" : "Change payment terms",
	"psppDateEntryFieldName" : "Day of month entry field",
	"psppDateHeader" : "Monthly payments start on",
	"psppDateValidationError" : "The payment day of month you entered is invalid. Please enter a value between 1 and 28 to save your changes.",
	"psppDayOfMonth" : "Payment day of month",
	"psppEditAmtHeader" : "Monthly amount",
	"psppEditDateHeader" : "Payment day of month (1-28)",
	"psppEditHeader" : "Change payment plan terms",
	"psppEstimatedTotal" : "Estimated total",
	"psppExistingPlanAddAmt" : "Amount being added",
	"psppExistingPlanHeader" : "Adding to the payment plan",
	"psppFinalPayment" : "Final payment",
	"psppFormAmountFieldLabel" : "Monthly amount",
	"psppFormDateFieldLabel" : "Payment day of month (1-28)",
	"psppFormSaveButton" : "Save",
	"psppHBPaymentPlanOptionCardTitle" : "Hospital payment plan options",
	"psppMonthlyAmount" : "@MYCHART@PSPPMONTHLYAMT@/month",
	"psppNextButtonCaption" : "Set up payment plan",
	"psppNotCurrencyValidationError" : "Please enter a valid currency amount.",
	"psppNotNumberValidationError" : "Please enter a valid number, without any special characters or letters.",
	"psppNotWholeNumberValidationError" : "Please enter a whole number, without a decimal.",
	"psppNumberOfPaymentsAndFirstDay" : "@MYCHART@NumberOfPayment6@ payments beginning @MYCHART@FirstPaymentDay6@",
	"psppNumPayments" : "Number of payments",
	"psppOptInButtonLabel" : "Sign up for a payment plan with these terms",
	"psppOptInButtonLabelExistingPlan" : "Update the payment plan with these terms",
	"psppOptInDescription" : "Beginning @MYCHART@FirstPaymentDay@:",
	"psppOptInDescriptionSpoken" : "Sign up for a payment plan beginning @MYCHART@FirstPaymentDay2@: @MYCHART@NumberOfPayments2@ payments for @MYCHART@MonthlyAmount2@/month",
	"psppOptInHeader" : "Pay for this visit with a payment plan",
	"psppOptInHeaderExistingPlan" : "Do you want to pay for this visit in the payment plan?",
	"psppOptInHeaderHBSBTEstimate" : "Sign up for a hospital payment plan",
	"psppOptInHeaderPBSBTEstimate" : "Sign up for a physician payment plan",
	"psppOptInHeaderRemainingEstimate" : "Do you want to pay off the rest with a payment plan?",
	"psppOptInHeaderRemainingEstimateExistingPlan" : "Do you want to include the rest in the payment plan?",
	"psppOptInHeaderRemainingEstimateExistingPlanHBSBT" : "Include the rest in the hospital payment plan",
	"psppOptInHeaderRemainingEstimateExistingPlanPBSBT" : "Include the rest in the physician payment plan",
	"psppOptInHeaderRemainingSplitEstimateExistingPlanHBSBT" : "Include this visit\u0027s hospital fees in the payment plan",
	"psppOptInHeaderRemainingSplitEstimateExistingPlanPBSBT" : "Include this visit\u0027s physician fees in the payment plan",
	"psppPaymentPlanOptionCardTitle" : "Payment plan options",
	"psppPBPaymentPlanOptionCardTitle" : "Physician payment plan options",
	"psppResultHeader" : "Payment plan started",
	"psppTermsExistingEstimate" : "Estimates for other visits",
	"psppTermsIncludesSubtext" : "Includes: ",
	"psppTermsIncludesSubtextMultiple" : "Proposed payment plan total",
	"psppTermsInfo" : "@MYCHART@NumberOfPayments@ payments of @MYCHART@MonthlyAmount@/month",
	"psppTermsInfoAccessible" : "@MYCHART@NumberOfPayments4@ payments of @MYCHART@MonthlyAmount4@ per month",
	"psppVerifyCardFailureSubHeader" : "A payment plan could not be created at this time",
	"psppVerifyCardFailureText" : "Go to the front desk when you finish here to continue setting up a payment plan.",
	"psppVerifyCardSubHeader" : "Signed up for payment plan",
	"psppVerifyCardUpdateSubHeader" : "Updated payment plan",
	"psppVerifyHeader" : "Setting up payment plan",
	"psppVerifySubHeader" : "This payment plan contains an estimated amount for your visit. If the actual visit amount is different, we will let you know. If you choose not to sign up for a payment plan, you will be billed in the future for the remaining estimated responsibility.",
	"questionsCallCustServ" : "If you have questions, please contact customer service at @MYCHART@AUTOPAYPHONE@.",
	"routingNo" : "Routing number",
	"savings" : "Savings",
	"SBTSeparateHBBill" : "You will receive a separate bill for the hospital fees.",
	"SBTSeparateHBPrevBal" : "Hospital balance is billed separately.",
	"SBTSeparatePBBill" : "You will receive a separate bill for the physician fees.",
	"SBTSeparatePBPrevBal" : "Physician balance is billed separately.",
	"selectAcctType" : "Which balance do you want to pay?",
	"selectAcctTypeStep" : "2. Which balance do you want to pay?",
	"selectPmtMethodStepFour" : "4. How do you want to pay?",
	"selectPmtMethodStepThree" : "3. How do you want to pay?",
	"selectPmtMethodStepTwo" : "2. How do you want to pay?",
	"serviceAreaDescription" : "Service Area",
	"setUpPmtPlan" : "Set up a payment plan for guarantor #@MYCHART@setUpPmtPlanGuarantor@ to pay @MYCHART@MONTHLYAMT@ per month.",
	"signUpButton" : "Sign up",
	"state" : "State",
	"statementDue" : "Last statement (@MYCHART@LASTSTATEMENTDATE@)",
	"statementDueHelpText" : "This is the amount that was due on the last statement you received. It does not reflect any payments made since then.",
	"stepOneHeaderMultiPay" : "1. Verify amount",
	"stepTwoHeaderMultiPay" : "2. Enter payment info",
	"Title" : "Make Payment",
	"titleChangePaymentMethod" : "Change Payment Method",
	"totalPaymentHeader" : "Total amount you\u0027ll pay: @MYCHART@totalPaymentHeaderAmount@",
	"updatePlanButton" : "Update plan",
	"useDifferentPaymentMethod" : "Use a different payment method",
	"vapAmountHeader" : "Up to",
	"vapLearnMoreText" : "Learn more",
	"vapVerifyCardText" : "Your payment method will be charged automatically when the amount for this visit becomes due.",
	"vapVerifyHeader" : "Paying later",
	"verificationRowsCopay" : "Copay",
	"verificationRowsDiscount" : "Prepay discount",
	"verificationRowsGuarantor" : "Previous balance",
	"verificationRowsPartial" : "Partial prepay",
	"verificationRowsPrepay" : "Prepay",
	"verifyAccountChangeDetails" : "Please verify that the information below is correct before changing your payment method. If your account information is incorrect or the account has insufficient funds, you will be charged an additional fee.",
	"verifyAccountDetails" : "Please verify that the information below is correct before processing your payment. If your account information is incorrect or the account has insufficient funds, you will be charged an additional fee.",
	"verifyCardChangeDetails" : "Please verify that the information below is correct before changing your payment method.",
	"verifyCardDetails" : "Please verify that the information below is correct before processing your payment.",
	"verifyCCExpiration" : "exp. @MYCHART@EXPMONTH@/@MYCHART@EXPYEAR@",
	"verifyGuarantor" : "Guarantor #@MYCHART@verifyGuarantorID@",
	"verifyGuarantorBillsys" : "Guarantor #@MYCHART@verifyGuarantorBillsysID@ - @MYCHART@verifyGuarantorBillsysSystem@",
	"verifyPmtMethodLastFour" : "@MYCHART@LASTFOURPAYMENTMETHODMASK@ @MYCHART@LASTFOURPAYMENTMETHOD@",
	"verifyPmtMethodLastFourAccessible" : "Last four digits @MYCHART@lastFourAccessiblePaymentMethod@",
	"warningPayLaterNoPSPP" : "You must pay the prepay due to set up a payment plan.",
	"warningUnderPrepayDueAmount" : "The amount you entered is less than the prepay due.",
	"warningUnderPrepayDueAmountAssertive" : "The amount you entered is less than the payment amount due.",
	"warningUnderPrepayDueAmountAssertiveNoPSPP" : "The amount you entered is less than the payment amount due. You must pay the prepay due to set up a payment plan.",
	"warningUnderPrepayDueAmountNoPSPP" : "The amount you entered is less than the prepay due. You must pay the prepay due to set up a payment plan.",
	"zip" : "Zip code",
});
$$WP.Strings.getNamespace("billpay.payasguest").addStrings( {
	"accountLookupOptions" : "You may enter a guarantor account number or a specific visit account number.",
	"accountNum" : "Account #",
	"acctFound" : "Account found",
	"complete" : "Complete",
	"continueAsGuest" : "Continue as guest",
	"continueNoAccountHelp" : "Continue paying as a guest and skip creating an account.",
	"continueNoSignInHelp" : "Continue paying as a guest and skip signing in.",
	"createAccount" : "Sign up now",
	"createAccountHelp" : "Leave this page and create a @MYCHART@APPTITLE@ account before paying.",
	"day" : "Day",
	"dd" : "dd",
	"errAccountLocked" : "This account has been locked due to too many failed attempts. Please contact customer service.",
	"errAmbiguous" : "We need additional information to verify your account.",
	"errMisMatch" : "We were unable to look up your account with the information you provided. Please ensure that there are no typos and try again.",
	"errorlocked" : "This account has been locked due to too many failed attempts. ",
	"errorNoGuarantor" : "The guarantor account number you entered does not exist in our system. Please ensure there are no typos and try again.",
	"errornopayments" : "We are unable to accept online payments for this account.",
	"errTimeout" : "Due to inactivity your session has expired. Please enter your information and try again.",
	"fieldNumeric" : "Account field must be numeric",
	"fieldRequired" : "Account field is required",
	"guarAcct" : "Guarantor Account",
	"guaracctnum" : "Guarantor account #",
	"guarantorHelpText" : "The guarantor is the person responsible for paying the bill. You can find the guarantor name and account number on your statement.",
	"guarantorNameHelpText" : "The guarantor is the person responsible for paying the bill, and also the person to whom the statement is addressed. This could be a different person than the patient.",
	"guarDOB" : "Date of birth",
	"guarLastName" : "Guarantor last name",
	"guarSSN" : "Last four of SSN",
	"harHelpText" : "A visit account is how your charges are grouped together to bill insurance, and usually represents your billing activity for a single visit. You may have multiple visit accounts, each with their own balance.",
	"hospacctnum" : "Visit account #",
	"invalidDate" : "Please enter a valid date",
	"lookUp" : "Look up",
	"lookUpAccountStep" : "Look up your account",
	"lookupHelp" : "Look up your account with the information you provided.",
	"lookupHelpUnavailable" : "Look up your account with the information you provided. This button is currently disabled.",
	"messageNoBalance" : "Your account does not have any outstanding balances.",
	"mm" : "mm",
	"month" : "Month",
	"mustContinueWithGuestPay" : "Your @MYCHART@APPTITLE@ login does not have access to account @MYCHART@GUARACCTNOACCESS@. You will need to look up an account again in order to make a payment.",
	"needHelp" : "Need help?",
	"payasguest" : "Pay as Guest",
	"reCaptchaFailedError" : "An error occurred validating the CAPTCHA. Please try again.",
	"reCaptchaNotReachableError" : "CAPTCHA was not reachable. Please try again later.",
	"signIn" : "Sign in",
	"signInHelp" : "Leave this page and sign in to your @MYCHART@APPTITLE@ account before paying.",
	"signInPrompt" : "Want to use a saved credit card or bank account? Log in to your @MYCHART@APPTITLE@ account!",
	"signinSidebar" : "Sign in to @MYCHART@APPTITLE@",
	"signUpPrompt" : "Want to save your credit card or bank account for next time? You can also learn more about your bill, sign up for a payment plan, and review your payment history. Sign up for @MYCHART@APPTITLE@ today!",
	"signupSidebar" : "Sign up for @MYCHART@APPTITLE@",
	"startOver" : "Start over",
	"startOverHelp" : "Clear this page and start over.",
	"Title" : "Pay as Guest",
	"tryDOB" : "Try date of birth",
	"tryDOBHelp" : "Try to match the account using the guarantor\u0027s date of birth.",
	"tryLastName" : "Try last name",
	"tryNameHelp" : "Try to match the account using the guarantor\u0027s last name.",
	"trySSN" : "Try Social Security number",
	"trySSNHelp" : "Try to match the account using the last four digits of the guarantor\u0027s social security number.",
	"whatIsGuarantor" : "What is a guarantor?",
	"whatIsHar" : "What is a visit account?",
	"year" : "Year",
	"yyyy" : "yyyy",
});
$$WP.Strings.getNamespace("billpay.visitautopaypromptpage").addStrings( {
	"AgreementEndsOn" : "This agreement will expire on @MYCHART@EndDate@.",
	"AppointmentHeader" : "Appointment Header",
	"AppointmentHeader_AnotherDate" : "@MYCHART@ProviderNameAndOrVisitType@, @MYCHART@ApptDate@ at @MYCHART@ApptTime@",
	"AppointmentHeader_Today" : "@MYCHART@ProviderNameAndOrVisitType@, today at @MYCHART@ApptTime@",
	"AppointmentHeaderNoTime" : "@MYCHART@ProviderNameOrVisitTypeWithoutTime@",
	"AppointmentMultipleAdditionalProvider" : "Together with @MYCHART@FirstProvidersName@ and @MYCHART@OtherProvidersCount@ others",
	"AppointmentOneAdditionalProvider" : "Together with @MYCHART@OnlyAdditionalProvidersName@",
	"AppointmentSpokenContent" : "@MYCHART@ApptHeader@ in @MYCHART@ApptLocation@",
	"AppointmentSpokenContentMultipleProviders" : "@MYCHART@ApptMultiHeader@ in @MYCHART@ApptMultiDepartment@ @MYCHART@ApptAdditionalInfo@",
	"AppointmentTwoAdditionalProvider" : "Together with @MYCHART@FirstProvidersNameWithOnlyOneOtherProvider@ and 1 other",
	"AppointmentVisitTypeWithProvider" : "@MYCHART@VisitType@ with @MYCHART@Provider@",
	"Break" : "\u003cbr/\u003e",
	"DefaultCardButton" : "Using @MYCHART@BRAND@ ending in x@MYCHART@LASTFOUR@",
	"DoNotSignUpNowButton" : "Do not sign up now",
	"FrequentlyAskedQuestions" : "Frequently Asked Questions",
	"LearnMoreAboutVisitAutoPay1" : "Save time and paper. When the balance becomes due, your chosen payment method could automatically be charged \u003cb\u003eup to @MYCHART@SubtextUpToAmount@\u003c/b\u003e. ",
	"LearnMoreAboutVisitAutoPay2" : "Learn more",
	"LearnMoreAboutVisitAutoPayAccessibleDescription" : "Learn more about visit auto pay.",
	"LearnMorePopupCard1" : "Visit Auto Pay is a convenient way for you to pay for services related to the visit. Save your card or bank account, and we will automatically process payments for the balance after it becomes your responsibility.",
	"LearnMorePopupCard2" : "After the visit and, if applicable, after insurance has paid, you\u0027ll receive a text message or email before your payment method on file is used to automatically pay up to the agreed amount.",
	"LearnMorePopupCard3Cancel" : "If the charges for the visit exceed @MYCHART@UPTO@, the Visit Auto Pay agreement will automatically be canceled. Instead, the full balance will be added to the account.",
	"LearnMorePopupCard3Charge" : "If the charges for the visit exceed @MYCHART@UPTO@, you will be automatically charged the agreed amount. The remaining balance will be added to the account.",
	"LearnMorePopupFirstAnswer" : "Yes, you can change your payment method or cancel your Visit Auto Pay agreement from Billing Details in @MYCHART@APPTITLE@. You can also talk with a receptionist.",
	"LearnMorePopupFirstQuestion" : "Can I cancel my Visit Auto Pay agreement or change my payment method after I have signed up?",
	"LearnMorePopupHeader1" : "Sign up",
	"LearnMorePopupHeader2" : "Pay automatically",
	"LearnMorePopupHeader3" : "Save time",
	"LearnMorePopupSecondAnswer" : "You will be notified, and you can update your payment method from Billing Details in @MYCHART@APPTITLE@.",
	"LearnMorePopupSecondQuestion" : "What if my credit card expires before the automatic payment happens?",
	"LearnMorePopupThirdAnswer" : "We will notify you, and won\u0027t charge you automatically. We will send a bill like normal for the full amount owed.",
	"LearnMorePopupThirdQuestion" : "What if my Visit Auto Pay agreement ends before insurance pays?",
	"LearnMorePopupTitle" : "Learn more about visit auto pay.",
	"NewCardWithDefaultCardButton" : "Using a different payment method",
	"NewCardWithNoDefaultCardButton" : "Sign up now",
	"SignUpForVAP" : "Want to sign up for Visit Auto Pay?",
	"Title" : "",
	"UpToAmountText" : "This agreement will charge up to @MYCHART@UPTO@.",
	"VisitAutoPayPopupHeader" : "What is Visit Auto Pay?",
});
$$WP.Strings.getNamespace("billpay.welcome.choosecopaypage").addStrings( {
	"AppliedDiscount" : "You saved @MYCHART@AppliedDiscountAmount@ by paying before your visit.",
	"ApptSummary" : "{2} {0} with {1}",
	"ApptSummaryMultipleProviders" : "{2} {0} with {1}",
	"ApptSummaryMultipleProvidersWithDept" : "{2} {0} with {1}",
	"ApptSummaryNoProvider" : "{1} {0}",
	"ApptSummaryNoTime" : "{0} with {1}",
	"ApptSummaryNoTimeMultipleProviders" : "{0} with {1}",
	"ApptSummaryNoTimeMultipleProvidersWithDept" : "{0} with {1}",
	"ApptSummaryNoTimeWithDept" : "{0} with {1}",
	"ApptSummaryWithDept" : "{2} {0} with {1}",
	"CopayAlreadyPaid" : "This @MYCHART@COPAYPAIDAMOUNT@ copay has already been paid.",
	"CopayCardHeader" : "Copay",
	"CopayDataEntryPrompt" : "Enter the copay amount",
	"CopayDueTodayLabel" : "Copay",
	"CopayLabel" : "Copay: @MYCHART@COPAYAMOUNT@",
	"CopayNotChangeable" : "Your copay is @MYCHART@CALCULATEDCOPAYAMOUNT@.",
	"CopayPaidThroughMyChart" : "This @MYCHART@MYCHARTCOPAYPAIDAMOUNT@ copay was paid in @MYCHART@APPTITLE@.",
	"CopaySubheading" : "If this is incorrect, select another amount.",
	"DueTodayLabel" : "Due today:",
	"FullPrepayAmount" : "Pay full amount",
	"FullPrepayAmountSpoken" : "Pay full amount of @MYCHART@PREPAYDISCOUNTEDAMOUNT@.",
	"InstructionsAppointmentLevel" : "Enter Payments for Your Visits",
	"InstructionsPatientLevel" : "Enter Payments for Your Visit",
	"MyChartCopayDeclinedMessage" : "The previous payment attempt in @MYCHART@APPTITLE@ was declined for this appointment.",
	"OtherAmount" : "Other amount",
	"OtherAmountInputFieldSpoken" : "Enter the copay amount for the appointment.",
	"OtherAmountInputFieldSpokenPrepay" : "Enter the prepay amount for the appointment.",
	"PayingNow" : "Paying now",
	"PaymentSummary" : "Payment summary",
	"PrepayAlreadyPaid" : "This @MYCHART@PREPAYPAIDAMOUNT@ prepay has already been paid.",
	"PrepayDataEntryPrompt" : "Enter the prepay amount",
	"PrepayDueTodayLabel" : "Prepay",
	"PrepayLabel" : "Prepay: @MYCHART@PREPAYAMOUNT@",
	"PrepayNotChangeable" : "The prepay owed for this visit is @MYCHART@CALCULATEDPREPAYAMOUNT@.",
	"PrepayNotChangeableWithDiscount" : "Save @MYCHART@PREPAYDISCOUNTAMOUNT@ by paying @MYCHART@DISCOUNTEDPREPAYAMOUNT@ today.",
	"Title" : "",
	"TotalAmountHeaderSubtext" : "The total due today is @MYCHART@TOTALAMOUNT@",
	"UnknownCopayLabel" : "Unknown copay",
	"UnknownPrepayLabel" : "Unknown prepay",
	"VAPEligibleNotChangeable" : "This visit is eligible for Visit Auto Pay.",
	"VAPEligibleNotChangeableWithPrepay" : "The prepay owed for this visit is @MYCHART@VAPELIGIBLEPREPAYAMOUNT@ and it is eligible for Visit Auto Pay.",
	"VAPSignedUpNotChangeable" : "This visit is signed up for Visit Auto Pay.",
	"VAPSignedUpNotChangeableWithPrepay" : "The prepay owed for this visit is @MYCHART@VAPSIGNEDUPPREPAYAMOUNT@ and it is signed up for Visit Auto Pay.",
});
$$WP.Strings.getNamespace("billpay.welcome.paymentfailurepage").addStrings( {
	"Close" : "Close",
	"EPPInsufficientFunds" : "The payment method you selected does not have enough funds to cover the payment amount. Your credit card or bank account was not charged.",
	"EPPInvalidPaymentInformation" : "Invalid payment information was entered. Make sure the entered data matches your credit card or bank account.",
	"EPPPaymentFailed" : "There was a problem processing your payment. Your credit card or bank account was not charged.",
	"GoBack" : "Go back",
	"PaymentErrorFromDevice" : "There was an error processing your payment. Go back to try again.",
	"PaymentErrorFromToken" : "There was an error processing your payment. Try again or select a different payment method.",
	"Title" : "",
	"VisitAutoPayErrorFromDevice" : "There was an error while signing up for Visit Auto Pay. Go back to try again.",
	"VisitAutoPayErrorFromToken" : "There was an error while signing up for Visit Auto Pay. Try again or select a different payment method.",
});
$$WP.Strings.getNamespace("billpay.welcome.paymentmethodpage").addStrings( {
	"CashPopupPayLater" : "Pay at front desk",
	"CashPopupPayNow" : "Pay now",
	"CashPopupPrompt" : "Cash and check payments will need to be handled at the front desk. If you pay by card, we can process your payment right here for you.",
	"DiscountTotalHeader" : "This includes a discount of @MYCHART@WELCOMEDISCOUNTAMOUNT@ for paying now",
	"HowToPay" : "How do you want to pay?",
	"HowToPayAndSetUpPaymentPlan" : "What payment method would you like to use for today\u0027s payment and future payments on your payment plan?",
	"HowToPayForPaymentPlan" : "What payment method would you like to use for your payment plan?",
	"HowToPayForVAP" : "What payment method would you like to use for Visit Auto Pay?",
	"MakePayment" : "Make payment",
	"NoPaymentMethodsAvailable" : "There are no methods of payment available. See a receptionist.",
	"PayHereHeader" : "Paying here",
	"PayHereLabel" : "Complete your payment in the next step",
	"PayLater" : "Bill me later @MYCHART@WELCOMEORIGINALAMOUNT@",
	"PayLaterCardHeader" : "Bill me later",
	"PayLaterCardLabel" : "You will receive a bill at a later date to pay for this visit.",
	"PaymentTotal" : "Your payment total is @MYCHART@WELCOMETOTALAMOUNT@",
	"PayWithCard" : "Pay with card",
	"PayWithCardOrBankAccount" : "Pay with card or bank account",
	"PayWithCashOrCheck" : "Pay with cash or check at front desk",
	"PayWithCashOrCheckCardHeader" : "Paying with cash or check",
	"PayWithCashOrCheckCardLabel" : "Go to the front desk when you finish here to pay.",
	"PayWithDifferentCard" : "Pay with different card",
	"PayWithDifferentCardOrBankAccount" : "Pay with different card or bank account",
	"StoreCardCancel" : "Cancel",
	"StoreCardNo" : "Don\u0027t save",
	"StoreCardPrompt" : "Do you want to save your card for later use?",
	"StoreCardPromptOneClick" : "Do you want to save your card for future use? If you choose not to, you will not be able to set up a payment plan today.",
	"StoreCardYes" : "Save card for later",
	"Title" : "",
	"VAPTotal" : "When your balance becomes due, your payment method could be charged up to @MYCHART@WELCOMEVAPAMOUNT@.",
});
$$WP.Strings.getNamespace("billpay.welcome.paymentsuccesspage").addStrings( {
	"BankAccountText" : "Bank Account",
	"CheckingAccountText" : "Checking Account",
	"EmailFail" : "There was a problem emailing your receipt. When you\u0027re finished, see the receptionist for help.",
	"EmailSuccess" : "Your receipt has been emailed.",
	"NoPrintEmail" : "If you would like a copy of your receipt, see the receptionist when you\u0027re finished.",
	"OK" : "OK",
	"PaymentAuthCode" : "Authorization code: @MyChart@AuthCode@",
	"PaymentDescription" : "PaymentDescription",
	"PaymentDescription_AmericanExpress" : "Paid on @MyChart@PaymentDate@ by American Express ending in x@MyChart@PaymentLastFour@",
	"PaymentDescription_BankAccount" : "Paid on @MyChart@PaymentDate@ by bank account ending in x@MyChart@PaymentLastFour@",
	"PaymentDescription_CheckingAccount" : "Paid on @MyChart@PaymentDate@ by checking account ending in x@MyChart@PaymentLastFour@",
	"PaymentDescription_DinersClub" : "Paid on @MyChart@PaymentDate@ by Diners Club ending in x@MyChart@PaymentLastFour@",
	"PaymentDescription_Discover" : "Paid on @MyChart@PaymentDate@ by Discover ending in x@MyChart@PaymentLastFour@",
	"PaymentDescription_Mastercard" : "Paid on @MyChart@PaymentDate@ by MasterCard ending in x@MyChart@PaymentLastFour@",
	"PaymentDescription_SavingsAccount" : "Paid on @MyChart@PaymentDate@ by savings account ending in x@MyChart@PaymentLastFour@",
	"PaymentDescription_Visa" : "Paid on @MyChart@PaymentDate@ by Visa ending in x@MyChart@PaymentLastFour@",
	"PaymentSuccess" : "Your payment has been processed successfully!",
	"PrintFail" : "The receipt failed to print. When you\u0027re finished, see the receptionist for help.",
	"PrintSuccess" : "Your receipt has been printed. When you\u0027re finished, see the receptionist to pick it up.",
	"PrintSuccessNative" : "Your receipt has been printed. Take your printout from the printer slot below.",
	"ReceiptButtonLabel" : "Receipt",
	"ReceiptButtonLabel_EmailReceipt" : "Email receipt",
	"ReceiptButtonLabel_PrintEmailReceipt" : "Print or email receipt",
	"ReceiptButtonLabel_PrintReceipt" : "Print receipt",
	"SavingsAccountText" : "Savings Account",
	"Title" : "",
	"TotalAmount" : "@MYCHART@PaymentAmount@",
	"VAPAmount" : "Up to @MYCHART@PAYMENTAMOUNT@",
	"VAPDescription" : "VAPDescription",
	"VAPDescription_AmericanExpress" : "could be charged to American Express ending in x@MyChart@PaymentLastFour@",
	"VAPDescription_BankAccount" : "could be charged to bank account ending in x@MyChart@PaymentLastFour@",
	"VAPDescription_CheckingAccount" : "could be charged to checking account ending in x@MyChart@PaymentLastFour@",
	"VAPDescription_DinersClub" : "could be charged to Diners Club ending in x@MyChart@PaymentLastFour@",
	"VAPDescription_Discover" : "could be charged to Discover ending in x@MyChart@PaymentLastFour@",
	"VAPDescription_Mastercard" : "could be charged to MasterCard ending in x@MyChart@PaymentLastFour@",
	"VAPDescription_SavingsAccount" : "could be charged to savings account ending in x@MyChart@PaymentLastFour@",
	"VAPDescription_Visa" : "could be charged to Visa ending in x@MyChart@PaymentLastFour@",
	"VAPExpirationDate" : "Expires on: @MYCHART@VAPEXPIRATION@",
	"VAPNotificationsEmail" : "Sign-up and payment notifications will be sent to @MYCHART@VAPEMAIL@.",
	"VAPNotificationsEmailAndSMS" : "Sign-up and payment notifications will be sent to @MYCHART@VAPEMAILADDRESS@ and @MYCHART@VAPPHONENUMBER@.",
	"VAPNotificationsSMS" : "Sign-up and payment notifications will be sent to @MYCHART@VAPSMS@.",
	"VAPSuccess" : "You have successfully signed up for Visit Auto Pay!",
});
$$WP.Strings.getNamespace("builder.common").addStrings( {
	"AddFooter" : "Add Footer",
	"AddHeader" : "Add Header",
	"AddSection" : "Add Section",
	"ProdWarning" : "This is a production environment. Widgets and forms on this site are live. Using them will result in real requests sent out to your organization.",
	"ProviderListZeroStateContent" : "To see real content here, fill in the required configuration in the Properties Panel.",
	"ProviderListZeroStateTitle" : "Provider List block is not fully configured.",
	"SlotsZeroStateContent" : "To see real scheduling slots here, fill in the required configuration in the Properties Panel.",
	"SlotsZeroStateTimes" : "",
	"SlotsZeroStateTimes_0" : "7:00 AM",
	"SlotsZeroStateTimes_1" : "7:30 AM",
	"SlotsZeroStateTimes_2" : "8:00 AM",
	"SlotsZeroStateTimes_3" : "8:30 AM",
	"SlotsZeroStateTimes_4" : "9:00 AM",
	"SlotsZeroStateTitle" : "Appointment block is not fully configured.",
	"Title" : "",
});
$$WP.Strings.getNamespace("campaignoutreach").addStrings( {
	"AlreadyRequested" : "Requested",
	"AlreadyScheduled" : "Scheduled",
	"CampaignsHeader" : "Recommended for You",
	"ConfirmRemoveHyperlinkOutreach" : "You haven\u0027t visited the linked page. Do you want to hide this anyway?",
	"ConfirmRemoveSchedulingOutreach" : "You haven\u0027t scheduled an appointment. Do you want to hide this anyway?",
	"DismissalConfirmationTitle" : "Hide \"@MYCHART@OUTREACHTITLE@\"",
	"DoNotHideContentLabel" : "Go back",
	"HideContentLabel" : "Hide content",
	"HideContentTooltip" : "Hide this",
	"LastClickedBlurb" : "Visited on @MYCHART@LASTCLICKEDDATE@",
	"Title" : "",
});
$$WP.Strings.getNamespace("campaignoutreach.unsubscribe").addStrings( {
	"FailureHeading" : "Unable to unsubscribe",
	"FailureMessage" : "Something went wrong and we were unable to unsubscribe you. Try again later.",
	"ManagePreferencesButtonCaption" : "Manage preferences",
	"SuccessHeading" : "Successfully unsubscribed",
	"SuccessMessageEmail" : "You have unsubscribed from emails to @MYCHART@EMAILADDRESS@.",
	"SuccessMessageName" : "@MYCHART@FIRSTNAME@, you have unsubscribed from this topic.",
	"SuccessMessageNameAndTopic" : "@MYCHART@FIRSTNAME@, you have unsubscribed from @MYCHART@COMMCONCEPTTOPIC@",
	"Title" : "Unsubscribe",
	"UnsubscribeButtonCaption" : "Unsubscribe",
	"UnsubscribeHeading" : "Are you sure you want to unsubscribe?",
	"UnsubscribeHeadingEmail" : "Are you sure you want to unsubscribe from emails to @MYCHART@EMAILADDRESS@?",
	"UnsubscribeHeadingNameAndTopic" : "@MYCHART@FIRSTNAME@, are you sure you want to unsubscribe from @MYCHART@COMMCONCEPTTOPIC@?",
	"UnsubscribeHeadingNameOnly" : "@MYCHART@FIRSTNAME@, are you sure you want to unsubscribe?",
	"UnsubscribePrompt" : "You can always manage your preferences to only see what you like instead",
});
$$WP.Strings.getNamespace("cancelappointment").addStrings( {
	"AllOthersViewerDisplay" : "All others with access to @MYCHART@PATIENT@ at this time",
	"AppointmentAlreadyCanceled" : "This appointment is already canceled.",
	"AppointmentCanceledPostText" : "",
	"AppointmentCanceledPreText" : "",
	"AppointmentCancelRequestedPostText" : "",
	"AppointmentCancelRequestedPreText" : "",
	"AppointmentDateAndTime" : "@MYCHART@APPTDATE@ @MYCHART@APPTTIME@",
	"AppointmentDepartmentScreenReaderLabel" : "Appointment department:",
	"AppointmentProvidersScreenReaderLabel" : "Appointment providers:",
	"AppointmentTimeScreenReaderLabel" : "Appointment date and time:",
	"BackButtonText" : "Back",
	"BackButtonTooltip" : "Return to the previous page without canceling",
	"BackToHomePageButtonText" : "Back to the home page",
	"CancelAppointmentPostText" : "",
	"CancelAppointmentPreText" : "",
	"CancelAppointmentRequestPostText" : "",
	"CancelAppointmentRequestPreText" : "",
	"CancelAppointmentRequestSendButtonLabel" : "Send request",
	"CancelAppointmentRequestTitle" : "Appointment Cancellation Request",
	"CancelAppointmentTitle" : "Cancel Appointment",
	"CancelButtonText" : "Confirm cancellation",
	"CancelButtonTooltip" : "Cancel the selected appointments",
	"CancelEDVisitSuccessMessage" : "Thank you. Your visit has been canceled.",
	"CancelEDVisitTitle" : "Cancel Visit",
	"CancelEVisitTitle" : "Cancel @MYCHART@BrandEVisit@",
	"CancelEVisitTitleNoMnemonic" : "Cancel E-Visit",
	"CancelFailureHeader" : "Unable to Cancel Visit",
	"CancelFailureMessage" : "This visit cannot be canceled. Please give us a call at @MYCHART@DEPPHONE@ for more information. Thank you!",
	"CancelFailureMessageNoPhone" : "This visit cannot be canceled.",
	"CancelOnDemandVideoVisitTitle" : "Cancel On-Demand Video Visit",
	"CancelReasonPrompt" : "Why do you want to cancel this appointment?",
	"CancelReasonSelect" : "Select a reason for cancellation:",
	"CancelRequestMessageLabel" : "Why do you want to cancel this appointment?",
	"CancelRequestResponseTime" : "Enter a message to send to our scheduling team. You can expect a response within 2 business days.",
	"CancelRequestSuccessHeader" : "Cancellation Message Sent",
	"CancelRequestSuccessMessage" : "Thank you. Your appointment cancellation request has been sent. You can expect a response within 2 business days.",
	"CancelSuccessHeader" : "Cancellation Confirmed",
	"CancelSuccessMessage" : "Thank you. Your appointment has been canceled.",
	"CheckboxColumnHeader" : "Cancel",
	"CheckboxTooltip" : "This appointment will be canceled if the box is checked",
	"CommentsLabel" : "Comments:",
	"ConfirmCancellationHeader" : "Confirm Cancellation",
	"ConfirmCancellationRequestHeader" : "Confirm Cancellation Request",
	"CopayAppointmentText" : "You have already authorized the copay amount of @MYCHART@COPAYAMOUNT@ for this appointment through @MYCHART@APPTITLE@, but your credit card has not yet been charged. If you cancel this appointment, your credit card will not be charged for the copay amount.",
	"CopayPanelAppointmentText" : "If this appointment is part of a panel, the copay amount will not be charged for any appointment in the panel.",
	"CopaySectionHeader" : "Copay",
	"DateTimeColumnHeader" : "Date / Time",
	"DepartmentColumnHeader" : "Department",
	"DirectCancelWorkflowPostText" : "",
	"DirectCancelWorkflowPreText" : "",
	"GenericErrorMessage" : "An error occurred while processing your request. You may need to re-log into @MYCHART@APPTITLE@.",
	"LinkedAppointmentLabel" : "@MYCHART@APPTDATE@ @MYCHART@APPTTIME@ @MYCHART@VISITTYPE@ with @MYCHART@PROVIDERNAME@ in @MYCHART@PRIMARYDEPARTMENT@",
	"LinkedAppointmentLabelNoDepartment" : "@MYCHART@APPTDATE@ @MYCHART@APPTTIME@ @MYCHART@VISITTYPE@ with @MYCHART@PROVIDERNAME@",
	"LinkedAppointmentLabelNoProvider" : "@MYCHART@APPTDATE@ @MYCHART@APPTTIME@ @MYCHART@VISITTYPE@ in @MYCHART@PRIMARYDEPARTMENT@",
	"LinkedAppointmentLabelNoProviderNoDepartment" : "@MYCHART@APPTDATE@ @MYCHART@APPTTIME@ @MYCHART@VISITTYPE@",
	"LinkedAppointmentsSingleText" : "You may also want to cancel the following related appointment:",
	"LinkedAppointmentsText" : "You may also want to cancel one of the following related appointments:",
	"ListSeparator" : ",",
	"ProviderColumnHeader" : "Provider",
	"RequestCancelWorkflowPostText" : "",
	"RequestCancelWorkflowPreText" : "",
	"RequestFromLabel" : "From: @MYCHART@WEBUSER@",
	"SelectedAppointmentsHeader" : "Selected Appointment",
	"SelectedAppointmentsPanelText" : "The following related appointments will be canceled:",
	"SelectedAppointmentsRequestPanelAsSingleAppointmentText" : "You are requesting to cancel the following:",
	"SelectedAppointmentsRequestPanelText" : "You are requesting to cancel the following related appointments:",
	"SelectedAppointmentsRequestText" : "You are requesting to cancel the following appointments:",
	"SelectedAppointmentsText" : "You have chosen to cancel the following appointment:",
	"SelfMessageViewerDisplay" : "Myself (@MYCHART@VIEWERNAME@)",
	"SendRequestButtonTooltip" : "Request to cancel your appointment",
	"TimeToBeDetermined" : "Time To Be Determined",
	"Title" : "Cancel Appointment",
	"ViewersLabel" : "The following people will be able to view this message online:",
});
$$WP.Strings.getNamespace("cancelpopup").addStrings( {
	"addlinfo" : "Additional Information",
	"addlinfotooltip" : "Optional:  Enter additional information on canceling this application",
	"cancelapplicationbutton" : "Cancel application",
	"content" : "An error occurred while attempting to cancel the application. Please try again later.",
	"error" : "Error",
	"goback" : "Go back",
	"ok" : "OK",
	"pleaseprovidereason" : "Please tell us why you are canceling this application.",
	"Title" : "Cancel Popup",
});
$$WP.Strings.getNamespace("capturedworkflow").addStrings( {
	"BackButtonText" : "Back",
	"CloseButtonText" : "Close",
	"DotsAriaLabelPercentage" : "@MYCHART@PERCENTAGE@ percent complete.",
	"DotsAriaLabelStep" : "Step @MYCHART@CURRENTSTEP@ of @MYCHART@TOTALSTEPS@.",
	"NextButtonText" : "Next",
	"Title" : "",
});
$$WP.Strings.getNamespace("careeverywhere").addStrings( {
	"AreYouSurePopupContinueSharingButton" : "Continue sharing",
	"AreYouSurePopupHeader" : "Stop sharing your health information?",
	"AreYouSurePopupStopSharingButton" : "Stop sharing",
	"AreYouSurePopupText" : "\u003cp\u003eCurrently, this organization may securely share your medical record with members of your care team at other healthcare organizations. You can choose to limit our ability to share your record with your care team through Care Everywhere. If you choose to limit how your record may be shared, your health information may not be readily accessible to your doctors.\u003c/p\u003e\t\t\t\t\t\r\n\t\t\t\u003cp\u003eNote that even if you choose to limit sharing of your health information through Care Everywhere, we may still disclose your health information based on other authorization and as permitted by law.\u003c/p\u003e",
	"AuthorizeSharingAltText" : "Authorize Sharing",
	"CEAuthLink" : "Authorize sharing",
	"ceauthLinkDescription" : "View and manage the organizations that you are sharing with.",
	"ClickToCollapse" : "Click to collapse",
	"ClickToExpand" : "Click to expand",
	"ContactUslink" : " If you have questions or concerns, please \u003ca href=\"@MYCHART@ABSOLUTEURL@inside.asp?mode=custsvc\"\u003econtact us.\u003c/a\u003e ",
	"ContactUsPhone" : "If you have questions or concerns, please call us at @MYCHART@HELPDESKPHONE@",
	"CurrentlySharingHeader" : "Your health record can be shared if you receive care someplace else.",
	"DetailSectionHeader" : "How does sharing my record work?",
	"DownloadMyRecordAltText" : "Download My Record",
	"ErrorPopupOKButton" : "OK",
	"FinishAuthorizationPopupText" : "You have one more step before your record is shared with other health care organizations. You will be redirected to another page to give this authorization after closing this popup.",
	"FinishAuthorizationPopupTitle" : "Complete Authorization",
	"FooterTextNotSharing" : "Your health record cannot be requested by physicians at other healthcare sites if you need care someplace else. \u003ca class=\"linkcolorOverride\" href=\"@MYCHART@ABSOLUTEURL@CareEverywhere\"\u003eLearn more.\u003c/a\u003e",
	"FooterTextSharing" : "Your health record can be requested by physicians at other healthcare sites if you need care someplace else. \u003ca class=\"linkcolorOverride\" href=\"@MYCHART@ABSOLUTEURL@CareEverywhere\"\u003eLearn more.\u003c/a\u003e",
	"NotCurrentlySharingHeader" : "You have chosen not to share your health record with other healthcare sites.",
	"NotSharingImageAltText" : "Not Sharing",
	"NotSharingWarning" : "Clinicians outside of this organization will not be able to electronically request important information for your care using Care Everywhere.",
	"OnlyPhysiciansDisclaimer" : "Clinicians can request your record only if they have a legal reason to do so.",
	"OptOutNoLink" : "You can choose to limit sharing of your health information from this organization via Care Everywhere.",
	"OptOutWithLink" : " You can \u003ca href=\"#\" id=\"OptOutLink\"\u003echoose to limit sharing\u003c/a\u003e of your health information from this organization via Care Everywhere. ",
	"posttext" : "",
	"pretext" : "",
	"RecordSharingFAQHeaders" : "",
	"RecordSharingFAQHeaders_0" : "Your health is our priority",
	"RecordSharingFAQHeaders_1" : "Who can request my information?",
	"RecordSharingFAQHeaders_2" : "What information is shared?",
	"RecordSharingFAQHeaders_3" : "How is my information protected?",
	"RecordSharingFAQText" : "",
	"RecordSharingFAQText_0" : "\u003cp\u003e\r\n\t\t\t\t\t\t\t\t\tWe want to help you get safe and effective care at our organization and other places where you receive treatment. \r\n\t\t\t\t\t\t\t\t\tWe might share your record with other healthcare providers outside of this organization and your health plan so that your information is accessible to your care team. \r\n\t\t\t\t\t\t\t\t\tFor example, we might share your record so your doctors have access to your health history in emergencies, or so that a specialist you were referred to has a clear picture of your health plan.\r\n\t\t\t\t\t\t\t\t\u003c/p\u003e\r\n\t\t\r\n\t\t\t\t\t\t\t\t\u003cp\u003e\r\n\t\t\t\t\t\t\t\t\tWe use a tool called Care Everywhere, which allows healthcare providers at other organizations to request and exchange important information for your care. Secure, electronic exchange of your record gives your care team information they need to make informed decisions about your care and could even help prevent mistakes or help you avoid unnecessary tests or procedures.\r\n\t\t\t\t\t\t\t\t\tElectronic exchange of your record can also help improve your experience by decreasing the amount of your medical history and records that you need to remember, bring with you, or have sent to your healthcare providers.\r\n\t\t\t\t\t\t\t\t\u003c/p\u003e",
	"RecordSharingFAQText_1" : "Healthcare organizations that identify you as one of their patients can request your record from our organization. This helps members of your care team coordinate the different aspects of your care.",
	"RecordSharingFAQText_2" : "\u003cp\u003eAny information in your electronic health record might be shared for the purposes of treatment, including:\u003c/p\u003e\r\n\t\t\r\n\t\t\t\t\t\t\t\t\u003cul\u003e\r\n\t\t\t\t\t\t\t\t\t\u003cli\u003eAllergies\u003c/li\u003e\r\n\t\t\t\t\t\t\t\t\t\u003cli\u003eImmunizations\u003c/li\u003e\r\n\t\t\t\t\t\t\t\t\t\u003cli\u003eMedications\u003c/li\u003e\r\n\t\t\t\t\t\t\t\t\t\u003cli\u003eMedical, surgical, family, and social history\u003c/li\u003e\r\n\t\t\t\t\t\t\t\t\t\u003cli\u003eClinic and hospital visits\u003c/li\u003e\r\n\t\t\t\t\t\t\t\t\t\u003cli\u003eTest results\u003c/li\u003e\r\n\t\t\t\t\t\t\t\t\t\u003cli\u003eDiagnoses\u003c/li\u003e\r\n\t\t\t\t\t\t\t\t\t\u003cli\u003eProcedures\u003c/li\u003e\r\n\t\t\t\t\t\t\t\t\u003c/ul\u003e",
	"RecordSharingFAQText_3" : "We carefully protect the privacy and security of your information using different physical, administrative, and technical controls. When we share your health information with authorized requestors, your record is encrypted and delivered in a secure, electronic format.",
	"RelatedLinksTitle" : "Related Links",
	"ShareEverywhereLink" : "Share your health record",
	"ShareEverywhereLinkDescription" : "Grant one-time, limited access to your health information.",
	"ShareMyRecordAltText" : "Share My Record",
	"SharingImageAltText" : "Sharing",
	"StartSharing" : "Start sharing",
	"Title" : "Record Sharing Preferences",
	"UnableToCompleteRequestPopupText" : "We were unable to complete your request. Please try again later.",
	"UnableToCompleteRequestPopupTitle" : "Request failed",
	"VisitRecordsLink" : "Access visit records",
	"VisitRecordsLinkDescription" : "View, download, or transmit summaries of your past visits.",
});
$$WP.Strings.getNamespace("centralhome").addStrings( {
	"ContactInfoHeader" : "Contact Information",
	"FriendsAndFamilyButtonDescription" : "Friends and family at @MYCHART@ORGNAME@.",
	"FriendsAndFamilyText" : "Friends and family",
	"HomeTitle" : "Home",
	"ItemFeedHeader" : "Notifications",
	"LinkedAccountErrorMessage" : "We\u0027re having trouble connecting to your linked account. Please try again later.",
	"LinkedAccountJumpDescription" : "Go to @MYCHART@ORGNAME@ in a new window.",
	"LinkedAccountsHeader" : "Linked Accounts",
	"LinkNewAccountText" : "Link new account",
	"Title" : "Central Homepage",
	"WelcomeHeader" : "Welcome to MyChart Central, @MYCHART@PATIENTINFORMALNAME@!",
});
$$WP.Strings.getNamespace("changepassword").addStrings( {
	"CancelButtonText" : "Cancel",
	"CloseButtonText" : "Close",
	"ConfirmationButtonText" : "Finish",
	"ConfirmationDescription" : "Your password has been updated.",
	"ConfirmationTitle" : "You\u0027re all set.",
	"ContinueButtonText" : "Continue",
	"ErrorDescription" : "There was a problem attempting to change your password. Try again later.",
	"ErrorTitle" : "We were unable to change your password.",
	"NavigationConfirm" : "Leave this page",
	"Title" : "Change Password",
	"TryAgainButtonText" : "Try again",
	"VerifyPasswordInfoText" : "To change your password, we need to verify that you have access to the account.",
	"VerifyPasswordTitle" : "Enter your current password",
});
$$WP.Strings.getNamespace("changepcp").addStrings( {
	"BackToChangePCPLabel" : "Change PCP",
	"ChangeLocationText" : "This form requests a primary care location change for your current PCP for @MYCHART@MemberName@ with @MYCHART@CoverageName@.",
	"ChangePCPAXLabel" : "Select @MYCHART@ProviderName@ at @MYCHART@ProviderLocation@",
	"ChangePCPAXLabelWithoutLoc" : "Select @MYCHART@ProviderName@",
	"ChangePCPConfirmationBackLink" : "Search results",
	"ChangePCPConfirmationHeader" : "Change Primary Care Provider (PCP)",
	"ChangePCPHeader" : "Search for a Primary Care Provider (PCP)",
	"ChangePCPSelectLabel" : "Select",
	"DateTooEarly" : "Date can not be in the past or before coverage effective date.",
	"DateTooLate" : "Date can not be after coverage expiration date.",
	"EffectiveDateLabel" : "When change should take effect",
	"LocationAXText" : "Location",
	"MemberNameText" : "Member name",
	"NoResultSecondaryText" : "Try a different search or adjust the filters.",
	"OtherInformation" : "Other information",
	"PCPInfoText" : "Primary care provider information",
	"ReasonLabel" : "Reason for change",
	"RetryButtonLabel" : "Load all providers",
	"RetryText" : "Your search has timed out, but there may be more results.",
	"SearchBarGhostText" : "Provider",
	"SearchButtonText" : "Search",
	"SearchTermHeader" : "Search results for @MYCHART@Term@",
	"SelectedCvgText" : "This form requests a PCP for @MYCHART@MemberName@ with @MYCHART@CoverageName@.",
	"SelectLocation" : "Select location",
	"SelectProviderButton" : "Select this provider",
	"Title" : "\"Change PCP",
});
$$WP.Strings.getNamespace("chartsync.chartsynclightbox").addStrings( {
	"CancelButtonLabel" : "Cancel",
	"EstimatedTimeLeftInSeconds" : "Estimated time remaining: @MYCHART@COUNTDOWN@ seconds",
	"EstimatedTimeLeftUnderAMinute" : "Estimated time remaining: Less than a minute",
	"LoadingEstimatedTimeLeft" : "Please wait a few moments",
	"SynchronizationHeader" : "Looking up your chart",
	"SynchronizationProgress" : "We are synchronizing data from your chart.",
	"Title" : "",
});
$$WP.Strings.getNamespace("clinical.allergies").addStrings( {
	"abouthover" : "Learn more about @MYCHART@ITEMNAME@",
	"AddAllergyTitle" : "Add an allergy",
	"AddButton" : "Add an allergy",
	"addbuttonlabel" : "Report an allergy",
	"additem_accept_label" : "Accept",
	"additem_cancel_label" : "Go back",
	"additem_post_text" : "",
	"additem_pre_text" : "",
	"additem_title" : "Add an Allergy",
	"addsectionheader" : "Allergies You Reported",
	"AllergiesAreCorrect" : "These allergies are correct",
	"AllergiesListPageHeader" : "Have your allergies changed?",
	"AllergiesListPageHeader_dep" : "Have @MYCHART@PatientFirstName@\u0027s allergies changed?",
	"AllergiesSubheader" : "Current Allergies",
	"AllergiesWidgetGoToLinkLabel" : "Go to Allergies",
	"AllergiesWidgetTitle" : "Allergies",
	"allergy_icon_text_1" : "Systemic",
	"allergy_icon_text_2" : "Drug class",
	"allergy_icon_text_3" : "Food",
	"allergy_icon_text_4" : "Environmental",
	"allergy_icon_text_5" : "Animal",
	"allergy_icon_text_6" : "Plant",
	"allergy_icon_text_7" : "Chemical",
	"allergy_icon_text_8" : "Drug Ingredient",
	"allergy_icon_text_9" : "Drug",
	"allergy_icon_text_default" : "Unspecified",
	"AllergyExternalImageLabel" : "Allergy is from another organization.",
	"AllergyExternalIncompleteImageLabel" : "Allergy is from another organization that doesn\u0027t allow further details to be viewed here. Please log in to your account there.",
	"BackBtn" : "Back",
	"CancelBtn" : "Cancel",
	"clinical_lookup_startover_label" : "@MYCHART@ITEMNAME@ Go back and change the search term",
	"comments" : "Comments: @MYCHART@COMMENTS@",
	"CommentsDispLabel" : "Comments: ",
	"CommentsEntryLabel" : "Comments to provider",
	"commentslabel" : "Comments",
	"dateadded" : "Added @MYCHART@STARTDATE@",
	"datelabel" : "First reaction date",
	"deleteitem_accept_label" : "Accept",
	"deleteitem_cancel_label" : "Go back",
	"deleteitem_post_text" : "",
	"deleteitem_pre_text" : "Please describe why @MYCHART@ITEMNAME@ does not apply.",
	"deleteitem_title" : "Remove @MYCHART@ITEMNAME@",
	"deletelabel" : "Remove",
	"deletesectionheader" : "Allergies You Asked to be Removed",
	"editadditem_accept_label" : "Accept",
	"editadditem_cancel_label" : "Go back",
	"editadditem_post_text" : "",
	"editadditem_pre_text" : "",
	"editadditem_title" : "@MYCHART@ITEMNAME@ Allergy",
	"EditButton" : "Edit",
	"EditButtonDescriptiveText" : "Edit @MYCHART@AllergenToEdit@",
	"editedititem_accept_label" : "Save",
	"editedititem_cancel_label" : "Cancel",
	"editedititem_post_text" : "",
	"editedititem_pre_text" : "",
	"editedititem_title" : "Edit @MYCHART@ITEMNAME@",
	"edititem_accept_label" : "Accept",
	"edititem_cancel_label" : "Go back",
	"edititem_post_text" : "",
	"edititem_pre_text" : "",
	"edititem_title" : "Edit @MYCHART@ITEMNAME@",
	"editlabel" : "Edit",
	"editsectionheader" : "Allergies You\u0027ve Edited",
	"EditTitle" : "@MYCHART@ITEMNAME@ Allergy",
	"Error" : "Error",
	"errorclose" : "OK",
	"errorcontent" : "An error occurred while attempting to save the update. Please try again later.",
	"errortitle" : "Error",
	"externalimagelabel" : "Allergy is from another organization",
	"learnmore" : "Learn more",
	"lookup_add_selected_alt_text" : "Report selected allergy",
	"lookup_close_popup_instruction" : "You can press the escape button to close the popup.",
	"lookup_custom_accept" : "Accept",
	"lookup_custom_placeholder" : "Enter allergy name",
	"lookup_custom_pretext" : "Report your own allergy",
	"lookup_custom_trysearch" : "Search again",
	"lookup_form_header" : "Enter details about your allergy below.",
	"lookup_name_label" : "Name of allergy",
	"lookup_open_popup_text" : "A new popup window called report an allergy has appeared. Press the escape button to close this popup.",
	"lookup_results_custom_link" : "Report your own allergy",
	"lookup_results_posttext" : "",
	"lookup_results_posttext_allow_custom" : "Can\u0027t find what you\u0027re looking for? @MYCHART@CUSTOMLINK@",
	"lookup_results_pretext_few_results" : "Your search returned @MYCHART@HITS@ results.",
	"lookup_results_pretext_more_results" : "Your search returned more than @MYCHART@HITS@ results. Consider refining your search keyword.",
	"lookup_results_pretext_no_results" : "Your search returned no results.",
	"lookup_search_placeholder" : "Search for an allergy",
	"lookup_startover_label" : "Go back and change the search term",
	"lookup_suggestion_custom_link" : "Report your own allergy",
	"lookup_suggestion_has_more_results" : "Search to see more results.",
	"lookup_suggestion_search_tag" : " - Search",
	"NameLabel" : "Allergy",
	"NeedsProviderReviewBadge" : "Needs provider review",
	"NoActiveAllergies" : "No active allergies.",
	"NoAllergies" : "No allergies on file.",
	"nodata" : "You have no allergies on file.",
	"NoDataToShow" : "You have no allergies on file",
	"NoKnownAllergies" : "No known allergies.",
	"OrgNameLabel" : "Information from",
	"OrgUpdatedLabel" : "Updated @MYCHART@ORGTIMESTAMP@",
	"OrgUpToDate" : "Up to date",
	"pagetitle" : "Allergies",
	"popup_cancelbutton_label" : "Cancel",
	"pretext" : "Please review your allergies and verify that the list is up to date. \u003cstrong class=\"alert\" role=\"note\"\u003eCall @MYCHART@EMERGENCYPHONE@ if you have an emergency.\u003c/strong\u003e",
	"reactiondelimiter" : ", ",
	"ReactionEntryLabel" : "Type of reaction",
	"ReactionsDelimiter" : ", ",
	"ReactionsDispLabel" : "Reactions: ",
	"ReactionsDropdownLabel" : "Reactions",
	"reactionslabel" : "Type of reaction",
	"ReactionsList" : "@MYCHART@REACTIONSLIST@",
	"RemovalReasonAXPrompt" : "Why are you requesting removal of @MyChart@NameToBeRemoved_ForComment@?",
	"RemovalReasonPrompt" : "Why are you requesting removal?",
	"RemoveButton" : "Remove",
	"RemoveButtonDescriptiveText" : "Remove @MYCHART@AllergenToRemove@",
	"RequestRemovalCheckboxAXText" : "Request removal of @MyChart@NameToBeRemoved@",
	"RequestRemovalCheckboxText" : "Request removal",
	"restorelabel" : "Restore",
	"SaveBtn" : "Save",
	"SearchPrompt" : "Search for an allergy",
	"SevereAllergyBadgeText" : "Severe",
	"sidebartext" : "",
	"SkeletonLoadingAXDescriptor" : "Loading allergies...",
	"SkipBtn" : "Skip",
	"startdate" : "Started @MYCHART@STARTDATE@",
	"StartDateLabel" : "Started @MYCHART@STARTDATE@",
	"Title" : "Allergies",
	"unauthorized" : "Unable to load data at this time.",
	"undoadditem_accept_label" : "Remove",
	"undoadditem_cancel_label" : "Go back",
	"undoadditem_post_text" : "",
	"undoadditem_pre_text" : "Are you sure you want to remove @MYCHART@ITEMNAME@?",
	"undoadditem_title" : "Remove @MYCHART@ITEMNAME@",
	"undodeleteitem_accept_label" : "Restore",
	"undodeleteitem_cancel_label" : "Go back",
	"undodeleteitem_post_text" : "",
	"undodeleteitem_pre_text" : "Are you sure you want to restore @MYCHART@ITEMNAME@?",
	"undodeleteitem_title" : "Restore @MYCHART@ITEMNAME@",
	"undoedititem_accept_label" : "Remove",
	"undoedititem_cancel_label" : "Go back",
	"undoedititem_post_text" : "",
	"undoedititem_pre_text" : "Are you sure you want to undo the edit to @MYCHART@ITEMNAME@?",
	"undoedititem_title" : "Remove Edit to @MYCHART@ITEMNAME@",
	"VerifyBtn" : "Confirm",
	"WorkflowModePreText" : "",
});
$$WP.Strings.getNamespace("clinical.carejourneyenrollment").addStrings( {
	"CompleteImageAxDescription" : "Image showing a stork with a checkmark.",
	"CompleteStepBody" : "Your care journey setup is complete. You can change your selections in @MYCHART@JourneySettingsLink@.",
	"CompleteStepHeading" : "You\u0027re all set!",
	"CompleteStepPrimaryButton" : "View care journey",
	"EnrollmentActivityTitle" : "Care Journey Enrollment",
	"ErrorStepBody" : "Something went wrong with your enrollment. Please try again later.",
	"FruitImageAxDescription" : "Image showing various types of fruit representing the size of a baby throughout pregnancy.",
	"FruitStepAdditionalBody" : "This content will be shared with any friends or family who have access to your account.",
	"FruitStepBodyWithCarePlan" : "You will also get tasks to help you manage your health throughout your pregnancy.",
	"FruitStepBodyWithoutCarePlan" : "Sign up for weekly updates to see how your baby\u0027s growth compares with different fruit and vegetable sizes.",
	"FruitStepHeading" : "Enhance your journey",
	"FruitStepPrimaryButton" : "Add content",
	"FruitStepSecondaryButton" : "Not now",
	"IntroStepHeading" : "Start your journey",
	"IntroStepPrimaryButton" : "Continue",
	"JourneySettingsLinkLabel" : "Journey Settings",
	"ProxyImageAxDescription" : "Image of a stork holding a letter.",
	"ProxyListHeading" : "Do you want to share with the following people?",
	"ProxyListText" : "You have the option to share your pregnancy journey with your friends and family who can see your record. ",
	"ProxyRedirectLink" : "Friends and Family Access",
	"ProxyRedirectPrompt" : "If you would like to change who can see your record, go to @MYCHART@FriendsAndFamilyLink@.",
	"ProxyStepAdditionalBody" : "You will see upcoming visits, your care team, and more. ",
	"ProxyStepBody" : "A care journey is a timeline of the clinical information related to your pregnancy.",
	"ProxyStepHeading" : "Share your journey",
	"ProxyStepPrimaryButton" : "Share with them",
	"ProxyStepSecondaryButton" : "Not now",
	"Title" : "",
});
$$WP.Strings.getNamespace("clinical.carejourneys").addStrings( {
	"AdmissionNoticesBedsidePlaceholderED" : "Stay informed about your care, explore actions specific to your current visit, and more.",
	"AdmissionNoticesBedsidePlaceholderIP" : "Stay informed about your care, explore actions specific to your current stay, and more.",
	"AdmissionNoticesCardIconAccessibleDescription" : "Hospital Admission",
	"AdmissionNoticesHeaderED" : "Currently in @MYCHART@LocationName@",
	"AdmissionNoticesHeaderIP" : "Currently in the hospital",
	"AdmissionNoticesTaskPausedNoticeIconAccessibleDescription" : "Task notice",
	"AdmissionNoticesTaskPausedNoticeTextIP" : "Tasks are paused during the hospital stay.",
	"AdmissionNoticesViewEDButtonAxDescription" : "View details for the current visit",
	"AdmissionNoticesViewEDButtonText" : "View visit",
	"AdmissionNoticesViewIPButtonAxDescription" : "View details for the current hospital stay",
	"AdmissionNoticesViewIPButtonText" : "View hospital stay",
	"AppointmentStep" : "Appointment step",
	"ArchivedJourneysHeader" : "Archived",
	"ArchivedSectionHelpText" : "You can expand the Archived section to view details for journeys that you prefer not to track. To change your preferences, navigate to the journey\u0027s settings and turn on the option to track the journey.",
	"BackToCareJourneyText" : "Care Journey",
	"BackToJourneyListText" : "Care Journeys List",
	"BackToSettings" : "Back to Settings",
	"CareJourneyComplete" : "This care journey is complete.",
	"CareJourneyCompletedOn" : "You finished this care journey on @MYCHART@DateCompletedOn@.",
	"CareJourneyLoading" : "Loading care journey details",
	"CareJourneySeeAll" : "See all",
	"CareJourneyStatusMessage" : "@MYCHART@CareJourneyDisplayName@ care journey loaded.",
	"CareJourneySubheaderTextWithLabel" : "@MYCHART@SubheaderLabel@: @MYCHART@SubheaderDetails@",
	"CareJourneySwitcher" : "Switch care journey",
	"ChangesFailed" : "Failed to save changes",
	"ChangesSaved" : "Changes saved successfully",
	"CommPreferencesRedirectLink" : "Communication Preferences",
	"CommPreferencesRedirectPrompt" : "This setting does not change whether you receive notifications about this journey. To update your notification settings, go to @MYCHART@CommPreferencesLink@.",
	"CompletedStatus" : "Completed",
	"CompleteQuestionnaires" : "Complete questionnaires",
	"CompleteSingleQuestionnaire" : "Complete questionnaire",
	"ConfirmUnenroll" : "Save anyway",
	"ContinueConfirmation" : "Would you like to continue without saving?",
	"ContinueWithoutSavingText" : "Continue without saving",
	"CurrWeekFutureTaskHeader" : "@MYCHART@TaskCount@ tasks later this week",
	"CurrWeekSingleTaskHeader" : "1 task later this week",
	"DateRangeText" : "@MYCHART@StartDate@ - @MYCHART@EndDate@",
	"Details" : "Details",
	"DetailsLabel" : "Details for @MYCHART@StepTitle@",
	"DocumentActivityTitle" : "Instructions",
	"DocumentActivityTitleResearch" : "Documents",
	"DocumentDownloadLabel" : "Download this file",
	"DocumentLabel" : "@MYCHART@ButtonLabel@ @MYCHART@DocumentTitle@ document",
	"DocumentLoadMoreLabel" : "Show all",
	"DocumentPageTabTitle" : "Care Journey Document",
	"DocumentSignLabel" : "Review and sign",
	"DropdownLabel" : "Sort by",
	"ECheckInLinkAriaLabel" : "eCheck-In for @MYCHART@VisitTitle@ on @MYCHART@VisitDate@",
	"EducationComponentSectionLabel" : "Education",
	"EducationDeepLinkButtonLabel" : "View",
	"EducationLoadMoreText" : "See all",
	"EducationTitleAxText" : "Open @MYCHART@TitleName@",
	"EventsTimelineTitle" : "Events Timeline",
	"FutureRecurringCutoffText" : "Only new tasks are shown this far into the future",
	"FutureTaskBeforePrimaryEventHeader" : "@MYCHART@TaskCount@ tasks before your appointment",
	"FutureTaskBeforeSurgeryHeader" : "@MYCHART@TaskCount@ tasks before your procedure",
	"FutureTaskHeader" : "@MYCHART@TaskCount@ tasks this week",
	"FutureTaskLastBucketInWeekHeader" : "@MYCHART@TaskCount@ tasks later this week",
	"FutureTasksAXText" : "@MYCHART@TaskCount@ tasks this week. @MYCHART@StartDate@ to @MYCHART@EndDate@",
	"FutureTasksBeforePrimaryEventAXText" : "@MYCHART@TaskCount@ tasks before your appointment. @MYCHART@StartDate@ to @MYCHART@EndDate@",
	"FutureTasksBeforePrimaryEventOneDayAXText" : "@MYCHART@TaskCount@ tasks on @MYCHART@StartDate@ before your appointment",
	"FutureTasksBeforeSurgeryAXText" : "@MYCHART@TaskCount@ tasks before your procedure. @MYCHART@StartDate@ to @MYCHART@EndDate@",
	"FutureTasksBeforeSurgeryOneDayAXText" : "@MYCHART@TaskCount@ tasks on @MYCHART@StartDate@ before your procedure",
	"FutureTasksCurrWeekAXText" : "@MYCHART@TaskCount@ tasks later this week. @MYCHART@StartDate@ to @MYCHART@EndDate@",
	"FutureTasksLastBucketInWeekAXText" : "@MYCHART@TaskCount@ tasks later this week. @MYCHART@StartDate@ to @MYCHART@EndDate@",
	"FutureTasksLastBucketInWeekOneDayAXText" : "@MYCHART@TaskCount@ tasks later this week on @MYCHART@StartDate@",
	"FutureTasksLastDayCurrWeekAXText" : "@MYCHART@TaskCount@ tasks later this week on @MYCHART@StartDate@",
	"HiddenJourneyProxyHeading" : "The following friends and family can always see your journey",
	"InformationStep" : "Information step",
	"InProgressStatus" : "In Progress",
	"JourneyDetailsTitle" : "Care Journeys",
	"JourneyOverviewSubtitle" : "Information about your care journey from @MYCHART@OrganizationName@.",
	"JourneyTeamLabel" : "Care team",
	"LoadCareJourneyDocumentFailed" : "There was a problem loading your document.",
	"LoadCareJourneysFailed" : "There was a problem loading your care journeys.",
	"LoadFullTimelineFailed" : "There was a problem loading the events timeline.",
	"LoadHiddenSteps" : "Load hidden steps",
	"LoadMoreLabel" : "Load more events",
	"LoadOlderSteps" : "Load older steps (@MYCHART@NumHiddenSteps@)",
	"ManageSettingsButtonAriaLabel" : "Manage settings for @MYCHART@JourneyName@",
	"ManageSettingsButtonText" : "Manage settings",
	"MessagingButtonText" : "Send a message",
	"MoreTodayTasksText" : "+ @MYCHART@TaskCount@ more tasks",
	"MultipleGroupOrderSubtitleToday" : "Start acting on these today",
	"MultipleGroupOrderTitleToday" : "@MYCHART@OrderCount@ tests due soon",
	"MultipleGroupOrderTitleUpcoming" : "@MYCHART@OrderCount@ tests in @MYCHART@OrderMonth@",
	"NewestToOldestText" : "Newest First",
	"NextStepLabel" : "Coming up next:",
	"NoActivePastJourneysText" : "There are no active or past journeys to display.",
	"NoCareJourneys" : "You do not have any care journeys at this time.",
	"NoDocument" : "No document to display",
	"NoEventsOnTimeline" : "You don\u0027t have any events on your timeline.",
	"NoEventsScheduled" : "You don\u0027t have any events scheduled.",
	"NoJourneysZeroStateText" : "There are no active or past journeys to display.",
	"NoMoreToLoadLabel" : "No More Past Events To Load",
	"NoSteps" : "This care journey does not have any steps.",
	"NotScheduledYet" : "Not scheduled yet",
	"OldestToNewestText" : "Oldest First",
	"OngoingJourneysHeader" : "In Progress",
	"OrdersToScheduleButton" : "Schedule now",
	"OverviewButtonText" : "View details",
	"OverviewDescriptionResearch" : "Study description",
	"OverviewLinksResearch" : "Study links",
	"OverviewTitle" : "About this journey",
	"PartialTimelineHeader" : "Timeline",
	"PastDueLabel" : "Past Due",
	"PastEventsNullStateMessage" : "There are no past events to display.",
	"PastEventsNullStateMessageSecondary" : "Past events related to the journey will appear here.",
	"PastJourneysHeader" : "Past",
	"PendingDocumentLabel" : "@MYCHART@Subheader@ (pending other signatures)",
	"PregnancyOverviewSubtitle" : "Information about your pregnancy from @MYCHART@OrganizationName@.",
	"PrimaryVisitIconAriaLabel" : "Primary visit",
	"ProcedureOverviewSubtitle" : "Information about your procedure from @MYCHART@OrganizationName@.",
	"ProgressBarStepsComplete" : "@MYCHART@StepsComplete@ of @MYCHART@TotalSteps@ steps complete",
	"ProviderLinkDescription" : "@MYCHART@Name@, @MYCHART@Role@",
	"ProxyAlertBodyText" : "This journey cannot be seen by some friends or family who have access to your account. Review your sharing options in Journey Settings. ",
	"ProxyAlertLinkText" : "View settings",
	"ProxyShareHeader" : "Share your journey with family and friends",
	"ProxyShareText" : "Let your family and friends below access your journey.",
	"QuestionnairesLabel" : "Questionnaires",
	"QuestionnairesMoreText" : "+ @MYCHART@QnrCount@ more questionnaires",
	"RecentVisitHeader" : "Recent visit",
	"RecurringTaskDescription" : "Repeating @MYCHART@TaskDescription@",
	"RelatedLinkAccessibilityLabelUnviewed" : "Unread @MYCHART@linkName@",
	"RelatedLinkLabelConditionSummary" : "@MYCHART@RelatedConditionTitle@ Summary",
	"RelatedLinkLabelConversations" : "Messages",
	"RelatedLinkLabelHealthSummary" : "Health Summary",
	"RelatedLinkMedications" : "Medications",
	"RelatedLinkRegisterDelivery" : "Register for My Delivery",
	"RelatedLinkResearchStudies" : "Research Studies",
	"RelatedLinksHeading" : "Related links",
	"RelatedLinkTestResults" : "Test Results",
	"ResearchJourneyTeamLabel" : "Study team",
	"ResearchOverviewSubtitle" : "Information about your research study from @MYCHART@OrganizationName@.",
	"SaveButtonText" : "Save changes",
	"SaveInProgress" : "Saving...",
	"ScoreLastUpdateDate" : "Updated: @MYCHART@UpdateDate@",
	"SecondUnenrollWarning" : "If you unenroll, you will lose all progress on your enrolled care plan.",
	"SettingsLinkText" : "Settings",
	"SettingsTitle" : "Journey Settings",
	"ShareJourneyAxDescription" : "Share your care journey with family and friends",
	"SingleFutureTaskBeforePrimaryEventAXText" : "1 task before your appointment. @MYCHART@StartDate@ to @MYCHART@EndDate@",
	"SingleFutureTaskBeforePrimaryEventHeader" : "1 task before your appointment",
	"SingleFutureTaskBeforePrimaryEventOneDayAXText" : "1 task on @MYCHART@StartDate@ before your appointment",
	"SingleFutureTaskBeforeSurgeryAXText" : "1 task before your procedure. @MYCHART@StartDate@ to @MYCHART@EndDate@",
	"SingleFutureTaskBeforeSurgeryHeader" : "1 task before your procedure",
	"SingleFutureTaskBeforeSurgeryOneDayAXText" : "1 task on @MYCHART@StartDate@ before your procedure",
	"SingleFutureTaskHeader" : "1 task this week",
	"SingleFutureTaskLastBucketInWeekAXText" : "1 task later this week. @MYCHART@StartDate@ to @MYCHART@EndDate@",
	"SingleFutureTaskLastBucketInWeekHeader" : "1 task later this week",
	"SingleFutureTaskLastBucketInWeekOneDayAXText" : "1 task later this week on @MYCHART@StartDate@",
	"SingleGroupOrderSubtitleToday" : "Start acting on this today",
	"SingleGroupOrderTitleToday" : "1 test due soon",
	"SingleGroupOrderTitleUpcoming" : "1 test in @MYCHART@OrderMonth@",
	"SingleTaskAXText" : "1 task this week. @MYCHART@StartDate@ to @MYCHART@EndDate@",
	"SingleTaskCurrWeekAXText" : "1 task later this week. @MYCHART@StartDate@ to @MYCHART@EndDate@",
	"SingleTaskLastDayCurrWeekAXText" : "1 task later this week on @MYCHART@StartDate@",
	"StayOnPageText" : "Stay on this page",
	"StepLabel" : "Step @MYCHART@StepNumber@",
	"SummariesSectionTitle" : "Post-study summaries",
	"SummariesUnreadIndicatorAssistiveText" : "Unread",
	"SummaryLinkAccessibleText" : "@MYCHART@DisplayName@ released on @MYCHART@ReleaseDate@",
	"SummaryLinkReleaseDateLabel" : "Released on @MYCHART@ReleaseDate@",
	"SummaryLinkUnreadAccessibleText" : "New @MYCHART@DisplayName@ released on @MYCHART@ReleaseDate@",
	"Title" : "Care Journeys",
	"TodayAndUpcomingHeader" : "Today and upcoming",
	"TodayAndUpcomingZeroStateText" : "Your future events and To Do tasks will appear here.",
	"TodayHeader" : "Today",
	"TodaySectionZeroStateSecondaryText" : "Your events and To Do tasks will appear here.",
	"TodaySectionZeroStateText" : "You don\u0027t have any events today.",
	"ToDoButtonLabel" : "Complete tasks",
	"ToDoLabel" : "Tasks",
	"TogglePregnancyUpdateFeatureHeader" : "Receive To-do tasks and weekly baby size updates",
	"TogglePregnancyUpdateFeatureHeaderNoTasks" : "Receive weekly baby size updates",
	"TogglePregnancyUpdateFeatureText" : "Track your baby\u0027s growth and receive pregnancy tasks on the home page and in Care Journeys. Friends and family who have access to your record, now or in the future, will see them too.",
	"TogglePregnancyUpdateFeatureTextNoTasks" : "Track your baby\u0027s growth on the home page and in Care Journeys. Friends and family who have access to your record, now or in the future, will see it too.",
	"TrackJourneyHeader" : "Highlight this journey in @MYCHART@APPTITLE@",
	"TrackJourneyText" : "Show information about this journey on the @MYCHART@APPTITLE@ home page and Care Journeys list. If you turn this setting off, this journey will not appear on the @MYCHART@APPTITLE@ home page and will be moved to the Archived section of your journey list. ",
	"TrackPregnancyHeader" : "Highlight your pregnancy journey in @MYCHART@APPTITLE@",
	"TrackPregnancyHeaderProxy" : "Highlight this pregnancy journey in @MYCHART@APPTITLE@",
	"TrackResearchJourneyHeader" : "Highlight this research study journey in @MYCHART@APPTITLE@",
	"TransplantJourneyTeamLabel" : "Transplant team",
	"TransplantOverviewSubtitle" : "Information about your transplant from @MYCHART@OrganizationName@.",
	"UnenrollWarning" : "If you unenroll, you will lose your task progress.",
	"UnenrollWarningTitle" : "Unenroll from weekly baby size updates and To-do tasks?",
	"UnsavedChanges" : "You have unsaved changes",
	"UpcomingEventsHeader" : "Upcoming events",
	"UpcomingEventsZeroStateText" : "You don\u0027t have any events scheduled for the future.",
	"ViewAppointmentButton" : "View appointment",
	"ViewAppointmentLabel" : "View appointment for @MYCHART@StepTitle@",
	"ViewAVSAriaLabel" : "View After Visit Summary for @MYCHART@VisitTitle@ on @MYCHART@VisitDate@",
	"ViewAVSButton" : "View After Visit Summary",
	"ViewAVSLabel" : "View After Visit Summary for @MYCHART@StepTitle@",
	"ViewDocumentLabel" : "View",
	"ViewFullTimelineLink" : "View full timeline",
	"ViewFutureTasksButtonLabel" : "View more future tasks",
	"ViewJourneyButtonAriaLabel" : "View journey for @MYCHART@JourneyName@",
	"ViewJourneyButtonText" : "View journey",
	"ViewNewAVSAriaLabel" : "View new After Visit Summary for @MYCHART@VisitTitle@ on @MYCHART@VisitDate@",
	"ViewNewNotesAriaLabel" : "View new clinical notes for @MYCHART@VisitTitle@ on @MYCHART@VisitDate@",
	"ViewNewTestResultsAriaLabel" : "View new test results for @MYCHART@VisitTitle@ on @MYCHART@VisitDate@",
	"ViewNotesAriaLabel" : "View clinical notes for @MYCHART@VisitTitle@ on @MYCHART@VisitDate@",
	"ViewOrderAxLabel" : "@MYCHART@ordName@ @MYCHART@ordText@",
	"ViewPickerLabelFutureTasks" : "Future tasks",
	"ViewPickerLabelPast" : "Past",
	"ViewPickerLabelUpcoming" : "Upcoming",
	"ViewTestResultsAriaLabel" : "View test results for @MYCHART@VisitTitle@ on @MYCHART@VisitDate@",
	"VisitDetailsLinkAriaLabel" : "View details for @MYCHART@VisitTitle@ on @MYCHART@VisitDate@",
	"VisitDetailsLinkText" : "View visit details",
	"VisitTitleWithSubtitle" : "@MYCHART@VisitTitle@ (@MYCHART@Subtitle@)",
	"WlActiveStatusBanner" : "Active on the waitlist",
	"WlActiveStatusDescriptionNoFactors" : "Your transplant team can accept an organ offer for you while you are active on the waitlist.",
	"WlActiveStatusDescriptionWithFactors" : "Your transplant team can accept an organ offer for you while you are active on the waitlist. Here are some factors that impact where you are on the waitlist:",
	"WlActiveStatusSeeComms" : "See recent communications from your transplant team",
	"WlInactiveStatusBanner" : "Inactive on the waitlist",
	"WlInactiveStatusDescription" : "Your transplant team cannot accept an organ offer for you while you are inactive on the waitlist.",
	"WlInactiveStatusSeeComms" : "See recent communications from your transplant team about what\u0027s next",
});
$$WP.Strings.getNamespace("clinical.carejourneys.pregnancyupdate").addStrings( {
	"AdvertisementText" : "Would you like to begin receiving updates and useful information about your pregnancy progress on your home page and in your care journey?",
	"ErrorDismissingInvite" : "There was an error dismissing the invite.",
	"GestationalAgeWeekText" : "Week @MYCHART@GestationalAge@",
	"InviteCardActionDontAskAgain" : "Don\u0027t ask again",
	"InviteCardActionLetsGo" : "Let\u0027s go!",
	"SettingStopUpdatePopupTextNoCarePlan" : "Are you sure you want to stop viewing weekly size updates?",
	"SettingStopUpdatePopupTextWithCarePlan" : "Are you sure you want to stop viewing weekly size updates and stop getting educational content about pregnancy?",
	"SettingStopUpdatePopupTitle" : "Stop weekly size updates",
	"SettingTextShowWeeklyUpdate" : "Show weekly size update and To-Dos?",
	"SettingTextShowWeeklyUpdateProxyOrNoCarePlan" : "Show weekly size update?",
	"Title" : "",
});
$$WP.Strings.getNamespace("clinical.careteam").addStrings( {
	"aboutMe" : "About Me",
	"cant_hide_provider" : "Provider can\u0027t be hidden",
	"cant_hide_provider_info" : "This provider is from an organization that doesn\u0027t support hiding providers.",
	"cant_unhide_provider" : "Provider can\u0027t be unhidden",
	"custom_schedule_appointment_button" : "Request appointment",
	"custom_schedule_appointment_hover" : "Request an appointment",
	"descriptive_title" : "Care Team and Recent Providers",
	"direct_schedule_appointment_button" : "Schedule appointment",
	"direct_schedule_appointment_hover" : "Schedule an appointment with @MYCHART@PROVIDERNAME@",
	"exception" : "Unable to load providers at this time.",
	"general_pcp_type_text" : "Primary Care Provider",
	"go_back_to_exit_button" : "Go back to the providers list",
	"go_back_to_providers_list" : "Go back to the providers list",
	"hidden_provider" : "This provider is hidden.",
	"hide_external_provider_info" : "Log in to your account for this provider\u0027s organization to hide them.",
	"hide_provider" : "Hide provider",
	"hide_provider_hover_text" : "Hide @MYCHART@PROVIDERNAME@.",
	"hide_provider_info" : "Hidden providers will be filtered out of your care team. They may still be available for scheduling and messaging.",
	"hide_provider_success" : "@MYCHART@PROVIDERNAME@ is now hidden.",
	"HideProviderInfoBubbleAriaLabel" : "More information about hiding a provider",
	"nodatatext" : "You do not have any providers to display at this time.",
	"OrgNameLabel" : "Information from",
	"OrgUpToDate" : "Up to date",
	"other_pcp_type_text" : "@MYCHART@PCPTYPE@",
	"pretext" : "",
	"profile_link_hover_text" : "More information about @MYCHART@PROVIDERNAME@.",
	"profile_not_found_text" : "Profile of @MYCHART@PROVIDERNAME@ is currently not available.",
	"provider_image_alt_text" : "Image of @MYCHART@PROVIDERNAME@.",
	"proxy_descriptive_title" : "@MYCHART@PATIENTNAME@\u0027s Care Team and Recent Providers",
	"relationship_text" : "@MYCHART@RELATIONSHIP@",
	"request_appointment_button" : "Request appointment",
	"request_appointment_hover" : "Request an appointment with @MYCHART@PROVIDERNAME@",
	"see_all_link" : "See provider details and manage",
	"see_all_link_hidden_providers" : "See details and manage (@MYCHART@NUMBEROFPROVIDERS@ providers)",
	"see_details_button" : "See details",
	"send_message_button" : "Send message",
	"send_message_hover" : "Send a message to @MYCHART@PROVIDERNAME@",
	"show_hidden_providers_checkbox" : "Show hidden providers",
	"showing_clicked_provider_details" : "Now showing details of selected provider",
	"specialty_text" : "@MYCHART@SPECIALTY@",
	"Title" : "Care Team and Recent Providers",
	"title_and_click_for_details" : "More details about @MYCHART@PROVIDERNAME@",
	"unauthorized" : "Unable to load providers at this time.",
	"unhide_external_provider_info" : "Log in to your account for this provider\u0027s organization to unhide them.",
	"unhide_provider" : "Unhide provider",
	"unhide_provider_hover_text" : "Unhide @MYCHART@PROVIDERNAME@.",
	"update_status_error" : "Oops, something went wrong. Try again later.",
	"user_descriptive_title" : "Your Care Team and Recent Providers",
	"ViewMoreLabel" : "See details and manage care team and recent providers",
	"visit_type_post_text" : "",
	"visit_type_pre_text" : "",
	"visit_type_request_button_text" : "Request other",
	"visit_type_title" : "Choose a reason for visit",
});
$$WP.Strings.getNamespace("clinical.dayataglance").addStrings( {
	"ActivityTitle" : "Day at a Glance",
	"CareTeamText" : "View Notes from Care Team",
	"ErrorText" : "There was an error loading the Day at a Glance page.",
	"Pretext" : "Day at a Glance provides you with a summary of what to expect during your hospital stay.",
	"Title" : "Day at a Glance",
});
$$WP.Strings.getNamespace("clinical.deptdrivinginstructions").addStrings( {
	"newwindowwarning" : "Get driving directions to this location. New window will open.",
	"Title" : "Department Driving Instructions",
});
$$WP.Strings.getNamespace("clinical.genomics").addStrings( {
	"AccessibleDescriptionWithSubtitle" : "@MYCHART@IndicatorName@ @MYCHART@IndicatorSubtitle@",
	"DiseaseIndicator" : "Disease-related finding",
	"DiseaseIndicatorsHeader" : "Disease-Related Findings",
	"DiseaseIndicatorsPretext" : "This section contains findings that inform how your genes affect your risk for certain diseases.",
	"DrugIndicator" : "Medication-related finding",
	"DrugIndicatorsHeader" : "Medication-Related Findings",
	"DrugIndicatorsPretext" : "This section contains findings that inform how your genes affect your response to different medications.",
	"InteractionListHeading" : "Potential Medication Interactions",
	"MedicationWarningBannerText" : "Do not stop taking any medications without talking to your provider first.",
	"NonRelevantDiseaseIndicatorsHeader" : "Other disease-related findings",
	"NonRelevantDiseaseIndicatorsPretext" : "This section contains disease-related findings that do not require special attention.",
	"NonRelevantDrugIndicatorsHeader" : "Other medication-related findings",
	"NonRelevantDrugIndicatorsPretext" : "This section contains medication-related findings that do not require special attention.",
	"NoRelevantDiseaseIndicators" : "No disease-related findings of interest to show.",
	"NoRelevantDrugIndicators" : "No medication-related findings of interest to show.",
	"PGxAlertLabel" : "Alert",
	"PGxInfoLabel" : "Info",
	"PGxRecommendedLabel" : "Recommended",
	"PGxWarningLabel" : "Warning",
	"Pretext" : "This page shows what we know about your genes, including how they might affect the way you respond to certain medications and whether you are predisposed to certain conditions.",
	"RelatedResultFormatting" : "@MYCHART@ResultName@ on @MYCHART@ResultDate@",
	"RelatedTestResultsHeading" : "Related Test Results",
	"Title" : "My Genetic Profile",
	"ZeroStateDetailsText" : "No information available for this genetic finding.",
});
$$WP.Strings.getNamespace("clinical.goals").addStrings( {
	"add" : "Add goal",
	"cancel" : "Cancel",
	"careTeamGoalsHeader" : "Treatment Goals",
	"careTeamGoalsLoading" : "Loading care team goals",
	"date" : "Date",
	"diastolic" : "Diastolic",
	"edit" : "Edit goal",
	"eq" : "@MYCHART@GOALITEM@ equal to @MYCHART@GOALLOW@",
	"exception" : "Error loading data at this time.",
	"goal_name" : "@MYCHART@GOALTITLE@",
	"goalCreation" : "Added by @MYCHART@GOALUSER@ on @MYCHART@GOALDATE@",
	"goalFilters" : "Filters",
	"goalFiltersOn" : "Select goals:",
	"goalprogresslabel" : "Progress",
	"goalTrendsTitle" : "Goal Trends",
	"goaltype_3" : "Weight",
	"goaltype_4" : "Blood Pressure",
	"goToGoals" : "Go to Goals",
	"graphlabel" : "Graph",
	"graphWithTitleAriaLabel" : "Graph for @MYCHART@GOALTITLE@, click view full trends link below",
	"gt" : "@MYCHART@GOALITEM@ above @MYCHART@GOALLOW@",
	"gte" : "@MYCHART@GOALITEM@ no less than @MYCHART@GOALLOW@",
	"gtelt" : "@MYCHART@GOALITEM@ between @MYCHART@GOALLOW@ and @MYCHART@GOALHIGH@",
	"gtelte" : "@MYCHART@GOALITEM@ between @MYCHART@GOALLOW@ and @MYCHART@GOALHIGH@",
	"gtlt" : "@MYCHART@GOALITEM@ between @MYCHART@GOALLOW@ and @MYCHART@GOALHIGH@",
	"gtlte" : "@MYCHART@GOALITEM@ between @MYCHART@GOALLOW@ and @MYCHART@GOALHIGH@",
	"healthSummaryBackButtonLabel" : "Health Summary",
	"lastUpdatedDate" : "Updated: @MYCHART@UPDATEDDATE@",
	"leaving_goal_details" : "Tab to leave the goal details",
	"lt" : "@MYCHART@GOALITEM@ below @MYCHART@GOALHIGH@",
	"lte" : "@MYCHART@GOALITEM@ no greater than @MYCHART@GOALHIGH@",
	"messageFromCareTeam" : "Message from care team",
	"mostRecentLabel" : "Most recent",
	"mostrecenttext_absent" : "No updates yet",
	"mostrecenttext_nonnumeric" : "Last reported on @MYCHART@DATE@",
	"mostrecenttext_numeric" : "Last reported on @MYCHART@DATE@",
	"mostrecentvalue_absent" : "No Updates",
	"mostRecentValueLabel" : "Most recent value:",
	"neq" : "@MYCHART@GOALITEM@ not equal to @MYCHART@GOALLOW@",
	"noDataRelatedToGoal" : "You have no data related to this goal.",
	"nodatatext" : "Your care team has not set any goals for you.",
	"nodatatext_condition" : "You have no goals related to @MYCHART@CONDITION@.",
	"noGoals" : "You have no health goals shared with your care team.",
	"noGoalsSelected" : "You have no goals selected.",
	"noteslabel" : "Notes from your care team about this goal:",
	"noTrendData" : "No trend data available.",
	"offTarget" : "Not on track",
	"pretext" : "",
	"progressvalue_0" : "Not On Track",
	"progressvalue_1" : "On Track",
	"progressvalue_2" : "Improving",
	"progressvalue_3" : "No Change",
	"progressvalue_4" : "Worsening",
	"recentTrends" : "Recent trends",
	"save" : "Save",
	"shareHealthGoalWithCareTeam" : "Sharing a health goal with your care team can help them discuss your plan of care with you at future visits.",
	"showing_clicked_goal_details" : "Now showing details of selected goal",
	"SkeletonAXDescriptorPtGoals" : "Loading patient goals...",
	"systolic" : "Systolic",
	"tablelabel" : "Table",
	"target" : "Target",
	"Title" : "Goals",
	"title_and_clickfordetails" : "More details about @MYCHART@GOALTITLE@ goal",
	"Title_Condition" : "Goals (@MYCHART@CONDITION@)",
	"unauthorized" : "Unable to load data at this time.",
	"value" : "Value",
	"viewFullText" : "View full text",
	"viewFullTrends" : "View full trends",
	"viewFullTrendsFor" : "View full trends for @MYCHART@GOALTITLE@",
	"yourHealthGoal" : "Health goal",
	"yourHealthGoalLabel" : "Share your health goal with your care team. For example, I want to play catch with my grandkids.",
	"yourHealthGoalWidgetTitle" : "Health Goal",
});
$$WP.Strings.getNamespace("clinical.growthcharts").addStrings( {
	"AgeLabelDays" : "Age (days)",
	"AgeLabelMonths" : "Age (months)",
	"AgeLabelWeeks" : "Age (weeks)",
	"AgeLabelYears" : "Age (years)",
	"AgeTooltipLabelDays" : "days old",
	"AgeTooltipLabelMonths" : "months old",
	"AgeTooltipLabelWeeks" : "weeks old",
	"AgeTooltipLabelWeeksPregnant" : "weeks",
	"AgeTooltipLabelYears" : "years old",
	"AgeTooltipOneDay" : "day old",
	"AgeTooltipOneMonth" : "month old",
	"AgeTooltipOneWeek" : "week old",
	"AgeTooltipOneWeekPregnant" : "week",
	"AgeTooltipOneYear" : "year old",
	"BMIForAgeLabel" : "BMI for Age",
	"BMIUnit" : "kg/m2",
	"ChartOptionsLabel" : "Chart options",
	"ChartSetLabel" : "Data set:",
	"ChartTypeLabel" : "Select measurement types:",
	"ClinicEnteredReadingLabel" : "Clinic",
	"DataSourceLabel" : "Source: @MYCHART@DataSource@",
	"DateColumnLabel" : "Date",
	"DateTooltipLabel" : "Date: ",
	"DeviceEnteredReadingLabel" : "Device",
	"EntryTypeColumnLabel" : "Entry type",
	"EntryTypeTooltipLabel" : "Entry type: ",
	"GestationalAgeLabelDays" : "Gestational age (days)",
	"GestationalAgeLabelMonths" : "Gestational age (months)",
	"GestationalAgeLabelWeeks" : "Gestational age (weeks)",
	"GrowthChartsTitle" : "Growth Charts",
	"HeadCircumferenceForAgeLabel" : "Head Circumference for Age",
	"HeadCircumferenceLabelImperial" : "Head circumference (in)",
	"HeadCircumferenceLabelMetric" : "Head circumference (cm)",
	"HeightForAgeGraphTitle" : "Height for Age",
	"HeightLabelForCm" : "Height (cm)",
	"HeightLabelForInch" : "Height (in)",
	"HeightUnitImperial" : "in",
	"HeightUnitMetric" : "cm",
	"HeightVelocityForAgeLabel" : "Height Velocity for Age",
	"HeightVelocityLabelImperial" : "Velocity (in/yr)",
	"HeightVelocityLabelMetric" : "Velocity (cm/yr)",
	"HeightVelocityUnitImperial" : "in/yr",
	"HeightVelocityUnitMetric" : "cm/yr",
	"HundredPercentileDisplay" : "More than 99.9",
	"ImperialButtonLabel" : "in/lb",
	"LabelForBMI" : "BMI (kg/m2)",
	"LengthForAgeLabel" : "Length for Age",
	"LengthLabelForCm" : "Length (cm)",
	"LengthLabelForInch" : "Length (in)",
	"MetricButtonLabel" : "cm/kg",
	"NoChartTypeSelected" : "No measurement types selected. Select at least one in Chart options.",
	"NoDataLabel" : "There are no growth charts to display.",
	"NoGraphDataLabel" : "No data to show.",
	"PatientEnteredReadingLabel" : "Patient",
	"PercentileColumnLabel" : "Percentile",
	"PercentileTooltipLabel" : "Percentile: ",
	"PregnancyWeightGainGraphTitle" : "Pregnancy Total Weight Gain",
	"ShowPatientEnteredDataLabel" : "Show patient-entered data?",
	"ShowZoomedInViewLabel" : "Zoom chart to data?",
	"Title" : "Growth Charts",
	"TotalWeightGainLabelImperial" : "Total weight gain (lb)",
	"TotalWeightGainLabelMetric" : "Total weight gain (kg)",
	"UnitHeader" : "Unit of measurement:",
	"UnitToggleDisclaimer" : "The units for this growth chart cannot be changed.",
	"UnknownEntryReadingLabel" : "Unknown",
	"WeightForAgeLabel" : "Weight for Age",
	"WeightForHeightLabel" : "Weight for Height",
	"WeightForLengthLabel" : "Weight for Length",
	"WeightLabelImperial" : "Weight (lb)",
	"WeightLabelMetric" : "Weight (kg)",
	"WeightUnitImperial" : "lb",
	"WeightUnitMetric" : "kg",
	"ZeroPercentileDisplay" : "Less than 0.1",
});
$$WP.Strings.getNamespace("clinical.healthissues").addStrings( {
	"abouthover" : "Learn more about @MYCHART@ITEMNAME@",
	"AddAHealthIssue" : "Add a health issue",
	"AddButton" : "Add a health issue",
	"addbuttonlabel" : "Report a health issue",
	"additem_accept_label" : "Accept",
	"additem_cancel_label" : "Go back",
	"additem_post_text" : "",
	"additem_pre_text" : "",
	"additem_title" : "Report a Health Issue",
	"addsectionheader" : "Health Issues You Reported",
	"BackBtn" : "Back",
	"CancelHealthIssue" : "Cancel",
	"clinical_lookup_startover_label" : "@MYCHART@ITEMNAME@ Go back and change the search term",
	"comments" : "Comments: @MYCHART@COMMENTS@",
	"commentslabel" : "Comments:",
	"CommentsLabel" : "Comments to provider",
	"datelabel" : "Start date:",
	"DeleteHealthIssueAXLabel" : "Remove @MyChart@NameOfIssueToDelete@",
	"deleteitem_accept_label" : "Accept",
	"deleteitem_cancel_label" : "Go back",
	"deleteitem_post_text" : "",
	"deleteitem_pre_text" : "Please describe why @MYCHART@ITEMNAME@ does not apply.",
	"deleteitem_title" : "Remove @MYCHART@ITEMNAME@",
	"deletelabel" : "Remove",
	"deletesectionheader" : "Health Issues You Asked To Be Removed",
	"editadditem_accept_label" : "Accept",
	"editadditem_cancel_label" : "Go back",
	"editadditem_post_text" : "",
	"editadditem_pre_text" : "",
	"editadditem_title" : "Edit @MYCHART@ITEMNAME@",
	"editedititem_accept_label" : "Accept",
	"editedititem_cancel_label" : "Go back",
	"editedititem_post_text" : "",
	"editedititem_pre_text" : "",
	"editedititem_title" : "Edit @MYCHART@ITEMNAME@",
	"EditHealthIssueTitle" : "Add a health issue",
	"edititem_accept_label" : "Accept",
	"edititem_cancel_label" : "Go back",
	"edititem_post_text" : "",
	"edititem_pre_text" : "",
	"edititem_title" : "Edit @MYCHART@ITEMNAME@",
	"editlabel" : "Edit",
	"editsectionheader" : "Health Issues You\u0027ve Edited",
	"errorclose" : "OK",
	"errorcontent" : "An error occurred while attempting to save the update. Please try again later.",
	"errortitle" : "Error",
	"externalimagelabel" : "Health Issue is from another organization",
	"HealthIssueExternalImageLabel" : "Health issue is from another organization.",
	"HealthIssueExternalIncompleteImageLabel" : "Health issue is from another organization that doesn\u0027t allow further details to be viewed here. Please log in to your account there.",
	"HealthIssuesAreCorrect" : "These health issues are correct",
	"HealthIssuesListPageHeader" : "Have your health issues changed?",
	"HealthIssuesListPageHeader_dep" : "Have @MYCHART@PatientFirstName@\u0027s health issues changed?",
	"HealthIssuesSubheader" : "Current Health Issues",
	"HealthIssuesWidgetGoToLinkLabel" : "Go to Health Issues",
	"HealthIssuesWidgetTitle" : "Current Health Issues",
	"learnmore" : "Learn more",
	"lookup_add_selected_alt_text" : "Report selected health issue",
	"lookup_close_popup_instruction" : "You can press the escape button to close the popup.",
	"lookup_custom_accept" : "Accept",
	"lookup_custom_placeholder" : "Enter health issue",
	"lookup_custom_pretext" : "Report your own health issue",
	"lookup_custom_trysearch" : "Search again",
	"lookup_form_header" : "Enter details about your health issues below.",
	"lookup_name_label" : "Name:",
	"lookup_open_popup_text" : "A new popup window called report a health issue has appeared. Press the escape button to close this popup.",
	"lookup_results_custom_link" : "Report your own health issue",
	"lookup_results_posttext" : "",
	"lookup_results_posttext_allow_custom" : "Can\u0027t find what you\u0027re looking for? @MYCHART@CUSTOMLINK@",
	"lookup_results_pretext_few_results" : "Your search returned @MYCHART@HITS@ results.",
	"lookup_results_pretext_more_results" : "Your search returned more than @MYCHART@HITS@ results. Consider refining your search keyword.",
	"lookup_results_pretext_no_results" : "Your search returned no results.",
	"lookup_search_placeholder" : "Search for a health issue",
	"lookup_startover_label" : "Go back and change the search term",
	"lookup_suggestion_custom_link" : "Report your own health issue",
	"lookup_suggestion_has_more_results" : "Search to see more results.",
	"lookup_suggestion_search_tag" : " - Search",
	"MissingRequiredDialogText" : "Select a health issue from the search to continue.",
	"MissingRequiredDialogTitle" : "Missing Required Field",
	"NameLabel" : "Health issue",
	"NeedsProviderReviewBadge" : "Needs provider review",
	"nodata" : "You have no health issues on file.",
	"NoHealthIssuesOnFile" : "No health issues on file.",
	"OrgNameLabel" : "Information from",
	"OrgUpdatedLabel" : "Updated @MYCHART@ORGTIMESTAMP@",
	"OrgUpToDate" : "Up to date",
	"pagetitle" : "Health Issues",
	"popup_cancelbutton_label" : "Cancel",
	"pretext" : "Please review your health issues and verify that the list is up to date. \u003cstrong class=\"alert\" role=\"note\"\u003eCall @MYCHART@EMERGENCYPHONE@ if you have an emergency.\u003c/strong\u003e",
	"RemovalReasonAXPrompt" : "Why are you requesting removal of @MyChart@NameToBeRemoved_ForComment@?",
	"RemovalReasonPrompt" : "Why are you requesting removal?",
	"RequestRemovalCheckboxAXText" : "Request removal of @MyChart@NameToBeRemoved@",
	"RequestRemovalCheckboxText" : "Request removal",
	"restorelabel" : "Restore",
	"SaveHealthIssue" : "Save",
	"SearchHelpText" : "Search for a health issue",
	"sidebartext" : "",
	"SkeletonLoadingAXDescriptor" : "Loading health issues...",
	"SkipBtn" : "Skip",
	"startdate" : "Started @MyChart@StartDate@",
	"Title" : "Health Issues",
	"unauthorized" : "Unable to load data at this time.",
	"undoadditem_accept_label" : "Remove",
	"undoadditem_cancel_label" : "Go back",
	"undoadditem_post_text" : "",
	"undoadditem_pre_text" : "Are you sure you want to remove @MYCHART@ITEMNAME@?",
	"undoadditem_title" : "Remove @MYCHART@ITEMNAME@",
	"undodeleteitem_accept_label" : "Restore",
	"undodeleteitem_cancel_label" : "Go back",
	"undodeleteitem_post_text" : "",
	"undodeleteitem_pre_text" : "Are you sure you want to restore @MYCHART@ITEMNAME@?",
	"undodeleteitem_title" : "Restore @MYCHART@ITEMNAME@",
	"undoedititem_accept_label" : "Remove",
	"undoedititem_cancel_label" : "Go back",
	"undoedititem_post_text" : "",
	"undoedititem_pre_text" : "Are you sure you want to undo the edit to @MYCHART@ITEMNAME@?",
	"undoedititem_title" : "Remove Edit to @MYCHART@ITEMNAME@",
	"UpToDate" : "Confirm",
	"WorkflowModePreText" : "",
});
$$WP.Strings.getNamespace("clinical.healthmaintenance").addStrings( {
	"abouthover" : "Learn more.",
	"addressed" : "Addressed",
	"addressed_helpheader" : "",
	"addressed_helptext" : "",
	"addressedwithdate" : "Addressed on @MYCHART@LASTDONEDATE@",
	"addressedwithdate_helpheader" : "",
	"addressedwithdate_helptext" : "",
	"agedout" : "Not due",
	"agedout_helpheader" : "Why is this here?",
	"agedout_helptext" : "This type of preventive care is no longer appropriate for you. You do not need to worry about this any more; it is on this list to give a more complete picture of your preventive care items.",
	"agedoutwithdate" : "Not due",
	"agedoutwithdate_helpheader" : "Why is this here?",
	"agedoutwithdate_helptext" : "This type of preventive care is no longer appropriate for you. You do not need to worry about this any more; it is on this list to give a more complete picture of your preventive care items.",
	"appointment_possible_completion" : "\u003cstrong\u003eTalk to your care team\u003c/strong\u003e about this at your visit on @MYCHART@HAAPPTDATE@.",
	"completed" : "Completed",
	"completed_helpheader" : "",
	"completed_helptext" : "",
	"completedwithdate" : "Completed on @MYCHART@LASTDONEDATE@",
	"completedwithdate_helpheader" : "",
	"completedwithdate_helptext" : "",
	"DocRequiredAttestationButtonText" : "Upload document",
	"DocRequiredAttestationTooltip" : "Upload a document for @MYCHART@HATOPICNAME@",
	"due" : "Due",
	"due_helpheader" : "",
	"due_helptext" : "",
	"DueDateHelpBubbleAriaLabel" : "More information about this due date",
	"duesoon" : "Due soon",
	"duesoon_helpheader" : "",
	"duesoon_helptext" : "",
	"duesoonwithdate" : "Due on @MYCHART@DUEDATE@",
	"duesoonwithdate_helpheader" : "",
	"duesoonwithdate_helptext" : "",
	"duewithdate" : "Due since @MYCHART@DUEDATE@",
	"duewithdate_helpheader" : "",
	"duewithdate_helptext" : "",
	"ErrorLoadingData" : "Unable to load data at this time.",
	"ErrorMessage" : "An error occurred while attempting to complete the action. Please try again later.",
	"ErrorMessage_DATE_DUPLICATE" : "The date you entered already exists. Please enter a different date.",
	"ErrorOkButton" : "OK",
	"ErrorTitle" : "Error",
	"excluded" : "Not due",
	"excluded_helpheader" : "Why is this here?",
	"excluded_helptext" : "This type of preventive care is no longer appropriate for you. You do not need to worry about this any more; it is on this list to give a more complete picture of your preventive care items.",
	"excludedwithdate" : "Not due",
	"excludedwithdate_helpheader" : "Why is this here?",
	"excludedwithdate_helptext" : "This type of preventive care is no longer appropriate for you. You do not need to worry about this any more; it is on this list to give a more complete picture of your preventive care items.",
	"GeneralVisitBanner" : "Talk with your care team about completing the following preventive care services at your @MYCHART@GENERALVISITLINK@.",
	"GeneralVisitBannerVisitText" : "visit on @MYCHART@GENERALVISITDATE@",
	"HeaderTextDue" : "Due",
	"HeaderTextNotDue" : "Not due",
	"HeaderTextOverdue" : "Overdue",
	"HeaderTextPending" : "Pending updates",
	"HeaderTextPlanned" : "Planned",
	"HiddenReminderFromHomePageEditIconAccessibleText" : "edit",
	"HiddenReminderFromHomePageInfo" : "Reminder hidden until @MYCHART@SNOOZEDATELINK@",
	"HideReminderFromHomePageText" : "Hide reminder from home page",
	"lastdone" : "Last done on @MYCHART@LASTDONEDATE@",
	"lastdoneanchortitle" : "View last done dates for @MYCHART@CONTENTNAME@",
	"learnmore" : "Learn more",
	"learnmoreiconaltinfo" : "Info",
	"MarkAsCompleteButtonText" : "Mark as complete",
	"MarkAsCompleteFormButtonAcceptText" : "Accept",
	"MarkAsCompleteFormButtonCancelText" : "Go back",
	"MarkAsCompleteFormDateLabelText" : "Date completed:",
	"MarkAsCompleteFormTopicNameLabelText" : "Name:",
	"MarkAsCompletePopupTitle" : "Mark as complete",
	"MarkAsCompleteTooltip" : "Mark @MYCHART@HATOPICNAME@ as complete.",
	"NoDataText" : "You have no current preventive care reminders.",
	"notdue" : "Not due",
	"notdue_helpheader" : "",
	"notdue_helptext" : "",
	"notduewithdate" : "Not due until @MYCHART@DUEDATE@",
	"notduewithdate_helpheader" : "",
	"notduewithdate_helptext" : "",
	"overdue" : "Overdue",
	"overdue_helpheader" : "",
	"overdue_helptext" : "",
	"overduesHeading" : "Overdue health reminders",
	"overduewithdate" : "Overdue since @MYCHART@DUEDATE@",
	"overduewithdate_helpheader" : "",
	"overduewithdate_helptext" : "",
	"PendingAttestationWithDocumentationMessage" : "You said this was done on @MYCHART@PENDINGATTESTEDDATE@.",
	"PendingAttestationWithDocumentationMessageNoDate" : "You said this was done.",
	"PendingAttestationWithoutDocumentationMessage" : "You said this was done on @MYCHART@PENDINGATTESTEDDATE@. Bring any related documentation with you to a future visit, or upload it here.",
	"PendingAttestationWithoutDocumentationMessageNoDate" : "You said this was done. Bring any related documentation with you to a future visit, or upload it here.",
	"PendingDate" : "@MYCHART@PENDINGDATE@ (pending)",
	"postponed" : "Postponed",
	"postponed_helpheader" : "",
	"postponed_helptext" : "",
	"postponedwithdate" : "Postponed until @MYCHART@POSTPONEDDATE@",
	"postponedwithdate_helpheader" : "",
	"postponedwithdate_helptext" : "",
	"PreventiveReminderSubheader" : "Current preventive care reminders",
	"previouslydone" : "Previously done: ",
	"PreviouslyDoneCaretCollapsedTitleText" : "Expand all of the previously done dates.",
	"PreviouslyDoneCaretExpandedTitleText" : "Collapse the list of previously done dates.",
	"ProviderDeclinedAttestationMessage" : "We could not accept the information you provided. Talk to your care team about next steps.",
	"RemoveAttestationButtonText" : "Cancel update",
	"RemoveAttestationPopupCancelButtonText" : "No, go back",
	"RemoveAttestationPopupRemoveButtonText" : "Yes, cancel update",
	"RemoveAttestationPopupText" : "Are you sure you want to cancel the pending update for @MYCHART@HATOPICNAME@?",
	"RemoveAttestationPopupTitleText" : "Cancel pending update",
	"RemoveAttestationTooltip" : "Cancel pending update for @MYCHART@HATOPICNAME@",
	"request_health_maint_info" : "Appointment requested on @MYCHART@LASTREQUESTEDDATE@",
	"RequestAppointmentPopupAcceptText" : "Continue",
	"RequestAppointmentPopupCancelText" : "Go back",
	"RequestAppointmentPopupHeading" : "You are requesting an appointment for your @MYCHART@HATOPICNAME@. Would you like to add any of the following preventive care services to the same visit? (Optional)",
	"RequestAppointmentPopupTitle" : "Add other recommended preventive care?",
	"requestappointmenttooltip" : "Request an appointment for @MYCHART@HATOPICNAME@",
	"RequestApptButtonText" : "Request appointment",
	"rowdetailstitle" : "View more details about @MYCHART@CONTENTNAME@",
	"schedule_health_maint_info" : "Scheduled for @MYCHART@HAAPPTDATE@",
	"ScheduleApptButtonText" : "Schedule",
	"ScheduleApptTooltip" : "Schedule an appointment for @MYCHART@HATOPICNAME@",
	"SimplePatientAttestationButtonText" : "Mark as complete",
	"SimplePatientAttestationFormBackButtonText" : "Back to Preventive Care",
	"SimplePatientAttestationFormCancelButtonText" : "Cancel",
	"SimplePatientAttestationFormCommentsLabel" : "Additional comments",
	"SimplePatientAttestationFormDateLabel" : "Date",
	"SimplePatientAttestationFormDateLocationPrompt" : "Enter the date and location where you completed your @MYCHART@TopicName@.",
	"SimplePatientAttestationFormErrorMessageText" : "Something went wrong while processing your request. Please try again later.",
	"SimplePatientAttestationFormLocationLabel" : "Location",
	"SimplePatientAttestationFormSubmitButtonText" : "Submit",
	"SimplePatientAttestationFormUploadPrompt" : "Upload related documentation or proof that this was completed.",
	"SimplePatientAttestationTooltip" : "Mark @MYCHART@HATOPICNAME@ as complete",
	"SnoozeReminderButtonOneMonth" : "1 month",
	"SnoozeReminderButtonOneYear" : "1 year",
	"SnoozeReminderButtonSixMonths" : "6 months",
	"SnoozeReminderFormButtonAcceptText" : "Accept",
	"SnoozeReminderFormButtonCancelText" : "Go back",
	"SnoozeReminderFormButtonUndoText" : "Unhide reminder",
	"SnoozeReminderFormDateLabelText" : "Date hidden until:",
	"SnoozeReminderFormPromptText" : "How long would you like to hide this reminder?",
	"SnoozeReminderPopupTitle" : "Hide home page reminder for @MYCHART@HATOPICNAME@",
	"SubtextPending" : "The following preventive care services are awaiting review by your care team.",
	"Title" : "Health Maintenance Fixed",
	"TitleText" : "Preventive Care",
	"TitleTextDescription" : "Preventive care plays an important part in your health and overall well-being. The following services are recommended for people of your age, sex, and medical history.",
	"ViewApptButtonText" : "View visit details",
	"ViewApptTooltip" : "View visit details for @MYCHART@HATOPICNAME@",
	"ViewOrderButtonText" : "View instructions and details",
	"ViewOrderTooltip" : "View instructions and details for @MYCHART@HATOPICNAME@",
});
$$WP.Strings.getNamespace("clinical.immunizations").addStrings( {
	"abouthover" : "Learn more about @MYCHART@ITEMNAME@",
	"AdministeredDate" : "Administered on @MYCHART@DATE@",
	"administeredDatesLabel" : "Dates on file: @MYCHART@DATELIST@",
	"DatesAdministeredLabel" : "Dates on file: ",
	"DatesAdministeredPlural" : "@MYCHART@MOSTRECENTIMMDATE@, +@MYCHART@PLUSMORECOUNT@ more",
	"DetailsPretext" : "This is a list of doses that your clinic has on file for you.",
	"DetailsTitle" : "Immunization Details",
	"DoseLabel" : "Dose:",
	"ExternalDataOnly" : "Go to Immunizations to see information from other organizations you have visited.",
	"externalimagelabel" : "Immunization is from another organization",
	"FullNameLabel" : "Clinical name:",
	"happytogetherpretext" : "This is a list of immunizations that your clinic has on file for you.",
	"HealthSummaryBackButtonLabel" : "Back to Health Summary",
	"ImmunizationsBackButtonLabel" : "Back to Immunizations",
	"ImmunizationsSubheader" : "Current Immunizations",
	"ImmunizationsWidgetGoToLinkLabel" : "Go to Immunizations",
	"learnmore" : "Learn more",
	"listSeparator" : ", ",
	"LocationLabel" : "Location:",
	"LotNumberLabel" : "Lot #:",
	"ManufacturerLabel" : "Manufacturer:",
	"NDCLabel" : "NDC:",
	"NoData" : "No immunizations on file.",
	"NoDetails" : "No additional information on file",
	"NoLocalData" : "No immunizations on file for this organization.",
	"OrgNameLabel" : "Information from",
	"OrgUpToDate" : "Up to date",
	"pretext" : "This is a list of immunizations that your clinic has on file for you.",
	"ProductNameLabel" : "Product:",
	"RouteLabel" : "Route:",
	"sidebartext" : "",
	"SiteLabel" : "Site:",
	"SkeletonLoadingAXDescriptor" : "Loading immunizations...",
	"Title" : "Immunizations",
	"TitleText" : "Immunizations",
	"ViewDetails" : "View details",
});
$$WP.Strings.getNamespace("clinical.infectioncontrol").addStrings( {
	"AddDefaultSuccessHeaderText" : "Vaccination verified",
	"AddDefaultSuccessSubtext" : "This vaccination has been added to your record.",
	"AddMessageSuccessHeaderText" : "Your vaccination information has been submitted",
	"AddMessageSuccessSubtext" : "Your information will be updated after it has been reviewed.",
	"AddPopupBackText" : "Go back",
	"AddPopupConfirmText" : "Add",
	"AddPopupHeaderText" : "Add vaccine dose?",
	"AddPopupSubtext" : "Are you sure you want to add the dose administered on @MYCHART@AdministrationDate@ to your record?",
	"AddToAppleWalletButtonLabel" : "Add vaccination to Apple Wallet",
	"AllUnreconciledVaccineInExportBannerHeader" : "Your vaccination information has not been reviewed by a provider",
	"AllUnreconciledVaccineInExportBannerText" : "It is not included in the download or export.",
	"AllUnreconciledVaccineInQRCodeBannerHeader" : "Your vaccination information has not been reviewed by a provider",
	"AllUnreconciledVaccineInQRCodeBannerText" : "It is not available as a QR Code.",
	"AllUnsupportedVaccineInExportBannerHeader" : "Your vaccination information cannot be shared",
	"AllUnsupportedVaccineInExportBannerText" : "It is not included in the download or export.",
	"AllUnsupportedVaccineInQRCodeBannerHeader" : "Your vaccination information cannot be shared",
	"AllUnsupportedVaccineInQRCodeBannerText" : "It is not available as a QR Code.",
	"BarcodeButtonLabel" : "QR Codes",
	"CovidBarcodesErrorPopupHeader" : "Unable to generate QR Codes",
	"CovidBarcodesErrorPopupText" : "Please try again later or contact your healthcare organization if the problem persists.",
	"CovidBarcodesPretext" : "Scan these QR Codes at participating locations to share your COVID-19 information. These QR Codes also include your legal name and date of birth.",
	"CovidBarcodesTitle" : "COVID-19 QR Code Verification",
	"CovidExportPretext" : "How would you like to share your COVID-19 information?",
	"CovidExportTitle" : "Share COVID-19 Information",
	"CovidReloadMessage" : "Information has been updated",
	"CovidSingleBarcodePretext" : "Scan this QR Code at participating locations to share your COVID-19 information. This QR Code also includes your legal name and date of birth.",
	"CovidStatusBackButtonLabel" : "Back to COVID-19",
	"DateOfBirth" : "Date of birth: @MYCHART@PatientDOB@",
	"DateWithoutTime" : "@MYCHART@TestDate@",
	"DateWithTime" : "@MYCHART@TestDate@ at @MYCHART@TestTime@ @MYCHART@TimeZone@",
	"DismissRegistryQueryButtonLabel" : "Not now",
	"DOB" : "DOB: @MYCHART@PatientDOB@",
	"DownloadButtonLabel" : "Download",
	"DownloadConfirmButtonPopupScreenReaderText" : "Document download will open in a new browser tab.",
	"ExpandableSelfScreeningScreenReaderText" : "More information about your COVID-19 self-assessment status",
	"ExpandableTestResultsScreenReaderText" : "More information about your COVID-19 test results",
	"ExpandableVaccineScreenReaderText" : "More information about your COVID-19 vaccine",
	"ExportConfirmButtonPopupScreenReaderText" : "Digital wallet export will open in a new browser tab.",
	"ExportConfirmButtonText" : "Export",
	"ExportConfirmPopupHeader" : "Confirm export",
	"ExportConfirmPopupText" : "Once you export this file, it will no longer be secured by @MYCHART@APPTITLE@. Other apps on your device might have access to this file. Do you want to continue?",
	"ExportDeclineButtonText" : "Go back",
	"ExportHealthCardButtonText" : "Export",
	"ExportHealthCardCheckboxHeader" : "Select what information you would like to export:",
	"ExportHealthCardHeader" : "Export to another app",
	"ExportHealthCardOptionsHeader" : "The following information will be exported:",
	"ExportHealthCardText" : "Export vaccination and test result information to a digital wallet app that supports SMART Health Cards. This export also includes your legal name and date of birth.",
	"ExportRequiredOptionsText" : "At least one item must be selected",
	"ExportTestResultsLabel" : "Test Result",
	"ExportVaccinationsLabel" : "Vaccinations",
	"ExternalImageLabel" : "Information is from another organization",
	"ExternalIncompleteImageLabel" : "Information is from another organization that doesn\u0027t allow further details to be viewed here. Please log in to your account there",
	"FailureHeaderText" : "We were unable to process your request for this dose",
	"FailureSubtext" : "Please try again later.",
	"FilteredVaccinationTextMultiple" : "@MYCHART@TotalVaccineDosesAdministered@ vaccine doses included in QR Codes",
	"FilteredVaccinationTextSingle" : "1 vaccine dose included in QR Codes",
	"H2GSyncAndRegistryQueryNotStartedText" : "If you received a COVID-19 vaccine and don\u0027t see it here, check for updates from vaccination registries and your linked accounts.",
	"H2GSyncLearnMoreButtonLabel" : "Learn more",
	"H2GSyncNoDataHeader" : "We didn\u0027t get any new information.",
	"H2GSyncNoDataVaccineQuestionnaireHeader" : "We didn\u0027t get any new information.",
	"H2GSyncNotStartedText" : "If you received a COVID-19 vaccine and don\u0027t see it here, check for updates from your linked accounts.",
	"H2GSyncTimedOutHeader" : "We didn\u0027t get any updates yet.",
	"H2GSyncTimedOutVaccineQuestionnaireHeader" : "We didn\u0027t get any updates yet.",
	"HealthWalletDescriptionHeader" : "What is a digital wallet?",
	"HealthWalletDescriptionText" : "Digital wallet apps can store a variety of items including credit cards, event tickets, and healthcare data. If your digital wallet app supports SMART Health Cards, you can save your COVID-19 information and share it when needed, even if you’re offline.",
	"HelpfulResources" : "Helpful Resources",
	"HistoricalTestStatusDetected" : "Virus detected",
	"HistoricalTestStatusNotDetected" : "Virus not detected",
	"Information" : "Information",
	"InvalidVaccineBannerText" : "Your COVID-19 vaccination information might be incomplete. Check back later, or contact your provider for more information.",
	"InvalidVaccineHeader" : "Vaccination status unknown",
	"InvalidVaccineSubtext" : "COVID-19 vaccination status unknown.",
	"LearnMorePopupCloseButtonLabel" : "Close",
	"LearnMorePopupNewDataPostText" : "Your providers at @MYCHART@OrganizationName@ have access to your updated vaccination information.",
	"LearnMorePopupNoDataWithoutQuestionnairePostText" : "If you still don\u0027t see your vaccination information, you can try again later or contact your healthcare provider for additional help.",
	"LearnMorePopupNoDataWithQuestionnairePostText" : "If you still don\u0027t see your vaccination information, you can try again later or enter it yourself.",
	"LearnMorePopupOrganizationNameListItem" : "@MYCHART@SecondaryOrganizationName@",
	"LearnMorePopupOrganizationNameWithUnreconciledDataListItemPostText" : "Has unreviewed vaccine information",
	"LearnMorePopupOrganizationWithUnreconciledDataPostText" : "Some of your linked accounts have unreviewed vaccination information, which was not included in the most recent update. This information might become available after it is reviewed by you or your providers at those organizations.",
	"LearnMorePopupPreText" : "@MYCHART@APPTITLE@ checked for updated vaccination information from the following sources:",
	"LearnMorePopupStateRegistryListItem" : "Vaccination registries through @MYCHART@OrganizationName@",
	"LearnMorePopupTitle" : "Where did @MYCHART@APPTITLE@ check for updates?",
	"LearnMorePopupUnsupportedOrganizationPostText" : "Your other linked accounts do not support this feature yet, and they were not included in the most recent update.",
	"LinkNewWindow" : "Opens in a new window",
	"MessageVaccineProofUnavailableWarning" : "Until a provider confirms you\u0027ve received this dose, it will not be included in anything you download, export, or share as proof of vaccination.",
	"NoData" : "No information to display",
	"NoPastScreenings" : "No recent self-assessments",
	"NoQuestionnaireNo" : "No, dismiss",
	"NoResultsToDisplay" : "You have no results to display",
	"NotAllResultsDisplayed" : "Only your five most recent COVID-19 test results are shown.",
	"NotAllResultsDisplayedWithLink" : "Only your five most recent COVID-19 test results are shown. \u003ca href=\"#\" id=\"testresultslistlink\"\u003eView all of your test results.\u003c/a\u003e",
	"NumberOfBarcodes" : "@MYCHART@BarcodeNumberTotal@ QR Codes showing",
	"OrgNameLabel" : "Information from",
	"OrgUpToDate" : "Up to date",
	"PastResultsHeader" : "Past Test Results",
	"PastScreeningRowSummary" : "@MYCHART@SCREENSTATUS@ from @MYCHART@SCREENDATE@. Print this self-assessment.",
	"PastScreeningRowSummaryMobile" : "@MYCHART@SCREENSTATUS@ from @MYCHART@SCREENDATE@. View this self-assessment.",
	"PastScreeningsHeader" : "Past Self-Assessments",
	"PastScreeningsPostTextFullNotice" : "Only your five most recent COVID-19 self-assessments are shown. Self-assessments are from the past two weeks.",
	"PastScreeningsPostTextOnlyRecent" : "Self-assessments are from the past two weeks.",
	"PastScreeningsRowHoverText" : "Print this self-assessment",
	"PastScreeningsRowHoverTextMobile" : "View this self-assessment",
	"PerformingOrg" : "Performed:",
	"Pretext" : "",
	"QuestionnaireCompletedErrorScoring" : "Failed to determine risk of infection",
	"QuestionnaireCompletedErrorScoringDescription" : "Contact your healthcare provider to discuss your answers and determine your risk of currently having COVID-19.",
	"QuestionnaireCompletedErrorScoringWithTime" : "Self-assessment complete - Failed to determine risk of infection (@MYCHART@SUBMITTEDTIMEAGO@)",
	"QuestionnaireCompletedExposureReported" : "COVID-19 exposure reported",
	"QuestionnaireCompletedExposureReportedDescription" : "If you are concerned about your COVID-19 exposure, consult your provider. If you develop severe symptoms, call @MYCHART@EMERGENCYPHONE@.",
	"QuestionnaireCompletedExposureReportedWithTime" : "Self-assessment complete - COVID-19 exposure reported (@MYCHART@SUBMITTEDTIMEAGO@)",
	"QuestionnaireCompletedNoRiskFactorQuestions" : "Self-assessment complete",
	"QuestionnaireCompletedNoRiskFactorQuestionsWithTime" : "Self-assessment complete (@MYCHART@SUBMITTEDTIMEAGO@)",
	"QuestionnaireCompletedNoSymptomsOrExposure" : "No symptoms or exposure reported",
	"QuestionnaireCompletedNoSymptomsOrExposureDescription" : "Continue to follow public health COVID-19 recommendations, and consult a medical provider if you develop severe symptoms, become concerned about exposure to COVID-19, or have any concerns about your health.",
	"QuestionnaireCompletedNoSymptomsOrExposureWithTime" : "Self-assessment complete - No symptoms or exposure reported (@MYCHART@SUBMITTEDTIMEAGO@)",
	"QuestionnaireCompletedSymptomsAndExposureReported" : "One or more symptoms and COVID-19 exposure reported",
	"QuestionnaireCompletedSymptomsAndExposureReportedDescription" : "Continue to monitor your symptoms. If you are concerned about your symptoms or COVID-19 exposure, consult your provider. If symptoms are severe or become severe, call @MYCHART@EMERGENCYPHONE@.",
	"QuestionnaireCompletedSymptomsAndExposureReportedWithTime" : "Self-assessment complete - One or more symptoms and COVID-19 exposure reported (@MYCHART@SUBMITTEDTIMEAGO@)",
	"QuestionnaireCompletedSymptomsReported" : "One or more symptoms reported",
	"QuestionnaireCompletedSymptomsReportedDescription" : "Continue to monitor your symptoms. If you are concerned about your symptoms, consult your provider. If your symptoms are severe or become severe, call @MYCHART@EMERGENCYPHONE@.",
	"QuestionnaireCompletedSymptomsReportedWithTime" : "Self-assessment complete - One or more symptoms reported (@MYCHART@SUBMITTEDTIMEAGO@)",
	"QuestionnaireHighRisk" : "High risk self-assessment",
	"QuestionnaireHighRiskWithTime" : "Self-assessment complete - High risk of infection (@MYCHART@SUBMITTEDTIMEAGO@)",
	"QuestionnaireLinkText" : "Start a new COVID-19 self-assessment",
	"QuestionnaireLowRisk" : "Low risk self-assessment",
	"QuestionnaireLowRiskWithTime" : "Self-assessment complete - Low risk of infection (@MYCHART@SUBMITTEDTIMEAGO@)",
	"QuestionnaireMediumRisk" : "High risk self-assessment",
	"QuestionnaireMediumRiskWithTime" : "Self-assessment complete - High risk of infection (@MYCHART@SUBMITTEDTIMEAGO@)",
	"QuestionnaireNotAnswered" : "No recent self-assessments",
	"QuestionnaireNotAnsweredDescription" : "@MYCHART@OrganizationName@ has no COVID-19 self-assessments from you in the last 24 hours.",
	"QuestionnairePositiveTestReported" : "Positive test reported",
	"QuestionnairePositiveTestReportedDescription" : "Your latest self-assessment reported a positive COVID-19 test result.",
	"QuestionnairePositiveTestReportedWithTime" : "Self-assessment complete - Positive test reported (@MYCHART@SUBMITTEDTIMEAGO@)",
	"QuestionnaireSuccessHeaderText" : "Your vaccination information has been submitted",
	"QuestionnaireSuccessSubtext" : "Your information will be updated after it has been reviewed.",
	"RecentResultHeader" : "Most Recent Test Result",
	"RecentScreeningHeader" : "Most Recent Self-Assessment",
	"RegistryQueryButtonLabel" : "Update",
	"RegistryQueryInProgressHeader" : "Searching for your information...",
	"RegistryQueryInProgressText" : "This may take a few seconds.",
	"RegistryQueryNoDataHeader" : "We didn\u0027t get any new information from vaccination registries.",
	"RegistryQueryNoDataText" : "Contact your healthcare provider for additional help.",
	"RegistryQueryNotStartedHeader" : "Not seeing your vaccine dose?",
	"RegistryQueryNotStartedText" : "If you received a COVID-19 vaccine and don\u0027t see it here, check for updates from vaccination registries.",
	"RegistryQueryTimedOutHeader" : "We didn\u0027t get an update from vaccination registries yet.",
	"RegistryQueryTimedOutText" : "Check back later, or contact your healthcare provider for additional help.",
	"RegistryQueryUpdatedHeader" : "Update successful!",
	"RegistryQueryUpdatedText" : "Your vaccination information has been updated.",
	"RemovePopupBackText" : "Go back",
	"RemovePopupNoQuestionnaireConfirmText" : "Dismiss",
	"RemovePopupNoQuestionnaireHeaderText" : "Dismiss vaccine dose?",
	"RemovePopupNoQuestionnaireSubtext" : "Are you sure you want to dismiss the dose administered on @MYCHART@AdministrationDate@? It will not be added to your record.",
	"RemovePopupWithQuestionnaireConfirmText" : "Continue",
	"RemovePopupWithQuestionnaireHeaderText" : "Are you sure?",
	"RemovePopupWithQuestionnaireSubtext" : "If you continue, the dose administered on @MYCHART@AdministrationDate@ will not be added to your record. You may enter correct dose information after continuing.",
	"RemoveSuccessHeaderText" : "Dose dismissed",
	"RemoveSuccessSubtext" : "To add a new dose, enter your vaccination information.",
	"ResultCollectionDate" : "Collected:",
	"ResultDate" : "Resulted:",
	"ResultName" : "Name:",
	"ResultStatus" : "Status:",
	"ResultStatusDetectedDetailsLabel" : "Virus detected, result from @MYCHART@TestDate@. View details for this result.",
	"ResultStatusNotDetectedDetailsLabel" : "Virus not detected, result from @MYCHART@TestDate@. View details for this result.",
	"SMARTHealthCardDescriptionHeader" : "What is a SMART Health Card?",
	"SMARTHealthCardDescriptionText" : "SMART Health Cards are digital versions of your healthcare information that you can easily share.",
	"SomeUnreconciledVaccineInExportBannerHeader" : "Some vaccination information has not been reviewed by a provider",
	"SomeUnreconciledVaccineInExportBannerText" : "It is not included in the download or export.",
	"SomeUnreconciledVaccineInQRCodeBannerHeader" : "Some vaccination information has not been reviewed by a provider",
	"SomeUnreconciledVaccineInQRCodeBannerText" : "It is not included in QR Codes.",
	"SomeUnsupportedVaccineInExportBannerHeader" : "Some vaccination information cannot be shared",
	"SomeUnsupportedVaccineInExportBannerText" : "It is not included in the download or export.",
	"SomeUnsupportedVaccineInQRCodeBannerHeader" : "Some vaccination information cannot be shared",
	"SomeUnsupportedVaccineInQRCodeBannerText" : "It is not included in QR Codes.",
	"SubmittedHoursAgo" : "@MYCHART@HOURS@ hours ago",
	"SubmittedJustNow" : "under an hour ago",
	"SubmittedOneHourAgo" : "1 hour ago",
	"TestResultBarcodeAltText" : "Test result QR Code",
	"TestResultBarcodeNumberLabel" : "Test Result QR Code @MYCHART@BarcodeNumber@ of @MYCHART@BarcodeNumberTotal@",
	"TestResultBarcodesHeader" : "Test Results",
	"TestResultExportNotAvailableHeader" : "Test result unavailable",
	"TestResultExportNotAvailableText" : "@MYCHART@OrganizationName@ does not support exporting your test result information.",
	"TestResultQRCodesNotAvailableText" : "@MYCHART@OrganizationName@ does not support displaying your test result information via QR Codes.",
	"TestStatusDetected" : "Tested - Virus detected",
	"TestStatusDetectedDaysAgoMultipleLabel" : "Tested - Virus detected (@MYCHART@DaysSinceResulted@ days ago)",
	"TestStatusDetectedDaysAgoSingularLabel" : "Tested - Virus detected (@MYCHART@DaysSinceResulted@ day ago)",
	"TestStatusDetectedHoursAgoMultipleLabel" : "Tested - Virus detected (@MYCHART@HoursSinceResulted@ hours ago)",
	"TestStatusDetectedHoursAgoSingularLabel" : "Tested - Virus detected (@MYCHART@HoursSinceResulted@ hour ago)",
	"TestStatusInProgress" : "Testing in progress",
	"TestStatusInProgressDetails" : "Ordered by @MYCHART@OrderingProvider@ at @MYCHART@OrganizationName@ on @MYCHART@TestDate@.",
	"TestStatusNotDetected" : "Tested - Virus not detected",
	"TestStatusNotDetectedDaysAgoMultipleLabel" : "Tested - Virus not detected (@MYCHART@DaysSinceResulted@ days ago)",
	"TestStatusNotDetectedDaysAgoSingularLabel" : "Tested - Virus not detected (@MYCHART@DaysSinceResulted@ day ago)",
	"TestStatusNotDetectedHoursAgoMultipleLabel" : "Tested - Virus not detected (@MYCHART@HoursSinceResulted@ hours ago)",
	"TestStatusNotDetectedHoursAgoSingularLabel" : "Tested - Virus not detected (@MYCHART@HoursSinceResulted@ hour ago)",
	"TestStatusNotRecent" : "No COVID-19 test results found in the past @MYCHART@DaysUntilOld@ days",
	"TestStatusNotTested" : "No test results found",
	"TestStatusNotTestedDetails" : "@MYCHART@OrganizationName@ has no information about your COVID-19 tests.",
	"TestStatusResultedDetails" : "Performed at @MYCHART@OrganizationName@ on @MYCHART@TestDate@.",
	"Title" : "COVID-19",
	"UnreconciledHeaderText" : "Does this dose match your vaccination card?",
	"UnreconciledVaccineHeader" : "This vaccination information has not been reviewed by a provider",
	"UnreconciledVaccineText" : "It will not be included in anything you download, export, or share as proof of vaccination.",
	"UnsupportedVaccineHeader" : "This vaccination information cannot be shared",
	"UnsupportedVaccineText" : "It will not be included in anything you download, export, or share as proof of vaccination.",
	"UnsupportedVaccineTextNoPDF" : "It will not be included in QR Codes or in the export to a digital wallet.",
	"VaccinationBarcodeAltText" : "Vaccination QR Code",
	"VaccinationBarcodeNumberLabel" : "Vaccination QR Code @MYCHART@BarcodeNumber@ of @MYCHART@BarcodeNumberTotal@",
	"VaccinationBarcodesHeader" : "Vaccinations",
	"VaccinationYes" : "Yes, confirm",
	"VaccineAdministrationDetails" : "Dose @MYCHART@VaccineDoseNumber@ administered on @MYCHART@AdministrationDate@",
	"VaccineAdministrationDetailsNoDoseNumber" : "Dose administered on @MYCHART@AdministrationDate@",
	"VaccineAdministrationGivenByLabel" : "Given by:",
	"VaccineAdministrationLocationLabel" : "Location:",
	"VaccineDosesReceivedOne" : "1 COVID-19 vaccine dose received",
	"VaccineDosesReceivedThreeOrMore" : "@MYCHART@TotalVaccineDosesAdministered@ COVID-19 vaccine doses received",
	"VaccineDosesReceivedTwo" : "2 COVID-19 vaccine doses received",
	"VaccineDownloadButtonText" : "Download vaccination record",
	"VaccineDownloadConfirmButtonText" : "Download",
	"VaccineDownloadConfirmPopupText" : "Once you download this file, it will no longer be secured by @MYCHART@APPTITLE@. Other apps on your device might have access to this file. Do you want to continue?",
	"VaccineDownloadConfirmPopupTitle" : "Confirm vaccination download",
	"VaccineDownloadDeclineButtonText" : "Go back",
	"VaccineDownloadErrorPopupText" : "Generating your record is taking longer than expected. Please try again later.",
	"VaccineDownloadErrorPopupTitle" : "Downloading your vaccination record",
	"VaccineDownloadLoadingButtonText" : "Downloading vaccination record",
	"VaccineDownloadPDFButtonText" : "Download",
	"VaccineDownloadPDFHeader" : "Download vaccination record",
	"VaccineDownloadPDFText" : "Download your COVID-19 vaccination information as a PDF.",
	"VaccineExportNotAvailableHeader" : "Vaccinations unavailable",
	"VaccineExportNotAvailableText" : "@MYCHART@OrganizationName@ does not support exporting your vaccination information.",
	"VaccineInProgressBoosterDue" : "Booster dose recommended on or after @MYCHART@VaccineDueAfterDate@",
	"VaccineInProgressNextDue" : "Next dose due on or after @MYCHART@VaccineDueAfterDate@",
	"VaccineLastAdministered" : "Most recent dose received on @MYCHART@LastVaccineReceivedDate@",
	"VaccineLotNumberLabel" : "Lot #:",
	"VaccineManufacturerLabel" : "Manufacturer:",
	"VaccineNameLabel" : "Name:",
	"VaccineNotAdministered" : "No vaccine doses found",
	"VaccineNotAdministeredDetails" : "@MYCHART@OrganizationName@ has no information about your COVID-19 vaccinations.",
	"VaccinePendingUpdateHeaderText" : "Your vaccination information has been submitted",
	"VaccinePendingUpdateSubtext" : "Your information will be updated after it has been reviewed.",
	"VaccineQRCodesNotAvailableText" : "@MYCHART@OrganizationName@ does not support displaying your vaccination information via QR Codes.",
	"VaccineQuestionnaireButtonLabel" : "Enter information",
	"VaccineQuestionnaireHeaderTextRegistryDisabled" : "Not seeing your vaccine dose?",
	"VaccineQuestionnaireNoDataHeaderText" : "We didn\u0027t get any new information from vaccination registries.",
	"VaccineQuestionnaireNoDataSubtext" : "If your vaccination information listed here is incomplete, you can enter updates yourself.",
	"VaccineQuestionnaireSubtextRegistryDisabled" : "You can enter your vaccination information.",
	"VaccineQuestionnaireTimedOutHeaderText" : "We didn\u0027t get an update from vaccination registries yet.",
	"VaccineQuestionnaireTimedOutSubtext" : "Check back later. If you still don\u0027t see your vaccination information, you can enter it yourself.",
	"ViewAssessmentDataTooltip" : "View more information on this assessment",
	"ViewAssessmentDetails" : "View details of this assessment",
	"ViewFullTRDetails" : "View details of this result",
	"ViewResultDataTooltip" : "View more information on this result",
	"WithQuestionnaireNo" : "No, make corrections",
});
$$WP.Strings.getNamespace("clinical.medications").addStrings( {
	"abouthover" : "Learn more about @MYCHART@ITEMNAME@",
	"actual_cost_will_update_later_help_text" : "The cost will be updated on the Medications page once it is available. Please check back later or contact your pharmacy if you have questions.",
	"add_rx_comment" : "Add comments",
	"addbuttonlabel" : "Report a medication",
	"additem_accept_label" : "Accept",
	"additem_cancel_label" : "Go back",
	"additem_post_text" : "",
	"additem_pre_text" : "",
	"additem_title" : "Report a medication that you are taking",
	"AddMedicationDetailsTitle" : "Add medication",
	"addsectionheader" : "Medications You Reported Taking",
	"addsectionsubtitle" : "Medications will not be added until your provider reviews them in a future visit.",
	"AddTitle" : "Add a medication",
	"admitted" : "Do not take any medications during your hospital stay unless your provider tells you otherwise. You cannot refill prescriptions during your hospital stay. If you have questions, talk with your care team.",
	"admittedproxy" : "@MYCHART@PATIENTFIRSTNAME@ cannot take any medications during their hospital stay unless told to by their provider. Prescriptions cannot be refilled during @MYCHART@PatientFirstName@\u0027s hospital stay. If you have questions, talk with @MYCHART@PatientFirstName@\u0027s care team.",
	"AlsoKnownAs" : "Also known as: @MYCHART@MedicationName@",
	"AnticoagBannerDetailText" : "Contact your provider if you have questions.",
	"AnticoagBannerDetailText_proxy" : "Contact @MYCHART@PatientFirstName@\u0027s provider if you have questions.",
	"AnticoagBannerTitle" : "Take as directed by the anticoagulation clinic.",
	"anticoagmedsig" : "\u003cstrong\u003eOriginal instructions: \u003c/strong\u003e @MYCHART@SIG@",
	"anticoagmessage" : "Take as directed by the anticoagulation clinic. If you are unsure how to take this medication, talk to your nurse or doctor.",
	"AnticoagSigLabel" : "Original instructions: ",
	"back_to_health_summary" : "Back to Health Summary",
	"back_to_medications" : "Back to Medications",
	"back_to_previous_page" : "Back to previous page",
	"BackBtn" : "Back",
	"brand_and_last_four" : "@MYCHART@CARDBRAND@ x@MYCHART@LASTFOUR@",
	"CallToActionHeader" : "Are your medications correct?",
	"CallToActionHeader_dep" : "Are @MYCHART@PatientFirstName@\u0027s medications correct?",
	"CancelModify" : "Cancel",
	"cannotrefillhover" : "You cannot request a refill for @MYCHART@ITEMNAME@",
	"ChangeSelectedMedDescriptiveText" : "Change selected medication from @MYCHART@MedicationName@",
	"ClearPreviousTakingValuesCommandText" : "Clear responses",
	"ClearPreviousTakingValuesModalConfirm" : "Continue",
	"ClearPreviousTakingValuesModalDecline" : "Go back",
	"ClearPreviousTakingValuesModalText" : "This will clear all the selected responses for the medications. Do you want to continue?",
	"ClearPreviousTakingValuesModalTitle" : "Clear responses",
	"ClearPreviousTakingValuesPrompt" : "We used information from @MYCHART@MedicationPreviousValuesDate@ to enter details of how you take these medications.",
	"ClearPreviousTakingValuesPrompt_dep" : "We used information from @MYCHART@MedicationPreviousValuesDate@ to enter details of how @MYCHART@PatientFirstName@ takes these medications.",
	"clinical_lookup_startover_label" : "@MYCHART@ITEMNAME@ Go back and change the search term",
	"ClinicianVerifiedMedsHeading" : "Current Medications",
	"CommentEntry" : "Comments to provider",
	"comments" : "Comments: @MYCHART@COMMENTS@",
	"commentslabel" : "Comments:",
	"commonlyknownas" : "Commonly known as",
	"commonname" : "@MYCHART@RXCOMMONNAMECAPTION@: @MYCHART@RXCOMMONNAME@",
	"confirmation_page_subtitle" : "Here is a summary of your request.",
	"confirmation_page_success_message" : "Your refill request has been submitted.",
	"confirmation_page_success_message_payment_updated" : "Your payment method has been added.",
	"confirmation_page_title" : "Thank you!",
	"ConsentActionHeader" : "When would you like to verify your medications?",
	"ConsentActionHeader_dep" : "When would you like to verify @MYCHART@PatientFirstName@\u0027s medications?",
	"contactpharmacywarningtitle" : "Contact Pharmacy",
	"cost_info_label" : "Cost Information",
	"cost_label" : "Cost:",
	"cost_pending" : "Pending",
	"cost_with_medication_name" : "@MYCHART@PRESCRIPTIONNAME@: @MYCHART@RXCOST@",
	"courier_custom_delivery_method" : "Deliver by @MYCHART@DELIVERYMETHODNAME@",
	"courier_delivery_method" : "Deliver by courier",
	"criticalmedmessage" : "This medication is very important. @MYCHART@CRITICALMESSAGE@",
	"currentlistsectionheader" : "Medications on File",
	"datedocumentedlabel" : "Started taking",
	"datelabel" : "Start date:",
	"dateprescribedlabel" : "Prescribed",
	"daysupplylabel" : "Day supply",
	"DeleteButton" : "Remove",
	"DeleteButtonDescriptiveText" : "Remove @MYCHART@MedicationToDelete@",
	"deletebuttonhover" : "Indicate that you are no longer taking your prescription for @MYCHART@ITEMNAME@",
	"deleteitem_accept_label" : "Accept",
	"deleteitem_cancel_label" : "Go back",
	"deleteitem_post_text" : "",
	"deleteitem_pre_text" : "Please give details about why you are no longer taking @MYCHART@ITEMNAME@.",
	"deleteitem_title" : "Remove @MYCHART@ITEMNAME@",
	"deletelabel" : "Remove",
	"deletesectionheader" : "Medications You Reported No Longer Taking",
	"deletesectionsubtitle" : "Medications will not be removed until your provider reviews them in a future visit.",
	"dispensedatheader" : "Pickup at @MYCHART@DISPENSINGPHARMACY@",
	"dispensingpharmacyheader" : "Dispensing Pharmacy",
	"documentedbyprovider" : "@MYCHART@ORDPROVIDER@",
	"documentedbyproviderlabel" : "Documented by",
	"DoseEntry" : "Dose",
	"DoseUnitsOther" : "Other",
	"duplicatetext" : "You have another medication with the same name.",
	"duplicatetextpausedwithunpaused" : "You have another medication with the same name that you may need to continue taking.",
	"duplicatetextunpausedwithpaused" : "You have another medication with the same name that is paused.",
	"duplicatetooltip" : "Read the instructions carefully and ask your doctor or another care provider to review them with you.",
	"dxr_pretext_info" : "This medication list is from @MYCHART@ORGNAME@ as of @MYCHART@ORGTIMESTAMP@.",
	"eCheck_in_filtered_pretext" : "Please review your medications and verify that they are current. \u003cstrong class=\"alert\"\u003eCall @MYCHART@EMERGENCYPHONE@ if you have an emergency.\u003c/strong\u003e",
	"eCheck_in_pretext" : "Please review your medications and verify that the list is up to date. \u003cstrong class=\"alert\"\u003eCall @MYCHART@EMERGENCYPHONE@ if you have an emergency.\u003c/strong\u003e",
	"edit" : "Edit",
	"edit_rx_comment" : "Edit comments",
	"editadditem_accept_label" : "Accept",
	"editadditem_cancel_label" : "Go back",
	"editadditem_post_text" : "",
	"editadditem_pre_text" : "",
	"editadditem_title" : "Edit @MYCHART@ITEMNAME@",
	"editbuttonhover" : "Edit the details of your prescription for @MYCHART@ITEMNAME@",
	"editedititem_accept_label" : "Accept",
	"editedititem_cancel_label" : "Go back",
	"editedititem_post_text" : "",
	"editedititem_pre_text" : "",
	"editedititem_title" : "Edit @MYCHART@ITEMNAME@",
	"edititem_accept_label" : "Accept",
	"edititem_cancel_label" : "Go back",
	"edititem_post_text" : "",
	"edititem_pre_text" : "",
	"edititem_title" : "Edit @MYCHART@ITEMNAME@",
	"editlabel" : "Edit",
	"editsectionheader" : "Medications You Edited",
	"errorclose" : "OK",
	"errorcontent" : "An error occurred while attempting to save the update. Please try again later.",
	"errortitle" : "Error",
	"estimated_cost_not_available" : "Not available",
	"estimated_total_cost_label" : "Estimated total:",
	"EstimatedTotalInfoBubbleAriaLabel" : "More information about the estimated total",
	"eVisit_pretext" : "Please review your medications and verify that the list is up to date. \u003cstrong class=\"alert\"\u003eCall @MYCHART@EMERGENCYPHONE@ if you have an emergency.\u003c/strong\u003e",
	"exception" : "Error loading data at this time.",
	"expand_meds_list" : "Show all medications",
	"external_mail_order_banner" : "This refill will be sent to your provider for approval. You will need to contact the pharmacy to confirm the delivery and payment details.",
	"externalcommonname" : "Commonly known as: @MYCHART@RXCOMMONNAME@",
	"externalcommonnamelabel" : "Commonly known as",
	"ExternalDataOnly" : "Go to Medications to see information from other organizations you have visited.",
	"externalerror" : "We were unable to load medications from this organization. Please try again later.",
	"externalimagelabel" : "Medication is from another organization",
	"externalincompleteimagelabel" : "Medication is from another organization that doesn\u0027t allow refills to be requested from here. Please log in to your account there.",
	"externalMedicationNonRefillableWarning" : "@MYCHART@OWNINGPHARMACY@ isn\u0027t available for refills through @MYCHART@APPTITLE@. Contact the pharmacy to refill this prescription.",
	"externalMedicationNonRefillableWarningExternal" : "@MYCHART@OWNINGPHARMACY@ isn\u0027t available for refills through @MYCHART@APPTITLE@. Contact the pharmacy to refill this prescription.",
	"FailedRefillRequestText" : "The medications you\u0027re refilling have just been changed. Click Back to Medications to see your updated medication list and restart your refill request.",
	"FailedRefillRequestTitle" : "Unable to Complete Refills",
	"fillinprogress" : "Fill in progress",
	"fillreadyforpickup" : "Ready for pickup",
	"fillscheduled" : "Fill scheduled for @MYCHART@SCHEDULEDFILLDATE@",
	"fillwaitingforapproval" : "Fill is waiting for approval",
	"filteredwarning" : "Certain medications might not be shown for privacy reasons. This message appears even if no medications are hidden.",
	"FormEntry" : "Type of medication",
	"FormUnknown" : "Other / Unsure",
	"freetext_address" : "Other",
	"freetext_address_helptext" : "Please write your address in the delivery comments below",
	"FreeTextPharmacyInfoBubbleAriaLabel" : "More information about specifying your own pharmacy",
	"FutureStartDateBannerTitle" : "Do not start taking this medication before @MYCHART@StartDate@.",
	"futurestartwarning" : "You should not start taking this medication until @MYCHART@STARTDATE@.",
	"generic_error_title" : "Something went wrong...",
	"genericname" : "Generic name",
	"genericnotrefillableextratext" : "If you have questions about your prescription or want to request a refill, contact your provider or pharmacy.",
	"genericnotrefillabletext" : "This prescription cannot be refilled through @MYCHART@APPTITLE@ at this time.",
	"genericnotrefillabletextExternal" : "This prescription cannot be refilled through @MYCHART@APPTITLE@ at this time.",
	"happytogether_pretext" : "Please review your medications. \u003cstrong class=\"alert\"\u003eCall @MYCHART@EMERGENCYPHONE@ if you have an emergency.\u003c/strong\u003e",
	"hidden_medication_label_many_proxy" : "Hidden from @MYCHART@PROXYONE@ and @MYCHART@PROXYCOUNT@ others",
	"hidden_medication_label_one_proxy" : "Hidden from @MYCHART@PROXYONE@",
	"hidden_medication_label_two_proxy" : "Hidden from @MYCHART@PROXYONE@ and @MYCHART@PROXYTWO@",
	"HiddenFromProxyInfoBubbleAriaLabel" : "More information about who can view this medication",
	"hide_details" : "Hide details",
	"home_delivery_address" : "Home address",
	"HomeHealthBannerDetailText" : "Refer to your most recent printed medication list. Contact your provider if you have questions.",
	"HomeHealthBannerDetailText_proxy" : "Refer to @MYCHART@PatientFirstName@\u0027s most recent printed medication list. Contact @MYCHART@PatientFirstName@\u0027s provider if you have questions.",
	"HomeHealthBannerTitle" : "The way you take this medication may have changed.",
	"HomeHealthBannerTitle_proxy" : "The way @MYCHART@PatientFirstName@ takes this medication may have changed.",
	"hours_of_operation_label" : "Hours:",
	"in_progress_prescriptions_header" : "Prescriptions at @MYCHART@DISPENSINGPHARMACY@",
	"integratedPharmacyNotOwnedYetWarning" : "@MYCHART@OWNINGPHARMACY@ has not yet received this prescription. Contact the pharmacy to refill this prescription.",
	"integratedPharmacyNotOwnedYetWarningExternal" : "@MYCHART@OWNINGPHARMACY@ has not yet received this prescription. Contact the pharmacy to refill this prescription.",
	"last_fill_cost_label" : "Last fill cost:",
	"lastdispensedatelabel" : "Last filled",
	"lastdispensedatewithquantity" : "Last filled @MYCHART@LASTDISPENSEQUANTITY@ on @MYCHART@LASTDISPENSEDATE@",
	"learnmore" : "Learn more",
	"lookup_add_selected_alt_text" : "Report selected medication",
	"lookup_close_popup_instruction" : "You can press the escape button to close the popup.",
	"lookup_custom_accept" : "Accept",
	"lookup_custom_placeholder" : "Enter medication name",
	"lookup_custom_pretext" : "Report your own medication",
	"lookup_custom_trysearch" : "Search again",
	"lookup_form_header" : "\u003cstrong\u003eThis is not a refill request.\u003c/strong\u003e Enter details about the medication below.",
	"lookup_name_label" : "Name:",
	"lookup_open_popup_text" : "A new popup window called report a medication that you are taking has appeared. Press the escape button to close this popup.",
	"lookup_results_custom_link" : "Report your own medication",
	"lookup_results_disclaimer" : "Some medications cannot be searched and added for this patient from here. Contact your healthcare provider if you need to report a medication that you don’t see in this list.",
	"lookup_results_posttext" : "",
	"lookup_results_posttext_allow_custom" : "Can\u0027t find what you\u0027re looking for? @MYCHART@CUSTOMLINK@",
	"lookup_results_pretext_few_results" : "Your search returned @MYCHART@HITS@ results.",
	"lookup_results_pretext_more_results" : "Your search returned more than @MYCHART@HITS@ results. Consider refining your search keyword.",
	"lookup_results_pretext_no_results" : "Your search returned no results.",
	"lookup_search_placeholder" : "Search for a medication",
	"lookup_startover_label" : "Go back and change the search term",
	"lookup_suggestion_custom_link" : "Report your own medication",
	"lookup_suggestion_has_more_results" : "Search to see more results.",
	"lookup_suggestion_search_tag" : " - Search",
	"mail_custom_delivery_method" : "Deliver by @MYCHART@DELIVERYMETHODNAME@",
	"mail_delivery_method" : "Deliver by mail",
	"max_amount_you_may_be_charged" : "The actual total cost may be different than the estimated total cost.",
	"med_list_header" : "Current Medications",
	"med_ref_guide_header" : "Medication Guide: @MYCHART@ITEMNAME@",
	"med_ref_guide_header_list" : "Medication Guide @MYCHART@MEDREFINDEX@ of @MYCHART@MEDREFTOTAL@: @MYCHART@ITEMNAME@",
	"med_ref_ingredient_header" : "Ingredient: @MYCHART@ITEMNAME@",
	"med_ref_ingredient_header_list" : "Ingredient @MYCHART@MEDREFINDEX@ of @MYCHART@MEDREFTOTAL@: @MYCHART@ITEMNAME@",
	"med_ref_subheader" : "More detailed information about: \u003cstrong\u003e@MYCHART@ITEMNAME@\u003c/strong\u003e",
	"med_ref_subheader_common_name" : "More detailed information about: \u003cstrong\u003e@MYCHART@ITEMNAME@\u003c/strong\u003e (commonly known as: @MYCHART@RXCOMMONNAME@)",
	"medguidelink" : "View medication references",
	"medguidePageDownloadPDFButtonText" : "Download PDF",
	"medguidePagePrintDocumentButtonAriaLabel" : "Print document for @MYCHART@DOCUMENTTITLE@",
	"medguidePagePrintDocumentButtonText" : "Print document",
	"medguidePageTitle" : "Medication References",
	"MedicationDetails" : "Medication details",
	"MedicationsListPageHeader" : "Have you changed medications?",
	"MedicationsListPageHeader_dep" : "Has @MYCHART@PatientFirstName@ changed medications?",
	"MedicationsWidgetGoToLinkLabel" : "Go to Medications",
	"MedicationsWidgetLabel" : "@MYCHART@RXCOMMONNAMECAPTION@: ",
	"MedicationsWidgetTitle" : "Medications",
	"MedicationWarningAriaLabel" : "More information about this warning",
	"medicaton_step_title" : "Medications",
	"MedsAreCorrect" : "These medications are correct",
	"mobile_confirmation_return_button" : "Back to Medications",
	"NameOfMed" : "Medication",
	"NeedsProviderReviewBadge" : "Needs provider review",
	"nextdispensedatelabel" : "Next fill",
	"no_available_pharmacies_error" : "There are no pharmacies that can refill any of the prescriptions you chose. Please call your pharmacy or clinic for help.",
	"no_available_pharmacies_title" : "No Available Pharmacies",
	"no_discrete_pharmacy_available_message" : "There are no pharmacies in the system that can refill any of these prescriptions. This request will be sent to your provider before the pharmacy can fill it.",
	"no_payment_method_on_file" : "None on file",
	"no_pharmacies_warning" : "We do not have any pharmacies on file for you, so we are unable to process refills at this time.",
	"nodata" : "You have no medications on file.",
	"NoData" : "No medications on file.",
	"nodata_condition" : "You have no prescribed medications for @MYCHART@CONDITIONTITLE@.",
	"NoDataForCondition" : "No medications related to your @MYCHART@ConditionName@.",
	"NoLocalData" : "No medications on file for this organization.",
	"noOwningPharmacyYetWarning" : "This prescription isn\u0027t at one of our pharmacies. Please bring the paper copy of this prescription to a pharmacy to fill it, or contact your pharmacy if you have refilled this prescription before.",
	"noOwningPharmacyYetWarningExternal" : "This prescription isn\u0027t at one of our pharmacies. Please bring the paper copy of this prescription to a pharmacy to fill it, or contact your pharmacy if you have refilled this prescription before.",
	"NoSearchResultsFound" : "No medications match the details entered. Click Next to enter \"@MYCHART@MedicationName@\" as is. Click Go back to change medication details.",
	"NotRefillableAtPharmacy" : "The selected pharmacy cannot fill this prescription.",
	"NotRefillableAtPharmacy_Controlled" : "The selected pharmacy cannot refill controlled substances.",
	"nottaking" : "Remove",
	"NotTakingCommentLabel" : "Comments",
	"NotTakingCommentPrompt" : "Comments",
	"NotTakingOptionLabelText" : "Not taking",
	"NotTakingWaitingToTakeLabelText" : "Waiting to take",
	"num_meds_selected_plural" : "@MYCHART@NUMSELECTEDMEDS@ prescriptions selected",
	"num_meds_selected_singular" : "@MYCHART@NUMSELECTEDMEDS@ prescription selected",
	"NumMedsDisclosureText" : "You have @MYCHART@NumMedications@ medications to review.",
	"NumMedsDisclosureText_single" : "You have @MYCHART@NumMedications@ medication to review.",
	"numrefills" : "@MYCHART@NUMREFILLS@ refills before @MYCHART@EXPDATE@",
	"numrefills_asneeded" : "Refill as needed until @MYCHART@EXPDATE@",
	"numrefills_expired" : "Prescription expired on @MYCHART@EXPDATE@.",
	"numrefills_expired_refillable" : "Prescription expired on @MYCHART@EXPDATE@. Refill requests will be sent to your provider for approval.",
	"numrefills_freetext" : "Refills: @MYCHART@NUMREFILLS@",
	"numrefills_nodate" : "@MYCHART@NUMREFILLS@ refills remaining",
	"numrefills_none" : "No refills remaining.",
	"numrefills_none_refillable" : "No refills remaining. Refill requests will be sent to your provider for approval.",
	"numrefills_one" : "@MYCHART@NUMREFILLS@ refill before @MYCHART@EXPDATE@",
	"numrefills_onenodate" : "@MYCHART@NUMREFILLS@ refill remaining",
	"numrefills_partial" : "@MYCHART@NUMREFILLS@+ refills before @MYCHART@EXPDATE@",
	"numrefills_partialonly" : "Partial refill before @MYCHART@EXPDATE@",
	"OrgNameLabel" : "Information from",
	"OrgUpdatedLabel" : "Updated @MYCHART@ORGTIMESTAMP@",
	"OrgUpToDate" : "Up to date",
	"other_address_header" : "Other",
	"other_address_text" : "Please write your address in the delivery comments below",
	"other_pharmacy" : "Other",
	"other_rx_comment_card_header" : "Other prescriptions you would like filled",
	"other_rx_comment_label" : "Other prescriptions and comments:",
	"other_rx_cost_estimate_warning" : "*This total does not account for the other prescriptions you\u0027ve listed.",
	"other_rx_refill_instructions" : "If the prescription you wish to refill is not on this list, select \"Other.\" You can write the medication name, and any other necessary details, in the comments box.",
	"PatientReportedMedsHeading" : "Medications You Reported Taking",
	"PatientReportedMedsHeading_dep" : "Medications @MYCHART@PatientFirstName@ Reported Taking",
	"pay_rx_ready_screenreader_text" : "Pay for @MYCHART@ITEMNAME@",
	"pay_rx_ready_screenreader_text_two_or_more_rx" : "Pay for @MYCHART@ITEMNAME@ and other prescriptions at @MYCHART@DISPENSINGPHARMACY@",
	"paylabel" : "Pay",
	"payment_details_cost_section_header" : "Cost",
	"payment_details_delivery_fee_section_header" : "Delivery fee",
	"payment_details_link_screenreader_text" : "View payment details for @MYCHART@ITEMNAME@",
	"payment_details_link_screenreader_text_two_or_more_rx" : "View payment details for @MYCHART@ITEMNAME@ and other prescriptions at @MYCHART@DISPENSINGPHARMACY@",
	"payment_details_payment_method_section_header" : "Payment method",
	"payment_details_title" : "Payment Details",
	"payment_details_total_cost_section_header" : "Total cost",
	"payment_method_section_header" : "Payment",
	"payment_option_disabled_message" : "The delivery method and pharmacy combination you chose only supports one payment option.",
	"payment_step_title" : "Payment",
	"pendingupdatedisplaydate" : "@MYCHART@MEDDATEDISPLAYLABEL@: @MYCHART@MEDDATETODISPLAY@",
	"pendingupdatehelp" : "Refer to your most recent printed medication list for more information. Please contact your health care provider if you have any questions.",
	"pendingupdatewarning" : "The way you should take this medication may have changed.",
	"pharmacy_action_call" : "Call",
	"pharmacy_action_map" : "Map",
	"pharmacy_action_message" : "Message pharmacy",
	"pharmacy_call_number_screenreader_text" : "@MYCHART@PHARMACYPHONENUMBER@, call pharmacy",
	"pharmacy_call_screenreader_text" : "Call",
	"pharmacy_detail_header" : "Pharmacy Details",
	"pharmacy_direction_screenreader_text" : "Open pharmacy directions in new window",
	"pharmacy_exclusion_error" : "The selected pharmacy cannot refill all the prescriptions. Select Next to proceed with the available prescriptions. Contact the pharmacy if you have any questions or concerns.",
	"pharmacy_label" : "Pharmacy",
	"pharmacy_message_screenreader_text" : "Send a message to @MYCHART@OWNINGPHARMACY@ about @MYCHART@ITEMNAME@",
	"pharmacy_step_title" : "Pharmacy",
	"phone_number_label" : "Phone number:",
	"pickup_custom_delivery_method" : "Pick up at @MYCHART@DELIVERYMETHODNAME@",
	"pickup_delivery_method" : "Pick up at a pharmacy",
	"pickup_details_label" : "Pickup Details",
	"popup_cancelbutton_label" : "Cancel",
	"PossiblyFiltered" : "Some medications might be hidden for privacy reasons. This disclaimer appears even when nothing is hidden.",
	"PotentialDuplicateAllPausedBannerDetailText" : "Contact your provider if you have questions.",
	"PotentialDuplicateAllPausedBannerDetailText_proxy" : "Contact @MYCHART@PatientFirstName@\u0027s provider if you have questions.",
	"PotentialDuplicateAllPausedBannerTitle" : "You have another medication with the same name that is paused.",
	"PotentialDuplicateAllPausedBannerTitle_proxy" : "@MYCHART@PatientFirstName@ has another medication with the same name that is paused.",
	"PotentialDuplicateBannerDetailText" : "Contact your provider if you have questions.",
	"PotentialDuplicateBannerDetailText_proxy" : "Contact @MYCHART@PatientFirstName@\u0027s provider if you have questions.",
	"PotentialDuplicateBannerTitle" : "You have another medication with the same name.",
	"PotentialDuplicateBannerTitle_proxy" : "@MYCHART@PatientFirstName@ has another medication with the same name.",
	"PotentialDuplicateSomePausedBannerDetailText" : "Contact your provider if you have questions.",
	"PotentialDuplicateSomePausedBannerDetailText_proxy" : "Contact @MYCHART@PatientFirstName@\u0027s provider if you have questions.",
	"PotentialDuplicateSomePausedBannerTitle" : "You have another medication with the same name that you may need to continue taking.",
	"PotentialDuplicateSomePausedBannerTitle_proxy" : "@MYCHART@PatientFirstName@ has another medication with the same name that @MYCHART@PatientFirstName@ may need to continue taking.",
	"preferred_pharmacy_link_context" : "\u003cstrong\u003eNeed to update your list of pharmacies?\u003c/strong\u003e \u003ca href=\"#\" data-id=\"pharmacylistlink\"\u003eGo to Manage My Pharmacies.\u003c/a\u003e",
	"prescribedbydiffprovider" : "@MYCHART@AUTHPROVIDER@",
	"prescribedbydiffproviderlabel" : "Approved by",
	"prescribedbysameprovider" : "@MYCHART@AUTHPROVIDER@",
	"prescribedbysameproviderlabel" : "Approved by",
	"prescription_delivery_address" : "Prescription address",
	"prescription_detail_header" : "Prescription Details",
	"prescriptionnumberlabel" : "Prescription number",
	"pretext" : "Please review your medications and verify that the list is up to date. \u003cstrong class=\"alert\" role=\"text\"\u003eCall @MYCHART@EMERGENCYPHONE@ if you have an emergency.\u003c/strong\u003e",
	"providerdetails_title" : "More details about @MYCHART@PROVIDERNAME@",
	"proxies_who_cant_access_header" : "Hidden from",
	"quantitylabel" : "Quantity",
	"quantitywithunitlabel" : "Quantity (@MYCHART@WRITTENDISPENSEUNIT@)",
	"ReasonForNotTakingDependentPrompt" : "Why is @MYCHART@PatientFirstName@ not taking this medication?",
	"ReasonForNotTakingLabelText" : "Reason for not taking",
	"ReasonForNotTakingPrompt" : "Why are you not taking this medication?",
	"ReasonForTakingDifferentlyDependentPrompt" : "Why is @MYCHART@PatientFirstName@ taking this medication differently?",
	"ReasonForTakingDifferentlyLabelText" : "Reason for taking differently",
	"ReasonForTakingDifferentlyPrompt" : "Why are you taking this medication differently?",
	"ReasonForVarianceItems" : "",
	"ReasonForVarianceItems_2730" : "Reason for Taking Differently",
	"ReasonForVarianceItems_2735" : "Reason for Not Taking",
	"refill_detail_header" : "Refill Details",
	"refill_due_soon_selector_label" : "Include refill due soon",
	"refill_instructions" : "Choose prescriptions to refill. ",
	"refill_review_pickup_date_label" : "Pickup date:",
	"refill_review_pickup_time_label" : "Pickup time:",
	"refill_step_pretext" : "Please choose how you would like to receive your refills and enter any comments or concerns you have for your selected prescriptions.",
	"RefillAlreadyRequested" : "Refill last requested on @MYCHART@LASTREQUESTEDFILLDATE@",
	"RefillAlreadyRequestedInfoBubble" : "Wait for your care team to review your refill request before requesting again. Contact your provider or pharmacy if it is urgent.",
	"RefillBlockedExtensionFilter" : "This prescription cannot be refilled through @MYCHART@APPTITLE@. Contact your pharmacy for a refill.",
	"RefillBlockedExternalWithResults" : "The pharmacy for this prescription does not accept refill requests through @MYCHART@APPTITLE@. Contact your pharmacy for a refill.",
	"RefillBlockedFillError" : "This prescription cannot be refilled through @MYCHART@APPTITLE@. Contact your pharmacy for a refill.",
	"RefillBlockedFutureStartDate" : "This is a future prescription. Refills are not available until after you begin this prescription.",
	"RefillBlockedHomeInfusion" : "This prescription cannot be refilled through @MYCHART@APPTITLE@. Contact your pharmacy for a refill.",
	"RefillBlockedInOrderTransmittal" : "This prescription is not yet at your pharmacy and will be available soon.",
	"RefillBlockedInvalidAmbRx" : "This prescription cannot be refilled through @MYCHART@APPTITLE@. Contact your provider for a refill.",
	"RefillBlockedNoConnPhr" : "You don\u0027t have any preferred pharmacies that are connected with @MYCHART@APPTITLE@. To add a pharmacy, go to Manage My Pharmacies or contact your provider.",
	"RefillBlockedNoDefaultRAR" : "This prescription cannot be refilled through @MYCHART@APPTITLE@. Contact your pharmacy for a refill.",
	"RefillBlockedNoPhr" : "You don\u0027t have any preferred pharmacies. To add a pharmacy, go to Manage My Pharmacies or contact your provider.",
	"RefillBlockedNoSerDep" : "This prescription cannot be refilled through @MYCHART@APPTITLE@. Contact your provider for a refill.",
	"RefillBlockedRefillBlocked" : "This prescription cannot be refilled through @MYCHART@APPTITLE@. Contact your pharmacy for a refill.",
	"RefillBlockedRuleFilter" : "This prescription cannot be refilled through @MYCHART@APPTITLE@. Contact your pharmacy for a refill.",
	"RefillBlockedStatusError" : "A refill is already in progress.",
	"RefillBlockedUnexpectedError" : "This prescription cannot be refilled through @MYCHART@APPTITLE@. Contact your pharmacy for a refill.",
	"RefillBlockedUnknownExternalMed" : "This prescription cannot be refilled through @MYCHART@APPTITLE@. Contact your provider for a refill.",
	"refilldisclaimer" : "Visit the website to request refills.",
	"refillduepastextratext" : "Your refill for this prescription was due on @MYCHART@EXPECTEDFILLDATE@. If you have questions about your prescription or want to request a refill, contact your provider or pharmacy.",
	"refillduesoon" : "Refill due soon",
	"refillduesoonextratext" : "Your refill for this prescription is due on @MYCHART@EXPECTEDFILLDATE@. If you have questions about your prescription or want to request a refill, contact your provider or pharmacy.",
	"refillduesoonwithoutdateextratext" : "Your refill for this prescription is due soon. If you have questions about your prescription or want to request a refill, contact your provider or pharmacy.",
	"refilled_prescriptions_header" : "Prescriptions Sent for Refill",
	"RefillInfoBubbleAriaLabel" : "More information about your refill",
	"refillRuleBlockedWarning" : "This prescription isn\u0027t available for refill through @MYCHART@APPTITLE@ at this time.",
	"refills_due_soon_selector_label" : "Include all refills due soon",
	"refills_list_header" : "Refillable Medications",
	"refillsduesoon_plural" : "You have @MYCHART@NUMREFILLSDUESOON@ prescriptions with refills due soon.",
	"refillsduesoon_singular" : "You have @MYCHART@NUMREFILLSDUESOON@ prescription with a refill due soon.",
	"RemovalReasonAXPrompt" : "Why are you requesting removal of @MyChart@NameToBeRemoved_ForComment@?",
	"RemovalReasonPrompt" : "Why are you requesting removal?",
	"renewal_message" : "This refill has been sent to your provider for approval before the pharmacy can fill it. You need to contact the pharmacy to confirm the delivery and payment details.",
	"renewed_prescriptions_header" : "Prescriptions Sent for Renewal",
	"requestrefill" : "Request refill",
	"requestrefillhover" : "Request a refill of your prescription for @MYCHART@ITEMNAME@",
	"requestrefills" : "Request refills",
	"RequestRemovalCheckboxAXText" : "Request removal of @MyChart@NameToBeRemoved@",
	"RequestRemovalCheckboxDescription" : "Do not plan to take this medication",
	"RequestRemovalCheckboxText" : "Request removal",
	"RestoreButtonDescriptiveText" : "Restore @MYCHART@MedicationName@",
	"restorelabel" : "Restore",
	"review_step_details_subtitle" : "Details",
	"review_step_med_subtitle" : "Requested Medications",
	"review_step_other_subtitle" : "Request Details",
	"review_step_title" : "Review Your Request",
	"room_delivery_delivery_method" : "Deliver to your hospital room",
	"rowdetailstitle" : "View more details about @MYCHART@ITEMNAME@",
	"rx_add_payment_method_unknown_error" : "An error occurred while adding your payment method. Please try again later or contact your pharmacy directly.",
	"rx_comment_input_aria_label" : "Enter comments for @MYCHART@ITEMNAME@",
	"rx_comment_input_label" : "Enter comments for this prescription",
	"rx_daysupply_label" : "Day supply:",
	"rx_quantity_label" : "Quantity:",
	"rx_quantitywithunit_label" : "Quantity (@MYCHART@WRITTENDISPENSEUNIT@):",
	"rx_refill_address_label" : "Delivery address",
	"rx_refill_delivery_comments_label" : "Delivery comments",
	"rx_refill_delivery_fee_amount" : "@MYCHART@DELIVERYFEETOTAL@",
	"rx_refill_delivery_fee_amount_plus_tax" : "@MYCHART@DELIVERYFEETOTAL@ (@MYCHART@DELIVERYFEESUBTOTAL@ + tax)",
	"rx_refill_delivery_fee_label" : "Delivery fee:",
	"rx_refill_delivery_method_header" : "Delivery method",
	"rx_refill_freetext_pharmacy_label" : "Specify your pharmacy below",
	"rx_refill_invalid_delivery_address" : "The selected address is not in the delivery range of this pharmacy for this delivery method. Select a different address or contact the pharmacy.",
	"rx_refill_invalid_pharmacy_transfer" : "The selected pharmacy cannot fill this prescription online.",
	"rx_refill_invalid_pharmacy_transfer_all" : "This request cannot be filled online by the selected pharmacy. Contact the pharmacy if you have any questions or concerns.",
	"rx_refill_invalid_pharmacy_transfer_partial" : "Some prescriptions cannot be filled online by the selected pharmacy. Select Next to proceed with the available prescriptions. Contact the pharmacy if you have any questions or concerns.",
	"rx_refill_no_routing_destination" : "This request cannot be filled online by the selected pharmacy. Contact the pharmacy if you have any questions or concerns.",
	"rx_refill_other_address_not_supported" : "This pharmacy does not support addresses entered in the delivery comments for this delivery method. Contact the pharmacy to request your prescriptions.",
	"rx_refill_page_header" : "Refills",
	"rx_refill_payment_method_1" : "Pay later",
	"rx_refill_payment_method_2" : "Pay now",
	"rx_refill_pharmacy_hours_label" : "Pharmacy Hours:",
	"rx_refill_pharmacy_hours_not_available" : "Not available",
	"rx_refill_pharmacy_open_24_hours" : "Open 24 hours",
	"rx_refill_pharmacy_selection_header" : "Pharmacy info",
	"rx_refill_pickup_date_label" : "Pickup date ",
	"rx_refill_pickup_time_label" : "Pickup time",
	"rx_refill_pickuptime_pharmacyclosed" : "The pharmacy is closed during the hours you specified. Please change the pickup date/time or call the pharmacy directly.",
	"rx_refill_pickuptime_toosoon" : "The pharmacy cannot fill your order by the time you have requested. Please choose a later time or call the pharmacy directly.",
	"rx_refill_too_soon_all" : "It is too soon to complete this request. Contact the pharmacy if you have any questions or concerns.",
	"rx_refill_too_soon_partial" : "It is too soon to refill some of your prescriptions. Select Next to proceed with the available prescriptions. Contact the pharmacy if you have any questions or concerns.",
	"rx_refill_too_soon_warning" : "It is too soon to refill this prescription.",
	"rx_refill_unknown_error" : "An error occurred while processing your refill request. Please try again later or contact your pharmacy directly.",
	"rxdelivered" : "prescriptions recently sent",
	"rxdeliveredsectionheader" : "Prescriptions Recently Sent to You",
	"rxneedpaymentsectionheader" : "Prescriptions that you can pay for",
	"rxnorm_no_brand_selected" : "No Brand Selected",
	"rxnorm_no_form_selected" : "No Form Selected",
	"rxnorm_no_strength_selected" : "No Strength Selected",
	"rxnorm_select_brand_label" : "Select a Brand:",
	"rxnorm_select_form_label" : "Select a Form:",
	"rxnorm_select_strength_label" : "Select a Strength:",
	"rxnorm_unknown_brand_option" : "Unknown",
	"rxnorm_unknown_form_option" : "Unknown",
	"rxnorm_unknown_strength_option" : "Unknown",
	"rxpickupordelivery" : "View your @MYCHART@RXMESSAGE@",
	"rxreadyforpickup" : "prescriptions that are ready to pick up or that have been picked up recently",
	"rxreadyforpickup_payment_section_header" : "Payment",
	"rxreadyforpickupsectionheader" : "Prescriptions ready for pickup",
	"SaveModify" : "Save",
	"schedulednotrefillableextratext" : "Your refill is scheduled to be filled on this date. If you have questions about your prescription or want to request a refill, contact your provider or pharmacy.",
	"SearchBtn" : "Search",
	"SearchGoBackBtn" : "Go back",
	"SearchNextBtn" : "Next",
	"SearchOtherCommand" : "Add @MYCHART@MedicationName@",
	"SearchOtherPrompt" : "Can\u0027t find what you are looking for?",
	"SearchPrompt" : "Search for a medication",
	"SearchTooGeneric" : "More than @MYCHART@NumResults@ results found. Update search to narrow options.",
	"select_time_placeholder" : "Select Time",
	"selected_meds_list_header" : "Selected Refills",
	"selected_meds_to_pay_header" : "Medications selected to pay",
	"SelectMedBestMatchesShown" : "\"@MYCHART@MedicationName@\" has no matches. Closest matches are shown.",
	"SelectMedHelpText" : "@MYCHART@NumResults@ results match \"@MYCHART@MedicationName@\"",
	"SelectMedication" : "Select a medication",
	"sentonlabel" : "Sent on @MYCHART@SHIPPEDDATE@",
	"senttoheader" : "Sent to",
	"ship_to_header" : "Ship to",
	"shipping_address_label" : "Shipping Address",
	"show_details" : "Additional information",
	"sidebartext" : "",
	"sig_translation_tooltip" : "This translation is provided by your pharmacy.",
	"SkeletonLoadingAXDescriptor" : "Loading medications...",
	"SkipBtn" : "Skip",
	"StartDateEntry" : "Started taking date",
	"startedtaking" : "Started taking on @MYCHART@STARTDATE@",
	"StartedTaking" : "Started taking on @MYCHART@STARTDATE@",
	"StartedTakingOptionLabelText" : "Started taking",
	"tabtext" : "Tab to know more",
	"TakingAsDescribedOptionLabelText" : "Taking as described",
	"TakingAsDescribedPrompt" : "Are you taking this medication as described?",
	"TakingAsDescribedPromptAccessibleDescription" : "Are you taking @MYCHART@MedicationName@ as described?",
	"TakingAsDescribedPromptDependent" : "Is @MYCHART@PatientFirstName@ taking this medication as described?",
	"TakingAsDescribedPromptDependentAccessibleDescription" : "Is @MYCHART@PatientFirstName@ taking @MYCHART@MedicationName@ as described?",
	"TakingAsNeededOptionLabelText" : "Taking as needed",
	"TakingAsPreviouslyReportedOptionLabelText" : "Taking as previously reported",
	"TakingDifferentlyCommentDependentPrompt" : "How is @MYCHART@PatientFirstName@ taking the medication?",
	"TakingDifferentlyCommentLabel" : "Medication details (frequency, dosage, method):",
	"TakingDifferentlyCommentPrompt" : "How are you taking the medication?",
	"TakingDifferentlyOptionLabelText" : "Taking differently",
	"TakingFutureStartPrompt" : "Have you started taking this medication?",
	"TakingFutureStartPromptAccessibleDescription" : "Have you started taking @MYCHART@MedicationName@?",
	"TakingFutureStartPromptDependent" : "Has @MYCHART@PatientFirstName@ started taking this medication?",
	"TakingFutureStartPromptDependentAccessibleDescription" : "Has @MYCHART@PatientFirstName@ started taking @MYCHART@MedicationName@?",
	"TakingOptionLabelText" : "Taking",
	"TakingPausedPrompt" : "Have you started taking this medication again?",
	"TakingPausedPromptAccessibleDescription" : "Have you started taking @MYCHART@MedicationName@ again?",
	"TakingPausedPromptDependent" : "Has @MYCHART@PatientFirstName@ started taking this medication again?",
	"TakingPausedPromptDependentAccessibleDescription" : "Has @MYCHART@PatientFirstName@ started taking @MYCHART@MedicationName@ again?",
	"TakingPRNPrompt" : "Are you taking this medication as needed?",
	"TakingPRNPromptAccessibleDescription" : "Are you taking @MYCHART@MedicationName@ as needed?",
	"TakingPRNPromptDependent" : "Is @MYCHART@PatientFirstName@ taking this medication as needed?",
	"TakingPRNPromptDependentAccessibleDescription" : "Is @MYCHART@PatientFirstName@ taking @MYCHART@MedicationName@ as needed?",
	"TakingPrompt" : "Are you taking this medication?",
	"TakingPromptAccessibleDescription" : "Are you taking @MYCHART@MedicationName@?",
	"TakingPromptDependent" : "Is @MYCHART@PatientFirstName@ taking this medication?",
	"TakingPromptDependentAccessibleDescription" : "Is @MYCHART@PatientFirstName@ taking @MYCHART@MedicationName@?",
	"temporary_delivery_address" : "Temporary Address",
	"Title" : "Medications",
	"total_amount_due" : "due",
	"total_cost_label" : "Total cost:",
	"total_fill_cost_label" : "Total fill cost:",
	"total_last_fill_cost_label" : "Total last fill cost:",
	"total_rx_cost_estimate_help_text" : "",
	"total_rx_cost_estimate_warning" : "*This total does not include one or more prescriptions where the last fill cost is not available.",
	"trackingnumberlabel" : "@MYCHART@SHIPPINGCARRIER@ tracking number:",
	"trackingnumbermultipackagelabel" : "@MYCHART@SHIPPINGCARRIER@ tracking number for package @MYCHART@SHIPMENTPACKAGENUMBER@:",
	"trackingnumberunavailablelabel" : "@MYCHART@SHIPPINGCARRIER@",
	"TranslatedSigAriaLabel" : "More information about this translation",
	"unauthorized" : "Unable to load data at this time.",
	"undoadditem_accept_label" : "Remove",
	"undoadditem_cancel_label" : "Go back",
	"undoadditem_post_text" : "",
	"undoadditem_pre_text" : "Are you sure you want to remove @MYCHART@ITEMNAME@?",
	"undoadditem_title" : "Remove @MYCHART@ITEMNAME@",
	"undodeleteitem_accept_label" : "Restore",
	"undodeleteitem_cancel_label" : "Go back",
	"undodeleteitem_post_text" : "",
	"undodeleteitem_pre_text" : "Are you sure you want to restore @MYCHART@ITEMNAME@?",
	"undodeleteitem_title" : "Restore @MYCHART@ITEMNAME@",
	"undoedititem_accept_label" : "Remove",
	"undoedititem_cancel_label" : "Go back",
	"undoedititem_post_text" : "",
	"undoedititem_pre_text" : "Are you sure you want to undo the edit to @MYCHART@ITEMNAME@?",
	"undoedititem_title" : "Remove edit to @MYCHART@ITEMNAME@",
	"verifiedfilteredlistprompt" : "These medications are current",
	"VerifyBtn" : "Confirm",
	"VerifyMedsLaterCommandHeader" : "Verify medications during my visit",
	"VerifyMedsLaterCommandHeaderDep" : "Verify medications during the visit",
	"VerifyMedsLaterCommandText" : "I would prefer to verify my medications later during the visit.",
	"VerifyMedsNowCommandHeader" : "Verify medications now",
	"VerifyMedsNowCommandText" : "Providing information about how you take your medications can help save time during the visit.",
	"VerifyMedsNowCommandText_dep" : "Providing information about how @MYCHART@PatientFirstName@ takes the medications can help save time during the visit.",
	"VerifyMedsNowWithPrevCommandText" : "We will start with the most recent information about your medications.",
	"VerifyMedsNowWithPrevCommandText_dep" : "We will start with the most recent information about the medications.",
	"view_payment_details" : "View payment details",
	"ViewMoreLabel" : "View more",
	"waitingforinsurance" : "Not yet sent to pharmacy",
	"waitingforinsurancehelp" : "This prescription has not been sent to the pharmacy yet because we are checking if your insurance will help you pay for it. If you do not hear back within 3 business days, please contact your health care provider.",
	"widgetpendingupdatesmessage" : "View your pending updates",
	"widgettitle" : "@MYCHART@TITLE@ (@MYCHART@CONDITIONTITLE@)",
	"WorkflowModePreText" : "",
});
$$WP.Strings.getNamespace("clinical.medications.core").addStrings( {
	"costdisclaimer" : "Last fill: @MYCHART@FILLDATE@. Fill costs vary.",
	"dateprescribedlabelwithdate" : "Prescribed @MYCHART@PRESCRIBEDDATE@",
	"daysupplywithquantity" : "Day supply: @MYCHART@DAYSUPPLYQUANTITY@",
	"disclosureaccessibledescription" : "Details for @MYCHART@PRESCRIPTIONNAME@",
	"disclosurelabel" : "Details",
	"expirationdateonly" : "Expires on @MYCHART@EXPDATE@",
	"externalcommonname" : "Commonly known as: \u003cstrong\u003e@MYCHART@RXCOMMONNAME@ \u003c/strong\u003e ",
	"genericnonrefillreason" : "This medication cannot be refilled right now.",
	"lastdispensedatewithquantity" : "Last filled: @MYCHART@LASTDISPENSEDATE@",
	"lastfillcost" : "Cost of last fill: \u003cstrong\u003e@MYCHART@COST@ \u003c/strong\u003e ",
	"nextdispensedatewithquantity" : "Next fill date: @MYCHART@NEXTDISPENSEDATE@",
	"nodatapresent" : "N/A",
	"numrefills" : "@MYCHART@NUMREFILLS@ refills before @MYCHART@EXPDATE@",
	"numrefillsone" : "@MYCHART@NUMREFILLS@ refill before @MYCHART@EXPDATE@",
	"pharmacydetailheader" : "Pharmacy",
	"prescriptiondetailheader" : "Prescription details",
	"prescriptionnumberlabel" : "Prescription number: @MYCHART@PRESCRIPTIONNUMBER@",
	"providerlabelwithname" : "by @MYCHART@PROVIDER@",
	"proxyicondescription" : "Not viewable icon.",
	"proxyviewerdisclaimer" : "Hidden from @MYCHART@PROXYVIEWERS@",
	"quantitywithamountunitlabel" : "Quantity: @MYCHART@WRITTENDISPENSEAMOUNT@ @MYCHART@WRITTENDISPENSEUNIT@",
	"quantitywithunitlabel" : "Quantity: @MYCHART@WRITTENDISPENSEUNIT@",
	"refilldetailheader" : "Refill details",
	"Title" : "Medications Core",
});
$$WP.Strings.getNamespace("clinical.medications.preferences").addStrings( {
	"PharmacyPreferencesAddNewPharmacyButton" : "Add a pharmacy",
	"PharmacyPreferencesPretext" : "Add the pharmacies where you like to get prescriptions. Your care team uses this list when managing your medications.",
	"PharmacyPreferencesTitle" : "Manage My Pharmacies",
	"Title" : "Refill Preferences",
});
$$WP.Strings.getNamespace("clinical.medications.refills").addStrings( {
	"AddressCollectionStepHeader" : "Shipping address",
	"AllMedicationsRefillZeroState" : "You don\u0027t have any medications that are available for refill",
	"BackButton" : "Back",
	"BackToMedicationsButton" : "Medications",
	"BackToMedicationsPopupButton" : "Back to Medications",
	"CancelButton" : "Cancel",
	"ConfirmationStepHeader" : "Success!",
	"DeliveryPreferencesStepHeader" : "Choose Delivery Method",
	"MedicationSelectionStepHeader" : "Select medications to refill",
	"MedicationSelectionStepSubheader" : "Choose the medications you\u0027d like to refill and add any special requests.",
	"MultipleMedicationsSelected" : "@MYCHART@SELECTED@ medications selected",
	"NextButton" : "Next",
	"NonRefillableDisclosureText" : "Some medications cannot currently be refilled in MyChart.",
	"NonRefillableSectionSubheader" : "Non-refillable medications",
	"OneMedicationSelected" : "@MYCHART@SELECTED@ medication selected",
	"OtherRefillableSectionSubheader" : "Other refillable medications",
	"PaymentInformationStepHeader" : "Payment information",
	"PharmacyPreferencesStepHeader" : "Pharmacy Preferences",
	"RefillDueSoonSectionSubheader" : "Due soon",
	"RefillPreferencesStepHeader" : "Refill Preferences",
	"RefillRequestLoadingError" : "Refill Request Loading Error",
	"RefillRequestLoadingErrorMessage" : "You are unable to refill your medications right now. Please try again later.",
	"RefillRequestWorkflowHeader" : "Request Refills",
	"RefillsDueSoonButton" : "Select all refills due soon",
	"ReviewEditAddress" : "Edit address",
	"ReviewEditPayment" : "Change payment method",
	"ReviewEditPharmacy" : "Edit pharmacy/delivery",
	"ReviewEditRefillPreferences" : "Edit refill preferences",
	"ReviewRefillPaymentHeader" : "Payment options",
	"ReviewRefillPharmacyHeader" : "Pharmacy and medication preferences",
	"ReviewRefillShippingAddressHeader" : "Shipping address",
	"ReviewRefillStepHeader" : "Confirm request details",
	"SaveButton" : "Save",
	"SubmitRefillRequestButton" : "Submit Refill Request",
	"Title" : "Refills",
});
$$WP.Strings.getNamespace("clinical.pharmacies").addStrings( {
	"AddAPharmacy" : "Add a pharmacy",
	"addpharmacybuttonlabel" : "Add",
	"AddPharmacyCommandAltText" : "Add @MYCHART@PharmacyNameToAdd@",
	"AddPharmacyCommandToast" : "Added to your pharmacies",
	"addpharmacylabel" : "Add a pharmacy",
	"AllHoursOption" : "Open 24 hours",
	"AllPharmaciesOption" : "Show all pharmacies",
	"AnyDistanceOption" : "Any distance",
	"back_button_health_summary_text" : "Back to Health Summary",
	"back_button_home_text" : "Back to the home page",
	"back_button_meds_text" : "Back to Medications",
	"back_button_personalinfo_text" : "Back to Personal Information",
	"back_button_poc_text" : "Back to Plan of Care",
	"BackButtonText" : "Back",
	"backtomanagemypharmacies" : "Manage My Pharmacies",
	"backtosearchpage" : "Back to Search Page",
	"backtoselectpharmacypage" : "Pharmacies",
	"backtoselectpharmacypageaxdescription" : "Back to pharmacies list",
	"BestMatchOption" : "Best match",
	"ClearFilterAccessibleDescription" : "Clear Filters",
	"ClearFilterText" : "Clear",
	"clearpharmacylabel" : "Clear pharmacy selection",
	"CommandFailureText" : "Executing this command has failed. Please try again.",
	"CommandFailureTitle" : "Warning!",
	"ContinueButtonDisabledText" : "Use selected pharmacy button. Select a pharmacy to continue.",
	"ContinueButtonText" : "Use selected pharmacy",
	"deleteitem_accept_label" : "Remove",
	"deleteitem_cancel_label" : "Go back",
	"deleteitem_post_text" : "",
	"deleteitem_pre_text" : "Are you sure you want to remove this pharmacy from your list?",
	"deleteitem_title" : "Remove @MYCHART@ITEMNAME@",
	"deletelabel" : "Remove this pharmacy from your list",
	"DeliveryFilterHeader" : "Delivery methods:",
	"DeliveryMethods" : "",
	"DeliveryMethods_1" : "Pickup",
	"DeliveryMethods_2" : "Mail",
	"DeliveryMethods_3" : "Courier",
	"DeliveryMethods_4" : "Room Delivery",
	"DistanceDropdownLabel" : "Within",
	"DistanceFilterHeaderCurrentLocation" : "Distance from my current location:",
	"DistanceFilterHeaderZIP" : "Distance from ZIP @MyChart@ZIP@:",
	"DistanceOption" : "Distance",
	"EditPreferredPharmaciesListPageTitle" : "Saved pharmacies",
	"EditPreferredPharmaciesListPageTitleDependent" : "@MyChart@PatientFirstName@\u0027s saved pharmacies",
	"ExitEditPrefPharmListPage" : "Done",
	"failedpharmacyupdatebutton" : "Close",
	"failedpharmacyupdatebuttonecheckin" : "Continue with eCheck-In",
	"failedpharmacyupdatetext" : "Your provider is currently accessing your pharmacy list, so it cannot be modified at this time.",
	"failedpharmacyupdatetextecheckin" : "Your provider is currently accessing your pharmacy list, so it cannot be modified at this time. You can proceed with check-in, and ask for your pharmacy to be updated during your visit.",
	"failedpharmacyupdatetitle" : "Unable to Save Pharmacy Changes",
	"FilterButtonAccessibleDescription" : "Button for Search Filters - @MYCHART@NumFilters@ filters currently selected",
	"FilterButtonLabel" : "Sort and filter (@MYCHART@NumFilters@)",
	"FilterPanelHeader" : "Filters",
	"FindAnotherPharmacy" : "Find another pharmacy",
	"FindAPharmacy" : "Find a pharmacy",
	"HoursFilterHeader" : "Hours:",
	"HoursFilterHelpText" : "Some time filters are only available when \"Only show connected pharmacies\" is selected.",
	"IntegratedBadgeAccessibleDescription" : "Information about connected pharmacies.",
	"IntegratedFirstOption" : "Connected first",
	"IntegratedPharmaciesOption" : "Only show connected pharmacies",
	"invalid_zipcode_error_message" : "Invalid ZIP code",
	"KilometersFilter" : "@MYCHART@Distance@ kilometers",
	"lookup_add_selected_alt_text" : "Add selected pharmacy",
	"lookup_close_popup_instruction" : "You can press the escape button to close the popup.",
	"lookup_component_title" : "Add a Pharmacy",
	"lookup_custom_accept" : "Accept",
	"lookup_custom_placeholder" : "Enter pharmacy name",
	"lookup_custom_pretext" : "Specify your pharmacy",
	"lookup_custom_trysearch" : "Search again",
	"lookup_name_label" : "Name:",
	"lookup_open_popup_text" : "A new popup window called add a pharmacy has appeared. Press the escape button to close this popup.",
	"lookup_pretext_mobile_not_support_zipcode" : "Enter the first few characters of the pharmacy and click Search.",
	"lookup_pretext_mobile_support_zipcode" : "Enter the first few characters of the pharmacy, and/or add a ZIP code to narrow the results.",
	"lookup_results_custom_link" : "Add your own pharmacy",
	"lookup_results_posttext" : "",
	"lookup_results_posttext_allow_custom" : "Can\u0027t find what you\u0027re looking for? @MYCHART@CUSTOMLINK@",
	"lookup_results_pretext_few_results" : "Your search returned @MYCHART@HITS@ results.",
	"lookup_results_pretext_more_results" : "Your search returned more than @MYCHART@HITS@ results. Consider refining your search keyword.",
	"lookup_results_pretext_no_results" : "Your search returned no results. Try a different search term.",
	"lookup_search_label_mobile" : "Search",
	"lookup_search_placeholder" : "Search for a pharmacy",
	"lookup_search_without_zipcode_pretext" : "No results were found near ZIP code @MYCHART@Zipcode@. Matches from other ZIP codes are shown below.",
	"lookup_startover_label" : "Go back and change the search term",
	"lookup_suggestion_custom_link" : "Add your own pharmacy",
	"lookup_suggestion_has_more_results" : "Search to see more results.",
	"lookup_suggestion_search_tag" : " - Search",
	"lookup_zipcode_placeholder" : "Near ZIP code",
	"MilesFilter" : "@MYCHART@Distance@ miles",
	"no_pharmacy_address" : "No address available",
	"nodata" : "You have no pharmacies on file.",
	"NoPharmacies" : "No pharmacies on file",
	"OneKilometerFilter" : "@MYCHART@Distance@ kilometer",
	"OneMileFilter" : "@MYCHART@Distance@ mile",
	"OpenEarlyOption" : "Open early (before @MYCHART@FilterDisplayTime@)",
	"OpenLateOption" : "Open late (after @MYCHART@FilterDisplayTime@)",
	"OpenWeekendsOption" : "Open weekends",
	"pharmacy_action_call" : "Call",
	"pharmacy_action_map" : "Map",
	"pharmacy_call_screenreader_text" : "Call",
	"pharmacy_direction_screenreader_text" : "Map",
	"pharmacy_hours_label" : "Hours:",
	"pharmacy_open_24_hours" : "Open 24 hours",
	"PharmacyAddFailureMessage" : "Your request failed. Please try again.",
	"PharmacyCardDeliveryMethodHeader" : "Delivery methods",
	"PharmacyCardHours24HoursLabel" : "Open 24 hours",
	"PharmacyCardHoursHeader" : "Hours",
	"PharmacyCardHoursNotAvailable" : "No information",
	"PharmacyCardIntegratedBadgeText" : "Connected",
	"pharmacyhourslabel" : "Hours:",
	"PharmacyIntegratedBannerHeader" : "Get easier fills through @MYCHART@APPTITLE@ with a connected pharmacy",
	"PharmacyIntegratedBannerText" : "Connected pharmacies are a part of your healthcare organization. They allow you to message your pharmacist, request refills, track your refill status and get refill reminders. Look for the \"Connected\" label.",
	"PharmacyListNoPharmacies" : "You have no pharmacies on file.",
	"PharmacyRemoveButton" : "Remove",
	"PharmacyRemoveCancelButton" : "Go back",
	"PharmacyRemoveFailureMessage" : "Your request failed. Please try again.",
	"PharmacyRemovePopupPretitle" : "Remove pharmacy?",
	"PharmacyRemovePopupPrompt" : "If you want to add this pharmacy back later, you can use the \"Add a pharmacy\" button.",
	"PharmacyRemovePopupTitle" : "Remove \"@MYCHART@PharmacyName@\" from your saved pharmacies?",
	"PharmacyRemovePopupTitleDependent" : "Remove \"@MYCHART@PharmacyName@\" from saved pharmacies?",
	"pharmacysearchbartext" : "Pharmacy name",
	"pharmacysearchbutton" : "Search",
	"PharmacySearchCardDistanceLabelKilometers" : "@MyChart@PharmacyDistanceFromKilometers@ kilometers away",
	"PharmacySearchCardDistanceLabelMiles" : "@MyChart@PharmacyDistanceFromMiles@ miles away",
	"PharmacySearchMessageNameOnly" : "Showing @MYCHART@NumberOfSearchResults@ results for \"@MYCHART@PharmacySearchTerm@\"",
	"PharmacySearchMessageNearCurrentLocation" : "Showing @MYCHART@NumberOfSearchResults@ results near your current location",
	"PharmacySearchMessageNearHomeAddress" : "Showing @MYCHART@NumberOfSearchResults@ results near your home address",
	"PharmacySearchMessageNearNameAndCurrentLocation" : "Showing @MYCHART@NumberOfSearchResults@ results for \"@MYCHART@PharmacySearchTerm@\" near your current location",
	"PharmacySearchMessageNearNameAndHomeAddress" : "Showing @MYCHART@NumberOfSearchResults@ results for \"@MYCHART@PharmacySearchTerm@\" near your home address",
	"PharmacySearchMessageNearNameAndPostalCode" : "Showing @MYCHART@NumberOfSearchResults@ results for \"@MYCHART@PharmacySearchTerm@\" near @MYCHART@PharmacySearchPostalCode@",
	"PharmacySearchMessageNearNameAndTempAddress" : "Showing @MYCHART@NumberOfSearchResults@ results for \"@MYCHART@PharmacySearchTerm@\" near your temporary address",
	"PharmacySearchMessageNearPostalCode" : "Showing @MYCHART@NumberOfSearchResults@ results near @MYCHART@PharmacySearchPostalCode@",
	"PharmacySearchMessageNearTempAddress" : "Showing @MYCHART@NumberOfSearchResults@ results near your temporary address",
	"PharmacySearchMessageNoResultsNearCurrentLocation" : "\u003cp\u003e\u003cspan class=\"bold\"\u003eNo results found near your current location.\u003c/span\u003e\u003c/p\u003e\u003cp\u003e@MYCHART@NumberOfSearchResults@ results from other locations are shown below.\u003c/p\u003e",
	"PharmacySearchMessageNoResultsNearCurrentLocationWithName" : "\u003cp\u003e\u003cspan class=\"bold\"\u003eNo results found for \"@MYCHART@PharmacySearchTerm@\" near your current location.\u003c/span\u003e\u003c/p\u003e\u003cp\u003e@MYCHART@NumberOfSearchResults@ results from other locations are shown below.\u003c/p\u003e",
	"PharmacySearchMessageNoResultsNearHomeAddress" : "\u003cp\u003e\u003cspan class=\"bold\"\u003eNo results found near your home address.\u003c/span\u003e\u003c/p\u003e\u003cp\u003e@MYCHART@NumberOfSearchResults@ results from other locations are shown below.\u003c/p\u003e",
	"PharmacySearchMessageNoResultsNearHomeAddressWithName" : "\u003cp\u003e\u003cspan class=\"bold\"\u003eNo results found for \"@MYCHART@PharmacySearchTerm@\" near your home address.\u003c/span\u003e\u003c/p\u003e\u003cp\u003e@MYCHART@NumberOfSearchResults@ results from other locations are shown below.\u003c/p\u003e",
	"PharmacySearchMessageNoResultsNearPostalCode" : "\u003cp\u003e\u003cspan class=\"bold\"\u003eNo results found near @MYCHART@PharmacySearchPostalCode@.\u003c/span\u003e\u003c/p\u003e\u003cp\u003e@MYCHART@NumberOfSearchResults@ results from other locations are shown below.\u003c/p\u003e",
	"PharmacySearchMessageNoResultsNearPostalCodeWithName" : "\u003cp\u003e\u003cspan class=\"bold\"\u003eNo results found for \"@MYCHART@PharmacySearchTerm@\" near @MYCHART@PharmacySearchPostalCode@.\u003c/span\u003e\u003c/p\u003e\u003cp\u003e@MYCHART@NumberOfSearchResults@ results from other locations are shown below.\u003c/p\u003e",
	"PharmacySearchMessageNoResultsNearTempAddress" : "\u003cp\u003e\u003cspan class=\"bold\"\u003eNo results found near your temporary address.\u003c/span\u003e\u003c/p\u003e\u003cp\u003e@MYCHART@NumberOfSearchResults@ results from other locations are shown below.\u003c/p\u003e",
	"PharmacySearchMessageNoResultsNearTempAddressWithName" : "\u003cp\u003e\u003cspan class=\"bold\"\u003eNo results found for \"@MYCHART@PharmacySearchTerm@\" near your temporary address.\u003c/span\u003e\u003c/p\u003e\u003cp\u003e@MYCHART@NumberOfSearchResults@ results from other locations are shown below.\u003c/p\u003e",
	"PharmacySearchNoResults" : "Your search returned no results. Consider changing your search entry to find results.",
	"pharmacysearchpagedescription" : "Search by pharmacy name or location.",
	"pharmacysearchpagetitle" : "Add a pharmacy",
	"PharmacySearchPostalCodeInputLabel" : "ZIP code",
	"PharmacySearchResultsHeading" : "Search results",
	"PharmacySearchStartMessage" : "Enter a pharmacy name or location to get started.",
	"PharmacySearchTooManyResultsHeader" : "Did you find what you were looking for?",
	"PharmacySearchTooManyResultsMessage" : "Your search returned many results, and the top 50 are shown. Make your search more specific for better results.",
	"PharmacySelectAXDescriptionSelected" : "@MyChart@PharmacyNameSelected@, selected",
	"PharmacySelectAXDescriptionUnselected" : "@MyChart@PharmacyNameUnselected@, unselected",
	"PharmacySelectionCompHeader_eCheckIn" : "Select a Pharmacy for This Visit",
	"pharmacyselectionrequired" : "You must select a pharmacy for this @MYCHART@BrandEVisit@.",
	"pharmacyselectionrequired_no_mnemonic" : "You must select a pharmacy for this E-Visit.",
	"pharmacyselectionrequirednoneonfile" : "You must add and select a pharmacy for this @MYCHART@BrandEVisit@.",
	"pharmacyselectionrequirednoneonfile_no_mnemonic" : "You must add and select a pharmacy for this E-Visit.",
	"PharmacySourceEncounterDepartment" : "Located near visit",
	"PharmacySourceInsuranceSuggested" : "Insurance-suggested mail order pharmacy",
	"PharmacySourceSystemLevel" : "Related to this organization",
	"PharmacyTypeFilterHeader" : "Pharmacy type:",
	"PharmacyUpdateFailureMessage" : "Your provider is currently accessing your pharmacy list so it cannot be modified at this time. Please try to make your changes again at a later time.",
	"PharmacyUpdateFailureTitle" : "Unable to Save Pharmacy Changes",
	"posttext_eCheckIn" : "",
	"posttext_Standalone" : "",
	"PreferredPharmacyText" : "Saved pharmacy",
	"pretext_eCheckIn" : "",
	"pretext_Standalone" : "Add the pharmacies where you like to get prescriptions. Your care team uses this list to make refill requests and appointment check-in faster.",
	"RemovePharmacy" : "Remove",
	"RemovePharmacyAXLabel" : "Remove @MyChart@PharmacyToRemove@",
	"RemovePharmacyCommandAltText" : "Remove @MYCHART@PharmacyNameToRemove@",
	"RemovePharmacyCommandToast" : "Removed from your pharmacies",
	"removepharmacylabel" : "Remove",
	"SelectEncounterPharmacyHelpText" : "Select from the list below or find a new pharmacy. Medications prescribed during this visit will be sent to the pharmacy you select below.",
	"SelectEncounterPharmacyPageTitle" : "Which pharmacy would you like to use for this visit?",
	"SelectEncounterPharmacyPageTitleDependent" : "Which pharmacy would @MyChart@PatientFirstName@ like to use for this visit?",
	"selectpharmacybuttonlabel" : "Select",
	"SelectPharmacyCommandAltText" : "Select @MYCHART@PharmacyNameToSelect@",
	"SkipPageButtonText" : "Skip",
	"SortAndFilterPanelHeader" : "Sort and filter",
	"SortFilterHeader" : "Sort by",
	"Title" : "Manage My Pharmacies",
	"ViewFilteredResultsLabel" : "View results",
	"WelcomePharmacyRemovePopupPrompt" : "If you want to add this pharmacy back later, you can use the \"Find a pharmacy\" button.",
	"WhatIsAnIntegratedPharmacy" : "What is a connected pharmacy?",
});
$$WP.Strings.getNamespace("clinical.shared").addStrings( {
	"AddFreeTextProblemButtonText" : "Add \"@MYCHART@SEARCHTERM@\"",
	"AddFreeTextProblemQuestion" : "Can\u0027t find what you\u0027re looking for? ",
	"AddItemAcceptLabel" : "Submit",
	"AddProblemFromSearchLabel" : "Search results for \"@MYCHART@SEARCHTERM@\"",
	"AllergiesLink" : "Allergies",
	"ContinueWithoutSaving" : "Continue without saving",
	"GoBack" : "Go back",
	"HealthIssuesLink" : "Health Issues",
	"HealthSummaryLink" : "Health Summary",
	"ImmunizationsLink" : "Immunizations",
	"InvalidSearchPopupBodyText" : "Some of the text you\u0027ve entered cannot be submitted. Unsupported characters were removed from your search results.",
	"InvalidSearchPopupTitleText" : "Invalid Text",
	"MedicationsLink" : "Medications",
	"MoreResults" : "Showing @MYCHART@HITS@ of many results. Consider refining your search term.",
	"NoSearchResults" : "Showing no results.",
	"PreventiveCareLink" : "Preventive Care",
	"ProgressHeader" : "",
	"ProgressHeader_1of2" : "Current Health - Step 1 of 2",
	"ProgressHeader_1of3" : "Current Health - Step 1 of 3",
	"ProgressHeader_2of2" : "Current Health - Step 2 of 2",
	"ProgressHeader_2of3" : "Current Health - Step 2 of 3",
	"ProgressHeader_3of3" : "Current Health - Step 3 of 3",
	"ProviderWillReview" : "This information will be reviewed with you during your visit.",
	"ProviderWillReviewDependent" : "This information will be reviewed during @MYCHART@PatientFirstName@\u0027s visit.",
	"RelatedLinks" : "Related Links",
	"SearchResultsCount" : "Showing @MYCHART@HITS@ results.",
	"ServerErrorContent" : "An error occurred while searching. Please try again later.",
	"ServerErrorTitle" : "Error",
	"SingularSearchResultCount" : "Showing 1 result.",
	"StartDateLabel" : "Start date",
	"Title" : "",
});
$$WP.Strings.getNamespace("clinical.testresults").addStrings( {
	"AAChangeLabel" : "Amino Acid Change:",
	"AbnormalIconAltText" : "The result is abnormal",
	"AbnormalResultAriaLabel" : "This result is abnormal.",
	"AccessibleDescriptionWithoutSubtitle" : "@MYCHART@IndicatorName@ @MYCHART@IndicatorType@",
	"AccessibleDescriptionWithSubtitle" : "@MYCHART@IndicatorName@ @MYCHART@IndicatorType@ @MYCHART@IndicatorSubtitle@",
	"AccessingYourResultsDescription" : "Error while trying to retrieve result data.",
	"AccessingYourResultsHeader" : "Accessing your results",
	"aCGHRatioLabel" : "aCGH Ratio:",
	"ActivityScoreLabel" : "Activity Score:",
	"AddendumSectionPostText" : "",
	"AddendumSectionPreText" : "",
	"AddendumSectionTitle" : "Addendum",
	"AdmissionFilterLabel" : "Only show results from current hospital stay?",
	"AffectedExonEndLabel" : "Affected Exon End:",
	"AffectedExonSingularLabel" : "Affected Exon:",
	"AffectedExonsLabel" : "Affected Exons:",
	"AffectedExonStartLabel" : "Affected Exon Start:",
	"AffectedIntronEndLabel" : "Affected Intron End:",
	"AffectedIntronSingularLabel" : "Affected Intron:",
	"AffectedIntronsLabel" : "Affected Introns:",
	"AffectedIntronStartLabel" : "Affected Intron Start:",
	"AllDataLoaded" : "There are no more test results available.",
	"AlleleInformationSection" : "Allele Information",
	"AlleleLengthLabel" : "Allele Length:",
	"AlleleNameLabel" : "Allele Name:",
	"AllelicPhaseBasisLabel" : "Parental Inheritance Basis:",
	"AllelicPhaseLabel" : "Parental Inheritance:",
	"AllelicStateLabel" : "Allelic State:",
	"AllVisitsLoaded" : "There are no more visits available.",
	"AmplificationLabel" : "Amplification:",
	"AnalysisMethodLabel" : "Analysis Method:",
	"AriaLabelStandardRange" : "@MYCHART@STANDARDRANGELOWVALUE@ to @MYCHART@STANDARDRANGEHIGHVALUE@",
	"AskAQuestion" : "Ask a question",
	"AssessmentLabel" : "Assessment:",
	"AssociatedPhenotypeInformationSection" : "Associated Phenotype Information",
	"AuthorizedByLabel" : "Authorizing provider:",
	"AutomaticRelease" : "This test result has been released by an automatic process.",
	"BackToConditionSummary" : "Condition Summary",
	"BackToCovidStatus" : "Back to COVID-19",
	"BackToDetailsLabel" : "Result Details",
	"BackToResultDetails" : "Test Result Details",
	"BackToResultDetailsFromVisit" : "Test Results from Visit",
	"BackToResultsList" : "Test Results List",
	"BoundsRangeFormat" : "@MyChart@LowerBound@-@MyChart@UpperBound@",
	"CancelButton" : "Cancel",
	"ChromosomeLabel" : "Chromosome:",
	"ClearSearchTooltip" : "Clear Search",
	"ClearSelectionsButtonText" : "Clear selections",
	"CLIANumberLabel" : "@MYCHART@CLIANumber@ (CLIA #)",
	"CodingSystemWithoutVersionLabel" : "@MyChart@CodingSystem@:",
	"CodingSystemWithVersionLabel" : "@MyChart@CodingSystem@ (v @MyChart@CodingSystemVersion@):",
	"CollectedOnLabel" : "Collection date:",
	"CommentBadgeRead" : "Messages from Care Team",
	"CommentBadgeUnread" : "New message from @MYCHART@UNREADCOMMENTINGPROVIDER@",
	"CommentTooltip" : "Your provider left a comment on this result",
	"CompareResultTrendsLinkAriaLabel" : "Compare @MYCHART@ResultTitle@ result trends",
	"CompareResultTrendsLinkLabel" : "Compare result trends",
	"ComponentAbnormal" : "Abnormal",
	"ComponentCardUnitsOnly" : "@MYCHART@ComponentUnits@",
	"ComponentCommentsEntry" : "comment",
	"ComponentCommentsHeader" : "Component: ",
	"ComponentDetailsLink" : "View details of this component",
	"ComponentFlagAriaLabel" : "This value is @MYCHART@ComponentFlag@",
	"ComponentFlagHeader" : "Flag",
	"ComponentFlagToolTip" : "Special Conditions",
	"ComponentHigh" : "High",
	"ComponentLow" : "Low",
	"ComponentNameHeader" : "Component",
	"ComponentNameToolTip" : "Result Components",
	"ComponentNormalRangeBothAriaLabel" : "Normal range @MYCHART@ComponentRefRangeLow@ - @MYCHART@ComponentRefRangeHigh@ @MYCHART@ComponentUnits@",
	"ComponentNormalRangeHighAriaLabel" : "Normal range below @MYCHART@ComponentRefRangeHigh@ @MYCHART@ComponentUnits@",
	"ComponentNormalRangeLowAriaLabel" : "Normal range above @MYCHART@ComponentRefRangeLow@ @MYCHART@ComponentUnits@",
	"ComponentNormalValueAriaLabel" : "Normal value @MYCHART@FormattedRefRange@ @MYCHART@ComponentUnits@",
	"ComponentNoValueLabel" : "No value",
	"ComponentOrderTitleLabel" : "@MYCHART@OrderName@ (@MYCHART@ComponentName@)",
	"ComponentOutOfDisplayedRange" : "The value you selected is older than the results displayed here.",
	"ComponentOutOfRange" : "Out of Range",
	"ComponentRangeHeader" : "Standard Range",
	"ComponentRangeToolTip" : "Range of Normal Values",
	"ComponentsSectionPostText" : "",
	"ComponentsSectionPreText" : "",
	"ComponentsSectionTitle" : "Component Results",
	"ComponentsTableTitle" : "Components: @MYCHART@NumberOfComponents@",
	"ComponentStandardRangeHeader" : "Standard Range",
	"ComponentTableDecription" : "Table of test result components",
	"ComponentValueAriaLabel" : "Your value is @MYCHART@ComponentValue@ @MYCHART@ComponentUnits@",
	"ComponentValueDetailsLink" : "Details",
	"ComponentValueDetailsLinkTooltip" : "View more information about this result",
	"ComponentValueHeader" : "Value",
	"ComponentValueLabel" : "Value",
	"ComponentValuesHeader" : "Your Value",
	"ComponentValueToolTip" : "Value of Component Result",
	"ComponentWithinRange" : "Within Range",
	"ConfirmButton" : "Confirm",
	"ConfirmResultsDownloadHeader" : "Confirm results download",
	"ContentLinkHoverText" : "Learn more about @MYCHART@TestName@",
	"ContentLinkingText" : "About this test",
	"ContentLinkNewWindowNotification" : "Link will open in a new browser window or tab.",
	"ContinueDownloadPrompt" : "Do you want to continue?",
	"CopyNumberLabel" : "Copy Number:",
	"CoverageDepthLabel" : "Coverage Depth:",
	"CurrentAdmission" : "@MYCHART@CurrentAdmissionDate@ - Current Hospital Stay",
	"CurrentEDVisit" : "@MYCHART@CurrentEDVisitDate@ - Current Visit",
	"CytogeneticLocationLabel" : "Cytogenetic Location:",
	"DailyDigestCancelAdditionalInfo" : "If you take no action, you will continue to receive a single notification of your test results for a given day. It will continue to be sent on weekdays between 8AM and 10AM, and will not be sent on weekends or holidays.",
	"DailyDigestCancelConfirmation" : "You have now opted out of receiving the Test Results Daily Digest. You will begin to receive a separate notification for each test result as it becomes available.",
	"DailyDigestCancelInfo" : "You can opt out of the Test Results Daily Digest to receive a separate notification for each test result as it becomes available.",
	"DailyDigestCancelNoButton" : "Never mind",
	"DailyDigestCancelTitle" : "Cancel Test Results Daily Digest",
	"DailyDigestCancelYesButton" : "Cancel daily digest",
	"DailyDigestCommPreferences" : "You can change this option later under the Health section in Communication Preferences.",
	"DailyDigestCommPrefLink" : "Go to Communication Preferences.",
	"DailyDigestPageTitle" : "Daily Digest",
	"DailyDigestSignupAdditionalInfo" : "If you take no action, you will continue to receive a separate notification for each result as it becomes available.",
	"DailyDigestSignupConfirmation" : "You have now signed up for the Test Results Daily Digest. You will receive a single notification that includes all new test results you have for a given day. This notification will be sent on weekdays between 8AM and 10AM. It will not be sent on weekends or holidays.",
	"DailyDigestSignupInfo" : "You can sign up for the Test Results Daily Digest to receive a single notification for all the new test results you receive for the past day. This notification will be sent on weekdays between 8 AM and 10 AM. The notification will not be sent on weekends and holidays.",
	"DailyDigestSignupNoButton" : "No thanks",
	"DailyDigestSignupTitle" : "Sign up for Test Results Daily Digest",
	"DailyDigestSignupYesButton" : "Sign me up",
	"DataNotCrossOrgBannerMessage" : "All data shown here is from @MYCHART@OrganizationName@.",
	"DateHeader" : "Date",
	"DateHeaderTemplate" : "Results from @MYCHART@TestResultFormattedDate@",
	"DateVisitCardInfo" : "@MYCHART@VISITDATE@ - @MYCHART@VISITTYPE@",
	"DetailsFilterAllRecentResults" : "All Recent Results",
	"DetailsFilterAllResults" : "All Results",
	"DetailsFilterUnreadResults" : "Unread Results",
	"DetailsLink" : "Details",
	"DetailsMissingBannerMessage" : "Some details for this result might not be shown here. You might find more information by visiting your @MYCHART@OrganizationName@ patient portal.",
	"DetailsNoRecentUnreadResults" : "You have no recent unread test results.",
	"DetailsNoUnreadResults" : "You have no unread test results.",
	"DetailsPageBackLinkText" : "Back to the Test Results List",
	"DetailsPageTitle" : "@MYCHART@TESTNAME@ - Details",
	"DetailsPreTextBody" : "",
	"DetailsPreTextTitle" : "",
	"DetailsTabName" : "Details",
	"DNAChangeLabel" : "DNA Change:",
	"DNAChangeTypeFormat" : "@MyChart@VariantType@ (@MyChart@DNAChangeType@)",
	"DNARegionLabel" : "DNA Region:",
	"DownloadingButtonPlaceholder" : "Downloading",
	"DownloadingYourResultsErrorHeader" : "Cannot download results",
	"DownloadResultsButtonText" : "Download",
	"DownloadResultsDescription" : "Save your results record as a PDF document.",
	"DownloadResultsHeader" : "Download results",
	"EcgDiagnosis" : "ECG @MYCHART@EcgID@:",
	"EcgSectionPostText" : "",
	"EcgSectionPreText" : "",
	"EcgSectionTitle" : "ECG Diagnosis",
	"EffectOnDrugEfficacyLabel" : "Effect on Drug Efficacy:",
	"EffectOnDrugMetabolismLabel" : "Effect on Drug Metabolism:",
	"EffectOnDrugTransportLabel" : "Effect on Drug Transport:",
	"EffectOnHighRiskLabel" : "Effect on High-Risk:",
	"EfficacySkewValue" : "Efficacy",
	"EmergencyDepartmentFilterLabel" : "Only show results from current visit?",
	"EncRemainingOrders" : "+ @MYCHART@NumOrders@ more",
	"ExternalImageLabel" : "Result is from another organization",
	"ExternalIncompleteImageLabel" : "Result is from another organization that doesn\u0027t allow further details to be viewed here. Please log in to your account there.",
	"ExternalLinkingWidgetPretext" : "You will be able to see test results from the following organizations when you activate your account",
	"FdiLinkLabel" : "Linked information",
	"FileDownloadRiskPrompt" : "Once you download this file, it will no longer be secured by MyChart. Other apps on your device might have access to this file.",
	"FilterByOrganizationHeader" : "Show test results from:",
	"FilterByOrganizationLabel" : "Show:",
	"FindingTypeLabel" : "Finding Type:",
	"FormatListValue" : "@MyChart@ListValue@",
	"FunctionalEffectLabel" : "Functional Effect:",
	"FusedGenesLabel" : "Fused Genes:",
	"GeneLabel" : "Genes:",
	"GeneralInformationSectionPostText" : "",
	"GeneralInformationSectionPreText" : "",
	"GeneralInformationSectionTitle" : "General Information",
	"GenericCommentProvider" : "Care Team",
	"GeneticProfileLinkText" : "Visit your Genetic Profile",
	"GenomeAssemblyLabel" : "Genome Assembly:",
	"GenomicDNAChangeLabel" : "Genomic DNA Change:",
	"GenomicIconAltText" : "Genetic",
	"GenomicIndicatorSectionText" : "@MYCHART@LinkedText@ for more information about how these genetic testing findings are related to your health.",
	"GenomicIndicatorSectionTitle" : "Genetic Findings",
	"GenomicReferenceSequenceLabel" : "Genomic Reference Sequence:",
	"GenomicVariantResultsTitle" : "Genetic Variant Results",
	"GenotypesLabel" : "Genotypes:",
	"GoBackButton" : "Go back",
	"GraphAltText" : "Value: @MYCHART@GraphAltValue@, Standard range: @MYCHART@GraphAltReferenceRange@",
	"GroupByEncounter" : "Visits",
	"GroupByHeader" : "Group test results by:",
	"GroupByIndividual" : "Individual Results",
	"GroupHeader" : "Your results from @MYCHART@Date@",
	"HGVSNameLabel" : "HGVS Name:",
	"HiddenFromProxiesList" : "This result is hidden from @MYCHART@HiddenProxies@.",
	"HiddenFromProxiesSectionAriaLabel" : "This @MYCHART@ResultName@ is hidden from friends and family.",
	"HiddenFromProxiesString" : "Hidden from friends and family",
	"HideHospitalResults" : "Hide hospital results",
	"ImageScanText" : "Scan on @MYCHART@SCANINSTANT@",
	"ImagesSectionPostText" : "",
	"ImagesSectionPreText" : "",
	"ImagesSectionTitle" : "Images",
	"ImagingIconAltText" : "Imaging",
	"ImpressionSectionHeader" : "Impression",
	"InequalityLowerBoundValue" : "Not less than @MyChart@LowerBound@",
	"InequalityUpperBoundValue" : "Not greater than @MyChart@UpperBound@",
	"InfoBubbleTooltip" : "Select the points on the graph to see more details.",
	"InnerEndLabel" : "Inner End Position:",
	"InnerStartLabel" : "Inner Start Position:",
	"InpatientFilterLabel" : "Show results from hospital visits?",
	"InterpretationSection" : "Interpretation",
	"ISCNNameLabel" : "ISCN Name:",
	"ItemLabel" : "@MyChart@Label@:",
	"LabDirectorLabel" : "@MYCHART@LabDirector@ (Lab director)",
	"LabIconAltText" : "Lab",
	"LabsFromSpecimenSectionTitle" : "Lab tests - @MYCHART@SPECIMENDISPLAYSTRING@",
	"LabsSectionTitle" : "Lab tests",
	"LargeResultsEncounter" : "More than 100 results",
	"LastDateLoadedLabel" : "Loaded all results since @MYCHART@OldestDateLoaded@",
	"LatestResults" : "Latest Results",
	"LinkToFullDetailsDescription" : "Open your @MYCHART@LinkToFullDetailsName@ results.",
	"LinkToFullDetailsHeader" : "View your results",
	"ListHeaderEncounterAllVisits" : "All Visits",
	"ListHeaderEncounterCurAdm" : "Current Hospital Stay",
	"ListHeaderEncounterCurED" : "Current Visit",
	"ListHeaderIndividualAllVisits" : "Individual Results from All Visits",
	"ListHeaderIndividualCurAdm" : "Individual Results from Current Hospital Stay",
	"ListHeaderIndividualCurED" : "Individual Results from Current Visit",
	"ListPageTitle" : "Test Results",
	"ListPreTextBody" : "",
	"ListPreTextTitle" : "",
	"LoadingLabel" : "Loading results",
	"LoadingProgressLabel" : "Searched through @MYCHART@OldestDateLoaded@, but no matches yet...",
	"LoadMoreLabel" : "Load more results",
	"LoadMoreTooltip" : "Load older test results",
	"MedicationLabel" : "Medication:",
	"MedicationPanelSection" : "Medication Panel",
	"MessageHasAttachments" : "This message has attachments. View the full conversation to access them.",
	"MessageRangeDescription" : "Showing @MYCHART@NumDisplayedMessages@ of @MYCHART@NumTotalMessages@ @MYCHART@ConversationLink@",
	"MetabolismSkewValue" : "Metabolism",
	"ModeOfInheritanceLabel" : "Mode Of Inheritance:",
	"MolecularConsequenceLabel" : "Molecular Consequence:",
	"MosaicismLabel" : "Mosaicism:",
	"MostRecentDateCardInfo" : "Most recent result: @MYCHART@MOSTRECENTDATE@",
	"MostRecentFilterBannerText" : "Showing up to 10 most recent results",
	"MultipleClassificationsValue" : "Multiple Classifications",
	"NarrativeSectionHeader" : "Narrative",
	"NetworkError" : "There was an issue saving your preference. Refresh the page and try again.",
	"NetworkErrorTitle" : "Network Error",
	"NewResults" : "New",
	"NoComponents" : "There is no component information for this result.",
	"NoData" : "No data to show",
	"NoDataToDisplay" : "You have no test results to display.",
	"NoFiltersLabel" : "All Organizations",
	"NoGraphsSelectedMessage" : "Select a component from Settings and filters.",
	"NoHistoricValuesFound" : "No values to display.",
	"NoNormalRange" : "None",
	"NoOrgSelected" : "Select at least one organization in Settings and filters to see results.",
	"NoRegistryDataToDisplay" : "You have no test results related to @MYCHART@RegistryName@.",
	"NoResultsDisplay" : "There are no results to display.",
	"NoResultsFound" : "No results found",
	"NoResultsFoundAll" : "No results found from all visits",
	"NoResultsFoundCurAdm" : "No results found from current hospital stay",
	"NoResultsFoundCurED" : "No results found from current visit",
	"NoResultsFoundSearch" : "No results found for \"@MYCHART@SearchQuery@\"",
	"NoResultsFoundSearchAll" : "No results found for \"@MYCHART@SearchQuery@\" from all visits",
	"NoResultsFoundSearchCurAdm" : "No results found for \"@MYCHART@SearchQuery@\" from current hospital stay",
	"NoResultsFoundSearchCurED" : "No results found for \"@MYCHART@SearchQuery@\" from current visit",
	"NormalHigh" : "Normal high",
	"NormalLow" : "Normal low",
	"NormalRangeAboveDisplayLabel" : "Above @MYCHART@LowerBound@ @MYCHART@ComponentUnits@",
	"NormalRangeBelowDisplayLabel" : "Below @MYCHART@UpperBound@ @MYCHART@ComponentUnits@",
	"NormalRangeBothDescriptor" : "Normal range: @MYCHART@ComponentRefRangeLow@ - @MYCHART@ComponentRefRangeHigh@ @MYCHART@ComponentUnits@",
	"NormalRangeBoundedAriaLabel" : "@MYCHART@LowerBound@ to @MYCHART@UpperBound@ @MYCHART@ComponentUnits@",
	"NormalRangeBoundedDisplayLabel" : "@MYCHART@LowerBound@ - @MYCHART@UpperBound@ @MYCHART@ComponentUnits@",
	"NormalRangeColumnHeader" : "Normal Range",
	"NormalRangeHighDescriptor" : "Normal range: below @MYCHART@ComponentRefRangeHigh@ @MYCHART@ComponentUnits@",
	"NormalRangeLowDescriptor" : "Normal range: above @MYCHART@ComponentRefRangeLow@ @MYCHART@ComponentUnits@",
	"NormalValuesDescriptor" : "Normal value: @MYCHART@FormattedRefRange@ @MYCHART@ComponentUnits@",
	"NotesContentHeader" : "Content",
	"NotesResultHeader" : "Result",
	"NotesTableTitle" : "Notes",
	"NoTestResultData" : "You have no information available for this test.",
	"NotYetViewedTooltip" : "Not yet viewed",
	"NumberOfSelectedComponentsHeader" : "@MYCHART@NumberOfSelectedComponents@ selected",
	"NumberOfSelectedComponentsHeaderLimitedNumber" : "@MYCHART@NumberOfSelectedComponents@ of @MYCHART@MaximumNumberOfSelectedComponents@ selected",
	"ObservedAlleleLabel" : "Observed Allele:",
	"OldestDateLoadedLabel" : "Oldest record loaded from @MYCHART@OldestRenderedDate@",
	"OrderedBy" : "Ordered By",
	"OrderedByLabel" : "Ordering provider:",
	"OrderedByProvider" : "Ordered by @MYCHART@LABORDEREDBYPROVIDER@",
	"OrderedByUnknown" : "The provider who ordered this result is unknown.",
	"OrderedOnLabel" : "Ordered on @MYCHART@ORDEREDONDATE@",
	"OrderEntry" : "Find result by Order ID",
	"OrderInformationSectionAriaLabel" : "Additional information about @MYCHART@ResultName@",
	"OrderInformationSectionTitle" : "Additional information",
	"OrderLimitReached" : "There are more results that are not displayed. Go to the @MYCHART@TestResultsPage@ to see a complete list of your results.",
	"OrdersWereDeduped" : "Use the View trends link on a result to see older values.",
	"OrdersWereDedupedTitle" : "Showing most recent result values",
	"OrgNameLabel" : "Information from",
	"OrgUpdatedLabel" : "Updated @MYCHART@ORGTIMESTAMP@",
	"OrgUpToDate" : "Up to date",
	"OtherIconAltText" : "Other type of result",
	"OuterEndLabel" : "Outer End Position:",
	"OuterStartLabel" : "Outer Start Position:",
	"PastAdmissionWithDateRange" : "@MYCHART@PastAdmissionStartDate@ to @MYCHART@PastAdmissionEndDate@ - Hospital Stay",
	"PastAdmissionWithSingleDate" : "@MYCHART@PastAdmissionDate@ - Hospital Stay",
	"PastEDVisit" : "@MYCHART@PastEDVisitDate@ - Visit",
	"PastResultsPageTitle" : "Result Trends",
	"PastResultsTitle" : "Result Trends",
	"PDFDownload" : "Save a table of your results as a PDF document.",
	"PenetranceLabel" : "Penetrance:",
	"PhenotypeDescriptionLabel" : "Description:",
	"PhenotypeLabel" : "Phenotype:",
	"PositionLabel" : "Position:",
	"PositionValueFormat" : "@MyChart@StartPosition@:@MyChart@StopPosition@",
	"PostText" : "",
	"PrecisionOfBoundsLabel" : "Precision of Bounds:",
	"PreText" : "",
	"ProcedureIconAltText" : "Procedure",
	"ProteinRefSeqLabel" : "Protein Reference Sequence:",
	"PTRComponentValueAriaLabel" : "@MYCHART@ComponentValue@ @MYCHART@ComponentUnits@",
	"PTRComponentValueFlagAriaLabel" : "@MYCHART@ComponentValue@ @MYCHART@ComponentUnits@ This value is @MYCHART@ComponentFlag@",
	"ReadByLabel" : "Reading physician:",
	"RecentResultsDropdownLabel" : "Recent Results",
	"ReferenceAlleleLabel" : "Reference Allele:",
	"ReferenceRangeDisplayLabel" : "@MYCHART@RefRange@ @MYCHART@ComponentUnits@",
	"RegionSection" : "Sequence Change and Region",
	"RemoveSearchButtonTooltip" : "Reset the search",
	"RepeatExpansionLabel" : "Repeat Expansion:",
	"ResultCommentSectionPostText" : "",
	"ResultCommentSectionPreText" : "",
	"ResultCommentSectionTitle" : "Comments from the Doctor\u0027s Office",
	"ResultCommentViewed" : "\u003ch4\u003e--------Viewed by @MYCHART@VIEWEDBY@ on @MYCHART@VIEWEDDATE@--------\u003c/h4\u003e",
	"ResultCommentViewedNoDate" : "\u003ch4\u003e--------Viewed by @MYCHART@VIEWEDBYNODATE@--------\u003c/h4\u003e",
	"ResultedOnLabel" : "Result date:",
	"ResultInfoSectionTitle" : "Results",
	"ResultingLabLabel" : "Resulting lab:",
	"ResultLetterAriaLabel" : "View Letter",
	"ResultLetterLabel" : "Letter",
	"ResultNoteSectionPostText" : "",
	"ResultNoteSectionPreText" : "",
	"ResultNoteSectionTitle" : "Result Notes",
	"ResultReleasePreferences" : "Test result preferences",
	"ResultReleasePreferencesExplanation" : "By default, you can view most test results as soon as they are available, before they are seen by your care team. Would you prefer to wait to see your test results? This option gives your care team more time to review certain types of test results before they are released to @MYCHART@APPTITLE@.",
	"ResultsDownloadGenericError" : "An error occurred while trying to generate a report of your results.",
	"ResultsDownloadTimeoutDescription" : "Generating your record is taking longer than expected. Please try again later.",
	"ResultsIconAltText" : "Results",
	"ResultsShown" : "Showing @MYCHART@NumVisibleResults@ of @MYCHART@NumResults@",
	"ResultsShownAll" : "Showing @MYCHART@NumVisibleResults@ of @MYCHART@NumResults@ from all visits",
	"ResultsShownCurAdm" : "Showing @MYCHART@NumVisibleResults@ of @MYCHART@NumResults@ from current hospital stay",
	"ResultsShownCurED" : "Showing @MYCHART@NumVisibleResults@ of @MYCHART@NumResults@ from current visit",
	"ResultsShownMany" : "Showing @MYCHART@NumVisibleResults@ of many",
	"ResultsShownManyAll" : "Showing @MYCHART@NumVisibleResults@ of many from all visits",
	"ResultsShownManyCurAdm" : "Showing @MYCHART@NumVisibleResults@ of many from current hospital stay",
	"ResultsShownManyCurED" : "Showing @MYCHART@NumVisibleResults@ of many from current visit",
	"ResultsShownManySearch" : "Showing @MYCHART@NumVisibleResults@ of many for \"@MYCHART@SearchQuery@\"",
	"ResultsShownManySearchAll" : "Showing @MYCHART@NumVisibleResults@ of many for \"@MYCHART@SearchQuery@\" from all visits",
	"ResultsShownManySearchCurAdm" : "Showing @MYCHART@NumVisibleResults@ of many for \"@MYCHART@SearchQuery@\" from current hospital stay",
	"ResultsShownManySearchCurED" : "Showing @MYCHART@NumVisibleResults@ of many for \"@MYCHART@SearchQuery@\" from current visit",
	"ResultsShownSearch" : "Showing @MYCHART@NumVisibleResults@ of @MYCHART@NumResults@ for \"@MYCHART@SearchQuery@\"",
	"ResultsShownSearchAll" : "Showing @MYCHART@NumVisibleResults@ of @MYCHART@NumResults@ for \"@MYCHART@SearchQuery@\" from all visits",
	"ResultsShownSearchCurAdm" : "Showing @MYCHART@NumVisibleResults@ of @MYCHART@NumResults@ for \"@MYCHART@SearchQuery@\" from current hospital stay",
	"ResultsShownSearchCurED" : "Showing @MYCHART@NumVisibleResults@ of @MYCHART@NumResults@ for \"@MYCHART@SearchQuery@\" from current visit",
	"ResultsTableTitle" : "Test Results",
	"ResultStatus" : "Result Status: @MYCHART@LABRESULTSTATUS@",
	"ResultStatusEdited" : "Edited",
	"ResultStatusFinal" : "Final",
	"ResultStatusFinalEdited" : "Final (Edited)",
	"ResultStatusInProcess" : "In process",
	"ResultStatusLabel" : "Result status:",
	"ResultStatusNew" : "New",
	"ResultStatusNewComments" : "New messages",
	"ResultStatusPreliminary" : "Preliminary",
	"ResultStatusUpdated" : "Updated",
	"RiskSkewValue" : "Risk",
	"ScanComponentLabel" : "Scan @MYCHART@ScanNumber@",
	"ScanHoverText" : "Click to view your scanned image",
	"ScansSectionTitle" : "Scans",
	"ScanUnavailable" : "The following images associated with this result cannot be displayed in @MYCHART@APPTITLE@:",
	"SearchButtonTooltip" : "Search this list",
	"SearchingLabel" : "Loading results for \"@MYCHART@SearchQuery@\"",
	"SearchLabel" : "Search this list",
	"SearchLabelText" : "Search",
	"SearchTestResults" : "Search test results",
	"SearchTestResultsAllVisits" : "Search test results from all visits",
	"SearchTestResultsCurAdm" : "Search test results from current hospital stay",
	"SearchTestResultsCurED" : "Search test results from current visit",
	"SeeFullConversation" : "See full conversation",
	"SelectionsSectionHeader" : "Select components",
	"SelectionsSectionHeaderLimitedNumber" : "Select up to @MYCHART@MaximumNumberOfSelectedComponents@ components",
	"SequencingInformationSection" : "Sequencing Information",
	"SettingsAndFiltersHeader" : "Settings and filters",
	"SettingsTitle" : "Settings and filters",
	"ShowHospitalResults" : "Show hospital results",
	"ShowIPLink" : "Click to search for labs taken during hospital visits",
	"ShowResultDetails" : "Show result details",
	"SignedByInfo" : "Signed by @MYCHART@ProviderName@ on @MYCHART@DateTime@",
	"SignificanceLabel" : "Classification:",
	"SkippedSomeResultsAlt" : "Explanation of Archiving ",
	"SkippedSomeResultsHelp" : "For performance reasons, tests with archived information are not included in search results. To view a test with archived information, return to the list of all your tests and locate it there.",
	"SkippedSomeResultsText" : "Some tests were skipped because they contained archived information.",
	"SortByDateAriaLabel" : "Sort by date",
	"SortByNameAscending" : "Test Name",
	"SortByProviderAriaLabel" : "Sort by provider",
	"SortByProviderAscending" : "Provider",
	"SortByTestNameAriaLabel" : "Sort by test name",
	"SortedAscending" : "Currently sorted ascending",
	"SortedDescending" : "Currently sorted descending",
	"SpecimenCollectionDate" : "Collected on @MYCHART@LABCOLLECTIONDATETIME@",
	"SpecimenCollectionDateWithSource" : "Collected on @MYCHART@LABCOLLECTIONDATETIME@ from @MYCHART@LABSPECIMENSOURCE@",
	"SpecimenCollectionDateWithSourceAndType" : "Collected on @MYCHART@LABCOLLECTIONDATETIME@ from @MYCHART@LABSPECIMENSOURCE@ (@MYCHART@LABSPECIMENTYPE@)",
	"SpecimenCollectionDateWithType" : "Collected on @MYCHART@LABCOLLECTIONDATETIME@ (@MYCHART@LABSPECIMENTYPE@)",
	"SpecimenCollectionSource" : "Collected from @MYCHART@LABSPECIMENSOURCE@",
	"SpecimenCollectionSourceWithType" : "Collected from @MYCHART@LABSPECIMENSOURCE@ (@MYCHART@LABSPECIMENTYPE@)",
	"SpecimenCollectionType" : "Collected (@MYCHART@LABSPECIMENTYPE@)",
	"SpecimensLabel" : "Specimens:",
	"SpecimensTableTitle" : "Specimens",
	"SpecimenTypeWithSource" : "@MYCHART@SPECIMENTYPE@ (@MYCHART@SPECIMENSOURCE@)",
	"StatusHeader" : "Status",
	"StudyDateLabel" : "Study date:",
	"StudyResultHeaderAddenda" : "Addenda",
	"StudyResultHeaderAddendum" : "Addendum",
	"StudyResultHeaderECG" : "ECG Diagnosis",
	"StudyResultHeaderImpression" : "Impression",
	"StudyResultHeaderNarrative" : "Narrative",
	"StudyResultHeaderNarrativeImpression" : "Narrative \u0026 Impression",
	"StudyResultHeaderResultNote" : "Result Note",
	"StudyResultHeaderTranscriptions" : "Transcriptions",
	"StudyResultSectionPostText" : "",
	"StudyResultSectionPreText" : "",
	"StudyResultSectionTitle" : "Study Result",
	"SummaryInfoSection" : "Summary Information",
	"TestDetailsTitle" : "Test Details",
	"TestHeader" : "Test",
	"TestResultContentLinkAriaLabel" : "Learn more about @MYCHART@TestName@",
	"TestResultContentLinkDefaultHeaderText" : "Learn more about @MYCHART@TestName@",
	"TestResultDetailsLink" : "View details of this test result",
	"TestResultedDate" : "Resulted on @MYCHART@LABRESULTEDDATETIME@",
	"TestResultListAbnormal" : "Abnormal",
	"TestResultListItemExternalContentTooltip" : "Learn more about @MYCHART@TestResultName@",
	"TestResultListItemTooltip" : "View the results of your @MYCHART@TestResultName@",
	"TestResultsPageLink" : "test results page",
	"TestResultsPageLinkQuestion" : "Can\u0027t find what you\u0027re looking for?",
	"TestResultsPageLinkText" : "View a list of all your test results.",
	"TestResultsSideBarText" : "Here you can see your lab results, along with the person who asked for the lab test to be done. Click a row to view more details.",
	"Title" : "Test Results",
	"Title_Condition" : "Test Results (@MYCHART@CONDITION@)",
	"ToggleSortDirection" : "Toggle sort direction",
	"TooltipWithReferenceRange" : "The shaded region represents the normal range for a test result. Select the points on the graph to see more details.",
	"TooManyGenomicVariantsDetail" : "Contact your provider or view the attached documents for more information.",
	"TooManyGenomicVariantsHeader" : "There are too many variants to display.",
	"TranscriptionSectionPostText" : "",
	"TranscriptionSectionPreText" : "",
	"TranscriptionSectionTitle" : "Transcriptions",
	"TranscriptLabel" : "Transcript:",
	"TranscriptSystemLabel" : "Transcript System:",
	"TransportSkewValue" : "Transport",
	"TRPComponentTablePretext" : "This view shows how your value has changed over time.",
	"TRPComponentTablePretextLink" : "See the full test details for more information.",
	"TRPTableHeaderComment" : "Comment",
	"TRPTableHeaderFlag" : "Flag",
	"TRPTableHeaderRefRange" : "Standard Range",
	"TRPTableHeaderValue" : "Value",
	"TypeLabel" : "Type:",
	"UnitsLabel" : "Units",
	"UnviewedTestDetailsLabel" : "@MYCHART@TestResultAbnormal@ Details for your @MYCHART@TestResultName@ from @MYCHART@FormattedDateFullMonth@. Not yet viewed.",
	"UpdatedResultText" : "[Updated]",
	"UpdatedTestDetailsLabel" : "@MYCHART@TestResultAbnormal@ Details for your @MYCHART@TestResultName@ from @MYCHART@FormattedDateFullMonth@. Updated since last view.",
	"UsageSuggestionLabel" : "Usage Suggestion:",
	"UsageSuggestionNarrativeLabel" : "Usage Suggestion (Narrative):",
	"UserRelease" : "",
	"ValueHeader" : "Value",
	"VariantAllelicFreqLabel" : "Variant Allele Fraction:",
	"VariantSourceLabel" : "Variant Source:",
	"VariantTitle" : "@MyChart@GeneTitle@ - @MyChart@VariantName@",
	"VersionSkewSection" : "Other Information",
	"ViewConversation" : "View conversation in Messages",
	"ViewConversationAccessibleDescription" : "View conversation in Messages about @MYCHART@ResultName@",
	"ViewedTestDetailsLabel" : "@MYCHART@TestResultAbnormal@ Details for your @MYCHART@TestResultName@ from @MYCHART@FormattedDateFullMonth@. Already viewed.",
	"ViewMultipleConversations" : "View conversations in Messages",
	"ViewMultipleConversationsAccessibleDescription" : "View conversations in Messages about @MYCHART@ResultName@",
	"ViewResultsButtonAriaLabel" : "View @MYCHART@ResultName@ results",
	"ViewResultsButtonText" : "View results",
	"ViewResultTrendsAriaLabel" : "View @MYCHART@ResultTitle@ trends",
	"ViewTrendsAriaLabel" : "View @MYCHART@ComponentTitle@ trends",
	"ViewTrendsLink" : "View trends",
	"ViewYourResultsDescription" : "Open your @MYCHART@ResultName@ results document.",
	"ViewYourResultsHeader" : "View your results",
});
$$WP.Strings.getNamespace("clinical.testresults.detailsfixed").addStrings( {
	"ProviderStatusBadgeText" : "Not yet reviewed by care team.",
	"ProviderStatusPopupBody" : "This test result was made available to you before your care team had a chance to review it.",
	"ProviderStatusPopupTitle" : "Pending Review",
	"SeeDetails" : "See details",
	"Title" : "Test Results Details",
});
$$WP.Strings.getNamespace("clinical.testresultsmessage").addStrings( {
	"AttachedResultsHeader" : "@MYCHART@ResultsCount@ test results attached",
	"ConversationsToContinueHeader" : "Continue recent conversation about these results?",
	"DefaultDrawerTitle" : "Ask a question",
	"IncludeAllTestsButtonText" : "Include all tests",
	"MessageSentConfirmation" : "Message sent successfully!",
	"MessageSentDrawerTitle" : "Message sent",
	"NewConversationHeader" : "Start a new conversation?",
	"NoRecipientsHeader" : "No recipients available",
	"NoRecipientsText" : "You do not have any available recipients for messages at this time. Please try selecting different tests or call your clinic for assistance. If this is an emergency, dial @MYCHART@EMERGENCYPHONE@.",
	"PCPSubtext" : "Primary care provider",
	"PCPSubtextWithType" : "Primary care provider - @MYCHART@PcpType@",
	"RecipientHeader" : "Who do you want to contact?",
	"ResultSelectionHeader" : "Which results do you have questions about?",
	"ResultSelectionListLabel" : "Select test results to include in your message:",
	"StartNewConversation" : "Create a new conversation",
	"StartNewConversationSubtext" : "Start a new conversation with your care team",
	"StayInTestResultsAction" : "Stay in Test Results",
	"Title" : "Test Results Message",
	"ViewConversationAction" : "View my conversation in Messages",
});
$$WP.Strings.getNamespace("clinical.testresultswidget").addStrings( {
	"AbnormalLabel" : "Abnormal",
	"ComponentValueLabel" : "Value: ",
	"NewResult" : "New result",
	"NoDataForCondition" : "No test results related to your @MYCHART@ConditionName@.",
	"NoTestResultsOnFile" : "No test results on file.",
	"SkeletonLoadingAXDescriptor" : "Loading test results...",
	"TestResultsWidgetGoToLinkLabel" : "Go to Test Results",
	"TestResultsWidgetTitle" : "Test Results",
	"Title" : "Test Results Widget",
});
$$WP.Strings.getNamespace("clinical.todo").addStrings( {
	"appointmenttimelabel" : "Starts at @MYCHART@APPTTIME@ @MYCHART@TIMEZONE@",
	"ArrivalTimeLabel" : "Arrive by @MYCHART@ARRIVALTIME@ @MYCHART@TIMEZONE@",
	"calendarnextandpreveventtitle" : "@MYCHART@APPTMONTH@ @MYCHART@APPTDATE@, @MYCHART@APPTYEAR@",
	"calendarviewanchortitle" : "View the calendar.",
	"dayseperator" : ",",
	"exception" : "Error loading data at this time .",
	"future" : "Future",
	"gobackanchortitle" : "Go back",
	"JoinByTimeLabel" : "Join by @MYCHART@ARRIVALTIME@ @MYCHART@TIMEZONE@",
	"knowmoreanchortitle" : "Tab to know more details",
	"listviewanchortitle" : "View the list.",
	"moretext" : "More...",
	"multimonthcalendardayinstructions" : "Press enter to open the week view. Press space to view more details about the appointment",
	"nextmonth" : "Next Month",
	"nextweektitle" : "Go to next week",
	"nodata" : "You have no upcoming tasks.",
	"nodata_condition" : "You have no upcoming tasks related to @MYCHART@CONDITIONTITLE@.",
	"orderrowdetailstitle" : "View more details about @MYCHART@EVENTNAME@.",
	"overdue" : "Due",
	"pretext" : "",
	"previousweektitle" : "Go to previous week",
	"providerdetailstitle" : "More information about @MYCHART@PROVNAME@.",
	"rowdetailstitle" : "View more details about @MYCHART@VISITTYPE@ appointment.",
	"tabtext" : "Details about the todo event",
	"tbdstring" : "Time To Be Determined",
	"thismonth" : "This Month",
	"Title" : "To Do",
	"todolistappointmenttitle" : "@MYCHART@VISITTYPE@ with @MYCHART@PROVIDERNAME@",
	"todolistevisitdetailsbtntext" : "View details",
	"todolistevisitdetailsbtntooltip" : "More details about this @MYCHART@BrandEVisit@",
	"todolistevisitdetailsbtntooltip_no_mnemonic" : "More details about this E-Visit",
	"todolistevisitproviderinittitle" : "@MYCHART@BrandEVisit@ for @MYCHART@REASONFORVISIT@",
	"todolistevisitproviderinittitle_no_mnemonic" : "E-Visit for @MYCHART@REASONFORVISIT@",
	"todolistevisitsubmittedtitle" : "View your in-progress @MYCHART@BrandEVisit@ for @MYCHART@REASONFORVISIT@",
	"todolistevisitsubmittedtitle_no_mnemonic" : "View your in-progress E-Visit for @MYCHART@REASONFORVISIT@",
	"todolistevisittitle" : "Finish your @MYCHART@BrandEVisit@ for @MYCHART@REASONFORVISIT@",
	"todolistevisittitle_no_mnemonic" : "Finish your E-Visit for @MYCHART@REASONFORVISIT@",
	"todolisttbddate" : "@MYCHART@APPTFORMATTEDDATE@ @MYCHART@TBD@",
	"todotileappointmenttitle" : "@MYCHART@VISITTYPE@ at @MYCHART@APPTTIME@ @MYCHART@TIMEZONE@",
	"todotiletitlearrivaltime" : "@MYCHART@VISITTYPE@ | Arrive by @MYCHART@ARRIVALTIME@ @MYCHART@TIMEZONE@",
	"todotiletitlejoinbytime" : "@MYCHART@VISITTYPE@ | Join by @MYCHART@ARRIVALTIME@ @MYCHART@TIMEZONE@",
	"toolbarcalendar" : "Calendar",
	"toolbarlist" : "List",
	"unauthorized" : "Unable to load data at this time.",
	"weekviewcalendardayheading" : "@MYCHART@WEEKDAYABBR@ @MYCHART@WEEKMONTH@/@MYCHART@WEEKDATE@",
	"weekvieweventanchortitle" : "Press enter to view more details.",
	"weekviewfocusbackanchor" : "Tab to go back to week view calendar",
	"weekviewheading" : "@MYCHART@FIRSTDAYMONTH@ @MYCHART@FIRSTDAYDATE@, @MYCHART@FIRSTDAYYEAR@ - @MYCHART@LASTDAYMONTH@ @MYCHART@LASTDAYDATE@, @MYCHART@LASTDAYYEAR@",
	"weekviewheading1" : "@MYCHART@FIRSTDAYMONTH@ @MYCHART@FIRSTDAYDATE@-@MYCHART@LASTDAYDATE@, @MYCHART@LASTDAYYEAR@",
	"weekviewheading2" : "@MYCHART@FIRSTDAYMONTH@ @MYCHART@FIRSTDAYDATE@ - @MYCHART@LASTDAYMONTH@ @MYCHART@LASTDAYDATE@, @MYCHART@LASTDAYYEAR@",
	"widgettitle" : "@MYCHART@TITLE@ (@MYCHART@CONDITIONTITLE@)",
});
$$WP.Strings.getNamespace("clinical.upcomingappointments").addStrings( {
	"arrival_time" : "Arrive by @MYCHART@ARRIVALTIME@",
	"eventtooltip" : "Appointment details",
	"Title" : "Upcoming Appointments",
	"updateinfobtntext" : "Update information",
	"updateinfobtntooltip" : "Update info",
});
$$WP.Strings.getNamespace("clinicalreferences").addStrings( {
	"NoContentFound" : "Content failed to load.",
	"Title" : "Clinical References",
});
$$WP.Strings.getNamespace("common.departmentspecialty").addStrings( {
	"DepartmentSpecialtyCategory" : "",
	"Title" : "Department Specialty Categories",
});
$$WP.Strings.getNamespace("common.pcptype").addStrings( {
	"PCPTypeCategory" : "",
	"PCPTypeCategory_1" : "",
	"Title" : "PCP Type Categories",
});
$$WP.Strings.getNamespace("common.providerspecialty").addStrings( {
	"ProviderSpecialtyCategory" : "",
	"Title" : "Provider Specialty Categories",
});
$$WP.Strings.getNamespace("common.relationship").addStrings( {
	"RelationshipCategory" : "",
	"Title" : "Relationship Categories",
});
$$WP.Strings.getNamespace("common.rfv").addStrings( {
	"RFVCategory" : "",
	"Title" : "Reason For Visit Categories",
});
$$WP.Strings.getNamespace("community").addStrings( {
	"ErrorStatusDescription" : "Happy Together connections are abnormal. @MYCHART@FAILINGRATIO@ connections failed including @MYCHART@TIMEOUTNUM2NDTRY@ connections timed out with maximum allowed timeout setting (10s). ",
	"IncompleteH2GSetupDescription" : "Validation is not run because @MYCHART@APPTITLE@ has incomplete H2G Setup.",
	"NonProductEnvDescription" : "Validation is not run because @MYCHART@APPTITLE@ is not connected to PRD environment.",
	"NonProductEnvMsg" : " To enable Happy Together validation on non-PRD environment, set  “AlwaysValidateH2G” to be true in MyChart System Manager.",
	"NoValidationData" : "No validation result.",
	"ResultInitializingDescription" : "Validation result is still initializing.",
	"TimeoutMessage" : "Timeout",
	"Title" : "",
	"ValidationAbortedDescription" : "Validation process aborted at @MYCHART@ABORTTIME@.",
	"ValidationResultMessage" : "Last validation run at @MYCHART@VALIDATIONTIME@, finding @MYCHART@FAILEDCONNECTIONNUM@/@MYCHART@TOTALCONNECTIONNUM@ connection(s) failed, including @MYCHART@TIMEOUTCONNECTIONNUM@ timeout connection(s), @MYCHART@PERSISTENTFAILINGCONNECTIONNUM@ connection(s) failing for over @MYCHART@PERSISTENTFAILINGHOUR@ hours. ",
	"ValidStatusDescription" : "Happy Together connections are working without major failure",
	"WarningStatusDescription" : "We have experienced timeouts with @MYCHART@TIMEOUTNUM@ organizations with the current timeout setting of @MYCHART@COMMUNITYTIMEOUT@ms. Consider increasing the timeout by editing the Community record request timeout (I WDF 10100) setting in Patient Access System Definitions. ",
});
$$WP.Strings.getNamespace("community.autosync").addStrings( {
	"AutoSyncReminderForEmail" : "Your information will be updated in your linked accounts. Any future messages from your linked accounts will be sent to your new email.",
	"AutoSyncReminderForEmailAndPhone" : "Your information will be updated in your linked accounts. Any future messages from your linked accounts will be sent to your new email and phone number.",
	"AutoSyncReminderForPhone" : "Your information will be updated in your linked accounts. Any future messages from your linked accounts will be sent to your new phone number.",
	"CommunicationErrorText" : "Update contact information during your next visit or call",
	"DisabledAccountsBadgeText" : "Some organizations cannot accept automatic updates",
	"DisclaimerText" : "Changes you make here apply to you and everyone else you have access to.",
	"DismissButtonAriaText" : "",
	"DismissButtonAriaText_PersonalInformation" : "Dismiss update message of @MYCHART@ORGANIZATIONNAMEFORDISMISS@ for personal information",
	"DismissButtonText" : "Dismiss",
	"ErrorLoadingText" : "Error loading auto-update settings",
	"FieldName" : "",
	"FieldName_1" : "permanent address",
	"FieldName_10" : "email address",
	"FieldName_11" : "mobile phone",
	"FieldName_2" : "temporary address",
	"FieldName_3" : "home phone",
	"FieldName_4" : "work phone",
	"FieldName_5" : "preferred phone number",
	"FieldName_999" : "contact information",
	"LinkMyAccountLinkText" : "manage your linked accounts",
	"NoLinksText" : "No linked accounts yet",
	"OrganizationSwitchAriaText" : "",
	"OrganizationSwitchAriaText_PersonalInformation" : "Automatically update @MYCHART@ORGANIZATIONNAMEFORLABEL@ for personal information",
	"OrganizationSwitchListAriaLabel" : "List of auto-update settings for linked accounts",
	"OrganizationSwitchText" : "@MYCHART@ORGANIZATIONNAME@",
	"PopupAcceptButton" : "OK",
	"Pretext" : "Changing these settings will only affect how the information is sent to linked accounts. It will not unlink any accounts from @MYCHART@APPTITLE@. To change which accounts are linked to @MYCHART@APPTITLE@, @MYCHART@LINKMYACCOUNTURL@.",
	"SectionLinkAriaLabel" : "",
	"SectionLinkAriaLabel_PersonalInformation" : "Visit this page: personal information",
	"SectionLinkText" : "",
	"SectionLinkText_PersonalInformation" : "Visit this page",
	"SectionPreText" : "",
	"SectionPreText_PersonalInformation" : "Automatically update your Contact Information",
	"SectionTitle" : "",
	"SectionTitle_PersonalInformation" : "Personal Information",
	"SwitchOffWidgetText" : "Auto-update is off",
	"SwitchOnWidgetText" : "Auto-update is on",
	"SwitchOnWithErrorWidgetText" : "Auto-update is on, but some updates could not be accepted",
	"SwitchOnWithUpdateFailedText" : "Auto-update is on, but some updates failed",
	"SyncUnavailableText" : "Auto-update not available",
	"Title" : "Auto-Update Settings",
	"UpdateStatusText" : "Update @MYCHART@FIELDNAMELIST@ during your next visit or call",
	"UpdateUnsuccesfulPopupHeader" : "Change Could Not Be Saved",
	"UpdateUnsuccesfulPopupText" : "Your change could not be saved. Try again later.",
	"UserSwitchAriaLabel" : "",
	"UserSwitchAriaLabel_PersonalInformation" : "Update linked accounts automatically by default for Personal Information. Updating @MYCHART@LINKEDCOUNTFORLABEL@ of @MYCHART@TOTALCOUNTFORLABEL@",
	"UserSwitchSubText" : "Updating @MYCHART@LINKEDCOUNT@ of @MYCHART@TOTALCOUNT@ ",
	"UserSwitchText" : "Update linked accounts automatically by default",
	"WidgetManageLinkAriaLabel" : "Manage auto-update settings",
	"WidgetManageLinkText" : "Manage",
});
$$WP.Strings.getNamespace("community.centraljumpcard").addStrings( {
	"PersonalInfoCardBodyText" : " If you update your information in MyChart Central, it will sync your new information to all your linked accounts.",
	"PersonalInfoCardLinkMobileDescription" : "Go to MyChart Central in the mobile browser",
	"PersonalInfoCardLinkText" : "Go to MyChart Central",
	"PersonalInfoCardTitleText" : "Update your information everywhere with MyChart Central",
	"SettingsCardBodyText" : "Change your settings and password for your MyChart Central account.",
	"SettingsCardDescription" : "Manage your MyChart Central account. Change your settings and password for your MyChart Central account",
	"SettingsCardTitleText" : "Manage your MyChart Central account",
	"Title" : "",
});
$$WP.Strings.getNamespace("community.consent").addStrings( {
	"ESignDocumentGenerationFailure" : "The authorization form cannot be generated at this moment. Try again later.",
	"ESignDocumentLanguageUnavaiableFailure" : "The authorization form cannot be signed in @MYCHART@APPTITLE@. Contact @MYCHART@ORGANIZATIONNAME@ to complete the authorization form.",
	"HasOrganizationsSearchDescription" : "If you could not find the organization in the list, we can use your demographic information to expand our search.",
	"LoadingDescription" : "Finding more organizations....",
	"NewOrganizationsSearchDescription" : "You may have new organizations available to connect to. We can use your demographic information to expand our search.",
	"NoOrganizationsQuestionText" : "Have you or your family been seen at other organizations?",
	"NoOrganizationsSearchDescription" : "We were not able to find your health information at other organizations. We can use your demographic information to expand our search.",
	"ReviewAndSignHeader" : "Review and Sign Document",
	"Title" : "",
});
$$WP.Strings.getNamespace("community.debug").addStrings( {
	"AccessValidated" : "Validated by community token response at @MYCHART@TIMESTAMP@",
	"AipIDLabel" : "Payer Platform AIP ID",
	"AuditedAction" : "Last Audited User Action",
	"AuditedAction_1" : "Create account",
	"AuditedAction_2" : "Unlink account",
	"AuditedAction_201" : "Sync data - manual",
	"AuditedAction_202" : "Sync data - automatic",
	"AuditedAction_3" : "Relink account",
	"AuditedAction_ActionType" : "Action type",
	"AuditedAction_Timestamp" : "Timestamp",
	"AuditedAction_User" : "WPR user",
	"AvailableFeaturesLabel" : "Available features",
	"BackgroundUserLabel" : "Payer Platform background user",
	"BackToTopLinkText" : "Back to top",
	"BaseUrlBlankError" : "Access base URL is blank.",
	"BaseUrlIncorrectFormatError" : "Format of access base URL is not correct.",
	"CanCreateCELinkLabel" : "Can create Care Everywhere link?",
	"CanScheduleXOrgVideoVisitLabel" : "Can schedule Telehealth Anywhere video visit?",
	"CareEvyerwhereLocationLabel" : "Care Everywhere location ID",
	"ChooseOrganizationSectionTitle" : "Choose organization",
	"CommunicationSectionTitle" : "Communication",
	"CommunityLinkUrlBlankError" : "Community link URL is blank.",
	"CommunityTokenButtonLabel" : "Get community token",
	"CommunityTokenUnavailableMessage" : "Unable to obtain a mobile ticket because a community token was not obtained.",
	"CommunityTokenUrlBlankError" : "Community token URL is blank.",
	"CommunityTokenUrlIncorrectFormatError" : "Format of community token URL is not correct.",
	"CommunityUrlsInconsistentError" : "Community token URL is not the same as community link URL.",
	"ConfirmCopyText" : "Response details have been copied to the clipboard. These details might contain protected health information (PHI). Please handle them following your organization\u0027s practices for PHI.",
	"ConfirmCopyTitle" : "Copy successful",
	"CopyToClipboardButtonLabel" : "Copy the result to clipboard",
	"CouldNotLoginMessage" : "User cannot log into @MYCHART@APPTITLE@.",
	"CoverageIDDescription" : "This is the first coverage ID found for this user that links to the insurance provider. It is the coverage used when determining the coverage name and logo. This user or their proxy subjects may have additional coverages with the insurance provider.",
	"CoverageIDLabel" : "Coverage ID",
	"CoverageLogoLabel" : "Coverage logo",
	"CoverageNameLabel" : "Coverage name",
	"DisableCommunityTokenMessage" : "",
	"DisableCommunityTokenMessage_Hidden" : "The @MYCHART@APPTITLE@ user does not have access to any data on the remote organization.",
	"DisableCommunityTokenMessage_Query" : "This organization is currently not visible to the @MYCHART@APPTITLE@ user. In order to check whether they have access to this account at the remote organization, their demographics must be sent over to the remote organization to search for a valid proxy relationship. The user must click a search button to consent to sending over their demographics before this organization will appear as a suggested link.",
	"DisableCommunityTokenMessage_QueryOnce" : "The remote organization has been queried once by the local organization. In order to test the community token request again, you will need to start again from MyChart account selection.",
	"DisableCommunityTokenTitle" : "Community token request is disabled",
	"DisabledFeaturesLabel" : "Disabled features",
	"DisabledPatientPretext" : "The @MYCHART@APPTITLE@ user does not have access to the data of @MYCHART@PATIENTNAME@ at the remote organization.",
	"DisableTicketRequestForHiddenLinkText" : "The remote organization is hidden from this user, so @MYCHART@APPTITLE@ will not be able to send a mobile ticket request to access remote data. The Get Mobile Ticket button is disabled.",
	"DisableTicketRequestForUnlinkedOrganizationText" : "The user has either not validated their Care Everywhere link to the remote organization, or they have not linked to the remote organization successfully. @MYCHART@APPTITLE@ will not be able to send a mobile ticket request to access remote data. The Get Mobile Ticket button is disabled.",
	"DisableTicketRequestTitle" : "Mobile ticket button disabled",
	"EnabledFeaturesLabel" : "Enabled features",
	"EnabledFeatureTitle" : "Enabled features",
	"EndSessionButtonText" : "End session",
	"ErrorTitle" : "Oops!",
	"ExpandPatientDetailsText" : "Expand to see details about @MYCHART@PATIENTNAME@",
	"FailedLinkingInfoHeader" : "A failed linking attempt at @MYCHART@TIMESTAMP@ was found in the user\u0027s WPR audit trail. Error message: ",
	"FhirAuthorizationUrlTestButton" : "Launch login page",
	"FhirAuthorizationUrlTestHeader" : "Is this organization\u0027s login page accessible? ",
	"FhirAuthorizationUrlTestTip" : "Launch the login page of this organization in a new window. This test is successful if the login page loads successfully. ",
	"FhirLinkingDisabledForNPP" : "The @MYCHART@APPTITLE@ user selected is a non-patient user. Linking to FHIR organizations is not yet enabled for non-patient users.",
	"FhirLinkStatusSectionTitle" : "Last linking information",
	"FhirNetworkStatus" : "",
	"FhirNetworkStatus_0" : "\u003cdiv\u003e@MYCHART@NetworkName@ : \u003cb\u003eActive network\u003c/b\u003e with @MYCHART@NETWORKSIZE@ organizations \u003c/div\u003e",
	"FhirNetworkStatus_1" : "\u003cdiv\u003e@MYCHART@NetworkName@ : \u003cb\u003eInvalid network type \u003c/b\u003e(No corresponding valid EGK record) \u003c/div\u003e",
	"FhirNetworkStatus_2" : "\u003cdiv\u003e@MYCHART@NetworkName@ : \u003cb\u003eNetwork record missing \u003c/b\u003e(No corresponding E0N record)\u003c/div\u003e",
	"FhirNetworkStatus_3" : "\u003cdiv\u003e@MYCHART@NetworkName@ : \u003cb\u003eInactive network\u003c/b\u003e with @MYCHART@NETWORKSIZE@ organizations \u003c/div\u003e",
	"FhirOrgDetailsInfoBubble" : "bubble",
	"FhirOrgDetailsInfoBubble_ClientId" : "The client ID that will be presented to the remote server\u0027s OAuth 2.0 authorization server.",
	"FhirOrgDetailsInfoBubble_DxoId" : "Data exchange organization (DXO) record ID for this organization.",
	"FhirOrgDetailsInfoBubble_DxrFiledTime" : "The timestamp of when the discrete data was filed (I DXR 175).",
	"FhirOrgDetailsInfoBubble_DxrId" : "ID of the received document (DXR) record, which contains data received from this organization.",
	"FhirOrgDetailsInfoBubble_E0aId" : "ID of the OAuth external endpoint (E0A) record that gives information about how to authenticate with this organization\u0027s server.",
	"FhirOrgDetailsInfoBubble_HSI" : "The unique identifier (HSI) in the network for this organization.",
	"FhirOrgDetailsInfoBubble_LastAction" : "The last action taken by this user. Read from user\u0027s outside link (OLK) record (SI OLK 32900).",
	"FhirOrgDetailsInfoBubble_LoadingStatus" : "Data update status from user\u0027s last linking event. Read from user\u0027s outside link (OLK) record (SI OLK 10000).",
	"FhirOrgDetailsInfoBubble_NetworkType" : "ID of the network kind (EGK) record for the network this organization participates in.",
	"FhirOrgDetailsInfoBubble_OlkId" : "ID of the outside link (OLK) record that stores linking information to this organization for this user.",
	"FhirOrgDetailsInfoBubble_TokenTypeText6" : "The token saved from the last time the user linked, which was used to retrieve user data from this organization. Read from user\u0027s outside link (OLK) record (SI OLK 800).",
	"FhirOrgDetailsInfoBubble_TokenTypeText8" : "Resources that @MYCHART@APPTITLE@ requests from this organization.",
	"FhirOrgDetailsInfoBubble_UrlTypeText1000" : "URL of this organization\u0027s authorization page, which is used to generate an authorization code when a user links to the organization. Read from metadata.",
	"FhirOrgDetailsInfoBubble_UrlTypeText1002" : "Epic\u0027s gateway URL used to request access tokens from this organization.",
	"FhirOrgDetailsInfoBubble_UrlTypeText3202" : "Base URL for FHIR resources from this organization.",
	"FhirOrgDetailsInfoBubble_UrlTypeText3203FHIR" : "URL used to exchange an authorization code for an access token. Read from metadata.",
	"FhirOrgDetailsLabel" : "Label",
	"FhirOrgDetailsLabel_AccessToken" : "Access token",
	"FhirOrgDetailsLabel_ClientId" : "Client ID",
	"FhirOrgDetailsLabel_DxoId" : "DXO ID",
	"FhirOrgDetailsLabel_DxrFiledTime" : "Data filed At",
	"FhirOrgDetailsLabel_DxrId" : "DXR ID",
	"FhirOrgDetailsLabel_E0aId" : "E0A ID",
	"FhirOrgDetailsLabel_EnabledFeatures" : "Enabled features",
	"FhirOrgDetailsLabel_ExpireAt" : "Expires at",
	"FhirOrgDetailsLabel_HSI" : "Organization identifier",
	"FhirOrgDetailsLabel_LastAction" : "Last audited action",
	"FhirOrgDetailsLabel_LoadingStatus" : "Loading status",
	"FhirOrgDetailsLabel_NetworkType" : "Network type",
	"FhirOrgDetailsLabel_OlkId" : "OLK ID",
	"FhirOrgDetailsLabel_UpdatedAt" : "Updated at",
	"FhirOrgDetailsSectionTitle" : "FHIR settings",
	"FhirTokenUrlTestButton" : "Test token URL",
	"FhirTokenUrlTestHeader" : "Is the token exchange endpoint working properly? ",
	"GoodConnectionText" : "The connection to the remote mobile Interconnect server was successful. However, because the remote server does not currently support the Happy Together troubleshooting tool, an \"Invalid Token\" error is expected.",
	"GoodConnectionTitle" : "Successful connection",
	"H2GDebugNotEnabledErrorMessage" : "Your organization has disabled the Happy Together Troubleshooting utility.",
	"H2GNotEnabledErrorMessage" : "Your organization is not participating in the Happy Together network.",
	"HasAffiliatesLabel" : "Has affiliates?",
	"HasCrossOrgVideoVisitLabel" : "Has cross-organization video visit?",
	"HideAllAssociatedOrgsLinkLabel" : "Hide affiliates?",
	"HomeUrlDescription" : "Access base URL override is only applicable if the remote organization is using IntraConnect. This URL points to the mobile Interconnect server for the patient\u0027s home deployment.",
	"HomeUrlLabel" : "Access base URL override",
	"HowAreOrganizationsFoundHeader" : "How are organizations found in Happy Together?",
	"HowAreOrganizationsFoundText" : "When a user logs into @MYCHART@APPTITLE@, @MYCHART@APPTITLE@ searches for Care Everywhere links for all patient records that the user has access to, including their own. Once a Care Everywhere link to a remote organization is found, that organization may be shown in the Discover section of the \"Link My Account\" page. The organization may be hidden depending on the user\u0027s access at the organization, whether the organization is participating in Happy Together, or whether the user has insurance coverage or clinical data such as a recent encounter on file at the remote organization.",
	"HowToGetDataInHappyTogetherHeader" : "How does Happy Together get the patient\u0027s data from the remote organization?",
	"HowToGetDataInHappyTogetherText" : "\u003cp\u003e@MYCHART@APPTITLE@ first initiates a community token request to the remote organization\u0027s Care Everywhere Interconnect server (Community Token URL, type 22, in the URL list). It passes the Care Everywhere IDs of the patients the user can access to the remote organization and asks for access. The remote organization then looks up the user and validates that the user has access to each patient\u0027s record. It then returns a one-time-use community token if everything is OK, which contains the patients that user can access and some additional information about the remote organization\u0027s configuration.\u003c/p\u003e\r\n\u003cp\u003e@MYCHART@APPTITLE@ then calls the remote organization\u0027s MyChart Mobile Interconnect server (Access Initialization URL, type 3203), and exchanges the community token for a mobile ticket. Finally, @MYCHART@APPTITLE@ uses the mobile ticket to pull patient data from the remote organization. \u003c/p\u003e\r\n\u003cp\u003eYou can use the Get Community Token and Get Mobile Ticket buttons to simulate the first two steps of this exchange. \u003c/p\u003e\r\n\u003cp\u003eWhen troubleshooting with this tool, no data is saved in the user\u0027s DXT or WPR record on either organization.\u003c/p\u003e",
	"IncompleteH2GSetupDescription" : "\"Happy Together setup complete\" indicates that the remote organization has URLs for Happy Together jumps set up in their URL table (SI WDF 2500). If the remote organization is not using single sign-on, they are considered \"setup complete\" if they have at least one URL with an access mode of Standard (type 1), Community Jump (type 6), or Community Deep Link (type 12) listed. If the remote organization is using single sign-on, they must have at least one URL with an access mode of type 6 or 12 listed to be considered \"setup complete\". ",
	"IncompleteH2GSetupLabel" : "Is Happy Together setup complete?",
	"InitializationAndBaseUrlInconsistentError" : "Access initialization URL and base URL are not pointing to the same MyChart mobile instance.",
	"InitializationUrlBlankError" : "Access initialization URL is blank.",
	"InitializationUrlIncorrectFormatError" : "Format of access initialization URL is not correct.",
	"InsuranceText" : "Insurance provider",
	"IsCeParticipantLabel" : "Is Care Everywhere Participant?",
	"IsEnabledDescription" : "An organization is considered \"enabled\" if the user has previously successfully obtained data from the remote organization, or if they can currently obtain data (after a community token is obtained). The user\u0027s enabled status is stored in the user DXT record (I DXT 190).",
	"IsEnabledLabel" : "Is enabled?",
	"IsHiddenDescription" : "An organization is considered \"hidden\" if the remote organization does not have clinical information about the patients the user has access to, or the user has tried to request data from the remote organization and the remote organization indicates that there is no data for the user to see. This may be the case if a user\u0027s link has been flagged as hidden (I DXT 191), if a user\u0027s patient DXT has been flagged as inactive (I DXT 189), if the patients the user has access to do not have a past encounter on file at the remote organization, or if the user does not have any access to the patients at the remote organization.",
	"IsHiddenLabel" : "Is hidden?",
	"IsPatientLocalLabel" : "Is patient at your organization?",
	"IsPatientRemoteLabel" : "Is patient at outside organization?",
	"IsSignupAllowedLabel" : "Is signup allowed?",
	"IsSSOLabel" : "Single sign-on?",
	"IsValidatedDescription" : "An organization is considered \"validated\" if the user has successfully answered verification questions, if they have proxy access to the same patient on both the local and remote organization, or they have already successfully linked to local organization from the remote organization. Data is stored in the user DXT record (I DXT 1004).",
	"IsValidatedLabel" : "Is validated?",
	"LessDetailsText" : "Less details",
	"LinkCreationContextDescription" : "If the link was initiated from local organization by user, the context is \"MyChartUser\". If the link was created when user initiates the link from remote organization, then this link was created automatically by \"MyChartSyncLink\"",
	"LinkCreationContextLabel" : "Link creation context",
	"LinkDetailsSectionTitle" : "Organization",
	"LinkStatusDescription" : "Status of the current Happy Together request, in terms of how far it has gone through the steps of authorizing and retrieving data from the remote organization.",
	"LinkStatusLabel" : "Request status",
	"LinkStatusText" : "Unknown",
	"LinkStatusText_0" : "Blank",
	"LinkStatusText_2" : "Community token requested",
	"LinkStatusText_3" : "Community token obtained",
	"LinkStatusText_4" : "Community token failed",
	"LinkStatusText_5" : "MyChart mobile ticket obtained",
	"LinkStatusText_6" : "MyChart mobile ticket failed",
	"LinkTimestampDescription" : "The timestamp of when a community token was most recently successfully obtained from the remote organization. Data is stored in the user DXT record (I DXT 197).",
	"LinkTimestampLabel" : "Link timestamp",
	"LoadingStatus" : "Loading Status",
	"LoadingStatus_0" : "Clinical data update",
	"LoadingStatus_1" : "Access token update",
	"LoadingStatus_2" : "Patient demographic match",
	"LoadingStatus_3" : "Metadata retrieval",
	"LoadingStatus_4" : "Patient demographic match",
	"LoadingStatus_CompletedAt" : "Completed at @MYCHART@TIMESTAMP@",
	"LoadingStatus_FailedAt" : "\u003cspan class=\u0027error\u0027\u003eErrored out\u003c/span\u003e at @MYCHART@TIMESTAMP@",
	"LoadingStatus_Loading" : "Still loading",
	"LoadingStatus_StartedAt" : "Started at @MYCHART@TIMESTAMP@",
	"LocalCareEverywhereIdLabel" : "Local Care Everywhere ID",
	"LocalLiveWithH2GHealthPlans" : "Local live on Happy Together with Health Plans?",
	"MaxValidationAttemptsLabel" : "Max validation attempts",
	"MetaDataFailure" : "Failed to obtain FHIR settings from metadata.",
	"MobileTicketButtonLabel" : "Get mobile ticket",
	"MobileTicketFailedMessage" : "Mobile ticket could not be obtained from the remote organization.",
	"MoreDetailsText" : "More details",
	"MoreDetailsTitle" : "Expand to see more details for @MYCHART@ORGANIZATIONNAME@",
	"MyChartAppNameLabel" : "MyChart brand name",
	"MyChartStatusLabel" : "Remote MyChart status",
	"MyChartStatusText" : "Other",
	"MyChartStatusText_0" : "Blank",
	"MyChartStatusText_1" : "Active",
	"MyChartStatusText_2" : "Inactivated",
	"MyChartStatusText_3" : "Pending",
	"MyChartStatusText_4" : "Non-standard status",
	"MyChartStatusText_5" : "Declined",
	"MyChartStatusText_6" : "Disabled activation code",
	"MyChartUserSectionTitle" : "MyChart user",
	"NeedCeAuthLabel" : "Need to sign Care Everywhere authorization?",
	"NeedsConsentDescription" : "\"Needs consent\" indicates that the user has not clicked the \u0027Link account\u0027 button to link to the remote organization. Data is stored in the user DXT record (I DXT 192).",
	"NeedsConsentLabel" : "Needs consent?",
	"NeedsNotificationDescription" : "\"Needs notification\" indicates that the user has a potential link to this organization, but has not yet viewed the remote organization in the Link My Accounts page. Users with this status set to yes will see an alert on the @MYCHART@APPTITLE@ homepage prompting them to link their accounts. Data is stored in the user DXT record (I DXT 180).",
	"NeedsNotificationLabel" : "Needs notification?",
	"NoClinicalDataLabel" : "Has clinical data?",
	"NoFhirOrganization" : "The @MYCHART@APPTITLE@ user does not have any linked FHIR accounts.",
	"NoH2GOrganization" : "The @MYCHART@APPTITLE@ user does not have any linkable accounts.",
	"NoText" : "No",
	"NotObtainedText" : "Not obtained",
	"NoUserData" : "User has never linked to this organization. ",
	"ObtainedText" : "Obtained",
	"OKButtonText" : "OK",
	"OrganizationDetailsSectionTitle" : "Organization details",
	"OrganizationDisableMessage" : "",
	"OrganizationDisableMessage_FhirDisabled" : "No data types enabled for connections to FHIR organizations (I WDF 10250) ",
	"OrganizationDisableMessage_InvalidNetwork" : "The FHIR network this organization is associated with is not active",
	"OrganizationDisableMessage_LocalNotLiveWithH2GHealthPlans" : "Your organization is not participating in Happy Together with Health Plans.",
	"OrganizationDisableMessage_NotInFhirNetwork" : "This organization is not in any FHIR networks",
	"OrganizationDisableMessage_NotParticipating" : "This organization is not participating in the Happy Together network.",
	"OrganizationDisableMessage_RemoteNotLiveWithH2GHealthPlans" : "This organization is not participating in Happy Together with Health Plans.",
	"OrganizationNameLinkTitle" : "Troubleshoot @MYCHART@ORGANIZATIONNAME@",
	"OrganizationNonEpicMessage" : "This organization is not using Epic\u0027s software.",
	"OrganizationNotParticipatingMessage" : "This organization is not participating in the \u003ca href=\"https://www.epic.com/happytogether\" class=\"normalLink\" \u003eHappy Together network\u003c/a\u003e",
	"OrganiztionTabs" : "",
	"OrganiztionTabs_EpicOrgTabHeader" : "Epic organizations where this user or a user they have access to has records",
	"OrganiztionTabs_EpicOrgTabTitle" : "Epic organizations",
	"OrganiztionTabs_FhirOrgTabHeader" : "FHIR organizations this user has linked to ",
	"OrganiztionTabs_FhirOrgTabTitle" : "FHIR organizations",
	"PatientDxtIdLabel" : "Patient DXT ID",
	"PatientIndexLabel" : "Patient index",
	"PatientListSectionPretext" : "List of patients that the user has access to that have Care Everywhere links to the remote organization.",
	"PatientListSectionTitle" : "Patient list",
	"PayerLinkDetailsSectionTitle" : "Insurance",
	"PayerUsesMyChartLabel" : "Remote uses MyChart?",
	"PingStatusDescription" : "When a proxy user does not have their own Care Everywhere link to the remote organization, but does have access to patients with Care Everywhere links, the proxy user needs to click a search button to send their demographic information to the remote organization. Once the button is clicked, a ping is sent to the remote organization to search for the user and all patients they have access to. Ping status will indicate whether the ping has been sent, completed, or errored out. Data is stored in the user DXT record (I DXT 193).",
	"PingStatusLabel" : "Ping status",
	"PingStatusText" : "Unknown",
	"PingStatusText_0" : "Not initiated",
	"PingStatusText_1" : "In progress",
	"PingStatusText_2" : "Completed",
	"PingStatusText_3" : "Request timed out",
	"PingStatusText_4" : "Error",
	"PingTimestampDescription" : "The timestamp of when the ping status was most recently updated. Data is stored in the user DXT record (I DXT 194).",
	"PingTimestampLabel" : "Ping timestamp",
	"ReceivedDocSectionTitle" : "FHIR data",
	"RedirectServerDownDetails" : "\u003cdiv\u003eRedirect server (@MYCHART@RedirectUrl@) returns: @MYCHART@RedirectServerReturn@\u003c/div\u003e\r\n\t\t\t\t\u003cdiv\u003eThis server is owned by Epic. Contact your Epic representative for troubleshooting.\u003c/div\u003e",
	"RelatedOrganizationLabel" : "Related organizations",
	"RemoteCareEverywhereIdLabel" : "Remote Care Everywhere ID",
	"RemoteLiveWithH2GHealthPlans" : "Remote live on Happy Together with Health Plans?",
	"RemoteSubjectDetails" : "A remote subject is someone this user has access to at the remote organization who may or may not have a local patient record at this organization. This could also be because the user does not have local proxy access or a local subject does not have a Care Everywhere link to their remote record. Access to this person is entirely owned by the remote organization.",
	"RemoteSubjectLabel" : "Remote subject?",
	"RequestDataLabel" : "Request data",
	"RequestDataSectionTitle" : "Request and response data",
	"RequestErrorMessageLabel" : "Error message",
	"RequestInvalidMessage" : "Your request is not valid. Please refresh the page to resume troubleshooting.",
	"RequestSentTimeLabel" : "Request sent time",
	"ResponseDataLabel" : "Response data",
	"ResponseReceivedTimeLabel" : "Response received time",
	"RoutingUrlLabel" : "Routing URL",
	"SelectAccountInputGhostText" : "WPR ID",
	"SelectAccountSearchButtonText" : "Search",
	"SelectAccountSectionTitle" : "Select @MYCHART@APPTITLE@ account",
	"SelectOrgFromFhirNetwork" : "",
	"SelectOrgFromFhirNetwork_defaultOption" : "-- Select from FHIR networks --",
	"SelectOrgFromFhirNetwork_header" : "Don\u0027t see the FHIR organization you\u0027re looking for? ",
	"SelectOrgFromFhirNetwork_OrgUnavailabeMessage" : "(Inactive network)",
	"SelectOrgFromFhirNetwork_pretext" : "Look for the organization in the list below, which contains all FHIR organizations in all FHIR networks. Note that only FHIR organizations in active FHIR networks are enabled for troubleshooting. ",
	"ServerErrorMessage" : "We are experiencing some technical difficulties. Please try again at a later time.",
	"SessionTimeoutMessage" : "Your session has timed out. Please refresh the page to resume troubleshooting.",
	"SessionTokenFailedMessage" : "Session token could not be obtained from the remote organization.",
	"status" : "",
	"status_error" : "Error",
	"status_information" : "Information",
	"status_success" : "Success",
	"StatusDetailSectionTitle" : "Status details",
	"SupportsLinkForwardingDescription" : "Link forwarding is when the remote organization sends over all of the Happy Together links the patient has there, so we can make the same links at the local organization.",
	"SupportsLinkForwardingLabel" : "Supports link forwarding?",
	"SupportsPHTLDescription" : "Independent non-patient links are when a link is created to/from an non-patient account by the user entering their credentials.",
	"SupportsPHTLLabel" : "Supports independent non-patient links?",
	"SupportsSyncLinkDescription" : "Sync Link is when the remote organization syncs the same action taken by user on local organization (link/unlink), making the action bi-directional whenever possible",
	"SupportsSyncLinkLabel" : "Supports Sync Link?",
	"SystemSettingCheck" : "System settings check",
	"SystemSettingCheck_FhirEnabled" : "Active in at least one FHIR network ",
	"SystemSettingCheck_FhirQueueCheck" : "FHIR queue is running",
	"SystemSettingCheck_FhirQueueStopped" : "FHIR queue is not running",
	"SystemSettingCheck_FhirQueueTip" : "The FHIR queue must be running for @MYCHART@APPTITLE@ users to get information from FHIR organizations. Reach out to a system administrator to ensure the queue is created and running.",
	"SystemSettingCheck_H2GQueueCheck" : "Happy Together queue is running",
	"SystemSettingCheck_H2GQueueErrorHeader" : "Happy Together queue is not running",
	"SystemSettingCheck_H2GQueueErrorTip" : "The Happy Together queue must be running for @MYCHART@APPTITLE@ users to get information from other Epic organizations. Reach out to a system administrator to ensure the queue is created and running.",
	"SystemSettingCheck_Header" : "System settings",
	"SystemSettingCheck_NoActiveNetwork" : "Not participating in any FHIR networks ",
	"SystemSettingCheck_NoFeatureEnabled" : "There are no data types enabled for connections to FHIR organizations (I WDF 10250) ",
	"SystemSettingCheck_RedirectServerCheck" : "FHIR centralized redirect server is up and running ",
	"SystemSettingCheck_RedirectServerDown" : "FHIR centralized redirect server is down ",
	"SystemSettingCheck_TestButton" : "Test redirect server",
	"TelehealthAnywhereVersionLabel" : "Telehealth Anywhere version",
	"TermedCvgValidConnectionLengthDescription" : "This is the lower number of days between MyChart system configuration (I WDF 1610) and 365.",
	"TermedCvgValidConnectionLengthLabel" : "Valid days after coverage term date",
	"TimeOutLabel" : "Community request timeout (Milliseconds)",
	"TimestampText" : "Updated at @MYCHART@TIMESTAMP@",
	"Title" : "Happy Together Troubleshooting",
	"TokenListSectionTitle" : "Token list",
	"TokenTypeText" : "",
	"TokenTypeText_1" : "Community token",
	"TokenTypeText_2" : "Mobile ticket",
	"TokenTypeText_3" : "FHIR client ID",
	"TokenTypeText_6" : "Access token",
	"TokenTypeText_8" : "Launch scopes",
	"TokenUrlDescription" : "Access initialization URL override is only applicable if the remote organization is using IntraConnect. This URL points to the mobile Interconnect server for the user\u0027s home deployment.",
	"TokenUrlLabel" : "Access initialization URL override",
	"UnverifiedPatientWarningBody" : "This patient is currently unverified. They only have access to information from organizations that are already linked (listed below). They won\u0027t be able to link new accounts from @MYCHART@APPTITLE@ until they are verified.",
	"UnverifiedPatientWarningHeader" : "Unverified patient",
	"UrlListSectionTitle" : "URL list",
	"UrlTypeText" : "",
	"UrlTypeText_1000" : "Authorize URL",
	"UrlTypeText_1002" : "Override token URL",
	"UrlTypeText_22" : "Community token URL",
	"UrlTypeText_23" : "Community link URL",
	"UrlTypeText_3202" : "Access base URL",
	"UrlTypeText_3203" : "Access initialization URL",
	"UrlTypeText_3203FHIR" : "Token URL",
	"UserActionStatusDescription" : "Unknown",
	"UserActionStatusDescription_0" : "The @MYCHART@APPTITLE@ user cannot see this organization because they do not have access to any data at the remote organization.",
	"UserActionStatusDescription_1" : "The @MYCHART@APPTITLE@ user has linked to their account on the remote organization.",
	"UserActionStatusDescription_10" : "The remote organization has affiliates. @MYCHART@APPTITLE@ needs to query the remote organization to determine which affiliate branding should be displayed to the @MYCHART@APPTITLE@ user.",
	"UserActionStatusDescription_11" : "@MYCHART@APPTITLE@ needs to query the remote organization to obtain recent encounter details to display to the @MYCHART@APPTITLE@ user, in order to explain to the user why the link exists.",
	"UserActionStatusDescription_13" : "The @MYCHART@APPTITLE@ user has not been seen at the remote organization yet, but one of the patients they have access to has a Care Everywhere link to the remote organization. The @MYCHART@APPTITLE@ user has visited the Link My Accounts page, but has not yet clicked the search button to check to see whether they have access to the patient\u0027s data on the remote organization. Alternatively, the user may have clicked the search button previously, but they did not have access to this patient at that time.  Now enough time has passed, and they are allowed to search for their account on the remote organization again. The user has since visited the Link My Accounts page, but has not yet clicked the search button.",
	"UserActionStatusDescription_2" : "The account on the remote organization is not currently linked. This could be because the @MYCHART@APPTITLE@ user has not clicked the \u0027Link account\u0027 button, because they clicked the Unlink button, or because they have not answered the verification questions.",
	"UserActionStatusDescription_3" : "The @MYCHART@APPTITLE@ user will be prompted to check for linked organizations when they log into their account, but they have not yet linked any organizations",
	"UserActionStatusDescription_5" : "The @MYCHART@APPTITLE@ user has not been seen at the remote organization yet, but one of the patients they have access to has a Care Everywhere link to the remote organization. The @MYCHART@APPTITLE@ user has not yet clicked the search button to check to see whether they have access to the patient\u0027s data on the remote organization. Alternatively, the user may have clicked the search button previously, but they did not have access to this patient at that time.  Now enough time has passed, and they are allowed to search for their account on the remote organization again.",
	"UserActionStatusLabel" : "User action status",
	"UserDxtIdLabel" : "User DXT ID",
	"ValidationQuestionLabel" : "Question",
	"ValidationQuestionsLabel" : "Validation questions",
	"ValidationTimestampDescription" : "Timestamp of when the link was most recently validated. Data is stored in the user DXT record (I DXT 1003).",
	"ValidationTimestampLabel" : "Validation timestamp",
	"ViewMoreLinkText" : "View more",
	"WebProxyLabel" : "Outgoing web request proxy",
	"WebsiteName" : "Website name",
	"WprNotFoundMessage" : "We could not find the @MYCHART@APPTITLE@ account you specified.",
	"YesText" : "Yes",
});
$$WP.Strings.getNamespace("community.disclaimer").addStrings( {
	"Title" : "",
	"VeteranAffairsDisclaimerText" : "Service is for educational and informational purposes, not clinical decisions.",
});
$$WP.Strings.getNamespace("community.externaljump").addStrings( {
	"cancel" : "Stay here",
	"CloseExternalJumpPopupTitle" : "Click here to close the popup",
	"CommunityLoadedMessage" : "Loaded",
	"CommunityLoadingStatus" : "Loading from @MYCHART@OrganizationName@",
	"CommunityLoadingStatusWithCounter" : "Loading @MYCHART@LOADEDORGS@/@MYCHART@TOTALORGS@",
	"Continue" : "Continue",
	"DeepLinkPopupLoadingMessage" : "Loading your data from @MYCHART@OrganizationName@",
	"ExitPopup" : "Cancel and return to @MYCHART@APPTITLE@",
	"externalLinkAlreadySignedUpErrorMessage" : "Your account is already activated. Please refresh the page to see the updated status.",
	"externalLinkAlreadySignedUpTitle" : "Account already activated",
	"externalLinkErrorMessage" : "Error loading data. Please try again at a later time.",
	"externalLinkInvalidSessionErrorMessage" : "Error loading data. Please log out and try again.",
	"externalLinkNeedsLinkMyAccountErrorBody" : "We were unable to link your account automatically. Continue to the Link My Accounts page to finish linking.",
	"externalLinkNeedsLinkMyAccountErrorTitle" : "Account could not be linked",
	"genericRedirectMessage" : "This will be opened in a new tab.",
	"IframeTitle" : "Information from @MYCHART@OrganizationName@",
	"IncompleteH2GPopupText" : "Please log in to your account at @MYCHART@OrganizationName@ to complete this action.",
	"IncompleteH2GPopupTitle" : "Action Not Available",
	"LoadingMessageForAutomaticUpgrade" : "Loading full access to @MYCHART@OrganizationName@ ......",
	"LoadingPopupTitle" : "Loading",
	"LogoutButtonText" : "Log out",
	"OkayButtonText" : "Okay",
	"redirectMessage" : "You will be logged in to \u003cb\u003e@MYCHART@OrganizationName@\u003c/b\u003e in a new window.",
	"redirectMessageForMobile" : "You will be logged in to \u003cb\u003e@MYCHART@OrganizationName@\u003c/b\u003e in the browser.",
	"RedirectPopupTitle" : "Continue to @MYCHART@OrganizationName@",
	"RefreshButtonText" : "Refresh",
	"Title" : "",
	"UnSupportedBtnText" : "Continue",
	"UnSupportedMessage" : "We will launch a new window to show this content.",
});
$$WP.Strings.getNamespace("community.externallinking").addStrings( {
	"ConnectionsWarningMessageWithoutOrgNames" : "We\u0027re having trouble connecting to your linked accounts. Please try again later.",
	"NoActionOrganizationTitle" : "You will be able to see health information from @MYCHART@OrganizationName@.",
	"OrganizationLinkTitle" : "Sign up at @MYCHART@OrganizationName@.",
	"pretext" : "You will be able to see information from the following organizations when you activate your account.",
	"SignupConnectionFailedMessage" : "We could not connect to this organization. Contact @MYCHART@OrganizationName@ for help with signup.",
	"SignupErrorTitle" : "Cannot complete signup",
	"SignupNotAllowedMessage" : "Contact @MYCHART@OrganizationName@ for more information about signup.",
	"Title" : "",
});
$$WP.Strings.getNamespace("community.fhirupdate").addStrings( {
	"CloseButton" : "Close",
	"CompleteAltText" : "Feature data loaded",
	"CompleteAnimationAltText" : "Complete! Popup can be closed now",
	"CompleteTitle" : "Complete!",
	"ConnectAccountPopupTitle" : "Connecting with your organization",
	"ErrorLabel" : "Error:",
	"ErrorLoading" : "Error updating. Please try again.",
	"FAQText" : "Visit our \u003ca target=\"_blank\" class=\"expandable\" href=\"@MYCHART@ABSOLUTEURL@community/faq\" title=\"Opens in new window\"\u003eFAQ page\u003c/a\u003e to learn more about linked accounts.",
	"LoadingAltText" : "Loading",
	"LoadingDisclaimer" : "You may close this popup at any time and we will continue to load your information.",
	"LoadingTitle" : "Loading your...",
	"MobileCloseButton" : "Back to previous page",
	"PastVisitsFeatureName" : "Past Visits",
	"PopupTitle" : "Updating your health information",
	"ProviderDisclaimer" : "Your providers may not be able to see this linked information.",
	"Title" : "",
	"UpdateAnotherOrgButton" : "Update another linked account",
});
$$WP.Strings.getNamespace("community.forwardedlink").addStrings( {
	"LinkFailedText" : "Link failed",
	"LinkInProgressText" : "Linking...",
	"SuccessfulLinkFullMessage" : "Successfully linked your account at @MYCHART@OrganizationName@",
	"SuccessfulLinkShortUpdate" : "Account linked",
	"Title" : "",
});
$$WP.Strings.getNamespace("community.forwardedlinklist").addStrings( {
	"ForwardedLinksIntroductionText" : "We noticed you have other organizations linked to your account at @MYCHART@ForwardingOrganizationName@.",
	"LinkAllAccountsButtonLabel" : "Link all accounts",
	"LinkAllAccountsButtonTitle" : "Link all accounts from @MYCHART@ForwardingOrganizationName@.",
	"LinkAllCompletedStatusText" : "Linking complete",
	"LinkAllInProgressAssistiveText" : "Linking @MYCHART@NumForwardedLinks@ accounts from @MYCHART@ForwardingOrganizationName@",
	"LinkAllInProgressAssistiveTextSingular" : "Linking one account from @MYCHART@ForwardingOrganizationName@",
	"LinkAllInProgressLabel" : "Linking...",
	"Title" : "",
});
$$WP.Strings.getNamespace("community.manage").addStrings( {
	"AccountListHeader" : "Accounts",
	"ActivityIconImageTitles" : "",
	"ActivityIconImageTitles_0" : "H2Gicons/allergies.svg",
	"ActivityIconImageTitles_1" : "H2Gicons/careteam.svg",
	"ActivityIconImageTitles_2" : "H2Gicons/healthissues.svg",
	"ActivityIconImageTitles_3" : "H2Gicons/medications.svg",
	"ActivityIconImageTitles_4" : "H2Gicons/messages.svg",
	"ActivityIconImageTitles_5" : "H2Gicons/testresults.svg",
	"ActivityIconImageTitles_6" : "H2Gicons/visits.svg",
	"ActivityIconImageTitles_7" : "H2Gicons/implants.svg",
	"ActivityIconImageTitles_8" : "H2Gicons/insurance.svg",
	"ActivityIconTitles" : "",
	"ActivityIconTitles_0" : "Allergies",
	"ActivityIconTitles_1" : "Care Team",
	"ActivityIconTitles_2" : "Health Issues",
	"ActivityIconTitles_3" : "Medications",
	"ActivityIconTitles_4" : "Messages",
	"ActivityIconTitles_5" : "Test Results",
	"ActivityIconTitles_6" : "Visits",
	"ActivityIconTitles_7" : "Implants",
	"ActivityIconTitles_8" : "Insurance",
	"AutoUpdateSettingsButtonLabel" : "Auto-Update Settings",
	"AutoUpdateSettingsButtonTooltip" : "Review or change auto-update settings for linked accounts",
	"AvailablePayers" : "Your insurance providers",
	"BackToSignInButton" : "Log in",
	"BackToTopLink" : "Consider refining your search keywords.",
	"CeLinkFailedErrorText" : "We could not link your patient record at @MYCHART@ORGANIZATIONNAME@. If you continue to run into problems linking your accounts, \u003ca href=\"https://www.mychart.org/mychartcentral/help\"\u003econtact us here for help.\u003c/a\u003e",
	"CentralOrganizationHeader" : "MyChart Central",
	"CeOptOutErrorText" : "You cannot link this account because @MYCHART@ORGANIZATIONNAME@ does not have your permission to share your record. Please contact their customer service department to authorize sharing your record.",
	"CitySuggestion" : "City",
	"ClearSearchButton" : "Clear search",
	"ConnectMoreAccountsHeader" : "Connect More Accounts",
	"ConnectMoreAccountsPretext" : "Do you have an account at one of the organizations below? If so, you can connect it to your @MYCHART@APPTITLE@ account to start seeing more of your health information in one place. To get started, simply click on the organization you wish to connect to.",
	"DetailsText" : "Details",
	"DiscoverAccountsHeader" : "Discover accounts to link",
	"DismissAccountErrorTitle" : "Could not dismiss organization",
	"ErrorOccurredText" : "Please try again later. If this problem continues, please reach out to \u003ca target=\"_blank\" href=\"https://www.mychart.org/MyChartCentral/Help\"\u003eMyChart Central Support\u003c/a\u003e.",
	"ExistingLinkErrorDescription" : "Log in to continue with MyChart Central.",
	"ExistingLinkErrorPageTitle" : "@MYCHART@APPTITLE@ is already linked",
	"ExternalDescription" : "This icon means the information is coming from another organization.",
	"FailedForwardedLinkErrorText" : "We could not link your account at @MYCHART@ORGANIZATIONNAME@. Please reach out to \u003ca target=\"_blank\" href=\"https://www.mychart.org/MyChartCentral/Help\"\u003eMyChart Central Support\u003c/a\u003e.",
	"FailedLinkErrorText" : "We could not link your account at @MYCHART@ORGANIZATIONNAME@. If the problem continues, please reach out to \u003ca target=\"_blank\" href=\"https://www.mychart.org/MyChartCentral/Help\"\u003eMyChart Central Support\u003c/a\u003e.",
	"FAQHyperLinkText" : " See our FAQ page.",
	"FAQHyperLinkTooltip" : "Opens in new window",
	"FeaturesListDescription" : "\u003cp\u003eThe following types of information might be available to you from other organizations\u003c/p\u003e\r\n\t\t\t\t\t\u003cul class=\"featurelist bulleted expandable\"\u003e\r\n\t\t\t\t\t\t\u003cli\u003eAllergies\u003c/li\u003e\r\n\t\t\t\t\t\t\u003cli\u003eCare Team\u003c/li\u003e\r\n\t\t\t\t\t\t\u003cli\u003eHealth Issues\u003c/li\u003e\r\n\t\t\t\t\t\t\u003cli\u003eImplants\u003c/li\u003e\r\n\t\t\t\t\t\t\u003cli\u003eMedications\u003c/li\u003e\r\n\t\t\t\t\t\t\u003cli\u003eMessages\u003c/li\u003e\r\n\t\t\t\t\t\t\u003cli\u003eTest Results\u003c/li\u003e\r\n\t\t\t\t\t\t\u003cli\u003eVisits\u003c/li\u003e\r\n\t\t\t\t\t\u003c/ul\u003e",
	"ForwardedCeLinkFailedErrorText" : "We could not link your patient record at @MYCHART@ORGANIZATIONNAME@. Please reach out to \u003ca target=\"_blank\" href=\"https://www.mychart.org/MyChartCentral/Help\"\u003eMyChart Central Support\u003c/a\u003e.",
	"GenericError" : "We experienced an error when trying to load the page. Please try again later.",
	"HappyTogetherDescription" : "\u003cp\u003eNow it is possible to access your health information from other organizations within your @MYCHART@APPTITLE@ account.\u003c/p\u003e\u003cp\u003ePlease select organizations you want to connect to your account and read the applicable terms and conditions.\u003c/p\u003e",
	"HappyTogetherIntroText" : "You can now use @MYCHART@APPTITLE@ to view your health information from other organizations where you and your family have records.",
	"HappyTogetherIntroTextExpanded" : "When you connect your accounts from the participating organizations, you may be able to see the following types of information all right here in your account with @MYCHART@APPTITLE@. Want to learn more?",
	"HappyTogetherIntroTextMobile" : "You can now use @MYCHART@APPTITLE@ to view your health information from other organizations where you and your family have records.",
	"HappyTogetherIntroTextMobileExpanded" : "When you connect your accounts from the participating organizations, you may be able to see the following types of information all right here in your account with @MYCHART@APPTITLE@. Want to learn more?",
	"HomeOrganizationTitle" : "This Organization",
	"InProgressOrganizationsHeader" : "Linking organizations",
	"InputPlaceholder" : "City, state, or organization name",
	"LearnMoreLink" : "Learn More.",
	"LinkAccountErrorTitle" : "Could not link account",
	"LoadingDescription" : "Loading your accounts....",
	"LoadOrgsErrorTitle" : "Could not load organizations",
	"LocalPICELDisabledBody" : "If so, you can ask your provider to exchange your record with that organization.  Then, when you return to this page, that organization might be available to link.",
	"LocalPICELDisabledHeader" : "Have you received care at an organization not listed here? ",
	"MissingUrlErrorText" : "We could not find a website for @MYCHART@ORGANIZATIONNAME@. If the problem continues, please reach out to \u003ca target=\"_blank\" href=\"https://www.mychart.org/MyChartCentral/Help\"\u003eMyChart Central Support\u003c/a\u003e.",
	"NameSuggestion" : "Organization Name",
	"NoConnectionsFound" : "We couldn\u0027t find any organizations at this time. ",
	"NoDemographicMatchErrorText" : "We could not verify your account at @MYCHART@ORGANIZATIONNAME@. Please reach out to \u003ca target=\"_blank\" href=\"https://www.mychart.org/MyChartCentral/Help\"\u003eMyChart Central Support\u003c/a\u003e.",
	"NoResultsFound" : "We couldn\u0027t find any organizations that we can connect to. ",
	"NumberOfResults" : "@MYCHART@NUMRESULTS@ results were returned from your search.",
	"OKButton" : "OK",
	"OneResult" : "1 result was returned from your search.",
	"OrganizationsInYourArea" : "Organizations in your area",
	"OrgExistingLinkErrorDescription" : "Log in with MyChart Central to continue.",
	"OrgExistingLinkErrorDescriptionSU" : "Log in with your Epic ID to continue.",
	"OrgExistingLinkErrorPageTitle" : "MyChart Central is already linked to an existing account",
	"PicelJumpErrorText" : "We could not navigate to @MYCHART@ORGANIZATIONNAME@. If the problem continues, please reach out to \u003ca target=\"_blank\" href=\"\"https://www.mychart.org/MyChartCentral/Help\"\u003eMyChart Central Support\u003c/a\u003e.",
	"PicelMissingTokenErrorText" : "We could not authenticate your external account. If the problem continues, please contact their customer service department.",
	"Posttext" : "",
	"Pretext" : "",
	"RelatedLinksSidebarHeader" : "Related Links",
	"ReminderOffErrorTitle" : "Could not turn off reminder",
	"ReminderOnErrorTitle" : "Could not turn on reminder",
	"SearchError" : "We experienced an error when trying to search.",
	"StateSuggestion" : "State",
	"Title" : "Manage My Accounts",
	"TooManyResults" : "More than @MYCHART@NUMRESULTS@ results were returned from your search.",
	"UnlinkAccountErrorTitle" : "Could not unlink account",
	"UnverifiedErrorMessage" : "You will be able to use this feature after we can verify who you are. Your identity can be verified at your next visit.",
	"UpdateAccountErrorTitle" : "Could not update account",
	"ValidationGenericErrorText" : "We could not verify your answer. If the problem continues, please reach out to \u003ca target=\"_blank\" href=\"\"https://www.mychart.org/MyChartCentral/Help\"\u003eMyChart Central Support\u003c/a\u003e.",
	"VisitedOrganizationsHeader" : "Visited organizations",
});
$$WP.Strings.getNamespace("community.organizationlist").addStrings( {
	"AccountDisabledErrorMsg" : "We cannot link your account at @MYCHART@ORGANIZATIONNAME@ because it has been deactivated. Contact @MYCHART@ORGANIZATIONNAME@ to reactivate your account.",
	"AccountUnlinkedMessage" : "You can find this account again under the Discover tab.",
	"ActivateAccount" : "Activate your account with this organization so that we can display more of your health information.",
	"ActivateAccountButton" : "Activate account",
	"AllOtherOrganizationsLink" : "Associated organizations",
	"AuthorizeShareButton" : "Allow sharing",
	"AuthorizeShareButtonTooltip" : "Sign a form to authorize sharing your health information from @MYCHART@ORGANIZATIONNAME@.",
	"CentralNotReady" : "@MYCHART@ORGANIZATIONNAME@ does not have the option for you to link accounts with @MYCHART@APPTITLE@.",
	"ChildOrganizationNoDataText" : "No organizations are associated with @MYCHART@ORGANIZATIONNAME@",
	"ChildOrganizationPopupHeader" : "Organizations associated with @MYCHART@ORGANIZATIONNAME@",
	"Comma" : ", ",
	"ConfirmActivatePayvider" : "Activating your account at \u003cb\u003e@MYCHART@ORGANIZATIONNAME@\u003c/b\u003e will also activate it at \u003cb\u003e@MYCHART@OTHERORGANIZATIONNAME@\u003c/b\u003e.",
	"ConfirmActivatePayviderHeader" : "Activate account?",
	"ConfirmConnectButton" : "Link account",
	"ConfirmConnectTooltip" : "Redirect me to @MYCHART@ORGANIZATIONNAME@ to log in.",
	"ConfirmDismissButton" : "Dismiss",
	"ConfirmDismissHeader" : "Dismiss @MYCHART@ORGANIZATIONNAME@?",
	"ConfirmDismissOrg" : "If you want to link to \u003cb\u003e@MYCHART@ORGANIZATIONNAME@\u003c/b\u003e later, you can always search for it.",
	"ConfirmDismissPayviderHeader" : "Dismiss organizations?",
	"ConfirmDismissPayviderOrg" : "\u003cp\u003eDismissing \u003cb\u003e@MYCHART@ORGANIZATIONNAME@\u003c/b\u003e will also dismiss \u003cb\u003e@MYCHART@OTHERORGANIZATIONNAME@\u003c/b\u003e.\u003c/p\u003e\r\n\t\t\t\t\u003cp\u003eIf you want to link to these organizations later, you can always search for them.\u003c/p\u003e",
	"ConfirmLinkPayvider" : "Linking your account to \u003cb\u003e@MYCHART@ORGANIZATIONNAME@\u003c/b\u003e will also link it to \u003cb\u003e@MYCHART@OTHERORGANIZATIONNAME@\u003c/b\u003e.",
	"ConfirmLinkPayviderHeader" : "Link account?",
	"ConfirmUnlinkCentralIdP" : "Removing this linked account will result in losing online access to your currently logged in account. You will need to recover your account or contact the helpdesk for assistance to regain access. Are you sure you wish to proceed?",
	"ConfirmUnlinkCentralIdPHeader" : "Unlink @MYCHART@ORGANIZATIONNAME@?",
	"ConfirmUnlinkOnCentralIdP" : "Removing this linked account will result in losing online access to \u003cb\u003e@MYCHART@ORGANIZATIONNAME@\u003c/b\u003e. You will need to recover your account or contact the helpdesk for assistance to regain access. Are you sure you want to proceed?",
	"ConfirmUnlinkPayvider" : "Unlinking your account from \u003cb\u003e@MYCHART@ORGANIZATIONNAME@\u003c/b\u003e will also unlink it from \u003cb\u003e@MYCHART@OTHERORGANIZATIONNAME@\u003c/b\u003e.",
	"ConfirmUnlinkPayviderHeader" : "Unlink account?",
	"ConfirmUpdateButton" : "Yes, update",
	"ConnectAccount" : "Connect account",
	"ConnectAccountTooltip" : "Connect my account to @MYCHART@ORGANIZATIONNAME@.",
	"CurrentlyUpdatingAccount" : "Updating",
	"CurrentlyUpdatingAccountTooltip" : "Currently updating information from @MYCHART@ORGANIZATIONNAME@. Please wait to update information again until current update has finished.",
	"Date" : "\u003cspan class=\"hoverBubbleSub\"\u003e on \u003c/span\u003e\u003cspan class=\"hoverBubbleContent\"\u003e@MYCHART@DATE@\u003c/span\u003e",
	"DemographicFetchFailedErrorText" : "We were unable to get your demographic information. Please try again later.",
	"DemographicMatchFailedErrorText" : "We were unable to verify your demographic information.",
	"DisableReminderSuccess" : "Reminder turned off",
	"DismissOrganization" : "Dismiss",
	"EnableReminderSuccess" : "Turned on reminder",
	"ErrorText" : "Error",
	"ErrorUpdatingLabel" : "Error loading data. Please try to update again.",
	"FhirIsInThrottlingTimeHoverText" : "Unable to update. Try again in @MYCHART@FHIRUPDATETHROTTLINGTIME@ minutes.",
	"FhirIsInThrottlingTimeMessage" : "This account was just updated. Please wait @MYCHART@FHIRUPDATETHROTTLINGTIME@ minutes to update again.",
	"FHIRLoginPretext" : "You will temporarily leave @MYCHART@APPTITLE@ to log in to your account with @MYCHART@ORGANIZATIONNAME@.",
	"FHIRLoginTitle" : "Login required",
	"GetStartedButton" : "Get started",
	"GetStartedTitleText" : "Get started with MyChart Central",
	"GoBackTooltip" : "Do not redirect me to @MYCHART@ORGANIZATIONNAME@ to log in.",
	"InformationCurrentlyUpdatingLabel" : "We are currently updating this account.",
	"InformationUpdatedAutoLabel" : "Information updated automatically",
	"InformationUpToDateAsOfLabel" : "Information up to date as of @MYCHART@LastAccessTokenDateTime@",
	"InsuranceText" : "Insurance provider",
	"InvalidCeLink" : "You can\u0027t link this account because it has been marked invalid. You may try again on @MYCHART@RETRYDATE@.",
	"InvalidCeLinkChallengeQs" : "You can\u0027t link this account because you have incorrectly answered the verification questions too many times. You may try again on @MYCHART@RETRYDATE@.",
	"InvalidCeLinkNotMe" : "You can\u0027t link this account because you have recently marked it as not yours. You may try again on @MYCHART@RETRYDATE@.",
	"JumpToAccountButton" : "Jump to account",
	"JumpToAccountTooltip" : "Log in to your account at @MYCHART@ORGANIZATIONNAME@.",
	"LinkAccount" : "Link account",
	"LinkOwnRecordBannerText" : "Link your own record with this organization to see your health information here. ",
	"LinkOwnRecordLinkText" : "Log in to your account at @MYCHART@ORGANIZATIONNAME@ to link",
	"LinkSuccessful" : "Link successful!",
	"LoadingAccount" : "Loading account...",
	"MetaDataRetrievalFailedErrorText" : "We were unable to connect to the remote organization.",
	"MyChartCentralHeaderText" : "Connect with MyChart Central",
	"MyChartCentralHeaderTextSU" : "One login for your MyChart accounts",
	"MyChartCentralLinkedHeaderText" : "@MYCHART@ORGANIZATIONNAME@",
	"MyChartCentralSubText" : "A central hub for your health information at all of your organizations that use MyChart",
	"MyChartCentralSubTextUnconnected" : "Sign up for a central hub that links your MyChart accounts to view all of your health information in one place.",
	"MyChartCentralSubTextUnconnectedSU" : "Link your @MYCHART@APPTITLE@ account to MyChart Central for a simpler login experience.",
	"NoAuthErrorText" : "We were unable to establish a connection. Please try again later.",
	"NotActive" : "(Not activated)",
	"NoValidationData" : "We can\u0027t verify your account using the information available. Please contact customer service at @MYCHART@ORGANIZATIONNAME@.",
	"OrganizationAssociatedOrgs" : "@MYCHART@ORGANIZATIONNAME@ - Associated Organizations",
	"OrganizationProxyDisclaimer" : "@MYCHART@ORGANIZATIONNAME@ - proxy disclaimer (new window)",
	"OrganizationTermsAndCondtions" : "@MYCHART@ORGANIZATIONNAME@ - terms and conditions (new window)",
	"OrgUnlinkedMessage" : "You can find this organization again under the Discover tab.",
	"OrgUnlinkedTitle" : "Account unlinked",
	"OtherOrganizationsPretext" : "Connecting to @MYCHART@ORGANIZATIONNAME@ will also connect you to the following:",
	"PatientOptedOut" : "You cannot link this account because you have opted out of sharing your medical record. Please \u003ca href=\"@MYCHART@ABSOLUTEURL@inside.asp?mode=custsvc\" title=\"Opens in new window\"\u003econtact us\u003c/a\u003e to authorize sharing your record.",
	"PatientVisited" : "@MYCHART@PATIENTNAME@ Visited:",
	"PHTLComingSoonText" : "We are working on it! With an upcoming system upgrade, @MYCHART@ORGANIZATIONNAME@ will be available to link using search.",
	"PICELComingSoonText" : "We are working on it! With an upcoming system upgrade, @MYCHART@ORGANIZATIONNAME@ will be available to link using search. For now, you can ask your provider to exchange your record with @MYCHART@ORGANIZATIONNAME@. Then, you\u0027ll be able to come back to this page and link to @MYCHART@ORGANIZATIONNAME@.",
	"PopupGoBackButton" : "Go back",
	"ProxyDisclaimerText" : "Proxy disclaimer",
	"RefreshTokenExpiredErrorText" : "You need to re-enter your username and password to update.",
	"RemindUpdateText" : "Remind me to update this account",
	"RemindUpdateTextTooltip" : "When this is on, the update banner will appear on various activities if you haven\u0027t manually updated this organization within 7 days.",
	"ShareAuth" : "\r\n\t\t\t\t@MYCHART@ORGANIZATIONNAME@ needs your permission to share your information with providers at @MYCHART@HOMEORGANIZATIONNAME@ for your upcoming visits.\r\n\t\t\t",
	"ShareAuthOneTimeUse" : "\r\n\t\t\t\t@MYCHART@ORGANIZATIONNAME@ needs your permission to share your information with providers at @MYCHART@HOMEORGANIZATIONNAME@ before each upcoming visit.\r\n\t\t\t",
	"TermsAndCondtionsText" : "Terms and conditions",
	"Time" : "\u003cspan class=\"hoverBubbleSub\"\u003e at \u003c/span\u003e\u003cspan class=\"hoverBubbleContent\"\u003e @MYCHART@TIME@\u003c/span\u003e",
	"Title" : "",
	"TokenFailedErrorText" : "We were unable to connect your account. Please try again later.",
	"UnableToActivateAccount" : "Contact \u003cspan class=\"inline bold\"\u003e@MYCHART@ORGANIZATIONNAME@\u003c/span\u003e to activate your account.",
	"UnableToLinkText" : "@MYCHART@ORGANIZATIONNAME@ has not enabled the option for you to link accounts.",
	"UnableToPHTLText" : "@MYCHART@ORGANIZATIONNAME@ has not enabled the option for you to link accounts through searching.",
	"UnableToPICELText" : "@MYCHART@ORGANIZATIONNAME@ has not enabled the option for you to link accounts through searching. At your next visit, you can ask your provider to exchange your record with @MYCHART@ORGANIZATIONNAME@. Then, you\u0027ll be able to come back to this page and link to @MYCHART@ORGANIZATIONNAME@.",
	"UnlinkAccount" : "Unlink",
	"UnlinkAccountTooltip" : "Unlink my account from @MYCHART@ORGANIZATIONNAME@.",
	"UpdateAccount" : "Update",
	"UpdateAccountTooltip" : "Get the most up to date information from @MYCHART@ORGANIZATIONNAME@.",
	"UpdateSuccessful" : "Update successful!",
	"UserIneligible" : "We can\u0027t link your record, because you are not eligible for an account at @MYCHART@ORGANIZATIONNAME@.",
	"ViewAssociatedOrganizations" : "Click here to view associated organizations of @MYCHART@ORGANIZATIONNAME@",
	"ViewProxyDisclaimer" : "Click here to view proxy disclaimer of @MYCHART@ORGANIZATIONNAME@ (new window)",
	"ViewTermsAndCondtions" : "Click here to view terms and conditions of @MYCHART@ORGANIZATIONNAME@ (new window)",
	"WarningText" : "Warning",
	"YouVisited" : "You visited:",
});
$$WP.Strings.getNamespace("community.shared").addStrings( {
	"AccountLinkedMessage" : "This account is now listed under the Linked Accounts tab.",
	"Accounts" : "Your linked accounts",
	"AdminLoginMessage" : "\u003cp\u003eLinked account information is not available in administrative login mode. \u003c/p\u003e\u003cp\u003eTo help patients investigate issues, use the Happy Together troubleshooting utility instead.\u003c/p\u003e",
	"AgreeFindMoreButton" : "I agree, find more",
	"AgreeFindMoreTooltip" : "I agree, use my demographics to find more organizations.",
	"Answer" : "Answer:",
	"AskLaterButton" : "Ask me later",
	"AutomaticallyUpdateHeaderText" : "Updates automatically",
	"AutoUpdateDisclaimer" : "Don’t see one of your linked accounts here?  Check out the \u003ca id=\"toLinkedAccount\" href=\"@MYCHART@ABSOLUTEURL@Community/Manage?tab=linked\"\u003eLink My Accounts\u003c/a\u003e page to view all your linked accounts and set reminders for your manual updates.",
	"AutoUpdateDisclaimerMobile" : "Don’t see one of your linked accounts here?  Check out the \u003ca id=\"toLinkedAccount\" href=\"@MYCHART@EPICHTTP@\"\u003eLink My Accounts\u003c/a\u003e page to view all your linked accounts and set reminders for your manual updates.",
	"AutoUpdateDisclaimerNoLinkJump" : "Don’t see one of your linked accounts here?  Check out the Link My Accounts page to view all your linked accounts and set reminders for your manual updates.",
	"BackToPreviousPage" : "Back to previous page.",
	"Cancel" : "Cancel",
	"CancelButton" : "Cancel",
	"CancelTooltip" : "Cancel verifying my account.",
	"CancelUnlinkingFHIR" : "Go back",
	"CancelUnlinkTooltip" : "Cancel unlinking my account.",
	"ChallengeQuestion" : "",
	"ChallengeQuestion_1" : "@MYCHART@AppName@ Username",
	"ChallengeQuestion_2" : "Email Address",
	"ChallengeQuestion_3" : "Phone Number",
	"ChallengeQuestion_4" : "Medical Record Number",
	"ChallengeQuestion_5" : "Billing Account Number",
	"ChallengeQuestion_6" : "Insurance Member ID",
	"ChallengeQuestion_7" : "Emergency Contact Phone Number",
	"ChallengeQuestion_8" : "Emergency Contact Email Address",
	"ChallengeQuestion_9" : "@MYCHART@SSNLabel@ (Last 4 Digits)",
	"ChallengeQuestionPopupTitle" : "Challenge question",
	"ConfirmUnlinkButton" : "Unlink this account",
	"ConfirmUnlinkTooltip" : "Unlink my account from @MYCHART@ORGANIZATIONNAME@.",
	"ConnectFHIRAccountTitle" : "Connect account",
	"ConnectingMessage" : "Connecting...",
	"ContinueButton" : "Continue to @MYCHART@APPTITLE@",
	"ContinueWithoutConnectingButton" : "No thanks",
	"ContinueWithSelectedButton" : "I\u0027m done",
	"CurrentlyLoadingManyText" : "Currently loading your information from @MYCHART@LoadingOrgs@ organizations.",
	"CurrentlyLoadingOneText" : "Currently loading your information from @MYCHART@LoadingOrgs@",
	"DiscardChangesButton" : "Discard changes",
	"DiscoverTab" : "Discover",
	"DismissBanner" : "Dismiss",
	"DoNotShowLinkPageNextTime" : "Please do not show this page next time",
	"ErrorAndManyManualSubtextForSE" : "@MYCHART@ManualOrgs@ more organizations require manual updates.",
	"ErrorAndOneManualSubtextForSE" : "Another organization, @MYCHART@ManualOrgs@, requires manual updates.",
	"ErrorLoadingAndManyManualSubtext" : "@MYCHART@ManualOrgs@ more organizations require manual updates. Use the Update button to refresh your information.",
	"ErrorLoadingAndOneManualSubtext" : "Another organization, @MYCHART@ManualOrgs@, requires manual updates. Use the Update button to refresh your information.",
	"ErrorLoadingManyText" : "There were errors while updating @MYCHART@ErrorOrgs@ organizations.",
	"ErrorLoadingOneText" : "There was an error while updating @MYCHART@ErrorOrgs@.",
	"ErrorLoadingSubtext" : "Use the Update button to try again.",
	"FHIRUnlinkPretext" : "Are you sure you wish to stop seeing health information from @MYCHART@ORGANIZATIONNAME@? You will need to re-authenticate your account if you wish to resume seeing your health information from @MYCHART@ORGANIZATIONNAME@ at a later time.",
	"HappyTogetherOrganizationFoundIntroduction" : "We have noticed that you have also been seen at the following organizations. We can connect with them to show you all your health information right here in @MYCHART@APPTITLE@.",
	"HappyTogetherTermsInstructions" : "Please choose the organizations you would like us to connect with. You can always change these settings later.",
	"HappyTogetherWrongAccountInstructions" : "If you have not been seen at any of these organizations, reach out to \u003ca target=\"_blank\" href=\"https://www.mychart.org/MyChartCentral/Help\"\u003eMyChart Central Support\u003c/a\u003e for assistance.",
	"IncorrectAnswer" : "Your answer is incorrect. Please try again.",
	"InformationSourceTitle" : "This information is from @MYCHART@ORGANIZATIONNAME@.",
	"IntroImage" : "Happy Together decorative graphic",
	"LinkedTab" : "Linked accounts",
	"ManuallyUpdateHeaderText" : "Login required to update",
	"ManualUpdateGroupTooltip" : "You must verify your account in the organization\u0027s portal every time you want to update your information.",
	"ManyNonEpicUpdateDisclaimerText" : "@MYCHART@ManualOrgs@ organizations require manual updates.",
	"MaxAttemptHit" : "You\u0027ve reached the maximum number of verification attempts for this account. Please try again later.",
	"NavigateToMangePageButton" : "Explore",
	"NewSubjectTitle" : "New access added for:",
	"NoLinkedOrgs" : "\u003cp\u003eYou don\u0027t have any linked accounts yet.\u003c/p\u003e\u003cp\u003eCheck out the \u003cb\u003eDiscover tab\u003c/b\u003e to view suggested organizations to link.\u003c/p\u003e",
	"NoLinkedOrgsProxyContext" : "\u003cp\u003eYou don\u0027t have any linked accounts with health information for @MYCHART@SUBJECTNAMENOLINKS@ yet.\u003c/p\u003e\u003cp\u003eTo link new accounts, for you or your family, \u003ca id=\"toUserRecord\" href=\"@MYCHART@ABSOLUTEURL@inside.asp?mode=self\"\u003eswitch to your own record\u003c/a\u003e.\u003c/p\u003e",
	"NoLinkedOrgsProxyContextNoHyperlink" : "\u003cp\u003eYou don\u0027t have any linked accounts with health information for @MYCHART@SUBJECTNAMENOLINKSNOHYPERLINK@ yet.\u003c/p\u003e\u003cp\u003eTo link new accounts, for you or your family, switch to your own record.\u003c/p\u003e",
	"NonEpicInfoDisclaimer" : "We may not be able to show everything here. You might find more information by visiting your @MYCHART@ORGANIZATIONNAME@ patient portal or by calling them.",
	"NonEpicUpdateActionText" : "Use the Update button to refresh information.",
	"NonEpicUpdateDisclaimerText" : "Your information may not be up to date for each linked account.",
	"NoOrganizationSeenText" : "Not seeing an organization on the list?",
	"NoOrganizationsFoundFromDemographicsSearch" : "We could not find any more visited organizations at this time.",
	"NotMyAccount" : "Not my account",
	"NotMyAccountTooltip" : "This is not my account with @MYCHART@ORGANIZATIONNAME@. Do not connect.",
	"OneNonEpicUpdateDisclaimerText" : "@MYCHART@ManualOrgs@ requires manual updates.",
	"OrganizationSearchConsentText" : "Do you agree to let @MYCHART@APPTITLE@ use your demographics to search for organizations where you or your family may have records?",
	"OrganizationSearchTitle" : "We are able to look for more organizations",
	"OrgLinkedMessage" : "This organization is now listed under the Linked Accounts tab.",
	"OrgLinkedTitle" : "Account linked!",
	"OrgNameLabel" : "Information from",
	"OrgUpdatedLabel" : "Updated @MYCHART@ORGTIMESTAMP@",
	"OrgUpToDate" : "Up to date",
	"PeriodicallyUpdateHeaderTextPlural" : "Updates every @MYCHART@FHIRUPDATEFREQUENCY@ days",
	"PeriodicallyUpdateHeaderTextSingular" : "Updates every day",
	"PeriodicUpdateGroupTooltip" : "\u003cp\u003e@MYCHART@APPTITLE@ will regularly pull your information from a linked organization as long as it has access. You can also click Update to retrieve your information from a linked organization at any time.\u003c/p\u003e",
	"ProviderNoDataDisclaimer" : "Your providers may not be able to see this linked information.",
	"ProxySubjectInfoDisclaimer" : "These linked accounts have health information for @MYCHART@SUBJECTNAMEDISCLAIMER@. To link new accounts or make changes, for you or your family, \u003ca id=\"toUserRecord\" href=\"@MYCHART@ABSOLUTEURL@inside.asp?mode=self\"\u003eswitch to your own record\u003c/a\u003e.",
	"ProxySubjectInfoDisclaimerNoHyperlink" : "These linked accounts have health information for @MYCHART@SUBJECTNAMEDISCLAIMERNOHYPERLINK@. To link new accounts or make changes, for you or your family, switch to your own record.",
	"SaveChangesButton" : "Save changes",
	"SelectOne" : "Select One:",
	"Title" : "",
	"TitleText" : "Link My Accounts",
	"UnlinkFHIRAccountTitle" : "Unlink account",
	"UnlinkingMessage" : "Unlinking...",
	"UpdateAccount" : "Update",
	"UpdateAccountTooltip" : "Get the most up to date information.",
	"UpdateFHIRAccountTitle" : "Update information",
	"UpdateFHIRDisclaimer" : "After clicking \"Update\" to refresh your information, you will temporarily leave @MYCHART@APPTITLE@ to log in to your account with the organization you choose. You will return to this page after login.",
	"UpdateFHIROrgTitle" : "Select an account to update",
	"VerifyAccountPretext" : "Please use one of the following pieces of information on file at \u003cb\u003e@MYCHART@ORGANIZATIONNAME@\u003c/b\u003e to verify your account with them.",
	"VerifyAccountTitle" : "Verify your account",
	"VerifyMyAnswer" : "Verify my account",
	"VerifyMyAnswerTooltip" : "Use my answer to verify my account with @MYCHART@ORGANIZATIONNAME@.",
});
$$WP.Strings.getNamespace("communityresources.activitylinks").addStrings( {
	"CommunityResourceUsageAccessibleDescription" : "@MYCHART@ActivityTitle@. @MYCHART@ActivitySubtext@",
	"CommunityResourceUsageActivitySubtext" : "Let your care team know which resources are working well for you and which ones are not.",
	"CommunityResourceUsageActivitySubtext2" : "Add information about which resources are working well for you and which ones are not.",
	"CommunityResourceUsageActivityTitle" : "Which community resources are you using?",
	"Title" : "",
});
$$WP.Strings.getNamespace("communityresources.communityresourcedetails").addStrings( {
	"AccessAndEligibilitySectionTitle" : "Access and eligibility",
	"AccessibleAddToMyList" : "Add @MYCHART@AddCBOName@ to my list",
	"AccessibleRemoveFromMyList" : "Remove @MYCHART@RemoveCBOName@ from my list",
	"AddedBy" : "Added by @MYCHART@CRCCreator@",
	"AdditionalContactInformationLabel" : "Additional contact information: ",
	"AddToMyListButton" : "Add to my list",
	"CareEverywhereLabel" : "Added by @MYCHART@ProviderName@, @MYCHART@OrganizationName@",
	"Closed" : "Closed",
	"ClosedWithNextOpenTime" : "@MYCHART@WillOpen@ @MYCHART@NextOpenTime@ @MYCHART@NextOpenDayOfWeek@",
	"Closes" : "Closes",
	"ClosingSoon" : "Closing soon",
	"CostLabel" : "Cost: ",
	"CoverageAreaLabel" : "Coverage area: ",
	"CruBannerDismissButton" : "Dismiss",
	"CruBannerNoButton" : "No",
	"CruBannerYesButton" : "Yes",
	"DirectionsLabel" : "Directions: ",
	"DisclosurePopupBodyText" : "Community resources you add to your list are visible to anyone who can see your medical chart, including your care team and friends and family with access to your information in @MYCHART@APPTITLE@. Go to the My Community Resources page to see the resources in your list.",
	"DisclosurePopupTitle" : "Save community resources to your chart?",
	"DoesNotMeetMyNeeds" : "Does not meet my needs",
	"EligibilityLabel" : "Eligibility: ",
	"EligibilityList" : "@MYCHART@eligibilities@",
	"FailedToPerformAction" : "Something went wrong. Refresh the page and try again.",
	"FailedToPerformActionTitle" : "There is an unexpected error",
	"FreeLabel" : "Free",
	"HoursSectionTitle" : "Hours",
	"KilometersAwayLabel" : "@MYCHART@CBOKilometersDistance@ kilometers away",
	"LanguageList" : "@MYCHART@languages@",
	"LanguagesLabel" : "Languages: ",
	"LocationAndContactSectionTitle" : "Location and contact",
	"MilesAwayLabel" : "@MYCHART@CBOMilesDistance@ miles away",
	"MoreDetailsAccessbilityDescription" : "More details about @MYCHART@CommunityResourceNameDetailsButton@",
	"MoreDetailsButton" : "More details",
	"NavigationAccessbilityDescription" : "Website for @MYCHART@CommunityResourceNameForWebsiteLink@.",
	"NeverUsedItButNoLongerNeedIt" : "Never used it but no longer need this kind of help",
	"NoAdditionalDetails" : "There are no additional details to display.",
	"NoDataTextDetailsPage" : "There are no details about this Community Resource.",
	"NoRestrictionsLabel" : "No restrictions",
	"NotEligibleToUse" : "Not eligible to receive services",
	"NotSpecifiedLabel" : "Not specified",
	"Open" : "Open",
	"Opens" : "Opens",
	"Opens24Hours" : "Open 24 hours",
	"OpenWithNextCloseTime" : "@MYCHART@WillClose@ @MYCHART@NextCloseTime@ @MYCHART@NextCloseDayOfWeek@",
	"OrganizationDescriptionSectionTitle" : "About the organization",
	"OtherReason" : "Other",
	"OtherServices" : "@MYCHART@otherProvidedServices@",
	"OtherServicesLabel" : "Services: ",
	"PhoneNumberAXText" : "Phone number @MYCHART@PhoneNumber@",
	"PopupCancelButtonText" : "Cancel",
	"PopupRemoveButtonText" : "Remove",
	"ProgramDescriptionSectionTitle" : "About the program",
	"RemoveButton" : "Remove from my list",
	"RemoveSavedCommunityResourcePopupTitle" : "Remove @MYCHART@CommunityResourceNameForRemoval@ from your list?",
	"ResourceRemovalReasonQuestion" : "Remove @MYCHART@ResourceHcsName@ at @MYCHART@ResourceLocation@?",
	"Title" : "Community Resource Details",
	"TitleSubheaderLocation" : "at @MYCHART@CboLocation@",
	"TransitOptionsLabel" : "Transit options: ",
	"UsedItAndAddressMyNeeds" : "Used it and it addressed my needs",
	"UsedItAndNotAbleToHelp" : "Used it but they weren\u0027t able to help me",
	"UsedItButCantAnymore" : "Used it but can\u0027t anymore",
	"WebsiteLabel" : "Website",
	"YourProvidersWantToKnowYourExperience" : "Help your care team understand your reason for removal (optional).",
});
$$WP.Strings.getNamespace("communityresources.directoryresultslist").addStrings( {
	"ClearAllFiltersForZeroStateButtonText" : "Clear all filters",
	"HoOFilterAlwaysOpen" : "Open 24/7",
	"HoOFilterOpenDuringWeekend" : "Open during weekend",
	"HoOFilterOpenEarly" : "Open early (before @MYCHART@LocaleSpecific8am@)",
	"HoOFilterOpenLate" : "Open late (after @MYCHART@LocaleSpecific5pm@)",
	"HoOFilterOpenNow" : "Open now",
	"LoadMoreResultsMessage" : "See more resources",
	"MaxResReachedBannerDetails" : "Please remove unused community resources to add more.",
	"MaxResReachedBannerHeader" : "Max community resources limit reached",
	"MaxResultsBannerBodyLocation" : "Provide a location for more relevant results.",
	"MaxResultsBannerBodyRadius" : "Select a smaller search area for more relevant results.",
	"MaxResultsBannerTitle" : "The search results may not include the community resources that are most relevant to you",
	"NoResourcesFoundBaseMessage" : "No search results found.",
	"NoResourcesFoundBaseMessageWithLocation" : "No search results found near your location.",
	"NoResourcesFoundFiltersAppliedMessage" : "Try removing some filters to find available resources.",
	"NoResourcesFoundMessageWithFailedSearchTerm" : "No search results found for \u003cspan class=\u0027searchTerm\u0027\u003e@MYCHART@FAILEDSEARCHTERM@\u003c/span\u003e.",
	"NoResourcesFoundMessageWithFailedSearchTermAndLocation" : "No search results found for \u003cspan class=\u0027searchTerm\u0027\u003e@MYCHART@FAILEDSEARCHTERMLOCATION@\u003c/span\u003e near your location.",
	"NoResourcesFoundSearchIconAccessibleDescription" : "No search results",
	"NoResourcesFoundSearchMessage" : "Try a different search to find available community resources.",
	"ResultsLoadingErrorMessage" : "Something went wrong.",
	"ResultsLoadingErrorTitle" : "Oops",
	"ResultsLoadingMessage" : "Searching for resources...",
	"ResultsPageTitle" : "Search results for \u003cspan class=\u0027searchTerm\u0027\u003e @MYCHART@SEARCHTERM@\u003c/span\u003e",
	"ResultsPageTitleNoTerm" : "Search results",
	"SearchResultsPlaceholder" : "Searching for community resources",
	"SensitiveBannerDetails" : "Resources added to your list are visible by anyone who can see your medical chart. To protect your privacy, some search results can\u0027t be added to your list because they offer services that could be considered sensitive. You can still contact these organizations directly.",
	"SensitiveBannerHeader" : "Some results are potentially sensitive",
	"ServiceSetServiceFilter" : "@MYCHART@ServiceSet@ services",
	"StartANewSearchButtonText" : "Try a different search",
	"Title" : "Community Resource Directory Search Results",
});
$$WP.Strings.getNamespace("communityresources.dropdowns").addStrings( {
	"AlphabeticalSortOption" : "Alphabetical",
	"DistanceRadiusDropdownLabel" : "Search within",
	"DistanceSortErrorMessage" : "Enter a location to sort by distance",
	"DistanceSortOption" : "Distance",
	"FiftyKilometersDropdownValue" : "50 kilometers",
	"FiftyMilesDropdownValue" : "50 miles",
	"FiveKilometersDropdownValue" : "5 kilometers",
	"FiveMilesDropdownValue" : "5 miles",
	"OneHundredKilometersDropdownValue" : "100 kilometers",
	"OneHundredMilesDropdownValue" : "100 miles",
	"RecentlyAddedSortOption" : "Recently added",
	"RelevantMatchesSortOption" : "Relevant matches",
	"ResourceFiltersListAccessibleDescription" : "Resource filters",
	"SortHeader" : "Sort",
	"SortingMethodDropdownLabel" : "Sort by",
	"Title" : "Dropdowns section",
	"TwentyKilometersDropdownValue" : "20 kilometers",
	"TwentyMilesDropdownValue" : "20 miles",
	"TwoKilometersDropdownValue" : "2 kilometers",
	"TwoMilesDropdownValue" : "2 miles",
});
$$WP.Strings.getNamespace("communityresources.mylistpage").addStrings( {
	"ActionFailurePopup" : "Executing this action has failed. Please try again.",
	"ActionFailurePopupAcceptButton" : "OK",
	"ActionFailurePopupTitle" : "Something went wrong",
	"CallToActionSearchText" : "Find a resource",
	"CannotRemoveBanner" : "You can\u0027t remove this resource right now because your care team is coordinating a request for assistance.",
	"CommunityResourcesDescription" : "Find and connect with local resources in your community.",
	"CommunityResourcesTitle" : "Community Resources",
	"CommunityResourceUsageLowerCase" : "community resource usage form",
	"MyResourcesPageDescription" : "Resources added by you, @MYCHART@FriendsAndFamilyLink@, and your care team will appear here. Let your care team know which resources are working well for you with the @MYCHART@UsageFormLink@.",
	"MyResourcesPageDescription2" : "Resources added by you, @MYCHART@FriendsAndFamilyLink@, and your care team will appear here. Add information about which resources are working well for you with the @MYCHART@UsageFormLink@.",
	"MyResourcesPageDescriptionWithNoLinks" : "Resources added by you, your friends and family, and your care team will appear here.",
	"MyResourcesPageDescriptionWithoutAdding" : "Resources added by your care team will appear here. Let them know which resources are working well for you with the @MYCHART@UsageFormLink@.",
	"MyResourcesPageDescriptionWithoutAdding2" : "Resources added by your care team will appear here. Add information about which resources are working well for you with the @MYCHART@UsageFormLink@.",
	"MyResourcesPageDescriptionWithoutProxyLink" : "Resources added by you, your friends and family, and your care team will appear here. Let your care team know which resources are working well for you with the @MYCHART@UsageFormLink@.",
	"MyResourcesPageDescriptionWithoutProxyLink2" : "Resources added by you, your friends and family, and your care team will appear here. Add information about which resources are working well for you with the @MYCHART@UsageFormLink@.",
	"MyResourcesPageDescriptionWithoutUsage" : "Resources added by you, @MYCHART@FriendsAndFamilyLink@, and your care team will appear here.",
	"MyResourcesPageDescriptionWithoutUsageOrAdding" : "Resources added by your care team will appear here.",
	"MyResourcesTitle" : "My Community Resources",
	"NoResourcesText" : "There are no saved or recommended resources.",
	"NoResourcesTextWithoutSaving" : "There are no recommended resources.",
	"NoResourcesTrySearchText" : "Use the search tool to find and save resources.",
	"ProxyRedirectLinkText" : "your friends and family",
	"QuickLinkMyListAccessibleDescription" : "My community resources. View community resources added by you or your care team.",
	"QuickLinkToMyListDescription" : "View community resources added by you and your care team.",
	"QuickLinkToMyListPage" : "My community resources",
	"SortByLabel" : "Sort by:",
	"Title" : "My Community Resources",
});
$$WP.Strings.getNamespace("communityresources.searchpage").addStrings( {
	"BackLinkMyList" : "My Community Resources",
	"BackLinkResults" : "Search Results",
	"BackLinkSearch" : "Community Resources",
	"OptionalFieldLabelText" : "@MYCHART@FIELDLABEL@ (optional)",
	"QuickBucketsTitle" : "Quick categories",
	"ResourceCategory" : "Resources",
	"SearchButton" : "Search",
	"SearchGhostText" : "Resource name or service",
	"SearchInputsTitle" : "What are you looking for?",
	"SearchPageSubtitle" : "Find and connect with nearby resources in your community. Call @MYCHART@EMERGENCYPHONE@ if you have an emergency.",
	"SearchPageTitle" : "Community Resources",
	"ServiceCategory" : "Services",
	"Title" : "Community Resources Search",
});
$$WP.Strings.getNamespace("communityresources.usage").addStrings( {
	"BackNameLabel" : "Community Resources",
	"ButtonLabelBack" : "Back",
	"ButtonLabelSaveAndContinue" : "Save and continue",
	"ButtonLabelSaveAndFinish" : "Save and finish",
	"ButtonLabelSkip" : "Skip",
	"CompletedOutcomeOptionCanNoLongerUse" : "No longer able to use",
	"CompletedOutcomeOptionNeedsMet" : "Met my needs",
	"CompletedOutcomeOptionNeedsNotMet" : "Was not able to meet needs",
	"CompletedOutcomePrompt" : "What is your reason for no longer using this resource?",
	"CurrentResourcePosition" : "Resource @MYCHART@Position@ of @MYCHART@Count@",
	"DoneUsingAsOf" : "No longer using as of @MYCHART@DoneUsingDate@",
	"InUseAsOf" : "Using as of @MYCHART@InUseDate@",
	"LastUpdateNotAvailable" : "n/a",
	"nodatatext" : "There are no resources needing usage information.",
	"NotGoingToUseAsOf" : "Not going to use as of @MYCHART@NotGoingToUseDate@",
	"NotInUseAsOf" : "Not using as of @MYCHART@NotInUseDate@",
	"NotUsedReasonOptionDoesNotMeetNeeds" : "Does not address my needs",
	"NotUsedReasonOptionIneligible" : "Not eligible",
	"NotUsedReasonOptionNoLongerNeeded" : "No longer need",
	"NotUsedReasonPrompt" : "What is your reason for not using this resource?",
	"ReasonOther" : "Other",
	"Title" : "Community Resource Usage",
	"UsageFormDisclosureText" : "\r\n\t\t\t\tYour care team would like to know which resources you are currently using and not using. This information will help them understand what\u0027s going well and what you still need help with.\r\n\t\t\t",
	"UsageFormDisclosureTitle" : "Why do we want your usage information?",
	"UsageFormTitle" : "Community Resource Usage Form",
	"UsageOptionDoneUsing" : "No longer using",
	"UsageOptionNotGoingToUse" : "Not going to use",
	"UsageOptionUndecided" : "Undecided",
	"UsageOptionUsing" : "Currently using",
	"UsagePageDescription" : "Let your care team know which resources are working well for you and which ones are not.",
	"UsagePageDescription2" : "Add information about which resources are working well for you and which ones are not.",
	"UsagePrompt" : "Are you currently using this resource?",
});
$$WP.Strings.getNamespace("companion.careplans").addStrings( {
	"BackToCarePlans" : "Back to My Care Plans",
	"CancelStopCarePlan" : "Cancel",
	"CarePlanDetails" : "Care Plan Details",
	"CarePlanNotStarted" : "This care plan has not started yet.",
	"CarePlanStartedByProvider" : "This care plan was assigned by a provider.",
	"CarePlanStartedOn" : "This care plan was started on @MYCHART@StartDate@.",
	"ConfirmStopCarePlanButton" : "Stop care plan",
	"ConfirmStopCarePlanHeader" : "Stop care plan?",
	"DurationAxText" : "Care plan duration",
	"EnrolledInCarePlan" : "You are now enrolled in @MYCHART@CarePlanName@",
	"EnrolledInCarePlanProxy" : "@MYCHART@PATIENT@ is now enrolled in @MYCHART@CarePlanName@",
	"ExploreCarePlans" : "Explore other care plans",
	"LoadCarePlanError" : "There was a problem loading your care plan.",
	"LoadCarePlansError" : "There was a problem loading your care plans.",
	"LoadingCarePlans" : "Loading care plans...",
	"NoActiveCarePlans" : "You don\u0027t have any active care plans",
	"NoAvailableCarePlans" : "No available care plans to enroll in",
	"NoLongerEnrolledInCarePlan" : "You are no longer enrolled in @MYCHART@CarePlanName@",
	"NoLongerEnrolledInCarePlanProxy" : "@MYCHART@PATIENT@ is no longer enrolled in @MYCHART@CarePlanName@",
	"RefreshingCarePlans" : "Refreshing care plans...",
	"StartCarePlan" : "Get started",
	"StartCarePlanAxText" : "Get started on care plan @MYCHART@CarePlanName@",
	"StartCarePlanError" : "There was a problem starting the care plan.",
	"StartingCarePlan" : "Starting...",
	"StopCarePlan" : "Stop",
	"StopCarePlanAxText" : "Stop care plan @MYCHART@CarePlanName@",
	"StopCarePlanError" : "There was a problem stopping the care plan.",
	"StopCarePlanWarningMessage" : " All of your progress will be lost, and you will have to start over if you choose to start this care plan again in the future.",
	"StoppingCarePlan" : "Stopping...",
	"ThisCarePlanHas" : "This care plan has:",
	"Title" : "My Care Plans",
	"ViewCarePlanDetails" : "See details",
	"ViewCarePlanDetailsAxText" : "See details for @MYCHART@CarePlanName@",
	"ViewTasks" : "View tasks",
	"ViewTasksAxText" : "View tasks for @MYCHART@CarePlanName@",
});
$$WP.Strings.getNamespace("companion.pregnancyhub").addStrings( {
	"back_to_care_journey" : "Back to care journey",
	"enroll_error_already_enrolled" : "You are already enrolled in this feature.",
	"enroll_error_header" : "Uh oh, you\u0027re not supposed to be here!",
	"enroll_error_not_authorized" : "Sorry, you are not authorized to view this page.",
	"enroll_error_not_pregnant" : "Sorry, you must have an active pregnancy recorded in your chart to view this page.",
	"enroll_step_date_btn_next" : "Continue",
	"enroll_step_date_change_btn" : "Change",
	"enroll_step_date_fetched" : "This is the due date we have from your records. We will use this to track how far along you are in your pregnancy.",
	"enroll_step_date_header" : "Your pregnancy",
	"enroll_step_date_intro" : "Please enter your due date or the start date of your last menstrual period.",
	"enroll_step_date_last_period_calc" : "We will add 280 days to the date you enter to estimate your delivery date.",
	"enroll_step_date_opt1" : "Due date",
	"enroll_step_date_opt2" : "Last period",
	"enroll_step_date_picker_prompt" : "Enter date",
	"enroll_step_proxy_btn_back" : "Back",
	"enroll_step_proxy_btn_next" : "Finish",
	"enroll_step_proxy_header" : "Share your story",
	"enroll_step_proxy_intro" : "Your pregnancy updates and education will be shared with friends and family connected to your account.",
	"enroll_step_proxy_intro_nocareplan" : "Your pregnancy updates will be shared with friends and family connected to your account.",
	"enroll_step_proxy_invite_btn" : "Go to Friends and Family Access",
	"enroll_step_proxy_invite_question" : "Would you like to change who can see your record?",
	"enroll_step_proxy_no_proxies_msg" : "No one else can currently see your record",
	"enroll_step_proxy_who_can_see" : "Who can see your record",
	"enroll_step_proxy_who_can_see_intro" : "Here\u0027s who will receive updates about your pregnancy:",
	"enroll_step_whatsnext_btn_home" : "Close",
	"enroll_step_whatsnext_header" : "You\u0027re all done!",
	"enroll_step_whatsnext_intro" : "Watch for pregnancy updates on your home page.",
	"enroll_step_whatsnext_intro_carejourney" : "Watch for pregnancy updates on your home page and in the Care Journey activity.",
	"progress_stop_updates_confirm_delete_button_title" : "Stop updates",
	"progress_stop_updates_confirm_msg" : "This change cannot be undone. Are you sure you want to stop getting pregnancy updates on your home page and stop receiving educational content about the pregnancy?",
	"progress_stop_updates_confirm_msg_nocareplan" : "This change cannot be undone. Are you sure you want to stop getting pregnancy updates on your home page?",
	"progress_stop_updates_confirm_title" : "Stop pregnancy updates",
	"Title" : "Pregnancy Updates",
});
$$WP.Strings.getNamespace("companion.todo").addStrings( {
	"DismissToastPrompt" : "Dismiss message",
	"PopupCloseButtonLabel" : "Close",
	"ProgressCompleteAxText" : "@MYCHART@PercentComplete@% complete",
	"ProgressCompleteText" : "complete",
	"SkipToToastLinkTitle" : "Skip to notification",
	"Title" : "To Do",
	"ToastHeader" : "Notification",
});
$$WP.Strings.getNamespace("companion.todo.changes").addStrings( {
	"ChangeClinicNotified" : "Clinic notified",
	"ChangeDetailsHeader" : "Change details",
	"ChangeDetailsLoadErrorHeading" : "Error loading details",
	"ChangeDetailsLoadErrorText" : "There was an issue when trying to get the details of the change.",
	"ChangeDetailsMessageSentClinic" : "We\u0027ve sent this information to your clinic. Please contact your clinic if you have specific questions.",
	"ChangeDetailsMessageSentRecipient" : "We\u0027ve sent this information to your @MYCHART@Recipient@. Please contact them if you have specific questions.",
	"ChangeDetailsNextSteps" : "Next steps",
	"ChangeDetailsProviderPCP" : "Primary Care Provider",
	"ChangeDetailsSendMessage" : "Send a message",
	"ChangeDetailsTaskChanges" : "The following changes have been made to your To Do tasks:",
	"ChangeDetailsWhyTheChange" : "Why this change?",
	"ChangeProviderGeneric" : "Provider",
	"ChangeProviderNotified" : "@MYCHART@Provider@ notified",
	"ChangesFailedToLoad" : "There was a problem loading your changes.",
	"ChangesIntro" : "This page shows the last few changes to your tasks and notable actions.",
	"ChangesLoadingText" : "Loading changes...",
	"ChangesNoChanges" : "There are no recent changes to your tasks.",
	"ChangesTabAccessibilityText" : "Changes, @MYCHART@NumUnread@ unread",
	"ChangesToday" : "Today",
	"ChangesUnreadTextPlural" : "You have @MYCHART@NumUnread@ unread changes.",
	"ChangesUnreadTextSingular" : "You have 1 unread change.",
	"ChangeTaskAdded" : "New task added",
	"ChangeTasksAdded" : "New tasks added",
	"ChangeViewDetails" : "View details",
	"Title" : "Changes",
});
$$WP.Strings.getNamespace("companion.todo.linktasks").addStrings( {
	"AudioFailedToLoad" : "Audio | Failed to load",
	"AudioLoading" : "Audio | Loading...",
	"AudioPreviewDuration" : "Audio | @MYCHART@AudioPreviewMinutes@ min @MYCHART@AudioPreviewSeconds@ sec",
	"AudioPreviewDurationZeroMinutes" : "Audio | @MYCHART@AudioPreviewSecondsZeroMinutes@ sec",
	"AudioStreamDuration" : "Audio | Stream",
	"BackToToDoButtonLabel" : "Back to To Do",
	"ContentAudioTitle" : "Listen",
	"ContentInstructionTitle" : "Follow instruction",
	"ContentReadTitle" : "Read",
	"ContentVideoTitle" : "Watch",
	"ContentWebpageTitle" : "Visit",
	"DoneButtonText" : "Done",
	"ErrorFailedToUpdateTask" : "There was a technical issue updating your task.",
	"ErrorFailedToUpdateTaskTitle" : "Error",
	"ErrorUnableToLoad" : "Unable to load task content.",
	"ErrorUnableToLoadAudio" : "Failed to load audio.",
	"ErrorUnableToLoadVideo" : "Failed to load video.",
	"FileTypeNotSupported" : "This filetype is not supported in your current browser. To use this file, update your browser to the latest version or install a different browser.",
	"LoadingTask" : "Loading task content...",
	"PlayAudioButton" : "Play Audio called @MYCHART@AudioDisplayName@",
	"PlayVideoButton" : "Play Video called @MYCHART@VideoDisplayName@",
	"SkipButtonText" : "Skip",
	"Title" : "Task Detail",
	"UntrustedExternalAudioDescription" : "Audio file called @MYCHART@AudioDisplayName@",
	"UntrustedExternalVideoDescription" : "Video file called @MYCHART@VideoDisplayName@",
	"VideoFailedToLoad" : "Video | Failed to load",
	"VideoLoading" : "Video | Loading...",
	"VideoPreviewDuration" : "Video | @MYCHART@VideoPreviewMinutes@ min @MYCHART@VideoPreviewSeconds@ sec",
	"VideoPreviewDurationZeroMinutes" : "Video | @MYCHART@VideoPreviewSecondsZeroMinutes@ sec",
	"VideoStreamDuration" : "Video | Stream",
});
$$WP.Strings.getNamespace("companion.todo.managereminders").addStrings( {
	"AlertTimeZoneChangeDescription" : "Turn this setting on if you want to be notified when the reminder time zone setting is different from the time zone setting on your device.",
	"AlertTimeZoneChangeLabel" : "Alert when time zone changes",
	"CannotChangeSettings" : "You currently cannot change these settings.",
	"CommPrefsLinkHeader" : "Ways you receive reminders",
	"CommunicationPreferencesLink" : "Communication Preferences",
	"CommunicationPreferencesLinkLabel" : "Use the To Do section of Communication Preferences to change how you receive reminders.",
	"DailyDigest" : "Daily summary",
	"DailyDigestLabel" : "Daily summary time",
	"DailySummaryTurnedOff" : "You have daily summary notifications turned off. Go to the To Do section of Communication Preferences to turn it on. If you turn on daily summary notifications, you will receive a daily summary of all incomplete tasks at the time below. ",
	"FailedToLoad" : "There was a problem loading your reminder settings.",
	"FrequencyWhenLabel" : "Receive a daily summary of all incomplete tasks at the time below. Daily summaries will be sent based on this device’s time zone (@MYCHART@DeviceTimeZoneString@).",
	"NotificationTimeZoneChangedSharedAccount" : "Additionally, you have changed settings that affect all users who have access to this account. Do you want to continue?",
	"NotificationTimeZoneChangePopupDetails" : "If you update your reminders to \u0027@MYCHART@NewTimeZoneString@\u0027, we won\u0027t send you any more medication reminders today. Your medication reminders will start tomorrow. Check your medication list to determine when you should take your medications today, or send us a message if you have any questions.",
	"NotificationTimeZoneChangePopupDetailsProxyMedAccess" : "If you update @MYCHART@PATIENT@\u0027s reminders to \u0027@MYCHART@NewTimeZoneString@\u0027, we won\u0027t send them any more medication reminders today. Their medication reminders will start tomorrow. Check their medication list to determine when they should take their medications today, or send us a message if you have any questions.",
	"NotificationTimeZoneChangePopupDetailsProxyNoMedAccess" : "If you update @MYCHART@PATIENT@\u0027s reminders to \u0027@MYCHART@NewTimeZoneString@\u0027, we won\u0027t send them any more medication reminders today. If they were receiving medication reminders, they will start again tomorrow. Inform @MYCHART@PATIENT@ to review their medication list to determine when they should take their medications today.",
	"NotificationTimeZoneChangePopupHeading" : "Time zone update warning",
	"PopupCancelButtonText" : "Go back",
	"PopupContinueButtonText" : "Continue",
	"ReminderScheduleHeading" : "Reminder schedule",
	"ScheduleBucketBedtimeInputLabel" : "Bedtime reminder time",
	"ScheduleBucketBedtimeLabel" : "Bedtime",
	"ScheduleBucketEndOfDayInputLabel" : "By end of day reminder time",
	"ScheduleBucketEndOfDayLabel" : "By end of day",
	"ScheduleBucketEveningInputLabel" : "Evening reminder time",
	"ScheduleBucketEveningLabel" : "Evening",
	"ScheduleBucketMiddayInputLabel" : "Midday reminder time",
	"ScheduleBucketMiddayLabel" : "Midday",
	"ScheduleBucketMorningInputLabel" : "Morning reminder time",
	"ScheduleBucketMorningLabel" : "Morning",
	"ScheduleDescription" : "Change when reminders are sent for you and others who have access to your account. The reminder times below are in your selected time zone (@MYCHART@TimeZone@).",
	"ScheduleDescriptionProxy" : "Change when reminders are sent for those who have access to @MYCHART@PATIENT@\u0027s account. The reminder times below are in @MYCHART@PATIENT@\u0027s selected time zone (@MYCHART@TimeZone@).",
	"ScheduleTimeZoneDescription" : "All individual task reminders will be sent based on the time zone you select on this page.",
	"ScheduleTimeZoneSelectLabel" : "Task reminder time zone",
	"SettingsLoadingText" : "Loading reminder settings...",
	"SubmitButtonLabel" : "Save",
	"SubmitInProgressButtonLabel" : "Saving...",
	"TasksForTodayPlural" : "@MYCHART@NumTasks@ tasks at this time",
	"TasksForTodaySingular" : "1 task at this time",
	"TimeInputParseError" : "Please enter a valid time.",
	"TimeInputScheduleBucketsParseError" : "Please enter a valid time for the following notification groups:",
	"TimeZoneSectionHeader" : "Time zone settings",
	"TimeZoneUpdatedDetail" : "Updated reminder time zone to be \u0027@MYCHART@DeviceTimeZoneString@\u0027.",
	"TimeZoneUpdatedHeading" : "Time zone setting saved",
	"TimeZoneWarningDetail" : "Your device is currently using \u0027@MYCHART@DeviceTimeZoneString@\u0027, but your current reminder time zone is \u0027@MYCHART@NotificationTimeZoneString@\u0027. You can update your reminder time zone from here to match your device, or you can go to Manage Reminders.",
	"TimeZoneWarningDetailNoUpdate" : "Your device is currently using \u0027@MYCHART@DeviceTimeZoneString@\u0027, but your current reminder time zone is \u0027@MYCHART@NotificationTimeZoneString@\u0027. Go to Manage Reminders to update your reminder time zone.",
	"TimeZoneWarningDetailNoUpdateProxy" : "Your device is currently using \u0027@MYCHART@DeviceTimeZoneString@\u0027, but @MYCHART@PATIENT@\u0027s current reminder time zone is \u0027@MYCHART@NotificationTimeZoneString@\u0027. Go to Manage Reminders to update the reminder time zone.",
	"TimeZoneWarningDetailProxy" : "Your device is currently using \u0027@MYCHART@DeviceTimeZoneString@\u0027, but @MYCHART@PATIENT@\u0027s current reminder time zone is \u0027@MYCHART@NotificationTimeZoneString@\u0027. You can update the reminder time zone from here to match your device, or you can go to Manage Reminders.",
	"TimeZoneWarningDismiss" : "Dismiss",
	"TimeZoneWarningDismissAxDesc" : "Dismiss time zone difference banner",
	"TimeZoneWarningHeading" : "Time zone difference detected",
	"TimeZoneWarningUpdate" : "Update time zone",
	"TimeZoneWarningUpdateInProgress" : "Updating...",
	"Title" : "Manage Reminders",
	"ToastMessageFailure" : "Your reminder settings changes could not be saved. Try again later.",
	"ToastMessageSuccess" : "Reminder settings saved",
	"ToastUpdateTimeZoneFailure" : "There was a problem while trying to update your time zone  setting.",
	"UnsavedChanges" : "You have unsaved changes.",
	"WhenDueSettingsChangedDisplayString" : "You have changed settings that affect all users who have access to this account. Do you want to continue?",
	"WhenDueSettingsChangedTimeZonePopupString" : "Additionally, you have changed settings that affect all users who have access to this account. Do you want to continue?",
	"WhenDueSettingsChangedTitle" : "Confirm changed settings",
});
$$WP.Strings.getNamespace("companion.todo.onboarding").addStrings( {
	"ActivityTitle" : "To Do Setup",
	"AllSetPageTitle" : "You\u0027re all set!",
	"AllSetRouteTitle" : "All Set!",
	"BothChoiceLabel" : "Both (reminders throughout the day and a daily summary)",
	"BothChoiceLabelHasAlwaysOn" : "Receive reminders when tasks are due and a daily summary",
	"CancelButtonText" : "Cancel",
	"CloseButton" : "Close",
	"ContactInfoEmailDescription" : "Reminders will be sent to your email address.",
	"ContactInfoEmailPushDescription" : "Reminders will be sent to your email address and pushed to your mobile device.",
	"ContactInfoPageTitle" : "Update your contact information",
	"ContactInfoRouteTitle" : "Contact Info",
	"ContactInfoTextDescription" : "Reminders will be sent to your mobile phone number.",
	"ContactInfoTextEmailDescription" : "Reminders will be sent to your email address and mobile phone number.",
	"ContactInfoTextEmailPushDescription" : "Reminders will be sent to your email address, your mobile phone number, and pushed to your device.",
	"ContactInfoTextPushDescription" : "Reminders will be sent to your mobile phone number and pushed to your mobile device.",
	"ContinueButton" : "Continue",
	"DailySummaryAlwaysOnChoiceLabel" : "Receive a daily summary of all tasks",
	"DailySummaryChoiceLabel" : "Once per day (receive a daily summary of all tasks)",
	"DailySummaryDescriptionText" : "When would you like to receive a daily summary of all your tasks?",
	"DailySummaryFieldLabelText" : "Daily summary time",
	"DailySummaryRouteTitle" : "Daily Summary",
	"DoNotSendButton" : "Do not send any reminders",
	"EmailInput" : "Email address",
	"EmailMethod" : "Email",
	"EnrollmentDescription" : "You are currently enrolled in the following care plans:",
	"FailedToLoad" : "There was a problem loading your reminder settings.",
	"FinishButton" : "Finish",
	"ManageRemindersButtonAXText" : "View Manage Reminders",
	"ManageRemindersLink" : "Manage Reminders",
	"ManageRemindersText" : "You can use the Manage Reminders section of To Do to change your reminder times.",
	"MobileNumberToastFailure" : "Mobile number failed to save.",
	"MobileNumberToastSuccess" : "Mobile number saved successfully.",
	"NotNowButton" : "Ask me later",
	"OptInDescription" : "Messages will be sent from @MYCHART@SHORTCODE@.",
	"PhoneInput" : "Mobile phone number",
	"ProxyEnrollmentDescription" : "@MYCHART@PATIENT@ is currently enrolled in the following care plans:",
	"PushMethod" : "Push notification",
	"ReminderFrequencyGroupLabel" : "",
	"ReminderFrequencyPageTitle" : "How often would you like to receive reminders?",
	"ReminderFrequencyRouteTitle" : "Reminder Frequency",
	"ReminderMethodDescription" : "Reminders are notifications about your daily To Do tasks, like logging symptoms or taking medications.",
	"ReminderMethodPageTitle" : "How would you like to receive reminders?",
	"ReminderMethodRouteTitle" : "Reminder Methods",
	"ReminderSettingsToastFailure" : "Failed to save reminder settings.",
	"ReminderSettingsToastSuccess" : "Reminder settings saved successfully.",
	"ReminderTimesDescriptionText" : "When would you like to receive reminders for tasks that are due at different times of the day?",
	"ReminderTimesPageTitle" : "Reminder time settings",
	"ReminderTimesRouteTitle" : "Reminder Times",
	"SettingsChangedSkipPopupText" : "Are you sure you want to skip your To Do setup? If you do this, none of your personalized settings will be saved.",
	"SettingsLoadingText" : "Loading reminder settings...",
	"SettingsUnchangedSkipPopupText" : "Are you sure you want to skip your To Do setup?",
	"SkipButton" : "Skip",
	"SkipPopupTitle" : "Skip personalizing your notifications?",
	"TextMethod" : "Text message",
	"Title" : "To Do Onboarding",
	"ToDoButton" : "Go to To Do",
	"ToDoIntroNextButton" : "Personalize notifications",
	"ToDoIntroPageTitle" : "Welcome to To Do, @MYCHART@UserFirstName@",
	"ToDoIntroRouteTitle" : "Welcome!",
	"ToDoIntroText" : "To Do makes it easy to track your care throughout the day and share important details with your care provider. Personalizing your notification preferences helps you keep track of your To Do tasks.",
	"WhenDueAlwaysOnChoiceLabel" : "Receive reminders when tasks are due",
	"WhenDueChoiceLabel" : "Throughout the day (receive reminders when tasks are due)",
});
$$WP.Strings.getNamespace("companion.todo.patientcreatedtasks").addStrings( {
	"BackToTasksLabel" : "Back to today\u0027s tasks",
	"Delete" : "Delete",
	"DeleteButtonAxText" : "Delete task @MYCHART@TaskName@",
	"DeleteTaskPopupMessage" : "\u0027@MYCHART@TaskName@\u0027 will be deleted.",
	"DeleteTaskPopupTitle" : "Delete task?",
	"DeletionFailed" : "Could not delete task",
	"DeletionSuccess" : "Task deleted",
	"Edit" : "Edit",
	"EditButtonAxText" : "Edit task @MYCHART@TaskName@",
	"ManageCreatedTaskHeader" : "Created Tasks",
	"NextDueDateString" : "Due next on @MYCHART@NextDueDate@",
	"NoTasks" : "You haven\u0027t made any tasks for yourself.",
	"PatientCreatedTaskFailedToLoad" : "There was a problem loading your created tasks.",
	"PatientCreatedTaskIconAxText" : "Patient created task",
	"PopupCancel" : "Cancel",
	"PopupDelete" : "Delete",
	"RecurrenceDaily" : "@MYCHART@DueTime@ Daily",
	"RecurrenceEveryXDays" : "@MYCHART@DueTime@ Every @MYCHART@CycleLengthPlural@ days",
	"RecurrenceEveryXWeeks" : "@MYCHART@DueTime@ Every @MYCHART@CycleLengthPlural@ weeks",
	"RecurrenceWeekly" : "@MYCHART@DueTime@ Weekly",
	"TaskDone" : "Done",
	"Title" : "Patient Created Tasks",
});
$$WP.Strings.getNamespace("companion.todo.progress").addStrings( {
	"AllTaskOverviewPhrase" : "You\u0027ve completed all tasks on @MYCHART@NumCompletedDays@ of the last @MYCHART@NumDays@ days.",
	"AllTaskOverviewTitle" : "Completed tasks",
	"AllTaskStreakPhrase" : "You\u0027ve completed all tasks for the last @MYCHART@Count@ times in a row.",
	"AllTaskStreakTitle" : "Task streak",
	"AppointmentTaskProgressAxText" : "Appointments @MYCHART@PercentComplete@% completed",
	"BloodPressureReadingAxText" : "@MYCHART@Day@ @MYCHART@Systolic@ over @MYCHART@Diastolic@",
	"BpOverviewPhrase" : "Over the past week, your blood pressure stayed below @MYCHART@MaxSystolic@ over @MYCHART@MaxDiastolic@.",
	"BpOverviewTitle" : "Blood pressure tracking",
	"Completed" : "completed",
	"DayCompletedAx" : "@MYCHART@DayOfWeek@, complete",
	"DayIncompletedAx" : "@MYCHART@DayOfWeek@, incomplete",
	"DaysAgo" : "@MYCHART@NumDaysAgo@ days ago",
	"EducationStreakPhrase" : "You\u0027ve completed all educational material for the last @MYCHART@Count@ times in a row.",
	"EducationStreakTitle" : "Education streak",
	"EducationTaskProgressAxText" : "Education @MYCHART@PercentComplete@% completed",
	"FlowsheetTaskProgressAxText" : "Health tracking @MYCHART@PercentComplete@% completed",
	"GeneralTaskProgressAxText" : "General @MYCHART@PercentComplete@% completed",
	"HealthTrackingStreakTitle" : "Health tracking streak",
	"HealthTrackStreakPhrase" : "You\u0027ve completed all health tracking tasks for the last @MYCHART@Count@ times in a row.",
	"Highlights" : "Highlights",
	"MedicationStreakPhrase" : "You\u0027ve completed all medication tasks for the last @MYCHART@Count@ times in a row.",
	"MedicationStreakTitle" : "Medication streak",
	"MedicationTaskProgressAxText" : "Medications @MYCHART@PercentComplete@% completed",
	"NoHighlights" : "No highlights to show. Keep completing your tasks and check back later.",
	"NoProgress" : "No progress to show.",
	"OverallProgressAxText" : "Overall progress of tasks completed in the past 90 days @MYCHART@OverallPercentComplete@ percent.",
	"ProgressFailedToLoad" : "There was a problem loading your task progress.",
	"ProgressLoadingText" : "Loading progress...",
	"QuestionnaireStreakPhrase" : "You\u0027ve completed all questionnaires for the last @MYCHART@Count@ times in a row.",
	"QuestionnaireStreakTitle" : "Questionnaire streak",
	"QuestionnaireTaskProgressAxText" : "Questionnaires @MYCHART@PercentComplete@% completed",
	"Title" : "Progress",
	"Today" : "Today",
	"TotalProgress" : "Tasks completed in the past 90 days",
	"Yesterday" : "Yesterday",
});
$$WP.Strings.getNamespace("companion.todo.suggestedtasks").addStrings( {
	"DisclosureText" : "All suggested tasks",
	"ManageCreatedTasksLinkText" : "Manage created tasks",
	"SuggestedTaskAccept" : "Add task",
	"SuggestedTaskAcceptAxText" : "Add AI-suggested task @MYCHART@TaskTitle@",
	"SuggestedTaskAdded" : "Task added",
	"SuggestedTaskAddFailed" : "Failed to add task",
	"SuggestedTaskDecline" : "Dismiss",
	"SuggestedTaskDeclineAxText" : "Dismiss AI-suggested task @MYCHART@TaskTitle@",
	"SuggestedTaskDismissed" : "Task dismissed",
	"SuggestedTaskDismissFailed" : "Failed to dismiss task",
	"SuggestedTaskEdit" : "Edit",
	"SuggestedTaskIconAxText" : "Suggested task",
	"SuggestedTasksDescriptionMultiTask" : "You have @MYCHART@TaskCount@ AI-suggested tasks you can add to your task list based on @MYCHART@VisitLink@ with @MYCHART@ProviderName@ on @MYCHART@VisitDate@.",
	"SuggestedTasksDescriptionMultiTaskNoProvider" : "You have @MYCHART@TaskCount@ AI-suggested tasks you can add to your task list based on @MYCHART@VisitLink@ on @MYCHART@VisitDate@.",
	"SuggestedTasksDescriptionOneTask" : "You have 1 AI-suggested task you can add to your task list based on @MYCHART@VisitLink@ with @MYCHART@ProviderName@ on @MYCHART@VisitDate@.",
	"SuggestedTasksDescriptionOneTaskNoProvider" : "You have 1 AI-suggested task you can add to your task list based on @MYCHART@VisitLink@ on @MYCHART@VisitDate@.",
	"SuggestedTasksDisclaimer" : "These suggestions are for information only and are not medical advice. If you have questions, talk to your care team before completing a task.",
	"SuggestedTasksDueDateOneTime" : "Due on @MYCHART@DueDate@",
	"SuggestedTasksDueDateRecurring" : "Starts on @MYCHART@DueDate@",
	"SuggestedTasksFeedback" : "Were these suggestions helpful?",
	"SuggestedTasksFeedbackHelpfulAxText" : "Suggestions were helpful",
	"SuggestedTasksFeedbackNotHelpfulAxText" : "Suggestions were not helpful",
	"SuggestedTasksFeedbackSubmitted" : "Thank you for your feedback",
	"SuggestedTasksHeader" : "Suggested tasks",
	"SuggestedTasksZeroStateAcceptedMultiTask" : "You can edit your new tasks by clicking the More button above and selecting @MYCHART@ManageCreatedTasksLink@.",
	"SuggestedTasksZeroStateAcceptedNoTask" : "You have no more suggested tasks.",
	"SuggestedTasksZeroStateAcceptedOneTask" : "You can edit your new task by clicking the More button above and selecting @MYCHART@ManageCreatedTasksLink@.",
	"SuggestedTaskUndo" : "Undo",
	"Title" : "Suggested Tasks",
	"VisitDetailsLinkText" : "your visit",
});
$$WP.Strings.getNamespace("companion.todo.taskeditor").addStrings( {
	"CareTeamCanSee" : "Your care team will be able to see this task but cannot edit it.",
	"CreateTaskButtonLabel" : "Create new task",
	"DateLabel" : "Date",
	"DescriptionLabel" : "Description",
	"FrequencyDayLabel" : "Day",
	"FrequencyDaysLabel" : "Days",
	"FrequencyInputAccessibilityTextDaysPlural" : "Your task will repeat every @MYCHART@Interval@ days. Choose whether to repeat task based on days or weeks:",
	"FrequencyInputAccessibilityTextDaysSingular" : "Your task will repeat daily. Choose whether to repeat task based on days or weeks:",
	"FrequencyInputAccessibilityTextWeeksPlural" : "Your task will repeat every @MYCHART@Interval@ weeks. Choose whether to repeat task based on days or weeks:",
	"FrequencyInputAccessibilityTextWeeksSingular" : "Your task will repeat weekly. Choose whether to repeat task based on days or weeks:",
	"FrequencyWeekLabel" : "Week",
	"FrequencyWeeksLabel" : "Weeks",
	"InputTimeInPast" : "This can\u0027t be in the past",
	"IntervalInputAccessibilityTextDaysPlural" : "Your task will repeat every @MYCHART@Interval@ days. Choose number of days:",
	"IntervalInputAccessibilityTextDaysSingular" : "Your task will repeat daily. Choose number of days:",
	"IntervalInputAccessibilityTextWeeksPlural" : "Your task will repeat every @MYCHART@Interval@ weeks. Choose number of weeks:",
	"IntervalInputAccessibilityTextWeeksSingular" : "Your task will repeat weekly. Choose number of weeks:",
	"MessageSuccessCreated" : "Task successfully created!",
	"MessageSuccessSaved" : "Task successfully saved!",
	"NameDescriptionHeading" : "Task details",
	"NameLabel" : "Name",
	"RepeatLabel" : "Repeat?",
	"RepeatTimesLabel" : "Repeat every",
	"SubmitButtonLabel" : "Submit",
	"TimeLabel" : "Time",
	"Title" : "Task editor",
	"ToastMessageFailure" : "There was a problem while trying to submit your task.",
	"WhenHeading" : "When?",
});
$$WP.Strings.getNamespace("companion.todo.tasks").addStrings( {
	"AnswerQuestionnaireButtonLabel" : "Answer a questionnaire",
	"AppointmentTaskIconAxText" : "Appointment task",
	"CompleteButtonAxText" : "Complete task @MYCHART@TaskName@",
	"CompleteButtonLabel" : "Complete",
	"CompletedTaskAxText" : "Completed task",
	"CreateTaskButtonLabel" : "Create a task",
	"CreateTaskHint" : "Create your own tasks by clicking the More button above.",
	"CreateTaskStartCarePlanHint" : "Create your own tasks or start a care plan by clicking the More button above.",
	"DismissBanner" : "Dismiss",
	"EducationQuestionSubject" : "Question regarding \"@MYCHART@TaskName@\"",
	"EducationTaskIconAxText" : "Education task",
	"FlowsheetTaskIconAxText" : "Health-tracking task",
	"FutureTasksTitle" : "Future Tasks",
	"GeneralTaskIconAxText" : "Task",
	"GoToContentButtonAxText" : "Go to content for task @MYCHART@TaskName@",
	"GoToContentButtonLabel" : "Go",
	"HideAllButtonAxText" : "Hide all task content",
	"HideAllButtonLabel" : "Hide all",
	"HideFinishedTasksHint" : "To hide your finished tasks, open the More menu above and turn off \"Show finished tasks\"",
	"IncompleteAppointmentTaskAxText" : "Incomplete appointment task",
	"IncompleteEducationTaskAxText" : "Incomplete education task",
	"IncompleteFlowsheetTaskAxText" : "Incomplete health-tracking task",
	"IncompleteGeneralTaskAxText" : "Incomplete task",
	"IncompleteMedicationTaskAxText" : "Incomplete medication task",
	"IncompleteQuestionnaireTaskAxText" : "Incomplete questionnaire task",
	"InProgressStatusBadgeLabel" : "In progress",
	"LoadTasksError" : "There was a problem loading your tasks.",
	"ManagePatientCreatedTask" : "Manage created tasks",
	"ManagePatientCreatedTasksTitle" : "Created Tasks",
	"MarkedHasQuestions" : "Marked \"I have questions\"",
	"MarkedUnderstands" : "Marked \"I understand\"",
	"MedAnticoagInstructions" : "Take as directed by the anticoagulation clinic. Original instructions: @MYCHART@Instructions@",
	"MedBrokenDisplayName" : "This medication task is not configured correctly",
	"MedBrokenInstructions" : "Contact your care team to remove or fix this task",
	"MedBucketAllTaken" : "All medications taken",
	"MedBucketMarkRemainingTakenButtonLabel" : "Mark (@MYCHART@NumRemaining@) taken",
	"MedBucketNoneTaken" : "No medications taken",
	"MedBucketNotTakenRemaining" : "@MYCHART@NumNotTaken@ not taken, @MYCHART@NumRemaining@ remaining",
	"MedBucketRemaining" : "@MYCHART@NumRemaining@ remaining",
	"MedBucketTaken" : "@MYCHART@NumTaken@ taken",
	"MedBucketTakenNotTaken" : "@MYCHART@NumTaken@ taken, @MYCHART@NumNotTaken@ not taken",
	"MedBucketTakenNotTakenRemaining" : "@MYCHART@NumTaken@ taken, @MYCHART@NumNotTaken@ not taken, @MYCHART@NumRemaining@ remaining",
	"MedBucketTakenRemaining" : "@MYCHART@NumTaken@ taken, @MYCHART@NumRemaining@ remaining",
	"MedBucketTitle" : "Take medications",
	"MedBucketWarning" : "You might be taking other medications that do not have reminders. Talk to your provider if you are not sure which medications to take.",
	"MedCommonNameDescription" : "Commonly known as: @MYCHART@CommonName@",
	"MedGenericNameDescription" : "Generic name: @MYCHART@GenericName@",
	"MedGroupAnticoagInstructions" : "Take as directed by the anticoagulation clinic",
	"MedGroupDifferentFrequenciesTitle" : "Did you take your @MYCHART@MedName@ today?",
	"MedGroupInstructions" : "Take as directed",
	"MedicationGroupingBannerDetailText" : "Some medication reminders are displayed without specific instructions because you have multiple prescriptions for the same medication.",
	"MedicationGroupingBannerDetailTextProxy" : "Some of @MYCHART@PATIENT@\u0027s medication reminders are displayed without specific instructions because @MYCHART@PATIENT@ has multiple prescriptions for the same medication.",
	"MedicationGroupingBannerHeaderText" : "Medication reminders are displayed without specific instructions.",
	"MedicationRemindersPausedBannerDetailTextRecentProcedure" : "Your medication reminders have been paused because of a recent procedure, @MYCHART@MedicationRemindersPauseEventName@. Talk to your provider about what medications you should take during this time.",
	"MedicationRemindersPausedBannerDetailTextRecentProcedureProxy" : "@MYCHART@PATIENT@\u0027s medication reminders have been paused because of a recent procedure, @MYCHART@MedicationRemindersPauseEventName@. Talk to @MYCHART@PATIENT@\u0027s provider about what medications @MYCHART@PATIENT@ should take during this time.",
	"MedicationRemindersPausedBannerDetailTextUpcomingProcedure" : "Your medication reminders have been paused because of an upcoming procedure, @MYCHART@MedicationRemindersPauseEventName@. Talk to your provider about what medications you should take during this time.",
	"MedicationRemindersPausedBannerDetailTextUpcomingProcedureProxy" : "@MYCHART@PATIENT@\u0027s medication reminders have been paused because of an upcoming procedure, @MYCHART@MedicationRemindersPauseEventName@. Talk to @MYCHART@PATIENT@\u0027s provider about what medications @MYCHART@PATIENT@ should take during this time.",
	"MedicationRemindersPausedBannerHeaderText" : "Medication reminders paused",
	"MedicationTaskIconAxText" : "Medication task",
	"MoreButtonLabel" : "More",
	"NavigationTabAxText" : "Tasks, @MYCHART@NumIncomplete@ incomplete",
	"NoPersistentQuestionnairesMessage" : "No questionnaires available at this time.",
	"NotActionableReasonBadConfiguration" : "Task is improperly configured",
	"NotActionableReasonCompleteFromDevice" : "Task can only be completed from a connected device",
	"NotActionableReasonNoFurtherActions" : "Task has no further actions",
	"NotActionableReasonOutsideActionableWindow" : "Task can\u0027t be completed yet",
	"NotActionableReasonPastActionableWindow" : "Task can no longer be completed",
	"NotActionableReasonViewOnly" : "Task is view-only",
	"NoTasksMessage" : "No tasks to view at this time.",
	"OpenContentButtonAxText" : "Open content for task @MYCHART@TaskName@",
	"OpenContentButtonLabel" : "Open",
	"OpenLinkError" : "There was a problem opening the link",
	"OverdueTasksTitle" : "Past Tasks (@MYCHART@NumIncomplete@)",
	"OverdueTasksTitleAxText" : "Past Tasks, @MYCHART@NumIncomplete@ incomplete",
	"PatientAdmittedBannerDetailText" : "While you are in the hospital or ER, your care team will be helping you with your daily care reminders. Ask your care team if you have questions.",
	"PatientAdmittedBannerHeaderText" : "Changes to your tasks",
	"PatientInEDBannerDetailText" : "Your tasks may not apply in the ER. Ask your care team if you should complete your tasks.",
	"PatientInEDBannerHeaderText" : "Tasks may not apply",
	"PersistentQuestionnairesPopupTitle" : "Select a questionnaire",
	"QuestionnaireTaskIconAxText" : "Questionnaire task",
	"RecordSymptomButtonLabel" : "Record a symptom",
	"ReloadButtonLabel" : "Reload",
	"ShowAllButtonAxText" : "Show all task content",
	"ShowAllButtonLabel" : "Show all",
	"ShowFinishedTasksToggleLabel" : "Show finished tasks",
	"SkipButtonAxText" : "Skip task @MYCHART@TaskName@",
	"SkipButtonLabel" : "Skip",
	"SkippedTaskAxText" : "Skipped task",
	"StartCarePlanHint" : "Start a care plan by clicking the More button above.",
	"TaskCompletedToastMessage" : "Task completed",
	"TasksFinishedAllCompleted" : "You\u0027re done for the day!",
	"TasksFinishedSomeSkipped" : "Thanks! No more tasks for today.",
	"TaskSkippedToastMessage" : "Task skipped",
	"TasksLoadingText" : "Loading tasks...",
	"TaskTimeAxText" : "Due time @MYCHART@DueTime@",
	"TaskUndoneToastMessage" : "Task undone",
	"Title" : "Tasks",
	"TodaysTasksTitle" : "Today\u0027s Tasks",
	"UndoButtonAxText" : "Undo task @MYCHART@TaskName@",
	"UndoButtonLabel" : "Undo",
	"UpdateTasksErrorPlural" : "There was a problem updating your tasks",
	"UpdateTasksErrorSingular" : "There was a problem updating your task",
	"ViewCarePlans" : "View care plans",
	"ViewFutureTasksButtonLabel" : "View future tasks",
	"ViewOverdueTasksButtonAxText" : "View past tasks, @MYCHART@NumIncomplete@ incomplete",
	"ViewOverdueTasksButtonLabel" : "View past tasks (@MYCHART@NumIncomplete@)",
	"ViewTodaysTasksButtonLabel" : "View today\u0027s tasks",
});
$$WP.Strings.getNamespace("companion.todo.tasks.doctype").addStrings( {
	"Appointment" : "Appointments",
	"AppointmentTasks" : "Appointment tasks",
	"Education" : "Education",
	"EducationTasks" : "Education tasks",
	"Flowsheet" : "Health Tracking",
	"FlowsheetSentenceCase" : "Health tracking",
	"FlowsheetTasks" : "Health-tracking tasks",
	"General" : "General",
	"GeneralTasks" : "General tasks",
	"Medication" : "Medications",
	"MedicationTasks" : "Medication tasks",
	"Questionnaire" : "Questionnaires",
	"QuestionnaireTasks" : "Questionnaire tasks",
	"Title" : "Task Documentation Type",
});
$$WP.Strings.getNamespace("continuingcare").addStrings( {
	"AboutAbuseFlag" : "About this flag",
	"AboutThisMetric" : "About this metric",
	"AboutThisMetricCompact" : "About",
	"AbuseFlag" : "This nursing home has been flagged for resident harm.",
	"AbuseFlagDescription" : "An abuse flag means CMS flagged the facility for potential resident harm in the past year. Resident harm might include neglect, confinement, or harm including verbal, sexual, physical, or mental abuse.",
	"AbuseFlagTitle" : "Abuse Citation",
	"AdditionalDataTitle" : "Additional Information",
	"AdditionalInformationHeader" : "Additional information",
	"AddressAndDistanceMetric" : "@MYCHART@PREFERENCEADDRESS@ (@MYCHART@DISTANCE@ km)",
	"AddressAndDistanceStandard" : "@MYCHART@PREFERENCEADDRESS@ (@MYCHART@DISTANCE@ mi)",
	"Back" : "Back",
	"Cancel" : "Cancel",
	"CancelReviewButton" : "Continue without saving",
	"CityStateSeparated" : "@MYCHART@CITY@, @MYCHART@STATE@",
	"Close" : "Close",
	"Comparison" : "",
	"Comparison_1" : "Worse than average",
	"Comparison_2" : "Average",
	"Comparison_3" : "Better than average",
	"DetailsLabel" : "Details",
	"DocumentSigningInstruction" : "Sign and tap Accept to allow your care team to start communicating about your care with the providers you chose. Tap Cancel to go back and edit your choices.",
	"Error" : "Error",
	"ESignTitle" : "Sign Your Preferences",
	"FacilityCheckAccessibleDistanceMetricLabel" : "@MYCHART@PREFERENCENAME@. @MYCHART@PREFERENCEADDRESS@. @MYCHART@DISTANCE@ kilometers.",
	"FacilityCheckAccessibleDistanceStandardLabel" : "@MYCHART@PREFERENCENAME@. @MYCHART@PREFERENCEADDRESS@. @MYCHART@DISTANCE@ miles.",
	"FacilityCheckAccessibleLabel" : "@MYCHART@PREFERENCENAME@. @MYCHART@PREFERENCEADDRESS@.",
	"FacitlityDetailsTitle" : "Service Provider Details",
	"FilingOrderHeader" : "Coverage",
	"FinancialInterest" : "@MYCHART@FINANCIALINTERESTFACILITY@ has a financial interest in this provider.",
	"FinancialInterestFallback" : "The hospital or health system has a financial interest in this provider.",
	"FractionAccessibleText" : "@MYCHART@NUMFRACTIONS@ out of 5",
	"FromDistanceMetric" : "",
	"FromDistanceMetric_Generic" : "@MYCHART@DISTANCE@ km from @MYCHART@LOCATION@",
	"FromDistanceMetric_LoginOrg" : "@MYCHART@DISTANCE@ km from @MYCHART@FACILITYNAME@ in @MYCHART@LOCATION@",
	"FromDistanceMetric_SubjectsHome" : "@MYCHART@DISTANCE@ km from @MYCHART@SUBJECTNAME@\u0027s home in @MYCHART@LOCATION@",
	"FromDistanceMetric_SubjectsTemp" : "@MYCHART@DISTANCE@ km from @MYCHART@SUBJECTNAME@\u0027s temporary address in @MYCHART@LOCATION@",
	"FromDistanceMetric_SubjectsWork" : "@MYCHART@DISTANCE@ km from @MYCHART@SUBJECTNAME@\u0027s workplace in @MYCHART@LOCATION@",
	"FromDistanceMetric_YourHome" : "@MYCHART@DISTANCE@ km from your home in @MYCHART@LOCATION@",
	"FromDistanceMetric_YourTemp" : "@MYCHART@DISTANCE@ km from your temporary address in @MYCHART@LOCATION@",
	"FromDistanceMetric_YourWork" : "@MYCHART@DISTANCE@ km from your workplace in @MYCHART@LOCATION@",
	"FromDistanceMetric_Zip" : "@MYCHART@DISTANCE@ km from ZIP code @MYCHART@ZIPLOCATION@",
	"FromDistanceStandard" : "",
	"FromDistanceStandard_Generic" : "@MYCHART@DISTANCE@ mi from @MYCHART@LOCATION@",
	"FromDistanceStandard_LoginOrg" : "@MYCHART@DISTANCE@ mi from @MYCHART@FACILITYNAME@ in @MYCHART@LOCATION@",
	"FromDistanceStandard_SubjectsHome" : "@MYCHART@DISTANCE@ mi from @MYCHART@SUBJECTNAME@\u0027s home in @MYCHART@LOCATION@",
	"FromDistanceStandard_SubjectsTemp" : "@MYCHART@DISTANCE@ mi from @MYCHART@SUBJECTNAME@\u0027s temporary address in @MYCHART@LOCATION@",
	"FromDistanceStandard_SubjectsWork" : "@MYCHART@DISTANCE@ mi from @MYCHART@SUBJECTNAME@\u0027s workplace in @MYCHART@LOCATION@",
	"FromDistanceStandard_YourHome" : "@MYCHART@DISTANCE@ mi from your home in @MYCHART@LOCATION@",
	"FromDistanceStandard_YourTemp" : "@MYCHART@DISTANCE@ mi from your temporary address in @MYCHART@LOCATION@",
	"FromDistanceStandard_YourWork" : "@MYCHART@DISTANCE@ mi from your workplace in @MYCHART@LOCATION@",
	"FromDistanceStandard_Zip" : "@MYCHART@DISTANCE@ mi from ZIP code @MYCHART@ZIPLOCATION@",
	"GoBackButton" : "Stay on this page",
	"GoToWebsiteLabel" : "Go to website",
	"IndividualListTitle" : "@MYCHART@SERVICE@ Preferences",
	"ListCompletedTitle" : "Completed lists",
	"ListDataCompletedMessage" : "Available lists have already been submitted for this encounter.",
	"ListDescription" : "This is a list of providers offering @MYCHART@SERVICE@.",
	"ListDescription_FreeText" : "This is a list of providers offering @MYCHART@SERVICE@ near \"@MYCHART@FREETEXTLOCATION@\".",
	"ListDescription_Generic" : "This is a list of providers offering @MYCHART@SERVICE@ near @MYCHART@LOCATION@.",
	"ListDescription_LoginOrg" : "This is a list of providers offering @MYCHART@SERVICE@ near @MYCHART@FACILITYNAME@ in @MYCHART@LOCATION@.",
	"ListDescription_State" : "This is a list of providers offering @MYCHART@SERVICE@ in @MYCHART@STATELOCATION@.",
	"ListDescription_SubjectsHome" : "This is a list of providers offering @MYCHART@SERVICE@ near @MYCHART@SUBJECTNAME@\u0027s home in @MYCHART@LOCATION@.",
	"ListDescription_SubjectsTemp" : "This is a list of providers offering @MYCHART@SERVICE@ near @MYCHART@SUBJECTNAME@\u0027s temporary address in @MYCHART@LOCATION@.",
	"ListDescription_SubjectsWork" : "This is a list of providers offering @MYCHART@SERVICE@ near @MYCHART@SUBJECTNAME@\u0027s workplace in @MYCHART@LOCATION@.",
	"ListDescription_YourHome" : "This is a list of providers offering @MYCHART@SERVICE@ near your home in @MYCHART@LOCATION@.",
	"ListDescription_YourTemp" : "This is a list of providers offering @MYCHART@SERVICE@ near your temporary address in @MYCHART@LOCATION@.",
	"ListDescription_YourWork" : "This is a list of providers offering @MYCHART@SERVICE@ near your workplace in @MYCHART@LOCATION@.",
	"ListDescription_Zip" : "This is a list of providers offering @MYCHART@SERVICE@ near ZIP code @MYCHART@ZIPLOCATION@.",
	"ListEmptyNotAdmitted" : "Continuing care options for this hospital stay are no longer available.",
	"ListFilteredByInsurance" : "This list only includes providers that accept your primary insurance.",
	"ListFromDistanceMetric" : "",
	"ListFromDistanceMetric_Generic" : "Within @MYCHART@DISTANCE@ km from @MYCHART@LOCATION@",
	"ListFromDistanceMetric_LoginOrg" : "Within @MYCHART@DISTANCE@ km from @MYCHART@FACILITYNAME@ in @MYCHART@LOCATION@",
	"ListFromDistanceMetric_SubjectsHome" : "Within @MYCHART@DISTANCE@ km from @MYCHART@SUBJECTNAME@\u0027s home in @MYCHART@LOCATION@",
	"ListFromDistanceMetric_SubjectsTemp" : "Within @MYCHART@DISTANCE@ km from @MYCHART@SUBJECTNAME@\u0027s temporary address in @MYCHART@LOCATION@",
	"ListFromDistanceMetric_SubjectsWork" : "Within @MYCHART@DISTANCE@ km from @MYCHART@SUBJECTNAME@\u0027s workplace in @MYCHART@LOCATION@",
	"ListFromDistanceMetric_YourHome" : "Within @MYCHART@DISTANCE@ km from your home in @MYCHART@LOCATION@",
	"ListFromDistanceMetric_YourTemp" : "Within @MYCHART@DISTANCE@ km from your temporary address in @MYCHART@LOCATION@",
	"ListFromDistanceMetric_YourWork" : "Within @MYCHART@DISTANCE@ km from your workplace in @MYCHART@LOCATION@",
	"ListFromDistanceMetric_Zip" : "Within @MYCHART@DISTANCE@ km from ZIP code @MYCHART@ZIPLOCATION@",
	"ListFromDistanceStandard" : "",
	"ListFromDistanceStandard_Generic" : "Within @MYCHART@DISTANCE@ mi from @MYCHART@LOCATION@",
	"ListFromDistanceStandard_LoginOrg" : "Within @MYCHART@DISTANCE@ mi from @MYCHART@FACILITYNAME@ in @MYCHART@LOCATION@",
	"ListFromDistanceStandard_SubjectsHome" : "Within @MYCHART@DISTANCE@ mi from @MYCHART@SUBJECTNAME@\u0027s home in @MYCHART@LOCATION@",
	"ListFromDistanceStandard_SubjectsTemp" : "Within @MYCHART@DISTANCE@ mi from @MYCHART@SUBJECTNAME@\u0027s temporary address in @MYCHART@LOCATION@",
	"ListFromDistanceStandard_SubjectsWork" : "Within @MYCHART@DISTANCE@ mi from @MYCHART@SUBJECTNAME@\u0027s workplace in @MYCHART@LOCATION@",
	"ListFromDistanceStandard_YourHome" : "Within @MYCHART@DISTANCE@ mi from your home in @MYCHART@LOCATION@",
	"ListFromDistanceStandard_YourTemp" : "Within @MYCHART@DISTANCE@ mi from your temporary address in @MYCHART@LOCATION@",
	"ListFromDistanceStandard_YourWork" : "Within @MYCHART@DISTANCE@ mi from your workplace in @MYCHART@LOCATION@",
	"ListFromDistanceStandard_Zip" : "Within @MYCHART@DISTANCE@ mi from ZIP code @MYCHART@ZIPLOCATION@",
	"ListInstructions" : "Explore the options and select your top 3 choices.",
	"ListInstructionsCompletedNoPreferences" : "No preferences were indicated on this form.",
	"ListInstructionsCompletedPreferences" : "The selected items below were submitted as preferred facilities.",
	"ListInstructionsProxy" : "Explore the options and select @MYCHART@SUBJECTNAME@\u0027s top 3 choices.",
	"ListLinkAccessibleLabel" : "Choose preferences for @MYCHART@SERVICE@. @MYCHART@SEARCHSTRING@.",
	"ListNoDataMessage" : "No lists to review for this hospital stay.",
	"ListPreText" : "These are lists of providers offering care after your hospital stay. Explore these options and select your preferred providers.",
	"ListPreTextGuest" : "It is recommended you reach out to @MYCHART@SUBJECTNAME@ before submitting a form.",
	"ListPreTextProxy" : "These are lists of providers offering care after @MYCHART@SUBJECTNAME@\u0027s hospital stay. Explore these options and select @MYCHART@SUBJECTNAME@\u0027s preferred providers.",
	"MetricDisclaimer" : "",
	"MetricDisclaimer_201" : "CMS rates nursing homes using a five-star system. These are different from the stars you might see while shopping online or reading reviews. The average agency gets three stars.",
	"MetricDisclaimer_301" : "CMS rates home health agencies using a five-star system. These are different from the stars you might see while shopping online or reading reviews. The average agency gets three stars.",
	"MetricDisclaimer_302" : "CMS rates home health agencies using a five-star system. These are different from the stars you might see while shopping online or reading reviews. The average agency gets three stars.",
	"MetricGenericMoreInfo" : "You can visit @MYCHART@METRICMOREINFOSITE@ for more information.",
	"MetricLabel" : "",
	"MetricLabel_202" : "Inspection:",
	"MetricLabel_203" : "Staffing:",
	"MetricLabel_204" : "Care quality:",
	"MetricLabel_301" : "Care quality:",
	"MetricLabel_302" : "Patient survey:",
	"MetricLabel_601" : "successful return home",
	"MetricLabel_602" : "Pressure injuries:",
	"MetricLabel_604" : "Infections:",
	"MetricLabel_701" : "successful return home",
	"MetricLabel_702" : "Pressure injuries:",
	"MetricLabel_704" : "Infections:",
	"MetricName" : "",
	"MetricName_201" : "Overall star rating",
	"MetricName_202" : "Health inspections",
	"MetricName_203" : "Staffing",
	"MetricName_204" : "Care quality",
	"MetricName_301" : "Care quality",
	"MetricName_302" : "Patient survey",
	"MetricName_601" : "Rate of successful return to home or community",
	"MetricName_602" : "Pressure injuries",
	"MetricName_604" : "Infections",
	"MetricName_701" : "Rate of successful return to home or community",
	"MetricName_702" : "Pressure injuries",
	"MetricName_704" : "Infections",
	"MetricNationalAverage" : "",
	"MetricNationalAverage_601" : "The national average is @MYCHART@NATIONALPERCENT@% successful return home.",
	"MetricNationalAverage_602" : "The national average is @MYCHART@NATIONALPERCENT@%.",
	"MetricNationalAverage_701" : "The national average is @MYCHART@NATIONALPERCENT@% successful return home.",
	"MetricNationalAverage_702" : "The national average is @MYCHART@NATIONALPERCENT@%.",
	"MetricNationalAverageSummary" : "",
	"MetricNationalAverageSummary_601" : "In other words, on average @MYCHART@NATIONALNUMERATOR@ out of @MYCHART@NATIONALDENOMINATOR@ patients successfully return home after they leave the facility. Some facilities have better or worse rates.",
	"MetricNationalAverageSummary_602" : "In other words, on average @MYCHART@NATIONALNUMERATOR@ out of @MYCHART@NATIONALDENOMINATOR@ patients at these facilities will develop a new pressure injury or have an existing one get worse.",
	"MetricNationalAverageSummary_701" : "In other words, on average @MYCHART@NATIONALNUMERATOR@ out of @MYCHART@NATIONALDENOMINATOR@ patients successfully return home after they leave the facility. Some facilities have better or worse rates.",
	"MetricNationalAverageSummary_702" : "In other words, on average @MYCHART@NATIONALNUMERATOR@ out of @MYCHART@NATIONALDENOMINATOR@ patients at these facilities will develop a new pressure injury or have an existing one get worse.",
	"MetricPublishInfo" : "Quality data is provided by the Centers for Medicare and Medicaid Services (CMS). This data was published on @MYCHART@METRICPUBLISHDATE@. You can visit @MYCHART@METRICPUBLISHSITE@ for more information.",
	"MetricPublishInfoWithoutDate" : "Quality data is provided by the Centers for Medicare and Medicaid Services (CMS). You can visit @MYCHART@METRICPUBLISHSITEWITHOUTDATE@ for more information.",
	"MetricSummary" : "",
	"MetricSummary_201" : "The nursing home\u0027s overall star rating is based on four scores.",
	"MetricSummary_202" : "Facilities must meet government standards for health and fire safety, and emergency preparedness. This includes sanitation and abuse prevention.",
	"MetricSummary_203" : "A higher score means a facility has more staff time per patient, as well as a higher ratio of nurses to aides.",
	"MetricSummary_204" : "CMS uses several benchmarks to determine the overall quality of patient care, mostly focused on making sure patients don\u0027t need to return to the hospital.",
	"MetricSummary_301" : "CMS uses eight scores to determine the overall quality of patient care, mostly focused on how much patients\u0027 health improved while receiving care.",
	"MetricSummary_302" : "The independently-conducted Home Health Care CAHPS Survey asks patients (or their family or friends) about their experiences with the agency.",
	"MetricSummary_601" : "This shows how many patients successfully go home (or to another place of residence) after the inpatient rehabilitation facility. This means they did not go back to the hospital directly from the facility, and they lived at home for at least 31 days without going to the hospital unexpectedly or passing away.",
	"MetricSummary_602" : "Pressure injuries can develop when a patient spends a long time in bed.",
	"MetricSummary_604" : "This score focuses on preventable infections that can be caused by the facility: catheter-associated urinary tract infections (CAUTI), central line associated bloodstream infections (CLABSI), and Clostridium difficile infections (CDI).",
	"MetricSummary_701" : "This shows how many patients successfully go home (or to another place of residence) after the long-term care hospital. This means they did not go back to the hospital directly from the facility, and they lived at home for at least 31 days without going to the hospital unexpectedly or passing away.",
	"MetricSummary_702" : "Pressure injuries can develop when a patient spends a long time in bed.",
	"MetricSummary_704" : "This score focuses on preventable infections that can be caused by the facility: catheter-associated urinary tract infections (CAUTI), central line associated bloodstream infections (CLABSI), and Clostridium difficile infections (CDI).",
	"Next" : "Continue",
	"NoAcceptanceData" : "*Coverage acceptance information not available for this plan",
	"NoFacilitiesFound" : "No providers found",
	"NoLanguages" : "Language information not available",
	"NoOverallStarRating" : "Overall star rating not available",
	"NoPreferencesHeader" : "No Preferences",
	"NoPreferencesLabel" : "I don\u0027t have preferences",
	"NoPreferencesText" : "You have indicated that you do not have any preferred providers. Your care team will select a provider for you.",
	"NoPreferencesTextProxy" : "You have indicated that @MYCHART@SUBJECTNAME@ does not have any preferred providers. @MYCHART@SUBJECTNAME@\u0027s care team will select a provider.",
	"NoPrefInstructions" : "If you do not have any preferences and would like your care team to select a provider, click the \"I don\u0027t have preferences\" button at the bottom of the list.",
	"NoPrefInstructionsProxy" : "If @MYCHART@SUBJECTNAME@ does not have any preferences and would like their care team to select a provider, click the \"I don\u0027t have preferences\" button at the bottom of the list.",
	"NoReturnHomeRate" : "Successful return home rate not available",
	"NotAvailable" : "Not available",
	"PartnerExplanation" : "@MYCHART@PARTNERNAME@ - @MYCHART@PARTNERMESSAGE@",
	"PartnerFilterMessage" : "All facilities on this list are members of this partner group: @MYCHART@PARTNERFILTER@.",
	"PartnerTier" : " This facility is marked as @MYCHART@PARTNERNAME@ by the hospital or health system.",
	"PatientCoverageInstructions" : "These coverages were used to determine which providers will accept your insurance. It is your responsibility to verify this information with your insurance provider. If this information is not accurate please inform your care team.",
	"PatientSingleCoverageInstructions" : "@MYCHART@SINGLECOVERAGE@ was used to determine which providers will accept your insurance. It is your responsibility to verify this information with your insurance provider. If this is not your coverage, please inform your care team.",
	"PayerHeader" : "Payer",
	"PercentSuccessfulAccessibleText" : "@MYCHART@PERCENT@ percent successful return home",
	"PlanHeader" : "Plan",
	"PreferenceCommentsLabel" : "Any comments for your care team?",
	"PreferenceCommentsLabelProxy" : "Any comments for @MYCHART@SUBJECTNAME@\u0027s care team?",
	"ProxyDocumentSigningInstruction" : "Sign and tap Accept to allow @MYCHART@SUBJECTNAME@\u0027s care team to start communicating about @MYCHART@SUBJECTNAME@\u0027s care with the providers you chose. Tap Cancel to go back and edit your choices.",
	"ProxyESignTitle" : "Sign @MYCHART@SUBJECTNAME@\u0027s Preferences",
	"QualityDataTitle" : "Quality Information",
	"QualitySite" : "www.medicare.gov",
	"Remove" : "Remove",
	"ReviewListTitle" : "@MYCHART@SERVICE@ Preferences",
	"SearchLocation" : "",
	"SearchLocation_FreeText" : "Near \"@MYCHART@FREETEXTLOCATION@\"",
	"SearchLocation_Generic" : "Near @MYCHART@LOCATION@",
	"SearchLocation_LoginOrg" : "Near @MYCHART@FACILITYNAME@ in @MYCHART@LOCATION@",
	"SearchLocation_State" : "In @MYCHART@STATELOCATION@",
	"SearchLocation_SubjectsHome" : "Near @MYCHART@SUBJECTNAME@\u0027s home in @MYCHART@LOCATION@",
	"SearchLocation_SubjectsTemp" : "Near @MYCHART@SUBJECTNAME@\u0027s temporary address in @MYCHART@LOCATION@",
	"SearchLocation_SubjectsWork" : "Near @MYCHART@SUBJECTNAME@\u0027s workplace in @MYCHART@LOCATION@",
	"SearchLocation_YourHome" : "Near your home in @MYCHART@LOCATION@",
	"SearchLocation_YourTemp" : "Near your temporary address in @MYCHART@LOCATION@",
	"SearchLocation_YourWork" : "Near your workplace in @MYCHART@LOCATION@",
	"SearchLocation_Zip" : "Near ZIP code @MYCHART@ZIPLOCATION@",
	"SecondaryServicesMessage" : "These providers also offer: @MYCHART@SECONDARYSERVICES@.",
	"SeeMoreDetailsLabel" : "See more details",
	"SelectedPreferencesHeader" : "You have @MYCHART@NUMPREFERENCES@ @MYCHART@SERVICE@ options selected as your preferred providers",
	"SelectedPreferencesHeaderProxy" : "You have @MYCHART@NUMPREFERENCES@ @MYCHART@SERVICE@ options selected as @MYCHART@SUBJECTNAME@\u0027s preferred providers",
	"SelectionsNotGuaranteed" : "Review the preferences you have selected before submitting to your care team. Selecting preferences does not guarantee the availability of a specific provider.",
	"SelectionsNotGuaranteedProxy" : "Review @MYCHART@SUBJECTNAME@\u0027s preferences before submitting to @MYCHART@SUBJECTNAME@\u0027s care team. Selecting preferences does not guarantee the availability of a specific provider.",
	"SelectPreferences" : "Select preferences",
	"SingleSelectedPreferenceHeader" : "You have @MYCHART@NUMPREFERENCES@ @MYCHART@SERVICE@ option selected as your preferred provider",
	"SingleSelectedPreferenceHeaderProxy" : "You have @MYCHART@NUMPREFERENCES@ @MYCHART@SERVICE@ option selected as @MYCHART@SUBJECTNAME@\u0027s preferred provider",
	"StarAccessibleText" : "@MYCHART@NUMSTARS@ out of 5 stars",
	"StarComparison" : "",
	"StarComparison_1" : "Much worse than average",
	"StarComparison_2" : "Worse than average",
	"StarComparison_3" : "Average",
	"StarComparison_4" : "Better than average",
	"StarComparison_5" : "Much better than average",
	"StarComparisonAccessibleText" : "",
	"StarComparisonAccessibleText_1" : "1 out of 5 stars, which is much worse than average",
	"StarComparisonAccessibleText_2" : "2 out of 5 stars, which is worse than average",
	"StarComparisonAccessibleText_3" : "3 out of 5 stars, which is average",
	"StarComparisonAccessibleText_4" : "4 out of 5 stars, which is better than average",
	"StarComparisonAccessibleText_5" : "5 out of 5 stars, which is much better than average",
	"Submit" : "Submit preferences",
	"SubmitNoPref" : "Submit",
	"SubmittedAndSignedByLabel" : "Submitted and electronically signed by @MYCHART@SUBMITTER@ on @MYCHART@COMPLETIONDATE@.",
	"SubmittedByLabel" : "Submitted by @MYCHART@SUBMITTER@ on @MYCHART@COMPLETIONDATE@.",
	"SubmittedCommentsLabel" : "Comments:",
	"SubmittedErrorText" : "There was an error submitting your preferences.",
	"SubmittedErrorTextProxy" : "There was an error submitting @MYCHART@SUBJECTNAME@\u0027s preferences.",
	"SubmittedSuccessText" : "Your preferences have been submitted. Your care team will be in contact with you and can provide a permanent copy of this list.",
	"SubmittedSuccessTextProxy" : "@MYCHART@SUBJECTNAME@\u0027s preferences have been submitted. @MYCHART@SUBJECTNAME@\u0027s care team will be in contact with you and can provide a permanent copy of this list.",
	"Success" : "Success!",
	"Title" : "Options for Continuing Care",
	"ViewCompletedList" : "View completed list",
	"WarningHeader" : "Unsaved preferences",
	"WarningText" : "Would you like to continue without saving your preferences?",
	"WarningTextProxy" : "Would you like to continue without saving @MYCHART@SUBJECTNAME@\u0027s preferences?",
});
$$WP.Strings.getNamespace("conversations.common").addStrings( {
	"AllLoaded" : "There are no more conversations to show.",
	"AllSearched" : "There are no more conversations to search.",
	"AttachmentListDescription" : "@MYCHART@SubjectTitle@ attachments",
	"AudioAttachmentLabel" : "@MYCHART@AttachmentName@, audio attachment",
	"ClearFilter" : "View all conversations",
	"ContextItemDescriptionWithDetails" : "@MYCHART@ContextItemLabel@. @MYCHART@ContextItemDetailList@",
	"DeleteConversationToast" : "Deleted",
	"DiscardFailedToast" : "Discard failed",
	"DocumentAttachmentLabel" : "@MYCHART@AttachmentName@, document attachment",
	"DraftDiscardedToast" : "Draft discarded",
	"DraftSavedToast" : "Draft saved",
	"FiniteRangeDescription" : "Showing @MYCHART@NumConversationsShown@ of @MYCHART@TotalConversations@",
	"FuzzyRangeDescription" : "Showing @MYCHART@NumConversationsShown@ of many",
	"ImageAttachmentLabel" : "@MYCHART@AttachmentName@, image attachment",
	"LoadingMoreResultsFor" : "Loading more results for \"@MYCHART@SearchQuery@\"",
	"LoadingResultsFor" : "Loading results for \"@MYCHART@SearchQuery@\"",
	"LoadMore" : "Load more conversations",
	"NameForSelf" : "You",
	"NoConversationsInFolder" : "There are no conversations in this folder.",
	"NoConversationsInSearch" : "There are no conversations matching your search.",
	"PDFAttachmentLabel" : "@MYCHART@AttachmentName@, PDF attachment",
	"RemoveTrashMessageToast" : "Restored from trash",
	"ResearchFilterMultiple" : "Showing @MYCHART@NumConversationsShown@ results for @MYCHART@ResearchStudyFilterName@",
	"ResearchFilterSingle" : "Showing 1 result for @MYCHART@ResearchStudyFilterName@",
	"ResearchFilterWithSearchMultiple" : "Showing @MYCHART@NumConversationsShown@ results for @MYCHART@ResearchStudyFilterName@ containing \"@MYCHART@SearchQuery@\"",
	"ResearchFilterWithSearchNone" : "No results for @MYCHART@ResearchStudyFilterName@ containing \"@MYCHART@SearchQuery@\"",
	"ResearchFilterWithSearchSingle" : "Showing 1 result for @MYCHART@ResearchStudyFilterName@ containing \"@MYCHART@SearchQuery@\"",
	"SearchMore" : "Search more conversations",
	"SearchThroughDate" : "Searched through @MYCHART@SearchedDate@, but no matches yet...",
	"SendMessageToast" : "Message sent",
	"ShowingMultipleResultsFor" : "Showing @MYCHART@ResultsCount@ results for \"@MYCHART@SearchQuery@\"",
	"ShowingNoResultsFor" : "No results for \"@MYCHART@SearchQuery@\"",
	"ShowingOneResultFor" : "Showing 1 result for \"@MYCHART@SearchQuery@\"",
	"SomeSearchMatches" : "Searched all conversations newer than @MYCHART@SomeMatchesEndingDate@.",
	"TestResultFilterMultiple" : "Showing @MYCHART@NumConversationsShown@ results for @MYCHART@TestResultFilterName@ from @MYCHART@TestResultFilterDate@",
	"TestResultFilterSingle" : "Showing 1 result for @MYCHART@TestResultFilterName@ from @MYCHART@TestResultFilterDate@",
	"TestResultFilterWithSearchMultiple" : "Showing @MYCHART@NumConversationsShown@ results for @MYCHART@TestResultFilterName@ from @MYCHART@TestResultFilterDate@ containing \"@MYCHART@SearchQuery@\"",
	"TestResultFilterWithSearchNone" : "No results for @MYCHART@TestResultFilterName@ from @MYCHART@TestResultFilterDate@ containing \"@MYCHART@SearchQuery@\"",
	"TestResultFilterWithSearchSingle" : "Showing 1 result for @MYCHART@TestResultFilterName@ from @MYCHART@TestResultFilterDate@ containing \"@MYCHART@SearchQuery@\"",
	"Title" : "Message Center",
	"ToastDiscardDraftCommandLabel" : "Discard draft",
	"ToastUndoCommandLabel" : "Undo",
	"TrashMessageToast" : "Moved to trash",
	"VideoAttachmentLabel" : "@MYCHART@AttachmentName@, video attachment",
});
$$WP.Strings.getNamespace("conversations.compose").addStrings( {
	"AdditionalViewers" : "Additional recipients (@MYCHART@ViewerCount@)",
	"AllOtherViewers" : "All others with access to @MYCHART@PATIENT@",
	"AttachAxText" : "Add an attachment",
	"AttachText" : "Attach",
	"BackButtonAxText" : "Back to previous step",
	"BedsideTopicSubtext" : "You have a non-urgent question for the hospital care team.",
	"BedsideTopicTitle" : "Talk to your hospital care team",
	"CharactersOverLimitDisplay" : "@MYCHART@CharactersOver@ characters over limit",
	"CharactersRemainingDisplay" : "@MYCHART@CharactersRemaining@ characters remaining",
	"CloseButtonAxText" : "Close @MYCHART@WindowTitleForClose@ window",
	"CloseMessageDraftInProgressMessage" : "Would you like to continue without sending the message? Your saved draft will be permanently deleted.",
	"CloseMessageInProgressMessage" : "Would you like to continue without sending the message? Your message will be permanently deleted.",
	"CloseMessageInProgressTitle" : "Message in progress",
	"CloseReplyComposerAxText" : "Close reply composer",
	"ComposeStepHeader" : "Compose message",
	"CustomerServiceTopicSubtext" : "You have a question for customer service about insurance or another concern.",
	"CustomerServiceTopicTitle" : "Ask a customer service question",
	"DefaultComposeWindowTitle" : "New message",
	"DefaultReadOnlyReasonText" : "This message cannot be sent. The options selected for this message are no longer available to you.",
	"DiscardAxText" : "Discard message",
	"DiscardButtonLabel" : "Discard message",
	"DiscardDraftButtonLabel" : "Discard draft",
	"DiscardText" : "Discard",
	"DisclaimerLinkText" : "Learn more",
	"DisclaimerText" : "Call @MYCHART@EMERGENCYPHONE@ if you have an emergency.",
	"DraftSavedAccessibleDescription" : "Success: Draft saved",
	"DraftSavedNotification" : "Draft saved",
	"DraftSavingFailedAccessibleDescription" : "Error: Failed to save draft",
	"DraftSavingFailedNotification" : "Failed to save draft",
	"DraftSavingNotSupportedAccessibleDescription" : "Warning: Saving drafts not yet available",
	"DraftSavingNotSupportedNotification" : "Saving drafts not yet available",
	"FullscreenAxText" : "Go to fullscreen view for @MYCHART@WindowTitleForFullscreen@ window",
	"GoBackButtonLabel" : "Go back",
	"LoadDraftErrorMessage" : "Something went wrong and we couldn\u0027t load your draft message. Try again later, or contact customer service if this continues to happen.",
	"LoadDraftErrorTitle" : "Oops!",
	"MaxAttachmentCount" : "@MYCHART@MaxNumAttach@ attachments allowed",
	"MaxAttachmentCountOne" : "1 attachment allowed",
	"MedicalAdviceTopicSubtext" : "You have a simple medical question that doesn\u0027t require an immediate response.",
	"MedicalAdviceTopicTitle" : "Ask a medical question",
	"MedicalAdviceWithBedsideTopicSubtext" : "You have a non-urgent medical question unrelated to the current hospital stay.",
	"MedicalAdviceWithBedsideTopicTitle" : "Ask a different medical question",
	"MessageBodyInputLabel" : "Enter your message...",
	"MinimizeButtonAxText" : "Minimize @MYCHART@WindowTitleForMinimize@ window",
	"NonFullscreenAxText" : "Return to non-fullscreen view for @MYCHART@WindowTitleForNonFullscreen@ window",
	"NoTopicsHeader" : "No topics available",
	"NoTopicsText" : "You do not have any available topics for messages at this time. Please try again later.",
	"OrganizationHeader" : "Where do you want to send this message?",
	"OutOfOfficeDisclaimer" : "Participants are out of office.",
	"OutOfOfficeDisclaimerDismissAxText" : "Dismiss out of office notification",
	"OutOfOfficeDisclaimerLinkText" : "See details",
	"OutOfOfficeDisclaimerWithContext" : "@MYCHART@ProviderName@: @MYCHART@OutOfOfficeContext@",
	"OverlayPromptAcknowledgeButtonText" : "OK",
	"PopupDisclaimerText" : "@MYCHART@APPTITLE@ messaging is intended only for non-urgent messages to your organization and should not be used in a medical emergency. Note that message response times may vary. If you need immediate attention, dial @MYCHART@EMERGENCYPHONE@ or seek medical help from the nearest hospital or emergency treatment center.",
	"PopupDisclaimerTitle" : "@MYCHART@APPTITLE@ Messaging use",
	"ProviderNameWithTransparencyText" : "Office of @MYCHART@ProvidersName@",
	"RecipientLabel" : "To",
	"ReplyComposerAxTitle" : "Reply composer",
	"ReplyingToSubjectTitle" : "Reply: @MYCHART@ReplySubject@",
	"ReplyStatusComposerClosedAxText" : "Reply composer closed",
	"ReplyStatusComposerOpenedAxText" : "Reply composer opened",
	"RestoreButtonAxText" : "Restore @MYCHART@WindowTitleForRestore@ window",
	"SendErrorMessage" : "We failed to send the message. Try again later, or contact customer service if this continues to happen.",
	"SendingAxText" : "Sending message",
	"SendLabel" : "Send",
	"SubjectInputLabel" : "Subject",
	"Title" : "Compose",
	"TopicHeader" : "What would you like to do?",
	"UnsupportedCharsPopupMessage" : "Some of the text you\u0027ve entered cannot be submitted. Unsupported characters have been removed from your text.",
	"UploadErrorMessage" : "We failed to upload the file. Try again later, or contact customer service if this continues to happen.",
	"UploadingAxText" : "Uploading file",
	"ViewersLabel" : "Include",
});
$$WP.Strings.getNamespace("conversations.details").addStrings( {
	"AccessibleLabelBookmark" : "This conversation is bookmarked.",
	"AccessibleLabelTrash" : "This conversation is trashed.",
	"AfterReplyMultipleMessagesLoaded" : "Loaded @MYCHART@NumberOfMessages@ new messages.",
	"AfterReplyOneMessagesLoaded" : "Loaded 1 new message.",
	"AllLoaded" : "All messages have been loaded.",
	"AppointmentTaskLabel" : "@MYCHART@TaskName@, appointment task",
	"AssistiveUnreadIndicatorPlural" : "@MYCHART@NumUnread@ new messages below.",
	"AssistiveUnreadIndicatorSingular" : "1 new message below.",
	"AssistiveUrgentIndicator" : "This message was detected as urgent.",
	"BlankMessage" : "This message has no content.",
	"BlankMessageWithAttachment" : "Sent an attachment.",
	"CannotReplyConversationAge" : "You cannot reply to this conversation. It is too old to be replied to.",
	"CannotReplyDefault" : "You cannot reply to this conversation.",
	"CannotReplyDischarged" : "You cannot reply to this conversation. Refer to your After Visit Summary for instructions.",
	"CannotReplyNotSupportedByLocalOrganization" : "Log in to your account at @MYCHART@OrganizationName@ to reply to this conversation.",
	"CannotReplyOnLoA" : "You cannot reply to this conversation. Call your hospital or @MYCHART@EMERGENCYPHONE@ if you have an emergency.",
	"CannotReplyReleaseIsCanceled" : "You cannot reply to this conversation. The release has been canceled.",
	"CannotReplyReleaseIsComplete" : "You cannot reply to this conversation. The release has been completed.",
	"CannotReplyReleaseIsFulfilled" : "You cannot reply to this conversation. The release has been fulfilled.",
	"CannotReplySystem" : "You cannot reply to a message generated by the system.",
	"CannotReplyTransferredFromExternalOrg" : "You cannot reply to this conversation.",
	"CannotReplyTransferredToUnit" : "You cannot reply to this conversation.",
	"CannotReplyUserIndicated" : "You cannot reply to this conversation.",
	"CommandLabelActionFail" : "Executing this command has failed. Please try again.",
	"CommandLabelActionFailTitle" : "Warning!",
	"CommandLabelBookmark" : "Bookmark",
	"CommandLabelDelete" : "Delete",
	"CommandLabelRemoveBookmark" : "Remove bookmark",
	"CommandLabelRemoveTrash" : "Restore conversation",
	"CommandLabelRemoveTrashAppointment" : "Restore to appointments",
	"CommandLabelRemoveTrashHospitalStays" : "Restore to hospital stays",
	"CommandLabelRemoveTrashSystem" : "Restore to automated messages",
	"CommandLabelTrash" : "Move to trash",
	"CompletedMessageTaskHeaderPlural" : "@MYCHART@CompletedTaskCount@ completed tasks",
	"CompletedMessageTaskHeaderSingular" : "1 completed task",
	"CompletedTaskLabel" : "Completed message task named @MYCHART@TaskName@",
	"ContinueReplyButtonLabel" : "Continue reply",
	"ConversationDetailHeader" : "Primary participant: @MYCHART@MainRecipient@, Conversation subject: @MYCHART@Subject@, participants. ",
	"DeleteConversationPopupGoBackLabel" : "Go back",
	"DeleteConversationPopupMessage" : "Once this conversation is deleted, you will not be able to retrieve and view this again. Are you sure you would like to delete this conversation?",
	"DeleteConversationPopupTitle" : "Delete conversation",
	"LastViewedByStaff" : "Last viewed by staff @MYCHART@LastViewTime@",
	"LoadingMore" : "Loading more messages...",
	"LoadMore" : "Load older messages",
	"MessageAttachmentHeaderPlural" : "@MYCHART@AttachmentCount@ attachments",
	"MessageAttachmentHeaderSingular" : "1 attachment",
	"MessageSender" : "Message from @MYCHART@MsgSender@",
	"MessageSenderAndTime" : "Message from @MYCHART@MsgSender@, sent @MYCHART@MsgSent@",
	"MessagesTitle" : "Messages in this conversation",
	"MessageTaskHeaderPlural" : "@MYCHART@TaskCount@ tasks to complete",
	"MessageTaskHeaderSingular" : "1 task to complete",
	"ParticipantsList" : "Participants",
	"ParticipantsPopupTitle" : "Participants",
	"PopupCloseButton" : "Close",
	"QuestionnaireTaskLabel" : "@MYCHART@TaskName@, questionnaire task",
	"RelatedInformation" : "Related Information",
	"ReplyButtonLabel" : "Reply",
	"ReplyResponseTimeDisclaimer" : "Please allow up to 48 hours for a reply.",
	"ReplySuccessMessage" : "Success! Your message has been sent.",
	"ReplyWarningPopupMessage" : "@MYCHART@MessageOrganizationName@ has not upgraded to use the new conversation layout. When you send a reply, it will show as a new conversation on the list page instead of being added to this conversation.",
	"ReplyWarningPopupTitle" : "Replies to @MYCHART@TitleOrganizationName@",
	"SkipToFirstNewMessage" : "Skip to first new message",
	"SkipToLatestMessage" : "Skip to most recent message",
	"SuggestedActionCardHeader" : "Care Options:",
	"SuggestedActionLink" : "Continue",
	"SuggestedActionPhoneLink" : "Dial @MYCHART@PhoneNumber@",
	"SummaryLabelSuffix" : "+ @MYCHART@RemainingParticipantCount@",
	"Title" : "Conversation",
	"UnreadIndicatorPlural" : "New messages",
	"UnreadIndicatorSingular" : "New message",
	"UrgentBannerDescription" : "Messages might not be seen right away. Consider choosing another option for quicker care.",
	"UrgentBannerHeader" : "Your message seems urgent",
	"ViewDraftButtonLabel" : "View draft",
	"ViewerList" : "Visible to",
});
$$WP.Strings.getNamespace("conversations.fixed").addStrings( {
	"AdvanceButtonLabel" : "Next",
	"DefaultMessagingDisclaimerTitle" : "Messaging Disclaimer",
	"Title" : "",
});
$$WP.Strings.getNamespace("conversations.list").addStrings( {
	"AndMoreNotShown" : "+ @MYCHART@RemainingAttachmentCount@",
	"AndMoreNotShownAccessible" : "@MYCHART@RemainingAttachmentCount@ additional tasks or attachments not shown in preview",
	"AppointmentFolderAccessibleLabel" : "Appointments folder",
	"AppointmentFolderName" : "Appointments",
	"AssistiveTextConversationPreviewWithDraft" : "Open conversation that has a draft. Conversation subject: @MYCHART@MsgSubject@. Message date: @MYCHART@MsgDateTime@. Message author: @MYCHART@MsgSender@. Message preview: @MYCHART@MsgPreview@",
	"AssistiveTextConversationPreviewWithoutDraft" : "Open conversation about @MYCHART@MsgSubject@. Message date: @MYCHART@MsgDateTime@. Message author: @MYCHART@MsgSender@. Message preview: @MYCHART@MsgPreview@",
	"AssistiveTextConversationPreviewWithRecipientWithDraft" : "Open conversation that has a draft. Conversation subject: @MYCHART@MsgSubject@. Message date: @MYCHART@MsgDateTime@. Message recipient: @MYCHART@MsgRecipient@. Message author: @MYCHART@MsgSender@. Message preview: @MYCHART@MsgPreview@",
	"AssistiveTextConversationPreviewWithRecipientWithoutDraft" : "Open conversation about @MYCHART@MsgSubject@. Message date: @MYCHART@MsgDateTime@. Message recipient: @MYCHART@MsgRecipient@. Message author: @MYCHART@MsgSender@. Message preview: @MYCHART@MsgPreview@",
	"AssistiveTextConversationReadHasAttachment" : "Open conversation about @MYCHART@MsgSubject@. Message date: @MYCHART@MsgDateTime@. Message author: @MYCHART@MsgSender@. This conversation has attachments. Message preview: @MYCHART@MsgPreview@",
	"AssistiveTextConversationReadHasAttachmentExternalOrg" : "Open conversation from another organization. Conversation subject: @MYCHART@MsgSubject@. Message date: @MYCHART@MsgDateTime@. Message author: @MYCHART@MsgSender@. This conversation has attachments. Message preview: @MYCHART@MsgPreview@",
	"AssistiveTextConversationReadHasAttachmentExternalOrgWithDraft" : "Open conversation from another organization. This conversation has a draft. Conversation subject: @MYCHART@MsgSubject@. Message date: @MYCHART@MsgDateTime@. Message author: @MYCHART@MsgSender@. This conversation has attachments. Message preview: @MYCHART@MsgPreview@",
	"AssistiveTextConversationReadHasAttachmentExternalOrgWithDraftWithRelatedInformation" : "Open conversation from another organization. This conversation has a draft. Conversation subject: @MYCHART@MsgSubject@. Message date: @MYCHART@MsgDateTime@. Message author: @MYCHART@MsgSender@. This conversation has attachments. This conversation has related information attached. Message preview: @MYCHART@MsgPreview@ ",
	"AssistiveTextConversationReadHasAttachmentExternalOrgWithRelatedInformation" : "Open conversation from another organization. Conversation subject: @MYCHART@MsgSubject@. Message date: @MYCHART@MsgDateTime@. Message author: @MYCHART@MsgSender@. This conversation has attachments. This conversation has related information attached. Message preview: @MYCHART@MsgPreview@ ",
	"AssistiveTextConversationReadHasAttachmentHasUrgentMsg" : "Open conversation that has a message that was detected as urgent. Conversation subject: @MYCHART@MsgSubject@. Message date: @MYCHART@MsgDateTime@. Message author: @MYCHART@MsgSender@. This conversation has attachments. Message preview: @MYCHART@MsgPreview@",
	"AssistiveTextConversationReadHasAttachmentHasUrgentMsgExternalOrg" : "Open conversation from another organization. This conversation has a message that was detected as urgent. Conversation subject: @MYCHART@MsgSubject@. Message date: @MYCHART@MsgDateTime@. Message author: @MYCHART@MsgSender@. This conversation has attachments. Message preview: @MYCHART@MsgPreview@",
	"AssistiveTextConversationReadHasAttachmentHasUrgentMsgExternalOrgWithDraft" : "Open conversation from another organization. This conversation has a message that was detected as urgent and a draft. Conversation subject: @MYCHART@MsgSubject@. Message date: @MYCHART@MsgDateTime@. Message author: @MYCHART@MsgSender@. This conversation has attachments. Message preview: @MYCHART@MsgPreview@",
	"AssistiveTextConversationReadHasAttachmentHasUrgentMsgExternalOrgWithDraftWithRelatedInformation" : "Open conversation from another organization. This conversation has a message that was detected as urgent and a draft. Conversation subject: @MYCHART@MsgSubject@. Message date: @MYCHART@MsgDateTime@. Message author: @MYCHART@MsgSender@. This conversation has attachments. This conversation has related information attached. Message preview: @MYCHART@MsgPreview@ ",
	"AssistiveTextConversationReadHasAttachmentHasUrgentMsgExternalOrgWithRelatedInformation" : "Open conversation from another organization. This conversation has a message that was detected as urgent. Conversation subject: @MYCHART@MsgSubject@. Message date: @MYCHART@MsgDateTime@. Message author: @MYCHART@MsgSender@. This conversation has attachments. This conversation has related information attached. Message preview: @MYCHART@MsgPreview@ ",
	"AssistiveTextConversationReadHasAttachmentHasUrgentMsgOrgName" : "Open conversation from @MYCHART@MsgOrgName@. This conversation has a message that was detected as urgent. Conversation subject: @MYCHART@MsgSubject@. Message date: @MYCHART@MsgDateTime@. Message author: @MYCHART@MsgSender@. This conversation has attachments. Message preview: @MYCHART@MsgPreview@",
	"AssistiveTextConversationReadHasAttachmentHasUrgentMsgOrgNameWithDraft" : "Open conversation from @MYCHART@MsgOrgName@. This conversation has a message that was detected as urgent and a draft. Conversation subject: @MYCHART@MsgSubject@. Message date: @MYCHART@MsgDateTime@. Message author: @MYCHART@MsgSender@. This conversation has attachments. Message preview: @MYCHART@MsgPreview@",
	"AssistiveTextConversationReadHasAttachmentHasUrgentMsgOrgNameWithDraftWithRelatedInformation" : "Open conversation from @MYCHART@MsgOrgName@. This conversation has a message that was detected as urgent and a draft. Conversation subject: @MYCHART@MsgSubject@. Message date: @MYCHART@MsgDateTime@. Message author: @MYCHART@MsgSender@. This conversation has attachments. This conversation has related information attached. Message preview: @MYCHART@MsgPreview@ ",
	"AssistiveTextConversationReadHasAttachmentHasUrgentMsgOrgNameWithRelatedInformation" : "Open conversation from @MYCHART@MsgOrgName@. This conversation has a message that was detected as urgent. Conversation subject: @MYCHART@MsgSubject@. Message date: @MYCHART@MsgDateTime@. Message author: @MYCHART@MsgSender@. This conversation has attachments. This conversation has related information attached. Message preview: @MYCHART@MsgPreview@ ",
	"AssistiveTextConversationReadHasAttachmentHasUrgentMsgWithDraft" : "Open conversation that has a message that was detected as urgent and a draft. Conversation subject: @MYCHART@MsgSubject@. Message date: @MYCHART@MsgDateTime@. Message author: @MYCHART@MsgSender@. This conversation has attachments. Message preview: @MYCHART@MsgPreview@",
	"AssistiveTextConversationReadHasAttachmentHasUrgentMsgWithDraftWithRelatedInformation" : "Open conversation that has a message that was detected as urgent and a draft. Conversation subject: @MYCHART@MsgSubject@. Message date: @MYCHART@MsgDateTime@. Message author: @MYCHART@MsgSender@. This conversation has attachments. This conversation has related information attached. Message preview: @MYCHART@MsgPreview@ ",
	"AssistiveTextConversationReadHasAttachmentHasUrgentMsgWithRelatedInformation" : "Open conversation that has a message that was detected as urgent. Conversation subject: @MYCHART@MsgSubject@. Message date: @MYCHART@MsgDateTime@. Message author: @MYCHART@MsgSender@. This conversation has attachments. This conversation has related information attached. Message preview: @MYCHART@MsgPreview@ ",
	"AssistiveTextConversationReadHasAttachmentOrgName" : "Open conversation from @MYCHART@MsgOrgName@. Conversation subject: @MYCHART@MsgSubject@. Message date: @MYCHART@MsgDateTime@. Message author: @MYCHART@MsgSender@. This conversation has attachments. Message preview: @MYCHART@MsgPreview@",
	"AssistiveTextConversationReadHasAttachmentOrgNameWithDraft" : "Open conversation from @MYCHART@MsgOrgName@. This conversation has a draft. Conversation subject: @MYCHART@MsgSubject@. Message date: @MYCHART@MsgDateTime@. Message author: @MYCHART@MsgSender@. This conversation has attachments. Message preview: @MYCHART@MsgPreview@",
	"AssistiveTextConversationReadHasAttachmentOrgNameWithDraftWithRelatedInformation" : "Open conversation from @MYCHART@MsgOrgName@. This conversation has a draft. Conversation subject: @MYCHART@MsgSubject@. Message date: @MYCHART@MsgDateTime@. Message author: @MYCHART@MsgSender@. This conversation has attachments. This conversation has related information attached. Message preview: @MYCHART@MsgPreview@ ",
	"AssistiveTextConversationReadHasAttachmentOrgNameWithRelatedInformation" : "Open conversation from @MYCHART@MsgOrgName@. Conversation subject: @MYCHART@MsgSubject@. Message date: @MYCHART@MsgDateTime@. Message author: @MYCHART@MsgSender@. This conversation has attachments. This conversation has related information attached. Message preview: @MYCHART@MsgPreview@ ",
	"AssistiveTextConversationReadHasAttachmentWithDraft" : "Open conversation that has a draft. Conversation subject: @MYCHART@MsgSubject@. Message date: @MYCHART@MsgDateTime@. Message author: @MYCHART@MsgSender@. This conversation has attachments. Message preview: @MYCHART@MsgPreview@",
	"AssistiveTextConversationReadHasAttachmentWithDraftWithRelatedInformation" : "Open conversation that has a draft. Conversation subject: @MYCHART@MsgSubject@. Message date: @MYCHART@MsgDateTime@. Message author: @MYCHART@MsgSender@. This conversation has attachments. This conversation has related information attached. Message preview: @MYCHART@MsgPreview@ ",
	"AssistiveTextConversationReadHasAttachmentWithRelatedInformation" : "Open conversation about @MYCHART@MsgSubject@. Message date: @MYCHART@MsgDateTime@. Message author: @MYCHART@MsgSender@. This conversation has attachments. This conversation has related information attached. Message preview: @MYCHART@MsgPreview@ ",
	"AssistiveTextConversationReadNoAttachment" : "Open conversation about @MYCHART@MsgSubject@. Message date: @MYCHART@MsgDateTime@. Message author: @MYCHART@MsgSender@. Message preview: @MYCHART@MsgPreview@",
	"AssistiveTextConversationReadNoAttachmentExternalOrg" : "Open conversation from another organization. Conversation subject: @MYCHART@MsgSubject@. Message date: @MYCHART@MsgDateTime@. Message author: @MYCHART@MsgSender@. Message preview: @MYCHART@MsgPreview@",
	"AssistiveTextConversationReadNoAttachmentExternalOrgWithDraft" : "Open conversation from another organization. This conversation has a draft. Conversation subject: @MYCHART@MsgSubject@. Message date: @MYCHART@MsgDateTime@. Message author: @MYCHART@MsgSender@. Message preview: @MYCHART@MsgPreview@",
	"AssistiveTextConversationReadNoAttachmentExternalOrgWithDraftWithRelatedInformation" : "Open conversation from another organization. This conversation has a draft. Conversation subject: @MYCHART@MsgSubject@. Message date: @MYCHART@MsgDateTime@. Message author: @MYCHART@MsgSender@. This conversation has related information attached. Message preview: @MYCHART@MsgPreview@ ",
	"AssistiveTextConversationReadNoAttachmentExternalOrgWithRelatedInformation" : "Open conversation from another organization. Conversation subject: @MYCHART@MsgSubject@. Message date: @MYCHART@MsgDateTime@. Message author: @MYCHART@MsgSender@. This conversation has related information attached. Message preview: @MYCHART@MsgPreview@ ",
	"AssistiveTextConversationReadNoAttachmentHasUrgentMsg" : "Open conversation that has a message that was detected as urgent. Conversation subject: @MYCHART@MsgSubject@. Message date: @MYCHART@MsgDateTime@. Message author: @MYCHART@MsgSender@. Message preview: @MYCHART@MsgPreview@",
	"AssistiveTextConversationReadNoAttachmentHasUrgentMsgExternalOrg" : "Open conversation from another organization. This conversation has a message that was detected as urgent. Conversation subject: @MYCHART@MsgSubject@. Message date: @MYCHART@MsgDateTime@. Message author: @MYCHART@MsgSender@. Message preview: @MYCHART@MsgPreview@",
	"AssistiveTextConversationReadNoAttachmentHasUrgentMsgExternalOrgWithDraft" : "Open conversation from another organization. This conversation has a message that was detected as urgent and a draft. Conversation subject: @MYCHART@MsgSubject@. Message date: @MYCHART@MsgDateTime@. Message author: @MYCHART@MsgSender@. Message preview: @MYCHART@MsgPreview@",
	"AssistiveTextConversationReadNoAttachmentHasUrgentMsgExternalOrgWithDraftWithRelatedInformation" : "Open conversation from another organization. This conversation has a message that was detected as urgent and a draft. Conversation subject: @MYCHART@MsgSubject@. Message date: @MYCHART@MsgDateTime@. Message author: @MYCHART@MsgSender@. This conversation has related information attached. Message preview: @MYCHART@MsgPreview@ ",
	"AssistiveTextConversationReadNoAttachmentHasUrgentMsgExternalOrgWithRelatedInformation" : "Open conversation from another organization. This conversation has a message that was detected as urgent. Conversation subject: @MYCHART@MsgSubject@. Message date: @MYCHART@MsgDateTime@. Message author: @MYCHART@MsgSender@. This conversation has related information attached. Message preview: @MYCHART@MsgPreview@ ",
	"AssistiveTextConversationReadNoAttachmentHasUrgentMsgOrgName" : "Open conversation from @MYCHART@MsgOrgName@. This conversation has a message that was detected as urgent. Conversation subject: @MYCHART@MsgSubject@. Message date: @MYCHART@MsgDateTime@. Message author: @MYCHART@MsgSender@. Message preview: @MYCHART@MsgPreview@",
	"AssistiveTextConversationReadNoAttachmentHasUrgentMsgOrgNameWithDraft" : "Open conversation from @MYCHART@MsgOrgName@. This conversation has a message that was detected as urgent and a draft. Conversation subject: @MYCHART@MsgSubject@. Message date: @MYCHART@MsgDateTime@. Message author: @MYCHART@MsgSender@. Message preview: @MYCHART@MsgPreview@",
	"AssistiveTextConversationReadNoAttachmentHasUrgentMsgOrgNameWithDraftWithRelatedInformation" : "Open conversation from @MYCHART@MsgOrgName@. This conversation has a message that was detected as urgent and a draft. Conversation subject: @MYCHART@MsgSubject@. Message date: @MYCHART@MsgDateTime@. Message author: @MYCHART@MsgSender@. This conversation has related information attached. Message preview: @MYCHART@MsgPreview@ ",
	"AssistiveTextConversationReadNoAttachmentHasUrgentMsgOrgNameWithRelatedInformation" : "Open conversation from @MYCHART@MsgOrgName@. Conversation subject: @MYCHART@MsgSubject@. Message date: @MYCHART@MsgDateTime@. Message author: @MYCHART@MsgSender@. This conversation has related information attached. Message preview: @MYCHART@MsgPreview@ ",
	"AssistiveTextConversationReadNoAttachmentHasUrgentMsgWithDraft" : "Open conversation that has a message that was detected as urgent and a draft. Conversation subject: @MYCHART@MsgSubject@. Message date: @MYCHART@MsgDateTime@. Message author: @MYCHART@MsgSender@. Message preview: @MYCHART@MsgPreview@",
	"AssistiveTextConversationReadNoAttachmentHasUrgentMsgWithDraftWithRelatedInformation" : "Open conversation that has a message that was detected as urgent and a draft. Conversation subject: @MYCHART@MsgSubject@. Message date: @MYCHART@MsgDateTime@. Message author: @MYCHART@MsgSender@. This conversation has related information attached. Message preview: @MYCHART@MsgPreview@ ",
	"AssistiveTextConversationReadNoAttachmentHasUrgentMsgWithRelatedInformation" : "Open conversation that has a message that was detected as urgent. Conversation subject: @MYCHART@MsgSubject@. Message date: @MYCHART@MsgDateTime@. Message author: @MYCHART@MsgSender@. This conversation has related information attached. Message preview: @MYCHART@MsgPreview@ ",
	"AssistiveTextConversationReadNoAttachmentOrgName" : "Open conversation from @MYCHART@MsgOrgName@. Conversation subject: @MYCHART@MsgSubject@. Message date: @MYCHART@MsgDateTime@. Message author: @MYCHART@MsgSender@. Message preview: @MYCHART@MsgPreview@",
	"AssistiveTextConversationReadNoAttachmentOrgNameWithDraft" : "Open conversation from @MYCHART@MsgOrgName@. This conversation has a draft. Conversation subject: @MYCHART@MsgSubject@. Message date: @MYCHART@MsgDateTime@. Message author: @MYCHART@MsgSender@. Message preview: @MYCHART@MsgPreview@",
	"AssistiveTextConversationReadNoAttachmentOrgNameWithDraftWithRelatedInformation" : "Open conversation from @MYCHART@MsgOrgName@. This conversation has a draft. Conversation subject: @MYCHART@MsgSubject@. Message date: @MYCHART@MsgDateTime@. Message author: @MYCHART@MsgSender@. This conversation has related information attached. Message preview: @MYCHART@MsgPreview@ ",
	"AssistiveTextConversationReadNoAttachmentOrgNameWithRelatedInformation" : "Open conversation from @MYCHART@MsgOrgName@. Conversation subject: @MYCHART@MsgSubject@. Message date: @MYCHART@MsgDateTime@. Message author: @MYCHART@MsgSender@. This conversation has related information attached. Message preview: @MYCHART@MsgPreview@ ",
	"AssistiveTextConversationReadNoAttachmentWithDraft" : "Open conversation that has a draft. Conversation subject: @MYCHART@MsgSubject@. Message date: @MYCHART@MsgDateTime@. Message author: @MYCHART@MsgSender@. Message preview: @MYCHART@MsgPreview@",
	"AssistiveTextConversationReadNoAttachmentWithDraftWithRelatedInformation" : "Open conversation that has a draft. Conversation subject: @MYCHART@MsgSubject@. Message date: @MYCHART@MsgDateTime@. Message author: @MYCHART@MsgSender@. This conversation has related information attached. Message preview: @MYCHART@MsgPreview@ ",
	"AssistiveTextConversationReadNoAttachmentWithRelatedInformation" : "Open conversation about @MYCHART@MsgSubject@. Message date: @MYCHART@MsgDateTime@. Message author: @MYCHART@MsgSender@. This conversation has related information attached. Message preview: @MYCHART@MsgPreview@ ",
	"AssistiveTextConversationUnreadHasAttachment" : "Open conversation that has an unread message. Conversation subject: @MYCHART@MsgSubject@. Message date: @MYCHART@MsgDateTime@. Message author: @MYCHART@MsgSender@. This conversation has attachments. Message preview: @MYCHART@MsgPreview@",
	"AssistiveTextConversationUnreadHasAttachmentExternalOrg" : "Open conversation from another organization. This conversation has an unread message. Conversation subject: @MYCHART@MsgSubject@. Message date: @MYCHART@MsgDateTime@. Message author: @MYCHART@MsgSender@. This conversation has attachments. Message preview: @MYCHART@MsgPreview@",
	"AssistiveTextConversationUnreadHasAttachmentExternalOrgWithDraft" : "Open conversation from another organization. This conversation has a draft and an unread message. Conversation subject: @MYCHART@MsgSubject@. Message date: @MYCHART@MsgDateTime@. Message author: @MYCHART@MsgSender@. This conversation has attachments. Message preview: @MYCHART@MsgPreview@",
	"AssistiveTextConversationUnreadHasAttachmentExternalOrgWithDraftWithRelatedInformation" : "Open conversation from another organization. This conversation has a draft and an unread message. Conversation subject: @MYCHART@MsgSubject@. Message date: @MYCHART@MsgDateTime@. Message author: @MYCHART@MsgSender@. This conversation has attachments. This conversation has related information attached. Message preview: @MYCHART@MsgPreview@ ",
	"AssistiveTextConversationUnreadHasAttachmentExternalOrgWithRelatedInformation" : "Open conversation from another organization. This conversation has an unread message. Conversation subject: @MYCHART@MsgSubject@. Message date: @MYCHART@MsgDateTime@. Message author: @MYCHART@MsgSender@. This conversation has attachments. This conversation has related information attached. Message preview: @MYCHART@MsgPreview@ ",
	"AssistiveTextConversationUnreadHasAttachmentHasUrgentMsg" : "Open conversation that has a message that was detected as urgent and an unread message. Conversation subject: @MYCHART@MsgSubject@. Message date: @MYCHART@MsgDateTime@. Message author: @MYCHART@MsgSender@. This conversation has attachments. Message preview: @MYCHART@MsgPreview@",
	"AssistiveTextConversationUnreadHasAttachmentHasUrgentMsgExternalOrg" : "Open conversation from another organization. This conversation has a message that was detected as urgent and an unread message. Conversation subject: @MYCHART@MsgSubject@. Message date: @MYCHART@MsgDateTime@. Message author: @MYCHART@MsgSender@. This conversation has attachments. Message preview: @MYCHART@MsgPreview@",
	"AssistiveTextConversationUnreadHasAttachmentHasUrgentMsgExternalOrgWithDraft" : "Open conversation from another organization. This conversation has a message that was detected as urgent, a draft, and an unread message. Conversation subject: @MYCHART@MsgSubject@. Message date: @MYCHART@MsgDateTime@. Message author: @MYCHART@MsgSender@. This conversation has attachments. Message preview: @MYCHART@MsgPreview@",
	"AssistiveTextConversationUnreadHasAttachmentHasUrgentMsgExternalOrgWithDraftWithRelatedInformation" : "Open conversation from another organization. This conversation has a message that was detected as urgent, a draft, and an unread message. Conversation subject: @MYCHART@MsgSubject@. Message date: @MYCHART@MsgDateTime@. Message author: @MYCHART@MsgSender@. This conversation has attachments. This conversation has related information attached. Message preview: @MYCHART@MsgPreview@ ",
	"AssistiveTextConversationUnreadHasAttachmentHasUrgentMsgExternalOrgWithRelatedInformation" : "Open conversation from another organization. This conversation has a message that was detected as urgent and an unread message. Conversation subject: @MYCHART@MsgSubject@. Message date: @MYCHART@MsgDateTime@. Message author: @MYCHART@MsgSender@. This conversation has attachments. This conversation has related information attached. Message preview: @MYCHART@MsgPreview@ ",
	"AssistiveTextConversationUnreadHasAttachmentHasUrgentMsgOrgName" : "Open conversation from @MYCHART@MsgOrgName@. This conversation has a message that was detected as urgent and an unread message. Conversation subject: @MYCHART@MsgSubject@. Message date: @MYCHART@MsgDateTime@. Message author: @MYCHART@MsgSender@. This conversation has attachments. Message preview: @MYCHART@MsgPreview@",
	"AssistiveTextConversationUnreadHasAttachmentHasUrgentMsgOrgNameWithDraft" : "Open conversation from @MYCHART@MsgOrgName@. This conversation has a message that was detected as urgent, a draft, and an unread message. Conversation subject: @MYCHART@MsgSubject@. Message date: @MYCHART@MsgDateTime@. Message author: @MYCHART@MsgSender@. This conversation has attachments. Message preview: @MYCHART@MsgPreview@",
	"AssistiveTextConversationUnreadHasAttachmentHasUrgentMsgOrgNameWithDraftWithRelatedInformation" : "Open conversation from @MYCHART@MsgOrgName@. This conversation has a message that was detected as urgent, a draft, and an unread message. Conversation subject: @MYCHART@MsgSubject@. Message date: @MYCHART@MsgDateTime@. Message author: @MYCHART@MsgSender@. This conversation has attachments. This conversation has related information attached. Message preview: @MYCHART@MsgPreview@ ",
	"AssistiveTextConversationUnreadHasAttachmentHasUrgentMsgOrgNameWithRelatedInformation" : "Open conversation from @MYCHART@MsgOrgName@. This conversation has a message that was detected as urgent and an unread message. Conversation subject: @MYCHART@MsgSubject@. Message date: @MYCHART@MsgDateTime@. Message author: @MYCHART@MsgSender@. This conversation has attachments. This conversation has related information attached. Message preview: @MYCHART@MsgPreview@ ",
	"AssistiveTextConversationUnreadHasAttachmentHasUrgentMsgWithDraft" : "Open conversation that has a message that was detected as urgent, an unread message, and a draft. Conversation subject: @MYCHART@MsgSubject@. Message date: @MYCHART@MsgDateTime@. Message author: @MYCHART@MsgSender@. This conversation has attachments. Message preview: @MYCHART@MsgPreview@",
	"AssistiveTextConversationUnreadHasAttachmentHasUrgentMsgWithDraftWithRelatedInformation" : "Open conversation that has a message that was detected as urgent, an unread message, and a draft. Conversation subject: @MYCHART@MsgSubject@. Message date: @MYCHART@MsgDateTime@. Message author: @MYCHART@MsgSender@. This conversation has attachments. This conversation has related information attached. Message preview: @MYCHART@MsgPreview@ ",
	"AssistiveTextConversationUnreadHasAttachmentHasUrgentMsgWithRelatedInformation" : "Open conversation that has a message that was detected as urgent and an unread message. Conversation subject: @MYCHART@MsgSubject@. Message date: @MYCHART@MsgDateTime@. Message author: @MYCHART@MsgSender@. This conversation has attachments. This conversation has related information attached. Message preview: @MYCHART@MsgPreview@ ",
	"AssistiveTextConversationUnreadHasAttachmentOrgName" : "Open conversation from @MYCHART@MsgOrgName@. This conversation has an unread message. Conversation subject: @MYCHART@MsgSubject@. Message date: @MYCHART@MsgDateTime@. Message author: @MYCHART@MsgSender@. This conversation has attachments. Message preview: @MYCHART@MsgPreview@",
	"AssistiveTextConversationUnreadHasAttachmentOrgNameWithDraft" : "Open conversation from @MYCHART@MsgOrgName@. This conversation has a draft and an unread message. Conversation subject: @MYCHART@MsgSubject@. Message date: @MYCHART@MsgDateTime@. Message author: @MYCHART@MsgSender@. This conversation has attachments. Message preview: @MYCHART@MsgPreview@",
	"AssistiveTextConversationUnreadHasAttachmentOrgNameWithDraftWithRelatedInformation" : "Open conversation from @MYCHART@MsgOrgName@. This conversation has a draft and an unread message. Conversation subject: @MYCHART@MsgSubject@. Message date: @MYCHART@MsgDateTime@. Message author: @MYCHART@MsgSender@. This conversation has attachments. This conversation has related information attached. Message preview: @MYCHART@MsgPreview@ ",
	"AssistiveTextConversationUnreadHasAttachmentOrgNameWithRelatedInformation" : "Open conversation from @MYCHART@MsgOrgName@. This conversation has an unread message. Conversation subject: @MYCHART@MsgSubject@. Message date: @MYCHART@MsgDateTime@. Message author: @MYCHART@MsgSender@. This conversation has attachments. This conversation has related information attached. Message preview: @MYCHART@MsgPreview@ ",
	"AssistiveTextConversationUnreadHasAttachmentWithDraft" : "Open conversation that has an unread message and a draft. Conversation subject: @MYCHART@MsgSubject@. Message date: @MYCHART@MsgDateTime@. Message author: @MYCHART@MsgSender@. This conversation has attachments. Message preview: @MYCHART@MsgPreview@",
	"AssistiveTextConversationUnreadHasAttachmentWithDraftWithRelatedInformation" : "Open conversation that has an unread message and a draft. Conversation subject: @MYCHART@MsgSubject@. Message date: @MYCHART@MsgDateTime@. Message author: @MYCHART@MsgSender@. This conversation has attachments. This conversation has related information attached. Message preview: @MYCHART@MsgPreview@ ",
	"AssistiveTextConversationUnreadHasAttachmentWithRelatedInformation" : "Open conversation that has an unread message. Conversation subject: @MYCHART@MsgSubject@. Message date: @MYCHART@MsgDateTime@. Message author: @MYCHART@MsgSender@. This conversation has attachments. This conversation has related information attached. Message preview: @MYCHART@MsgPreview@ ",
	"AssistiveTextConversationUnreadNoAttachment" : "Open conversation that has an unread message. Conversation subject: @MYCHART@MsgSubject@. Message date: @MYCHART@MsgDateTime@. Message author: @MYCHART@MsgSender@. Message preview: @MYCHART@MsgPreview@",
	"AssistiveTextConversationUnreadNoAttachmentExternalOrg" : "Open conversation from another organization. This conversation has an unread message. Conversation subject: @MYCHART@MsgSubject@. Message date: @MYCHART@MsgDateTime@. Message author: @MYCHART@MsgSender@. Message preview: @MYCHART@MsgPreview@",
	"AssistiveTextConversationUnreadNoAttachmentExternalOrgWithDraft" : "Open conversation from another organization. This conversation has a draft and an unread message. Conversation subject: @MYCHART@MsgSubject@. Message date: @MYCHART@MsgDateTime@. Message author: @MYCHART@MsgSender@. Message preview: @MYCHART@MsgPreview@",
	"AssistiveTextConversationUnreadNoAttachmentExternalOrgWithDraftWithRelatedInformation" : "Open conversation from another organization. This conversation has a draft and an unread message. Conversation subject: @MYCHART@MsgSubject@. Message date: @MYCHART@MsgDateTime@. Message author: @MYCHART@MsgSender@. This conversation has related information attached. Message preview: @MYCHART@MsgPreview@ ",
	"AssistiveTextConversationUnreadNoAttachmentExternalOrgWithRelatedInformation" : "Open conversation from another organization. This conversation has an unread message. Conversation subject: @MYCHART@MsgSubject@. Message date: @MYCHART@MsgDateTime@. Message author: @MYCHART@MsgSender@. This conversation has related information attached. Message preview: @MYCHART@MsgPreview@ ",
	"AssistiveTextConversationUnreadNoAttachmentHasUrgentMsg" : "Open conversation that has a message that was detected as urgent and an unread message. Conversation subject: @MYCHART@MsgSubject@. Message date: @MYCHART@MsgDateTime@. Message author: @MYCHART@MsgSender@. Message preview: @MYCHART@MsgPreview@",
	"AssistiveTextConversationUnreadNoAttachmentHasUrgentMsgExternalOrg" : "Open conversation from another organization. This conversation has a message that was detected as urgent and an unread message. Conversation subject: @MYCHART@MsgSubject@. Message date: @MYCHART@MsgDateTime@. Message author: @MYCHART@MsgSender@. Message preview: @MYCHART@MsgPreview@",
	"AssistiveTextConversationUnreadNoAttachmentHasUrgentMsgExternalOrgWithDraft" : "Open conversation from another organization. This conversation has a message that was detected as urgent, a draft, and an unread message. Conversation subject: @MYCHART@MsgSubject@. Message date: @MYCHART@MsgDateTime@. Message author: @MYCHART@MsgSender@. Message preview: @MYCHART@MsgPreview@",
	"AssistiveTextConversationUnreadNoAttachmentHasUrgentMsgExternalOrgWithDraftWithRelatedInformation" : "Open conversation from another organization. This conversation has a message that was detected as urgent, a draft, and an unread message. Conversation subject: @MYCHART@MsgSubject@. Message date: @MYCHART@MsgDateTime@. Message author: @MYCHART@MsgSender@. This conversation has related information attached. Message preview: @MYCHART@MsgPreview@ ",
	"AssistiveTextConversationUnreadNoAttachmentHasUrgentMsgExternalOrgWithRelatedInformation" : "Open conversation from another organization. This conversation has a message that was detected as urgent and an unread message. Conversation subject: @MYCHART@MsgSubject@. Message date: @MYCHART@MsgDateTime@. Message author: @MYCHART@MsgSender@. This conversation has related information attached. Message preview: @MYCHART@MsgPreview@ ",
	"AssistiveTextConversationUnreadNoAttachmentHasUrgentMsgOrgName" : "Open conversation from @MYCHART@MsgOrgName@. This conversation has a message that was detected as urgent and an unread message. Conversation subject: @MYCHART@MsgSubject@. Message date: @MYCHART@MsgDateTime@. Message author: @MYCHART@MsgSender@. Message preview: @MYCHART@MsgPreview@",
	"AssistiveTextConversationUnreadNoAttachmentHasUrgentMsgOrgNameWithDraft" : "Open conversation from @MYCHART@MsgOrgName@. This conversation has a message that was detected as urgent, a draft, and an unread message. Conversation subject: @MYCHART@MsgSubject@. Message date: @MYCHART@MsgDateTime@. Message author: @MYCHART@MsgSender@. Message preview: @MYCHART@MsgPreview@",
	"AssistiveTextConversationUnreadNoAttachmentHasUrgentMsgOrgNameWithDraftWithRelatedInformation" : "Open conversation from @MYCHART@MsgOrgName@. This conversation has a message that was detected as urgent, a draft, and an unread message. Conversation subject: @MYCHART@MsgSubject@. Message date: @MYCHART@MsgDateTime@. Message author: @MYCHART@MsgSender@. This conversation has related information attached. Message preview: @MYCHART@MsgPreview@ ",
	"AssistiveTextConversationUnreadNoAttachmentHasUrgentMsgOrgNameWithRelatedInformation" : "Open conversation from @MYCHART@MsgOrgName@. This conversation has a message that was detected as urgent and an unread message. Conversation subject: @MYCHART@MsgSubject@. Message date: @MYCHART@MsgDateTime@. Message author: @MYCHART@MsgSender@. This conversation has related information attached. Message preview: @MYCHART@MsgPreview@ ",
	"AssistiveTextConversationUnreadNoAttachmentHasUrgentMsgWithDraft" : "Open conversation that has a message that was detected as urgent, an unread message, and a draft. Conversation subject: @MYCHART@MsgSubject@. Message date: @MYCHART@MsgDateTime@. Message author: @MYCHART@MsgSender@. Message preview: @MYCHART@MsgPreview@",
	"AssistiveTextConversationUnreadNoAttachmentHasUrgentMsgWithDraftWithRelatedInformation" : "Open conversation that has a message that was detected as urgent, an unread message, and a draft. Conversation subject: @MYCHART@MsgSubject@. Message date: @MYCHART@MsgDateTime@. Message author: @MYCHART@MsgSender@. This conversation has related information attached. Message preview: @MYCHART@MsgPreview@ ",
	"AssistiveTextConversationUnreadNoAttachmentHasUrgentMsgWithRelatedInformation" : "Open conversation that has a message that was detected as urgent and an unread message. Conversation subject: @MYCHART@MsgSubject@. Message date: @MYCHART@MsgDateTime@. Message author: @MYCHART@MsgSender@. This conversation has related information attached. Message preview: @MYCHART@MsgPreview@ ",
	"AssistiveTextConversationUnreadNoAttachmentOrgName" : "Open conversation from @MYCHART@MsgOrgName@. This conversation has an unread message. Conversation subject: @MYCHART@MsgSubject@. Message date: @MYCHART@MsgDateTime@. Message author: @MYCHART@MsgSender@. Message preview: @MYCHART@MsgPreview@",
	"AssistiveTextConversationUnreadNoAttachmentOrgNameWithDraft" : "Open conversation from @MYCHART@MsgOrgName@. This conversation has a draft and an unread message. Conversation subject: @MYCHART@MsgSubject@. Message date: @MYCHART@MsgDateTime@. Message author: @MYCHART@MsgSender@. Message preview: @MYCHART@MsgPreview@",
	"AssistiveTextConversationUnreadNoAttachmentOrgNameWithDraftWithRelatedInformation" : "Open conversation from @MYCHART@MsgOrgName@. This conversation has a draft and an unread message. Conversation subject: @MYCHART@MsgSubject@. Message date: @MYCHART@MsgDateTime@. Message author: @MYCHART@MsgSender@. This conversation has related information attached. Message preview: @MYCHART@MsgPreview@ ",
	"AssistiveTextConversationUnreadNoAttachmentOrgNameWithRelatedInformation" : "Open conversation from @MYCHART@MsgOrgName@. This conversation has an unread message. Conversation subject: @MYCHART@MsgSubject@. Message date: @MYCHART@MsgDateTime@. Message author: @MYCHART@MsgSender@. This conversation has related information attached. Message preview: @MYCHART@MsgPreview@ ",
	"AssistiveTextConversationUnreadNoAttachmentWithDraft" : "Open conversation that has an unread message and a draft. Conversation subject: @MYCHART@MsgSubject@. Message date: @MYCHART@MsgDateTime@. Message author: @MYCHART@MsgSender@. Message preview: @MYCHART@MsgPreview@",
	"AssistiveTextConversationUnreadNoAttachmentWithDraftWithRelatedInformation" : "Open conversation that has an unread message and a draft. Conversation subject: @MYCHART@MsgSubject@. Message date: @MYCHART@MsgDateTime@. Message author: @MYCHART@MsgSender@. This conversation has related information attached. Message preview: @MYCHART@MsgPreview@ ",
	"AssistiveTextConversationUnreadNoAttachmentWithRelatedInformation" : "Open conversation that has an unread message. Conversation subject: @MYCHART@MsgSubject@. Message date: @MYCHART@MsgDateTime@. Message author: @MYCHART@MsgSender@. This conversation has related information attached. Message preview: @MYCHART@MsgPreview@ ",
	"AssistiveTextMultipleOtherUnreadConversations" : "@MYCHART@HighlightedCount@ unread conversations in other folders.",
	"AssistiveTextMultipleUnreadConversations" : "@MYCHART@HighlightedCount@ unread conversations.",
	"AssistiveTextOverNineOtherUnreadConversations" : "More than 9 unread conversations in other folders.",
	"AssistiveTextSingleOtherUnreadConversation" : "1 unread conversation in another folder.",
	"AssistiveTextSingleUnreadConversation" : "1 unread conversation.",
	"BackToConversationList" : "Conversation List",
	"BlankMessage" : "No preview available.",
	"BlankSubject" : "(No subject)",
	"BookmarkedFolderAccessibleLabel" : "Bookmarked folder",
	"BookmarkedFolderName" : "Bookmarked",
	"ClearFolderSearch" : "Clear search",
	"ContextItemConversationPreviewDescription" : "@MYCHART@ContextItemLabel@, @MYCHART@ContextItemGroupTitle@ details",
	"ContinueMessageCaption" : "Continue message...",
	"ConversationFlagHasAttachments" : "This conversation has attachments.",
	"ConversationFlagUnread" : "There is a message in this conversation that has not yet been viewed.",
	"ConversationFlagUrgent" : "There is a message in this conversation that was detected as urgent.",
	"ConversationMessagePreviewText" : "@MYCHART@MsgSender@: @MYCHART@MsgPreview@",
	"ConversationRecipientSubtext" : "With @MYCHART@MsgRecipient@",
	"ConversationsFolderAccessibleLabel" : "Conversations folder",
	"ConversationsFolderName" : "Conversations",
	"DraftIndicator" : "Draft",
	"HospitalStaysFolderAccessibleLabel" : "Hospital Stays folder",
	"HospitalStaysFolderName" : "Hospital stays",
	"LoadingConversations" : "Loading conversations...",
	"LoadingFolders" : "Loading folders...",
	"LoadingMoreConversations" : "Loading more conversations...",
	"OpenDraftAssistantDrawerCloseText" : "Ending the chat will allow you to edit the draft. Your chat will not be saved.",
	"OpenNewMsgAssistantDrawerCloseText" : "Ending the chat will take you back to view message options. Your chat will not be saved.",
	"SearchAppointmentFolder" : "Search appointments folder",
	"SearchBookmarkedFolder" : "Search bookmarks",
	"SearchConversationsFolder" : "Search conversations",
	"SearchHospitalStaysFolder" : "Search hospital stays folder",
	"SearchSystemFolder" : "Search automated messages",
	"SearchTrashFolder" : "Search trash",
	"SendMessageCaption" : "Send a message",
	"SystemFolderAccessibleLabel" : "Automated messages folder",
	"SystemFolderName" : "Automated messages",
	"Title" : "Conversation List",
	"TrashFolderAccessibleLabel" : "Trash folder",
	"TrashFolderName" : "Trash",
	"UnspecifiedSubject" : "an unspecified subject",
});
$$WP.Strings.getNamespace("coordinationofbenefits.coverage").addStrings( {
	"AddCoverageButton" : "Add coverage",
	"AddCoverages" : "Add other coverages",
	"CareTypes" : "What types of care are provided by this coverage?",
	"Commercial" : "Other",
	"ConfirmRemovalBody" : "Are you sure you want to remove this coverage?",
	"ConfirmRemovalNo" : "Go back",
	"ConfirmRemovalTitle" : "Remove coverage?",
	"ConfirmRemovalYes" : "Remove",
	"CourtDecreeDepLabel" : "Court decree",
	"CoveragesInstructions" : "If you or any of your dependents are covered by any other health plan or Medicare from other organizations, add them here.",
	"CoveragesOnFile" : "Coverages on file",
	"CoverageSponsor" : "What is the insurance policy covered through?",
	"CoverageType" : "What type of coverage is this?",
	"CoveredDepLabel" : "Is this person a dependent on this coverage?",
	"CoveredMember" : "Who is the covered member?",
	"CoveredMemberSummary" : "Covered member",
	"DependentInformation" : "Dependent information",
	"DependentsOnCoverage" : "Dependents on coverage",
	"EditCoverageButton" : "Edit coverage",
	"EditSection" : "Edit",
	"EffDateDepLabel" : "Effective date",
	"EffDateSub" : "Effective date",
	"FormHeader" : "Coverage details",
	"GroupOrPolicyNumber" : "Group or policy ID",
	"HasDocumentsDepLabel" : "Are there any divorce decrees, child support orders, or other court orders that require one or both parents to provide health insurance for this dependent?",
	"HasRx" : "Does this coverage include prescription drugs?",
	"HasTermDateDepLabel" : "Does this member have a termination date?",
	"HasTermDateSub" : "Has this member’s coverage been terminated, or will it be terminated soon?",
	"InsuranceName" : "Insurance company name",
	"InsurancePhone" : "Insurance company phone",
	"IsNoncoveredSubscriber" : "Subscriber has no benefits on this coverage",
	"IsNoncoveredSubscriberReview" : "Receives no benefits for this coverage",
	"Medicaid" : "Medicaid",
	"MedicaidCoverage" : "Medicaid plan",
	"Medicare" : "Medicare",
	"MedicareCoverage" : "Medicare plan",
	"MedicareNumber" : "Medicare number",
	"MedicarePartsLabel" : "Which Medicare Parts are in this coverage?",
	"MemberNumberDepLabel" : "Member number",
	"MemberNumberSub" : "Member number",
	"No" : "No",
	"PartA" : "Part A only (Hospital)",
	"PartAB" : "Part A and B (Hospital + Medical)",
	"PartB" : "Part B only (Medical)",
	"PartC" : "Part C only (Medicare Advantage)",
	"PartCD" : "Part C and D (Medicare Advantage + Prescription Drug)",
	"PartD" : "Part D only (Prescription Drug)",
	"PlanDetails" : "Plan details",
	"PlanInformation" : "Plan information",
	"PrescriptionDrugsLabel" : "Prescription coverage information",
	"RelationshipDepLabel" : "Type of dependent",
	"RemoveCoverageAssistiveText" : "Removed a coverage. There are now @MyChart@RemoveCoverageCount@ coverages.",
	"RemoveCoverageButton" : "Remove coverage",
	"ReviewCoverageButton" : "Review coverage",
	"RxBin" : "BIN",
	"RxGroup" : "Rx group",
	"RxID" : "Rx ID",
	"RxPcn" : "PCN",
	"Subscriber" : "Subscriber",
	"SubscriberCustodyDepLabel" : "Subscriber custody",
	"SubscriberDob" : "Subscriber DOB ",
	"SubscriberEpt" : "Who is the subscriber?",
	"SubscriberName" : "Subscriber name",
	"SubscriberSomeoneElse" : "Someone else",
	"TermDateDepLabel" : "Termination date",
	"TermDateSub" : "Termination date",
	"Title" : "",
	"TypeDetails" : "Type details",
	"UnknownPlan" : "Plan",
	"Yes" : "Yes",
});
$$WP.Strings.getNamespace("coordinationofbenefits.dependent").addStrings( {
	"CourtDecreeDep" : "Court decree",
	"CoverageIdDep" : "Member number",
	"CoveredDep" : "Is @MyChart@DependentName@ a dependent on this coverage?",
	"EffDateDep" : "Effective date",
	"HasDocumentsDep" : "Are there any divorce decrees, child support orders, or other court orders that require one or both parents to provide health insurance for @MyChart@DependentName@?",
	"HasTermDateDep" : "Does this member have a past or future termination date?",
	"RelationshipDep" : "Type of dependent",
	"SubscriberCustodyDep" : "Subscriber custody",
	"TermDateDep" : "Termination date",
	"Title" : "",
});
$$WP.Strings.getNamespace("coordinationofbenefits.document").addStrings( {
	"AddImageAssistiveText" : "Added @MyChart@AddedImageName@. There are now @MyChart@AddedImageCount@ documents.",
	"DocumentsHeader" : "Upload supporting documents",
	"DocumentsInstructions" : "Upload images of your ID cards for other health insurance policies. Also, if there are any court documents regarding the financial responsibility for dependent children, upload them here.",
	"DocumentsSubinstructions" : "This includes documents you have uploaded previously.",
	"ImageUploadSizeLabel" : "Maximum file size: @MyChart@ImageSize@ MB",
	"ImageUploadTypesLabel" : "Allowed file types: @MyChart@ImageTypes@",
	"RemoveImageAssistiveText" : "Removed @MyChart@RemovedImageName@. There are now @MyChart@RemovedImageCount@ documents.",
	"Title" : "",
	"UploadLegalDocument" : "Upload document",
});
$$WP.Strings.getNamespace("coordinationofbenefits.eligibility").addStrings( {
	"AddEligibilitiesHeader" : "Add Medicare eligibility information",
	"AddInformationButton" : "Add information",
	"EditEligibilityButton" : "Edit Medicare eligibility",
	"EligibilityDetails" : "Medicare eligibility for @MyChart@EligibilityMemberHeader@",
	"EligibilityReason" : "What is the latest reason for Medicare eligibility?",
	"IsMemberEligible" : "Is @MyChart@EligibilityMemberName@ eligible for Medicare or will they be within the next 3 months?",
	"MedicareEligibilityReasonStartDate" : "Medicare eligibility reason start date",
	"MedicareID" : "Medicare ID",
	"MemberIsEligible" : "Yes",
	"MemberIsNotEligible" : "No",
	"NeedsInformation" : "Needs information",
	"PartADate" : "Part A entitlement date",
	"PartBDate" : "Part B entitlement date",
	"PartDDate" : "Part D eligibility date",
	"Title" : "",
});
$$WP.Strings.getNamespace("coordinationofbenefits.home").addStrings( {
	"AddInformation" : "Add information",
	"BackButton" : "Back",
	"CobHeading" : "Coordination of Benefits",
	"CobInstructions" : "Add coverage and Medicare eligibility information about you and your dependents below so that we can coordinate the cost of your care. Gather your insurance ID cards to make entering this information easy. When your information is complete, agree to terms and submit at the bottom of the page.",
	"NeedsInformation" : "Needs information",
	"NeedsReview" : "Needs review",
	"NextButton" : "Next",
	"SaveAsDraft" : "Finish later",
	"SignOffHeader" : "Agree to terms",
	"SubmitButton" : "Submit",
	"Title" : "",
});
$$WP.Strings.getNamespace("coordinationofbenefits.landing").addStrings( {
	"CobDescription" : "Update information about other insurance coverages you might have to ensure your medical bills are paid correctly.",
	"DeleteFormConfirm" : "Delete",
	"DeleteFormDecline" : "Go back",
	"DeleteFormPopupBody" : "Are you sure you want to delete this form and start over?",
	"DeleteFormPopupTitle" : "Delete form?",
	"IncompleteCardBody" : "Last updated @MyChart@DraftDate@",
	"IncompleteCardDelete" : "Delete",
	"IncompleteCardEdit" : "Continue editing",
	"IncompleteCardTitle" : "In-progress coordination of benefits form",
	"NoBuild" : "You can\u0027t fill out a coordination of benefits form here at this time.",
	"NoDraftsBody" : "If you start a coordination of benefits form and choose to finish later, your draft will appear here.",
	"NoDraftsTitle" : "You don\u0027t have an in-progress coordination of benefits form.",
	"Start" : "Get started",
	"SubmittedDate" : "Last submitted on @MyChart@SubmitDate@",
	"Title" : "",
});
$$WP.Strings.getNamespace("coordinationofbenefits.submitted").addStrings( {
	"GoToCob" : "Go to Coordination of Benefits",
	"SubmittedTitle" : "Submitted",
	"ThanksBody" : "Thank you for submitting your coordination of benefits information. If you experience changes to your insurance coverages, return to Coordination of Benefits and begin a new form to update us.",
	"Title" : "",
});
$$WP.Strings.getNamespace("core.accessibilityannouncements").addStrings( {
	"ClearButtonSpoken" : "Clear entered value",
	"FocusedElementSpokenContent" : "{0} {1}",
	"PleaseWait" : "Please wait",
	"Title" : "",
});
$$WP.Strings.getNamespace("core.browse").addStrings( {
	"TimeOutErrorMessage" : "The system timed out waiting for your attachment to upload - the file may be too big. Please try again.",
	"Title" : "",
	"UploadTimeout" : "20",
});
$$WP.Strings.getNamespace("core.commonutils").addStrings( {
	"AnswerError" : "Please enter your new answer.",
	"BadFilenameExtension" : "@MYCHART@FILENAME@ is invalid or does not have an allowed extension. The allowed extensions are @MYCHART@ALLOWEDEXTENSIONS@.",
	"CheckBoxSelectionError" : "At least one checkbox must be checked",
	"CurrentPasswordError" : "Please enter your current password.",
	"DataTileStaticURLPrefix" : "",
	"DataTileURLPrefix" : "",
	"LogoutRedirect" : "You are being logged out",
	"MaximumNumericError" : "Please enter a value no more than @MYCHART@MAXVALUE@.",
	"MaximumTextError" : "Text may not exceed @MYCHART@MAXIMUMLENGTH@ characters.",
	"MinimumNumericError" : "Please enter a value no less than @MYCHART@MINVALUE@.",
	"NewPasswordError" : "Your new password cannot contain any spaces.",
	"NumericError" : "Please enter a numeric value.",
	"NumericOrRangeError" : "Enter a number between @MYCHART@MINVALUE@ and @MYCHART@MAXVALUE@ or a range. A range is two numbers separated by \"@MYCHART@RANGESEPARATOR@\". The first number should be smaller than the second number.",
	"RadioButtonSelectionError" : "Please make a selection before submitting.",
	"ReTypeNewPasswordError" : "Your new password and the retyped password are not the same.",
	"StandardBannerIcon" : "",
	"StandardBannerIcon_criticalType" : "Alert",
	"StandardBannerIcon_informationalType" : "Information",
	"StandardBannerIcon_loadingType" : "Loading",
	"StandardBannerIcon_successType" : "Success",
	"StandardBannerIcon_warningType" : "Warning",
	"Title" : "",
	"YieldTitle" : "Warning",
});
$$WP.Strings.getNamespace("core.component").addStrings( {
	"ClosePopupAlt" : "Close this popup.",
	"ShowingAllContent" : "Viewing Full Content",
	"Title" : "",
});
$$WP.Strings.getNamespace("core.formvalidation").addStrings( {
	"Birthdate" : "birthdate",
	"CharacterCounter" : "@MYCHART@CHARACTERSREMAINING@ of @MYCHART@CHARACTERLIMIT@ characters remaining",
	"CharactersInvalid" : "This field must consist of only letters and punctuation",
	"Date" : "date",
	"DD" : "DD",
	"DisabledButtonToolTip" : "@MYCHART@BUTTONLABEL@ button. At least one required item is missing a valid response. Please check the form.",
	"ErrorJumpText" : "Jump to @MyChart@InputName@",
	"ErrorLabelText" : "Error: ",
	"ErrorSummaryMessageLine" : "@MyChart@InputLabelLink@: @MyChart@SummaryErrorMessage@",
	"ErrorSummaryTitle" : "You must fix these problems to continue:",
	"FieldUpdatedAnnouncementWithValue" : "Updated @MYCHART@FIELDNAME@ to @MYCHART@FORMATTEDFIELDVALUE@",
	"GeneralFormatInvalid" : "This field has a format we do not recognize",
	"HH" : "HH",
	"IncompleteGroup" : "All fields are required",
	"IncorrectDateOfBirth" : "Date of birth is incorrect.",
	"InitialsFormatInvalid" : "Initials should be followed by periods and no spaces",
	"InputDuplicative" : "Duplicate values are not allowed",
	"InputInvalid" : "Enter a valid value",
	"InputInvalidCharacters" : "Some of the text you\u0027ve entered cannot be submitted. Please remove the following characters: @MYCHART@INVALIDCHARACTERS@.",
	"InputNotCurrency" : "Enter a valid currency",
	"InputNotDateInvalidDay" : "Please enter a day that is valid for this month.",
	"InputNotDateInvalidMonth" : "Please enter a month between 1 and 12.",
	"InputNotDateInvalidYear" : "Please enter a valid year.",
	"InputNotDirectAddress" : "Enter a valid direct address",
	"InputNotEmail" : "Enter a valid email address",
	"InputNotFormattedDate" : "Please enter a date in the following format: @MYCHART@DATEFORMAT@",
	"InputNotName" : "Enter a name",
	"InputNotNumber" : "Enter a valid number",
	"InputNotPhoneNumber" : "Enter a valid phone number",
	"InputNotTime" : "Please enter a time in the following format: @MYCHART@TIMEFORMAT@",
	"InputNotValidPhone" : "Enter a valid phone number",
	"InputNotValidZIP" : "Enter a valid ZIP code",
	"InputNotWholeNumber" : "This can\u0027t be a decimal number",
	"InputNotZIP" : "Enter a ZIP code",
	"InputRequired" : "This is required",
	"InputTooEarly" : "This can\u0027t be earlier than @MYCHART@MINDATE@",
	"InputTooFew" : "You must make at least @MYCHART@MinChoices@ selections. You have made @MYCHART@Choices@ selections.",
	"InputTooHigh" : "This can\u0027t be higher than @MYCHART@MAXIMUM@",
	"InputTooLate" : "This can\u0027t be later than @MYCHART@MAXDATE@",
	"InputTooLong" : "This can\u0027t be more than @MYCHART@CHARACTERLIMIT@ characters. You\u0027ve entered @MYCHART@CHARACTERSUSED@.",
	"InputTooLow" : "This can\u0027t be lower than @MYCHART@MINIMUM@",
	"InputTooMany" : "You must make no more than @MYCHART@MaxChoices@ selections. You have made @MYCHART@NumChoices@ selections.",
	"InputTooPrecise" : "This can\u0027t be a decimal number with more than @MYCHART@PRECISION@ decimal places",
	"InputTooShort" : "@MYCHART@INPUTTYPE@ can\u0027t be less than @MYCHART@CHARACTERLIMIT@ characters. You\u0027ve entered @MYCHART@CHARACTERSUSED@.",
	"InvalidCaptcha" : "Please complete the CAPTCHA.",
	"InvalidRetype" : "@MYCHART@INPUTTYPE@ fields do not match",
	"Last4NationalIDInvalidLengthErrorMessage" : "Enter the last 4 digits of your @MYCHART@NationalIDLabel@",
	"LengthInvalid" : "This field\u0027s length is greater than our maximum allowed length",
	"MI" : "MM",
	"MM" : "MM",
	"NationalIdentifierError" : "Enter a valid @MYCHART@NATIONALIDLABEL@",
	"NationalIDLabel" : "@MYCHART@NATIONALIDLABEL@",
	"NoneChecked" : "Make a selection",
	"RequiredLegend" : "Indicates a required field.",
	"Time" : "time",
	"Title" : "",
	"TT" : "AM/PM",
	"Type" : "Input",
	"Type_date" : "Date",
	"Type_directAddress" : "Direct address",
	"Type_email" : "Email",
	"Type_number" : "Number",
	"Type_password" : "Password",
	"Type_tel" : "Phone number",
	"Type_text" : "Text",
	"Type_time" : "Time",
	"YYYY" : "YYYY",
});
$$WP.Strings.getNamespace("core.formvalidation.scheduling.confirmationstep").addStrings( {
	"CharacterCounter" : "@MYCHART@CHARACTERSREMAINING@ of @MYCHART@CHARACTERLIMIT@ characters remaining",
	"InputRequired" : "Required field is missing.",
	"Title" : "Overrides",
});
$$WP.Strings.getNamespace("core.geo").addStrings( {
	"AutolocateErrorMessage" : "Unable to find your current location.",
	"CenterButtonTooltip" : "Pan to a specific area on the map",
	"CurrentUserLocation" : "My location",
	"DatabaseCouldNotFindCoordinates" : "Could not find ZIP code.",
	"GeolocationNotSupported" : "Browser does not support geolocation.",
	"MapMarkerAltText" : "Map marker",
	"PermissionDenied" : "Permission denied.",
	"PopupCloseButtonLabel" : "Close button",
	"PopupCloseButtonTitle" : "Close item",
	"PositionUnavailable" : "Position unavailable.",
	"Timeout" : "Request timed out.",
	"Title" : "",
	"UnknownError" : "Unknown error occured.",
});
$$WP.Strings.getNamespace("core.imageviewer").addStrings( {
	"AddAnotherImage" : "Attach another image",
	"AddAnotherImageVideo" : "Attach another image or video",
	"AddAnotherVideo" : "Attach another video",
	"AddImage" : "Attach an image",
	"AddImageVideo" : "Attach an image or video",
	"AddVideo" : "Attach a video",
	"DeleteAlt" : "Delete",
	"ImageDescLabel" : "Please enter a short description for your image or video:",
	"ImageDescLabelAlt" : "Please enter a short description for your image or video.",
	"ImageLabelRequired" : "Label is required.",
	"MagnifyAlt" : "View Full Size",
	"ReachedMax" : "You may only upload @MYCHART@MAXIMAGES@ attachments.",
	"ReachedMaxSingular" : "You may only upload 1 attachment.",
	"Title" : "",
});
$$WP.Strings.getNamespace("core.loggingoutpopup").addStrings( {
	"LoggingOutMessage" : "You are being logged out.",
	"LoggingOutTitle" : "",
	"Title" : "",
});
$$WP.Strings.getNamespace("core.popup").addStrings( {
	"JumpToContent" : "Click to jump to content",
	"PopupAlert" : "A new popup window has appeared.",
	"PopupAlertWithTitle" : "A new popup window called @MYCHART@PopupTitle@ has appeared.",
	"PopupWindowAlert" : "A new window has appeared.",
	"PopupWindowAlertWithTitle" : "A new window called @MYCHART@PopupTitle@ has appeared.",
	"Title" : "",
});
$$WP.Strings.getNamespace("core.reportservices").addStrings( {
	"DefaultReportPageTitle" : "Report",
	"InvalidReport" : "Error while attempting to generate report from data repository.",
	"LoadingData" : "Loading your data...",
	"PageHeading" : "",
	"PageHeading_CLAIMS" : "Claim Details",
	"PageHeading_CONTACTSRX" : "Contact Lens Prescription",
	"PageHeading_CUSTLAB" : "Results",
	"PageHeading_EYEGLASSRX" : "Eyeglass Prescription",
	"PreText" : "",
	"PreText_CONTACTSRX" : "This page is a convenient, printable summary of your last contact lens prescription.",
	"PreText_EYEGLASSRX" : "This page is a convenient, printable summary of your last eyeglass prescription.",
	"Title" : "",
});
$$WP.Strings.getNamespace("core.safetoredirectpopup").addStrings( {
	"LeaveButtonText" : "Continue without saving",
	"Message" : "Would you like to continue without saving?",
	"SafeToRedirectTitle" : "You have unsaved changes",
	"StayButtonText" : "Stay on this page",
	"Title" : "",
});
$$WP.Strings.getNamespace("core.timeoutpopup").addStrings( {
	"FromHyperspaceMessage" : "Click \"Resume\" to continue. Otherwise, the activity will time out in @MYCHART@SecondsLeft@ seconds.",
	"FromHyperspaceStayButtonText" : "Resume",
	"FromHyperspaceTitle" : "This activity is about to time out",
	"LogOutButtonText" : "Log out",
	"PreLoginLogOutButtonText" : "Clear Page",
	"PreLoginStayButtonText" : "Stay Here",
	"StayButtonText" : "Stay logged in",
	"TimeOutMessage" : "Your session will expire in @MYCHART@SecondsLeft@ seconds.",
	"TimeOutTitle" : "Your session is expiring",
	"Title" : "",
	"WithChangesMessage" : "Your session will expire in @MYCHART@SecondsLeft@ seconds. Your form has unsaved changes. Select an option below to continue.",
	"WithChangesTitle" : "You will lose your unsaved changes",
});
$$WP.Strings.getNamespace("core.utilities").addStrings( {
	"AlertTitle" : "",
	"ClosePopupButton" : "Close",
	"Continue" : "Continue",
	"ContinueGobackTitle" : "",
	"Delete" : "Delete",
	"DeleteGobackTitle" : "Confirm delete",
	"Goback" : "Go back",
	"No" : "No",
	"Remove" : "Remove",
	"Restore" : "Restore",
	"Title" : "",
	"Yes" : "Yes",
	"YesNoTitle" : "",
});
$$WP.Strings.getNamespace("core.video").addStrings( {
	"ClosePopup" : "Close",
	"COVIDCredentialsHowToDescription" : "Learn how to share your COVID-19 testing and vaccination information quickly, easily, and securely, right from MyChart.",
	"COVIDCredentialsHowToThumbnailDescription" : "Play the Access Your Vaccination and Testing Credentials in MyChart video",
	"COVIDCredentialsHowToTitle" : "Access Your Vaccination and Testing Credentials in MyChart",
	"ErrorPopupText" : "Try again later or check out the video at \u003ca href=\"https://www.mychart.com\"\u003emychart.com\u003c/a\u003e.",
	"ErrorPopupTitle" : "Oops! We cannot find that video.",
	"GenericThumbnailDescription" : "Play a video",
	"InsuranceHowToDescription" : "Learn how to link your insurance information to your account.",
	"InsuranceHowToThumbnailDescription" : "Play the Linking Insurance to Your Account video",
	"InsuranceHowToTitle" : "Linking Insurance to Your Account",
	"InteroperabilityDescription" : "Learn how health data is securely shared between doctors and organizations.",
	"InteroperabilityThumbnailDescription" : "Play the Your Health Record on the Go video",
	"InteroperabilityTitle" : "Your Health Record on the Go",
	"LearningCardButtonText" : "Learning topics",
	"LinkMyAccountsDescription" : "Learn how to see your health information together in one unified view.",
	"LinkMyAccountsThumbnailDescription" : "Play the Linking Your Accounts video",
	"LinkMyAccountsTitle" : "Linking Your Accounts",
	"ProxyHowToDescription" : "Learn how you can give someone access to your health record to help manage your care.",
	"ProxyHowToThumbnailDescription" : "Play the Friends and Family Access video",
	"ProxyHowToTitle" : "Friends and Family Access",
	"ShareEverywhereHowToDescription" : "Learn how to share your medical record with a care provider who doesn\u0027t already have access.",
	"ShareEverywhereHowToThumbnailDescription" : "Play the Share Everywhere video",
	"ShareEverywhereHowToTitle" : "Share Everywhere",
	"SharingHowToDescription" : "Learn more about how you can share your record.",
	"SharingHowToThumbnailDescription" : "Play the Sharing Your Record video",
	"SharingHowToTitle" : "Sharing Your Record",
	"Title" : "",
	"TwoFactorHowToDescription" : "Learn how to secure your account using two factor authentication",
	"TwoFactorHowToThumbnailDescription" : "Play the two factor instruction video",
	"TwoFactorHowToTitle" : "Secure Your MyChart Account",
	"VideoHeader" : "Watch to Learn",
	"VideoPopupHeader" : "Video",
	"VideoVisitHowToDescription" : "Learn how to complete check-in and start your video visit.",
	"VideoVisitHowToThumbnailDescription" : "Play the Video Visits video",
	"VideoVisitHowToTitle" : "Video Visits",
	"WatchMoreVideos" : "Watch more videos",
});
$$WP.Strings.getNamespace("costcalculator.costsummary").addStrings( {
	"BenefitBucketHelpText" : "Your benefits represent the running total of visits, procedures, or costs linked to your insurance plan within a specific time frame. Your maximum-out-of-pocket (MOOP) and deductible are two examples of benefits.\u003cbr/\u003e A deductible represents an amount you must pay before your insurance starts paying a portion of the cost.\u003cbr/\u003e A MOOP represents the maximum amount you will pay before insurance starts paying the entirety of the remaining cost.",
	"BenefitBucketHelpTextLabel" : "What are my benefits?",
	"BenefitsCoverageHeader" : "Your coverage - @MYCHART@CoverageName@",
	"BucketAmount" : "Progress after procedure",
	"BucketCompleted" : "You\u0027ve met this benefit limit.",
	"BucketCompletedDeductible" : "You\u0027ve met this deductible.",
	"BucketCompletedMOOP" : "You\u0027ve met this MOOP.",
	"CoinsuranceTableDesc" : "A percentage of the total price that you are responsible for.",
	"CoinsuranceTableItem" : "Coinsurance",
	"CoinsuranceTableItemWithPercentage" : "@MYCHART@Percentage@% Coinsurance",
	"CopayTableDesc" : "A fixed cost you have to pay for this procedure.",
	"CopayTableItem" : "Copay",
	"CostBreakdownHeader" : "Cost breakdown",
	"CostMismatchWarning" : "This cost has been updated to be more accurate for this provider.",
	"DeductibleTableDesc" : "An amount you have to pay before your insurance starts paying a portion of the cost.",
	"DeductibleTableItem" : "Deductible",
	"DefinitionsDropdownHeader" : "Want to learn more about your cost breakdown?",
	"DefinitionsDropdownLabel" : "Learn more",
	"Family" : "Family",
	"HospServicesDesc" : "Services the hospital provides, such as equipment, room and board, etc.",
	"HospServicesLabel" : "Hospital services",
	"Individual" : "Individual",
	"InNetworkDesc" : "A provider is considered in-network if they, the locations where they offer care, or suppliers they work with have contracted with your health insurer or plan to provide healthcare services.",
	"InNetworkLabel" : "In-network",
	"InsuranceCostLabel" : "Insurance covers",
	"MOOPMetHeading" : "Maximum out-of-pocket met",
	"MOOPMetMessage" : "The service is fully covered for the plan year by @MYCHART@CoverageNameMet@.",
	"MultipleServicesNotice" : "This cost estimate may include the prices for multiple related procedures.",
	"NoncoveredTableDesc" : "An amount for the services not covered by your benefits.",
	"NoncoveredTableItem" : "Noncovered",
	"OutOfNetworkDesc" : "Out-of-network services refer to healthcare services performed by providers who have not contracted with your health insurer or plan. They can have higher costs for covered services, or might not be covered by your insurance at all.",
	"OutOfNetworkLabel" : "Out-of-network",
	"PatientCostLabel" : "You pay",
	"PriorAuthDesc" : "A decision by your health insurer determining if a procedure is medically necessary. An estimate might be inaccurate compared to the final cost depending on whether a prior authorization is approved or denied by your insurer.",
	"PriorAuthLabel" : "Prior authorization",
	"ProfServicesDesc" : "Services performed by healthcare providers.",
	"ProfServicesLabel" : "Professional services",
	"RemainingAmount" : "Currently remaining",
	"RemainingAmountAfter" : "Remaining:",
	"Title" : "",
	"TotalCostLabel" : "Overall procedure cost",
	"TotalPatientCostLabel" : "Total payment",
	"TotalValueAmount" : "@MYCHART@AccumAfterPayment@ / @MYCHART@MaxAccum@",
	"UsedAmount" : "Currently used",
});
$$WP.Strings.getNamespace("costcalculator.disclaimer").addStrings( {
	"CostDisclaimerFallback" : "Insert your organization\u0027s terms and conditions for Cost Calculator use here.",
	"CostDisclaimerTitle" : "Cost Calculator agreement",
	"DisclaimerAcceptButtonText" : "Accept",
	"DisclaimerDeclineButtonText" : "Decline",
	"DisclaimerIntroduction" : "To see the calculated cost for your procedure, review and accept the agreement below.",
	"DisclaimerPageTitle" : "Disclaimer",
	"ReviewDisclaimerLink" : "Review Cost Calculator disclaimer",
	"Title" : "",
});
$$WP.Strings.getNamespace("costcalculator.innetworksummary").addStrings( {
	"AddressIconAccessibleText" : "Address",
	"DeniedBadge" : "Likely not covered by insurance",
	"DiagnosisBadge" : "Cost depends on diagnosis",
	"InNetworkSummaryErrorAnnouncedText" : "No data available.",
	"InNetworkSummaryErrorSubText" : "Not enough data was available to determine what this procedure will cost for this provider.",
	"LocationIconAccessibleText" : "Location",
	"PriorAuthBadge" : "Prior authorization may be required",
	"ProcedurePageHeader" : "Cost Calculation for @MYCHART@Procedure@",
	"ProviderCardHeader" : "Provider information",
	"ProviderDropDownHeader" : "Providers (@MYCHART@NumProvs@)",
	"ProviderIconAccessibleText" : "Provider",
	"ProviderLinkAccessibleText" : "@MYCHART@ProviderName@, Opens in a new window",
	"SingleCodePageHeader" : "Single Code Calculation for @MYCHART@SingleCode@",
	"TemplatePageHeader" : "Cost Calculation for @MYCHART@Template@",
	"Title" : "",
});
$$WP.Strings.getNamespace("costcalculator.outofnetworksummary").addStrings( {
	"OONDeniedBadge" : "Likely not covered by insurance",
	"OONDiagnosisBadge" : "Cost depends on diagnosis",
	"OONPriorAuthBadge" : "Prior authorization may be required",
	"OutOfNetworkErrorAnnouncedText" : "No data available.",
	"OutOfNetworkErrorSubText" : "Not enough historical data was available to determine what this procedure will cost out of network.",
	"OutOfNetworkLabel" : "View Out-of-Network",
	"Title" : "",
});
$$WP.Strings.getNamespace("costcalculator.proceduresearch").addStrings( {
	"CoverageDropDownLabel" : "Coverage",
	"NoMoreProceduresToLoadText" : "All procedures shown",
	"ProcedureCodeDisplayText" : "@MYCHART@CodeSet@ : @MYCHART@Code@",
	"ProcErrorAnnouncedText" : "No procedures found.",
	"ProcErrorSubText" : "Try changing your search terms.",
	"ProcSearchGhostText" : "Procedure description or code",
	"ProcSearchIntroduction" : "Charges for a service are billed to you using what\u0027s called a \"procedure code.\" See what common procedure codes will cost at a location near you. Search for a procedure by entering either a description (such as \"x-ray\") or a code (such as \"71045\").",
	"Title" : "",
});
$$WP.Strings.getNamespace("costcalculator.providerlist").addStrings( {
	"AllProvidersOption" : "All in-network providers",
	"FilterPageConfirm" : "Apply",
	"FilterPageConfirmAccessibleText" : "Apply Filters",
	"FilterPageLinkLabel" : "Filter and Sort",
	"FilterSidebarHeader" : "Filters",
	"InNetworkLabel" : "Browse In-Network",
	"InNetworkProvListErrorAnnouncedText" : "No results found.",
	"InNetworkProvListSubTextFilters" : "Try changing your filters.",
	"MaxCostLabel" : "Maximum Cost (@MYCHART@CurrSym@)",
	"MaxDistanceLabel" : "Maximum Distance (@MYCHART@DistUnit@)",
	"NetworkDisclosurePreferredDescription" : "In-network providers are sometimes split into two categories, preferred and participating. All of them may contract with your health insurance, but generally preferred providers are less expensive than participating providers.",
	"NetworkFilterDefinitionToggle" : "How preferred network levels work",
	"NetworkLevelLabel" : "Network level",
	"PreferredBadge" : "Preferred",
	"PreferredProvidersOption" : "Preferred in-network providers",
	"ProviderListLoadDescription" : "Checking @MYCHART@ProvidersLoading@ potential providers...",
	"ProviderOverflowText" : "See cost details to view providers (@MYCHART@NumProvs@)",
	"ProvListServerErrorSubText" : "There are too many results for providers within @MYCHART@MaxDist@ @MYCHART@MaxDistUnit@. Try reducing the maximum distance for your search.",
	"RecentClaimsFilterDefinitionText" : "Providers with recent claims have recently performed this service, and their data is most up-to-date.",
	"RecentClaimsFilterDefinitionToggle" : "How this recent claims filter works",
	"RecentClaimsFilterLabelText" : "Show",
	"RecentClaimsFilterOptionAnyProviders" : "Any providers",
	"RecentClaimsFilterOptionRecentClaims" : "Providers with recent claims",
	"SortOptionCost" : "Cost",
	"SortOptionDistance" : "Distance",
	"SortOptionLabelText" : "Sort by",
	"Title" : "",
});
$$WP.Strings.getNamespace("costcalculator.providernamesearch").addStrings( {
	"NoProviderSearchResultAnnouncedText" : "No providers found. ",
	"NoProviderSearchResultSubText" : "Try changing your search terms. ",
	"ProviderSearchFieldLabel" : "Enter the name of a provider to search for",
	"ProviderSearchIntroduction" : "Search for an in-network provider by entering a name and using your location or ZIP Code.",
	"ProviderSearchLabel" : "Search by Provider Name",
	"ProvSearchServerErrorSubText" : "There are too many results for providers containing \"@MYCHART@ProvSearchTerm@\". Try changing your search terms.",
	"Title" : "",
});
$$WP.Strings.getNamespace("costcalculator.singlecodesearch").addStrings( {
	"MainProviderSearchDescription" : "Browse providers at in-network locations, search for a specific in-network provider, or view an out-of-network rate. These results are based on negotiated rates and historical data for your selected coverage.",
	"MainProviderSearchHeader" : "Single Code Lookup Results for @MYCHART@ProcedureName@",
	"SingleCodeControlHeader" : "Search for the cost of a single procedure",
	"SingleCodeDisclaimerButton" : "Back to Cost Calculator",
	"SingleCodeDisclaimerHeader" : "Use Cost Calculator or contact customer service for best results",
	"SingleCodeDisclaimerText" : "Many procedures require additional services or charges. The cost details you see in Single Code Lookup might not represent the total cost of your care. Use Cost Calculator or call customer service at @MYCHART@HELPDESKPHONE@ for a more complete cost estimate.",
	"SingleCodeLookupTitle" : "Single Code Lookup Tool",
	"SingleCodeSearchGhostText" : "Procedure description or code",
	"SingleCodeSummaryPageSubHeader" : "Many procedures require additional services or charges. The cost details you see in Single Code Lookup might not represent the total cost of your care. Use Cost Calculator or call customer service at @MYCHART@HELPDESKPHONE@ for a more complete cost estimate.",
	"Title" : "",
});
$$WP.Strings.getNamespace("costcalculator.templatesearch").addStrings( {
	"MissingSearchTermAnnouncedError" : "Enter a search term",
	"NoMoreTemplatesToLoadText" : "All results shown",
	"RelatedLinksHeader" : "Related links",
	"SingleCodeLookupButton" : "Single Code Lookup Tool",
	"SingleCodeLookupButtonDesc" : "Look up the cost of an individual procedure.",
	"SingleCodeLookupPopupConfirm" : "Continue",
	"SingleCodeLookupPopupContent" : "The Single Code Lookup Tool uses only a single procedure to calculate prices. Many procedures require additional services or charges, so the cost details you see for a single procedure might not represent the total cost of your care. Use Cost Calculator or call customer service at @MYCHART@HELPDESKPHONE@ for a more complete cost estimate.",
	"SingleCodeLookupPopupDecline" : "Stay here",
	"SingleCodeLookupPopupTitle" : "Are you sure you want to continue?",
	"TemplateCategoryHeader" : "Categories",
	"TemplateSearchControlsHeader" : "What procedure are you looking for?",
	"TemplateSearchGhostText" : "Procedure description or code",
	"TemplateSearchNoDataSubText" : "Contact customer service at @MYCHART@HELPDESKPHONE@ if you need to calculate the cost of this procedure.",
	"TemplateSearchNoDataText" : "There were no results for your search",
	"TemplateSearchPageSubHeader" : "Predict the cost of a procedure and compare costs across providers and locations.",
	"TemplateSearchResultHeader" : "Search Results for \"@MYCHART@TempSearchTerm@\"",
	"Title" : "",
});
$$WP.Strings.getNamespace("costcalculator.workflow").addStrings( {
	"ActivityTitle" : "Cost Calculator",
	"CostSummaryTabTitle" : "Cost Calculation",
	"CustomerServiceNumber" : "Contact customer service at @MYCHART@HELPDESKPHONE@ for more information on healthcare costs.",
	"DisclaimerBackButtonText" : "Procedure Search",
	"DisclaimerListReviewBackButtonText" : "Provider List",
	"DisclaimerReviewBackButtonText" : "Cost Calculation",
	"DisclaimerTabTitle" : "Disclaimer",
	"FilterBackButtonText" : "Provider List",
	"FilterTabTitle" : "Filter and Sort",
	"GeoNearMeOptionText" : "Show Locations Near Me",
	"GeoPermissionDenied" : "Location services are unavailable. Edit your location settings, or enter a ZIP Code. ",
	"GeoSelectedDropDownHeader" : "Showing Locations Near Me",
	"GeoZipOptionText" : "Show Locations Near a ZIP Code:",
	"GeoZipSearchGhostText" : "Search by ZIP Code",
	"LoadMoreText" : "Load More",
	"MainProviderSearchDescription" : "Browse providers at in-network locations, search for a specific in-network provider, or view an out-of-network rate. These results are based on negotiated rates and historical data for your selected coverage.",
	"MainProviderSearchHeader" : "Cost Calculator Results for @MYCHART@ProcedureName@",
	"NetworkDisclosureDescription" : "Network status might impact the cost of services. A provider is considered in-network if they, the locations where they offer care, or suppliers they work with have contracted with your health insurer or plan to provide healthcare services. Out-of-network services refer to healthcare services performed outside of this network, which can have higher costs for covered services or might not be covered by your insurance.",
	"NetworkDisclosureTitle" : "What is network status?",
	"NoGeolocationAnnouncedText" : "No providers to load.",
	"NoGeolocationSubText" : "Make sure you are using either your current location or your ZIP Code to search for nearby providers.",
	"NoMoreProvidersToLoadText" : "All providers shown",
	"ProcedureDisclaimerDropdown" : "Details",
	"ProcedureDisclaimerHeader" : "Additional costs may apply",
	"ProviderDistance" : "@MYCHART@Distance@ @MYCHART@DistUnit@ away",
	"ProviderListTabTitle" : "Provider List",
	"ProvListCostLabel" : "Estimated cost",
	"ProvListDetailsAccessibleText" : "See cost details for @MYCHART@ButtonHeader@",
	"ProvListDetailsAccessibleTextWithPOSType" : "See cost details for @MYCHART@ButtonHeaderPOSType@ - @MYCHART@POSTypeAx@",
	"ProvListDetailsButton" : "See cost details",
	"ProvListItemHeader" : "@MYCHART@ItemHeader@",
	"ProvListItemHeaderWithPOSType" : "@MYCHART@ItemHeaderPOSType@ - @MYCHART@POSType@",
	"ProvListLegacyBackButtonText" : "Procedure Search",
	"ProvListSingleCodeBackButtonText" : "Single Code Lookup",
	"ProvListTemplateBackButtonText" : "Search Results",
	"SearchButtonText" : "Search",
	"SearchClearButtonText" : "Clear search",
	"SearchResultsTabTitle" : "Search Results",
	"ServerResultErrorAnnouncedText" : "Unable to show results.",
	"ServerTimeoutInfo" : "The request to the server has timed out. Please wait a moment, then try again:",
	"SingleCodeDisclaimerBackButtonText" : "Single Code Lookup",
	"SingleCodeLookupTabTitle" : "Single Code Lookup Tool",
	"SummaryBackButtonText" : "Provider List",
	"TemplateDisclaimerBackButtonText" : "Search Results",
	"TemplateResultsBackButtonText" : "Search",
	"TimeoutRetryButton" : "Retry",
	"Title" : "",
	"ZipSelectedDropDownHeader" : "Showing Locations Near: @MYCHART@ZipCode@",
});
$$WP.Strings.getNamespace("coveragechangerequest.common").addStrings( {
	"ActivityName" : "Coverage Change Request",
	"MainPageTitle" : "Coverage change request",
	"Title" : "Coverage Change Request",
});
$$WP.Strings.getNamespace("coveragechangerequest.createarequest").addStrings( {
	"AddDependentCard" : "Add dependent",
	"AddressText" : "Address",
	"CancelCoverageCard" : "End coverage",
	"ChangePCPCard" : "Change PCP",
	"ChangePCPCardAXLabel" : "Change PCP for @MYCHART@Member@",
	"ChangePCPLocationCard" : "Change PCP location",
	"ChangePCPLocationCardAXLabel" : "Change PCP location for @MYCHART@Member@",
	"CoverageDropDownGhostText" : "Coverage name",
	"CreateARequestTitle" : "Request a Coverage Change",
	"DropDownHelpText" : "Members from @MYCHART@CoverageName@",
	"LocationAXText" : "Location",
	"MemberText" : "Member",
	"NoCoverageText" : "You do not have an available coverage.",
	"NoLocationText" : "No location available",
	"PastRequestsLinkText" : "View coverage change requests",
	"PCPText" : "Primary care provider (PCP)",
	"PendingRequestCountTextPlural" : "@MYCHART@PendingRequestCount@ pending requests",
	"PendingRequestCountTextSingular" : "@MYCHART@PendingRequestCount@ pending request",
	"RemoveDependentCard" : "Remove dependent",
	"RemoveDependentCardAXLabel" : "Remove dependent for @MYCHART@Member@",
	"SubscriberText" : "Subscriber",
	"Title" : "Create A Request",
	"UpdateAddressCard" : "Change address",
	"UpdateAddressCardAXLabel" : "Change address for @MYCHART@Member@",
});
$$WP.Strings.getNamespace("coveragechangerequest.detail").addStrings( {
	"AddDepTitle" : "Add dependent request from @MYCHART@Date@",
	"AddressLabel" : "New dependent address information",
	"CancelCoverageLabel" : "Coverage information",
	"CancelCvgTitle" : "End coverage request from @MYCHART@Date@",
	"ChangePCPReasonLabel" : "Reason",
	"ChangePCPTitle" : "Change PCP request from @MYCHART@Date@",
	"ContactLabel" : "New dependent contact information",
	"CoverageInformationLabel" : "Coverage information",
	"CoverageNameLabel" : "Coverage name",
	"CurrentPCPLabel" : "Original PCP information",
	"DemographicsLabel" : "New dependent demographics information",
	"EffectiveDateLabel" : "Effective date",
	"HomePhoneLabel" : "Home phone",
	"MobilePhoneLabel" : "Mobile phone",
	"NewAddressLabel" : "New address",
	"NewPCPLabel" : "New PCP information",
	"NoDataLabel" : "Not entered",
	"OriginalAddressLabel" : "Original address",
	"OtherDetailsLabel" : "Other details",
	"PCPLocationLabel" : "PCP location",
	"RemoveDepTitle" : "Remove dependent request from @MYCHART@Date@",
	"RequestDetailHeader" : "Member information",
	"Title" : "Coverage Change Request",
	"UpdateAddrNewLabel" : "New address for @MYCHART@MEMNAME@",
	"UpdateAddrOriginalLabel" : "Original address for @MYCHART@MEMNAME@",
	"UpdateAddrTitle" : "Change address request from @MYCHART@Date@",
	"WorkPhoneLabel" : "Work phone",
});
$$WP.Strings.getNamespace("coveragechangerequest.form").addStrings( {
	"AddDepAddressHeader" : "New dependent address information",
	"AddDepCheckboxLabel" : "Use the subscriber\u0027s information",
	"AddDepDemoHeader" : "New dependent demographic information",
	"AddDepFormHeader" : "Add Dependent",
	"AddDepSelectedCvgText" : "This form will add the dependent to @MYCHART@CoverageName@.",
	"CancelButtonForForm" : "Cancel",
	"CancelCoverageFormTitle" : "End Coverage",
	"CancelCoverageSelectedCvgText" : "This form will end @MYCHART@CoverageName@ for @MYCHART@MemberNames@.",
	"CancelCvgFieldTitle" : "Coverage information",
	"CancellationReasonLabel" : "Cancellation reason",
	"ChangePCPHeader" : "Change PCP",
	"ChooseAtLeastOneLabel" : "Choose at least one member",
	"ChooseDifferentProvButton" : "Choose a different provider",
	"ChoosePCPLabel" : "Choose a primary care provider",
	"CityLabel" : "City",
	"ContactCustomerService" : "Contact customer service at @MYCHART@HELPDESKPHONE@ to address coverage issues and concerns before submitting an end coverage request.",
	"CountryLabel" : "Country",
	"CountyLabel" : "County",
	"CoverageSectionHeader" : "Coverage information",
	"CoverageStartDateLabel" : "Coverage start date",
	"DateOfBirthLabel" : "Date of birth",
	"DIGITONLYSSN" : "Enter only digits.",
	"EffectiveDateLabel" : "Effective date",
	"EffectiveDateText" : "The dependent will be added to your coverage on @MYCHART@EffDate@.",
	"EndDateLabel" : "End date",
	"EventDateLabel" : "Event date",
	"FirstNameLabel" : "Legal first name",
	"FormCancelRequestPopupTitle" : "Cancel request",
	"FormPopupLeaveButton" : "Leave",
	"FormPopupStayButton" : "Stay",
	"FormPopupWarningText" : "Are you sure you want to leave this page? Your answers will not be saved.",
	"InputNotValidQE" : "@MYCHART@REASON@",
	"InputNotValidSSN" : "Enter a valid SSN.",
	"LanguageLabel" : "Language",
	"LastNameLabel" : "Legal last name",
	"MemberToRemoveLabel" : "Member to remove",
	"NameLabel" : "Name",
	"PCPLabel" : "PCP",
	"PhoneSectionHeader" : "New dependent contact information",
	"ProviderSectionHeader" : "Primary care provider information",
	"QualifyEventDefinition" : "A qualifying event is a major life change that allows you to make changes to your health plan outside of the annual Affordable Care Act open enrollment period. Major life changes include marriage, birth or adoption of a child, and loss of insurance coverage due to divorce or job changes.",
	"QualifyEventDefinitionLabel" : "More information about qualifying event",
	"QualifyingEventLabel" : "Qualifying event",
	"RelationLabel" : "Relation to subscriber",
	"RemovalReasonLabel" : "Removal reason",
	"RemoveDependentHeader" : "Remove Dependent",
	"RemoveDependentSelectedCvgText" : "This form will remove @MYCHART@Dependent@ from @MYCHART@CoverageName@.",
	"RemovePopupDialog" : "You can choose another primary care provider or proceed with no primary care provider selected",
	"RemovePopupTitle" : "Remove primary care provider?",
	"RemoveProvButton" : "Remove provider",
	"RequestInfoHeader" : "Dependent information",
	"SelectionCardForMember" : "Members this change applies to",
	"SexLabel" : "Sex",
	"SSNLabel" : "Social security number (SSN)",
	"StateLabel" : "State",
	"StreetLabel" : "Street",
	"SubmitButtonForForm" : "Submit",
	"Title" : "Coverage Change Request Form",
	"UpdateAddressHeader" : "Change Address",
	"UpdateAddressSelectedCvgText" : "This form will update the address of the members with @MYCHART@CoverageName@.",
	"UpdateAddrFieldTitle" : "New address",
	"ZipLabel" : "ZIP",
});
$$WP.Strings.getNamespace("coveragechangerequest.landingpage").addStrings( {
	"ApprovedLabel" : "Approved",
	"BannerHederText" : "Your request was submitted successfully.",
	"ConfirmationPageHelpText" : "If you would like to check the status of your request, please call @MYCHART@HELPDESKPHONE@. ",
	"Coverage" : "Coverage: @MYCHART@COVERAGENAME@",
	"DeniedLabel" : "Denied",
	"FilterLabel" : "Show: ",
	"HelpText" : "Contact customer service at @MYCHART@HELPDESKPHONE@ if you have questions or concerns about the requests you submitted.",
	"MultMemberList" : "Members: @MYCHART@MEMBERLIST@",
	"NoDataLabel" : "You have no requests.",
	"PendingLabel" : "Pending",
	"SingularMemberList" : "Member: @MYCHART@MEMBERLIST@",
	"SubmittedDateLabel" : "Submitted: @MYCHART@Date@",
	"SubmittedRequestsText" : "Submitted Requests",
	"Title" : "Coverage Change Request Landing Page",
	"ViewDetailsAccessibilityTextWithExtraInfo" : "View details for your @MYCHART@RequestType@ request from @MYCHART@SubmittedDate@ for @MYCHART@MEMBERLIST@",
	"ViewDetailsAccessibilityTextWithoutExtraInfo" : "View details for your @MYCHART@RequestType@ request from @MYCHART@SubmittedDate@",
	"ViewDetailsLabel" : "View details",
});
$$WP.Strings.getNamespace("covidtriage").addStrings( {
	"AccessCodePageHeader" : "COVID-19 Vaccine Scheduling",
	"DefaultContrastButtonLabel" : "Default contrast",
	"FooterAllRightsReserved" : "All rights reserved.",
	"FooterCopyright" : "Copyright © 2020 - @MYCHART@CURRENT_YEAR@ Epic Systems Corporation",
	"FooterPrivacyPolicy" : "Privacy Policies",
	"FooterPrivacyPolicyAriaLabel" : "Explanation of privacy policies, link",
	"HighContrastButtonLabel" : "Increase contrast",
	"HomeLinkAriaLabel" : "Back to the home page, link",
	"HomeLinkText" : "Home",
	"LandingPageDescription" : "Do you have a fever, cough, or shortness of breath? Answer a few questions, and we can help you find the right thing to do next.",
	"LandingPageFeedHeading" : "Resources",
	"LandingPageHeading" : "Are you concerned you may have COVID-19?",
	"LandingPageStartButton" : "Start screening",
	"LocationDetailedLabel" : "This location is not available for online scheduling.",
	"LocationPhoneNumber" : "Call @MYCHART@PHONENUMBER@ for instructions",
	"ResourceBody" : "",
	"ResourceBody_CDC" : "from CDC",
	"ResourceBody_StateGov" : "from State Office for Health",
	"ResourceTitle" : "",
	"ResourceTitle_CDC" : "Latest Guidelines",
	"ResourceTitle_StateGov" : "Latest Guidelines",
	"ResultDescription" : "",
	"ResultDescription_EMERGENCY" : "Your symptoms may be serious.  If you think you\u0027re having a life-threatening emergency, please call 911 or go to the emergency room.  Otherwise, please seek care immediately through your local nurse triage line or go to the nearest urgent care.",
	"ResultDescription_HOME" : "Get rest and stay hydrated. Monitor your symptoms carefully. If your symptoms get worse, call your healthcare provider immediately.",
	"ResultDescription_SCHEDULE" : "It is possible your symptoms could be caused by COVID-19 (coronavirus). We recommend that you schedule an appointment.",
	"ResultTitle" : "",
	"ResultTitle_EMERGENCY" : "Seek emergency services",
	"ResultTitle_HOME" : "Stay home",
	"ResultTitle_SCHEDULE" : "Go to the nearest clinic",
	"ScheduleButtonLabel" : "Schedule",
	"ScheduleDescription" : "",
	"ScheduleLocationDistanceFromBrowser" : "@MYCHART@DISTANCEAWAY@ miles away",
	"SchedulingLocationDetailedLabel" : "Select to start scheduling at this location",
	"SchedulingSortByLabel" : "Sort by:",
	"SchedulingSortLocationsByDistanceDetailed" : "Select to sort the list of locations by distance from your current location",
	"SchedulingSortLocationsByNameDetailed" : "Select to sort the list of locations alphabetically",
	"SchedulingSortLocationsByZipDetailed" : "Select to sort the list of locations by distance from the entered ZIP code",
	"SchedulingSortLocationsClosest" : "Closest",
	"SchedulingSortLocationsName" : "Name",
	"SchedulingZIP" : "ZIP",
	"SchedulingZIPError" : "Invalid ZIP Code entered",
	"Title" : "COVID-19 Triage",
	"TriageAnswerNegative" : "No",
	"TriageAnswerPositive" : "Yes",
	"TriageDescription" : "Answer these questions to find recommended care based on your symptoms",
	"TriageHeading" : "COVID-19 Screening",
	"TriageNextButton" : "Next question",
	"TriageQuestionPrompt" : "",
	"TriageQuestionPrompt_Breath" : "Do you have a new onset of shortness of breath or wheezing?",
	"TriageQuestionPrompt_Contact" : "In the last 14 days, have you been in contact with someone who was confirmed or suspected to have COVID-19 (Coronavirus)?",
	"TriageQuestionPrompt_Cough" : "Do you have a new onset of a cough?",
	"TriageQuestionPrompt_Fever" : "Do you feel feverish or have a thermometer-verified temperature of over 100.4° F (38° C)?",
	"TriageQuestionPrompt_HealthcareWorker" : "Are you a healthcare worker?",
	"TriageResultHeading" : "Based on your answers, you should:",
});
$$WP.Strings.getNamespace("customerservice").addStrings( {
	"CustomerServiceTopicHeader" : "What type of customer service question?",
	"Title" : "Customer Service",
	"TopicTitle" : "Customer service question",
});
$$WP.Strings.getNamespace("decisiontrees").addStrings( {
	"DTBackButtonLabel" : "Back",
	"DTCancelButtonLabel" : "Cancel",
	"DTCancelPopupDeleteResponsesButtonLabel" : "Delete responses",
	"DTCancelPopupGoBackButtonLabel" : "Go back",
	"DTCancelPopupPrompt" : "If you cancel, then any answers you have already entered will be deleted.",
	"DTCancelPopupSaveResponsesButtonLabel" : "Save responses and finish later",
	"DTCancelPopupTitle" : "Delete responses?",
	"DTContinueButtonLabel" : "Continue",
	"DTExitPopupDelete" : "Delete responses",
	"DTExitPopupGoBack" : "Stay on this page",
	"DTExitPopupPrompt" : "You\u0027re about to leave. What would you like to do?",
	"DTExitPopupSave" : "Save and finish later",
	"DTExitPopupTitle" : "You have unsaved changes",
	"DTFinishLaterButtonLabel" : "Finish later",
	"DTInfoIconAltText" : "Information",
	"DTLockedText" : "Someone else is already answering these questions for you. Please try again later.",
	"DTTreeAnswersResetSubtext" : "This tool was recently updated. You will need to re-answer the questions.",
	"DTTreeAnswersResetTitle" : "Your previous answers have been reset.",
	"Title" : "Decision Tree",
});
$$WP.Strings.getNamespace("demographics").addStrings( {
	"BaseDemographicsItemsPrompt" : "",
	"BaseDemographicsItemsPrompt_EmailAddress" : "Enter your email address",
	"BaseDemographicsItemsPrompt_HomePhone" : "Enter your home phone number, including the area code",
	"BaseDemographicsItemsPrompt_MobilePhone" : "Enter your cell phone number, including the area code",
	"BaseDemographicsItemsPrompt_PreferredPhone" : "Choose your preferred phone number",
	"BaseDemographicsItemsPrompt_WorkPhone" : "Enter your work phone number, including the area code",
	"BaseDemographicsItemsPromptDependent" : "",
	"BaseDemographicsItemsPromptDependent_EmailAddress" : "Enter @MYCHART@PatientFirstName@\u0027s email address",
	"BaseDemographicsItemsPromptDependent_HomePhone" : "Enter @MYCHART@PatientFirstName@\u0027s home phone number, including the area code",
	"BaseDemographicsItemsPromptDependent_MobilePhone" : "Enter @MYCHART@PatientFirstName@\u0027s cell phone number, including the area code",
	"BaseDemographicsItemsPromptDependent_PreferredPhone" : "Choose @MYCHART@PatientFirstName@\u0027s preferred phone number",
	"BaseDemographicsItemsPromptDependent_WorkPhone" : "Enter @MYCHART@PatientFirstName@\u0027s work phone number, including the area code",
	"BaseDemographicsItemsToVerify" : "",
	"BaseDemographicsItemsToVerify_1" : "Address",
	"BaseDemographicsItemsToVerify_2" : "Home Phone",
	"BaseDemographicsItemsToVerify_3" : "Mobile Phone",
	"BaseDemographicsItemsToVerify_4" : "Work Phone",
	"BaseDemographicsItemsToVerify_5" : "Email Address",
	"BaseDemographicsItemsToVerify_6" : "Preferred Phone",
	"BaseDemographicsItemsToVerify_7" : "Communication Preferences",
	"BaseDemographicsItemsToVerify_8" : "Phone numbers listed by preference",
	"ChooseYourCityAndState" : "Choose your city and state",
	"ChooseYourCityAndStateDependent" : "Choose @MYCHART@PatientFirstName@\u0027s city and state",
	"ChooseYourCountry" : "Choose your country",
	"ChooseYourCountryDependent" : "Choose @MYCHART@PatientFirstName@\u0027s country",
	"ChooseYourCounty" : "Choose your county",
	"ChooseYourCountyDependent" : "Choose @MYCHART@PatientFirstName@\u0027s county",
	"ChooseYourDistrict" : "Choose your district",
	"ChooseYourDistrictDependent" : "Choose @MYCHART@PatientFirstName@\u0027s district",
	"ChooseYourState" : "Choose your state",
	"ChooseYourStateDependent" : "Choose @MYCHART@PatientFirstName@\u0027s state",
	"ClearFieldButtonSpoken" : "Clear @MyChart@Label@",
	"CustomDemographicsItemsPrompt" : "",
	"CustomDemographicsItemsPrompt_110" : "What is your date of birth?",
	"CustomDemographicsItemsPrompt_123" : "What is your preferred name?",
	"CustomDemographicsItemsPrompt_130" : "What is your legal sex?",
	"CustomDemographicsItemsPrompt_131" : "What is your gender identity?",
	"CustomDemographicsItemsPrompt_132" : "What is your sexual orientation?",
	"CustomDemographicsItemsPrompt_133" : "What sex were you assigned at birth?",
	"CustomDemographicsItemsPrompt_134" : "Select your ethnic background",
	"CustomDemographicsItemsPrompt_135" : "Select your ethnic group",
	"CustomDemographicsItemsPrompt_137" : "Select your country of origin",
	"CustomDemographicsItemsPrompt_140" : "Select your marital status",
	"CustomDemographicsItemsPrompt_145" : "Select your race",
	"CustomDemographicsItemsPrompt_146" : "Select the languages you can speak",
	"CustomDemographicsItemsPrompt_148" : "Select the languages you can write",
	"CustomDemographicsItemsPrompt_150" : "Select your religion",
	"CustomDemographicsItemsPrompt_155" : "Select your preferred language",
	"CustomDemographicsItemsPrompt_160" : "What is your @MyChart@NationalIDLabel@?",
	"CustomDemographicsItemsPrompt_5190" : "Select your occupation",
	"CustomDemographicsItemsPrompt_5191" : "Enter your current job\u0027s start date",
	"CustomDemographicsItemsPrompt_5195" : "Select your industry",
	"CustomDemographicsItemsPrompt_840" : "Do you need an interpreter?",
	"CustomDemographicsItemsPrompt_87020" : "Select your pronouns",
	"CustomDemographicsItemsPromptDependent" : "",
	"CustomDemographicsItemsPromptDependent_110" : "What is @MYCHART@PatientFirstName@\u0027s date of birth?",
	"CustomDemographicsItemsPromptDependent_123" : "What is @MYCHART@PatientFirstName@\u0027s preferred name?",
	"CustomDemographicsItemsPromptDependent_130" : "What is @MYCHART@PatientFirstName@\u0027s legal sex?",
	"CustomDemographicsItemsPromptDependent_131" : "What is @MYCHART@PatientFirstName@\u0027s gender identity?",
	"CustomDemographicsItemsPromptDependent_132" : "What is @MYCHART@PatientFirstName@\u0027s sexual orientation?",
	"CustomDemographicsItemsPromptDependent_133" : "What sex was @MYCHART@PatientFirstName@ assigned at birth?",
	"CustomDemographicsItemsPromptDependent_134" : "Select @MYCHART@PatientFirstName@\u0027s ethnic background",
	"CustomDemographicsItemsPromptDependent_135" : "Select @MYCHART@PatientFirstName@\u0027s ethnic group",
	"CustomDemographicsItemsPromptDependent_137" : "Select @MYCHART@PatientFirstName@\u0027s country of origin",
	"CustomDemographicsItemsPromptDependent_140" : "Select @MYCHART@PatientFirstName@\u0027s marital status",
	"CustomDemographicsItemsPromptDependent_145" : "Select @MYCHART@PatientFirstName@\u0027s race",
	"CustomDemographicsItemsPromptDependent_146" : "Select the languages @MYCHART@PatientFirstName@ can speak",
	"CustomDemographicsItemsPromptDependent_148" : "Select the languages @MYCHART@PatientFirstName@ can write",
	"CustomDemographicsItemsPromptDependent_150" : "Select @MYCHART@PatientFirstName@\u0027s religion",
	"CustomDemographicsItemsPromptDependent_155" : "Select @MYCHART@PatientFirstName@\u0027s preferred language",
	"CustomDemographicsItemsPromptDependent_160" : "What is @MYCHART@PatientFirstName@\u0027s @MyChart@NationalIDLabel@?",
	"CustomDemographicsItemsPromptDependent_5190" : "Select @MYCHART@PatientFirstName@\u0027s occupation",
	"CustomDemographicsItemsPromptDependent_5191" : "Enter @MYCHART@PatientFirstName@\u0027s current job\u0027s start date",
	"CustomDemographicsItemsPromptDependent_5195" : "Select @MYCHART@PatientFirstName@\u0027s industry",
	"CustomDemographicsItemsPromptDependent_840" : "Does @MYCHART@PatientFirstName@ need an interpreter",
	"CustomDemographicsItemsPromptDependent_87020" : "What are @MYCHART@PatientFirstName@\u0027s pronouns?",
	"CustomDemographicsItemsToVerify" : "",
	"CustomDemographicsItemsToVerify_110" : "Date of Birth",
	"CustomDemographicsItemsToVerify_123" : "Preferred Name",
	"CustomDemographicsItemsToVerify_130" : "Legal Sex",
	"CustomDemographicsItemsToVerify_130$1" : "Female",
	"CustomDemographicsItemsToVerify_130$2" : "Male",
	"CustomDemographicsItemsToVerify_130$3" : "Unknown",
	"CustomDemographicsItemsToVerify_130$950" : "Nonbinary",
	"CustomDemographicsItemsToVerify_131" : "Gender Identity",
	"CustomDemographicsItemsToVerify_131$1" : "Female",
	"CustomDemographicsItemsToVerify_131$2" : "Male",
	"CustomDemographicsItemsToVerify_131$3" : "Transgender Female",
	"CustomDemographicsItemsToVerify_131$4" : "Transgender Male",
	"CustomDemographicsItemsToVerify_131$5" : "Not Listed",
	"CustomDemographicsItemsToVerify_131$6" : "Choose not to disclose",
	"CustomDemographicsItemsToVerify_131$7" : "Nonbinary",
	"CustomDemographicsItemsToVerify_131$8" : "Genderqueer",
	"CustomDemographicsItemsToVerify_132" : "Sexual Orientation",
	"CustomDemographicsItemsToVerify_132$1" : "Lesbian or Gay",
	"CustomDemographicsItemsToVerify_132$2" : "Straight",
	"CustomDemographicsItemsToVerify_132$3" : "Bisexual",
	"CustomDemographicsItemsToVerify_132$4" : "Something else",
	"CustomDemographicsItemsToVerify_132$5" : "Don\u0027t know",
	"CustomDemographicsItemsToVerify_132$6" : "Choose not to disclose",
	"CustomDemographicsItemsToVerify_133" : "Sex Assigned At Birth",
	"CustomDemographicsItemsToVerify_133$1" : "Female",
	"CustomDemographicsItemsToVerify_133$2" : "Male",
	"CustomDemographicsItemsToVerify_133$3" : "Unknown",
	"CustomDemographicsItemsToVerify_133$4" : "Not recorded on birth certificate",
	"CustomDemographicsItemsToVerify_133$5" : "Choose not to disclose",
	"CustomDemographicsItemsToVerify_133$6" : "Uncertain",
	"CustomDemographicsItemsToVerify_134" : "Ethnic Background",
	"CustomDemographicsItemsToVerify_135" : "Ethnic Group",
	"CustomDemographicsItemsToVerify_137" : "Country of Origin",
	"CustomDemographicsItemsToVerify_140" : "Marital Status",
	"CustomDemographicsItemsToVerify_145" : "Race",
	"CustomDemographicsItemsToVerify_146" : "Languages Spoken",
	"CustomDemographicsItemsToVerify_148" : "Languages Written",
	"CustomDemographicsItemsToVerify_150" : "Religion",
	"CustomDemographicsItemsToVerify_155" : "Preferred Language",
	"CustomDemographicsItemsToVerify_160" : "@MyChart@NationalIDLabel@",
	"CustomDemographicsItemsToVerify_5190" : "Occupation",
	"CustomDemographicsItemsToVerify_5191" : "Current Job Start Date",
	"CustomDemographicsItemsToVerify_5195" : "Industry",
	"CustomDemographicsItemsToVerify_840" : "Interpreter Needed",
	"CustomDemographicsItemsToVerify_840$1" : "YES",
	"CustomDemographicsItemsToVerify_840$2" : "NO",
	"CustomDemographicsItemsToVerify_87020" : "Pronouns",
	"CustomDemographicsItemsToVerify_87020$95" : "any/all",
	"CustomDemographicsItemsToVerify_87020$96" : "name as pronoun",
	"CustomDemographicsItemsToVerify_87020$97" : "choose not to disclose",
	"CustomDemographicsItemsToVerify_87020$98" : "unknown",
	"CustomDemographicsItemsToVerify_87020$99" : "not listed",
	"DemographicsGroup" : "",
	"DemographicsGroup_1" : "Contact information",
	"DemographicsGroup_2" : "Details about me",
	"DemographicsGroup_3" : "Details about me",
	"DemographicsGroup_4" : "Details about me",
	"DemographicsGroupDependent" : "",
	"DemographicsGroupDependent_1" : "Contact information",
	"DemographicsGroupDependent_2" : "Details about @MYCHART@PatientFirstName@",
	"DemographicsGroupDependent_3" : "Details about @MYCHART@PatientFirstName@",
	"DemographicsGroupDependent_4" : "Details about @MYCHART@PatientFirstName@",
	"DemographicsUpdateFailed" : "Your changes could not be saved. When you are finished, see the receptionist to update your information.",
	"EditYourAddress" : "Edit your address",
	"EditYourAddressDependent" : "Edit @MYCHART@PatientFirstName@\u0027s address",
	"EnterYourAddress" : "Enter your address",
	"EnterYourAddressDependent" : "Enter @MYCHART@PatientFirstName@\u0027s address",
	"EnterYourAddressLine1" : "Enter the first line of your address",
	"EnterYourAddressLine1Dependent" : "Enter the first line of @MYCHART@PatientFirstName@\u0027s address",
	"EnterYourAddressLine2" : "Enter the second line of your address",
	"EnterYourAddressLine2Dependent" : "Enter the second line of @MYCHART@PatientFirstName@\u0027s address",
	"EnterYourAddressLine3" : "Enter the third line of your address",
	"EnterYourAddressLine3Dependent" : "Enter the third line of @MYCHART@PatientFirstName@\u0027s address",
	"EnterYourCity" : "Enter your city",
	"EnterYourCityDependent" : "Enter @MYCHART@PatientFirstName@\u0027s city",
	"EnterYourHouseNumber" : "Enter your house number",
	"EnterYourHouseNumberDependent" : "Enter @MYCHART@PatientFirstName@\u0027s house number",
	"EnterYourPostalCode" : "Enter your postal code",
	"EnterYourPostalCodeDependent" : "Enter @MYCHART@PatientFirstName@\u0027s postal code",
	"EnterYourStreetAddress" : "Enter your street address",
	"EnterYourStreetAddressDependent" : "Enter @MYCHART@PatientFirstName@\u0027s street address",
	"EnterYourZipCode" : "Enter your ZIP code",
	"EnterYourZipCodeDependent" : "Enter @MYCHART@PatientFirstName@\u0027s ZIP code",
	"FreeTextPronounLabel" : "Enter your additional pronouns",
	"FreeTextPronounLabelDependent" : "Enter @MyChart@PatientFirstName@\u0027s additional pronouns",
	"Header" : "Verify Your Personal Information",
	"HeaderDependent" : "Verify @MYCHART@PatientFirstName@\u0027s Information",
	"HeaderSubtext" : "Allow time for these changes to be reflected in your legal medical record. Information entered here may be visible to anyone with access to the record.",
	"HeaderSubtextDependent" : "Allow time for these changes to be reflected in @MYCHART@PatientFirstName@\u0027s legal medical record. Information entered here may be visible to anyone with access to the record.",
	"InvalidAnswers" : "Some of your answers are missing or incorrectly formatted. Check your answers and try again.",
	"ManuallyAddAddressCommand" : "Manually enter your address",
	"ManuallyAddAddressCommandDependent" : "Manually enter @MYCHART@PatientFirstName@\u0027s address",
	"NewPatientDemographicsGroup" : "Details about me",
	"NewPatientDemographicsGroupDependent" : "Details about the patient",
	"NewPatientHeader" : "Enter Your Personal Information",
	"NewPatientHeaderDependent" : "Enter the Patient\u0027s Information",
	"NewPatientHeaderSubtext" : "Information entered here may be visible to anyone with access to your legal medical record.",
	"NewPatientHeaderSubtextDependent" : "Information entered here may be visible to anyone with access to the patient\u0027s legal medical record.",
	"NotOnFile" : "Not on file",
	"PhoneList" : "",
	"PhoneList_AddNewPhone" : "Add",
	"PhoneList_AddNewPhonePrompt" : "Enter phone number, including the area code",
	"PhoneList_AddNewPhoneType" : "Select the phone type for the new number",
	"PhoneList_UpdateNumber" : "Update phone number",
	"PhoneList_UpdateType" : "Select the phone type",
	"PhoneNumbers" : "Phone numbers listed by preference",
	"PhoneNumbersNotOnFile" : "No phone numbers on file",
	"PhoneNumberSpoken" : "Number",
	"PhoneType" : "",
	"PhoneType_1" : "Cell",
	"PhoneType_2" : "Pager",
	"PhoneType_3" : "Home Fax",
	"PhoneType_4" : "Fax",
	"PhoneType_5" : "Assistant",
	"PhoneType_6" : "TTY",
	"PhoneType_7" : "Home",
	"PhoneType_8" : "Work",
	"PhoneType_9" : "Video Phone",
	"PhoneTypeSpoken" : "Type",
	"PreferredPhoneWarning" : "Enter a phone number before choosing preferred phone",
	"PrimaryPhoneSpoken" : "Primary phone",
	"PrioritizePhoneSpoken" : "Mark as primary",
	"RequiredFieldHelpText" : "All fields are required unless marked optional.",
	"Title" : "",
	"VerifyYourAddress" : "Verify your address",
	"VerifyYourAddressDependent" : "Verify @MYCHART@PatientFirstName@\u0027s address",
});
$$WP.Strings.getNamespace("demographics.relationships").addStrings( {
	"AddButton" : "Add contact",
	"AddContactTitle" : "Add a New Contact",
	"AddNewSuccessMessage" : "New contact added successfully.",
	"AddQueuedWarning" : "Your new contact has been submitted and is pending approval.",
	"AddRelationshipHeader" : "New Contact",
	"AddressLabels" : "",
	"AddressLabels_1" : "Street Address",
	"AddressLabels_2" : "City",
	"AddressLabels_3" : "State",
	"AddressLabels_4" : "ZIP",
	"AddressLabels_5" : "County",
	"AddressLabels_6" : "Country",
	"AddressLabels_7" : "House Number",
	"AddressLabels_8" : "District",
	"AdressLabel" : "Address",
	"CancelButton" : "Cancel",
	"ChangesSubmittedPopupTitle" : "Your changes have been submitted",
	"EditButton" : "Edit",
	"EditButtonScreenReaderLabel" : "Edit Contact: @MYCHART@CONTACTNAME@",
	"EditContactTitle" : "Edit Contact",
	"EditContactWithNameTitle" : "Edit Contact:  @MYCHART@CONTACTNAME@",
	"EmailLabel" : "Email",
	"EmergencyContactsTitle" : "Emergency Contacts",
	"EOLPlanningPageMnemonic" : "@MYCHART@BrandEOLPlanning@",
	"EOLPlanningPageTitle" : "End-of-Life Planning",
	"EptLinkedContactDisabledEditTooltip" : "This information can only be edited from this person\u0027s health record.",
	"EptLinkedContactDisabledRemoveTooltip" : "This contact is linked to another patient and cannot be removed here. Call @MYCHART@HELPDESKPhone@ to make changes.",
	"EptLinkedLockedMessage" : "Certain information is protected under another patient record",
	"GoBackButton" : "Go back",
	"HCADisabledRemoveMessage" : "This person is a Health Care Agent and cannot be removed here. Leave Personal Information and go to the @MYCHART@EOLPlanningLink@ page to remove them.",
	"HCADisabledRemoveNoSecurity" : "This person is a Health Care Agent and cannot be removed here. Please call @MYCHART@HELPDESKPHONE@ to make changes.",
	"HCADisabledRemoveTooltip" : "This person is a Health Care Agent and cannot be removed here. Go to the @MYCHART@BrandEOLPlanning@ page to remove them.",
	"HCADisabledRemoveTooltipNoMnemonic" : "This person is a Health Care Agent and cannot be removed here. Go to the End-of-Life Planning page to remove them.",
	"HealthCareAgentLabel" : " (Health Care Agent)",
	"HomePhoneNumberLabel" : "Home Phone",
	"InvalidRelationshipError" : "Enter a valid relationship",
	"LinkedAddressMessage" : "This contact uses your address and home phone. Update your information or call @MYCHART@HELPDESKPHONE@ to make changes.",
	"MakePrimaryContactCheckboxLabel" : "Make this person the primary contact",
	"MobilePhoneNumberLabel" : "Mobile Phone",
	"NoContactsText" : "You have no contacts on file.",
	"NoContactsTextDependent" : "@MYCHART@PatientFirstName@ has no contacts on file.",
	"NoNumberEnteredIconAltText" : "Phone",
	"NoNumberEnteredMessage" : "No phone numbers entered",
	"PatientContactIconLabel" : "Patients Contact",
	"PreferredDeviceIdentifier" : "preferred",
	"PreferredDeviceOptionLabels" : "",
	"PreferredDeviceOptionLabels_1" : "Mobile Phone",
	"PreferredDeviceOptionLabels_7" : "Home Phone",
	"PreferredDeviceOptionLabels_8" : "Work Phone",
	"PreferredDeviceTooltip" : "Preferred Phone Number",
	"Pretext" : "These people may be contacted in the event of an emergency.",
	"PretextWithHCAMessage" : "These people may be contacted in the event of an emergency. If you\u0027re looking for information about Health Care Agents, please go to the \u003ca href=\"@MYCHART@ABSOLUTEURL@inside.asp?mode=acp\"\u003e@MYCHART@BrandEOLPlanning@ page.\u003c/a\u003e",
	"PretextWithHCAMessageAndLink" : "These people may be contacted in the event of an emergency. If you\u0027re looking for information about Health Care Agents, please go to the @MYCHART@EOLPlanningLink@ page.",
	"PretextWithHCAMessageNoMnemonic" : "These people may be contacted in the event of an emergency. If you\u0027re looking for information about Health Care Agents, please go to the \u003ca href=\"@MYCHART@ABSOLUTEURL@inside.asp?mode=acp\"\u003eEnd-of-Life Planning page.\u003c/a\u003e",
	"PrimaryContactCheckboxLabel" : "Primary Contact",
	"PrimaryContactLabel" : "Primary",
	"PrimaryContactLabelTooltip" : "This person will be contacted first in the event of an emergency.",
	"PrimaryContactWithName" : "@MYCHART@CONTACTNAME@ (Primary)",
	"PrivateContactLockIconAltText" : "Contact: @MYCHART@CONTACTNAME@ locked",
	"PrivateContactMessageBody" : "This contact is connected to a patient’s record and can’t be shown for legal reasons. Call @MYCHART@HELPDESKPHONE@ to verify the information on file.",
	"PrivateContactMessageHeader" : "Cannot edit information on file.",
	"RelationshipFirstNameLabel" : "First Name",
	"RelationshipInformationSectionLabel" : "Relationship Information",
	"RelationshipLastNameLabel" : "Last Name",
	"RelationshipTypeLabel" : "Relationship",
	"RemoveButton" : "Remove",
	"RemoveButtonScreenReaderLabel" : "Remove Contact: @MYCHART@CONTACTNAME@",
	"RemoveContactInfoBubbleAriaLabel" : "More information about removing this contact",
	"RemoveContactPopupMessage" : "Are you sure you want to remove @MYCHART@CONTACTNAME@ as your contact?",
	"RemoveContactPopupTitle" : "Remove Contact",
	"RemoveInfoBubbleText" : "Cannot remove?",
	"RemoveQueuedWarning" : "This contact will be removed. This may take some time.",
	"RemoveSuccessMessage" : "@MYCHART@CONTACTNAME@ has been removed.",
	"RemoveThisContactButton" : "Remove this contact",
	"SaveButton" : "Save changes",
	"SaveChangesSuccessMessage" : "Changes to @MYCHART@CONTACTNAME@ have been saved.",
	"SaveFailedWarning" : "This action could not be completed right now. Please try again later.",
	"SelfLinkedContactDisabledRemoveTooltip" : "This contact is linked to you and cannot be removed here. Call @MYCHART@HELPDESKPhone@ to make changes.",
	"Title" : "Family \u0026 Friends",
	"UpdateQueuedWarning" : "Your changes have been submitted but may take some time to be updated.",
	"ViewOnlyContactDisabledEditTooltip" : "This person cannot be edited. Please call @MYCHART@HELPDESKPHONE@ to make changes.",
	"VRKContact" : "This contact was imported from the Population Registry.",
	"VRKDisabledRemoveTooltip" : "This contact comes from the Population Registry and cannot be removed here.",
	"WorkPhoneNumberLabel" : "Work Phone",
});
$$WP.Strings.getNamespace("demographicsform").addStrings( {
	"AddAnotherPhoneNumberButtonText" : "Add another phone number",
	"AddressRequiredMessage" : "\u003cspan class=\"required\"\u003e\u0026nbsp;\u003c/span\u003eAddress information is required.",
	"AddressSectionLabel" : "Address",
	"AddressSectionLabelWithName" : "Address for @MYCHART@SECTIONTITLENAME@",
	"AddressSectionPosttext" : "",
	"AddressSectionPretext" : "",
	"AvsAccessibilityDetails" : "You will receive a printable summary after the visit. How would you like it to be formatted?",
	"AvsAccessibilityMode" : "",
	"AvsAccessibilityMode_Mode0" : "Default",
	"AvsAccessibilityMode_Mode1" : "Large Font Text",
	"AvsAccessibilityMode_Mode2" : "Screen Reader Friendly",
	"AvsAccessibilityPostText" : "",
	"AvsAccessibilityPrompt" : "Visit Summary",
	"CarrierChargesWarning" : "Carrier charges may apply",
	"ContactMethodsSectionLabel" : "Contact methods",
	"ContactMethodsSectionLabelWithName" : "Contact methods for @MYCHART@SECTIONTITLENAME@",
	"DateOfBirthHint" : "MM/DD/YYYY",
	"DateOfBirthInvalidErrorMessage" : "Date of birth is invalid.",
	"DateOfBirthLabel" : "Date of birth",
	"DateOfBirthMinAgeNotMet" : "You must be at least @MYCHART@MINIMUMAGE@ years old",
	"DateOfBirthNotpastErrorMessage" : "Date of birth cannot be a future date.",
	"DateOfBirthRequiredErrorMessage" : "Date of birth is required.",
	"DateOfBirthTooYoung" : "You are too young to verify online. Please contact your clinic at @MYCHART@HELPDESKPHONE@ for signup instructions.",
	"DeletePhoneNumberButtonText" : "Delete phone number",
	"EmailHint" : "",
	"EmailInvalidErrorMessage" : "Email address is invalid.",
	"EmailLabel" : "Email address",
	"EmailRequiredErrorMessage" : "Email address is required.",
	"ErrorLoadingForm" : "There was a problem loading the form.",
	"EthnicBackgroundInvalidErrorMessage" : "Choose an ethnic background from the list.",
	"EthnicBackgroundLabel" : "Ethnic background",
	"EthnicityInvalidErrorMessage" : "Choose an ethnicity from the list.",
	"EthnicityLabel" : "Ethnicity",
	"FastPassWarningText" : "You\u0027ve asked to receive notifications if earlier visits open up. Enter your phone number so we can contact you.",
	"FreeTextPronounLabel" : "Additional pronouns (not listed)",
	"GenderIdentityInvalidErrorMessage" : "Choose a gender identity from the list.",
	"GenderIdentityLabel" : "Gender identity",
	"GuarantorContactSectionLabel" : "Guarantor contact information",
	"GuarantorDateOfBirthLabel" : "Guarantor date of birth",
	"GuarantorNameSectionLabel" : "Guarantor name",
	"GuarantorRelationshipLabel" : "Guarantor relationship to patient",
	"HomePhoneHint" : "NNN-NNN-NNNN",
	"HomePhoneInvalidErrorMessage" : "Home phone number is invalid.",
	"HomePhoneLabel" : "Home phone",
	"HomePhoneRequiredErrorMessage" : "Home phone number is required.",
	"Last4SSNHint" : "NNNN",
	"Last4SSNInvalidLengthErrorMessage" : "Last four digits of @MYCHART@NATIONALIDLABEL@ entered does not have the correct length.",
	"Last4SSNLabel" : "Last four digits of @MYCHART@NATIONALIDSHORTLABEL@",
	"Last4SSNRequiredErrorMessage" : "Last four digits of @MYCHART@NATIONALIDLABEL@ are required.",
	"LegalSexInvalidErrorMessage" : "Choose a legal sex from the list.",
	"LegalSexLabel" : "Legal sex",
	"LegalSexRequiredErrorMessage" : "Legal sex is required.",
	"MaritalStatusInvalidErrorMessage" : "Choose a marital status from the list.",
	"MaritalStatusLabel" : "Marital status",
	"MedicalRecordNumberHint" : "",
	"MedicalRecordNumberLabel" : "Medical record number",
	"MedicalRecordNumberPopupHint" : "\u003cp\u003e\u003cspan class=\"bold\"\u003eWhat is a medical record number?\u003c/span\u003e\u003c/p\u003e\u003cp\u003eThis is the number assigned to you when you registered in the clinic. This number helps staff in the clinics to quickly identify your medical record. If you do not know your medical record number, you may call the registration desk. \u003c/p\u003e",
	"MedicalRecordNumberRequiredErrorMessage" : "Medical record number is required.",
	"MobilePhoneHint" : "NNN-NNN-NNNN",
	"MobilePhoneInvalidErrorMessage" : "Mobile phone number is invalid.",
	"MobilePhoneLabel" : "Mobile phone",
	"MobilePhoneRequiredErrorMessage" : "Mobile phone number is required.",
	"MultipleSelectHelpText" : "You can hold the CTRL key while clicking to select multiple options.",
	"NameCharactersInvalid" : "Enter a name that starts with a letter and contains only letters and punctuation.",
	"NameCharactersInvalidApostropheAllowed" : "Enter a name that starts with a letter or an apostrophe and contains only letters and punctuation.",
	"NameErrorsLabel" : "Name",
	"NameGeneralFormatInvalid" : "One or more of the entered names cannot be saved. Please try again.",
	"NameInitialsFormatInvalid" : "Enter only letters followed by periods. Do not enter any spaces.",
	"NameInputHint" : "",
	"NameInputHint_NameInput1" : "",
	"NameInputHint_NameInput2" : "",
	"NameInputHint_NameInput3" : "",
	"NameInputLabel" : "",
	"NameInputLabel_Academic" : "Academic",
	"NameInputLabel_FatherName" : "Father name",
	"NameInputLabel_FirstName" : "First name",
	"NameInputLabel_GivenNameInitials" : "Given name initials",
	"NameInputLabel_GrandfatherName" : "Grandfather name",
	"NameInputLabel_LastName" : "Last name",
	"NameInputLabel_LastNameFormatOption" : "Last name format",
	"NameInputLabel_LastNamePrefix" : "Last name prefix",
	"NameInputLabel_MiddleName" : "Middle name",
	"NameInputLabel_NameInput1" : "First name",
	"NameInputLabel_NameInput2" : "Middle name",
	"NameInputLabel_NameInput3" : "Last name",
	"NameInputLabel_Preferred" : "Preferred first name",
	"NameInputLabel_PreferredType" : "Preferred type",
	"NameInputLabel_SpouseLastName" : "Spouse last name",
	"NameInputLabel_SpouseLastNamePrefix" : "Spouse last name prefix",
	"NameInputLabel_Suffix" : "Suffix",
	"NameInputLabel_Title" : "Title",
	"NameLengthInvalid" : "The entered name is too long. Please enter a shorter name.",
	"NameRequiredError" : "",
	"NameRequiredError_NameInput1" : "First name is required.",
	"NameRequiredError_NameInput2" : "Middle name is required.",
	"NameRequiredError_NameInput3" : "Last name is required.",
	"NameSectionLabel" : "Name",
	"NameSectionPosttext" : "",
	"NameSectionPretext" : "",
	"NationalIDHint" : "NNN-NN-NNNN",
	"NationalIDInvalidErrorMessage" : "@MYCHART@NATIONALIDLABEL@ is invalid.",
	"NationalIDLabel" : "@MYCHART@NATIONALIDLABEL@",
	"NationalIDRequiredErrorMessage" : "@MYCHART@NATIONALIDLABEL@ is required.",
	"OnePhoneNumberRequired" : "Only one phone number is required",
	"OtherSectionLabel" : "Other information",
	"OtherSectionPosttext" : "",
	"OtherSectionPretext" : "",
	"PatientAddressSectionLabel" : "Patient\u0027s address",
	"PatientMRNLabel" : "MRN",
	"PatientNameSectionLabel" : "Patient\u0027s name",
	"PatientOtherSectionLabel" : "Other patient information",
	"PhoneAddedStatusMessage" : "Phone number @MyChart@AddedPhoneRowNumber@ added",
	"PhoneDeletedStatusMessage" : "Phone number @MyChart@DeletedPhoneRowNumber@ deleted",
	"PhoneNumberInputLabel" : "Phone number",
	"PhoneNumberRowLabel" : "Phone number @MyChart@PhoneRowNumber@",
	"PhoneTypeInputLabel" : "Phone type",
	"PhoneTypes" : "",
	"PhoneTypes_home" : "Home",
	"PhoneTypes_mobile" : "Mobile",
	"PhoneTypes_work" : "Work",
	"PreferredLanguageInvalidErrorMessage" : "Choose a preferred language from the list.",
	"PreferredLanguageLabel" : "Preferred language",
	"PreferredPhoneBlankErrorMessage" : "This phone number is preferred and cannot be blank.",
	"PreferredPhoneInputLabel" : "Preferred phone",
	"PronounsInvalidErrorMessage" : "Choose pronouns from the list.",
	"PronounsLabel" : "Pronouns",
	"ProxyRelationshipInvalidErrorMessage" : "Relationship is invalid.",
	"ProxyRelationshipLabel" : "Relationship to patient",
	"ProxyRelationshipRequiredErrorMessage" : "Relationship is required.",
	"ProxyRelationshipSelectPrompt" : "",
	"RaceInvalidErrorMessage" : "Choose a race from the list.",
	"RaceLabel" : "Race",
	"RelationshipLabel" : "Relationship",
	"ReligionInvalidErrorMessage" : "Choose a religion from the list.",
	"ReligionLabel" : "Religion",
	"RemovePhoneNumberButtonLabel" : "Remove",
	"SexAssignedAtBirthInvalidErrorMessage" : "Choose a sex assigned at birth from the list.",
	"SexAssignedAtBirthLabel" : "Sex assigned at birth",
	"SexualOrientationInvalidErrorMessage" : "Choose a sexual orientation from the list.",
	"SexualOrientationLabel" : "Sexual orientation",
	"SmsSenderShortCodeLabel" : "Messages will be sent from @MYCHART@SHORTCODE@",
	"TemporaryAddressSectionLabel" : "Temporary address",
	"TextOptInLabel" : "Send me text notifications",
	"Title" : "Demographics",
	"UserContactSectionLabel" : "Your contact information",
	"UserNameSectionLabel" : "Your name",
	"VerifyEmailHint" : "",
	"VerifyEmailLabel" : "Verify email address",
	"VerifyEmailNotMatchErrorMessage" : "Email addresses do not match",
	"VerifyEmailRequiredErrorMessage" : "Email address is required.",
	"WorkPhoneHint" : "NNN-NNN-NNNN",
	"WorkPhoneInvalidErrorMessage" : "Work phone number is invalid.",
	"WorkPhoneLabel" : "Work phone",
	"WorkPhoneRequiredErrorMessage" : "Work phone number is required.",
});
$$WP.Strings.getNamespace("devicetracking").addStrings( {
	"AcceptEnrollmentButton" : "Remember",
	"DeclineEnrollmentButton" : "No thanks",
	"DeviceTrackingDisableButtonText" : "Turn off",
	"DeviceTrackingEnableButtonText" : "Turn on",
	"DeviceTrackingSaveSuccessText" : "Your settings have been updated.",
	"DeviceTrackingToggleButtonText" : "Remember my devices",
	"DeviceTrackingUpdateDisableSummary" : "When enabled, we remember the devices you have logged in with before, which further secures your account. We do this by storing a piece of information in your browser. This is not used for advertising or to track you across other websites. Turning this off will clear existing information about your browsers.",
	"DeviceTrackingUpdateEnableSummary" : "When enabled, we remember the devices you have logged in with before, which further secures your account. We do this by storing a piece of information in your browser. This is not used for advertising or to track you across other websites.",
	"DeviceTrackingUpdateHeading" : "Remember Devices",
	"EnrollmentDescription" : "Will you help us secure your account? By clicking \u0027Remember\u0027, you give us permission to remember the devices you\u0027ve used to log in. We do this by storing a piece of information in your browser. This is not used for advertising or to track you across other websites. You can opt in or out at any time in Account Settings.",
	"EnrollmentInfographicAltText" : "Image of a computer monitor displaying a lock and a mobile phone displaying a lock.",
	"EnrollmentTitle" : "Remember Devices",
	"SkipDemoAuthOnKnownDeviceDescription" : "If you choose to remember your device, you won\u0027t have to verify your demographic information on that device when you receive an email or text notification with a link to @MYCHART@APPTITLE@.",
	"Title" : "Remember Devices",
});
$$WP.Strings.getNamespace("directlinks").addStrings( {
	"ActivityDescription" : "View and manage who is invited to this video visit: \u003cb\u003e@MYCHART@VisitTitle@\u003c/b\u003e at @MYCHART@VisitTime@ @MYCHART@TimeZone@ on @MYCHART@VisitDate@",
	"ActivityInfo" : "Guests may have been invited by your provider. Guests will be able to join your video visit by clicking a link in the invitation they received.",
	"ActivityInfoAndSuggestion" : "Invite a guest to join this video visit, such as a family member or caregiver. Guests can join the video visit with the link in their invitation message. Guests may have been invited by your provider.",
	"AddNewGuest" : "-- New Guest --",
	"AddNewGuestButton" : "Invite a new guest",
	"BackButtonText" : "Back to Appointment Details",
	"CallToActionPrivacyPolicy" : "Privacy Policy",
	"CallToActionTermsAndConditions" : "Terms and Conditions",
	"CancelNewGuestInviteText" : "Cancel",
	"CapacityFull" : "This video visit is full. If more guests are invited, they may not be able to join.",
	"CapacityFullDetail" : "You may not invite anyone else to your video visit, but you can re-send invitations to guests who have already been invited.",
	"CapacityFullHeader" : "This video visit is full.",
	"CapacityRemainingDetail" : "Remaining guests: @MYCHART@UsersRemaining@",
	"CapacityRemainingHeader" : "You can invite more people to this video visit.",
	"DirectLinksTitle" : "Video Visit Participants",
	"EditButtonAriaLabel" : "Edit invitation to: @MYCHART@InvitedPersonName@",
	"EmailLabel" : "Email",
	"FirstNameLabel" : "First name",
	"GuestConsentSentence" : "This person has agreed to receive a text message.",
	"GuestsTitle" : "Guests",
	"IsInvited" : "Invited",
	"LastEmailSentAt" : "Last email sent at: @MYCHART@LastSentInstant@ @MYCHART@TimeZone@",
	"LastNameLabel" : "Last name",
	"LastSentDestination" : "To: @MYCHART@Destination@",
	"LastSmsSentAt" : "Last text sent at: @MYCHART@LastSentInstant@ @MYCHART@TimeZone@",
	"NewGuestError" : "This person could not be invited at this time. Please try again later.",
	"NewGuestSelectLabel" : "Invitation recipient",
	"NewGuestSelectPrompt" : "Select someone to invite",
	"NewInvitationLabel" : "Invite a new guest",
	"NoProvidersInfo" : "A provider has not been assigned to this visit yet. Once a provider is scheduled for your visit they will be listed here.",
	"PersonalInformationAltText" : "Personal Information",
	"PersonalInformationButtonLabel" : "Personal Information",
	"PersonalInformationTooltip" : "Manage personal information and emergency contacts",
	"PhoneInputLabel" : "Phone number",
	"PhoneLabel" : "Text message",
	"ProviderInfo" : "See who has been scheduled or invited to participate in this visit. Additional staff may join to help with the visit.",
	"ProviderIsInvitedText" : "Invited to join",
	"ProviderIsScheduledText" : "Scheduled to join",
	"ProviderLabel" : "(Provider)",
	"ProvidersTitle" : "Providers and Staff",
	"RelatedLinksSidebarHeader" : "Related Links",
	"RelationshipLabel" : "Relationship",
	"SaveAsEmergencyContact" : "Make this person an emergency contact",
	"SaveContactDestination" : "Update this contact\u0027s information for future use",
	"SendAndSaveNewGuestInviteEmail" : "Save and send email invitation",
	"SendAndSaveNewGuestInviteSMS" : "Save and send text message invitation",
	"SendAnotherInvite" : "Edit invitation",
	"SendNewGuestInviteEmail" : "Send email invitation",
	"SendNewGuestInviteSMS" : "Send text message invitation",
	"SendNewGuestInviteText" : "Send invitation",
	"Title" : "Direct Links",
});
$$WP.Strings.getNamespace("directmessage").addStrings( {
	"AuthorLabel" : "Your name",
	"ComposerStepDisclaimer" : " \u003cspan class=\"attention\" role=\"alert\"\u003eOnly one message may be sent per session.\u003c/span\u003e",
	"ComposerStepDisclaimerDetail" : "Notes may not be reviewed regularly. You are responsible for communicating urgent findings and time-sensitive information directly to the patient\u0027s care team, regardless of how you use Share Everywhere. ",
	"ContactStepDisclaimer" : "Please include contact information to ensure continuity of your care. Unattributed or unsubstantiated notes may be removed from the patient\u0027s chart. ",
	"ContactStepHeader" : "Your contact information",
	"ContinueMessageButtonTitle" : "Continue message...",
	"DefaultTheme" : "Default Theme",
	"DirectMessageLogoAltText" : "Direct message logo.",
	"DirectMessagePretext" : "This message could be read by anyone with access to this patient’s chart.  Please include your contact information to ensure continuity of care.",
	"DisclaimerHeader" : "Guidelines",
	"FormHeader" : "Message the Care Team",
	"HighContrastTheme" : "High Contrast Theme",
	"InfoBubbleHeader" : "National Provider ID",
	"InfoBubbleText" : "Optional field to enter your National Provider ID (if applicable).  This can then be used by the patient\u0027s organization to reach you only if any follow-up questions arise.",
	"InfoButtonDescription" : "More information about the national provider ID",
	"MessageBoxTitle" : "Message the Care Team",
	"MessageButtonTitle" : "Message the care team",
	"MessageDisclaimer" : "\u003cspan class=\"boldText\"\u003eMessage the care team to communicate a summary of your interaction with the patient. \u003c/span\u003eInclude contact and credentialing information, as unattributed or unsubstantiated notes may be removed from the patient’s chart.\r\n\u003cbr /\u003e\u003cbr \u003e\r\n\u003cspan class=\"boldText\"\u003eMessages may not be reviewed regularly. \u003c/span\u003e You are responsible for communicating urgent findings and time-sensitive information directly to the patient’s care team, regardless of how you use Share Everywhere.",
	"MessageLabel" : "Message",
	"NextButtonCaption" : "Next",
	"NoRecipientsText" : "Note that your message will be sent to a general clinical inbox which may not include users that are directly involved with the patient\u0027s care.",
	"NoteSubmissionFailure" : "Something went wrong.",
	"NoteSubmissionSuccess" : "Your message has been sent successfully.",
	"NPILabel" : "Your National Provider ID (Optional)",
	"RecipientDefaultOption" : "Choose a Recipient",
	"RecipientLabel" : "Send to",
	"RecipientPCPIndicator" : "-PCP-",
	"RecipientsStepDisclaimer" : "Your message may be seen by the patient\u0027s doctor and care team. ",
	"RecipientsStepHeader" : "Choose a recipient",
	"SubjectLabel" : "Subject",
	"SubmitButtonText" : "Send message",
	"SubmitPopupCancel" : "Keep writing",
	"SubmitPopupConfirm" : "Send message",
	"SubmitPopupMessage" : "Only one message may be sent per session.",
	"SubmitPopupTitle" : "Are you sure you want to send this message?",
	"TelephoneNumberLabel" : "Your telephone number",
	"Title" : "",
});
$$WP.Strings.getNamespace("documents.attachments").addStrings( {
	"AttachmentHeaderPlural" : "@MYCHART@AttachmentCount@ attachments",
	"AttachmentHeaderSingular" : "1 attachment",
	"AudioAttachmentLabel" : "View @MYCHART@AttachmentName@ audio attachment",
	"CloseButtonLabel" : "Close",
	"DocumentAttachmentLabel" : "Download @MYCHART@AttachmentName@ document attachment",
	"ImageAttachmentLabel" : "View @MYCHART@AttachmentName@ image attachment",
	"LinkAttachmentLabel" : "@MYCHART@AttachmentName@",
	"PDFAttachmentLabel" : "View @MYCHART@AttachmentName@ PDF attachment",
	"PrintButtonLabel" : "Print",
	"Title" : "Attachments",
	"VideoAttachmentLabel" : "View @MYCHART@AttachmentName@ video attachment",
});
$$WP.Strings.getNamespace("documents.esignatures").addStrings( {
	"AcceptSignatureButton" : "Accept",
	"AcceptSignatureButton_1" : "Accept",
	"AcceptSignatureButton_2" : "This is correct",
	"AcceptSignatureButton_3" : "Acknowledge",
	"AutoGeneratedDate" : "Auto-generate",
	"AutoGeneratedDateAssistance" : "Auto-generated date",
	"AutoGeneratedSignature" : "Auto-generate",
	"AutoGeneratedSignatureAssistance" : "Auto-generated signature",
	"cancelbutton" : "Cancel",
	"cancelbuttontt" : "Cancel submission",
	"cancelsigbutton" : "Close",
	"CancelSignatureButton" : "Cancel",
	"clearbutton" : "Clear signature",
	"ClearDateButton" : "Clear date",
	"ClearDependentSignaturePlural" : "Accept will clear @MYCHART@SignatureCount@ dependent signatures",
	"ClearDependentSignatureSingular" : "Accept will clear 1 dependent signature",
	"clearformbutton" : "Clear form",
	"clearformbuttontt" : "Clear form",
	"ClearSignatureButton" : "Clear",
	"continuebutton" : "Continue",
	"continuebuttontt" : "Submit document",
	"CtSInactiveGhost" : "Click to Sign",
	"CtSInactiveGhostReq" : "Click to Sign (Required)",
	"CtSInactiveGhostTch" : "Tap to Sign",
	"CtSInactiveGhostTchReq" : "Tap to Sign (Required)",
	"CtSSignedNameAlt" : "Electronically signed for @MYCHART@ESIGNNAME@",
	"CtSSignedNameTSAlt" : "Electronically signed for @MYCHART@ESIGNNAME@ at @MYCHART@TIMESTAMP@",
	"CtSTSAlt" : "Electronically signed at @MYCHART@TIMESTAMP@",
	"CtSUnsignedAlt" : "Click here to generate signature for @MYCHART@ESIGNNAME@",
	"CtSUnsignedReqAlt" : "Click here to generate required signature for @MYCHART@ESIGNNAME@.",
	"CtSUnsignedReqTchAlt" : "Tap here to generate required signature for @MYCHART@ESIGNNAME@.",
	"CtSUnsignedTchAlt" : "Tap here to generate signature @MYCHART@ESIGNNAME@",
	"DataFieldFreeTextControlGhostText" : "Type here",
	"DataFieldSignatureLinkDateSignedDefaultDisplayName" : "Date of signing",
	"DataFieldSignatureLinkDateSignedSignedToolTip" : "Date the associated signature was signed",
	"DataFieldSignatureLinkDateSignedUnsignedToolTip" : "Will show the date when the associated signature is signed",
	"DataFieldSignatureLinkSignerNameDefaultDisplayName" : "Name of signer",
	"DataFieldSignatureLinkSignerNameSignedToolTip" : "Name of the person who signed the associated signature",
	"DataFieldSignatureLinkSignerNameUnsignedToolTip" : "Will show the name of the person who signs the associated signature",
	"Date" : "Date",
	"DateClearedStatusMessage" : "Date cleared",
	"DateSignatureFieldDefaultInstructionText" : "Date Here",
	"DateSignatureFieldDisabledBlockedText" : "{0} date cannot be captured",
	"DateSignatureFieldDisabledBlockedToolTip" : "{0} date cannot be captured",
	"DateSignatureFieldDisabledLockedByScriptToolTip" : "Locked {0} date field. This can no longer be selected because it controls the visibility of a completed field",
	"DateSignatureFieldDisabledMissingDataText" : "Fill in required fields first",
	"DateSignatureFieldDisabledMissingDataToolTip" : "Fill in required fields first",
	"DateSignatureFieldDisabledMissingPrereqsText" : "Complete other fields first",
	"DateSignatureFieldDisabledMissingPrereqsToolTip" : "Locked {0} date field. Complete other fields first. Select this to move to the first of the other fields",
	"DateSignatureFieldDisabledWrongTypeText" : "{0} will date here",
	"DateSignatureFieldDisabledWrongTypeToolTip" : "{0} will date here",
	"DateSignatureFieldIncompleteToolTip" : "Incomplete {0} date field",
	"DeclineSignatureButton" : "Decline",
	"DeclineSignatureButton_1" : "Decline",
	"DeclineSignatureButton_2" : "This is incorrect",
	"DeclineWarning" : "Are you sure you want to decline this document?",
	"DeclineWarning_1" : "Are you sure you want to decline this document?",
	"DeclineWarning_2" : "Are you sure this document is incorrect?",
	"DeclineWarningConfirmDeclineButton" : "Decline",
	"DeclineWarningConfirmDeclineButton_1" : "Decline",
	"DeclineWarningConfirmDeclineButton_2" : "Yes",
	"DeclineWarningGoBackButton" : "Go back",
	"documentErrorTitle" : "Warning!",
	"documentloaderror" : "There was an error loading the document. Please try again later.",
	"documentlockedloaderror" : "Your document could not be loaded. Someone from your healthcare organization is making changes to the document. Try again later.",
	"documentlockedsaveerror" : "Your document could not be saved. Someone from your healthcare organization is making changes to the document. Try again later. ",
	"documentsaveerror" : "There was an error saving the document. Please try again later.",
	"DocumentSelectDeclinedDocument" : "Declined",
	"DocumentSelectFinishLaterButton" : "Finish later",
	"DocumentSelectPageHeader" : "Documents to review",
	"DocumentSelectSignedDocument" : "Signed",
	"DrawToDateText" : "Draw to date",
	"DrawToSignText" : "Draw to sign",
	"EmailedESignDocFriendlyName" : "Welcome Document E-Signature",
	"FreeTextPrompt" : "Enter your response",
	"invalidpassworderror" : "There was an error with your password, please try again.",
	"justdeferred" : "Will Review at Clinic",
	"justdeferredtext" : "Will Review Later",
	"justsigned" : "Signed on @MYCHART@DATESIGNED@ at @MYCHART@TIMESIGNED@",
	"justsignednodate" : "Signed",
	"justsignednotime" : "Signed on @MYCHART@DATESIGNED@",
	"listreviewbutton" : "Review",
	"listreviewbuttontt" : "Review signed document",
	"listsignbutton" : "Review and sign",
	"listsignbuttontt" : "Review and sign document",
	"listsignlaterbutton" : "Review at clinic",
	"listviewdocumentbutton" : "View document",
	"loggingouterror" : "There were too many failed attempts. You will now be logged out.",
	"MethodChoicePrompt" : "Choose how to sign:",
	"MissingRequired" : "Complete all required fields before continuing.",
	"nodocstext" : "You have already addressed all required documents.",
	"okaybutton" : "Okay",
	"OverlayPromptAcknowledgeButtonText" : "OK",
	"passwordlabel" : "Password:",
	"popuptitletext" : "Alert",
	"posttext" : "",
	"posttextAdmission" : "",
	"pretext" : "Please review and address the following documents. There may be additional documents to sign at the clinic.",
	"pretextAdmission" : "Please review and address the following documents. There may be additional documents to sign at the hospital.",
	"pretextforvideovisit" : "Please review and address the following documents.",
	"PrintButtonAltText" : "Print this page in a printer-friendly format",
	"RequiredLegend" : "Indicates a required field",
	"ReviewAllDocumentButton" : "Review and sign all",
	"ReviewAllIncompleteDocumentButton" : "Review and sign all incomplete",
	"ReviewAndCompletePrompt" : "Complete the document",
	"ReviewDocumentButton" : "Review and sign",
	"SaveForFutureUse" : "Save for future use",
	"SavingDocument" : "Saving",
	"SigDsblNoDvcAlt" : "Cannot capture signatures, no signature capture devices have been configured for use",
	"SigDsblTypeAlt" : "This signature field is for the @MYCHART@SIGTYPE@",
	"SigMissingReqData" : "Signature cannot be captured until all the required fields are collected",
	"SignatureClearedStatusMessage" : "Signature cleared",
	"SignatureFieldDefaultInstructionText" : "Sign Here",
	"SignatureFieldDisabledBlockedText" : "{0} signature cannot be captured",
	"SignatureFieldDisabledBlockedToolTip" : "{0} signature cannot be captured",
	"SignatureFieldDisabledLockedByScriptToolTip" : "Locked {0} signature field. This can no longer be selected because it controls the visibility of a completed field",
	"SignatureFieldDisabledMissingDataText" : "Fill in required fields first",
	"SignatureFieldDisabledMissingDataToolTip" : "Fill in required fields first",
	"SignatureFieldDisabledMissingPrereqsText" : "Sign other fields first",
	"SignatureFieldDisabledMissingPrereqsToolTip" : "Locked {0} signature field. Sign other fields first. Select this to move to the first of the other fields",
	"SignatureFieldDisabledWrongTypeText" : "{0} will sign here",
	"SignatureFieldDisabledWrongTypeToolTip" : "{0} will sign here",
	"SignatureFieldTapInstructionsText" : "Tap Here",
	"SignatureFieldUnsignedToolTip" : "Unsigned {0} signature field",
	"SignatureType" : "",
	"SignatureType_Guarantor" : "Guarantor",
	"SignatureType_Guardian" : "Guardian",
	"SignatureType_Other" : "Other",
	"SignatureType_Patient" : "Patient",
	"SignatureType_Provider" : "Provider",
	"SignatureType_Staff" : "Staff",
	"SignatureType_Witness" : "Witness",
	"signedbefore" : "Previously Signed on @MYCHART@DATESIGNED@ at @MYCHART@TIMESIGNED@",
	"signedbeforenodate" : "Previously Signed",
	"signedbeforenotime" : "Previously Signed on @MYCHART@DATESIGNED@",
	"signlaterbutton" : "Review later",
	"signlaterbuttontt" : "Review document later",
	"signwithpassword" : "To submit this document, please enter your @MYCHART@APPTITLE@ password.",
	"SigROUnsignedAlt" : "Unsigned @MYCHART@SIGTYPE@ signature field",
	"SkipSignatureButton" : "Skip",
	"SkipWarning" : "Are you sure you want to skip this document?",
	"SkipWarningConfirmSkipButton" : "Skip",
	"SkipWarningGoBackButton" : "Go back",
	"SoSInactiveGhost" : "Draw to Sign",
	"SoSInactiveGhostReq" : "Draw to Sign (Required)",
	"SoSSignedAlt" : "Electronically signed",
	"SoSSignedNameAlt" : "Electronically signed by @MYCHART@ESIGNNAME@",
	"SoSSignedNameTSAlt" : "Electronically signed by @MYCHART@ESIGNNAME@ at @MYCHART@TIMESTAMP@",
	"SoSSignedTSAlt" : "Electronically signed at @MYCHART@TIMESTAMP@",
	"SoSUnsignedAlt" : "Capture @MYCHART@SIGTYPE@ signature by signing on the screen with your mouse",
	"SoSUnsignedReqAlt" : "Capture required @MYCHART@SIGTYPE@ signature by signing on the screen with your mouse.",
	"SoSUnsignedReqTchAlt" : "Capture requied @MYCHART@SIGTYPE@ signature by signing on the screen.",
	"SoSUnsignedTchAlt" : "Capture @MYCHART@SIGTYPE@ signature by signing on the screen",
	"TBAcceptAlt" : "Accept this signature",
	"TBAcceptDsblAlt" : "No signature to accept",
	"TBAcceptedAlt" : "Signature accepted",
	"TBAcceptNextAlt" : "Accept this signature and go to the next field",
	"TBClearAlt" : "Clear this signature",
	"TBClearDsblAlt" : "No signature to clear",
	"TBCloseAlt" : "Stop capturing this signature",
	"TBEnlargeAlt" : "Enlarge this signature field",
	"TBNextAlt" : "Go to the next signature field",
	"TBShrinkAlt" : "Shrink this signature field",
	"Title" : "",
	"unsigned" : "Not Signed Yet",
});
$$WP.Strings.getNamespace("documents.landingpage").addStrings( {
	"LegalRecordListDescription" : "",
	"LegalRecordListDescription_1" : "Legal Information",
	"LegalRecordListDescription_2" : "Coordination of Care",
	"LegalRecordListDescription_3" : "Government Reporting",
	"LegalRecordListDescription_4" : "Worker\u0027s Comp Information",
	"LegalRecordListDescription_5" : "Accounting Disclosure",
	"LegalRecordListDescription_6" : "Visit and Health Summaries",
	"LegalRecordListDescription_SummaryDescription" : "Download records you specifically requested, such as:",
	"MyDocumentsDescription" : "",
	"MyDocumentsDescription_1" : "",
	"MyDocumentsDescription_2" : "",
	"MyDocumentsDescription_3" : "",
	"MyDocumentsDescription_4" : "",
	"MyDocumentsDescription_5" : "",
	"MyDocumentsDescription_SummaryDescription" : "Sign, view, download, and print documents you have on file.",
	"MyDocumentsTitle" : "My Documents",
	"PickOrganization" : "Which organization would you like to download your summary from?",
	"RequestedRecordsTitle" : "Requested Records",
	"Title" : "Document Center",
	"ViewAndDownloadTitle" : "View or Download Visit Records",
	"ViewAndSendTitle" : "View or Send Visit Records",
	"ViewDownloadAndSendTitle" : "View, Download, or Send Visit Records",
	"ViewOnlyTitle" : "View Visit Records",
	"VisitTypeDescription" : "",
	"VisitTypeDescription_1" : "Health Issues",
	"VisitTypeDescription_2" : "Medications",
	"VisitTypeDescription_3" : "Allergies",
	"VisitTypeDescription_4" : "Immunizations",
	"VisitTypeDescription_5" : "Plan of Care",
	"VisitTypeDescription_SummaryDescription" : "These include details such as:",
	"WhichRecordPretext" : "Please select the option that most closely matches the information you would like.",
	"WhosAccessedMyRecordDescription" : "View actions of people who have accessed your record.",
	"WhosAccessedMyRecordTitle" : "Who\u0027s Accessed My Record?",
});
$$WP.Strings.getNamespace("documents.released").addStrings( {
	"actionLabel" : "Action",
	"availableUntilDate" : "@MYCHART@AVAILABLERELEASESTATUS@ until @MYCHART@RELEASEEXPIRYDATE@ @MYCHART@RELEASEEXPIRYTIME@ @MYCHART@RELEASEEXPIRYTIMEZONE@",
	"BackToDocumentCenter" : "Back to Document Center",
	"BackToVisitsRecords" : "Back to Visit Records",
	"boldRowScreenReaderText" : "New Record",
	"cancelButtonText" : "Cancel",
	"cancelEHIEPopUpText" : "Are you sure you want to cancel this request for a computer-readable export?",
	"CancelHeader" : "Action",
	"cancelPopUpTitle" : "Cancel this request?",
	"cancelRequestButtonText" : "Cancel request",
	"cancelROIErrorHeader" : "This request cannot be canceled at this time.",
	"cancelROIErrorText" : "This request is being processed so it cannot be canceled at this time. Please call the helpdesk at @MYCHART@HELPDESKPHONE@ or try again later.",
	"cancelROIPopUpText" : "Are you sure you want to cancel this request for a formal copy of your health record?",
	"cancelWorkingText" : "Canceling",
	"compressedFileInstructionsHeader" : "How to access your files",
	"compressedFileInstructionsNonPasswordProtected" : "If your download is not password-protected, follow your operating system\u0027s instructions for accessing compressed files:",
	"compressedFileInstructionsNonPasswordProtectedLinks" : "",
	"compressedFileInstructionsNonPasswordProtectedLinks_1" : "https://support.microsoft.com/en-us/windows/zip-and-unzip-files-f6dde0a7-0fec-8294-e1d3-703ed85e7ebc",
	"compressedFileInstructionsNonPasswordProtectedLinks_2" : "https://support.apple.com/guide/mac-help/zip-and-unzip-files-and-folders-on-mac-mchlp2528/mac",
	"compressedFileInstructionsNonPasswordProtectedLinks_3" : "https://support.google.com/files/answer/9048509?hl=en",
	"compressedFileInstructionsNonPasswordProtectedLinks_4" : "https://support.apple.com/en-us/HT206481",
	"compressedFileInstructionsNonPasswordProtectedOnly" : "Follow your operating system\u0027s instructions for accessing compressed files:",
	"compressedFileInstructionsOperatingSystems" : "",
	"compressedFileInstructionsOperatingSystems_1" : "Windows",
	"compressedFileInstructionsOperatingSystems_2" : "Mac",
	"compressedFileInstructionsOperatingSystems_3" : "Mobile Android",
	"compressedFileInstructionsOperatingSystems_4" : "Mobile iOS",
	"compressedFileInstructionsOtherSoftwareNotice" : "If your download is password-protected, you will need other software to access your files.",
	"compressedFileInstructionsOtherSoftwareNoticeOnly" : "Your download is password-protected, you will need other software to access your files.",
	"compressedFileInstructionsPasswordProtected" : "Below are suggestions of software to use based on what operating system you have.",
	"compressedFileInstructionsPasswordProtectedSoftwareLinks" : "",
	"compressedFileInstructionsPasswordProtectedSoftwareLinks_1" : "https://www.7-zip.org/",
	"compressedFileInstructionsPasswordProtectedSoftwareLinks_2" : "https://www.keka.io/en/",
	"compressedFileInstructionsPasswordProtectedSoftwareLinks_3" : "https://play.google.com/store/apps/details?id=ru.zdevs.zarchiver",
	"compressedFileInstructionsPasswordProtectedSoftwareLinks_4" : "https://apps.apple.com/us/app/securezip-reader/id513312737",
	"compressedFileInstructionsPasswordProtectedSoftwares" : "",
	"compressedFileInstructionsPasswordProtectedSoftwares_1" : "7Zip",
	"compressedFileInstructionsPasswordProtectedSoftwares_2" : "Keka",
	"compressedFileInstructionsPasswordProtectedSoftwares_3" : "zArchiver",
	"compressedFileInstructionsPasswordProtectedSoftwares_4" : "SecureZIP Reader",
	"confirmDownloadButtonText" : "Download",
	"confirmDownloadDisclaimer" : "Once you download this file, it will no longer be secured by @MYCHART@APPTITLE@. Other apps on your device might have access to this file. Do you want to continue?",
	"confirmDownloadTitle" : "Confirm download",
	"continueButtonText" : "Continue download",
	"CurrentRecordsHeader" : "Ready for download (@MYCHART@RECORDCOUNT@)",
	"DateExpiredHeader" : "Date Expired",
	"DateRequestedHeader" : "Date Requested",
	"DetailsHeader" : "Details",
	"documentTableDateHeader" : "Date Requested",
	"documentTableDescriptionHeader" : "Description",
	"documentTableEmptyPostText" : "If you want to request a record, please \u003ca href=\"@MYCHART@EMPTYTEXTCUSTOMERSERVICEURL@\"\u003esend us a customer service request\u003c/a\u003e.",
	"documentTableEmptyPreText" : "\u003cstrong\u003eYou have no requested records to display.\u003c/strong\u003e",
	"documentTableStatusHeader" : "Status",
	"downloadableStatusString" : "Expires @MYCHART@EXPIRATIONDATE@",
	"downloadArrowIconHelpText" : "Download Arrow Icon",
	"downloadButtonDisabledTitle" : "Please wait for the download to finish...",
	"downloadButtonText" : "Download",
	"downloadContext" : "Download @MYCHART@DESCRIPTION@ requested on @MYCHART@REQUESTEDDATE@",
	"DownloadPackageName" : "HealthSummary_@MYCHART@REQUESTEDDATE@",
	"downloadPopUpFileSizeInfo" : "This download may take a long time, depending on your internet connection. Please wait for your browser to finish the download before you leave the computer.",
	"downloadPopUpPasswordInfo" : "This record is password protected. Please click on the Show Password button on the Requested Records page to view the password.",
	"downloadPopUpText" : "You are about to download",
	"downloadPopUpTitle" : "Download Record",
	"downloadPromptTitle" : "Download Prompt",
	"ehieDescription" : "Computer-readable export",
	"ehieNameDescription" : "Your health information in computer-readable files (files that can be read by a computer or app).",
	"encryptionImageTitle" : "This record is password protected.",
	"errorPageText" : "\u003cspan id=\"downloadErrorMessage\" class=\"alert\"\u003eThere is an error while downloading the record. Please try again later.\u003c/span\u003e",
	"errorTextLoadingDocument" : "There was an error loading your requested records.",
	"expiredStatusString" : "Expired @MYCHART@EXPIRATIONDATE@",
	"failedStatusString" : "This document is currently unavailable. Please come back later.",
	"goBackButtonText" : "Go back",
	"inNewWindowText" : "Opens in a new window",
	"Keka" : "Keka",
	"lightboxHelpText" : "A new window called Download Record has appeared. Click here to close this popup.",
	"Mac" : "Mac",
	"MacColon" : "Mac: ",
	"maxBrowserRequestsText" : "\u003cspan id=\"maxDownloadMessage\" class=\"alert\"\u003eToo many downloads are in progress. Please wait for a download to finish.\u003c/span\u003e",
	"MobileAndroid" : "Mobile Android",
	"MobileAndroidColon" : "Mobile Android: ",
	"MobileIos" : "Mobile iOS",
	"MobileIosColon" : "Mobile iOS: ",
	"Myself" : "Myself",
	"noAvailableDocumentText" : "You have no requested records to download.",
	"noPastDocumentsToDisplay" : "You have no past requested records.",
	"noRecentDocumentsToDisplay" : "You have no recently requested records.",
	"notifyWhenReady" : "We\u0027ll notify you when your download is ready.",
	"notProtectedScreenReader" : "Not Protected.",
	"olderDocumentsHeader" : "Past Records",
	"passwordAltText" : "Password protected file graphic. Use the password @MYCHART@ROIPASSWORD@ to unzip this password-protected file. You will need other software (for example, 7-Zip) to do this.",
	"passwordHelpText" : "Password to open your document.",
	"passwordIconHelpText" : "More information about Password Protected Document",
	"passwordKeyIconHelpText" : "Password Key Icon",
	"passwordLockIconHelpText" : "Password Lock Icon",
	"passwordMessageBoxTitle" : "Your Download is Password Protected",
	"passwordProtectedVDTAltText" : "This file is password-protected. Use the password you entered when you requested this file to unlock it. For more information on how to open a password protected file, see the \"How to Access Your Files\" section on this page.",
	"passwordTextMessageBox" : "Use the password \u003cstrong\u003e@MYCHART@ROIPASSWORD@\u003c/strong\u003e to unzip this password-protected file. You will need other software (for example, 7-Zip) to do this.",
	"passwordTextMessageBoxError" : "There was an error retrieving your password for this document.",
	"passwordTextMessageBoxForVDT" : "This file is password-protected. Use the password you entered when you requested this file to unlock it. For more information on how to open a password protected file, see the \"How to Access Your Files\" section on this page.",
	"passwordTitle" : "Password to open the record.",
	"pastDocumentsCount" : "(@MYCHART@NUMBEROFPASTDOCUMENTS@)",
	"pastDocumentsHeader" : "Past Documents",
	"PastRecordsHeader" : "No longer available",
	"PastRecordsTableCaption" : "Records that are no longer available",
	"PendingRecordsHeader" : "Not yet ready (@MYCHART@RECORDCOUNT@)",
	"PendingRecordsTableCaption" : "Records that are not yet ready to download",
	"pendingStatusString" : "Your download is being prepared...",
	"Pretext" : "If you\u0027ve previously requested medical records, they\u0027ll be available for download here.",
	"protectedLabel" : "Protected",
	"recentDocumentsHeader" : "Recently Requested Records",
	"recipientHeader" : "Requested for",
	"recipientNameString" : "Requested for @MYCHART@RECIPIENTNAME@",
	"refreshDocText" : "Refresh this page to check if your download is ready.",
	"requestDateAndRequesterString" : "Requested @MYCHART@REQUESTEDDATE@ by @MYCHART@REQUESTEDBYNAME@",
	"requestDateString" : "Requested @MYCHART@REQUESTEDDATE@",
	"revokedStatusString" : "Removed",
	"roiDescription" : "Formal copy of your health record",
	"roiNameDescription" : "Your health record in a PDF format on your organization\u0027s letterhead.",
	"ROIPackageName" : "Requested Record",
	"roiPendingStatusString" : "Your request is being prepared...",
	"SecureZipReader" : "SecureZIP Reader",
	"SevenZip" : "7-Zip",
	"showPasswordButtonText" : "Show password",
	"statusChangedOn" : "@MYCHART@RELEASESTATUS@ on @MYCHART@STATUSCHANGEDONDATE@",
	"takeAwhileText" : "Taking a while? We\u0027ll notify you when your download is ready.",
	"takeAwhileTextNotificationSettings" : "Taking a while? You can \u003ca href=\"@MYCHART@NOTIFICATIONPAGE@\"\u003eset up notifications\u003c/a\u003e when \"New Requested Medical Documents\" are available for download.",
	"Title" : "Requested Records",
	"TypeHeader" : "Type",
	"unboldRowScreenReaderText" : "Already Downloaded Record",
	"vdtNameDescription" : "A snapshot of your health information.",
	"Windows" : "Windows",
	"WindowsColon" : "Windows: ",
	"ZArchiver" : "zArchiver",
});
$$WP.Strings.getNamespace("documents.releaseofinformation").addStrings( {
	"AccessbiltyTextForDiabledContinueButton" : "Continue button. At least one required item is missing a valid response. Please check the form.",
	"AccessbiltyTextForDiabledSendRequestButton" : "Send request button. At least one required item is missing a valid response. Please check the form.",
	"AccessbiltyTextForFormAndRecipient" : "Your choice will affect which questions you need to answer.",
	"AccessbiltyTextForInfoReqOptions" : "This is required. Check to include @MYCHART@INFOOPTION@.",
	"AccessbiltyTextForOtherOption" : "This is required. Check to include @MYCHART@OTHERINFOOPTION@. Selecting this option would require you to provide additional information.",
	"AccessbiltyTextForTemplateSelection" : "Your choice will affect which questions you need to answer, and which options you can choose from.",
	"ActivityDesc" : "Request your medical record from your healthcare provider by answering a few questions. This request requires processing by your healthcare organization and might take a few days.",
	"AdditionalCommentsQues" : "Do you have any specific instructions for the information you’re requesting? For example, “Only include images related to my broken leg.”",
	"AddressFieldTitle" : "Address",
	"AllDatesOption" : "All dates",
	"AttentionToFieldTitle" : "Attention to",
	"BackButtonText" : "Back",
	"BackToSharingHub" : "Back to Sharing Hub",
	"ContinueButtonText" : "Continue",
	"DateFormatInvalidError" : "Enter a valid date.",
	"DateNotInRangeError" : "Date cannot be before  @MYCHART@STARTDATE@ or after @MYCHART@ENDDATE@.",
	"DateRangeOption" : "Date range",
	"DateSelectionQues" : "What dates do you want information from?",
	"DatesOutOfOrderError" : "\"From\" date cannot be after \"To\" date.",
	"EhieCommentsQues" : "Do you have any comments or questions to add to this request?",
	"EHIEDesc" : "Request your health information in computer-readable files (files that a computer or app can read). The files in this export are not designed to be read by humans. The files in this export could be very large and could take your organization a few days to process.",
	"EhieLinkDescription" : "You can request a computer-readable export from your healthcare organization. The files in this export could be very large.  You will need an application that can read computer-readable data to use these files.",
	"EhieLinkHeading" : "Looking for computer-readable files (files that a computer or app can read)? ",
	"EhieLinkText" : "Click here to request a computer-readable export.",
	"EHIEPatPrivacyStatement" : "Note: This export might include sensitive health information. If you are sharing this record with someone else, they will be able to see all of this information.",
	"EHIESSubmitRequest" : "Submit a new request for a computer-readable export",
	"EHIESubrouteTitle" : "Request Computer-Readable Export",
	"EhieTemplateSelectionQues" : "What information do you want included in the export?",
	"EmailFieldTitle" : "Email",
	"EpicReleasedPatPrivacyStatement" : "I understand (acknowledge) that this record might include sensitive information. If I am sharing this  record with someone else, they will be able to see all of this information.",
	"ExistingEhieRequestDesc" : "You can only have one computer-readable export request under review at a time. If you want to submit a new request, you need to cancel the previous request first. Visit the \"Requested Records\" page to see your request status and to cancel it.",
	"ExistingEhieRequestHeader" : "You have a request under review",
	"FaxFieldTitle" : "Fax number",
	"FormSelectionQues" : "Where would you like to send this request form?",
	"FromText" : "From:",
	"IAgreeCheck" : "I agree",
	"Include" : "Include",
	"InfoRequestedQues" : "What information do you want included in the record?",
	"InvalidEmailError" : "Invalid e-mail address.",
	"InvalidFaxError" : "Invalid fax number.",
	"InvalidPhoneError" : "Invalid phone number.",
	"InvalidValueError" : "Invalid value.",
	"LegalConsentHeading" : "Consent for release of information",
	"LoadingMessage" : "Loading...",
	"MultipleEhieTemplatesDescHeader" : "You can choose one set of information to be in your export:",
	"NameFieldTitle" : "Name",
	"NoAnswer" : "No answer given",
	"NoEhieDataWarning" : "We do not allow requesting a computer-readable export through @MYCHART@APPTITLE@. Please call or message our customer service to start a request.",
	"NoRoiDataWarning" : "We do not allow requesting a formal copy of your record through @MYCHART@APPTITLE@. Please call or message our customer service to start a request.",
	"PhoneNumberFieldTitle" : "Phone number",
	"RecipientSelectionQues" : "Who should we send this record to?",
	"RequestedRecordsLinktext" : "Go to Requested Records",
	"RequestMadeToQues" : "Which location(s) do you want to request records from?",
	"RequiredFieldHelpText" : "This field is required.",
	"ReviewAnsCol" : "Answer",
	"ReviewBeforeSubmissionText" : "Please review your responses. If everything looks correct, click or tap Send request.",
	"ReviewQuesCol" : "Question",
	"SeeLess" : "See less",
	"SeeMore" : "See more",
	"SendDisabledInfo" : "We do not allow sending a formal copy of your record to someone else through @MYCHART@APPTITLE@. Please call or message our customer service to start a request.",
	"SendRequestButtonText" : "Send request",
	"SensitiveInfoOptionLabel" : "Use the option(s) below to say which types of sensitive information you agree (authorize) to be included in this record.",
	"ShareWithSelfOption" : "Me",
	"ShareWithSomeoneElseOption" : "Someone else",
	"SimplifiedInfoRequestedQues" : "Information included in this request:",
	"SingleEhieTemplateDescHeader" : "This is what will be included in your export:",
	"SpecifyMore" : "What other types of information do you want included?",
	"SubmissionErrorDesc" : "Oops! We were not able to submit your request at this time. Try again later.",
	"SubmissionErrorTitle" : "Request submission failed",
	"SubmitRequest" : "Submit a new request for a formal copy of your health record",
	"TemplateSelectionQues" : "Why are you requesting this record?",
	"Title" : "Request Formal Copy of Health Record",
	"ToText" : "To:",
	"TransmitInfoQues" : "Where should we send this information?",
	"ValueTooLongError" : "This value must be @MYCHART@MAXLENGTH@ characters or less.",
	"WhatIsThis" : "What is this?",
});
$$WP.Strings.getNamespace("documentscanning").addStrings( {
	"AddScanStringForBackOfTwoSidedCard" : "Back side",
	"AddScanStringForFrontOfTwoSidedCard" : "Front side",
	"AskLaterButton" : "Ask later",
	"CameraErrorPopupTitle" : "Camera error",
	"CameraFailureMessage" : "There is a problem with the camera. We are unable to scan your document at this time.",
	"CancelButton" : "Cancel",
	"CollectScanConfirmText" : "Capture scan",
	"CollectScanProgress" : "Scan @MYCHART@CurrentScanNum@ of @MYCHART@MaxNumScans@ ",
	"ConfirmScansButton" : "Confirm scans",
	"ContinueButton" : "Continue",
	"ContinueUnfinishedPopupConfirmText" : "Ask later",
	"ContinueUnfinishedPopupContent" : "You have not updated all document scans. You might be asked to provide these in the future. Continue without finishing?",
	"ContinueUnfinishedPopupDeclineText" : "Stay",
	"ContinueUnfinishedPopupTitle" : "Continue with unfinished documents",
	"CoverageScanInstructions" : "Update your insurance information with us. Collect images of both sides of all insurance card(s) for this insurance.",
	"DefaultDocumentScanInstructions" : "Update your information by collecting images of all pages or surfaces of the document.",
	"DeleteScanText" : "Delete scan",
	"DiscardButton" : "Discard",
	"DiscardButtonAXDescriptionWithIndex" : "Delete scan @MYCHART@CurrentScanIndex@ of @MYCHART@CurrentNumScans@",
	"DiscardButtonAXDescriptionWithTitle" : "Delete @MYCHART@DocumentTitle@",
	"DiscardPopupContent" : "Discard this scan?",
	"DiscardScansPopupConfirmText" : "Discard",
	"DiscardScansPopupContent" : "Do you want to discard all scanned images?",
	"DiscardScansPopupDeclineText" : "Keep",
	"DiscardScansPopupTitle" : "Discard scans",
	"DocumentNotOnFileString" : "Last scanned: Not on file",
	"DocumentScanningAXIntroduction" : "\r\n\t\t\t\tWe need to scan some of your documents to keep your record up to date.\r\n\t\t\t\tThis device doesn\u0027t support verbal instructions for positioning your documents.\r\n\t\t\t\tWould you prefer to skip this step for now and have your documents scanned at the front desk at a later time?\r\n\t\t\t",
	"DocumentScanningAXIntroductionScanNowButton" : "Scan now",
	"DocumentScanningAXIntroductionSkipButton" : "Skip",
	"DocumentSummaryInstructions" : "Scan your documents to update them.",
	"DocumentUpdateTitleString" : "Update your @MYCHART@PatientFriendlyDocumentName@",
	"EditButtonAXDescription" : "@MYCHART@EditText@: @MYCHART@DocumentNameEditAXDescription@",
	"EditDocumentScansButtonText" : "Edit",
	"ExampleCoverageCardIntro" : "This is an example of what this insurance card may look like",
	"GenericAddScanPrompt" : "Add scan",
	"IncompleteStatusMessage" : "Incomplete",
	"LastScannedString" : "Last scanned: @MYCHART@LastScannedDateString@",
	"OutOfDateStatusMessage" : "Out of date",
	"PayerSlashPlanCoverageDisplayName" : "@MYCHART@Payer@ / @MYCHART@Plan@",
	"SaveButton" : "Save",
	"ScanImageAXDescriptionWithIndex" : "Scan @MYCHART@ScanImageCurrentScanIndex@ of @MYCHART@ScanImageCurrentNumScans@",
	"SubscriberName" : "Subscriber: @MYCHART@Subscriber@",
	"SubscriberNotOnFile" : "No subscriber on file",
	"Title" : "",
	"UpdateDocumentScansButtonText" : "Update",
	"UpToDateStatusMessage" : "Up to date",
});
$$WP.Strings.getNamespace("echeckin").addStrings( {
	"AllCompletedSubTitle" : "When it\u0027s time for your visit, make sure to let us know that you\u0027ve arrived.",
	"AllCompletedTitle" : "You\u0027ve completed @MYCHART@BrandECheckIn@ for all available visits.",
	"AllCompletedTitleNoMnemonic" : "You\u0027ve completed eCheck-In for all available visits.",
	"AllergiesSubwayTitle" : "Allergies",
	"AllTasksCompletedTitle" : "You\u0027re ready to arrive for all visits.",
	"BackToChecklistBreadcrumb" : "Back to checklist",
	"BackToVisitDetailsBreadcrumb" : "Visit details",
	"ChecklistTitle" : "Visit tasks",
	"ClinicalTaskComplete" : "Clinical information steps complete",
	"ClinicalTaskUpNext" : "Proceed to clinical information",
	"CompletedECheckInInfo" : "Ready to arrive",
	"CompletedMultiECheckInInfo" : "Ready to arrive for @MYCHART@VISITTYPE@",
	"ContinueMultiECheckInButtonLabel" : "Continue @MYCHART@BrandECheckIn@",
	"ContinueMultiECheckInButtonLabelNoMnemonic" : "Continue eCheck-In",
	"ContinueMultiECheckInTasksButtonLabel" : "Complete remaining tasks",
	"DetailsButtonLabel" : "Details",
	"DetailsButtonTitle" : "View Details for @MYCHART@VisitDescription@",
	"ECheckInButtonAccessibleDescription" : "@MYCHART@BrandECheckIn@ for @MYCHART@VisitDescription@",
	"ECheckInButtonAccessibleDescriptionNoMnemonic" : "eCheck-In for @MYCHART@VisitDescription@",
	"ECheckInButtonLabel" : "@MYCHART@BrandECheckIn@",
	"ECheckInButtonLabelNoMnemonic" : "eCheck-In",
	"ECheckInClinicalInfoTaskPageTitle" : "Update clinical information",
	"ECheckInClinicalTaskDescription" : "Keep your information up to date to help us provide better care",
	"ECheckInClinicalTaskDescriptionProxyVersion" : "Keep {0}\u0027s information up to date to help us provide better care",
	"ECheckInClinicalTasksListName" : "Update your health information",
	"ECheckInClinicalTasksListNameProxyVersion" : "Update {0}\u0027s health information",
	"ECheckInCompleteFraction" : "You\u0027ve completed @MYCHART@BrandECheckIn@ for @MYCHART@COMPLETEDECHECKINCOUNT@ of @MYCHART@TOTALECHECKINCOUNT@ visits.",
	"ECheckInCompleteFractionNoMnemonic" : "You\u0027ve completed eCheck-In for @MYCHART@COMPLETEDECHECKINCOUNTNOMNEMONIC@ of @MYCHART@TOTALECHECKINCOUNTNOMNEMONIC@ visits.",
	"ECheckInCompleteMessage" : "@MYCHART@BrandECheckIn@ completed for @MYCHART@COMPLETEDECHECKINVISITTYPE@ on @MYCHART@COMPLETEDECHECKINVISITDATE@ at @MYCHART@COMPLETEDECHECKINVISITTIME@",
	"ECheckInCompleteMessageNoMnemonic" : "eCheck-In completed for @MYCHART@COMPLETEDECHECKINVISITTYPENOMNEMONIC@ on @MYCHART@COMPLETEDECHECKINVISITDATENOMNEMONIC@ at @MYCHART@COMPLETEDECHECKINVISITTIMENOMNEMONIC@",
	"ECheckInCompleteMessageNoTime" : "@MYCHART@BrandECheckIn@ completed for @MYCHART@COMPLETEDECHECKINVISITTYPENOTIME@ on @MYCHART@COMPLETEDECHECKINVISITDATENOTIME@",
	"ECheckInCompleteMessageNoTimeNoMnemonic" : "eCheck-In completed for @MYCHART@COMPLETEDECHECKINVISITTYPENOTIMENOMNEMONIC@ on @MYCHART@COMPLETEDECHECKINVISITDATENOTIMENOMNEMONIC@",
	"ECheckInDocumentTaskDescription" : "Sign, view, download, or print documents for this visit",
	"ECheckInDocumentTaskListName" : "Sign your documents",
	"ECheckInDocumentTaskListNameProxyVersion" : "Sign {0}\u0027s documents",
	"ECheckInESignTaskPageTitle" : "Documents",
	"ECheckInFinancialTaskDescription" : "Keep your information up to date to ensure you\u0027re financially prepared for this visit",
	"ECheckInFinancialTaskDescriptionProxyVersion" : "Keep {0}\u0027s information up to date to ensure they\u0027re financially prepared for this visit",
	"ECheckInFinancialTasksListName" : "Update your payment information",
	"ECheckInFinancialTasksListNameProxyVersion" : "Update {0}\u0027s payment information",
	"ECheckInNumberOfDocumentsHelpTextMultipleSteps" : "{0} documents",
	"ECheckInNumberOfDocumentsHelpTextOneStep" : "1 document",
	"ECheckInNumberOfQuestionnairesHelpTextMultipleSteps" : "{0} questionnaires",
	"ECheckInNumberOfQuestionnairesHelpTextOneStep" : "1 questionnaire",
	"ECheckInNumberOfStepsHelpTextMultipleSteps" : "{0} steps",
	"ECheckInNumberOfStepsHelpTextOneStep" : "1 step",
	"ECheckInPaymentInfoTaskPageTitle" : "Update payment information",
	"ECheckInPersonalInformationTaskDescription" : "Keep your information up to date to help us provide better care",
	"ECheckInPersonalInformationTaskDescriptionProxyVersion" : "Keep {0}\u0027s information up to date to help us provide better care",
	"ECheckInPersonalInformationTaskListName" : "Update your personal information",
	"ECheckInPersonalInformationTaskListNameProxyVersion" : "Update {0}\u0027s personal information",
	"ECheckInPersonalInfoTaskPageTitle" : "Update personal information",
	"ECheckInPreArrivalTasksCompleteFraction" : "You\u0027re ready to arrive for @MYCHART@CompletedECheckInTasksVisitCount@ of @MYCHART@TotalECheckInTasksVisitCount@ visits.",
	"ECheckInQuestionnaireTaskDescription" : "Answering these questions will help us take better care of you",
	"ECheckInQuestionnaireTaskDescriptionProxyVersion" : "Answering these questions will help us take better care of {0}",
	"ECheckInQuestionnaireTaskListName" : "Answer your questionnaires",
	"ECheckInQuestionnaireTaskListNameProxyVersion" : "Answer {0}\u0027s questionnaires",
	"ECheckInQuestionnaireTaskPageTitle" : "Questionnaires",
	"ECheckInTasksButtonAccessibleDescription" : "Complete tasks for @MYCHART@VisitDescription@",
	"ECheckInTasksButtonLabel" : "Complete tasks",
	"ECheckInTasksCompleteMessage" : "Ready to arrive for @MYCHART@CompletedECheckInTasksVisitType@ on @MYCHART@CompletedECheckInTasksVisitDate@ at @MYCHART@CompletedECheckInTasksVisitTime@",
	"ECheckInTasksCompleteMessageNoTime" : "Ready to arrive for @MYCHART@CompletedECheckInTasksVisitTypeNoTime@ on @MYCHART@CompletedECheckInTasksVisitDateNoTime@",
	"ECheckInTravelHistoryTaskDescription" : "Sharing travel history helps your doctor assess risks for diseases ",
	"ECheckInTravelHistoryTaskDescriptionProxyVersion" : "Sharing travel history helps {0}\u0027s doctor assess risks for diseases ",
	"ECheckInTravelHistoryTaskListName" : "Tell us where you\u0027ve traveled recently",
	"ECheckInTravelHistoryTaskListNameProxyVersion" : "Tell us where {0} has traveled recently",
	"ECheckInTravelHistoryTaskPageTitle" : "Travel history",
	"ECheckInVideoVisitPrepTaskDescription" : "Make sure everything is good to go for your upcoming video visit",
	"ECheckInVideoVisitPrepTaskDescriptionProxyVersion" : "Make sure everything is good to go for {0}\u0027s upcoming video visit",
	"ECheckInVideoVisitPrepTaskListName" : "Prepare for your video visit",
	"ECheckInVideoVisitPrepTaskListNameProxyVersion" : "Prepare for {0}\u0027s video visit",
	"ECheckInVideoVisitPrepTaskPageTitle" : "Video visit preparation",
	"ECheckInVisitPreferencesTaskDescription" : "Help your visit run smoothly by updating your preferences",
	"ECheckInVisitPreferencesTaskDescriptionProxyVersion" : "Help {0}\u0027s visit run smoothly by updating your preferences",
	"ECheckInVisitPreferencesTaskListName" : "Update your visit preferences",
	"ECheckInVisitPreferencesTaskListNameProxyVersion" : "Update {0}\u0027s visit preferences",
	"EDSelfRegistrationTitle" : "@MYCHART@BrandEDSelfRegistration@",
	"EDSelfRegistrationTitleNoMnemonic" : "Self-Registration",
	"ESignSubwayTitle" : "Sign Documents",
	"ESignTaskComplete" : "Documents complete",
	"ESignTaskUpNext" : "Proceed to documents",
	"EVisitChecklistDescription" : "Complete the following tasks in order to submit the @MYCHART@BrandEVisit@.",
	"EVisitChecklistDescriptionNoMnemonic" : "Complete the following tasks in order to submit the E-Visit:",
	"EVisitChecklistHeader" : "Fill out your @MYCHART@BrandEVisit@",
	"EVisitChecklistHeaderForProxy" : "Fill out @MYCHART@PatientFirstName@\u0027s @MYCHART@BrandEVisit@",
	"EVisitChecklistHeaderNoMnemonic" : "Fill out your E-Visit",
	"EVisitChecklistHeaderNoMnemonicForProxy" : "Fill out @MYCHART@PatientFirstName@\u0027s E-Visit",
	"FilteredStopHeader" : "Go on ahead!",
	"FilteredStopText" : "Based on the information you\u0027ve provided, you don\u0027t need to complete this step now. You may have to complete additional steps when you arrive for your appointment.",
	"FinancialAssistanceSubwayTitle" : "Financial Assistance",
	"FinancialTaskComplete" : "Payment information steps complete",
	"FinancialTaskUpNext" : "Proceed to payment information",
	"HardwareTestSubwayTitle" : "Hardware Test",
	"HealthIssuesSubwayTitle" : "Health Issues",
	"InpatientTitle" : "@MYCHART@BrandECheckIn@",
	"InpatientTitleNoMnemonic" : "eCheck-In",
	"InsurancePreText" : "",
	"InsuranceSubwayTitle" : "Insurance",
	"MedicationsSubwayTitle" : "Medications",
	"NextQuestionnaireButtonText" : "Next questionnaire",
	"NextQuestionnaireButtonTitle" : "Continue to next questionnaire",
	"NothingLeftInECheckInChecklistDescription" : "There aren\u0027t any tasks left to complete right now.",
	"NothingLeftInECheckInChecklistHeader" : "There\u0027s nothing left to do",
	"OptionalTaskListHeader" : "To do before your provider sees you",
	"OptionalTaskListHeaderForProxy" : "To do before the provider sees @MYCHART@PatientFirstName@",
	"PartialCompletedSubTitle" : "When it\u0027s time for your visit, make sure to let us know that you\u0027ve arrived.",
	"PartiallyCompleteECheckIn" : "You\u0027ve partially completed @MYCHART@BrandECheckIn@.",
	"PartiallyCompleteECheckInNoMnemonic" : "You\u0027ve partially completed eCheck-In.",
	"PartiallyCompleteECheckInTasks" : "You\u0027re ready to arrive for some appointments.",
	"PatientContactsPretext" : "These people may be contacted in the event of an emergency.",
	"PatientContactsStopTitle" : "Verify Your Contacts",
	"PatientContactsStopTitleDependent" : "Verify @MYCHART@PatientFirstName@\u0027s Contacts",
	"PatientContactsSubwayTitle" : "Contacts",
	"PatientLocationSubwayTitle" : "Location",
	"PaymentsSubwayTitle" : "Payments",
	"PCPSubwayTitle" : "PCP",
	"PersonalInfoPreText" : "",
	"PersonalInformationStopTitle" : "Verify Your Personal Information",
	"PersonalInformationStopTitleDependent" : "Verify @MYCHART@PatientFirstName@\u0027s Information",
	"PersonalInformationSubwayTitle" : "Personal Info",
	"PersonalInfoTaskComplete" : "Personal information steps complete",
	"PersonalInfoTaskUpNext" : "Proceed to personal information",
	"PharmaciesSubwayTitle" : "Pharmacies",
	"PostText" : "",
	"PreText" : "",
	"QuestionnairesSubwayTitle" : "Questionnaires",
	"QuestionnaireTaskComplete" : "Questionnaires complete",
	"QuestionnaireTaskUpNext" : "Proceed to questionnaires",
	"RegisterForMyDeliveryChecklistDescription" : "Complete the following tasks to finish registration.",
	"RegisterForMyDeliveryChecklistHeader" : "Complete your registration",
	"RegisterForMyDeliveryChecklistHeaderForProxy" : "Complete @MYCHART@PatientFirstName@\u0027s registration",
	"RequiredTaskListHeader" : "To do now",
	"ReturnToChecklistButtonLabel" : "Back to checklist",
	"StartAllTasksButtonLabel" : "Start here",
	"Title" : "@MYCHART@BrandECheckIn@",
	"TitleNoMnemonic" : "eCheck-In",
	"TravelHistorySubwayTitle" : "Travel History",
	"TravelHistoryTaskComplete" : "Travel history complete",
	"TravelHistoryTaskUpNext" : "Proceed to travel history",
	"UnavailableTaskListHeader" : "To do after you arrive",
	"UnavailableTaskListHeaderForProxy" : "To do after @MYCHART@PatientFirstName@ arrives",
	"UnavailableTaskListHeaderVideoVisit" : "To do after you arrive",
	"VideoVisitTaskComplete" : "Video visit prep complete",
	"VideoVisitTaskUpNext" : "Proceed to video visit prep",
	"VisitContactSubwayTitle" : "Status Updates",
	"VisitListLinkLabel" : "Don\u0027t see the visit you are looking for? Click here to see all your visits.",
});
$$WP.Strings.getNamespace("education").addStrings( {
	"BackButtonText" : "Back",
	"BackToHomeButtonText" : "Back to home",
	"CareJourneyDefaultHeader" : "To learn for care journey",
	"CareJourneyHeader" : "To learn for @MyChart@CareJourneyName@",
	"DetailsRouteTitle" : "Education Title Contents",
	"DonePageButtonText" : "Done",
	"EducationForVisitTitle" : "Education for this visit",
	"EducationWidgetGoToLabel" : "Go to Education",
	"EducationWidgetTitle" : "Education",
	"NestedOtherCareJourney" : "Other",
	"NextPageButtonText" : "Next page",
	"NoAssignedEducationText" : "No education has been assigned during the current hospital stay.",
	"NoAvailableEducationText" : "You don\u0027t have any education materials to view right now.",
	"NoEDAssignedEducationText" : "No education has been assigned during the current visit.",
	"NoEducationContent" : "Something went wrong and your education failed to load.",
	"NoVisitEducationText" : "You don\u0027t have any education from the visit to view.",
	"OtherEducationAxHeaderMulti" : "More to learn @MyChart@NumTitles@ lessons",
	"OtherEducationAxHeaderSingle" : "More to learn 1 lesson",
	"OtherEducationSectionHeader" : "More to learn",
	"OtherTopicsHeaderText" : "Other Topics",
	"PageLocationText" : "Page @MyChart@CurrentPage@ of @MyChart@TotalPages@",
	"PreviousPageButtonText" : "Previous page",
	"ReturnToEducationText" : "Back to all education",
	"ReturnToVisitEducationText" : "Back to education for this visit",
	"RoutePoint" : "Education Page",
	"RouteTitle" : "Education Table of Contents",
	"ThisHospitalStaySectionHeader" : "To learn during this hospital stay",
	"ThisVisitSectionHeader" : "To learn during this visit",
	"Title" : "Education",
	"TitleCountTextMultiple" : "@MyChart@NumTitles@ lessons",
	"TitleCountTextSingle" : "1 lesson",
	"TitleUnsupportedInstructions" : "This content is not available on Bedside TV. Use your Bedside tablet or @MYCHART@APPTITLE@ mobile app to view this content.",
	"TVUnsupportedRouteTitle" : "Education TV Unsupported",
});
$$WP.Strings.getNamespace("education.drivingdirections").addStrings( {
	"ConsentPrivacyPolicyAriaLabel" : "Open Privacy Policy in New Window",
	"ConsentPrivacyPolicyButtonText" : "View privacy policy",
	"ManualRedirectMessage" : "Click here if you are not redirected automatically.",
	"PatientLocationAndDestinationConsent" : "Do you agree to share your location and destination address with @MYCHART@MAPSERVICE@ to provide you with driving directions? If you agree to share this information, you will leave @MYCHART@APPTITLE@ and be taken to @MYCHART@MAPSERVICE@.",
	"PatientLocationAndDestinationConsentHeader" : "Share your location and destination",
	"PrivacyPolicyURL" : "",
	"Title" : "Driving Directions",
});
$$WP.Strings.getNamespace("education.drivingdirections.fixed").addStrings( {
	"ConsentCancelButtonText" : "Go back",
	"ConsentContinueButtonText" : "Share my info",
});
$$WP.Strings.getNamespace("education.educationpoints").addStrings( {
	"AvailableOnTV" : "Available on TV",
	"BackButton" : "Back",
	"BackToTitleDetailsButton" : "Close",
	"BlobAudioLoadError" : "Audio could not be loaded.",
	"BlobVideoLoadError" : "Video could not be loaded.",
	"ContentAudioTitle" : "Listen",
	"ContentFDIAudioTitle" : "Go Listen",
	"ContentFDIVideoTitle" : "Go Watch",
	"ContentLinkTitle" : "Read",
	"ContentVideoTitle" : "Watch",
	"ContinueButton" : "Open next",
	"ErrorFailedToUpdateStatus" : "There was a problem saving your answer.",
	"ErrorFailedToUpdateTask" : "There was a problem updating your task.",
	"ErrorUnableToLoad" : "Unable to load education content.",
	"ErrorUnableToLoadAudio" : "Failed to load audio.",
	"ErrorUnableToLoadVideo" : "Failed to load video.",
	"ErrorUnableToSaveResponseTitle" : "Error",
	"ErrorUnableToSupportLink" : "Support is not available for link @MYCHART@LINK@",
	"ErrorUnableToUpdateTaskTitle" : "Error",
	"FileTypeNotSupported" : "This filetype is not supported in your current browser. To use this file, update your browser to the latest version or install a different browser.",
	"HandoutFinishedText" : "You finished \"@MYCHART@HandoutDisplayName@\"",
	"HandoutNotViewedYet" : "Not viewed yet",
	"HandoutsUnavailableOnTV" : "View on device",
	"HandoutViewed" : "Viewed",
	"MediaFailedToLoad" : "Failed to load",
	"MediaLoading" : "Loading...",
	"MediaPreviewDuration" : "@MYCHART@PreviewMinutes@:@MYCHART@PreviewSeconds@",
	"MediaPreviewDurationAxTextJoined" : "@MYCHART@PreviewDurationMinutes@ and @MYCHART@PreviewDurationSeconds@",
	"MediaPreviewDurationMinutesAxTextPlural" : "@MYCHART@DurationMinutesAx@ minutes",
	"MediaPreviewDurationMinutesAxTextSingular" : "1 minute",
	"MediaPreviewDurationSecondsAxTextPlural" : "@MYCHART@DurationSecondsAx@ seconds",
	"MediaPreviewDurationSecondsAxTextSingular" : "1 second",
	"MediaPreviewDurationZeroMinutes" : "0:@MYCHART@PreviewSecondsZeroMinutes@",
	"MediaStreamDuration" : "Stream",
	"PlayAudioButton" : "Play Audio called @MYCHART@AudioDisplayName@",
	"PlayVideoButton" : "Play Video called @MYCHART@VideoDisplayName@",
	"QuestionsButtonText" : "I have questions",
	"QuestionsButtonTitle" : "I have questions about the content on this topic",
	"ReplayMediaButton" : "Replay",
	"SkipButtonText" : "Skip",
	"SkipButtonTitle" : "I would like to skip this topic",
	"SomeAvailableTV" : "Some Available on TV",
	"Title" : "Education Points",
	"ToDoQuestionsButtonText" : "Ask a question",
	"TrackUnderstandingLabel" : "Let the care team know if you understand this content.",
	"UnderstandButtonText" : "I understand",
	"UnderstandButtonTitle" : "I understand the content on this topic",
	"Understood" : "Understood",
	"UntrustedExternalAudioDescription" : "Audio file called @MYCHART@AudioDisplayName@",
	"UntrustedExternalVideoDescription" : "Video file called @MYCHART@VideoDisplayName@",
	"ViewContentBeforeResponding" : "You have to review the topic before you can mark understanding.",
	"ViewMoreTopicsOnDevicePlural" : "Use your Bedside tablet or @MYCHART@APPTITLE@ mobile app to view @MYCHART@NumMoreUnsupportedTopics@ more topics",
	"ViewMoreTopicsOnDeviceSingular" : "Use your Bedside tablet or @MYCHART@APPTITLE@ mobile app to view 1 more topic",
	"ViewTopicsOnDevice" : "View more on device",
	"WebPageTitle" : "Education",
});
$$WP.Strings.getNamespace("education.educationtitles").addStrings( {
	"AllPagesReviewed" : "All pages reviewed",
	"AllPagesUnderstood" : "All pages reviewed and understood",
	"AllPagesWithQuestions" : "All pages reviewed with questions",
	"AssignedDate" : "Assigned @MyChart@Date@",
	"ContentNotSupportedOnTV" : "Some topics are available only on Bedside tablet or @MYCHART@APPTITLE@ mobile app",
	"DetailTextPlural" : "@MyChart@NumHandouts@ topics to learn",
	"DetailTextSingular" : "1 topic to learn",
	"Incomplete" : "Not complete",
	"OpenEducationBtnAxText" : "Open education for @MyChart@TitleName@",
	"OpenEducationBtnText" : "Open education",
	"PageNotYetReviewed" : "1 page not yet reviewed",
	"PagesNotYetReviewed" : "@MyChart@PageCount@ pages not yet reviewed",
	"PagesReviewed" : "@MyChart@PageCount@ of @MyChart@NumPages@ pages reviewed",
	"PagesUnderstood" : "@MyChart@PageCount@ of @MyChart@NumPages@ pages reviewed and understood",
	"PagesWithQuestions" : "@MyChart@PageCount@ of @MyChart@NumPages@ pages reviewed with questions",
	"PageTextPlural" : "@MyChart@NumPages@ total pages",
	"PageTextSingular" : "1 total page",
	"Questions" : "Reviewed with questions",
	"Reviewed" : "Reviewed",
	"ReviewedAndUnderstood" : "Reviewed and understood",
	"TableOfContentsBtnAxText" : "Table of contents for @MyChart@TitleName@",
	"TableOfContentsBtnText" : "Table of contents",
	"Title" : "Education Titles",
	"TitleAxText" : "Open @MyChart@TitleName@, @MyChart@TitleAssigned@, @MyChart@TitleCompleteness@, @MyChart@NotTVSupported@",
	"TitleAxTextNoTracking" : "Open @MyChart@TitleName@, @MyChart@TitleAssigned@",
	"TopicsPagesText" : "@MyChart@NumTopics@ topics, @MyChart@NumPages@ pages",
});
$$WP.Strings.getNamespace("education.educationtopics").addStrings( {
	"LastVisitedPointText" : "Last page visited",
	"NotCompleteAxText" : "Not complete",
	"NotCompleteUserResponseCardPrompt" : "Did you understand this content?",
	"PointAxText" : " Open @MyChart@PointName@ @MyChart@UnderstoodStatus@ Contains the following kind of content: @MyChart@WatchContent@ @MyChart@ListenContent@ @MyChart@ReadContent@ @MyChart@LastVisitedText@ ",
	"PointAxTextNoTracking" : " Open @MyChart@PointName@ Contains the following kind of content: @MyChart@WatchContent@ @MyChart@ListenContent@ @MyChart@ReadContent@ @MyChart@LastVisitedText@ ",
	"QuestionsAxText" : "Already reviewed with questions",
	"ReviewedAxText" : "Already reviewed",
	"Title" : "Education Topics",
	"TopicMultiPointsAxText" : "Page list for @MyChart@TopicName@. @MyChart@NumPoints@ pages.",
	"TopicPointCountTextMultiple" : "@MyChart@NumPoints@ pages",
	"TopicPointCountTextSingle" : "1 page",
	"TopicSinglePointAxText" : "Page list for @MyChart@TopicName@. 1 page.",
	"UnderstoodAxText" : "Already reviewed and understood",
});
$$WP.Strings.getNamespace("education.videojs").addStrings( {
	"ANetworkErrorCausedTheMediaDownloadToFailPartway" : "A network error caused the media download to fail part-way",
	"AudioPlayer" : "Audio Player",
	"AudioTrack" : "Audio Track",
	"Background" : "Background",
	"BeginningOfDialogWindowEscapeWillCancelAndCloseTheWindow" : "Beginning of dialog window. Escape will cancel and close the window.",
	"Black" : "Black",
	"Blue" : "Blue",
	"CaptionAreaBackground" : "Caption Area Background",
	"Captions" : "Captions",
	"CaptionSettingsDialog" : "Caption Settings Dialog",
	"CaptionsOff" : "captions off",
	"CaptionsSettings" : "captions settings",
	"Casual" : "Casual",
	"Chapters" : "Chapters",
	"Close" : "Close",
	"CloseModalDialog" : "Close Modal Dialog",
	"Color" : "Color",
	"CurrentTime" : "Current Time",
	"Cyan" : "Cyan",
	"Depressed" : "Depressed",
	"Descriptions" : "Descriptions",
	"DescriptionsOff" : "descriptions off",
	"DescriptionsSettings" : "descriptions settings",
	"Done" : "Done",
	"Dropshadow" : "Dropshadow",
	"Duration" : "Duration",
	"EndOfDialogWindow" : "End of dialog window.",
	"ExitFullscreen" : "Exit Fullscreen",
	"ExitPictureInPicture" : "Exit Picture-in-Picture",
	"FontFamily" : "Font Family",
	"FontSize" : "Font Size",
	"Fullscreen" : "Fullscreen",
	"Green" : "Green",
	"IsLoading" : "{1} is loading.",
	"LIVE" : "LIVE",
	"Loaded" : "Loaded",
	"Magenta" : "Magenta",
	"ModalWindow" : "Modal Window",
	"MonospaceSansSerif" : "Monospace Sans-Serif",
	"MonospaceSerif" : "Monospace Serif",
	"Mute" : "Mute",
	"NoCompatibleSourceWasFoundForThisMedia" : "No compatible source was found for this media.",
	"NoContent" : "No content",
	"None" : "None",
	"Opacity" : "Opacity",
	"Opaque" : "Opaque",
	"OpensCaptionsSettingsDialog" : ", opens captions settings dialog",
	"OpensDescriptionsSettingsDialog" : ", opens descriptions settings dialog",
	"OpensSubtitlesSettingsDialog" : ", opens subtitles settings dialog",
	"Pause" : "Pause",
	"PictureInPicture" : "Picture-in-Picture",
	"Play" : "Play",
	"PlayAudioTextWithTitleInformation" : "Open audio, @MyChart@AudioName@",
	"PlaybackRate" : "Playback Rate",
	"PlayingInPictureInPicture" : "Playing in Picture-in-Picture",
	"PlayVideo" : "Play Video",
	"PlayVideoTextWithTitleInformation" : "Open video, @MyChart@VideoName@",
	"Progress" : "Progress",
	"ProgressBar" : "Progress Bar",
	"ProgressBarTimingCurrentTimeDuration" : "{1} of {2}",
	"ProportionalSansSerif" : "Proportional Sans-Serif",
	"ProportionalSerif" : "Proportional Serif",
	"Raised" : "Raised",
	"Red" : "Red",
	"RemainingTime" : "Remaining Time",
	"Replay" : "Replay",
	"Reset" : "Reset",
	"RestoreAllSettingsToTheDefaultValues" : "restore all settings to the default values",
	"Script" : "Script",
	"SeekToLiveCurrentlyBehindLive" : "Seek to live, currently behind live",
	"SeektoLiveCurrentlyPlayingLive" : "Seek to live, currently playing live",
	"Selected" : "\", selected",
	"SemiTransparent" : "Semi-Transparent",
	"SkipBackwardSeconds" : "Skip backward {1} seconds",
	"SkipForwardSeconds" : "Skip forward {1} seconds",
	"SmallCaps" : "Small Caps",
	"StreamType" : "Stream Type",
	"Subtitles" : "Subtitles",
	"SubtitlesOff" : "subtitles off",
	"SubtitlesSettings" : "subtitles settings",
	"Text" : "Text",
	"TextBackground" : "Text Background",
	"TextEdgeStyle" : "Text Edge Style",
	"TheMediaCouldNotBeLoadedEitherBecauseTheServerOrNetworkFailedOrBecauseTheFormatIsNotSupported" : "The media could not be loaded, either because the server or network failed or because the format is not supported.",
	"TheMediaIsEncryptedAndWeDonotHaveTheKeysToDecryptIt" : "The media is encrypted and we do not have the keys to decrypt it.",
	"TheMediaPlaybackWasAbortedDueToACorruptionProblemOrBecauseTheMediaUsedFeaturesYourBrowserDidNotSupport" : "The media playback was aborted due to a corruption problem or because the media used features your browser did not support",
	"ThisIsAModalWindow" : "This is a modal window",
	"ThisModalCanBeClosedBypPressingTheEscapeKeyOrActivatingTheCloseButton" : "This modal can be closed by pressing the Escape key or activating the close button.",
	"Title" : "",
	"Transparent" : "Transparent",
	"Uniform" : "Uniform",
	"Unmute" : "Unmute",
	"VideoPlayer" : "Video Player",
	"VolumeLevel" : "Volume Level",
	"White" : "White",
	"Window" : "Window",
	"Yellow" : "Yellow",
	"YouAbortedTheMediaPlayback" : "You aborted the media playback",
});
$$WP.Strings.getNamespace("educationquestion").addStrings( {
	"AppointmentTodaySubtext" : "Appointment today",
	"CareTeamSubtext" : "Care team",
	"DefaultTitle" : "Education Question",
	"NoRecipientsHeader" : "No recipients available",
	"NoRecipientsText" : "You do not have any available recipients for messages at this time. Please call your clinic for assistance, or call @MYCHART@EMERGENCYPHONE@ for emergencies.",
	"OutOfOffice" : "Out of office until @MYCHART@ReturnDate@",
	"PastVisitSubtext" : "Previous appointment on @MYCHART@PreviousDate@",
	"PCPSubtext" : "Primary care provider",
	"PCPSubtextWithType" : "Primary care provider - @MYCHART@PcpType@",
	"RecipientHeader" : "Who do you want to contact?",
	"TaskTitleDisplay" : "Asking a question about \"@MYCHART@TaskTitle@\"",
	"Title" : "Education Question",
	"UpcomingAppointmentSubtext" : "Upcoming appointment on @MYCHART@UpcomingDate@",
});
$$WP.Strings.getNamespace("embeddedschedule").addStrings( {
	"CaptchaContinueButton" : "Continue",
	"CookiesNotEnabledButtonLabel" : "View available times",
	"CookiesNotEnabledError" : "Please @MYCHART@COOKIESNOTENABLEDLINK@ to view available times.",
	"CookiesNotEnabledErrorLinkText" : "enable cookies",
	"CookiesNotEnabledPreText" : "",
	"DetailsStepHeader" : "Is this correct?",
	"DOBVerificationPrompt" : "To confirm you know @MYCHART@PATIENTFIRSTNAME@, enter their date of birth",
	"schedDaysNoData" : "\u003cspan\u003eSorry, we couldn\u0027t find any open appointments.\u003c/span\u003e",
	"Title" : "Schedule an Appointment",
});
$$WP.Strings.getNamespace("emergencycontacts").addStrings( {
	"AddNewContact" : "Add a contact",
	"AddressOption" : "Address (@MyChart@AddressFirstLine@)",
	"CancelButtonText" : "Cancel",
	"ConfirmContactsCorrect" : "Confirm contacts",
	"ConfirmCopyInfo" : "Yes",
	"ConfirmRemoveContact" : "Are you sure you want to remove @MyChart@NameOfContactToDelete@ as your contact?",
	"ConfirmRemoveContactDependent" : "Are you sure you want to remove @MyChart@NameOfContactToDelete@ as @MYCHART@PatientFirstName@\u0027s contact?",
	"ConfirmRemoveContactNoName" : "Are you sure you want to remove this contact?",
	"DeclineCopyInfo" : "No",
	"DeleteContact" : "Remove",
	"DontRemoveContact" : "Don\u0027t remove",
	"ECFirstNamePrompt" : "Enter the first name of your contact",
	"ECFirstNamePromptDependent" : "Enter the first name of @MYCHART@PatientFirstName@\u0027s contact",
	"ECHomePhoneEntryPrompt" : "Enter this contact\u0027s home phone number, including the area code",
	"ECLastNamePrompt" : "Enter the last name of your contact",
	"ECLastNamePromptDependent" : "Enter the last name of @MYCHART@PatientFirstName@\u0027s emergency contact",
	"ECMobilePhoneEntryPrompt" : "Enter this contact\u0027s cell phone number, including the area code",
	"EContactName" : "Name",
	"EContactRelationship" : "Relationship",
	"EContactRelationshipPrompt" : "Choose the contact\u0027s relation to you",
	"EContactRelationshipPromptDependent" : "Choose the contact\u0027s relation to @MYCHART@PatientFirstName@",
	"ECWorkPhoneEntryPrompt" : "Enter this contact\u0027s work phone number, including the area code",
	"Edit" : "Edit",
	"EditContactHeader" : "Edit Contact",
	"EditDescriptiveText" : "Edit @MYCHART@ContactToEdit@",
	"Header" : "Review and Update Your Emergency Contacts",
	"HeaderDependent" : "Review and Update @MYCHART@PatientFirstName@\u0027s Emergency Contacts",
	"HomePhone" : "Home phone",
	"HomePhoneOption" : "Home phone (@MyChart@HomePhoneNumber@)",
	"HomePhonePreferred" : "Home phone (preferred)",
	"LinkedContactMessage" : "This contact is connected to a patient\u0027s record and can\u0027t be shown here. Talk to the front desk to confirm the information on file.",
	"MissingInfoContactInfo" : "Contact information (a phone or an address)",
	"MissingInfoHeader" : "The following information is required:",
	"MissingInfoName" : "Name",
	"MissingInfoRelation" : "Relationship",
	"MobilePhone" : "Mobile phone",
	"MobilePhoneOption" : "Mobile phone (@MyChart@MobilePhoneNumber@)",
	"MobilePhonePreferred" : "Mobile phone (preferred)",
	"NameNotOnFile" : "Name not on file",
	"NameWithPrimary" : "@MyChart@Name@ (Primary)",
	"NoContactsButtonText" : "Do not add a contact",
	"NoContactsButtonTextDependent" : "No contacts",
	"NoContactsHeader" : "Do you have friends or family members to add as emergency contacts?",
	"NoContactsHeaderDependent" : "Does @MYCHART@PatientFirstName@ have friends or family members to add as emergency contacts?",
	"NoContactsSubheader" : "These people might be contacted in the event of an emergency.",
	"NotEditable" : "Information Not Editable",
	"NotOnFile" : "Not on file",
	"OKButtonText" : "OK",
	"PreferredPhonePrompt" : "Choose this contact\u0027s preferred phone",
	"PrivateInformation" : "Information cannot be edited",
	"PullInfoButtonText" : "Copy my information",
	"PullInfoButtonTextDependent" : "Copy @MYCHART@PatientFirstName@\u0027s information",
	"PullInfoPrompt" : "Which information would you like to copy?",
	"RelationeNotOnFile" : "(Relationship not on file)",
	"RelationshipToPatient" : "",
	"RemoveContact" : "Remove",
	"SaveButtonText" : "Save",
	"SelfLinkedContactMessage" : "This contact uses your address and home phone. Update your information or talk to the front desk to make changes.",
	"SelfLinkedContactMessageDependent" : "This contact uses @MYCHART@PatientFirstName@\u0027s address and home phone. Update @MYCHART@PatientFirstName@\u0027s information or talk to the front desk to make changes.",
	"Title" : "",
	"WorkPhone" : "Work phone",
	"WorkPhonePreferred" : "Work phone (preferred)",
});
$$WP.Strings.getNamespace("enrollment.confirm").addStrings( {
	"DoneText" : "Your application has been submitted. Write down your application ID in order to access your application later.",
	"PageTitle" : "You\u0027re all set",
	"Title" : "",
});
$$WP.Strings.getNamespace("enrollment.dependents").addStrings( {
	"AddDependent" : "Add dependent",
	"AddDependentsPageTitle" : "Dependent information",
	"AddDependentToCoverage" : "Which plans do you want to add this dependent to?",
	"DeleteDependentPopupText" : "Are you sure you want to delete this dependent?",
	"DeleteDependentPopupTitle" : "Remove dependent?",
	"DependentCoverages" : "Plans: @MyChart@PlanList@",
	"DependentInfoDisclosure" : "More info",
	"NoDependentCoverages" : "Plans: none",
	"ReviewAndEdit" : "Review and edit",
	"ReviewCoveragesStatus" : "Review plans",
	"Title" : "",
});
$$WP.Strings.getNamespace("enrollment.enrollmentforms").addStrings( {
	"DependentInfoTitle" : "Dependent information",
	"SubscriberInfoTitle" : "Subscriber information",
	"Title" : "",
});
$$WP.Strings.getNamespace("enrollment.errorpage").addStrings( {
	"ContactEmployerText" : "Please contact your employer for more information.",
	"ErrorMessage" : "Your request could not be carried out because of an error.",
	"PageTitle" : "Oops! Something went wrong.",
	"Title" : "",
});
$$WP.Strings.getNamespace("enrollment.login").addStrings( {
	"AccessCodeInput" : "Access code",
	"AppIdInput" : "Application ID",
	"AppIdInstructions" : "Write down your application ID. You will use this to log in.",
	"ContinueAppButton" : "Continue application",
	"ContinueAppInstructions" : "Enter your application ID and your password. If you\u0027ve forgotten your password, you will need to create a new application.",
	"ContinueAppPageTitle" : "Continue your application",
	"CreateAppPageTitle" : "Start a new application",
	"ExistingAppButton" : "Continue your application",
	"FirstNameInput" : "First name",
	"ForgotPasswordButton" : "Forgot your password?",
	"InvalidAccessCodeDescription" : "The code you entered was invalid. Try again or contact your employer for more information.",
	"InvalidAccessCodeHeading" : "Invalid access code",
	"InvalidLoginDescription" : "You can try again or create a new application.",
	"InvalidLoginHeading" : "Login failed",
	"LandingPageInstructions" : "Start a new application or continue from where you left off.",
	"LandingPageTitle" : "Enroll in a health plan",
	"LastNameInput" : "Last name",
	"PasswordInput" : "Password",
	"StartNewAppButton" : "Start new application",
	"Title" : "",
	"VerifyAccessCodePageTitle" : "Verify access code",
	"VerifyCodeButton" : "Verify code",
	"VerifyCodeInstructions" : "Enter your access code given by your employer.",
});
$$WP.Strings.getNamespace("enrollment.notfoundpage").addStrings( {
	"BadLinkText" : "Your enrollment link has expired or there are no plans being offered at the moment.",
	"ContactEmployerText" : "Please contact your employer for more information.",
	"PageTitle" : "Page not found",
	"Title" : "",
});
$$WP.Strings.getNamespace("enrollment.planselect").addStrings( {
	"ChangeSelectionConfirm" : "Continue",
	"ChangeSelectionDecline" : "Go back",
	"ChangeSelectionHeader" : "Change your health plan selection",
	"ChangeSelectionWarning" : "If you change your selection, you may need to re-answer some questions you have previously filled out. Would you like to continue with your new selection?",
	"PageTitle" : "Health plan selection",
	"PlanColumnHeader" : "Plan name",
	"PlanDetailsCaption" : "@MyChart@PlanType@ plan options",
	"PlanDetailsColumnHeader" : "Plan details",
	"PlanSummaryTableCaption" : "Plan details table",
	"PlanTableExpandText" : "Show plan details",
	"SelectPlanText" : "@MyChart@PlanType@ plan selection",
	"Title" : "",
});
$$WP.Strings.getNamespace("enrollment.provider").addStrings( {
	"AddPCPButton" : "Add primary care provider",
	"AddProviderInstructionsAutoAssignOff" : "Add your primary care provider here. If you do not select a primary care provider now, you can select one at a later date.",
	"AddProviderInstructionsAutoAssignOn" : "Add a primary care provider here. If you do not select a primary care provider, one will be automatically assigned.",
	"AddProviderPageTitle" : "Primary care",
	"AutoAssigned" : "Provider will be assigned later",
	"ChooseDifferentProvider" : "Choose a different provider",
	"ChooseLocation" : "Choose a location",
	"GoBackButton" : "Go back",
	"LocationAXText" : "Location",
	"LocationDropdown" : "Select a location",
	"None" : "Provider will be chosen later",
	"NoResultText" : "Try a different search or go back and continue without a selected provider.",
	"PCPOfMember" : "Primary care provider for @MyChart@Member@",
	"ProviderNameQuestionLabel" : "Provider name",
	"ProviderSearchInstructions" : "Search for a primary care provider and location.",
	"ProviderSearchPageTitle" : "Provider search",
	"SearchButton" : "Search",
	"SelectButton" : "Select",
	"SkipForNow" : "Skip and continue",
	"Title" : "",
});
$$WP.Strings.getNamespace("enrollment.questions").addStrings( {
	"AddDepTo" : "Add dependent to health plans",
	"AddDepToReviewName" : "Selected health plans",
	"AddNumber" : "Add number",
	"CareOfHelpText" : "Enter the name of the person responsible for receiving mail at your temporary address.",
	"City" : "City",
	"CobInstructions" : "If you have health insurance with another employer, enter the following information. This is used to inform your health plan of other insurance coverages to coordinate your benefits and share the cost of your health care.",
	"CompanyAddress" : "Insurance company address",
	"CompanyName" : "Insurance company name",
	"CompanyPhone" : "Insurance company phone",
	"ContactMethodAddedStatusMessage" : "Contact method and number @MyChart@ContactRowAdded@.",
	"ContactMethodRemovedStatusMessage" : "Contact method and number @MyChart@ContactRowRemoved@.",
	"ContactNumber" : "Phone number",
	"ContactType" : "Phone type",
	"CopySubAddress" : "Same as subscriber",
	"Country" : "Country",
	"County" : "County",
	"CoverageAttributes" : "Is this member any of the following?",
	"DateOfBirth" : "Date of birth",
	"DateOfEvent" : "Date of event",
	"EffectiveDateDisplay" : "Your coverage will take effect on: @MyChart@EffectiveDate@",
	"Email" : "Email",
	"EmploymentDate" : "Employment start date",
	"EmploymentStatus" : "Employment status",
	"EthnicBackgrounds" : "Ethnic background",
	"EthnicGroup" : "Ethnic group",
	"FirstName" : "First name",
	"HaveMedicare" : "Does this member have Medicare?",
	"HaveOtherCoverage" : "Does this member have other health insurance?",
	"Languages" : "Language",
	"LastName" : "Last name",
	"MailingAddrAddButton" : "Add a mailing address",
	"MailingAddressHeader" : "Mailing address",
	"MailingAddrRemoveButton" : "Remove mailing address",
	"MaritalStatus" : "Marital status",
	"MedicareAStartDate" : "Part A effective date",
	"MedicareBStartDate" : "Part B effective date",
	"MedicareInstructionsDependent" : "If your dependent has Medicare, fill out the following information.",
	"MedicareInstructionsSubscriber" : "If you have Medicare, fill out the following information.",
	"MedicareNumber" : "Medicare number",
	"MedicareReason" : "Medicare reason",
	"MemberId" : "Member ID",
	"MiddleName" : "Middle name",
	"NameOfInsured" : "Name of subscriber",
	"NameTitle" : "Title",
	"NoOption" : "No",
	"Occupation" : "Occupation",
	"QualifyingEvent" : "Reason for application",
	"Races" : "Race",
	"RelToSub" : "Type of dependent",
	"RemoveNumber" : "Remove number",
	"RemoveNumberAccessibleDescription" : "Remove",
	"ResidentialAddressHeader" : "Residential address",
	"ResidentialMailingAddressHeader" : "Residential/mailing address",
	"Sex" : "Legal sex",
	"SSN" : "Social security number",
	"State" : "State",
	"Street" : "Street address",
	"Suffix" : "Suffix",
	"TempAddrAddButton" : "Add a temporary address",
	"TempAddrCareOf" : "Care of",
	"TempAddrFrom" : "From date",
	"TempAddrRemoveButton" : "Remove temporary address",
	"TempAddrTo" : "To date",
	"TemporaryAddressHeader" : "Temporary address",
	"TerminationDate" : "Termination date",
	"TerminationReason" : "Termination reason",
	"Title" : "",
	"YesOption" : "Yes",
	"Zip" : "ZIP",
});
$$WP.Strings.getNamespace("enrollment.reviewpage").addStrings( {
	"CobSubHeader" : "Other health insurance information",
	"ContactsSubHeader" : "Contact information",
	"DemographicsSubHeader" : "Demographics information",
	"DependentInformationHeader" : "Dependent information",
	"EditSelectedPlansButtonDescription" : "Edit selected health plans",
	"EffectiveDate" : "Effective date",
	"EmploymentSubHeader" : "Employment information",
	"EnrollmentSubHeader" : "Enrollment information",
	"MaskedSSN" : "***-**-****",
	"MedicareSubHeader" : "Medicare information",
	"PageTitle" : "Almost done",
	"PCPHeader" : "Your providers",
	"Print" : "Print",
	"ReviewPageInstructions" : "Review your application for errors and submit when you are ready.",
	"ReviewPlanFieldLabel" : "@MyChart@PlanType@:",
	"SelectedPlansHeader" : "Selected health plans",
	"ShowSSNAccessibleDescription" : "Show social security number",
	"Submit" : "Submit",
	"Submitting" : "Submitting...",
	"SubscriberInformationHeader" : "Subscriber information",
	"Title" : "",
});
$$WP.Strings.getNamespace("enrollment.subscriberform").addStrings( {
	"AfterCloseDateErrMsg" : "An application with this qualifying event and date cannot be submitted after @MyChart@CloseDate@. Choose a different event or date, or contact your insurance provider for more information.",
	"BeforeOpenDateErrMsg" : "An application with this qualifying event and date cannot be submitted before: @MyChart@OpenDate@. Try again after this date.",
	"PageTitle" : "Subscriber information",
	"Title" : "",
});
$$WP.Strings.getNamespace("enrollment.workflow").addStrings( {
	"ActivityTitle" : "Health Plan Enrollment",
	"CloseApplicationWarningBody" : "Write down your application ID: @MyChart@AppId@. You need this application ID to log in. Continue exiting?",
	"CloseApplicationWarningTitle" : "Close application",
	"ContinueButtonText" : "Save and continue",
	"Delete" : "Delete",
	"DisclosureText" : "What is @MyChart@QuestionName@?",
	"Edit" : "Edit",
	"Exit" : "Exit",
	"FailedToSubmitMessage" : "We were unable to submit your application at this time. We\u0027ll keep your information on hand. Try again later, or contact your employer for more information.",
	"FailedToSubmitTitle" : "Something went wrong",
	"PlanDetailsLink" : "See plan details",
	"SkipContinueButton" : "Skip and continue",
	"Title" : "",
	"WaiveCoveragePlanName" : "No plan selected",
});
$$WP.Strings.getNamespace("epic.patientengagement.claims.claimslist").addStrings( {
	"claimCoverageText" : "Coverage:",
	"claimDetailsText" : "View claim details",
	"claimExplanation" : "A claim is a request for payment that you or your doctor submits to your health insurance when you receive care. Your insurance responds with an explanation of benefits (EOB). The EOB is not a bill. Your doctor will send you a bill for your share after insurance has paid.",
	"claimExplanationTitle" : "What is a claim?",
	"claimLocationText" : "Location:",
	"claimNumberText" : "Claim #:",
	"claimsBeingProcessedText" : "This claim was recently submitted and is being processed.",
	"claimSpecialtyText" : "Specialty:",
	"coverageDetailsBackText" : "Back to the coverage list",
	"customerServiceEobRequestText" : "Request explanation of benefits",
	"customerServiceLinkScreenreader" : "Contact customer service for your claim from @MYCHART@CUSTSVCCLAIMDATE@ for @MYCHART@CUSTSVCCLAIMMEMBER@ with @MYCHART@CUSTSVCCLAIMPROVIDER@",
	"customerServiceRequestText" : "Contact customer service",
	"DocumentCreatedDateText" : "Created on:",
	"DocumentTypeText" : "Document type:",
	"downloadDocumentName" : "Document",
	"downloadEobName" : "Explanation of benefits @MYCHART@DOWNLOADEOBCLAIM@",
	"eobTitleText" : "Explanation of benefits",
	"errorGeneratingEobInfoBubbleText" : "Your explanation of benefits is currently generating and will take a few moments. Please refresh the page or come back later.",
	"errorGeneratingExplanationOfBenefitsText" : "Generating",
	"errorRequestingExplanationOfBenefitsText" : "Unable to send request",
	"explanationOfBenefitsText" : "View explanation of benefits",
	"explanationOfBenefitsTitleText" : "Explanation of benefits",
	"generateEobLinkScreenreader" : "Generate an explanation of benefits for your claim from @MYCHART@GENERATEEOBCLAIMDATE@ for @MYCHART@GENERATEEOBCLAIMMEMBER@ with @MYCHART@GENERATEEOBCLAIMPROVIDER@",
	"generateExplanationOfBenefitsText" : "Generate explanation of benefits",
	"generatingExplanationOfBenefitsText" : "Generating explanation of benefits",
	"individualClaimsTabText" : "Individual claims",
	"loadMoreClaims" : "Load more claims",
	"loadMoreSummariesText" : "Load more summaries",
	"noClaims" : "There are no claims to display.",
	"noSummariesText" : "There are no summaries to display.",
	"oldestClaimDate" : "Oldest Claim loaded from @MYCHART@LASTLOADEDCLAIMDATE@",
	"posttext" : "",
	"pretext" : "",
	"previousPage" : "Back to the previous page",
	"processedText" : "Processed",
	"processingText" : "Processing",
	"requestedEobLinkScreenreader" : "Request submitted for explanation of benefits to customer service for your claim from @MYCHART@REQUESTEDEOBCLAIMDATE@ for @MYCHART@REQUESTEDEOBCLAIMMEMBER@ with @MYCHART@REQUESTEDEOBCLAIMPROVIDER@. You will receive a message when your document is ready to view",
	"requestEobLinkScreenreader" : "Request an explanation of benefits for your claim from @MYCHART@REQUESTEOBCLAIMDATE@ for @MYCHART@REQUESTEOBCLAIMMEMBER@ with @MYCHART@REQUESTEOBCLAIMPROVIDER@",
	"requestErrorEobLinkScreenreader" : "Unable to send explanation of benefits request for your claim from @MYCHART@REQUESTERROREOBCLAIMDATE@ for @MYCHART@REQUESTERROREOBCLAIMMEMBER@ with @MYCHART@REQUESTERROREOBCLAIMPROVIDER@",
	"requestExplanationOfBenefitsSentCSText" : "You will receive a message when your document is ready to view",
	"requestExplanationOfBenefitsSentText" : "Request sent",
	"requestExplanationOfBenefitsSuccessToastText" : "Message sent",
	"requestingEobLinkScreenreader" : "Sending request for explanation of benefits to customer service for your claim from @MYCHART@REQUESTINGEOBCLAIMDATE@ for @MYCHART@REQUESTINGEOBCLAIMMEMBER@ with @MYCHART@REQUESTINGEOBCLAIMPROVIDER@",
	"requestingExplanationOfBenefitsText" : "Sending request",
	"summaryDisplayText" : "@MYCHART@SUMMARYMEMBER@ with @MYCHART@SUMMARYPLAN@",
	"summaryMemberText" : "Member:",
	"summaryTabText" : "Summary documents",
	"summaryText" : "Summary",
	"summaryTitleText" : "Periodic Summary",
	"Title" : "Claims",
	"unreadIndicatorText" : "Unread",
	"viewClaimReportScreenreader" : "View claim details for claim from @MYCHART@VIEWCLAIMREPORTDATE@ for @MYCHART@VIEWCLAIMREPORTMEMBER@ with @MYCHART@VIEWCLAIMREPORTPROVIDER@",
	"viewEobLinkScreenreader" : "View explanation of benefits for claim from @MYCHART@VIEWEOBCLAIMDATE@ for @MYCHART@VIEWEOBCLAIMMEMBER@ with @MYCHART@VIEWEOBCLAIMPROVIDER@",
	"viewEobSummaryLinkScreenreader" : "View summary of explanation of benefits for the period of @MYCHART@VIEWEOBDATE@ for @MYCHART@VIEWEOBSUMMARYMEMBER@ with @MYCHART@VIEWEOBSUMMARYCOVERAGE@",
	"viewExplanationOfBenefitsRequestText" : "View explanation of benefits request",
	"viewPeriodicLinkScreenreader" : "View summary of claims for the period of @MYCHART@VIEWSUMMARYDATE@ for @MYCHART@VIEWSUMMARYMEMBER@ with @MYCHART@VIEWSUMMARYCOVERAGE@",
	"viewRequestEobLinkScreenreader" : "View explanation of benefits request for your claim from @MYCHART@VIEWREQUESTEOBCLAIMDATE@ for @MYCHART@VIEWREQUESTEOBCLAIMMEMBER@ with @MYCHART@VIEWREQUESTEOBCLAIMPROVIDER@",
	"viewSummaryText" : "View summary",
	"visitedText" : "@MYCHART@CLAIMMEMBER@ with @MYCHART@CLAIMPROVIDER@",
	"yourShareText" : "Your share:",
});
$$WP.Strings.getNamespace("epic.patientengagement.claims.coveragedetails").addStrings( {
	"backToCoverageDetailsText" : "Back to the Coverage List",
	"backToCoverageDetailsTitle" : "Back",
	"benefitInformationText" : "Benefit Information",
	"claimsPosttext" : "",
	"claimsPretext" : "",
	"claimsText" : "Claims",
	"coverageTitle" : "Coverage",
	"eligibilityText" : "Eligibility",
	"memberTitle" : "Member",
	"referralsText" : "Referrals",
	"sidebarTitle" : "Your Coverage Details",
	"Title" : "Coverage Details",
});
$$WP.Strings.getNamespace("epic.patientengagement.claims.filters").addStrings( {
	"applyFilters" : "Apply Filters",
	"dateFilter" : "Date",
	"filterOnAll" : "All",
	"filterOnNone" : "None",
	"filterPromptText" : "Filter on:",
	"fromDateAccessiblePromptText" : "From date:",
	"fromDatePromptText" : "From:",
	"memberFilter" : "Member",
	"memberPromptText" : "Member:",
	"providerFilter" : "Provider",
	"providerPromptText" : "Provider:",
	"Title" : "Filters",
	"toDateAccessiblePromptText" : "To date:",
	"toDatePromptText" : "To:",
});
$$WP.Strings.getNamespace("epic.patientengagement.insurance.hra").addStrings( {
	"account" : "Account",
	"accountHistoryHeader" : "Account History",
	"accountPoolHeaderSplit" : "Account Pool",
	"backToCoverageDetailsText" : "Back to coverage details",
	"backToCoverageDetailsTitle" : "Navigate back to coverage details",
	"backToCoverageOverviewText" : "Back to coverage overview",
	"backToCoverageOverviewTitle" : "Navigate back to coverage overview",
	"benefitsPeriodExplanation" : "This is the period of time for which current HRA funds are available.  At the end of the period, current HRA funds will be removed and new funds will be deposited into the account.",
	"benefitsPeriodHeader" : "Benefits Period",
	"coveredServicesExplanation" : "Not all services may be covered by your HRA. See your HRA plan details for more information.",
	"coveredServicesHeader" : "Covered Costs",
	"currentPeriod" : "Current year",
	"familyPoolExplanation" : "This is the total amount available in the account. Each individual on the account spends from this pool, which contributes to their individual usage. When a member submits a claim, the HRA will cover a percentage of the out of pocket costs. The rate may change based on how much the member has already spent.",
	"familyPoolHeader" : "Account Pool - Yearly Deposit: @MYCHART@YEARLYDEPOSIT@",
	"hraAdjustment" : "HRA Adjustment",
	"individualBucketsExplanation" : "Any reimbursements covered by the HRA will contribute to your individual usage.  You will continue to be reimbursed until either you reach your individual limit or the account pool runs out.  After that, you will no longer be reimbursed for any costs.  ",
	"individualBucketsHeader" : "Individual Usage",
	"individualRemainingDisclaimer" : "This value is limited by the remaining amount in the account.  If other members are reimbursed by the HRA, it is possible this member\u0027s remaining amount will decrease along with the amount remaining in the account.",
	"periodRange" : "@MYCHART@PERIODSTARTDATE@ - @MYCHART@PERIODENDDATE@",
	"previousPeriod" : "Previous year",
	"prorationExplanation" : "Proration is enabled for this HRA plan.  Proration is when HRA funding is adjusted proportionally depending on when the coverage began. For example, if the HRA plan started halfway through the year, only half the yearly amount would be deposited.",
	"prorationHeader" : "Proration",
	"reimbursementRateExplanation" : "The percentage of HRA-eligible expenses which will be paid from this account.  This rate may vary based on submitted expenses and the plan may only cover up to a certain amount at this rate.  See your HRA plan details for more information.",
	"reimbursementRateHeader" : "Current Reimbursement Rate",
	"relatedLinksHeader" : "Related Links",
	"remaining" : "Remaining",
	"rolloverExplanation" : "Rollover is enabled for this HRA plan.  Remaining unspent funds from this account may roll over to the next period.",
	"rolloverHeader" : "Rollover",
	"serviceDate" : "Service Date",
	"tableAvailableHeader" : "Available",
	"tableBalanceChangeHeader" : "Change in HRA Balance",
	"tableClaimsDisclaimer" : "Additional details on this claim are not available.",
	"tableDateHeader" : "Date",
	"tableFamilyHeader" : "Family",
	"tableLessInformationAltText" : "Click for less information on this transaction.",
	"tableMemberHeader" : "Member",
	"tableMoreInformationAltText" : "Click for more information on this transaction.",
	"tableSourceHeader" : "Source",
	"Title" : "HRA Details",
	"used" : " used",
	"viewAdditionalMembers" : "Enabled.  Click to view additional members.",
	"viewAdditionalMembersDisabled" : "Disabled.  No more additional members.",
	"viewClaimsText" : "View claims",
	"viewClaimsTitle" : "View your claims",
	"viewPreviousMembers" : "Enabled.  Click to view previous members.",
	"viewPreviousMembersDisabled" : "Disabled.  No more previous members.",
	"yearlyDepositSplit" : "Yearly Deposit: @MYCHART@MOBILEYEARLYDEPOSIT@",
});
$$WP.Strings.getNamespace("epic.patientengagement.insurance.premiumbillingdetails").addStrings( {
	"premiumBillingInvoiceTitleText" : "Premium Invoice",
	"Title" : "Pay My Premium",
});
$$WP.Strings.getNamespace("epic.patientengagement.paperless.eob").addStrings( {
	"BackButtonLabelClaims" : "Back to the claims list",
	"BackButtonLabelHome" : "Back to the home page",
	"CancelButton" : "Cancel paperless EOBs",
	"CancelButtonTooltip" : "Discontinue paperless EOBs",
	"CancelConfirmPostText" : "If you need to make changes to your communication preferences, you can do so on the Communication Preferences page.",
	"CancelConfirmPreText" : "You will begin to receive paper EOBs in the mail.",
	"CancelDeclineButton" : "Never mind",
	"CancelDeclineButtonTooltip" : "Continue paperless EOBs",
	"CancelHeader" : "Cancel Paperless EOBs",
	"CancelPreText" : "Are you sure you want to cancel paperless EOBs? After cancelling paperless EOBs, you will begin receiving paper explanation of benefits documents in the mail again.",
	"ClaimsLink" : "Claims",
	"EobDescription" : "If you sign up for paperless explanation of benefits documents, you are opting to receive these documents electronically. You will be notified of new explanation of benefits documents based on your communication preferences.",
	"EobHeading" : "Paperless explanation of benefits",
	"PaperlessEdit" : "You are opted in to paperless explanation of benefits documents.",
	"PaperlessEditLink" : "Paperless Preferences",
	"paperlessErrorDetail" : "We were unable to update your paperless settings. Please try again later.",
	"paperlessErrorHeader" : "An error occurred",
	"PaperlessSignUp" : "Set up your paperless explanation of benefits document preferences.",
	"PaperlessSignUpAlt" : "Get started",
	"SignUpAcknowledgeLabel" : "I understand that I will no longer receive explanation of benefits documents in the mail.",
	"SignUpButton" : "Get started",
	"SignUpButtonTooltip" : "Sign up for paperless EOBs",
	"SignUpConfirmPostText" : "If you need to make changes to your communication preferences, you can do so on the Communication Preferences page.",
	"SignUpConfirmPreText" : "Thank you for signing up for paperless EOBs! You will no longer receive explanation of benefits documents in the mail.",
	"SignUpDeclineButton" : "No thanks",
	"SignUpDeclineButtonTooltip" : "Don\u0027t sign up now",
	"SignUpEmailLabel" : "Email",
	"SignUpGetEmailLabel" : "Receive email notifications",
	"SignUpGetMobileLabel" : "Receive text notifications",
	"SignUpHeader" : "Save time while saving paper",
	"SignUpMobileLabel" : "Mobile Phone",
	"SignUpPreText" : "Sign up for paperless explanation of benefits documents.",
	"Title" : "",
	"ToggleEob" : "Set paperless explanation of benefits preferences",
});
$$WP.Strings.getNamespace("epic.patientengagement.paperless.generic").addStrings( {
	"homepageBackButtonLabel" : "Back to the home page",
	"Title" : "",
});
$$WP.Strings.getNamespace("epic.patientengagement.paperless.invoice").addStrings( {
	"BackButtonLabelHome" : "Back to the home page",
	"BackButtonLabelPB" : "Back to premium billing summary",
	"CancelButton" : "Cancel paperless invoices",
	"CancelButtonTooltip" : "Discontinue paperless invoices",
	"CancelConfirmPostText" : "If you need to make changes to your notification settings, you can do so on the Communications page.",
	"CancelConfirmPreText" : "You will begin to receive paper invoices in the mail.",
	"CancelDeclineButton" : "Never mind",
	"CancelDeclineButtonTooltip" : "Continue paperless invoices",
	"CancelHeader" : "Cancel Paperless Invoices",
	"CancelPreText" : "Are you sure you want to cancel paperless invoices? After cancelling paperless invoices, you will begin receiving paper invoices in the mail again.",
	"InvoiceDescription" : "If you sign up for paperless premium invoices, you are opting to receive invoice communications electronically. You will be notified of new premium invoices based on your communication preferences.",
	"InvoiceHeading" : "Paperless premium invoices",
	"PaperlessEdit" : "You are opted in to paperless premium invoices.",
	"PaperlessEditLink" : "Paperless Preferences",
	"paperlessErrorDetail" : "We were unable to update your paperless settings. Please try again later.",
	"paperlessErrorHeader" : "An error occurred",
	"PaperlessSignUp" : "Set up your paperless premium invoice preferences.",
	"PaperlessSignUpAlt" : "Get started",
	"PaperlessSignUpButton" : "Get started",
	"PremiumBillingLink" : "Insurance Premium Billing",
	"SignUpAcknowledgeLabel" : "I understand that I will no longer receive premium billing invoices in the mail.",
	"SignUpButton" : "Sign up",
	"SignUpButtonTooltip" : "Sign up for paperless invoices",
	"SignUpConfirmPostText" : "If you need to make changes to your notification settings, you can do so on the Communications page.",
	"SignUpConfirmPreText" : "Thank you for signing up for paperless invoices! You will no longer receive premium billing invoices in the mail.",
	"SignUpDeclineButton" : "No thanks",
	"SignUpDeclineButtonTooltip" : "Don\u0027t sign up now",
	"SignUpEmailLabel" : "Email",
	"SignUpGetEmailLabel" : "Receive email notifications",
	"SignUpGetMobileLabel" : "Receive text notifications",
	"SignUpHeader" : "Save time while saving paper",
	"SignUpMobileLabel" : "Mobile Phone",
	"SignUpPreText" : "Set up your paperless premium invoices",
	"Title" : "",
	"ToggleInvoice" : "Set paperless premium invoices preferences",
});
$$WP.Strings.getNamespace("estimates.getestimatedetails").addStrings( {
	"addInsuranceBtn" : "Add insurance",
	"additionalInformationHeader" : "Additional Information",
	"alertAuthorizationRequired" : "Prior authorization is required for one or more services included on this estimate. The cost of your care may change if you do not have approval from your health plan.",
	"alertEstimateReplaced" : "This estimate is being revised and may not be up to date.",
	"alertOtherEstimateRevision" : "This estimate was revised on @MYCHART@ESTIMATEREVISIONDATE@.",
	"alertOutOfNetwork" : "This service may be considered out of network by your insurance provider.",
	"alertSelfPayManBen" : "We couldn\u0027t confirm your benefits with your insurance provider. Please enter them below.",
	"alertSelfPayNoBen" : "We couldn\u0027t confirm your benefits with your insurance provider. This estimate shows what you would pay without insurance.",
	"alertUpdatedBenefitInfo" : "This estimate was revised on @MYCHART@BENEFITSREVISIONDATE@ due to updated benefit information we received from your insurance provider.",
	"alertUpdatedCoverageInfo" : "This estimate was revised on @MYCHART@COVERAGEREVISIONDATE@ due to updated coverage information.",
	"alertUpdatedPlannedProcedures" : "This estimate was revised on @MYCHART@PROCEDUREREVISIONDATE@ due to updates to the procedures planned for your visit.",
	"anyLocationText" : "Choose this option if you don\u0027t know which location you will go to for this service.",
	"anyLocationTitle" : "Any location",
	"anyProviderText" : "Choose this option if you don\u0027t know which provider you would like to perform this service.",
	"anyProviderTitle" : "Any provider",
	"apptInfoHiddenTitle" : "Service Info",
	"apptInfoTitle" : "Visit Info",
	"apptIsHiddenDept" : "This service is at @MYCHART@APPTDEPARTMENT3@.",
	"apptIsHiddenProvider" : "This service is with @MYCHART@APPTPROVIDER3@.",
	"apptIsHiddenProviderDept" : "This service is with @MYCHART@APPTPROVIDER4@ at @MYCHART@APPTDEPARTMENT4@.",
	"apptIsScheduled" : "This visit is scheduled.",
	"apptIsScheduledDept" : "This visit is scheduled at @MYCHART@APPTDEPARTMENT1@.",
	"apptIsScheduledDeptMulti" : "Your next visit is scheduled at @MYCHART@APPTDEPARTMENTMULTI@.",
	"apptIsScheduledMulti" : "Your next visit is scheduled.",
	"apptIsScheduledProvider" : "This visit is scheduled with @MYCHART@APPTPROVIDER1@.",
	"apptIsScheduledProviderDept" : "This visit is scheduled with @MYCHART@APPTPROVIDER2@ at @MYCHART@APPTDEPARTMENT2@.",
	"apptIsScheduledProviderDeptMulti" : "Your next visit is scheduled with @MYCHART@APPTPROVIDERMULTI2@ at @MYCHART@APPTDEPARTMENTMULTI2@.",
	"apptIsScheduledProviderMulti" : "Your next visit is scheduled with @MYCHART@APPTPROVIDERMULTI@.",
	"averageLocationPrices" : "Average prices across all locations will be used.",
	"averageProviderPrices" : "Average prices across all providers will be used.",
	"backToEstimates" : "Back to Estimates",
	"backToServices" : "Select a different service",
	"badgeringText" : "This is a draft and hasn\u0027t been saved. Add more information below to get a more personalized estimate. When you\u0027re finished, click Save.",
	"badgeringTextUpdate" : "Add more information below to get a more personalized estimate.",
	"benChanged" : "This estimate may no longer be correct due to recent changes in your insurance or our organization\u0027s pricing. Please review the estimate letter for more details.",
	"benDescCoins" : "After your yearly deductible has been met, your coinsurance is the percentage of the charges that you pay alongside the payments that your insurance makes for a particular service.",
	"benDescCopay" : "Your copay is a flat amount that you pay any time that you use your insurance for a particular service, once your yearly deductible has already been met.",
	"benDescDed" : "Your deductible is the amount that you pay towards a service before your insurance begins to contribute.",
	"benDescMoop" : "Your maximum out-of-pocket is the most your insurance will ask you to pay towards covered services in a given plan year.",
	"benDontHave" : "N/A",
	"benEnterCoverageLevel" : "Please enter at least one benefit to proceed.",
	"benEnteredManually" : "Benefits Entered",
	"benGeneralValueError" : "Please enter a valid amount.",
	"benNotApplicableCoins" : "I don\u0027t have a coinsurance",
	"benNotApplicableCopay" : "I don\u0027t have a copay",
	"benNotApplicableDed" : "I don\u0027t have a deductible",
	"benNotApplicableMoop" : "I don\u0027t have a max out-of-pocket",
	"benPromptCoins" : "If you have a coinsurance, enter the percentage that you pay.",
	"benPromptCopay" : "If you have a copay, enter the amount.",
	"benPromptDed" : "If you have a remaining deductible, enter the amount that remains for this year.",
	"benPromptMoop" : "If you have a maximum out-of-pocket, enter the amount that remains for this year.",
	"benSpecificValueError" : "Please enter a valid amount for the highlighted benefits.",
	"benTextIconCoins" : "%",
	"benTextIconCopay" : "$",
	"benTextIconDed" : "$",
	"benTextIconMoop" : "$",
	"benTitleCoins" : "Coinsurance",
	"benTitleCopay" : "Copay",
	"benTitleDed" : "Remaining Deductible",
	"benTitleMoop" : "Maximum Out-of-Pocket",
	"cantDelete" : "The estimate could not be deleted at the moment. Please try again later.",
	"cantSave" : "The estimate could not be saved at the moment. Please try again later.",
	"changeInsurance" : "Change insurance",
	"chevronAlt" : "Toggle this section.",
	"confirmDiscardEstimate" : "Are you sure you want to delete this estimate? Any information you have entered will be lost.",
	"confirmDontSaveEstimate" : "Are you sure you don\u0027t want to save your estimate? Any information you have entered will be lost.",
	"confirmDontSaveEstimateDontSave" : "Leave without saving",
	"confirmDontSaveEstimateReturn" : "Return to Estimate",
	"confirmDontSaveTitle" : "You have unsaved changes",
	"cvgInfoNotUpToDate" : "\u003cspan\u003eIf your insurance information is out of date, please contact us at @MYCHART@CSPHONENUMBER2@ to update it, or \u003ca href=\"@MYCHART@CVGUPDLINK@\" title=\"Request to update your coverage\"\u003erequest to update your insurance online\u003c/a\u003e.\u003c/span\u003e",
	"cvgInfoNotUpToDateNoContact" : "If your insurance information is out of date, please contact us at @MYCHART@CSPHONENUMBER3@ to update it.",
	"defaultTapestryTopDisclaimer" : "An estimate is not a quote or guarantee.",
	"detailRowValNotAvailable" : "Not available",
	"discardBtn" : "Delete",
	"discountBreakdown" : "\u003cspan\u003eHospital fees discount: @MYCHART@DISCAMOUNTHB@ (@MYCHART@DISCPERCENTHB@%) \u003cBR /\u003e Physician fees discount: @MYCHART@DISCAMOUNTPB@ (@MYCHART@DISCPERCENTPB@%)\u003c/span\u003e",
	"discountTitle" : "Discount (@MYCHART@DISCPERCENT@%)",
	"discountTitleNoPercent" : "Discount",
	"docDescUnsigned" : "@MYCHART@DOCDESC@ (Unsigned)",
	"dontSaveEstimate" : "Don\u0027t save",
	"emailAddress" : "Email Address",
	"emailDesc" : "Want to save this for your records? Print this page or send yourself an email summary!",
	"emailErrorGeneral" : "We were not able to send an email. Please print this page for your records.",
	"emailErrorInput" : "Please enter a valid email address and try again.",
	"emailSent" : "Email sent successfully.",
	"encounterCompleteAlt" : "This estimate was completed on the following date:",
	"estimateCreate" : "Created @MYCHART@ESTCREATED@.",
	"estimateCreateExpireDay" : "Valid for 1 day.",
	"estimateCreateExpireDays" : "Valid for @MYCHART@ESTEXPIRESDAYS@ days.",
	"estimateCreateServiceArea" : "Created @MYCHART@ESTCREATED2@ with @MYCHART@SERVICEAREA@.",
	"estimateCreateTapestry" : "Created @MYCHART@ESTCREATED3@ with your health plan.",
	"estimateDateRange" : "This estimate covers visits from @MYCHART@ESTIMATEFIRSTDATE@ to @MYCHART@ESTIMATELASTDATE@.",
	"estimateDetailsBreakdownTitle" : "Details",
	"estimateDrilldownRangeAssistiveText" : "Based on patients who received this procedure in the past, this procedure typically costs between @MYCHART@LOWESTIMATEPRICE@ and @MYCHART@HIGHESTIMATEPRICE@. Your estimated total fee of @MYCHART@ESTIMATEPRICE@ is within this range.",
	"estimateExcludes" : "This estimate does not include:",
	"estimateExcludesInline" : "This Estimate Does Not Include:",
	"estimateFailedContactUsBtn" : "Contact us",
	"estimateFailedContactUsBtn2" : "Customer service request",
	"estimateFailedCustomerServicePrompt" : "Alternatively, you may send a message to customer service online by initiating a customer service request.",
	"estimateFailedDefaultText" : "We couldn\u0027t create an estimate with the information you provided. Please call us at @MYCHART@CSPHONENUMBER@ for further assistance. ",
	"estimateIncludes" : "This estimate includes:",
	"estimateIncludesInline" : "This Estimate Includes:",
	"estPaymentPlanOffer" : "Eligible for a monthly payment plan",
	"estPrepayDueHeading" : "Due at Check-In",
	"estPrepayDueTitle" : "Due at Check-In: @MYCHART@estDueAmount@",
	"externalLetter" : "You can find more details in your estimate letter.",
	"faDiscountText" : "A discount based on a financial assistance program for which you are eligible.",
	"faDiscountTitle" : "Financial assistance discount",
	"failedAlt" : "We couldn\u0027t create an estimate with the information you provided.",
	"feeGraphDescIns" : "This graph shows the price range for patients with similar insurance.",
	"feeGraphDescSP" : "This graph shows the price range for patients without insurance.",
	"freeEstimateIns" : "We estimate no out-of-pocket cost for this service. This may be due to your insurance fully covering the cost of this service, or because we have incomplete benefit information. If you\u0027re unsure of your benefits, we recommend double-checking with your insurance provider.",
	"freeEstimateNoIns" : "We estimate no out-of-pocket cost for this service, but there may be other charges based on the exact procedures performed.",
	"genericBenefitsTitle" : "Benefits",
	"graphHigh" : "High",
	"graphHover" : "",
	"graphLow" : "Low",
	"graphMedium" : "Estimated Fees",
	"guestimateDescription" : "This is an estimate for services at @MYCHART@SANAME@. If you would like to schedule an appointment, or request more information, please call customer service at @MYCHART@CSPHONE@.",
	"hasExternal" : "Your service also has an estimated @MYCHART@EXTERNALAMOUNT@ in fees from external providers, which are not included in the totals above.",
	"hospitalFeesHover" : "Hospital fees are the total fees charged by the hospital during the service. This may include charges for your room, medical supplies, etc.",
	"hospitalFeesTitle" : "Hospital fees",
	"infoAlertAlt" : "Informational Alert",
	"insInfoGroupNumText" : "The group number for your insurance policy.",
	"insInfoGroupNumTitle" : "Group Number",
	"insInfoMemberNumText" : "The member number for your insurance policy.",
	"insInfoMemberNumTitle" : "Member Number",
	"insInfoOnFile" : "We have the following information on file:",
	"insInfoSubscriberNumText" : "The subscriber number for your insurance policy.",
	"insInfoSubscriberNumTitle" : "Subscriber Number",
	"insInfoSubscriberText" : "The name of the subscriber to this coverage, as it appears on your insurance card - this is not necessarily your own name.",
	"insInfoSubscriberTitle" : "Subscriber Name",
	"insInfoUseThisInsBtn" : "Use this insurance",
	"insInfoYourInsText" : "The company providing your insurance coverage, as listed on your health insurance card.",
	"insInfoYourInsTitle" : "Your Insurance",
	"insuranceCoversTitle" : "Insurance covers",
	"insurancePaymentHover" : "The portion of the total fees your insurance covers. This includes the negotiated discount between us and your insurance.",
	"insurancePaymentHoverAllowed" : "The portion of the total fees your insurance covers.",
	"insurancePaymentHoverAllowedMulti" : "The portion of the total fees your insurance covers. This amount reflects the contribution of your insurance, @MYCHART@PRIMARYPAYORALLOWED@, but does not include contributions that your other coverages may make to the final cost of this service.",
	"insurancePaymentHoverMulti" : "The portion of the total fees your insurance covers. This includes the negotiated discount between us and your insurance. This amount reflects the contribution of your insurance, @MYCHART@PRIMARYPAYOR@, but does not include contributions that your other coverages may make to the final cost of this service.",
	"insurancePaymentHoverMultiPayer" : "The portion of the total fees your insurance covers. This includes the negotiated discount between us and your insurance.",
	"insurancePaymentHoverMultiTapestry" : "The portion of the total fees your insurance pays. This includes any negotiated discount between health care providers and your insurance. This amount reflects the contribution of your insurance, @MYCHART@PRIMARYPAYORTAPESTRY@, but does not include contributions that your other coverages may make to the final cost of this service.",
	"insurancePaymentHoverPayer" : "The portion of the total fees your insurance covers. This includes the negotiated discount between us and your insurance.",
	"insurancePaymentHoverTapestry" : "The portion of the total fees your insurance pays. This includes any negotiated discount between health care providers and your insurance.",
	"insuranceSectionPrompt" : "Confirm your insurance details.",
	"insuranceSectionPromptKnownPayor" : "Confirm your @MYCHART@ESSPAYOR@ insurance details.",
	"insuranceSectionPromptKnownPayorManual" : "Enter your @MYCHART@ESSPAYOR2@ insurance details.",
	"insuranceSectionPromptPayerAdjudication" : "",
	"insuranceSectionSelfPayTitleNoInsurance" : "No insurance (self-pay)",
	"insuranceSectionSelfPayTitleWithInsurance" : "Not using insurance (@MYCHART@POTENTIALPAYOR@)",
	"insuranceSectionTitle" : "Coverage Information",
	"lineHoverCoins" : "Your share of the costs of a covered health care service, calculated as a percentage of the amount charged to your insurance for the service. You pay coinsurance after you\u0027ve met your deductible.",
	"lineHoverCoinsNoPercent" : "Your share of the costs of a covered health care service, calculated based on the amount charged to your insurance for the service. You pay coinsurance after you\u0027ve met your deductible. Your health insurance plan pays the rest.",
	"lineHoverCopay" : "A fixed amount you pay for a covered health care service. Your overall copay is @MYCHART@COPAYAMT@.",
	"lineHoverDeductible" : "The amount you owe for covered health care services before your health insurance plan begins to pay. Some plans pay for certain health care services before you\u0027ve met your deductible. Your deductible usually resets every plan year.",
	"lineHoverDeductibleWithRemain" : "The amount you owe for covered health care services before your health insurance plan begins to pay. Some plans pay for certain health care services before you\u0027ve met your deductible. Your deductible will usually reset every calendar or plan year. After this service, your remaining deductible will be @MYCHART@REMDEDUCTIBLEAMT@.",
	"lineHoverFeesNotCovered" : "The charges that your insurance does not cover.",
	"lineHoverMonthlyPatientPayAmount" : "Your monthly patient pay amount paid each month to partially offset the cost of Medicaid services.",
	"lineHoverMoop" : "As of today, your insurance will not ask you to pay more than this amount for certain covered services for the current plan year. After this service, you will not be asked to pay for certain covered services until the next plan year.",
	"lineHoverVisitMoop" : "Your insurance will not ask you to pay more than this amount for certain covered services for the visit. After this service, you will not be asked to pay for certain covered services until the next visit.",
	"lineOverrideCoins" : "@MYCHART@COINSAMT@% Coinsurance",
	"lineTitleCoins" : "Coinsurance",
	"lineTitleCopay" : "Copay",
	"lineTitleDeductible" : "Deductible",
	"lineTitleFeesNotCovered" : "Fees not covered",
	"lineTitleMonthlyPatientPayAmount" : "Monthly Patient Pay Amount",
	"lineTitleMoop" : "Maximum out-of-pocket",
	"lineTitleVisitMoop" : "Visit maximum out-of-pocket",
	"lineTitleYourEstimatedPayment" : "Your estimated responsibility",
	"loadingUpdatingEstimate" : "Updating your estimate...",
	"locationSectionTitle" : "Service Location",
	"manualBenefitsText" : "Please enter your benefits. These may be found on your member card or other material provided by your insurance provider. If you can\u0027t find this information, you can contact your insurance provider or call our customer service department at @MYCHART@CSPHONENUMBERMANBEN@.",
	"manualBenefitsTextAlreadyHaveSome" : "Update or verify your benefit information below. You may wish to compare this information with your member card or other material from your insurance provider. If you can\u0027t find this information, you can contact your insurance provider or call our customer service department at @MYCHART@CSPHONENUMBERMANBEN2@. You may update the information below if it is incomplete in order to get a more accurate estimate.",
	"multiCvgWarning" : "You have other insurance coverages that may pay towards this service. Only payments from your primary insurance, @MYCHART@PRIMARYINS@, will be shown here. Your other insurance coverages include:\u003c/text\u003e",
	"multiCvgWarning2" : "You have other insurance coverages that might pay towards this service. Only payments from your primary insurance, @MYCHART@PRIMARYINS2@, will be included in the estimate. Your other insurance coverages include:\u003c/text\u003e",
	"multiCvgWarningPayer" : "You have other insurance coverages that might pay towards this service. These include:\u003c/text\u003e",
	"needMoreText" : "We need more information before we can give an estimate. Please continue to fill in your choices below.",
	"nextSpecificBenefit" : "Next",
	"overallBenefitsText" : "If you have benefits that aren\u0027t specific to a certain type of service, enter them here. They might be called Health Benefit Plan Coverage in the information provided by your insurance provider.",
	"overallBenefitsTitle" : "Overall Benefits",
	"overallBenefitsWeblink" : "\u003cspan\u003eYou may be able to find more information at your \u003ca href=\"@MYCHART@PAYORWEBSITE@\" target=\"_blank\" title=\"Your insurance\u0027s website\"\u003einsurance provider\u0027s website\u003c/a\u003e.\u003c/span\u003e",
	"physicianFeesHover" : "Physician fees are the total fees charged by the doctors and clinical staff during the service.",
	"physicianFeesTitle" : "Physician fees",
	"pleaseAcknowledge" : "Please acknowledge the disclaimer by checking the box above.",
	"pleaseFillInBEN" : "Please enter your benefits in the fields above before continuing.",
	"pleaseFillInBENNotJustMoop" : "We can\u0027t calculate an estimate knowing just your maximum-out-of-pocket. Please enter additional benefit information, or click \"Don\u0027t Use Insurance\".",
	"prepayPaidTitle" : "Prepay paid.",
	"previousSpecificBenefit" : "Previous",
	"priceFailure" : "We were unable to calculate a price for some parts of this estimate. The actual price may be higher.",
	"priceFailureNoProviders" : "We are not able to calculate physician fees for this location. This estimate is showing hospital fees only.",
	"priceFailureSelectLocation" : "Please select a location to increase the accuracy of this estimate. Not all prices are available without a location selected.",
	"providerNotAvailable" : "Not Available",
	"providerNotAvailableDetails" : "We are not able to calculate physician fees for this location. This estimate is showing hospital fees only.",
	"providerSectionTitle" : "Provider",
	"realTitle" : "Estimate for @MYCHART@TEMPLATENAME@",
	"referenceNumber" : "Reference #@MYCHART@REFNUMBER@",
	"refNumForError" : "Your reference number is @MYCHART@REFNUM2@.",
	"residualDiscountText" : "A discount on the remaining fees after insurance pays.",
	"residualDiscountTextwithFA" : "A discount on the remaining fees after insurance pays. This also includes your approved financial assistance.",
	"reviewSignDocumentBtn" : "Review and sign",
	"reviewSignDocumentBtnTitle" : "Review and sign the document corresponding to this estimate.",
	"reviewSignDocumentText" : "This estimate has a document that may contain additional details.",
	"reviewSignDocumentTitle" : "Sign Your Document",
	"rteLoaderText" : "Please wait while we confirm your insurance with @MYCHART@YOURINSURANCEPROVIDER@.",
	"rteLoaderTitle" : "Verifying your insurance...",
	"saveBtn" : "Save",
	"scheduledCanceled" : "The visit for this service was canceled.",
	"scheduledComplete" : "The visit for this service is complete.",
	"scheduledForDateAlt" : "This visit is scheduled for the following date:",
	"scheduledForTimeAlt" : "This visit is scheduled for the following time:",
	"scheduledForTimeOfDayAlt" : "This visit is scheduled for the following time of day:",
	"scheduledInfoAlt" : "Additional info about this scheduled estimate:",
	"scheduledInPast" : "The visit for this service is scheduled for a date in the past.",
	"scheduledTBD" : "TBD",
	"selectAnotherServiceHelptext" : "Go back and get an estimate for a different service. We will reuse any insurance information you previously provided.",
	"selfPayForbidInsuranceText" : "This estimate shows what you would pay out-of-pocket for this service. This service is not typically covered by insurance.",
	"selfPayText" : "This estimate shows what you would pay out-of-pocket without insurance.",
	"sendEmail" : "Send email",
	"serAboutMe" : "Read more",
	"serviceWithoutProviderAndDepartment" : "This service has no associated provider or department.",
	"sidebarCSContactText" : "If you need any help or have questions about your estimate, please contact our customer service department at @MYCHART@SIDEBARCSPHONENUM@.",
	"sidebarCSContactTitle" : "Questions?",
	"sidebarCSTapestryContactText" : "If you need any help or have questions about your estimate, please contact our customer service department.",
	"sidebarCSTapestryContactTextLink" : " If you need any help or have questions about your estimate, please \u003ca href=\"@MYCHART@ABSOLUTEURL@inside.asp?mode=custsvc\u0026from=estimates\"\u003econtact customer service.\u003c/a\u003e ",
	"sidebarCSTapestryContactTextLinkWithPES" : " If you need any help or have questions about your estimate, please \u003ca href=\"@MYCHART@ABSOLUTEURL@inside.asp?mode=custsvc\u0026from=estimates\u0026pesid=@MYCHART@TAPESTRYESTIMATEID@\"\u003econtact customer service.\u003c/a\u003e ",
	"sidebarCSTapestryContactTitle" : "Questions?",
	"sidebarFinishButton" : "Start over",
	"sidebarFinishTitle" : "Need an estimate for a different patient?",
	"sidebarInsuranceTitle" : "Your Insurance",
	"sidebarLocationsTitle" : "Locations",
	"sidebarLocationTitle" : "Location",
	"sidebarPriceTitle" : "Your Estimated Portion",
	"sidebarProvidersTitle" : "Providers",
	"sidebarProviderTitle" : "Provider",
	"skipButtonAlt" : "Click to skip waiting for your insurance to be verified.",
	"skipButtonText" : "Skip and enter manually",
	"specificBenefitsText" : "This estimate involves the following service types, which might have different benefits under your insurance coverage. Check to see if you have benefits specific to any of these service types.",
	"specificBenefitsTitle" : "Specific Benefits",
	"startOverHelptext" : "Start over from the beginning and get a new estimate. This will clear out any information you have provided.",
	"statusIconAlt" : "This section is not completed.",
	"statusIconCompleteAlt" : "This section is complete.",
	"subtotalDesc" : "The subtotal for your payment amount before discounts are applied.",
	"subtotalTitle" : "Subtotal",
	"svcTypeGeneral" : "General services",
	"svcTypeLnCoinsHover" : "Coinsurance paid for @MYCHART@SVCTYPENAME@.",
	"svcTypeLnCoinsTag" : "@MYCHART@SVCTYPENAME@ (@MYCHART@SVCTYPECOINS@%)",
	"svcTypeLnCopayHover" : "Copay for @MYCHART@SVCTYPENAME@.",
	"svcTypeLnCopayTag" : "@MYCHART@SVCTYPENAME@",
	"svcTypeLnDeductibleHover" : "Deductible paid for @MYCHART@SVCTYPENAME@. After this, your @MYCHART@SVCTYPENAME@ deductible will be @MYCHART@SVCTYPEDEDUCTIBLE@.",
	"svcTypeLnDeductibleTag" : "@MYCHART@SVCTYPENAME@",
	"svcTypeLnMoopHover" : "Maximum out-of-pocket for @MYCHART@SVCTYPENAME@.",
	"svcTypeLnMoopTag" : "@MYCHART@SVCTYPENAME@",
	"svcTypeLnTaxHover" : "Charges for @MYCHART@SVCTYPENAME@.",
	"svcTypeLnTaxTag" : "@MYCHART@SVCTYPENAME@",
	"svcTypeLnVisitMoopHover" : "Visit maximum out-of-pocket for @MYCHART@SVCTYPENAME@.",
	"svcTypeLnVisitMoopTag" : "@MYCHART@SVCTYPENAME@",
	"taxDesc" : "Additional surcharge that applies to this service.",
	"taxTitle" : "Surcharge",
	"termsOfService" : "I acknowledge that this is just an estimate of what I would pay and does not represent a guarantee. The actual price I pay may be higher or lower than this estimate.",
	"termsOfServiceAccepted" : "Accepted on @MYCHART@DATEACCEPTED@",
	"termsOfServiceCheckbox" : "Yes, I accept",
	"termsOfServiceHeader" : "Disclaimer",
	"Title" : "Estimate Details",
	"totalFees" : "Total fees",
	"totalHoverIns" : "The amount estimated to be billed to your insurance.",
	"totalHoverInsAllowed" : "The estimated price of the service, which includes the negotiated discount between us and your insurance.",
	"totalHoverSP" : "The estimated price of the service before any discounts are applied.",
	"totalHoverSPSimple" : "The estimated price of the service including self-pay discounts.",
	"totalLabelSBT" : "Total",
	"uninsuredDiscountText" : "A discount on total fees for patients paying out-of-pocket.",
	"uninsuredDiscountTextwithFA" : "A discount on total fees for patients paying out-of-pocket. This also includes your approved financial assistance.",
	"updateBtn" : "Update",
	"useInsuranceBtn" : "Use my insurance",
	"useTheseBenefits" : "Use these benefits",
	"vapEligible" : "Visit Auto Pay is available",
	"viewApptBtnText" : "View visit",
	"viewApptBtnTitle" : "There is a visit scheduled for this service. You may view the visit details for this service online.",
	"viewApptPaymentPlanBtnText" : "Set up payment plan",
	"viewApptPaymentPlanBtnTitle" : "Set up payment plan for this visit.",
	"viewApptPrepayBtnText" : "Make payment",
	"viewApptPrepayBtnTitle" : "Make a payment for this visit.",
	"viewApptVisitAutoPayBtnText" : "Set up auto pay",
	"viewApptVisitAutoPayBtnTitle" : "Set up auto pay for this visit.",
	"viewDetailsLink" : "View estimate details",
	"viewDocumentBtn" : "View document",
	"viewDocumentBtnTitle" : "View the document corresponding to this estimate.",
	"viewDocumentText" : "This estimate has a document that may contain additional details.",
	"viewDocumentTitle" : "View Your Document",
	"viewLetterBtn" : "View letter",
	"viewLetterBtnTitle" : "View the letter corresponding to this estimate.",
	"viewLetterText" : "This estimate has a letter that may contain additional details.",
	"viewLetterTitle" : "View Your Letter",
	"VisitPaymentHeader" : "Visit Payment",
	"warningAlertAlt" : "Warning Alert",
	"withoutInsuranceBtn" : "Don\u0027t use insurance",
	"youPayDesc" : "The portion of the total fees you would be responsible for.",
	"YouPaySimpleHBDscnt" : "Includes hospital fees and discounts",
	"YouPaySimplePBDscnt" : "Includes physician fees and discounts",
	"youPayTitle" : "You pay",
	"yourEstimateBreakdownSelfpayTitle" : "You Pay",
	"yourEstimateBreakdownTitle" : "You Pay",
});
$$WP.Strings.getNamespace("estimates.getestimateservices").addStrings( {
	"backButtonToDisclaimer" : "Back to disclaimer",
	"backButtonToEstimates" : "Back to saved estimates",
	"backButtonToHome" : "Back to home page",
	"backButtonToLocations" : "Back to locations",
	"backButtonToSASelection" : "Back to organizations",
	"categoriesListOther" : "Other categories: ",
	"categoriesListPlural" : "Categories: ",
	"categoriesListSingle" : "Category: ",
	"categoryResultsMsg" : "@MYCHART@NUMRESULTSCAT@ results for category \"@MYCHART@RESULTSCATNAME@\"",
	"categoryResultsMsgSingle" : "1 result for category \"@MYCHART@RESULTSCATNAMESINGLE@\"",
	"categoryTab" : "Categories",
	"categoryTabAlt" : "View Services by Category",
	"commonService" : "Common Service",
	"commonServicesCategory" : "Common Services",
	"commonServicesDesc" : "Get an estimate for our most frequently performed services and procedures.",
	"commonServicesTab" : "Common Services",
	"commonServicesTabAlt" : "View Common Services",
	"currentServiceArea" : "Currently viewing services for @MYCHART@SANAME@.",
	"loadingEstimate" : "Loading...",
	"noResultsText" : "We didn\u0027t find any services matching your search. Try searching for a different keyword or browsing the categories tab.",
	"noResultsTitle" : "No results",
	"patientEstimates" : "Patient Estimates",
	"resultsAll" : "@MYCHART@NUMRESULTSALL@ results",
	"sbCategoryText" : "Click on a category to see the list of services available in that category.",
	"sbCategoryTitle" : "Browse by Category",
	"sbSearchingText" : "\u003cul\u003e\u003cli\u003eEnter a keyword or name. For example, \"knee replacement\"\u003c/li\u003e\u003cli\u003eSearch by category. For example, \"knee\"\u003c/li\u003e\u003cli\u003eSearch by CPT\u0026reg; code. CPT\u0026reg; codes are how procedures are categorized and are the same across all healthcare providers.\u003c/li\u003e\u003c/ul\u003e",
	"sbSearchingTitle" : "Searching for a Service",
	"searchbarGhostText" : "Search by keyword or CPT\u0026reg; code",
	"searchBtnText" : "Search",
	"searchResults" : "Search Results",
	"searchResultsMsg" : "@MYCHART@NUMRESULTSSEARCH@ results for \"@MYCHART@RESULTSSEARCHQUERY@\"",
	"searchResultsMsgSingle" : "1 result for \"@MYCHART@RESULTSSEARCHQUERYSINGLE@\"",
	"searchTab" : "Search Results",
	"searchTabAll" : "Showing All",
	"searchTabAlt" : "View Service Search Results",
	"signInButton" : "Sign in",
	"signInHeader" : "Have a @MYCHART@APPTITLE@ account?",
	"signInMessage" : "Save time by signing in and using your insurance information on file.",
	"termsOfService" : "I acknowledge that this is just an estimate of what I would pay and does not represent a guarantee. The actual price I pay may be higher or lower than this estimate.",
	"termsOfServiceButton" : "Accept and continue",
	"termsOfServiceHeader" : "Disclaimer",
	"Title" : "What service would you like?",
});
$$WP.Strings.getNamespace("estimates.selectinsurance").addStrings( {
	"chooseInsType" : "Choose your type of insurance",
	"chooseInsuranceHeader" : "Choose your insurance",
	"continueButton" : "Continue",
	"continueButtonHelptext" : "Continue with your estimate",
	"continueNoIns" : "Continue without insurance",
	"dontHaveInfo" : "Click here if you don\u0027t have this information available.",
	"dontSeeInsurance" : "I don\u0027t see my insurance",
	"enterInsuranceDetails" : "Enter your insurance details",
	"goBack" : "Go back",
	"insDetailHelptext" : "Please provide information about your insurance. If you need further assistance, contact us at @MYCHART@CSNUMBER3@. ",
	"insTypeDesc" : "Although your exact insurance information couldn’t be verified, you can get a more general estimate by selecting the type of insurance that best fits your situation. Please keep in mind that the estimate may be less accurate in this case.",
	"noInsurance" : "No insurance",
	"noInsuranceHelptext" : "@MYCHART@SPLINKTAG@Skip this step\u003c/a\u003e if you do not have insurance or would like to get an estimate without using insurance.",
	"otherInsurance" : "Other insurance",
	"otherPayorHelptext" : "Select your insurance provider from the list below. If your insurance provider is not listed, contact us at @MYCHART@CSNUMBER2@ for assistance with your estimate.",
	"rteFailHeader" : "Unable to verify insurance",
	"rteFailMsg" : "Unfortunately, we were not able to verify your insurance with the information provided. Please call @MYCHART@CSNUMBER@ for further assistance, or select your insurance type below.",
	"rteFailMsgNoCat" : "Unfortunately, we were not able to verify your insurance with the information provided. Please call @MYCHART@CSNUMBER4@ for further assistance.",
	"selectDifferentService" : "Select a different service",
	"selectInsurance" : "Select your insurance",
	"Title" : "Patient Estimates",
});
$$WP.Strings.getNamespace("estimates.selectlocation").addStrings( {
	"backButtonToSASelection" : "Back to organizations",
	"backToEstimates" : "Back to Estimates",
	"backToEstimatesMobile" : "Back",
	"backToHome" : "Back to the home page",
	"guestimatesTitle" : "Patient Estimates",
	"SACustomerServiceText" : "Customer service: @MYCHART@SAPHONENUM@",
	"signInButton" : "Sign in",
	"signInHeader" : "Have a @MYCHART@APPTITLE@ account?",
	"signInMessage" : "Save time by signing in and using your insurance information on file.",
	"Title" : "Which location would you like to visit for your procedure?",
});
$$WP.Strings.getNamespace("estimates.selectservicearea").addStrings( {
	"backToEstimates" : "Back to Estimates",
	"backToEstimatesMobile" : "Back",
	"backToHome" : "Back to the home page",
	"guestimatesMetaDescription" : "Get a price estimate for an upcoming service. No login required.",
	"guestimatesTitle" : "Patient Estimates",
	"otherAreasText" : "You may also choose from any of our other available organizations.",
	"otherAreasTitle" : "All organizations",
	"recentAreasText" : "You may be familiar with the following organizations.",
	"recentAreasTitle" : "Places you may have been seen",
	"SACustomerServiceText" : "Customer service: @MYCHART@SAPHONENUM@",
	"signInButton" : "Sign in",
	"signInHeader" : "Have a @MYCHART@APPTITLE@ account?",
	"signInMessage" : "Save time by signing in and using your insurance information on file.",
	"Title" : "Where do you want to have your procedure done?",
	"whatIsAServiceAreaText" : "An organization is a group of hospitals and clinics working together to provide clinical care. Health systems are divided into organizations for many reasons, like personalizing care on a regional basis, or making it easier to communicate with your local care team.",
	"whatIsAServiceAreaTitle" : "What is an organization?",
	"whichToChooseText" : "You should choose an organization that is convenient for you. Keep in mind that while the price of a service may vary between organizations, there are other aspects of your care that you should consider as well - if you decide to choose a location in a more distant organization, remember to account for travel expenses, ease of communicating with your care team, and potential follow-up visits when analyzing the overall cost of a procedure.",
	"whichToChooseTitle" : "Which should I choose?",
});
$$WP.Strings.getNamespace("estimates.startestimate").addStrings( {
	"additionalResources" : "(@MYCHART@ADDITIONALRESOURCELENGTH@ more)",
	"backPage" : "Go back a page",
	"billingCommLinkText" : "billing communications page",
	"cantDelete" : "The estimate could not be deleted at the moment. Please try again later.",
	"closeAlertTitle" : "Dismiss alert.",
	"confirmDeleteText" : "Are you sure you want to delete the following estimate:",
	"createEstimateTitle" : "Create a new estimate",
	"createNewEstimateBtnText" : "Create a new estimate",
	"deleteEstimateBtnText" : "Delete",
	"dentalText" : "You can view your dental treatment estimate documents from the @MYCHART@BILLINGCOMMLINK@. ",
	"dentalTitle" : "Dental Treatment Estimates",
	"docDescUnsigned" : "@MYCHART@DOCDESC@ (Unsigned)",
	"encounterCompleteAlt" : "This visit is complete.",
	"estimateCreate" : "Created @MYCHART@ESTCREATED@",
	"estimateCreateExpireDay" : "Valid for 1 day",
	"estimateCreateExpireDays" : "Valid for @MYCHART@ESTEXPIRESDAYS@ days",
	"estimateCreateServiceArea" : "Created @MYCHART@ESTCREATED2@ with @MYCHART@SERVICEAREA@",
	"estimateCreateTapestry" : "Created @MYCHART@ESTCREATED3@ with your health plan",
	"estimateCreateTapestryLogoText" : "Health Plan",
	"estimateReplaced" : "This estimate is being revised and may not be up to date.",
	"howAccurateText" : "Prices may vary and an estimate is not a quote or guarantee. We try our best to give you an accurate estimate. However, many factors go into the final cost.",
	"howAccurateTitle" : "How accurate are estimates?",
	"hyperspaceText" : "These estimates have been confirmed or prepared for you by our staff. Select an estimate for more details.",
	"hyperspaceTitle" : "Finalized Estimates",
	"loadMoreEstimates" : "Load more estimates",
	"locationAlt" : "Location",
	"nextPage" : "Go forward a page",
	"noResultsText" : "You don\u0027t have any estimates right now.",
	"providerAlt" : "Provider",
	"referenceNumberText" : "Reference #",
	"reviewSignBtnAccName" : "Review and sign document for @MYCHART@ESTIMATETITLE@",
	"reviewSignBtnText" : "Review and sign",
	"reviewSignBtnTitle" : "Sign the document corresponding to this estimate.",
	"savedIntroText" : "Are you wondering what a procedure will cost? Get an estimate for common procedures from one of our locations near you.",
	"savedText" : "These estimates have not been reviewed by our staff. Select an estimate for more details or to update it with new information.",
	"savedTitle" : "Your Saved Estimates",
	"scheduledCanceled" : "This visit was canceled",
	"scheduledComplete" : "Visit complete",
	"scheduledForDateAlt" : "This estimate is scheduled for the following date:",
	"scheduledForTimeAlt" : "This estimate is scheduled for the following time:",
	"scheduledForTimeOfDayAlt" : "This estimate is scheduled for the following time of day:",
	"scheduledInfoAlt" : "Additional info about this scheduled estimate:",
	"scheduledInPast" : "Scheduled for a date in the past",
	"scheduledTBD" : "TBD",
	"selectPage" : "Go to page",
	"successSavedAlert" : "\u003cspan class=\"bold\"\u003eYou have successfully saved your @MYCHART@SAVEDESTIMATENAME@ estimate for @MYCHART@SAVEDESTIMATEPRICE@.\u003c/span\u003e\u003cbr /\u003eIf you have any questions, please \u003ca href=\"@MYCHART@CSLINKSAVED@\" title=\"Contact customer service\"\u003econtact us online\u003c/a\u003e or call us at @MYCHART@CSPHONESAVED@, referencing estimate number @MYCHART@ESTIDSAVED@.",
	"successSavedAlertNoContact" : "\u003cspan class=\"bold\"\u003eYou have successfully saved your @MYCHART@SAVEDESTIMATENAME3@ estimate for @MYCHART@SAVEDESTIMATEPRICE3@.\u003c/span\u003e",
	"successSavedAlertPhoneOnly" : "\u003cspan class=\"bold\"\u003eYou have successfully saved your @MYCHART@SAVEDESTIMATENAME2@ estimate for @MYCHART@SAVEDESTIMATEPRICE2@.\u003c/span\u003e\u003cbr /\u003eIf you have any questions, please call us at @MYCHART@CSPHONESAVED2@, referencing estimate number @MYCHART@ESTIDSAVED2@.",
	"successSubmittedAlert" : "You have successfully submitted your @MYCHART@SUBMITTEDESTIMATENAME@ estimate for @MYCHART@SUBMITTEDESTIMATEPRICE@.\u003cbr /\u003eIf you have any questions, please \u003ca href=\"@MYCHART@CSLINKSUBMITTED@\" title=\"Contact customer service\"\u003econtact us online\u003c/a\u003e or call us at @MYCHART@CSPHONESUBMITTED@, referencing estimate number @MYCHART@ESTIDSUBMITTED@.",
	"Title" : "Estimates",
	"upcomingText" : "Select an estimate for more details.",
	"upcomingTitle" : "Estimates for Scheduled Services",
	"viewApptBtnText" : "View visit",
	"viewApptBtnTitle" : "There is a visit scheduled for this service. You may view the visit details for this service online.",
	"viewApptPaymentPlanBtnAccName" : "Set up payment plan for @MYCHART@ESTIMATETITLE@",
	"viewApptPaymentPlanBtnText" : "Set up payment plan",
	"viewApptPaymentPlanBtnTitle" : "Set up payment plan for this visit.",
	"viewApptPrepayBtnText" : "Make payment",
	"viewApptPrepayBtnTitle" : "Make a payment for this visit.",
	"viewApptPrepaynBtnAccName" : "Make payment for @MYCHART@ESTIMATETITLE@",
	"viewApptVisitAutoPayBtnAccName" : "Set up auto pay for @MYCHART@ESTIMATETITLE@",
	"viewApptVisitAutoPayBtnText" : "Set up auto pay",
	"viewApptVisitAutoPayBtnTitle" : "Set up auto pay for this visit.",
	"viewDocBtnAccName" : "View document for @MYCHART@ESTIMATETITLE@",
	"viewDocBtnText" : "View document",
	"viewDocBtnTitle" : "View the document corresponding to this estimate.",
	"viewLetterBtnAccName" : "View letter for @MYCHART@ESTIMATETITLE@",
	"viewLetterBtnText" : "View letter",
	"viewLetterBtnTitle" : "View the letter corresponding to this estimate.",
	"whatsAnEstimateText" : "An estimate is the predicted amount you will pay for a medical service based on your insurance and what patients have been charged in the past.",
	"whatsAnEstimateTitle" : "What is an estimate?",
	"yourPortionTitle" : "(your estimated responsibility)",
});
$$WP.Strings.getNamespace("evisit").addStrings( {
	"AcceptTermsButton" : "Accept",
	"AllergiesSubwayTitle" : "Allergies",
	"AllOtherViewersButton" : "All others with access to @MYCHART@PATIENT@ at this time",
	"AltChiefComplaintSubwayTitle" : "E-Visit Details",
	"CancelButton" : "Cancel E-Visit",
	"CantDoEVisitDebugText" : "Legacy E-Visits are discontinued and are no longer available.",
	"CantDoEVisitText" : "We are unable to process E-Visits from you at this time. Please contact your organization directly (@MYCHART@HELPDESKPHONE@) for any health issues. Thank you.",
	"CardSaveFailure" : "An error occurred and your card was not saved.",
	"CardSaveSuccess" : "Your credit card information was saved successfully.",
	"ChangeReasonPopupCancelButtonTitle" : "Cancel",
	"ChangeReasonPopupProceedButtonTitle" : "Change Reason for E-Visit",
	"ChangeReasonPopupText" : "Your questionnaire responses may be discarded. Would you like to continue?",
	"ChangeReasonPopupTextWithUpload" : "Your questionnaire responses and any uploaded files may be discarded. Would you like to continue?",
	"ChangeReasonPopupTitle" : "Confirm changing reason for E-Visit",
	"ChiefComplaintSubwayTitle" : "Reason",
	"ChooseAPharmacy" : "Choose a pharmacy",
	"ChooseARecipient" : "Choose a recipient",
	"CloseButton" : "Close E-Visit",
	"CompletedStepsEdit" : "Return to @MYCHART@STEPNAME@ and edit",
	"CompletedStepsEditLabel" : "Edit",
	"CompletedStepsTitle" : "Completed Steps",
	"DeclineTermsButton" : "Decline",
	"DemographicsStepTitle" : "Verify Your Personal Information",
	"DemographicsSubwayTitle" : "Personal Info",
	"EditButton" : "Edit",
	"ErrorPaymentAltText" : "Error: Payment failed.",
	"ErrorPaymentPreauthorization" : "Authorizing your credit card failed. Please try another card.",
	"ErrorPaymentProcessing" : "We encountered a problem while processing your payment. Your credit card has not been authorized. If you wish to try again, click \u003cspan class=\"bold\"\u003e@MYCHART@SUBMITPAYMENTLABEL2@\u003c/span\u003e, otherwise contact customer service.",
	"EVisitDetailsForYou" : "This is the reason selected for your E-Visit.",
	"EVisitDetailsPatient" : "This is the reason selected for @MYCHART@PATIENT@\u0027s E-Visit.",
	"EVisitDetailsPharmacy" : "Prescriptions for this visit will be sent to your selected pharmacy.",
	"EVisitDetailsViewers" : "Messages relating to this E-Visit will be sent to these people.",
	"EVisitReviewTitle" : "E-Visit with @MYCHART@RECIPIENT@",
	"EVisitSubmissionFailedText" : "Oops! Sorry. Your request could not be carried out because of an error.",
	"EVisitSubmissionText" : "Thank you for submitting your E-Visit! You can expect a response within one business day. If you do not receive a response or your symptoms get worse, please call your clinic.",
	"EVisitViewersHideIndividualYouAndAllOthers" : "You and all others with access to @MYCHART@PATIENT@",
	"EVisitViewersHideIndividualYouAndPatient" : "You and @MYCHART@PATIENT@",
	"EVisitViewersHideIndividualYouPatientAllOthers" : "You, @MYCHART@PATIENT@, and all others with access to @MYCHART@PATIENT@",
	"EVisitViewersHideIndiviualAllButPatient" : "You and all others with proxy access to @MYCHART@PATIENT@",
	"EVisitViewersTwoViewers" : "@MYCHART@FIRSTVIEWER@ and @MYCHART@SECONDVIEWER@",
	"EVisitViewersYou" : "You",
	"EVisitWorkflowDetail" : "Please complete the following page and click \u003cspan class=\"bold\"\u003eNext\u003c/span\u003e. You may be asked to verify that we have accurate medical information on file for you. You will also be asked a series of questions about your health.",
	"FreeTextPharmacyHelpText" : "Please enter the name and address of the pharmacy",
	"HealthIssuesSubwayTitle" : "Health Issues",
	"InsuranceStepTitle" : "Verify Your Insurance",
	"InsuranceSubwayTitle" : "Insurance",
	"listSeparator" : ", ",
	"MedicationsSubwayTitle" : "Medications",
	"NoUploadedFiles" : "You did not upload any files",
	"OocInfo" : "(Out through @MYCHART@PROVIDEROOCDATE@)",
	"OtherPharmacyButton" : "Other pharmacy",
	"PaymentAmountLabel" : "Maximum to charge",
	"PaymentAuthCode" : "Authorization code:",
	"PaymentDate" : "Date:",
	"PaymentReviewText" : "Your credit card was successfully authorized, \u003cspan class=\"bold emphasis\"\u003ebut has not been charged\u003c/span\u003e. Your authorization code is @MYCHART@AUTHCODE@.",
	"PaymentReviewTitle" : "Payment Authorization",
	"PaymentsSubwayTitle" : "Payments",
	"PaymentStepPretextDetails" : "When you submit your credit card information, we\u0027ll put an authorization hold on your card for @MYCHART@MAXTOCHARGE2@. @MYCHART@PAYMENTSTEPDISCLAIMERSENTENCE@ Your card will not be charged for more than @MYCHART@MAXTOCHARGE2@. Depending on the care provided and your insurance, you may be billed for more later.",
	"PaymentStepPretextDisclaimer" : "You won’t be charged until our staff have completed your E-Visit.",
	"PaymentStepPretextLast" : "If our staff decide that you need a different type of visit to address your symptoms, you may not be charged for this E-Visit.",
	"PaymentStepPretextMain" : "You may be charged up to @MYCHART@MAXTOCHARGE@ for this E-Visit.",
	"PaymentSuccessPretext" : "Your credit card was successfully authorized, \u003cspan class=\"bold\"\u003ebut has not been charged\u003c/span\u003e. Your credit card will be charged after a provider has reviewed your E-Visit. You will see a hold on your credit card until it has been charged.",
	"PharmacySelectionHeader" : "Where would you like any prescriptions to be sent?",
	"PrintIncludesQuestionnaires" : "Please feel free to print this page for your records. A copy of your questionnaire responses can be found in the Sent Messages section of the Message Center.",
	"PrintSuggestionText" : "Please feel free to print this page for your records.",
	"ProxyMessage" : "@MYCHART@WEBUSERLEGALNAME@ on behalf of @MYCHART@PATIENTLEGALNAME@",
	"QuestionnairesReviewTitle" : "Questionnaire Answers",
	"QuestionnairesSubwayTitle" : "Questionnaires",
	"RecipientGeneralPCPIndicator" : "-PCP-",
	"RecipientSelectionHeader" : "Who would you like to send this E-Visit to?",
	"ReviewPageHeader" : "You\u0027re Almost Done!",
	"ReviewPagePreText" : "Please take a moment to confirm your information. Your E-visit \u003cspan class=\"bold\"\u003ewill not be submitted\u003c/span\u003e until you click \u003cspan class=\"bold\"\u003eSubmit E-Visit\u003c/span\u003e.",
	"ReviewSubwayTitle" : "Confirm",
	"SubmitButton" : "Submit E-Visit",
	"SubmitPayment" : "Authorize @MYCHART@PAYMENTAMOUNT@",
	"SymptomSelectionDetail" : "Please cancel this E-Visit and contact your clinic if none of these reasons match your symptoms.",
	"SymptomSelectionHeader" : "What brings you in today?",
	"TermsAndConditionsEmergencyWarning" : "For medical emergencies, call @MYCHART@EMERGENCYPHONE@ immediately.",
	"TermsAndConditionsFinalEmphasisText" : "If you have not received a response by then, please call our clinic at @MYCHART@HELPDESKPHONE@.",
	"TermsAndConditionsHeader" : "E-Visit Terms and Conditions",
	"TermsAndConditionsPreauthDisclaimer" : "If you do not complete the E-Visit, you will not be charged.",
	"TermsAndConditionsSteps1" : "1. Accept these Terms and Conditions",
	"TermsAndConditionsSteps10" : "",
	"TermsAndConditionsSteps2" : "2. Enter your payment information (if prompted)",
	"TermsAndConditionsSteps3" : "3. Select your reason for an E-Visit",
	"TermsAndConditionsSteps4" : "4. Verify personal and clinical information (if prompted)",
	"TermsAndConditionsSteps5" : "5. Answer questions about your symptoms",
	"TermsAndConditionsSteps6" : "6. Review your information and submit the E-Visit",
	"TermsAndConditionsSteps7" : "",
	"TermsAndConditionsSteps8" : "",
	"TermsAndConditionsSteps9" : "",
	"TermsAndConditionsSymptom1" : "Back Pain",
	"TermsAndConditionsSymptom10" : "Vaginal Discharge/Irritation",
	"TermsAndConditionsSymptom2" : "Cough and/or Cold Symptoms",
	"TermsAndConditionsSymptom3" : "Diarrhea",
	"TermsAndConditionsSymptom4" : "Fatigue",
	"TermsAndConditionsSymptom5" : "Headache",
	"TermsAndConditionsSymptom6" : "Heartburn",
	"TermsAndConditionsSymptom7" : "Red Eye",
	"TermsAndConditionsSymptom8" : "Sinus Problems",
	"TermsAndConditionsSymptom9" : "Urinary Problems",
	"TermsAndConditionsTextSection1" : "E-Visits are offered for your convenience and to save you time by providing care through @MYCHART@APPTITLE@.",
	"TermsAndConditionsTextSection2" : "An E-Visit can replace a clinic appointment or certain Urgent Care visits. You won\u0027t need to wait for an appointment or leave the comfort of your home.",
	"TermsAndConditionsTextSection3" : "E-Visits should be used only for non-urgent medical conditions, as it may take up to 2 days to receive a response. @MYCHART@URGENTWARNING@",
	"TermsAndConditionsTextSection4" : "",
	"TermsAndConditionsTextSection5" : "After accepting these terms and conditions, you may be asked for your credit card information. You will not be charged until our clinic staff respond to your E-Visit, but an authorization hold may be placed on your card. @MYCHART@PREAUTHDISCLAIMER@ If you are redirected to the clinic, you also may not be charged.",
	"TermsAndConditionsTextSection6" : "Depending on the steps presented and questions asked about your symptoms, it can take 10-20 minutes to complete your E-Visit request. You may be asked for your insurance details or medication lists. Please be prepared to fill in this information, as you cannot save your progress and finish later.",
	"TermsAndConditionsTextSection7" : "",
	"TermsAndConditionsTextSection8" : "You can expect a response from our staff in 1-2 days. @MYCHART@EMPHASISTEXT@",
	"TermsAndConditionsTextSectionHeader1" : "",
	"TermsAndConditionsTextSectionHeader2" : "Should I use E-Visits?",
	"TermsAndConditionsTextSectionHeader3" : "",
	"TermsAndConditionsTextSectionHeader4" : "",
	"TermsAndConditionsTextSectionHeader5" : "What to expect during an E-Visit:",
	"TermsAndConditionsTextSectionHeader6" : "",
	"TermsAndConditionsTextSectionHeader7" : "",
	"TermsAndConditionsTextSectionHeader8" : "",
	"TermsAndConditionsUrgentWarning" : "If you need urgent medical care, please contact your clinic by phone or find a nearby urgent care center.",
	"Title" : "E-Visit",
	"UploadFilesSubwayTitle" : "Upload",
	"UploadInfoBubbleHeader" : "Instructions:",
	"UploadInfoSectionDescriptionText" : "Please upload files relevant to your symptom.",
	"UploadReviewTitle" : "Uploaded Files",
	"ViewerListHeader" : "The following people will be able to view messages related to this E-Visit",
	"ViewerSelectionHeader" : "Who should be able to view messages related to this E-Visit?",
	"ViewerSelfIndicator" : "Myself (@MYCHART@WEBUSER@)",
});
$$WP.Strings.getNamespace("evisit.questionnaire").addStrings( {
	"Advance" : "Next",
	"Back" : "Back",
	"JumpToPreview" : "Back to Answer Summary",
	"Submit" : "Next",
	"SummaryPrompt" : "Please review your responses.  You may select any question to modify an answer.",
	"SummaryPromptScreenReader" : "Please review your responses.  You may select any question to modify an answer.",
	"Title" : "E-Visit Questionnaire",
});
$$WP.Strings.getNamespace("externaljump").addStrings( {
	"BrowserTitle" : "Redirecting to @MYCHART@DestinationName@",
	"DefaultTitle" : "Redirecting",
	"Header" : "Redirecting to @MYCHART@DestinationName@",
	"LinkText" : "Continue to @MYCHART@DestinationName@ if you are not redirected automatically within a few seconds.",
	"TakeAction" : "You may need to take action to allow your browser to automatically redirect.",
	"Title" : "",
});
$$WP.Strings.getNamespace("financialassistance").addStrings( {
	"AccountSummaryText" : "Billing Summary",
	"AlreadyAppliedContent" : "Go to your @MYCHART@ACCOUNTSUMMARYLINK@ page, find the appropriate account, and click \"View account details\".",
	"AlreadyAppliedHeader" : "Would you like to request financial assistance for another patient?",
	"ApplicationHistory" : "Request History",
	"ApplicationHistoryDescription" : "This list includes your inactive Financial Assistance requests. Only cases from the past six months are shown. If you have questions about an older case, please contact customer service.",
	"ApprovedTrackersList" : "Currently Approved Programs",
	"ApprovedTrackersPosttext" : "",
	"ApprovedTrackersPretext" : "",
	"BackToAccountDetails" : "Back to account details",
	"BackToAccountSummary" : "Back to Billing Summary",
	"BackToFASummary" : "Back to Financial Assistance",
	"CompletedCasesPosttext" : "",
	"CompletedCasesPretext" : "",
	"CustomerServiceLink" : "Contact customer service",
	"DeniedTrackersList" : "Ineligible Programs",
	"DeniedTrackersPosttext" : "",
	"DeniedTrackersPretext" : "",
	"ExpiredTrackersList" : "Recently Ended Programs",
	"ExpiredTrackersPosttext" : "",
	"ExpiredTrackersPretext" : "",
	"FinancialAssistanceAlreadyApplied" : "You already have a pending case for financial assistance on file. Please try again later.",
	"FinancialAssistanceNoData" : "You are unable to request financial assistance at this time.",
	"FinancialAssistancePageDescription" : "On this page you can view details and letters about your financial assistance requests.",
	"IncompleteCaseListHeader" : "Incomplete",
	"IncompleteCasesPosttext" : "",
	"IncompleteCasesPretext" : "",
	"listSeparator" : ", ",
	"NoDataPosttext" : "",
	"NoDataPretext" : "",
	"PendingTrackersList" : "Pending Cases",
	"PendingTrackersPosttext" : "",
	"PendingTrackersPretext" : "",
	"Posttext" : "",
	"Pretext" : "",
	"RedirectPopupBodyText" : "Would you like to save your changes and finish later?",
	"RedirectPopupGoBackButton" : "Stay on this page",
	"RedirectPopupSaveButton" : "Save and close",
	"RedirectPopupTitle" : "You have unsaved changes",
	"RelatedLinks" : "Related Links",
	"RequestHistoryInfoBubbleAriaLabel" : "More information about your request history",
	"SidebarNoDataPosttext" : "",
	"SidebarNoDataPretext" : "",
	"SidebarPosttext" : "",
	"SidebarPretext" : "",
	"StartApplication" : "Request financial assistance",
	"StartApplicationPosttext" : "",
	"StartApplicationPretext" : "",
	"Title" : "Financial Assistance",
	"UnderReviewCaseListHeader" : "Under Review",
	"UnderReviewCasesPosttext" : "",
	"UnderReviewCasesPretext" : "",
	"ValueNotEntered" : "Not entered",
});
$$WP.Strings.getNamespace("financialassistance.acknowledgement").addStrings( {
	"Comments" : "Comments",
	"Posttext" : "",
	"ReferenceNumber" : "Case #@MYCHART@REFERENCEID@",
	"SubmittedBannerHeader" : "Application submitted",
	"SubmittedBannerText" : "One of our financial counselors will contact you if we need any additional information. You may print this page for your records.",
	"SubmittedBannerTextNoPrint" : "One of our financial counselors will contact you if we need any additional information.",
	"Title" : "",
});
$$WP.Strings.getNamespace("financialassistance.request").addStrings( {
	"AttachedDocumentsCount" : "@MYCHART@DOCUMENTCOUNT@ documents",
	"BodyTextInDiscardPopup" : "Are you sure you want to discard your financial assistance application?",
	"BodyTextInDiscardPopupWithReason" : "Are you sure you want to discard your financial assistance application? If so, please tell us why you are discarding your application.",
	"CommentLabel" : "Comment: ",
	"DeleteButton" : "Delete",
	"DiscardButton" : "Discard",
	"DiscardPopupContent" : "An error occurred while discarding your financial assistance application. Please contact customer service.",
	"DiscardPopupErrorTitle" : "Unable to discard your application",
	"DiscardReasonSelectionLabel" : "Reason for discarding",
	"EditButton" : "Edit",
	"ErrorButton" : "Return to application",
	"ErrorMessage" : "An error occurred, and we were unable to submit your request for financial assistance. Please contact customer service.",
	"ErrorTitle" : "Unable to submit your request",
	"FilteredPatientList" : "Do you want to request financial assistance for another patient? Go to your @MYCHART@ACCOUNTSUMMARYLINK@ page, find the appropriate account, and click See Account Detail.",
	"GoBackButtonInDiscardPopup" : "Go back",
	"InvalidMultipleSteps" : "Please check the following steps for missing required fields: @MYCHART@INVALIDSTEPSLIST@.",
	"InvalidMultipleStepsDelimiter" : ", ",
	"InvalidSingleStep" : "Please check the @MYCHART@INVALIDSTEPNAME@ step for missing required fields.",
	"MissingDocuments" : "Missing documents",
	"MustSelectAPatient" : "You must select at least one patient to save your application.",
	"OneAttachedDocument" : "1 document",
	"Posttext" : "",
	"Pretext" : "",
	"ReceiptTitle" : "Annual Summary",
	"RedirectAfterErrorPopupButton" : "Return to application",
	"SaveButton" : "Update",
	"SavingErrorButton" : "Back to Billing Summary",
	"SavingErrorMessage" : "An error occurred, and we were unable to save your financial assistance application. Please contact customer service.",
	"SavingErrorTitle" : "Unable to save your application",
	"SidebarPosttext" : "",
	"SidebarPretext" : "",
	"Title" : "Request Financial Assistance",
	"TitleTextInDiscardPopup" : "Discard application",
	"WarningIconLabel" : "Warning",
});
$$WP.Strings.getNamespace("financialassistance.request.assets").addStrings( {
	"AddButton" : "Add asset",
	"AmountPrompt" : "Value of asset (in @MYCHART@CURRENCYCODE@)",
	"AssetsTypes" : "",
	"CommentPrompt" : "Comment on asset",
	"DeleteButton" : "Delete expense",
	"DetailsHeader" : "Asset details",
	"DocsHeader" : "Proof of asset documents",
	"DocsPosttext" : "",
	"DocsPretext" : "Add any proof of asset documents for yourself and others in your household. A financial counselor will review these documents as part of your request.",
	"NoEntriesButton" : "No assets",
	"OtherDocsHeader" : "Other proof of asset documents (optional)",
	"OtherDocsPosttext" : "",
	"OtherDocsPretext" : "Add any other proof of asset documents for yourself and others in your household. A financial counselor will review these documents as part of your request.",
	"Posttext" : "",
	"Pretext" : "Include any assets your household has. If you do not know the exact value of an asset, provide your best guess.",
	"StepName" : "Assets",
	"Title" : "Your household\u0027s assets",
	"TypePlaceholder" : "Select asset...",
	"TypePrompt" : "Type of asset",
});
$$WP.Strings.getNamespace("financialassistance.request.documentupload").addStrings( {
	"AcceptButton" : "Accept",
	"AddDocumentHeader" : "Add Documents",
	"AddDocumentPosttext" : "",
	"AddDocumentPretext" : "Add proof of incomes, expenses, assets, or any other documents, and we\u0027ll include them with your application.",
	"AdditionalUploadedDocumentsLabel" : "Additional uploaded documents:",
	"AllRequiredSetLabel" : "Upload all of the following required documents:",
	"AttachmentsHeader" : "Attachments",
	"CancelButton" : "Cancel",
	"CasePopupContainerTitle" : "Add a Document for Case #@MYCHART@CASEID@",
	"CheckIconLabel" : "Requirements have been met",
	"DiscardButton" : "Discard",
	"DocumentGroupers" : "",
	"DocumentGroupers_1" : "Consent",
	"DocumentGroupers_2" : "Proof of Income",
	"DocumentGroupers_3" : "Proof of Expenses",
	"DocumentGroupers_4" : "Proof of Assets",
	"DocumentGroupers_5" : "Proof of Residency",
	"DocumentGroupers_6" : "Other",
	"DocumentTypeIndicator" : "( @MYCHART@DOCUMENTTYPE@ )",
	"DocumentTypes" : "",
	"DocumentTypesLabel" : "Document types: @MYCHART@DOCUMENTTYPESLIST@",
	"GroupPopupContainerTitle" : "Add a Document for @MYCHART@GROUPTITLE@",
	"OneRequiredSetLabel" : "Upload one of the following required documents:",
	"OtherDocsHeader" : "@MYCHART@DOCUMENTGROUPER@ documents",
	"OtherDocsPosttext" : "",
	"OtherDocsPretext" : "Add any @MYCHART@DOCUMENTGROUPERLOWERCASE@ documents for yourself and others in your household. A financial counselor will review these documents as part of your request.",
	"OtherDocsPretextShort" : "Add any additional @MYCHART@DOCUMENTGROUPERLOWERCASE@ documents for yourself and others in your household.",
	"OtherDocsWithEsignPretext" : "Review and sign the following @MYCHART@DOCUMENTGROUPERLOWERCASE@ documents. A financial counselor will review these documents as part of your request.",
	"PatientSelectionHeader" : "Attach to all open cases for",
	"RejectedDocumentsHeader" : "Rejected Documents",
	"StepName" : "Documents",
	"Title" : "",
	"TypePlaceholder" : "Select document type...",
	"TypeSelectionHeader" : "What type of document is this?",
	"UploadCardHelpText" : "@MYCHART@DOCUMENTTYPEHELPTEXT@",
	"UploadCardHelpTextMultipleTypes" : "Document types: @MYCHART@DOCUMENTTYPESLIST@",
	"UploadCardHelpTextSingleType" : "Document type: @MYCHART@DOCUMENTTYPESLIST@",
	"UploadDocumentButton" : "Upload document",
	"UploadInfoBubbleHelpText" : "The allowed file types are @MYCHART@ALLOWEDEXTENSIONS@. ",
	"UploadInfoBubbleImageSizeHelpText" : "The maximum file size is @MYCHART@ALLOWEDIMAGESIZE@ MB for images and documents. ",
});
$$WP.Strings.getNamespace("financialassistance.request.esigndocumentlist").addStrings( {
	"DocumentSentDateText" : "Sent to you on @MYCHART@DOCUMENTSENTDATE@",
	"NoDocumentsToSign" : "No documents left to sign",
	"ReviewAndSignButtonCaption" : "Review and Sign",
	"ReviewAndSignButtonTooltip" : "Review and sign document",
	"ReviewButtonCaption" : "Review",
	"ReviewButtonTooltip" : "Review document",
	"ShowAll" : "Show all (@MYCHART@DOCUMENTCOUNT@)",
	"ShowFewer" : "Show fewer documents",
	"SignedDocumentLabel" : "Signed",
	"Title" : "Request Financial Assistance",
	"UnsignedDocumentLabel" : "Not Signed Yet",
});
$$WP.Strings.getNamespace("financialassistance.request.expenses").addStrings( {
	"AddButton" : "Add expense",
	"AmountPrompt" : "Expense amount (in @MYCHART@CURRENCYCODE@)",
	"CommentPrompt" : "Comment on expense",
	"DeleteButton" : "Delete asset",
	"DetailsHeader" : "Expense details",
	"DocsHeader" : "Proof of expense documents",
	"DocsPosttext" : "",
	"DocsPretext" : "Add any proof of expense documents for yourself and others in your household. A financial counselor will review these documents as part of your request.",
	"ExpensesFrequencies" : "",
	"ExpensesFrequencies_2" : "Weekly",
	"ExpensesFrequencies_3" : "Biweekly",
	"ExpensesFrequencies_4" : "Monthly",
	"ExpensesFrequencies_5" : "Annually",
	"ExpensesTypes" : "",
	"FrequencyPrompt" : "How often do you pay?",
	"ItemAmount" : "@MYCHART@EXPENSEAMOUNT@ / @MYCHART@EXPENSEFREQUENCY@",
	"NoEntriesButton" : "No expenses",
	"OtherDocsHeader" : "Other proof of expense documents (optional)",
	"OtherDocsPosttext" : "",
	"OtherDocsPretext" : "Add any other proof of expense documents for yourself and others in your household. A financial counselor will review these documents as part of your request.",
	"Posttext" : "",
	"Pretext" : "Include any recurring expenses your household has. For expenses which change from month to month, enter the average cost you budget for.",
	"StepName" : "Expenses",
	"Title" : "Your household\u0027s expenses",
	"TypePlaceholder" : "Select expense...",
	"TypePrompt" : "Type of expense",
});
$$WP.Strings.getNamespace("financialassistance.request.incomes").addStrings( {
	"AddButton" : "Add income",
	"AmountPrompt" : "Income amount (in @MYCHART@CURRENCYCODE@)",
	"CommentPrompt" : "Comment on income",
	"DeleteButton" : "Delete Income",
	"DetailsHeader" : "Income details",
	"DocsHeader" : "Proof of income documents",
	"DocsPosttext" : "",
	"DocsPretext" : "Add any proof of income documents for yourself and others in your household. A financial counselor will review these documents as part of your request.",
	"FrequencyPrompt" : "How often are you paid?",
	"HoursPerWeekPrompt" : "Hours per week",
	"HouseholdSizeDecrement" : "Decrease by one",
	"HouseholdSizeDisplay" : "People in household: @MYCHART@HOUSEHOLDSIZETEXT@",
	"HouseholdSizeIncrement" : "Increase by one",
	"HouseholdSizePosttext" : "",
	"HouseholdSizePretext" : "Include all the people who are in your household and for whom you are financially responsible. This may include yourself, your spouse, your children, or other people you typically claim as a dependent on your taxes.",
	"HouseholdSizePrompt" : "Household size",
	"HouseholdSizeTitle" : "How large is your household?",
	"IncomesFrequencies" : "",
	"IncomesFrequencies_1" : "Hourly",
	"IncomesFrequencies_2" : "Weekly",
	"IncomesFrequencies_3" : "Biweekly",
	"IncomesFrequencies_4" : "Monthly",
	"IncomesFrequencies_5" : "Annually",
	"IncomesTypes" : "",
	"ItemAmount" : "@MYCHART@INCOMEAMOUNT@ / @MYCHART@INCOMEFREQUENCY@",
	"ItemAmountSingleHour" : "@MYCHART@INCOMEAMOUNT@ / @MYCHART@INCOMEFREQUENCY@ (1 hr/week)",
	"ItemAmountWithHours" : "@MYCHART@INCOMEAMOUNT@ / @MYCHART@INCOMEFREQUENCY@ (@MYCHART@INCOMEHOURSPERWEEK@ hrs/week)",
	"NoEntriesButton" : "No income",
	"OtherDocsHeader" : "Other proof of income documents (optional)",
	"OtherDocsPosttext" : "",
	"OtherDocsPretext" : "Add any other proof of income documents for yourself and others in your household. A financial counselor will review these documents as part of your request.",
	"Posttext" : "",
	"Pretext" : "Add at least one income, or indicate you have no income. Include any income earned by any member of your household, not just yourself or the patient. Enter each income as the pre-tax dollar amount.",
	"StepName" : "Income",
	"Title" : "Your household\u0027s income",
	"TypePlaceholder" : "Select income...",
	"TypePrompt" : "Source of income",
});
$$WP.Strings.getNamespace("financialassistance.request.personalinfo").addStrings( {
	"DocUploadHelpText" : "You can upload documents such as proof of income as a part of this request. If you don\u0027t have all of your documents ready, you will be able to save your progress and upload the documents later.",
	"MissingPatientsContent" : "That patient might have a case in progress or you might not be able to request financial assistance for them online. Please contact customer service if you have questions.",
	"MissingPatientsHeader" : "Not seeing someone you expect?",
	"Posttext" : "",
	"Pretext" : "You can request assistance for any bills you are financially responsible for.",
	"StepName" : "Personal Info",
	"Title" : "Whose bills do you need assistance paying?",
});
$$WP.Strings.getNamespace("financialassistance.request.review").addStrings( {
	"AdditionalInfoPosttext" : "",
	"AdditionalInfoPretext" : "You may use this space to tell us about any other details relevant to your application.",
	"AdditionalInfoPrompt" : "Additional Info",
	"AdditionalInfoTitle" : "Anything else we should know?",
	"ClosePopupButtonText" : "Back",
	"DocumentsToSignDetailedText" : "Review and sign the following documents before submitting the request.",
	"DocumentToSignHeader" : "Sign Application",
	"GoToDocumentsStepButtonText" : "Go to Documents",
	"MissingGroupDocuments" : "Missing @MYCHART@DOCUMENTGROUPER@ documents",
	"Posttext" : "",
	"Pretext" : "",
	"ReviewDocumentTitle" : "Uploaded Documents",
	"ReviewRequest" : "Requested on @MYCHART@REQUESTDATE@ on behalf of",
	"ReviewSummaryTitle" : "Financial Assistance Request Summary",
	"StepName" : "Review",
	"Title" : "Does this look right?",
});
$$WP.Strings.getNamespace("financialassistance.screening").addStrings( {
	"applylabel" : "Yes",
	"editButton" : "Edit @MYCHART@STEPNAME@: @MYCHART@SOURCE@",
	"financialassistancepretext" : "You might be eligible for financial assistance. You can ask for help with any medical bills that you are responsible for paying.",
	"householdsizetitle" : "How many people are in your household?",
	"householdsubtext" : "Include the number of people you live with and you are financially responsible for, including yourself.",
	"nextlabel" : "Next",
	"optoutlabel" : "No, ask again later",
	"perhourfrequency" : "Hour",
	"promptexistingcase" : "You have a financial assistance application waiting to be completed. You can visit the Financial Assistance page in @MYCHART@APPTITLE@ later to complete and submit the application.",
	"promptpagetitle" : "Financial Assistance",
	"promptpretext" : "You can start filling out the application now, and you can visit the Financial Assistance page in @MYCHART@APPTITLE@ later to complete and submit the application.",
	"promptquestion" : "Would you like to begin applying for financial assistance?",
	"ScreeningAcceptButton" : "Accept",
	"ScreeningAddTitle" : "Add Source of Income",
	"ScreeningAmountPrompt" : "Amount earned (in @MYCHART@CURRENCYCODE@) in this period",
	"ScreeningCancelButton" : "Back",
	"ScreeningEditButton" : "Edit",
	"ScreeningEditTitle" : "Edit Source of Income",
	"ScreeningNoData" : "No income on file. Add an income and click Next, or enter this information later in @MYCHART@APPTITLE@.",
	"ScreeningPretext" : "Include each individual source of income or pretax earnings for any member of your household, not just yourself.",
	"ScreeningRemoveButton" : "Remove",
	"ScreeningSaveButton" : "Next",
	"ScreeningTitle" : "Tell Us About Your Sources of Income",
	"stepcompletedheader" : "Financial assistance application started",
	"stepcompletedtext" : "You can access your application through the financial assistance activity to complete and submit the application.",
	"Title" : "Financial Assistance Screening",
});
$$WP.Strings.getNamespace("financialassistance.summary").addStrings( {
	"ApplicationInfoHeader" : "Request Details",
	"ApplyButton" : "Apply",
	"ApplyButtonAriaLabel" : "Apply for Guarantor @MYCHART@GUARANTORACCOUNTID@",
	"ApplyForFA" : "You can @MYCHART@APPLYFORFALINK@ for other patients you are responsible for.",
	"ApplyForFAText" : "Request financial assistance",
	"ApprovalLetter" : "Approval letter for ",
	"ApprovedStatusDescription" : "Your request was approved for aid through this program. You will receive an approval letter with more details.",
	"ApprovedTrackerLabelEndDate" : "Approved until @MYCHART@PROGRAMEND@",
	"ApprovedTrackerLabelStartAndEndDate" : "Approved from @MYCHART@PROGRAMSTART@ to @MYCHART@PROGRAMEND@",
	"ApprovedTrackerLabelStartDate" : "Approved from @MYCHART@PROGRAMSTART@",
	"BodyTextInDeclinePopup" : "Are you sure you want to decline your financial assistance application?",
	"BodyTextInDeclinePopupWithReason" : "Are you sure you want to decline your financial assistance application? If so, please tell us why you are declining.",
	"CaseComplete" : "Our staff is no longer reviewing this case. If you have questions please contact customer service.",
	"CaseGuarantorAccount" : "Guarantor #@MYCHART@GUARANTORACCOUNTID@",
	"CaseInReviewStatusDescription" : "Your request has been submitted and will be reviewed by our staff to match you with eligible programs. You will be notified of the final decision.",
	"CasePending" : "In review",
	"CaseReferenceNumber" : "Case #@MYCHART@CASEID@",
	"CaseSubmitDate" : "Submitted on @MYCHART@APPLICATIONDATE@",
	"CollapseAllLettersScreenReaderText" : "Collapse all (@MYCHART@NUMBEROFALLLETTERS@) letters",
	"CollapseAllLettersText" : "Collapse all (@MYCHART@NUMBEROFALLLETTERS@)",
	"CommunicationsTab" : "Communications",
	"CommunicationsTabScreenReader" : "Communications for Case #@MYCHART@CASEID2@",
	"ContinueApplicationButton" : "Continue",
	"ContinueApplicationButtonAriaLabel" : "Continue application for Case @MYCHART@UNSUBMITTEDCASEID@",
	"DeclineApplicationButton" : "Decline",
	"DeclineApplicationButtonAriaLabel" : "Decline application for Case @MYCHART@UNSUBMITTEDCASEID@",
	"DeclineButtonInDeclinePopup" : "Decline",
	"DeclineNewApplicationButtonAriaLabel" : "Decline application for Guarantor @MYCHART@GUARANTORACCOUNTID@",
	"DeclinePopupContent" : "An error occurred while declining your financial assistance application. Please contact customer service.",
	"DeclinePopupErrorTitle" : "Unable to decline your application",
	"DeclineReasonSelectionLabel" : "Reason for declining",
	"DenialLetter" : "Denial letter for ",
	"DeniedStatusDescription" : "Your request does not qualify for aid through this program.",
	"DetailsTab" : "Details",
	"DetailsTabScreenReader" : "Details for Case #@MYCHART@CASEID4@",
	"DocumentPending" : "Under review",
	"DocumentRejected" : "Rejected",
	"DocumentsTab" : "Documents (@MYCHART@DOCUMENTCOUNT@)",
	"DocumentsTabScreenReader" : "Documents for Case #@MYCHART@CASEID3@",
	"DocumentVerified" : "Verified",
	"ErrorButton" : "Return to case summary",
	"ErrorTitle" : "Policy document not found",
	"FollowupLetter" : "Next Steps for Your Request",
	"GoBackButtonInDeclinePopup" : "Go back",
	"HideCaseDetails" : "Hide case details",
	"LetterSectionHeader" : "Communications",
	"LetterTitle" : "Letter",
	"MostRecentApprovalLetterLinkText" : "approval letter",
	"MultipleUnreadLettersText" : "You have @MYCHART@NUMBEROFUNREADLETTERS@ unread letters. ",
	"NoTrackersCompletedHeader" : "Your application was reviewed, and there are no programs that are a match for this application.",
	"NoTrackersHeader" : "Your request has been submitted and will be reviewed by our staff to match you with eligible programs. You will be notified of the final decision.",
	"NoUnreadLetterText" : "You have no unread letters. ",
	"OneDocumentSignedHeader" : "@MYCHART@DOCTYPE@ has been signed",
	"OnlyOneUnreadLetterText" : "You have @MYCHART@NUMBEROFUNREADLETTERS@ unread letter. ",
	"OnlyTwoUnreadLettersText" : "You have @MYCHART@NUMBEROFUNREADLETTERS@ unread letters. ",
	"PatientNamesDisplay" : "Patients included: @MYCHART@PATIENTNAMESTEXT@",
	"PendingStatusDescription" : "We are reviewing whether your request qualifies for aid through this program.",
	"PolicyDocTitle" : "Program Policy",
	"PolicyDocumentNotFound" : "The chosen program doesn\u0027t have any policy documents.",
	"Posttext" : "",
	"PotentialPatientsList" : "Patients you can add: @MYCHART@POTENTIALPATIENTNAMESTEXT@",
	"Pretext" : "This list shows the people you have requested financial assistance for.",
	"PrevApprovedTrackerLabelEndDate" : "Previously approved until @MYCHART@PROGRAMEND@",
	"PrevApprovedTrackerLabelStartAndEndDate" : "Previously approved from @MYCHART@PROGRAMSTART@ to @MYCHART@PROGRAMEND@",
	"PrevApprovedTrackerLabelStartDate" : "Previously approved from @MYCHART@PROGRAMSTART@",
	"PreviouslyApprovedStatusDescription" : "Your request was approved in the past for this program, but the approval has expired.",
	"ReadLetterScreenReaderText" : "This letter has been read. @MYCHART@LETTERTITLEMNEM@ @MYCHART@PROGRAMNAME@. Sent on @MYCHART@LETTERDATE@",
	"RestrictionsMessage" : "This program only approves aid for certain visits. See the @MYCHART@APPROVALLETTERLINK@ on the Communications tab for more details.",
	"SentOnDate" : "Sent on @MYCHART@LETTERDATE@",
	"ShowAll" : "Show all (@MYCHART@NUMBER@)",
	"ShowAllLabel" : "Show all @MYCHART@NUMBER@ @MYCHART@TABTYPE3@",
	"ShowCaseDetails" : "Show case details",
	"ShowFewer" : "Show fewer @MYCHART@TABTYPE@",
	"ShowNone" : "There are no @MYCHART@TABTYPE2@ for you to view at this time.",
	"SidebarPosttext" : "",
	"SidebarPretext" : "",
	"SignDocumentsHeader" : "Documents to sign",
	"SignDocumentsHelpText" : "You can view all signed documents in the documents tab.",
	"TabTypeCommunications" : "communications",
	"TabTypeDocuments" : "documents",
	"Title" : "Financial Assistance Summary",
	"TitleTextInDeclinePopup" : "Decline application",
	"ToggleAllLettersScreenReaderText" : "@MYCHART@TOGGLEALLLETTERS@ letters",
	"ToggleCaseDetails" : "@MYCHART@TOGGLECASEDETAILSTEXT@, toggle this section",
	"TrackerApproved" : "Approved",
	"TrackerDenied" : "Not eligible",
	"TrackerExpired" : "Previously approved",
	"TrackerHeader" : "Your application is being reviewed for the following programs:",
	"TrackerHeaderForInactiveCase" : "Your application was reviewed for the following programs:",
	"TrackerName" : "@MYCHART@PROGRAMNAME@",
	"TrackerPending" : "Pending",
	"TrackerStatusNoEnd" : "Approval effective from @MYCHART@PROGRAMSTART@",
	"TrackerStatusNoStart" : "Approved until @MYCHART@PROGRAMEND@",
	"TrackerStatusWithStartEndDate" : "Approval effective from @MYCHART@PROGRAMSTART@ to @MYCHART@PROGRAMEND@",
	"UnreadLetterScreenReaderText" : "This letter is unread. @MYCHART@LETTERTITLEMNEM@ @MYCHART@PROGRAMNAME@. Sent on @MYCHART@LETTERDATE@",
	"ViewAllLettersText" : "View all (@MYCHART@NUMBEROFALLLETTERS@)",
	"ViewPolicyDocument" : "View policy",
	"ViewPolicyDocumentFull" : "View policy for @MYCHART@PROGRAMNAME@",
});
$$WP.Strings.getNamespace("flowsheets.trackmyhealth").addStrings( {
	"Abnormal" : "Abnormal",
	"AbnormalValueSubmitted" : "You submitted an abnormal value. Call @MYCHART@EMERGENCYPHONE@ if you have an emergency.",
	"ActionColumnHeader" : "Action",
	"ActiveFlowsheets" : "Active health logs",
	"AddReadings" : "Add readings",
	"AddReadingsPageTitle" : "Add Readings",
	"AfterMeal" : "After meal",
	"AllMetricsDisclaimer" : "Show all measurements",
	"AllReadings" : "All readings",
	"AllReadingsLoaded" : "All readings have been loaded.",
	"AppleHealth" : "Apple Health",
	"BackToHealthLog" : "Health log details",
	"BackToReadings" : "Readings",
	"BeforeMeal" : "Before meal",
	"BloodPressure" : "Blood Pressure",
	"BloodPressureAxText" : "@MYCHART@SystolicValue@ over @MYCHART@DiastolicValue@",
	"BloodPressureUnits" : "mmHg",
	"BluetoothDevice" : "Bluetooth® device",
	"Cancel" : "Cancel",
	"ClearSelections" : "Clear selections",
	"ClinicalEntryType" : "Clinic",
	"ConnectionDataReceivedSyncing" : "Measurements that have been received:",
	"ConnectionDataThatCanBeReceived" : "Measurements that can be received through this connection:",
	"ConnectionListZeroState" : "You haven\u0027t connected any health tracking apps or devices to your @MYCHART@APPTITLE@ yet.",
	"ConnectionsLastSyncedText" : "Last synced: @MYCHART@LastSyncInstant@",
	"ConnectionsLinkAccount" : "Connect app",
	"ConnectionsUnlinkAccount" : "Unlink app",
	"ConnectionsUnlinkAccountAxTextOtherUser" : "Unlink @MYCHART@OtherUsersName@\u0027s app",
	"ConnectionsUnlinkAccountAxTextSelf" : "Unlink your app",
	"CurrentNormalRange" : "Current normal range: @MYCHART@NormalRange@ @MYCHART@Units@",
	"DataUseQuestionnaireLinkText" : "Learn more about how this app uses your data.",
	"DateAndTimeOfReading" : "Date and time of reading",
	"DateColumnHeader" : "Date",
	"DateInputLabel" : "Date",
	"DateOfReading" : "Date of reading",
	"Delete" : "Delete",
	"DeleteAxText" : "Delete reading from @MYCHART@ReadingInstant@",
	"DeleteReading" : "Delete reading",
	"DeleteReadingError" : "Failed to delete reading",
	"DeleteReadingMessage" : "Are you sure you want to delete the reading from @MYCHART@ReadingInstant@? This cannot be undone.",
	"DeletingReading" : "Deleting",
	"Details" : "Details",
	"DetailsAxText" : "Details for @MYCHART@RowName@",
	"DeviceEntryType" : "Device",
	"DeviceRequiredDetailsText" : "Use a device to submit readings for this health log",
	"DeviceRequiredHeaderText" : "Device connection required",
	"Diastolic" : "Diastolic",
	"DiscardAndEditReadingsConfirmText" : "Discard and edit",
	"DiscardAndEditReadingsMessage" : "Readings already exist for @MYCHART@NewDate@. Would you like to discard your changes for @MYCHART@CurrentDate@ and edit the readings for @MYCHART@NewDate@?",
	"DiscardAndEditReadingsTitle" : "Discard and edit readings",
	"DiscardReadingsConfirmText" : "Discard",
	"DiscardReadingsMessage" : "You are editing readings for @MYCHART@CurrentDate@. Would you like to discard your changes and add readings for @MYCHART@NewDate@?",
	"DiscardReadingsTitle" : "Discard readings",
	"DismissBanner" : "Dismiss",
	"Edit" : "Edit",
	"EditAxText" : "Edit reading from @MYCHART@ReadingInstant@",
	"EditReading" : "Edit reading",
	"EditReadingPageTitle" : "Edit Reading",
	"EnterDate" : "Enter a date",
	"EnterDateAndTime" : "Enter a date and time",
	"EnterOtherReadings" : "Enter other readings",
	"EnterReadings" : "Enter your readings",
	"EntryTypeColumnHeader" : "Entry type",
	"FailedReadings" : "The following readings failed to save: @MYCHART@RowNamesList@",
	"FailedToSaveSomeReadings" : "Some readings failed to save",
	"FhirConnectionNotSyncingSuggestedRowsLabel" : "This app has not been connected to this patient. Your health organization suggests syncing the following measurements:",
	"FhirOtherUsersConnectionTitle" : "Others have already connected",
	"FhirOtherUsersDescriptionProxy" : "Others with access to @MYCHART@PatientName@ have connected their @MYCHART@AccountName@ app. You can unlink their @MYCHART@AccountName@ app, which will stop it from filing measurements to @MYCHART@PatientName@\u0027s health logs.",
	"FhirOtherUsersDescriptionSelf" : "Others with access to your @MYCHART@APPTITLE@ have connected a @MYCHART@AccountName@ app. You can unlink their @MYCHART@AccountName@ app, which will stop it from filing measurements to your health logs.",
	"FhirProxyYoureConnected" : "Your @MYCHART@AccountName@ app is connected to @MYCHART@PatientName@\u0027s @MYCHART@APPTITLE@.",
	"FhirProxyYoureNotConnected" : "You have not connected your @MYCHART@AccountName@ app to @MYCHART@PatientName@\u0027s @MYCHART@APPTITLE@.",
	"FhirRevokeUserFailureToast" : "There was a problem unlinking this app.",
	"FhirRevokeUserPopupOthersText" : "Are you sure you want to unlink @MYCHART@OtherUsersName@\u0027s @MYCHART@AccountName@ app from your @MYCHART@APPTITLE@? Only @MYCHART@OtherUsersName@ can re-connect their app in the future.",
	"FhirRevokeUserPopupProxyOthersText" : "Are you sure you want to unlink @MYCHART@OtherUsersName@\u0027s @MYCHART@AccountName@ app from @MYCHART@PatientName@\u0027s @MYCHART@APPTITLE@? Only @MYCHART@OtherUsersName@ can re-connect their app in the future.",
	"FhirRevokeUserPopupProxySelfText" : "Are you sure you want to unlink your @MYCHART@AccountName@ app from  @MYCHART@PatientName@\u0027s @MYCHART@APPTITLE@?",
	"FhirRevokeUserPopupProxySelfTextCantReconnect" : "Are you sure you want to unlink your @MYCHART@AccountName@ app from  @MYCHART@PatientName@\u0027s @MYCHART@APPTITLE@?  You are not able to reconnect this app in Track My Health.",
	"FhirRevokeUserPopupSelfText" : "Are you sure you want to unlink your @MYCHART@AccountName@ app from @MYCHART@APPTITLE@?",
	"FhirRevokeUserPopupSelfTextCantReconnect" : "Are you sure you want to unlink your @MYCHART@AccountName@ app from @MYCHART@APPTITLE@? You are not able to reconnect this app in Track My Health.",
	"FhirSelfYoureConnected" : "Your @MYCHART@AccountName@ app is connected to @MYCHART@APPTITLE@.",
	"FhirSelfYoureNotConnected" : "You have not connected your @MYCHART@AccountName@ app to @MYCHART@APPTITLE@.",
	"FhirUserYou" : "You",
	"FhirYourConnectionTitle" : "Your connection",
	"Filters" : "Filters",
	"Fitbit" : "Fitbit",
	"FitbitWithingsDisconnectedBadgeText" : "Disconnected",
	"FitbitWithingsFailBody" : "There was a problem updating your account.",
	"FitbitWithingsFailTitle" : "Error updating account",
	"FitbitWithingsFailToLinkToast" : "There was a problem connecting to @MYCHART@FitbitWithingsSiteName@",
	"FitbitWithingsNotSyncingSuggestedRowsLabel" : "The last step in connecting your account is to select which information to pull into your chart. Select at least one measurement from the list.",
	"FitbitWithingsStartSyncing" : "Start syncing",
	"FitbitWithingsSyncNow" : "Sync now",
	"FitbitWithingsSyncNowAxText" : "Sync @MYCHART@FlowsheetRowName@ now",
	"FitbitWithingsToggleDescription" : "Sync row",
	"FlowsheetDetailsPageTitle" : "Health Log Details",
	"FlowsheetEndedOn" : "Ended on @MYCHART@EndDate@",
	"FlowsheetReadingsPageTitle" : "Health Log Readings",
	"FlowsheetRemainingRows" : "+ @MYCHART@NumRemainingRows@ more",
	"FlowsheetRowNames" : "@MYCHART@RowNamesList@",
	"FlowsheetStartedOn" : "Started on @MYCHART@StartDate@",
	"FutureReadingsAddReadingHint" : "Future readings will appear here. Start by adding your first reading now.",
	"FutureReadingsAddReadingLinkDeviceHint" : "Future readings will appear here. Start by adding a reading or linking a device.",
	"FutureReadingsHint" : "Future readings will appear here.",
	"GlucoseMealTime" : "Glucose meal time",
	"GoalTrendsCardText" : "View goal trends over time",
	"GoalTrendsCardTitle" : "Goal Trends",
	"GoBack" : "Go back",
	"GoogleFit" : "Google Fit",
	"GoogleFitOrHealthConnect" : "Google Fit or Health Connect",
	"GoogleHealthConnect" : "Google Health Connect",
	"H2GReadOnlyDisclaimer" : "You cannot manage this connection using Happy Together.",
	"HealthConnectionDetailsTitle" : "Health Connection Details",
	"HealthConnectionFinishTitle" : "Finish Linking Health Connection",
	"HealthConnectionLaunchApp" : "Launch app",
	"HealthConnectionLaunchAppAxText" : "Launch the @MYCHART@AccountName@ app",
	"HealthConnectionListHeader" : "Connected apps and devices",
	"HealthConnectionManage" : "Manage",
	"HealthConnectionManageAxText" : "Manage @MYCHART@AccountName@",
	"HealthConnectionsAddHeader" : "Connect a new app or device",
	"HealthConnectionsSubtitle" : "Connect your medical apps and devices to sync your measurements with @MYCHART@APPTITLE@.",
	"HealthConnectionsTitle" : "Health Connections",
	"HealthConnectionUnlinkDeviceAxText" : "Unlink @MYCHART@AccountName@ from @MYCHART@APPTITLE@",
	"HealthConnectionUnlinkDevicePopupBody" : "If you unlink @MYCHART@AccountName@, it will no longer be able to file measurements to your health logs in @MYCHART@APPTITLE@.",
	"HealthConnectionUnlinkDevicePopupTitle" : "Unlink device?",
	"HealthConnectionUnlinkDeviceText" : "Unlink",
	"HeightFeetInches" : "@MYCHART@Feet@ ft @MYCHART@Inches@ in",
	"HeightUnitsCentimeters" : "cm",
	"HeightUnitsFeet" : "ft",
	"HeightUnitsInches" : "in",
	"HeightUnitsMeters" : "m",
	"HL7ReadOnlyDisclaimer" : "Your health organization manages this connection.",
	"InactiveFlowsheetMessage" : "This health log ended on @MYCHART@EndDate@. Readings can no longer be added or modified.",
	"InactiveFlowsheets" : "Inactive health logs",
	"InactiveFlowsheetTitle" : "@MYCHART@FlowsheetName@ (Inactive)",
	"InputDiastolicTooHigh" : "This can\u0027t be higher than systolic.",
	"InputLabelWithUnits" : "@MYCHART@LabelName@ (@MYCHART@Units@)",
	"InputSystolicTooLow" : "This can\u0027t be lower than diastolic.",
	"InputTimeInFuture" : "This can\u0027t be in the future.",
	"Instructions" : "Instructions",
	"LastSyncedFrom" : "Last synced from @MYCHART@AccountName@: @MYCHART@LastSyncInstant@",
	"LinkAccount" : "Link device",
	"LinkAccountToAutomateReadings" : "Link an app or device to automate readings",
	"LinkAndManageAccounts" : "Apps and devices can be linked and managed in the Track My Health activity",
	"LinkedFlowsheetRowsZeroState" : "No measurements received yet.",
	"LinkFitbitWithingsRowButton" : "Link",
	"LinkFitbitWithingsRowButtonAxText" : "Link @MYCHART@FlowsheetRowName@",
	"LinkingFitbitWithingsRowButton" : "Linking...",
	"LoadFlowsheetError" : "There was a problem loading your health log.",
	"LoadFlowsheetsError" : "There was a problem loading your health logs.",
	"LoadingExternalAccount" : "Loading health connection...",
	"LoadingExternalAccountError" : "There was a problem loading your health connection.",
	"LoadingExternalAccounts" : "Loading health connections...",
	"LoadingExternalAccountsError" : "There was a problem loading your health connections.",
	"LoadingFlowsheet" : "Loading health log...",
	"LoadingFlowsheets" : "Loading health logs...",
	"LoadingMoreReadings" : "Loading more readings",
	"LoadMoreReadings" : "Load more readings",
	"ManageConnections" : "Manage connections",
	"ManageConnectionsBannerText" : "Measurements will sync automatically so you won\u0027t need to manually add readings.",
	"ManageConnectionsBannerTitle" : "Save time by linking an app or device to track your health",
	"ManualEntryType" : "Patient",
	"MaxExerciseTest" : "Max exercise test",
	"MostRecentReadings" : "Most recent readings",
	"NewReadingsAdded" : "New readings added successfully",
	"NoDataToGraph" : "No data to display",
	"NoFlowsheetData" : "There is no data to display.",
	"NoFlowsheets" : "There are no active health logs.",
	"NonExercisePrediction" : "Non-exercise prediction",
	"NoReadingsAdded" : "There are no readings added to this health log.",
	"NormalRangeGreaterThan" : "Greater than @MYCHART@LowerBound@",
	"NormalRangeLessThan" : "Less than @MYCHART@UpperBound@",
	"NumberSelectedChoices" : "@MYCHART@NumSelected@ selected",
	"OldestReadingLoadedFrom" : "Oldest reading loaded from @MYCHART@OldestReadingDate@",
	"OtherHealthTrends" : "Other health trends",
	"ReadingDeleted" : "Reading deleted successfully",
	"ReadingSaved" : "Reading saved successfully",
	"ReadingsHiddenWhileAdmitted" : "Readings entered by your care team are hidden while you\u0027re in the hospital.",
	"ReadingsHiddenWhileAdmittedProxy" : "Readings entered by @MYCHART@Patient@\u0027s care team are hidden while they\u0027re in the hospital.",
	"ReadingsTableCaption" : "@MYCHART@RowName@ readings",
	"ReadOnlyDisclaimerAndroidOnly" : "You can only manage this connection with an Android device using the mobile app.",
	"ReadOnlyDisclaimerCantGoogleFit" : "This device has been upgraded to Health Connect, so you can no longer manage Google Fit on this device.",
	"ReadOnlyDisclaimerCantHealthConnect" : "This device has not been upgraded to Health Connect yet.",
	"ReadOnlyDisclaimerIphoneOnly" : "You can only manage this connection with an iOS device using the mobile app.",
	"ReadOnlyDisclaimerMobileOnly" : "You can only manage this connection using the mobile app.",
	"ReadOnlyDisclaimerNoProxySupport" : "Only @MYCHART@PatientName@ can manage this connection.",
	"ReadOnlyDisclaimerUpdateApp" : "This version of the mobile app does not support this connection. Please update the app.",
	"ReadOnlyDisclaimerWebOnly" : "You can only manage this connection using the @MYCHART@APPTITLE@ website.",
	"SaveChanges" : "Save changes",
	"SaveReadingError" : "Failed to save reading",
	"SavingChanges" : "Saving",
	"SelectReadingsToShow" : "Select readings to show from filters.",
	"ShowAllReadings" : "Show all readings",
	"ShowReadingsFrom" : "Show readings from:",
	"SomeReadingsHidden" : "Some readings might be hidden",
	"SubMaxExercisePredication" : "Sub-max exercise prediction",
	"SubmitReadings" : "Submit",
	"SubmitReadingsError" : "Failed to submit readings",
	"SubmittingReadings" : "Submitting",
	"SyncingFitbitWithingsRowButton" : "Syncing...",
	"Systolic" : "Systolic",
	"TemperatureUnitsCelsius" : "°C",
	"TemperatureUnitsFahrenheit" : "°F",
	"TestResultsCardText" : "View past test results, including trends over time",
	"TestResultsCardTitle" : "Test Results",
	"TimeInputLabel" : "Time",
	"Title" : "Track My Health",
	"TooMuchData" : "Some readings in this time range are not displayed. Choose a shorter time range or select fewer readings to show in filters.",
	"TrendsDashboardCardText" : "Trend past questionnaire responses",
	"TrendsDashboardCardTitle" : "Trends Dashboard",
	"UninkingFitbitWithingsRowButton" : "Unlinking...",
	"UnlinkFitbitWithingsRowButton" : "Unlink",
	"UnlinkFitbitWithingsRowButtonAxText" : "Unlink @MYCHART@FlowsheetRowName@",
	"UpgradeToHealthConnectButtonAXText" : "Upgrade Google Fit to Health Connect",
	"UpgradeToHealthConnectButtonText" : "Upgrade to Health Connect",
	"ValueColumnHeader" : "Value",
	"ValueWithUnitsColumnHeader" : "Value (@MYCHART@Units@)",
	"ViewAllReadings" : "View all readings",
	"ViewAllReadingsAxText" : "View all readings for @MYCHART@RowName@",
	"VitalsCardTitleReadOnly" : "Vitals",
	"VitalsFlowsheetSubtitle" : "Vitals from health logs and past visits appear here. Readings cannot be added or modified.",
	"VO2MaxTestType" : "VO2 max test type",
	"WeightUnitsKilograms" : "kg",
	"WeightUnitsPounds" : "lbs",
	"Withings" : "Withings",
});
$$WP.Strings.getNamespace("global").addStrings( {
	"AdminBannerAction" : "END SESSION",
	"AdminBannerActionTitle" : "End server admin elevation session",
	"AdminBannerText" : "You are accessing MyChart with escalated permissions.",
	"AdminPopupCancelButtonText" : "Cancel",
	"AdminPopupConfirmButtonText" : "End session",
	"AdminPopupMessageText" : "Are you sure you want to end the admin elevated session? Once this session is ended, you will need to elevate again.",
	"AdminPopupTitleText" : "End admin elevation",
	"AjaxMessage" : "Loading...",
	"BlobServerError" : "",
	"BlobServerError_dcsbuild" : "We are currently unable to receive your document. Please contact us if this problem persists.",
	"BlobServerError_filemissing" : "This file could not be opened or does not exist.",
	"BlobServerError_filenum" : "The number of files sent does not match the number of files expected.",
	"BlobServerError_filesize" : "This file exceeds the maximum size allowed for attachments.",
	"BlobServerError_invalidextension" : "This file does not have an allowed filename extension.",
	"BlobServerError_noresponse" : "Could not connect to the server to upload.",
	"BlobServerError_store" : "The file storage utility failed to store the attachment. If this problem persists, please contact the site administrator.",
	"BlockedPopupCancelBtnTitle" : "Cancel",
	"BlockedPopupLaunchBtnTitle" : "Launch",
	"BlockedPopupMessageWithLink" : "This action was blocked by your popup blocker. Would you like to open the link?",
	"BlockedPopupTitle" : "Popup blocked",
	"CEMarkAltText" : "CE mark",
	"ContinueToHome" : "Continue to MyChart home page",
	"ContinueToOrg" : "Continue to @MYCHART@MYORGNAME@",
	"DefaultAjaxErrorHandlerMessage" : "We experienced a problem while communicating with the server.",
	"DefaultAjaxErrorHandlerTitle" : "Connection problem",
	"DefaultTheme" : "Standard Theme",
	"Ellipsis" : "...",
	"ErrorLabelText" : "Error: ",
	"ExternalIconAlt" : "This information is from another organization.",
	"ExternalIconAltFull" : "This information is from another organization. Screen readers: use read next line command to hear organization name.",
	"ExternalIncompleteIconAlt" : "This information is from another organization that doesn\u0027t allow further details to be viewed here. Please log in to your account there.",
	"ExternalIncompleteIconAltFull" : "This information is from another organization that doesn\u0027t allow further details to be viewed here. Please log in to your account there. Screen readers: use read next line command to hear organization name.",
	"FormSubmissionError" : "There were problems in the form submission. Please check the form, correct any mistakes and resubmit it.",
	"GenericLoadingMessage" : "Loading...",
	"GlobalLoadingIndicator" : "Please wait while @MYCHART@UNLOADEDCOMPONENTS@ page components finish loading",
	"HighContrastTheme" : "High Contrast Theme",
	"JsDisabledMessage" : "Please enable JavaScript in your browser before using this site.",
	"MessageBoxOK" : "OK",
	"MyChartIsEpicAlt" : "MyChart is Epic logo",
	"MyChartLogoTitle" : "@MYCHART@APPTITLE@ - Your secure online health connection",
	"NationalIDLabelOverride" : "",
	"NationalIDShortLabelOverride" : "",
	"NewWindowNotification" : "Link will open in a new browser window or tab.",
	"NoDataText" : "You have no data on file.",
	"NonProdErrorMessage" : "This is a non-production environment. If you are a patient, contact the system administrator immediately.",
	"NonProdErrorMessageDismissTitle" : "Close this warning.",
	"PopupBackToPreviousPageButton" : "Back to previous page",
	"PopupHelpIconAlt" : "See Instructions.",
	"PopupHelpIconAltFull" : "See Instructions. Screen readers: use read next line command to hear instructions.",
	"PostCopyright" : "",
	"PreCopyright" : "",
	"RequiredFieldError" : "This field is required.",
	"UnsupportedBrowserAdminErrorMessage" : "@MYCHART@APPTITLE@ no longer supports Internet Explorer. This window will be closed upon logout from this session, but you can open it again from Hyperspace.",
	"UnsupportedBrowserErrorMessageDismissTitle" : "Dismiss this warning.",
	"UnsupportedBrowserErrorMessageWithLink" : " @MYCHART@APPTITLE@ is ending support for Internet Explorer. For the best experience, please \u003ca id=\"browser_link\" tabindex=\"0\" href=\"@MYCHART@ABSOLUTEURL@Home/UnsupportedBrowser\"\u003eswitch to a supported web browser.\u003c/a\u003e ",
	"UnsupportedCharsPopupConfirmButton" : "OK",
	"UnsupportedCharsPopupMessage" : "Some of the text you\u0027ve entered cannot be submitted. Unsupported characters have been removed from your text.",
	"UnsupportedCharsPopupTitle" : "Invalid input",
	"ViewMoreLabel" : "View More",
	"WidgetErrorMessage" : "Error loading data...",
	"WidgetRefreshAlert" : "Your session expired, this page will now refresh",
});
$$WP.Strings.getNamespace("guarantorverification").addStrings( {
	"correct" : "Is all of the above information correct?",
	"guarTitle" : "Responsibility for Payment",
	"no" : "No",
	"noguarantordata" : "We do not currently have information on file as to who will pay for costs not covered by insurance.\u003cbr /\u003eYou will have an opportunity to verify or update this at the clinic.",
	"posttext" : "",
	"pretext" : "We have this person on file to pay for costs not covered by insurance:",
	"textonno" : "You will have the opportunity to update this information when you arrive at the clinic. Please bring the correct information with you.",
	"Title" : "",
	"yes" : "Yes",
});
$$WP.Strings.getNamespace("healthhistory.family").addStrings( {
	"AddAsFatherAccessibleDescriptionWithName" : "Add @MYCHART@NameOrAlias@ (@MYCHART@Relationship@) as the father of @MYCHART@AddToRelativeName@",
	"AddAsFatherAccessibleDescriptionWithoutName" : "Add @MYCHART@Relationship@ as the father of @MYCHART@AddToRelativeName@",
	"AddAsMotherAccessibleDescriptionWithName" : "Add @MYCHART@NameOrAlias@ (@MYCHART@Relationship@) as the mother of @MYCHART@AddToRelativeName@",
	"AddAsMotherAccessibleDescriptionWithoutName" : "Add @MYCHART@Relationship@ as the mother of @MYCHART@AddToRelativeName@",
	"AddChildButtonText" : "Add child",
	"AddFamilyMemberButtonText" : "Add new family member",
	"AddFamilyMemberFormProblemsLabel" : "Select a condition",
	"AddFamilyMemberTitlePatient" : "Add family member to the patient",
	"AddFamilyMemberTitlePerson" : "Add family member to @MYCHART@NameOrAlias@ (@MYCHART@Relationship@)",
	"AddFamilyMemberTitlePersonNoName" : "Add family member to @MYCHART@Relationship@",
	"AddFamilyMemberTitleYou" : "Add family member to you",
	"AddFamilyMemberToProblemButtonAccessibleLabel" : "Add family member with @MYCHART@ProblemName@",
	"AddFamilyMemberToProblemButtonText" : "Add family member",
	"AddFamilyMemberToProblemNoNameDescriptiveText" : "Add family member @MYCHART@Relationship@ to @MYCHART@ProblemName@ list",
	"AddFamilyMemberToProblemWithNameDescriptiveText" : "Add family member @MYCHART@Relationship@ @MYCHART@NameOrAlias@ to @MYCHART@ProblemName@ list",
	"AddFatherAccessibleDescription" : "Add the biological father for this family member",
	"AddFatherButtonText" : "Add biological father",
	"AddFreeTextProblemButtonText" : "Add @MYCHART@ProblemName@",
	"AddFreeTextProblemQuestion" : "Can\u0027t find what you\u0027re looking for? ",
	"AddHealthConditionHeader" : "Does this family member have any of the below conditions?",
	"AdditionalFamilyMemberDetailsDisclosureLabel" : "Additional details",
	"AddMotherAccessibleDescription" : "Add the biological mother for this family member",
	"AddMotherButtonText" : "Add biological mother",
	"AddNewFamilyMemberButtonText" : "Add",
	"AddProblemButtonText" : "Add selected condition",
	"AddProblemFromSearchLabel" : "Select from results",
	"AddSiblingButtonText" : "Add sibling",
	"AddSuggestedFamilyMemberFormProblemsLabel" : "Select a suggested condition",
	"AgeOfOnsetPromptText" : "Type or select estimated age first noticed (ex: \"4\" or \"4-10\")",
	"AgeOfOnsetPromptTextElfOff" : "Enter estimated age first noticed (ex: \"4\" or \"4-10\")",
	"AgeOfOnsetSummaryText" : " - Age first noticed: @MYCHART@AgeOfOnset1@",
	"AgeOfOnsetSummaryTextProblemFirst" : "Age first noticed: @MYCHART@AgeOfOnset2@",
	"CancelButtonText" : "Discard changes",
	"CloseMenuButtonAccessibleText" : "Close menu",
	"CloseProblemSelectiveDescriptiveText" : "Close health condition selection",
	"CommentSummaryText" : " - @MYCHART@PatientComment@",
	"ConditionsTitle" : "Conditions",
	"CreateFamilyMemberHeader" : "Add family member",
	"CreateFamilyMemberWithProblemHeader" : "Add family member with @MYCHART@ProblemName@",
	"EditButtonText" : "Edit",
	"EditFamilyMemberFormNameOrAliasLabel" : "Name or nickname",
	"EditFamilyMemberFormRelationshipLabel" : "Relationship",
	"EditFamilyMemberHeader" : "Edit @MYCHART@FamilyMemberRelationshipOrName@",
	"EditFamilyMemberStatusLabel" : "Is this family member living?",
	"EditFamilyMemberStatusNo" : "No",
	"EditFamilyMemberStatusOther" : "Other",
	"EditFamilyMemberStatusUnknown" : "Unknown",
	"EditFamilyMemberStatusYes" : "Yes",
	"EditFamilyMemberWithNameDescriptiveText" : "Edit family member @MYCHART@Relationship@ @MYCHART@NameOrAlias@",
	"EditFamilyMemberWithoutNameDescriptiveText" : "Edit family member @MYCHART@Relationship@",
	"EditFamilyMemberWithProblemHeader" : "Edit @MYCHART@Relationship@ with @MYCHART@ProblemName@",
	"EditProblemDetailsFormAgeOfOnsetLabel" : "Age first noticed",
	"EditProblemDetailsFormCommentLabel" : "Comment",
	"EditProblemDetailsFormSummaryLabel" : "@MYCHART@ProblemName@ - @MYCHART@ErrorLabel@",
	"ErrorMessageEndOfRangeLessThanStart" : "End of range must be greater than start of range",
	"ErrorMessageInvalidAgeRange" : "Enter an age (4) or age range (4-10)",
	"FailedToSave" : "An error has occurred when trying to save your Family Tree updates. If this problem persists, contact customer service at @MYCHART@HELPDESKPHONE@.",
	"FamilyMemberChildrenSubheader" : "Children",
	"FamilyMemberDetailsHeaderText" : "Family member details",
	"FamilyMemberMedicalProblem" : "",
	"FamilyMemberNameHidden" : "",
	"FamilyMemberNameHiddenWithAmbiguousStatus" : "Status @MYCHART@StatusName@",
	"FamilyMemberNameHiddenWithDeceasedStatus" : "@MYCHART@StatusName@",
	"FamilyMemberOtherChildrenListDescription" : "Other Children",
	"FamilyMemberParentsInputHeader" : "Who are this family member\u0027s biological parents?",
	"FamilyMemberRelationshipToPatient" : "",
	"FamilyMemberSelectionPageHeader" : "Select a family member with @MYCHART@ProblemName@",
	"FamilyMemberStatus" : "",
	"FamilyMemberStatusDeceased" : "Deceased",
	"FamilyMemberStatusLiving" : "Living",
	"FamilyMemberStatusOther" : "Living status other",
	"FamilyMemberStatusUnknown" : "Living status unknown",
	"FamilyMemberSummary" : "@MYCHART@NameOrAlias@ (@MYCHART@StatusName@)",
	"FamilyMemberSummaryWithAmbiguousStatus" : "@MYCHART@NameOrAlias@ (Status @MYCHART@StatusName@)",
	"FatherDisplayString" : "Father: @MYCHART@FatherDisplayName@",
	"FatherNotListed" : "Father was not listed",
	"FatherNotListedHeader" : "Do not see the family member\u0027s father?",
	"FatherNotListedSelected" : "Father not listed",
	"FuzzyAgeOfOnsetSummaryText" : " - Age first noticed: @MYCHART@AgeOfOnsetStart1@-@MYCHART@AgeOfOnsetEnd1@",
	"FuzzyAgeOfOnsetSummaryTextProblemFirst" : "Age first noticed: @MYCHART@AgeOfOnsetStart2@-@MYCHART@AgeOfOnsetEnd2@",
	"GroupTitleExtended" : "Extended Family Members",
	"GroupTitleImmediate" : "Immediate Family Members",
	"HealthConditionAdditionDescription" : "Add health conditions",
	"HealthConditionsListDescription" : "Added conditions",
	"HealthConditionsSubheader" : "Health Conditions",
	"HealthSummaryLinkText" : "Health Summary",
	"InvalidSearchPopupBodyText" : "Some of the text you\u0027ve entered cannot be submitted. Unsupported characters were removed from your search results.",
	"InvalidSearchPopupTitleText" : "Invalid Text",
	"JumpToHealthSummary" : "Jump to health summary to view your conditions",
	"JumpToHealthSummaryTextPatient" : "View your conditions and other health information in @MYCHART@PatientLink@",
	"JumpToHealthSummaryTextProxy" : "View patient\u0027s conditions and other health information in @MYCHART@ProxyLink@",
	"JumpToPatientAlert" : "Jumped to patient",
	"JumpToPersonAlert" : "Jumped to person @MYCHART@NameOrAlias@ (@MYCHART@Relationship@)",
	"JumpToPersonAlertNoname" : "Jumped to person no name provided (@MYCHART@Relationship@)",
	"MotherDisplayString" : "Mother: @MYCHART@MotherDisplayName@",
	"MotherNotListed" : "Mother was not listed",
	"MotherNotListedHeader" : "Do not see the family member\u0027s mother?",
	"MotherNotListedSelected" : "Mother not listed",
	"NegativeHistoryCheckboxLabel" : "No known family history of @MYCHART@ProblemName@",
	"NewRelativeRelationshipPlaceholder" : "New relative",
	"NoAdditionalDetails" : "No additional details",
	"NoAvailableParentsZeroStateText" : "No Available Parents",
	"NoAvailableProblemsText" : "No health conditions available to be added to this family member.",
	"NoFamilyHistoryOnFile" : "No family history on file",
	"NoFamilyMemberNameProvided" : "No name provided",
	"NoFamilyMemberNameProvidedWithAmbiguousStatus" : "No name provided (Status @MYCHART@StatusName@)",
	"NoFamilyMemberNameProvidedWithStatus" : "No name provided (@MYCHART@StatusName@)",
	"NoneOfTheseParents" : "Correct family member not listed",
	"NoReportedChildren" : "No Reported Children",
	"NoReportedProblems" : "No reported health conditions",
	"NoReportedProblemsDescriptiveText" : "No reported health conditions for @MYCHART@Relationship@ @MYCHART@NameOrAlias@",
	"NoSearchResultsPlaceholderText" : "Your search returned no results.",
	"NoSelectedProblemsInFormPlaceholder" : "No selected health conditions",
	"NoSuggestedProblemsText" : "No suggested conditions available to be added.",
	"NotListedHelpText" : "Add this family member to your family first",
	"OtherChildrenSubheader" : "Other Children",
	"OtherFamilyMembersGroupName" : "Other Family Members",
	"ParentsSectionHelpText" : "Adding biological parents helps providers create a more accurate representation of your family tree.",
	"PatientRelationshipGroupTitle" : "Patient",
	"PatientRelationshipTitle" : "Patient",
	"PedigreeCancel" : "Cancel",
	"PedigreeContinue" : "Continue",
	"PedigreeDeceasedRelativeDescription" : "Deceased relative no name provided (@MYCHART@Relationship@)",
	"PedigreeDeceasedRelativeDescriptionWithName" : "Deceased relative @MYCHART@NameOrAlias@ (@MYCHART@Relationship@)",
	"PedigreeGraphRecenter" : "Recenter",
	"PedigreeGraphRecenterAccessibility" : "Recenter focus to the patient",
	"PedigreeGraphRecenterAccessibilityYou" : "Recenter focus to you",
	"PedigreeHeaderAria" : "Info and keyboard shortcuts",
	"PedigreeHelpLeftChildShortcut" : "Go to the selected person\u0027s child: Alt + J",
	"PedigreeHelpLeftChildShortcutMac" : "Go to the selected person\u0027s child: Option + J",
	"PedigreeHelpLeftParentShortcut" : "Go to the selected person\u0027s parents: Alt + U",
	"PedigreeHelpLeftParentShortcutMac" : "Go to the selected person\u0027s parents: Option + U",
	"PedigreeHelpPan" : "To see more of the tree, you can click and drag with the mouse or with your finger on a touchscreen.",
	"PedigreeHelpPatientProxyShortcut" : "Go to the patient: Alt + Y",
	"PedigreeHelpPatientProxyShortcutMac" : "Go to the patient: Option + Y",
	"PedigreeHelpPatientShortcut" : "Go to yourself: Alt + Y",
	"PedigreeHelpPatientShortcutMac" : "Go to yourself: Option + Y",
	"PedigreeHelpPrimaryText" : "This is your family tree based on family history information documented in your chart. It is based on your biological family members. Select a family member to update the family tree.",
	"PedigreeHelpTreeShortcut" : "Go to the family tree: Alt + T",
	"PedigreeHelpTreeShortcutMac" : "Go to the family tree: Option + T",
	"PedigreeHelpZoom" : "You can zoom in and out by using the mouse wheel or using the touch pinch gesture.",
	"PedigreeMaternalRelative" : "Maternal Relative",
	"PedigreePaternalRelative" : "Paternal Relative",
	"PedigreePatient" : "Patient",
	"PedigreePatientDescription" : "No name provided (Patient)",
	"PedigreePatientDescriptionWithName" : "@MYCHART@NameOrAlias@ (Patient)",
	"PedigreePatientYou" : "You",
	"PedigreeRelative" : "Relative",
	"PedigreeRelativeChildrenDescription" : "Number of children: @MYCHART@ChildCount@",
	"PedigreeRelativeDescription" : "Relative no name provided (@MYCHART@Relationship@)",
	"PedigreeRelativeDescriptionWithName" : "Relative @MYCHART@NameOrAlias@ (@MYCHART@Relationship@)",
	"PedigreeRelativeFatherDescription" : "Father is @MYCHART@Relationship@",
	"PedigreeRelativeFatherDescriptionWithName" : "Father is @MYCHART@NameOrAlias@ (@MYCHART@Relationship@)",
	"PedigreeRelativeFatherIsPatientDescription" : "Father is Patient",
	"PedigreeRelativeFatherIsPatientDescriptionWithName" : "Father is @MYCHART@NameOrAlias@ (Patient)",
	"PedigreeRelativeMotherDescription" : "Mother is @MYCHART@Relationship@",
	"PedigreeRelativeMotherDescriptionWithName" : "Mother is @MYCHART@NameOrAlias@ (@MYCHART@Relationship@)",
	"PedigreeRelativeMotherIsPatientDescription" : "Mother is Patient",
	"PedigreeRelativeMotherIsPatientDescriptionWithName" : "Mother is @MYCHART@NameOrAlias@ (Patient)",
	"PedigreeRelativeNoChildren" : "Family member has no documented children",
	"PedigreeRelativeNoChildrenDescription" : "Has no documented children",
	"PedigreeRelativeNoFatherDescription" : "Father not documented",
	"PedigreeRelativeNoMotherDescription" : "Mother not documented",
	"PedigreeRelativeNoNext" : "Family member has no family member below or to the right of them",
	"PedigreeRelativeNoParents" : "Family member has no documented parents",
	"PedigreeRelativeNoPrevious" : "Family member has no family member above or to the left of them",
	"PedigreeRelativeSidebarSelectionNoName" : "@MYCHART@Relationship@ is now selected on the panel",
	"PedigreeRelativeSidebarSelectionPatient" : "Patient is now selected on the panel",
	"PedigreeRelativeSidebarSelectionWithName" : "@MYCHART@NameOrAlias@ (@MYCHART@Relationship@) is now selected on the panel",
	"PedigreeRelativeUnableToJump" : "Unable to jump to the family member",
	"PedigreeSectionTitle" : "Family Tree",
	"PedigreeShowUnattached" : "Show other relatives (@MYCHART@UnattachedCount@)",
	"PedigreeShowUnattachedAccessible" : "Show other relatives (@MYCHART@UnattachedCount1@), use this action to hide the family tree and list the family members that are not biologically linked to @MYCHART@NameOrAlias@",
	"PedigreeShowUnattachedAccessibleNoName" : "Show other relatives (@MYCHART@UnattachedCount2@), use this action to hide the family tree and list the family members that are not biologically linked to the patient",
	"PedigreeSidePanelAddFamilyMemberFamilyMemberName" : "Add family member for @MYCHART@NameOrAlias@ (@MYCHART@Relationship@)",
	"PedigreeSidePanelAddFamilyMemberFamilyMemberNoName" : "Add family member for @MYCHART@Relationship@",
	"PedigreeSidePanelAddFamilyMemberProxy" : "Add family member for the patient",
	"PedigreeSidePanelAddFamilyMemberYou" : "Add family member for you",
	"PedigreeSidePanelAddFirstQuestion" : "Which biological family member do you want to add?",
	"PedigreeSidePanelAddSecondQuestionFamilyMemberNoName" : "How to best describe their relationship to @MYCHART@Relationship@?",
	"PedigreeSidePanelAddSecondQuestionFamilyMemberWithName" : "How to best describe their relationship to @MYCHART@NameOrAlias@ (@MYCHART@Relationship@)?",
	"PedigreeSidePanelAddSecondQuestionPatient" : "How to best describe their relationship to you?",
	"PedigreeSidePanelAddSecondQuestionProxy" : "How to best describe their relationship to the patient?",
	"PedigreeSidePanelAddThirdChildQuestionFamilyMemberNoName" : "How is @MYCHART@Relationship@ biologically related to the child?",
	"PedigreeSidePanelAddThirdChildQuestionFamilyMemberWithName" : "How is @MYCHART@NameOrAlias@ (@MYCHART@Relationship@) biologically related to the child?",
	"PedigreeSidePanelAddThirdChildQuestionPatient" : "How are you biologically related to your child?",
	"PedigreeSidePanelAddThirdChildQuestionProxy" : "How is the patient biologically related to the child?",
	"PedigreeSidePanelBrotherButtonText" : "Brother",
	"PedigreeSidePanelChildButtonText" : "Child",
	"PedigreeSidePanelChildMoreInformation" : "Tell us more about this child.",
	"PedigreeSidePanelCloseFamilyMemberName" : "Close Panel for @MYCHART@NameOrAlias@ (@MYCHART@Relationship@)",
	"PedigreeSidePanelCloseFamilyMemberNoName" : "Close Panel for @MYCHART@Relationship@",
	"PedigreeSidePanelCloseProxy" : "Close Panel for the patient",
	"PedigreeSidePanelCloseYou" : "Close Panel for you",
	"PedigreeSidePanelDaughterButtonText" : "Daughter",
	"PedigreeSidePanelEditFamilyMemberName" : "Edit details for @MYCHART@NameOrAlias@ (@MYCHART@Relationship@)",
	"PedigreeSidePanelEditFamilyMemberNoName" : "Edit details for @MYCHART@Relationship@",
	"PedigreeSidePanelEditProxy" : "Edit details for the patient",
	"PedigreeSidePanelEditYou" : "Edit details for you",
	"PedigreeSidePanelFatherButtonText" : "Father",
	"PedigreeSidePanelFullSiblingButtonText" : "Full sibling",
	"PedigreeSidePanelMaternalHalfSiblingButtonText" : "Half sibling (mother)",
	"PedigreeSidePanelMotherButtonText" : "Mother",
	"PedigreeSidePanelNavDown" : "Jump to your first child",
	"PedigreeSidePanelNavDownFamilyMemberName" : "Jump to the first child for @MYCHART@NameOrAlias@ (@MYCHART@Relationship@)",
	"PedigreeSidePanelNavDownFamilyMemberNoName" : "Jump to the first child for @MYCHART@Relationship@",
	"PedigreeSidePanelNavDownProxy" : "Jump to the first child for the patient",
	"PedigreeSidePanelNavHeader" : "Navigate family members",
	"PedigreeSidePanelNavLeft" : "Jump to family member to the left of you, it will also wrap around to the end of the previous line",
	"PedigreeSidePanelNavLeftFamilyMemberName" : "Jump to family member to the left of @MYCHART@NameOrAlias@ (@MYCHART@Relationship@), it will also wrap around to the end of the previous line",
	"PedigreeSidePanelNavLeftFamilyMemberNoName" : "Jump to family member to the left of @MYCHART@Relationship@, it will also wrap around to the end of the previous line",
	"PedigreeSidePanelNavLeftProxy" : "Jump to family member to the left of the patient, it will also wrap around to the end of the previous line",
	"PedigreeSidePanelNavRight" : "Jump to family member to the right of you, it will also wrap around to the start of the next line",
	"PedigreeSidePanelNavRightFamilyMemberName" : "Jump to family member to the right of @MYCHART@NameOrAlias@ (@MYCHART@Relationship@), it will also wrap around to the start of the next line",
	"PedigreeSidePanelNavRightFamilyMemberNoName" : "Jump to family member to the right of @MYCHART@Relationship@, it will also wrap around to the start of the next line",
	"PedigreeSidePanelNavRightProxy" : "Jump to family member to the right of the patient, it will also wrap around to the start of the next line",
	"PedigreeSidePanelNavUp" : "Jump to one of your parents",
	"PedigreeSidePanelNavUpFamilyMemberName" : "Jump to a parent for @MYCHART@NameOrAlias@ (@MYCHART@Relationship@)",
	"PedigreeSidePanelNavUpFamilyMemberNoName" : "Jump to a parent for @MYCHART@Relationship@",
	"PedigreeSidePanelNavUpProxy" : "Jump to one of the patient\u0027s parents",
	"PedigreeSidePanelOtherButtonText" : "Other",
	"PedigreeSidePanelParentButtonText" : "Parent",
	"PedigreeSidePanelParentMoreInformation" : "Tell us more about this parent.",
	"PedigreeSidePanelPaternalHalfSiblingButtonText" : "Half sibling (father)",
	"PedigreeSidePanelSiblingButtonText" : "Sibling",
	"PedigreeSidePanelSiblingMoreInformation" : "Tell us more about this sibling.",
	"PedigreeSidePanelSisterButtonText" : "Sister",
	"PedigreeSidePanelSonButtonText" : "Son",
	"PedigreeSubHeader" : "Keyboard navigation shortcuts",
	"PedigreeToastAddMissing" : "@MYCHART@NameOrAlias@ (@MYCHART@Relationship@) is not shown on the family tree because their parents are not documented. Edit to document parents.",
	"PedigreeToastAddMissingNoName" : "@MYCHART@Relationship@ is not shown on the family tree because their parents are not documented. Edit to document parents.",
	"PedigreeUnattachedBackToTree" : "Family tree",
	"PedigreeUnattachedFooter" : "There are family members not visible on the family tree.",
	"PedigreeUnattachedFooterLink" : "View family members",
	"PedigreeUnattachedListAccessible" : "List of family members that are not biologically linked to the patient such as adoptive parents, adopted children or cousins with missing parent information",
	"PedigreeUnattachedListHeader" : "Family members not shown in family tree",
	"PedigreeUnattachedSubHeader" : "Family members must be biologically related to be shown on the family tree. Edit family members to document parents.",
	"PedigreeUnknownRelative" : "Unknown relative",
	"PedigreeZoomInAccessibility" : "Zoom into the tree",
	"PedigreeZoomOutAccessibility" : "Zoom out of the tree",
	"ProblemAdditionDescriptiveText" : "@MYCHART@ProblemName@ added",
	"ProblemAgeOfOnsetAgeEightyOrOverLabel" : "80-99",
	"ProblemAgeOfOnsetAgeFiftiesLabel" : "50-59",
	"ProblemAgeOfOnsetAgeFortiesLabel" : "40-49",
	"ProblemAgeOfOnsetAgeSeventiesLabel" : "70-79",
	"ProblemAgeOfOnsetAgeSixtiesLabel" : "60-69",
	"ProblemAgeOfOnsetAgeTensLabel" : "10-19",
	"ProblemAgeOfOnsetAgeThirtiesLabel" : "30-39",
	"ProblemAgeOfOnsetAgeTwentiesLabel" : "20-29",
	"ProblemAgeOfOnsetAgeUnderTenLabel" : "0-9",
	"ProblemDetailsDisclosureLabel" : "Health condition details",
	"ProblemFirstDetailsFormHeader" : "@MYCHART@ProblemName@ details",
	"ProblemRemovalDescriptiveText" : "@MYCHART@ProblemName@ removed",
	"ProblemSearchButtonText" : "Search",
	"ProblemSearchGhostText" : "Search for a condition not listed below",
	"ProblemSearchPrompt" : "Enter the first few letters of a condition to search for it",
	"ProblemSearchSelectionPrompt" : "Select a condition",
	"RemoveButtonText" : "Remove family member",
	"RemoveFamilyMemberModalCancelButton" : "Cancel",
	"RemoveFamilyMemberModalConfirmButton" : "Remove family member",
	"RemoveFamilyMemberModalText" : "Removing this family member from health history also removes all of their associated health conditions.",
	"RemoveFamilyMemberModalTitle" : "Are you sure?",
	"RemoveFamilyMemberWithNameDescriptiveText" : "Remove family member @MYCHART@Relationship@ @MYCHART@NameOrAlias@ from @MYCHART@ProblemName@ list",
	"RemoveFamilyMemberWithoutNameDescriptiveText" : "Remove family member @MYCHART@Relationship@ from @MYCHART@ProblemName@ list",
	"RemoveFatherAccessibleDescription" : "Remove @MYCHART@FatherUsableName@ as this family member\u0027s father",
	"RemoveFatherPlaceholderAccessibleText" : "Remove father placeholder, father not listed, add parent to your family first",
	"RemoveMotherAccessibleDescription" : "Remove @MYCHART@MotherUsableName@ as this family member\u0027s mother",
	"RemoveMotherPlaceholderAccessibleText" : "Remove mother placeholder, mother not listed, add parent to your family first",
	"RemoveParent" : "Remove",
	"RemovePlaceholder" : "Remove",
	"RemoveProblemButtonText" : "Remove",
	"RemoveProblemDescriptiveText" : "Remove @MYCHART@ProblemName@",
	"SaveButtonText" : "Save",
	"SearchResultsFilteredText" : "The search results do not include conditions that are already added for this family member.",
	"SelectFatherForFamilyMemberHeader" : "Select father for @MYCHART@AddFatherToRelativeName@",
	"SelectMotherForFamilyMemberHeader" : "Select mother for @MYCHART@AddMotherToRelativeName@",
	"SummaryAddNewParentWarning" : "Missing parent information: add this relative\u0027s parent to family history",
	"SummaryNeedsParentInfoWarning" : "Missing parent information for @MYCHART@RelativeDisplayName@",
	"Title" : "",
	"TruncatedResultsText" : "Only the first @MYCHART@MaxResults@ results are displayed. Consider refining your search keyword.",
	"UnknownAgeOfOnsetSummaryText" : "Age first noticed: (Unknown)",
	"UpdateFatherButtonAccessibleDescription" : "Father not listed, update and choose this family member\u0027s father from your documented family",
	"UpdateMotherButtonAccessibleDescription" : "Mother not listed, update and choose this family member\u0027s mother from your documented family",
	"UpdateParentButtonLabel" : "Update",
	"ViewFamilyMemberDetailsNoNameDescriptiveText" : "View family member @MYCHART@Relationship@ details",
	"ViewFamilyMemberDetailsWithNameDescriptiveText" : "View family member @MYCHART@Relationship@ @MYCHART@NameOrAlias@ details",
	"ZoomChangedAlert" : "Zoom changed to @MYCHART@ZoomLevel@%",
});
$$WP.Strings.getNamespace("healthhistory.histories").addStrings( {
	"AlcoholHeader" : "Alcohol",
	"AlcoholUseLabel" : "Alcohol use",
	"AlcoholWeeklyUseLabel" : "@MYCHART@AlcoholUnit@ per week",
	"FamilyHistoryAndStatusTitle" : "Family history",
	"FamilyHistoryConditionsHeader" : "Conditions",
	"FamilyHistoryFamilyMemberHeader" : "Family member",
	"FamilyHistoryPersonalNotesHeader" : "Personal notes for my family history",
	"FamilyHistoryStatusHeader" : "Status",
	"FamilyMemberNameAndRelationship" : "@MYCHART@FamilyMemberNameOrAlias@ (@MYCHART@RelationshipToPatient@)",
	"FamilyStatusPersonalNotesHeader" : "Personal notes for my family status",
	"HistoriesPageHelpText" : "This is an overview of your medical and family history on file.",
	"JumpToFamilyTreeAccessibleText" : "View family as a graphical family tree",
	"JumpToFamilyTreeButtonText" : "Edit or view your family tree",
	"MedicalHistoryDateHeader" : "Date",
	"MedicalHistoryDiagnosisHeader" : "Diagnosis",
	"MedicalHistoryPersonalNotesHeader" : "Personal notes for my medical history",
	"MedicalHistoryTitle" : "Medical history",
	"NoFamilyHistoryText" : "You have no family history on file",
	"NoMedicalHistoryText" : "You have no medical history on file",
	"NoSurgicalHistoryText" : "You have no surgical history on file",
	"PersonalNoteAddButton" : "Add",
	"PersonalNoteCancelButton" : "Cancel",
	"PersonalNoteEditButton" : "Edit",
	"PersonalNoteEditButtonScreenReader" : "Edit my Personal Note for @MYCHART@HistoryType@",
	"PersonalNoteSaveButton" : "Save",
	"PersonalNoteSaveButtonLoading" : "Saving",
	"PersonalNoteSectionDisclaimerMessage" : "Notes entered here will not be viewable by your doctor.",
	"PersonalNoteSectionNoteLabel" : "Note",
	"SmokelessTobaccoHeader" : "Smokeless tobacco",
	"SmokelessTobaccoQuitDateLabel" : "Smokeless tobacco quit date",
	"SmokelessTobaccoStatusLabel" : "Smokeless tobacco use",
	"SmokelessTobaccoTypesLabel" : "Smokeless tobacco types",
	"SmokelessTobaccoTypesText" : "@MYCHART@SmokelessTobaccoTypes@",
	"SmokingTobaccoHeader" : "Smoking tobacco",
	"SmokingTobaccoQuitDateLabel" : "Smoking tobacco quit date",
	"SmokingTobaccoStatusLabel" : "Smoking tobacco use",
	"SmokingTobaccoTypesLabel" : "Smoking tobacco types",
	"SmokingTobaccoTypesText" : "@MYCHART@SmokingTobaccoTypes@",
	"SmokingTobaccoUseLabel" : "Average packs / day",
	"SocialHistoryPersonalNotesHeader" : "Personal notes for my social history",
	"SocialHistoryTitle" : "Social history",
	"SurgicalHistoryDateHeader" : "Date",
	"SurgicalHistoryPersonalNotesHeader" : "Personal notes for my surgical history",
	"SurgicalHistoryProcedureHeader" : "Procedure",
	"SurgicalHistoryTitle" : "Surgical history",
	"Title" : "Medical and Family History",
});
$$WP.Strings.getNamespace("healthsummary").addStrings( {
	"ActionPlansWidgetTitle" : "Safety and Action Plans",
	"ActionStripGoToCareTeam" : "Go to Care Team",
	"ActionStripSendAMessage" : "Send a Message",
	"BloodTypeNegative" : "Blood Type: @MYCHART@PatientBloodTypeABOValue@ negative",
	"BloodTypePositive" : "Blood Type: @MYCHART@PatientBloodTypeABOValue@ positive",
	"ConditionSummaryDisclaimerText" : "This page shows only information related to your @MYCHART@ConditionDisplayName@.",
	"ConditionsWidgetTitle" : "Condition Summaries",
	"ConditionWidgetRowSubtext" : "View related information",
	"DefaultReportTitle" : "Report",
	"HealthLogsWidgetGoTo" : "Go to Track My Health",
	"HealthLogsWidgetTitle" : "Active Health Logs",
	"HeightAndWeightInfoAXDescriptor" : "More information about this data",
	"HeightAndWeightRecordedOnDifferentDates" : "Height recorded on @MYCHART@PatientHeightDate@. Weight recorded on @MYCHART@PatientWeightDate@.",
	"HeightAndWeightRecordedOnSameDate" : "Height and weight recorded on @MYCHART@PatientHeightWeightSameDate@.",
	"HeightRecordedOnDate" : "Height recorded on @MYCHART@PatientHeightDate@.",
	"JourneysGoTo" : "Go to Care Journeys",
	"JourneysWidgetTitle" : "Care Journeys",
	"JumpToActionsWithCount" : "Jump to Recommended Actions (@MYCHART@TakeActionCount@)",
	"JumpToActionsWithoutCount" : "Jump to Recommended Actions",
	"LastExternalImageLabel" : "Last visit is from another organization",
	"LastExternalIncompleteImageLabel" : "Last visit is from another organization that doesn\u0027t allow further details to be viewed here. Please log in to your account there.",
	"LastVisit" : "Last visit: @MYCHART@VisitLink@",
	"MyConditions" : "My Conditions",
	"NextExternalImageLabel" : "Next visit is from another organization",
	"NextExternalIncompleteImageLabel" : "Next visit is from another organization that doesn\u0027t allow further details to be viewed here. Please log in to your account there.",
	"NextVisit" : "Next visit: @MYCHART@VisitLink@",
	"PageTitle" : "Health Summary",
	"PatientAge" : "Age: @MYCHART@PatientAgeValue@",
	"PatientBloodType" : "Blood Type: @MYCHART@PatientBloodTypeValue@",
	"PatientHeight" : "Height: @MYCHART@PatientHeightValue@",
	"PatientIsAdmittedText" : "While you are in the hospital or ER, your care team will help with medications and daily care reminders. Do not take any medications listed here unless your care team instructs you to do so. Ask your care team if you have questions.",
	"PatientIsAdmittedTitle" : "Care in the Hospital",
	"PatientWeight" : "Weight: @MYCHART@PatientWeightValue@",
	"PlusMore" : "+ more",
	"PlusMoreExternal" : "+ more from other organizations",
	"ProxyIsAdmittedText" : "While @MYCHART@PatientFirstName@ is in the hospital or ER, their care team will help with medications and daily care reminders. @MYCHART@PatientFirstName@ should not take any medications listed here unless instructed by their care team. Ask @MYCHART@PatientFirstName@\u0027s care team if you have questions.",
	"QuickLinksTitle" : "Quick Links",
	"ReportWidgetTitle" : "Reports",
	"ShareMyRecordButton" : "Go to Sharing Hub",
	"ShareMyRecordText" : "You can manage and share your health information with your friends and family, healthcare providers, and more.",
	"ShareMyRecordWidgetHeader" : "Share My Record",
	"SkeletonAXDescriptor" : "Loading...",
	"TakeActionTitle" : "Recommended Actions",
	"Title" : "Health Summary",
	"TransplantCoordinatorsWidgetTitle" : "Transplant Coordinators",
	"VisitDateAndType" : "@MYCHART@VisitDate@ - @MYCHART@VisitType@",
	"WeightRecordedOnDate" : "Weight recorded on @MYCHART@PatientWeightDate@.",
});
$$WP.Strings.getNamespace("home.browser").addStrings( {
	"BrowserSupportedMessage" : "You can continue to use @MYCHART@APPTITLE@ with this browser. Log in \u003ca href=\"@MYCHART@ABSOLUTEURL@Authentication/Login\"\u003ehere\u003c/a\u003e",
	"BrowserSupportedTitle" : "This browser is supported",
	"BrowserUnsupportedMessage" : "To use @MYCHART@APPTITLE@, switch to a supported browser. Use the links below to learn more about other browsers and how you can download them.",
	"BrowserUnsupportedReason" : " Microsoft currently \u003ca href=\"https://www.microsoft.com/edge\"  \u003erecommends updating from Internet Explorer to Microsoft Edge\u003c/a\u003e. Accessing @MYCHART@APPTITLE@ through Microsoft Edge, or any of the supported browsers above, will provide a modern and secure connection to your health information.",
	"BrowserUnsupportedTitle" : "@MYCHART@APPTITLE@ is ending support for Internet Explorer",
	"LoginLinkText" : "here",
	"NonIEBrowserUnsupportedMessage" : "You\u0027re using a browser that is out of date and not supported.  To use @MYCHART@APPTITLE@, update your browser to the latest version or install a different browser.\u003cbr /\u003e\u003cbr /\u003e\r\n      \u003ca href=\"https://whatbrowser.org\" title=\"Find out how to upgrade your browser.\"\u003eLearn more\u003c/a\u003e about your browser and other alternatives.",
	"NonIEBrowserUnsupportedTitle" : "Please Update Your Browser",
	"Title" : "Browser",
});
$$WP.Strings.getNamespace("home.copyright").addStrings( {
	"MOPageTitle" : "Legal",
	"Title" : "Copyright Notice",
});
$$WP.Strings.getNamespace("home.error").addStrings( {
	"FeatureUnavailableMessage" : "We\u0027re sorry, the page you have requested is temporarily unavailable. Please try again later. We apologize for the inconvenience.\u003cbr /\u003e\u003cbr /\u003ePlease contact your organization if you have any further questions.",
	"FeatureUnavailableTitle" : "Temporarily Unavailable",
	"FeatureUnsupportedMessage" : "The feature you are accessing is not currently enabled for this record.",
	"FeatureUnsupportedTitle" : "This Feature Is Not Enabled",
	"FiveHundredMessage" : "Sorry. Your request could not be carried out because of an error. Please log out and sign in again.",
	"FiveHundredTitle" : "Oops!",
	"FourOhFourMessage" : "Sorry. We could not find the page you requested.",
	"FourOhFourTitle" : "Oops!",
	"GenericErrorMessage" : "An error occurred while processing your request. You may need to re-log into @MYCHART@APPTITLE@.",
	"GenericErrorTitle" : "Oops! Something went wrong.",
	"HyperspaceTimedOutMessage" : "To protect the patient\u0027s privacy, the session has timed out. Please close the activity.",
	"HyperspaceTimedOutTitle" : "Session timed out",
	"NotificationLinkNotRecognizedMessage" : "If you have a text or email that brought you here, try opening it again. If that doesn\u0027t work, you can contact customer service at @MYCHART@HELPDESKPHONE@.",
	"NotificationLinkNotRecognizedTitle" : "We don\u0027t recognize this link.",
	"OAuthRowTypeUnauthorizedMessage" : "It looks like you may not have given @MYCHART@APPTITLE@ permission to sync all the necessary data types. You may need to unlink this account and try again, making sure to grant full permissions for all the types of data you want to share.",
	"OAuthRowTypeUnauthorizedTitle" : "Authorization Error",
	"OAuthUpgradeFailMessage" : "An error occurred while upgrading the link to your fitness tracker. You may need to unlink all types of data for this account and then try linking them again.",
	"OAuthUpgradeFailTitle" : "Link Upgrade Failed",
	"PreLoginWorkFlowSessionActiveMessage" : "You either have another @MYCHART@APPTITLE@ tab or activity open. If you want to continue with it, return to the original tab, or use your browser\u0027s back button. If you want to start a new session, click \u003ca href=\"./Logout\"\u003ehere\u003c/a\u003e",
	"PreLoginWorkFlowSessionActiveTitle" : "Another Session Is Open",
	"RedirectURLErrorMessage" : "The link you used is invalid or does not exist.",
	"RedirectURLErrorTitle" : "Oops! Something went wrong.",
	"ShortURLNonExistentMessage" : "It looks like the link you visited has expired. If you were already within @MYCHART@APPTITLE@, use your browser\u0027s back button to return to the previous page. Otherwise, click \u003ca href=\"./Logout\"\u003ehere\u003c/a\u003e to return to the login screen.",
	"ShortURLNonExistentTitle" : "This link is no longer valid",
	"SignupTokenInvalidMessage" : "It looks like the link you visited has expired.",
	"SignupTokenInvalidTitle" : "This link is no longer valid",
	"Title" : "Error",
});
$$WP.Strings.getNamespace("home.homepage").addStrings( {
	"changeShortcutCaption" : "Change your shortcuts",
	"shortcutListCaption" : "Shortcuts",
	"Title" : "Home",
	"welcomeHeaderForSelf" : "Welcome, @MYCHART@PATIENTNAME@!",
	"welcomeHeaderForSubject" : "Welcome! You\u0027re viewing @MYCHART@SUBJECTNAME@.",
});
$$WP.Strings.getNamespace("i18n.datesandtimes").addStrings( {
	"DayAbbreviationOverrides" : "",
	"DayAbbreviationOverrides_Friday" : "",
	"DayAbbreviationOverrides_Monday" : "",
	"DayAbbreviationOverrides_Saturday" : "",
	"DayAbbreviationOverrides_Sunday" : "",
	"DayAbbreviationOverrides_Thursday" : "",
	"DayAbbreviationOverrides_Tuesday" : "",
	"DayAbbreviationOverrides_Wednesday" : "",
	"DayNameOverrides" : "",
	"DayNameOverrides_Friday" : "",
	"DayNameOverrides_Monday" : "",
	"DayNameOverrides_Saturday" : "",
	"DayNameOverrides_Sunday" : "",
	"DayNameOverrides_Thursday" : "",
	"DayNameOverrides_Tuesday" : "",
	"DayNameOverrides_Wednesday" : "",
	"DayOfWeekSingleLetterAbbreviations" : "",
	"DayOfWeekSingleLetterAbbreviations_Friday" : "F",
	"DayOfWeekSingleLetterAbbreviations_Monday" : "M",
	"DayOfWeekSingleLetterAbbreviations_Saturday" : "S",
	"DayOfWeekSingleLetterAbbreviations_Sunday" : "S",
	"DayOfWeekSingleLetterAbbreviations_Thursday" : "T",
	"DayOfWeekSingleLetterAbbreviations_Tuesday" : "T",
	"DayOfWeekSingleLetterAbbreviations_Wednesday" : "W",
	"DisplayDateFormat" : "mm/dd/yyyy",
	"MonthAbbreviationOverrides" : "",
	"MonthAbbreviationOverrides_April" : "",
	"MonthAbbreviationOverrides_August" : "",
	"MonthAbbreviationOverrides_December" : "",
	"MonthAbbreviationOverrides_February" : "",
	"MonthAbbreviationOverrides_January" : "",
	"MonthAbbreviationOverrides_July" : "",
	"MonthAbbreviationOverrides_June" : "",
	"MonthAbbreviationOverrides_March" : "",
	"MonthAbbreviationOverrides_May" : "",
	"MonthAbbreviationOverrides_November" : "",
	"MonthAbbreviationOverrides_October" : "",
	"MonthAbbreviationOverrides_September" : "",
	"MonthNameOverrides" : "",
	"MonthNameOverrides_April" : "",
	"MonthNameOverrides_August" : "",
	"MonthNameOverrides_December" : "",
	"MonthNameOverrides_February" : "",
	"MonthNameOverrides_January" : "",
	"MonthNameOverrides_July" : "",
	"MonthNameOverrides_June" : "",
	"MonthNameOverrides_March" : "",
	"MonthNameOverrides_May" : "",
	"MonthNameOverrides_November" : "",
	"MonthNameOverrides_October" : "",
	"MonthNameOverrides_September" : "",
	"Title" : "DatesAndTimes",
});
$$WP.Strings.getNamespace("i18n.numbers").addStrings( {
	"NumericDecimalFormatterOverride" : "",
	"NumericGroupSeparatorOverride" : "",
	"NumericRangeSeparatorOverride" : "",
	"Title" : "Numbers",
});
$$WP.Strings.getNamespace("implants").addStrings( {
	"AreaLabel" : "Implanted area:",
	"CommentsLabel" : "Comments:",
	"ExpandLinkClose" : "Hide additional details for @MYCHART@ImplantName@",
	"ExpandLinkOpen" : "View additional details for @MYCHART@ImplantName@",
	"ExplantBadge" : "Removed implant",
	"ExplantDateLabel" : "Removed on:",
	"ExplantFacilityLabel" : "Removed at:",
	"ExplantNumberLabel" : "Number removed:",
	"ExplantProviderLabel" : "Removed by:",
	"ExternalIconAlt" : "This information is from another organization.",
	"ExternalImageLabel" : "Implant is from another organization",
	"ImplantDateLabel" : "Implanted on:",
	"ImplantDescriptionLabel" : "Description:",
	"ImplantFacilityLabel" : "Implanted at:",
	"ImplantNameLabel" : "Implant name:",
	"ImplantNumberLabel" : "Number implanted:",
	"ImplantProviderLabel" : "Implanted by:",
	"ImplantTypeLabel" : "Implant type:",
	"LateralityLabel" : "Laterality:",
	"LotLabel" : "Lot number:",
	"ManufactureDateLabel" : "Manufactured on:",
	"ManufacturerLabel" : "Manufacturer:",
	"ModelLabel" : "Model number:",
	"NoImplantsMessage" : "You have no implants on file.",
	"OosDateLabel" : "Out of service date:",
	"OrgNameLabel" : "Information from",
	"OrgUpToDate" : "Up to date",
	"Pretext" : "",
	"SdiLabel" : "Device identifier:",
	"SerialLabel" : "Serial number:",
	"ShowLess" : "Hide details",
	"ShowMore" : "Show details",
	"StatusLabel" : "Status:",
	"Title" : "Implants",
	"UdiLabel" : "Unique device identifier:",
	"UnspecifiedGroupArea" : "Unspecified",
});
$$WP.Strings.getNamespace("insurance").addStrings( {
	"ActiveCoveragesHeader" : "Insurance on file",
	"ActiveCoveragesPreText" : "",
	"AddBackCardTooltip" : "Adds the back image of the insurance card.",
	"AddCoverageButton" : "Add a coverage",
	"AddFrontCardTooltip" : "Adds the front image of the insurance card.",
	"AddInsuranceImagesHelpText" : "Uploading images of your card now will help speed up the check-in process for your next visit.",
	"AddInsuranceImagesHelpTextInfoBubble" : "You may be asked for your insurance card next time you come in for a visit. Uploading images of your card now can help speed up the check-in process. The clinic may use the card images to help verify your insurance information.",
	"AddInsuranceImagesHelpTextInfoBubbleHospital" : "You may be asked for your insurance card next time you come in for a visit. Uploading images of your card now can help speed up the check-in process. The hospital may use the card images to help verify your insurance information.",
	"BackButtonLabel" : "Back",
	"CancelButtonLabel" : "Cancel",
	"CardImagesTooltip" : "Insurance card photos",
	"CardPreviewNotAvailableText" : "Preview not available.",
	"ClickToDownloadPrintCardText" : "Click to download or print insurance card.",
	"ClickToViewCardText" : "Click to view insurance card.",
	"ContinueButtonLabel" : "Continue",
	"CoverageDetailsButtonLabel" : "View coverage details",
	"CoverageDetailsButtonTooltip" : "View details about your @MYCHART@COVERAGENAME@ coverage benefits",
	"CoverageNotFoundErrorButtonLabel" : "OK",
	"CoverageNotFoundErrorPrompt" : "Something went wrong.",
	"CoveragesInReviewHeader" : "Pending review",
	"CoveragesInReviewPreText" : "",
	"CoveragesInReviewStatusLabelAdd" : "Pending addition",
	"CoveragesInReviewStatusLabelDelete" : "Pending removal",
	"CoveragesInReviewStatusLabelEdit" : "Pending edit",
	"CoveragesInVerificationHeader" : "Verification in progress",
	"CoveragesInVerificationPreTextLine1" : "It may take up to 45 seconds to verify the insurance information you\u0027ve recently entered.",
	"CoveragesInVerificationPreTextLine2" : "When verification is complete, this insurance information will appear under Insurance on File or Pending Review.",
	"CoveragesPendingSubmissionHeader" : "Requested updates",
	"CoveragesPendingSubmissionPreText" : "",
	"CoveragesPendingSubmissionPreTextStandAlone" : "Updates will be submitted for review when you log out.",
	"CoveragesPendingSubmissionStatusLabelAdd" : "Pending addition",
	"CoveragesPendingSubmissionStatusLabelDelete" : "Pending removal",
	"CoveragesPendingSubmissionStatusLabelEdit" : "Pending edit",
	"DeleteButtonLabel" : "Remove coverage",
	"DeleteButtonTooltip" : "Remove @MYCHART@COVERAGENAME@ from your list of active coverages",
	"DeleteCoverageSubmit" : "Remove",
	"DeleteCoverageSubmitTooltip" : "Remove this insurance coverage",
	"DiscardButtonLabel" : "Discard coverage",
	"DiscardButtonTooltip" : "Discard your @MYCHART@COVERAGENAME@ coverage",
	"DiscardCoverageCancelButtonLabel" : "Go back",
	"DiscardCoverageConfirmButtonLabel" : "Remove",
	"DiscardCoveragePopupTitle" : "Remove Coverage",
	"DiscardCoveragePrompt" : "Are you sure you want to remove this coverage?",
	"DoNotUseInsuranceButton" : "Do not bill insurance",
	"EditButtonLabel" : "Update coverage",
	"EditButtonTooltip" : "Update your @MYCHART@COVERAGENAME@ coverage",
	"ExampleCardIndicator" : "Example card",
	"FlipCardTooltip" : "View the other side of the insurance card",
	"FormRecognitionCancel" : "Enter manually",
	"FormRecognitionSubmit" : "Next",
	"FormRecognitionVerifyInfo" : "We\u0027ve pulled in your information from your insurance card. Please verify it\u0027s correct.",
	"GroupNumberLabel" : "Group number",
	"GuarantorIsCorrectButton" : "Yes",
	"GuarantorIsIncorrectButton" : "No",
	"GuarantorIsIncorrectMessage" : "You will have the opportunity to update this information when you arrive at the clinic. Please bring the correct information with you.",
	"GuarantorIsIncorrectMessageHospital" : "You will have the opportunity to update this information when you arrive at the hospital. Please bring the correct information with you.",
	"GuarantorIsIncorrectMessageInHomeVisit" : "Please contact us later to update this information.",
	"GuarantorVerificationQuestion" : "We have this person on file to pay for costs not covered by insurance. Is this information correct?",
	"InsuranceCardAltTextBack" : "Insurance card image, expands the back insurance card image",
	"InsuranceCardAltTextFront" : "Insurance card image, expands the front insurance card image",
	"InsuranceCardOnFileQuestionPlural" : "Does your insurance card still match the images above?",
	"InsuranceCardOnFileQuestionSingular" : "Does your insurance card still match the image above?",
	"InsuranceCardReplace" : "No, replace images",
	"InsuranceCardVerifiedText" : "You verified that the images are up to date. Thank you!",
	"InsuranceCardVerify" : "Yes, keep the images",
	"listSeparator" : ", ",
	"LoadingMessage" : "Loading...",
	"MemberIdLabel" : "Member number",
	"MemberNameLabel" : "Member legal name",
	"NoCoverageOnFile" : "No coverage on file",
	"NoDataMessage" : "You do not have any available coverages.",
	"NoDataMessageOnlyTermed" : "You have removed all of your insurance coverages.",
	"NoGuarantorDataLine1" : "We do not currently have information on file as to who will pay for costs not covered by insurance.",
	"NoGuarantorDataLine2" : "You will have an opportunity to verify or update this at the clinic.",
	"NoGuarantorDataLine2Hospital" : "You will have an opportunity to verify or update this at the hospital.",
	"OtherInsuranceCardsHeaderText" : "Other Insurance Cards",
	"PayPremiumButtonLabel" : "Pay my premium",
	"PayPremiumButtonTooltip" : "Make a payment towards your premium balance",
	"PreText" : "",
	"ReplaceBackCardTooltip" : "Replaces the back image of the insurance card.",
	"ReplaceFrontCardTooltip" : "Replaces the front image of the insurance card.",
	"ResponsibilityForPaymentHeader" : "Responsibility for Payment",
	"ResponsibilityForPaymentPostText" : "",
	"ResponsibilityForPaymentPreText" : "",
	"RestoreButtonLabel" : "Restore coverage",
	"RestoreButtonTooltip" : "Restore any changes made to @MYCHART@COVERAGENAME@s",
	"RestoreCoverageCancelButtonLabel" : "Go back",
	"RestoreCoverageConfirmButtonLabel" : "Restore",
	"RestoreCoveragePopupTitle" : "Restore Coverage",
	"RestoreCoveragePrompt" : "Are you sure you want to restore this coverage?",
	"SelfPayHelpText" : "If you have any privacy concerns, you may choose not to have your insurance billed for this appointment. You will then be responsible for the full cost of the appointment.",
	"SelfPayHelpTextAdmission" : "If you have any privacy concerns, you may choose not to have your insurance billed for this admission. You will then be responsible for the full cost of the admission.",
	"SubmitCoverageErrorButtonLabel" : "OK",
	"SubmitCoverageErrorPrompt" : "Something went wrong.",
	"SubscriberIdLabel" : "Subscriber number",
	"SubscriberNameLabel" : "Subscriber legal name",
	"Title" : "Insurance Summary",
	"UpdateCoverageCancel" : "Cancel",
	"UpdateCoverageCancelTooltip" : "Cancel coverage update and discard all changes",
	"UpdateCoverageCommentsLabel" : "Comments:",
	"UpdateCoverageGroupNumberInvalidError" : "Group number is invalid",
	"UpdateCoverageGroupNumberLabel" : "Group number",
	"UpdateCoverageHeader" : "Update coverage",
	"UpdateCoverageIsSubscriberLabel" : "Are you the policy holder for this insurance?",
	"UpdateCoverageIsSubscriberLabelAnonymous" : "Is the patient the policy holder for this insurance?",
	"UpdateCoverageIsSubscriberLabelProxy" : "Is the patient, @MYCHART@PATIENTLEGALNAME@, the policy holder for this insurance?",
	"UpdateCoverageIsSubscriberNo" : "No",
	"UpdateCoverageIsSubscriberYes" : "Yes",
	"UpdateCoverageMemberDateOfBirthInvalidError" : "Member date of birth is invalid",
	"UpdateCoverageMemberDateOfBirthLabel" : "Member date of birth",
	"UpdateCoverageMemberFirstNameInvalidError" : "Member first name is invalid",
	"UpdateCoverageMemberFirstNameLabel" : "Member first name",
	"UpdateCoverageMemberIdInvalidError" : "Member number is invalid",
	"UpdateCoverageMemberIdLabel" : "Member number",
	"UpdateCoverageMemberLastNameInvalidError" : "Member last name is invalid",
	"UpdateCoverageMemberLastNameLabel" : "Member last name",
	"UpdateCoverageOtherPayor" : "Other",
	"UpdateCoveragePayorLabel" : "Insurance",
	"UpdateCoveragePayorNameInvalidError" : "Payor name is invalid",
	"UpdateCoveragePayorNameLabel" : "Insurance",
	"UpdateCoveragePreTextDelete" : "Enter the reason for removing your coverage in the comments section below.",
	"UpdateCoveragePreTextEdit" : "Enter what you wish to edit in the comments section below.",
	"UpdateCoveragePreTextNew" : "Choose your insurance provider. If your insurance provider is not listed choose \"Other\".",
	"UpdateCoveragePreTextNewWithFormRecognition" : "Upload images of your insurance card.",
	"UpdateCoverageSampleInsuranceCardAltText" : "Example insurance card",
	"UpdateCoverageSubmit" : "Submit",
	"UpdateCoverageSubmitTooltip" : "Submit this insurance coverage",
	"UpdateCoverageSubscriberDateOfBirthHelpText" : "MM/DD/YYYY",
	"UpdateCoverageSubscriberDateOfBirthLabel" : "Subscriber date of birth",
	"UpdateCoverageSubscriberFirstNameLabel" : "Subscriber first name",
	"UpdateCoverageSubscriberIdInvalidError" : "Subscriber number is invalid",
	"UpdateCoverageSubscriberIdLabel" : "Subscriber number",
	"UpdateCoverageSubscriberLastNameLabel" : "Subscriber last name",
	"UpdateCoverageSubscriberTitle" : "Subscriber information",
	"UpdateSubscriberNameInvalidError" : "Subscriber name is invalid",
	"UploadAddButtonLabel" : "Add insurance card photos",
	"UploadAddPromptBack" : "Add back",
	"UploadAddPromptFront" : "Add front",
	"UploadButtonLabel" : "Replace insurance card photos",
	"UploadButtonTooltip" : "Upload images of the insurance card for @MYCHART@COVERAGENAME@",
	"UploadCardBackIndicator" : "(back)",
	"UploadCardBackIndicatorNoPayer" : "Insurance Card (back)",
	"UploadCardFrontIndicator" : "(front)",
	"UploadCardFrontIndicatorNoPayer" : "Insurance Card (front)",
	"UploadCardHelpText" : "@MYCHART@DOCUMENTTYPEHELPTEXT@",
	"UploadCardHelpTextFileSize" : "The maximum file size is @MYCHART@ALLOWEDIMAGESIZE@ MB.",
	"UploadCardHelpTextMultipleTypes" : "File types: @MYCHART@DOCUMENTTYPESLIST@.",
	"UploadCardHelpTextSingleType" : "File type: @MYCHART@DOCUMENTTYPESLIST@.",
	"UploadPrompt" : "Please upload images of your insurance card.",
	"UploadReplacePromptBack" : "Replace back",
	"UploadReplacePromptFront" : "Replace front",
	"UploadToCoverageCancelTooltip" : "Cancel image uploads and discard all changes",
	"UploadToCoverageSubmitTooltip" : "Submit card images",
	"UseInsuranceButton" : "Use insurance",
	"UseInsuranceForVisitQuestion" : "Would you like to use insurance to pay for this appointment?",
	"UseInsuranceForVisitQuestionAdmission" : "Would you like to use insurance to pay for this admission?",
	"VerificationMessageExtraText" : "We are still working on verifying your insurance information. It may take a little longer until it\u0027s done.",
	"VerificationMessageHeader" : "Verifying insurance information",
	"VerificationMessageProgress" : "We are verifying your insurance information.",
	"VerificationMessageSkipButton" : "Skip verification",
	"VerificationMessageSkipText" : "You may skip verification, but your insurance information may not be up to date during online check-in.",
	"VerificationMessageText" : "Please wait while we verify your insurance information. This may take up to 45 seconds.",
	"VerifyButtonLabel" : "This information is correct",
});
$$WP.Strings.getNamespace("insurance.converagedetailhelp").addStrings( {
	"CoverageDetailsPreText" : "The Coverage Details page displays more information about a specific benefit plan. The glossary below explains many of the terms used.",
	"GlossaryTerms" : "",
	"GlossaryTerms_0" : "Coinsurance:",
	"GlossaryTerms_1" : "Copay:",
	"GlossaryTerms_2" : "Deductible:",
	"GlossaryTerms_3" : "Authorization Required:",
	"GlossaryTerms_4" : "Limit:",
	"GlossaryTerms_5" : "Remaining:",
	"GlossaryTerms_6" : "Level:",
	"GlossaryTerms_7" : "Maximum Out Of Pocket (MOOP) Expenses:",
	"GlossaryTerms_8" : "Network:",
	"GlossaryTitle" : "Accounts and Insurance Glossary",
	"TermsDefinitions" : "",
	"TermsDefinitions_0" : "The percentage of cost you pay for a covered healthcare service.",
	"TermsDefinitions_1" : "A fixed amount you pay for a covered healthcare service.",
	"TermsDefinitions_2" : "The amount you (or your family) must pay before your health plan starts to cover some of the cost.",
	"TermsDefinitions_3" : "Indicates whether you need authorization for this benefit. Your health plan may cover less of the cost if you don’t have authorization, and you might be responsible for paying more.",
	"TermsDefinitions_4" : "Some benefits are paid differently after you’ve used up a certain monetary amount or a certain number of visits or procedures. The limit indicates when your payment will change.",
	"TermsDefinitions_5" : "How much is left before you hit a limit",
	"TermsDefinitions_6" : "Level refers to which payment level you are at. If this benefit has a limit, you might change payment levels once you reach the limit.",
	"TermsDefinitions_7" : "The most you (or your family) have to pay for certain covered services within a plan year.",
	"TermsDefinitions_8" : "Some benefits are paid differently if you are In or Out of network. ‘In’ is what you would pay at an In network doctor. ‘Out’ is what you would pay at an Out of network doctor. ‘N/A’ or blank means that it does not matter.",
	"Title" : "Help - Coverage Details",
});
$$WP.Strings.getNamespace("insurance.coverage").addStrings( {
	"AwaitingPayment" : "Awaiting payment",
	"Covered" : "Covered",
	"Future" : "Future",
	"GCRApprovedAwaitingPaymentInfoBubble" : "Your good cause reinstatement request is approved and your coverage will be reinstated when outstanding premiums are paid in full.",
	"GCRApprovedAwaitingReinstatementInfoBubble" : "Your good cause reinstatement request has been approved and coverage will be reinstated shortly.",
	"GCRApprovedPaymentExpiredInfoBubble" : "Payment to complete good cause reinstatement was not received in time.",
	"GCRReviewInfoBubble" : "Your good cause reinstatement request is under review.",
	"NCS" : "Dependent only",
	"NCSInfoBubble" : "You are the subscriber on a dependent-only coverage.",
	"NotCovered" : "Not covered",
	"NotCoveredInfoBubbleGAV" : "You do not reside within your coverage\u0027s allowed geographic area.",
	"NotCoveredInfoBubbleSEPV" : "Your Special Enrollment Period eligibility documents were canceled or denied.",
	"Pending" : "Pending",
	"PendingInfoBubbleBinder" : "Verify your coverage by making your coverage activating premium payment.",
	"PendingInfoBubbleCustom" : "This coverage is currently pending.",
	"PendingInfoBubbleFuture" : "You will be covered on @MYCHART@EFFECTIVEDATE@.",
	"PendingInfoBubbleSEPV" : "Verify your coverage by submitting your Special Enrollment Period eligibility documents. If you have already submitted them, the documents are under review.",
	"Suspended" : "Suspended",
	"Termed" : "Expired",
	"TermedInfoBubble" : "This coverage expired on @MYCHART@TERMDATE@.",
	"Title" : "Coverage Status",
});
$$WP.Strings.getNamespace("insurance.coveragecard").addStrings( {
	"AddToAppleWalletButtonTooltip" : "Add the insurance ID card to Apple Wallet®",
	"CardAnchorTextBack" : "Back of insurance card.",
	"CardAnchorTextFront" : "Front of insurance card.",
	"CardFlipButtonLabel" : "View other side of card",
	"CardFlipButtonTooltip" : "View the other side of insurance ID card",
	"CardFlipImgAltText" : "Flip card",
	"CardPrintButtonLabel" : "Print card",
	"CardPrintButtonTooltip" : "Print the insurance ID card",
	"CardPrintImgAltText" : "Print card",
	"CardRequestButtonLabel" : "Request new card",
	"CardRequestButtonTooltip" : "Request a new insurance ID card",
	"CardRequestInfoText" : "There is a request in progress for this ID card. You cannot request another ID card at this time.",
	"CardRequestInfoTextLimitPlural" : "There is an outstanding request for this ID card. You can request a new card in @MyChart@RemainingSuppressionDays@ days.",
	"CardRequestInfoTextLimitSingle" : "There is an outstanding request for this ID card. You can request a new card in 1 day.",
	"CardRequestPopupCancel" : "Cancel",
	"CardRequestPopupConfirm" : "Request new card",
	"CardRequestPopupText" : "Are you sure you want a new insurance ID card mailed to you?",
	"CardRequestPopupTitle" : "Confirm request for insurance ID card",
	"CoverageCardSelectorLabel" : "Select member ID card: ",
	"CurrentCoverageIndicator" : "Current Coverage: @MyChart@CurrCoverageName@",
	"CustomerServiceButtonLabel" : "Ask a question",
	"CustomerServiceButtonTooltip" : "Have a question about your card? Send your question to customer service.",
	"CustomerServiceImgAltText" : "Customer Service",
	"EffectiveDateLabel" : "Effective from: @MyChart@CurrentEffectiveDate@",
	"FutureCoverageIndicator" : "Future Coverage: @MyChart@FutureCoverageName@",
	"FutureDateLabel" : "Effective from: @MyChart@FutureEffectiveDate@ (Card details are effective as of this date.)",
	"NoCardsText" : "You have no coverage ID cards available to view.",
	"PreText" : "On this page you can view ID cards for the insurance you have through us.",
	"RelatedLinksSidebarHeader" : "Related Links",
	"SidebarPreText" : "",
	"SubscriberText" : " (Subscriber)",
	"Title" : "Insurance ID Cards",
});
$$WP.Strings.getNamespace("insurance.premiumguestpay").addStrings( {
	"amountDueAndPrepayDisabled" : "The amount due must be paid in full by @MYCHART@INVOICEDUEDATE@ to maintain coverage.",
	"amountDueAndPrepayEnabled" : "The amount due must be paid in full by @MYCHART@INVOICEDUEDATE@ to maintain coverage. You can also choose to prepay your premium for the rest of the year. The prepayment amount covers the amount due plus your estimated premium from @MYCHART@PREPAYPERIODSTARTMONTH@ to @MYCHART@PREPAYPERIODENDMONTH@.",
	"BinderDetail" : "You must pay @MYCHART@BinderAmountRemaining@ before your new coverage will take effect. Your insurance will not cover any costs until you pay this amount. (@MYCHART@BinderName@)",
	"BinderHeader" : "Coverage activating premium payment due on @MYCHART@BinderDueDate@",
	"callCustomerService" : "If you need help making your payment or have questions about your account, please call customer service.",
	"contactCustomerService" : "Please contact customer service.",
	"contactCustService" : "If you are having trouble locating your subscriber ID or insurance account number, please contact customer service.",
	"enterSubIdOrAccountNum" : "Please enter your subscriber ID or insurance account # along with your last name.",
	"errMisMatch" : "We were unable to look up your insurance account with the information you provided. Please ensure that there are no typos and try again.",
	"errorLocked" : "This insurance account has been locked due to too many failed attempts. Please contact customer service.",
	"errornopayments" : "This account is not configured to accept online payments. Please contact customer service.",
	"fieldNumeric" : "This field must be numeric",
	"fieldRequired" : "This field is required",
	"findSubId" : "You can find your subscriber ID on your insurance ID card.",
	"insuranceAccountLabel" : "Insurance account #",
	"lookupButtonText" : "Look up",
	"lookupHelp" : "Look up your insurance account with the information you provided.",
	"lookupHelpUnavailable" : "Look up your insurance account with the information you provided. This button is currently disabled.",
	"lookUpInsuranceAccount" : "Look up your insurance account",
	"noAmountDueAndPrepayEnabled" : "There is no payment due on the account. However, you can choose to prepay your premium for the rest of the year. The prepayment amount is your estimated premium from @MYCHART@PREPAYPERIODSTARTMONTH@ to @MYCHART@PREPAYPERIODENDMONTH@.",
	"premiumAccountDesc" : "You can find your insurance account number on your monthly premium bill.",
	"premiumpayasguest" : "Pay Premiums as Guest",
	"prepayAmount" : "Total Amount Remaining This Year",
	"prepayAmtHelpText" : "Remaining amount to prepay for your premium for the rest of the year.",
	"reCaptchaFailedError" : "An error occurred validating the CAPTCHA. Please try again.",
	"reCaptchaNotReachableError" : "CAPTCHA was not reachable. Please try again later.",
	"subIdConflictWarning" : "We were unable to look up your insurance account. Please enter your insurance account number as well.",
	"subscriberIdLabel" : "Subscriber ID",
	"Title" : "Premium Guest Pay",
	"tryDOBHelp" : "Try to match the insurance account using the subscriber\u0027s date of birth.",
	"tryNameHelp" : "Try to match the insurance account using the subscriber\u0027s last name.",
	"trySSNHelp" : "Try to match the insurance account using the last four digits of the subscriber\u0027s social security number.",
	"whatIsPremiumAccount" : "Where can I find my insurance account number?",
	"whereCanIFindSubId" : "Where can I find my subscriber ID?",
});
$$WP.Strings.getNamespace("insurance.premiums").addStrings( {
	"backButton" : "Back to Premium Billing Summary",
	"bothInvoiceDocumentLinks" : "Invoice #@MYCHART@INVOICENUMBER@ ( \u003ca href=\u0027#\u0027 data-filename=\u0027@MYCHART@PRIMARYFILENAME@\u0027 data-invnum=\u0027@MYCHART@INVOICENUMBER@\u0027 data-token=\u0027@MYCHART@PRIMARYINVOICETOKEN@\u0027 class=\u0027download-invoice-button\u0027 aria-label=\u0027Download primary invoice document\u0027 title=\u0027Download primary invoice document\u0027\u003ePrimary\u003c/a\u003e / \u003ca href=\u0027#\u0027 data-filename=\u0027@MYCHART@SECONDARYFILENAME@\u0027 data-invnum=\u0027@MYCHART@INVOICENUMBER@\u0027 data-token=\u0027@MYCHART@SECONDARYINVOICETOKEN@\u0027 class=\u0027download-invoice-button\u0027 aria-label=\u0027Download secondary invoice document\u0027 title=\u0027Download secondary invoice document\u0027\u003eSecondary\u003c/a\u003e )",
	"chevronDownAltText" : "Click to expand row for additional information",
	"chevronUpAltText" : "Click to hide additional information for this row",
	"downloadInvoiceTooltip" : "Download invoice",
	"downloadUnavailableTooltip" : "This invoice is not available for download",
	"errorPageText" : "\u003cspan id=\"downloadErrorMessage\" class=\"alert\"\u003eThere was an error while downloading the record. Please try again later.\u003c/span\u003e",
	"paymentAmountColumnLabel" : "Amount",
	"paymentDateColumnLabel" : "Date",
	"paymentInvoiceColumnLabel" : "Invoice",
	"paymentPendingMessage" : "(pending)",
	"paymentReferenceColumnLabel" : "Confirmation Code",
	"paymentSourceColumnLabel" : "Source",
	"paymentTableEmptyMessage" : "No payments available",
	"paymentTableHeaderLabel" : "Past Payments",
	"paymentTableSummary" : "Past premium billing payments",
	"posttext" : "",
	"pretext" : "",
	"Title" : "Premium Payment History",
});
$$WP.Strings.getNamespace("insurance.premiums.index").addStrings( {
	"autoPayInfo" : "Auto pay set up on the @MYCHART@AUTOPAYDAY@ of each month using @MYCHART@AUTOPAYDETAILS@",
	"bannerAltAlert" : "Alert",
	"bannerAltInfo" : "Information",
	"bannerAltSuccess" : "Success",
	"bannerAltWarning" : "Warning",
	"bothInvoiceDocumentLinks" : "Invoice #@MYCHART@INVOICENUMBER@ ( \u003ca href=\u0027#\u0027 data-filename=\u0027@MYCHART@PRIMARYFILENAME@\u0027 data-invnum=\u0027@MYCHART@INVOICENUMBER@\u0027 data-token=\u0027@MYCHART@PRIMARYINVOICETOKEN@\u0027 class=\u0027premium-bill-download-button\u0027 aria-label=\u0027Download primary invoice document\u0027 title=\u0027Download primary invoice document\u0027\u003ePrimary\u003c/a\u003e / \u003ca href=\u0027#\u0027 data-filename=\u0027@MYCHART@SECONDARYFILENAME@\u0027 data-invnum=\u0027@MYCHART@INVOICENUMBER@\u0027 data-token=\u0027@MYCHART@SECONDARYINVOICETOKEN@\u0027 class=\u0027premium-bill-download-button\u0027 aria-label=\u0027Download secondary invoice document\u0027 title=\u0027Download secondary invoice document\u0027\u003eSecondary\u003c/a\u003e )",
	"downloadButton" : "Download invoice",
	"editAutoPayButtonText" : "Edit auto pay",
	"errorPageText" : "There was an error while downloading the record. Please try again later.",
	"invoiceAdjustments" : "Adjustments:",
	"invoiceDueAmountLabel" : "You owe:",
	"invoiceDueAmountLabelBig" : "You owe @MYCHART@INVOICEDUEAMOUNT@",
	"invoiceDueLabel" : "Due: @MYCHART@INVOICEDUEDATE@",
	"invoiceNewCharges" : "New charges:",
	"invoiceNumberLabel" : "Invoice @MYCHART@INVOICENUM@",
	"invoiceNumberLabel2" : "#@MYCHART@INVOICENUM2@",
	"invoicePreviousBalance" : "Previous balance:",
	"invoiceStatementLabel" : "Statement",
	"noPremiumBillsAvailable" : "You do not have any premium bills available",
	"pastPaymentsLabel" : "Past payments",
	"payButton" : "Make a payment",
	"paymentsApplied" : "You\u0027ve paid",
	"posttext" : "",
	"premiumPaymentRROption" : "Paid with Railroad Retirement Board benefits",
	"premiumPaymentSSOption" : "Paid with Social Security withholdings",
	"pretext" : "",
	"setupAutoPayButtonText" : "Set up auto pay",
	"Title" : "Pay My Premium",
	"warningCaption" : "Warning",
});
$$WP.Strings.getNamespace("insurance.welcome").addStrings( {
	"acceptAddCoverageButton" : "Add coverage",
	"addCoverageCardText" : "Add coverage",
	"addCoveragePageHeader" : "Add Coverage",
	"cancelAddCoverageButton" : "Cancel",
	"cancelChoosePayerButton" : "Cancel",
	"choosePayerPageDependent" : "Select @MYCHART@PatientFirstName@\u0027s Insurance Provider",
	"choosePayerPageHeader" : "Select Your Insurance Provider",
	"copayMayChange" : "Updating insurance may change your copay",
	"copayMayChangeDependent" : "Updating insurance may change @MYCHART@PatientFirstName@\u0027s copay",
	"coverageGalleryAltText" : "Image slide show for @MYCHART@Payer@.",
	"coverageScanAltText" : "Scanned image @MYCHART@PageNumber@ of @MYCHART@PageCount@.",
	"coverageScanThumbnailAltText" : "Insurance card scan for @MYCHART@Payer@.",
	"disverifyButton" : "Update with receptionist",
	"dnbiButton" : "Don\u0027t use insurance",
	"effectiveDateDetailLabel" : "Effective date",
	"exampleCardAltText" : "Example card highlighting relevant information image @MYCHART@PageNumber@ of @MYCHART@PageCount@.",
	"exampleCardDescription" : "Use the example below to find relevant information",
	"groupNumberDetailLabel" : "Group number",
	"groupNumberTip" : "The group number is typically numeric, but may contain dashes. It is often labeled as \"Group #\" or \"Group\".",
	"insuranceIdDetailLabel" : "Insurance ID",
	"memberIdTip" : "The insurance ID is sometimes labeled as \"Member ID\" or \"Subscriber ID.\" It is often listed next to your name.",
	"moreInfo" : "More info on @MYCHART@FieldName@",
	"NewScansAltText" : "new payer",
	"noData" : "There is no insurance on file. If you are missing insurance, you will need to see the receptionist.",
	"notOnFile" : "Not on file",
	"OcrPretext" : "Press the skip button below to enter your information manually.",
	"OcrSkipButtonDelay" : "Press the skip button below to enter your information manually. It will be enabled after @MYCHART@SkipButtonDelay@ seconds.",
	"OcrTitle" : "Analyzing insurance card. This may take a few seconds.",
	"otherInsurance" : "Insurance provider name",
	"otherOption" : "Other",
	"otherPayerCardTitle" : "Other Insurance",
	"otherPayerWarning" : "After completing the sign in process, see the receptionist to update your insurance.",
	"pageTitle" : "Review Your Insurance Coverages",
	"pageTitleDependent" : "Review @MYCHART@PatientFirstName@\u0027s Insurance Coverages",
	"payerLoadingError" : "Insurance providers could not be loaded.",
	"payerSelect" : "Select insurance provider",
	"pendingBadgeText" : "Pending",
	"preText" : "Is your insurance information up to date?",
	"preTextDependent" : "Is @MYCHART@PatientFirstName@\u0027s insurance information up to date?",
	"ScanCoverageCardIntroContent" : "Keep your coverage up to date by adding scans. If you don\u0027t have this insurance card, press continue to enter your insurance information.",
	"ScanCoverageCardPretext" : "Scan Your Insurance Card",
	"ScanningAXIntroduction" : "This device doesn\u0027t support verbal instructions for positioning your insurance card. Would you prefer to skip scanning your insurance card for now and have it scanned at the front desk at a later time?",
	"ScanningPageSaveButton" : "Continue",
	"SelfPayButton" : "Not using insurance",
	"SelfPayButtonDependent" : "Not using insurance",
	"showDetailsButton" : "View details",
	"skipOcr" : "Skip",
	"subscriberDetailLabel" : "Subscriber",
	"Title" : "",
	"verifyButton" : "Confirm insurance",
});
$$WP.Strings.getNamespace("insurancehub.benefitdefinitions").addStrings( {
	"CoinsuranceDef" : "Coinsurance is what you pay for a healthcare service. It is calculated as a percentage of the total cost of the service. For example, if the total cost of a service is @MYCHART@CurrSymbol@100.00 and your coinsurance is 20%, you would pay @MYCHART@CurrSymbol@20.00.",
	"CopayDef" : "A copay is a flat fee you pay each time for a healthcare service. For example, if you have a @MYCHART@CurrSymbol@25.00 copay, you have to pay @MYCHART@CurrSymbol@25.00 for the service no matter the total cost. ",
	"DeductibleDef" : "A deductible is the amount of money you pay before your health plan starts to pay some of the cost. For example, if you have a @MYCHART@CurrSymbol@2,000 deductible plan, you are responsible for paying the first @MYCHART@CurrSymbol@2,000. Not all services will require you to pay the deductible first.",
	"InNetworkDef" : "In-network services refer to healthcare from providers who are contracted with your health insurance.",
	"OutOfNetworkDef" : "Out-of-network services refer to healthcare from providers who aren\u0027t contracted with your health insurance. These services might have higher costs, or might not be covered by your health insurance at all.",
	"PriorAuthDef" : "Prior authorization is a decision by your health insurance to determine if a procedure is medically necessary. The benefit information shown here might not apply depending on whether a prior authorization is approved or denied by your insurer.",
	"Title" : "",
});
$$WP.Strings.getNamespace("insurancehub.benefitsdrilldown").addStrings( {
	"BenefitLevelCompleted" : "Limit met",
	"BenefitLevelCurrent" : "Current level",
	"BenefitLevelTitle" : "Benefit level @MYCHART@BenefitLevel@",
	"BenefitLimitAmount" : "@MYCHART@LevelTotalCount@",
	"BenefitLimitAmount_Next" : "Next @MYCHART@LevelTotalCount@",
	"BenefitLimitDescription" : "@MYCHART@LimitUnit@ @MYCHART@RollPeriod@: @MYCHART@Amount@",
	"BenefitLimitDescription_unitless" : "@MYCHART@RollPeriod@: @MYCHART@Amount@",
	"BenefitLimitPerAdmission" : "per stay",
	"BenefitLimitPerAdmission_unitless" : "Per stay",
	"BenefitLimitPerDay" : "per day",
	"BenefitLimitPerDay_unitless" : "Per day",
	"BenefitLimitPerLifetime" : "lifetime total",
	"BenefitLimitPerLifetime_unitless" : "Lifetime total",
	"BenefitLimitPerMonth" : "per month",
	"BenefitLimitPerMonth_unitless" : "Per month",
	"BenefitLimitPerNumberOfAdmissions" : "per @MYCHART@NumPeriods@ stays",
	"BenefitLimitPerNumberOfAdmissions_unitless" : "Per @MYCHART@NumPeriods@ stays",
	"BenefitLimitPerNumberOfDays" : "per @MYCHART@NumPeriods@ days",
	"BenefitLimitPerNumberOfDays_unitless" : "Per @MYCHART@NumPeriods@ days",
	"BenefitLimitPerNumberOfMonths" : "per @MYCHART@NumPeriods@ months",
	"BenefitLimitPerNumberOfMonths_unitless" : "Per @MYCHART@NumPeriods@ months",
	"BenefitLimitPerNumberOfWeeks" : "per @MYCHART@NumPeriods@ weeks",
	"BenefitLimitPerNumberOfWeeks_unitless" : "Per @MYCHART@NumPeriods@ weeks",
	"BenefitLimitPerNumberOfYears" : "per @MYCHART@NumPeriods@ years",
	"BenefitLimitPerNumberOfYears_unitless" : "Per @MYCHART@NumPeriods@ years",
	"BenefitLimitPerWeek" : "per week",
	"BenefitLimitPerWeek_unitless" : "Per week",
	"BenefitLimitPerYear" : "per year",
	"BenefitLimitPerYear_unitless" : "Per year",
	"BucketUsed" : "",
	"BucketUsed_Admission" : "@MYCHART@BucketTotalAmount@ per hospital stay",
	"BucketUsed_Monetary" : "@MYCHART@BucketUsedAmount@ of @MYCHART@BucketTotalAmount@",
	"BucketUsed_NetInsurance" : "@MYCHART@BucketUsedAmount@ of @MYCHART@BucketTotalAmount@ by insurance",
	"BucketUsed_NonMonetary" : "@MYCHART@BucketUsedAmount@ of @MYCHART@BucketTotalAmount@",
	"CustomerServiceNumber" : "Contact customer service for more information on costs. Call us at @MYCHART@HELPDESKPHONE@",
	"FamilyLimitLabel" : "Family progress",
	"IndividualLimitLabel" : "Progress",
	"InNetworkSubtitle" : "In-Network Benefit",
	"LifetimeLimitLabel" : "Lifetime Progress",
	"LimitAsOfLabel" : "Progress up until",
	"LimitResetAdmissionLabel" : "Resets for each stay.",
	"LimitResetLabel" : "Resets on",
	"LimitResetsNumDaysLabel" : "Resets after @MYCHART@NumDaysResets@ days.",
	"LimitResetsNumDaysLabelSingular" : "Resets every day.",
	"LimitsHeader" : "Limits",
	"LimitsHeaderSingular" : "Limit",
	"MemberResponsibilityLabel" : "Member responsibility",
	"MemberResponsibilitySubheader" : "This applies until any one limit has been met.",
	"NoLimitsSubheader" : "This applies until limits on previous levels reset.",
	"OutOfNetworkSubtitle" : "Out-of-Network Benefit",
	"PastLimitsDisclosure" : "Past limit details",
	"PriorAuthDisclaimer" : "Prior authorization may be required before this benefit applies. The information here reflects claims that have been processed.",
	"Title" : "Service Details",
});
$$WP.Strings.getNamespace("insurancehub.common").addStrings( {
	"CoverageSwitcherLink" : "Switch coverage",
	"EffectiveDateNoEff" : "Up until @MYCHART@ToDateNoEff@",
	"EffectiveDateNoTerm" : "From @MYCHART@FromDateNoTerm@ onwards",
	"EffectiveDates" : "@MYCHART@FromDate@ - @MYCHART@ToDate@",
	"EffectiveDatesLabel" : "Effective dates",
	"EffectiveFromDateLabel" : "Effective date",
	"EffectiveToDateLabel" : "Expiration date",
	"H2GDataSource" : "Information from @MYCHART@SourcePayer@. Prices may vary based on your specific visit.",
	"HealthPlanLogoAltText" : "Health plan logo",
	"MemberNumberLabel" : "Member number",
	"SubscriberNameLabel" : "Subscriber legal name",
	"Title" : "Insurance",
});
$$WP.Strings.getNamespace("insurancehub.copaylabels").addStrings( {
	"AndLabel" : "and",
	"CoinsuranceLabel" : "@MYCHART@CopayAmount@% coinsurance",
	"CoinsuranceLabelAfterDeductible" : "@MYCHART@CopayAmount@% coinsurance after deductible",
	"CopayLabel" : "@MYCHART@CopayAmount@ copay",
	"CopayLabelAfterDeductible" : "@MYCHART@CopayAmount@ copay after deductible",
	"CopayLabelPerDayAfterDeductible" : "@MYCHART@CopayAmount@ copay per day after deductible",
	"CopayLabelPerDayWithDatePeriod" : "@MYCHART@CopayAmount@ copay per day for days @MYCHART@CopayPerDayStartDay@-@MYCHART@CopayPerDayEndDay@",
	"CopayLabelPerDayWithDatePeriodAfterDeductible" : "@MYCHART@CopayAmount@ copay per day for days @MYCHART@CopayPerDayStartDay@-@MYCHART@CopayPerDayEndDay@, after deductible",
	"CopayLabelPerDayWithFirstDatePeriod" : "@MYCHART@CopayAmount@ copay per day for the first day",
	"CopayLabelPerDayWithFirstDatePeriodAfterDeductible" : "@MYCHART@CopayAmount@ copay per day for the first day, after deductible",
	"CopayLabelPerUnitAfterDeductible" : "@MYCHART@CopayAmount@ copay per procedure after deductible",
	"CopayPerDayLabel" : "@MYCHART@CopayAmount@ copay per day",
	"CopayPerUnitLabel" : "@MYCHART@CopayAmount@ copay per procedure",
	"FullCostLabel" : "Full cost",
	"NoChargeLabel" : "No charge",
	"NoChargeLabelAfterDeductible" : "No charge after deductible",
	"NotCoveredLabel" : "Not covered",
	"SeeDetailsLabel" : "See details",
	"Title" : "",
});
$$WP.Strings.getNamespace("insurancehub.coveragedetails").addStrings( {
	"AccountLevelDeductibleLabel" : "Family deductible",
	"AccountLevelInsuranceLimitLabel" : "Family insurance limit",
	"AccountLevelLabel" : "Family",
	"AccountLevelMoopLabel" : "Family maximum out-of-pocket",
	"AppliedAmountLabel" : "@MYCHART@AppliedAmount@ applied of @MYCHART@TotalAmountApplied@",
	"AskAQuestionTitle" : "Ask a question",
	"AuthRequiredDisclaimer" : "View your costs for some healthcare services. Some services require prior authorization, which is a decision by your health insurance that a procedure is medically necessary.",
	"BenefitDetailComplexTableHeader" : "Benefit details",
	"CoinsuranceDefnLabel" : "Coinsurance",
	"CopayDefnLabel" : "Copay",
	"CoverageTotalsTitle" : "Coverage totals",
	"CurrPlanYearEntry" : "@MYCHART@CurrPlanYearStartDate@ - @MYCHART@CurrPlanYearEndDate@ (current year)",
	"DeductibleDefinition" : "A deductible is the amount of money you pay before your health plan starts to pay some of the cost. For example, if you have a @MYCHART@DeductibleCurrSymbol@2,000 deductible plan, you are responsible for paying the first @MYCHART@DeductibleCurrSymbol@2,000. Not all services will require you to pay the deductible first.",
	"DeductibleDefnLabel" : "Deductible",
	"DeductibleDefnShow" : "What is a deductible?",
	"DeductibleIndMetMessage" : "Deductible met by meeting family requirements",
	"DeductibleMetMessage" : "Deductible met",
	"DefinitionsHeader" : "Learn more about insurance benefit terms",
	"IncompleteBenefitsDisclaimer" : "Limitations, exclusions, and maximums may apply to the below services. Refer to your official plan documentation for details.",
	"InNetworkDefnLabel" : "In-network",
	"InNetworkLabel" : "In-network",
	"InsuranceLimitDefinition" : "Annual limits are the total benefits an insurance company will pay in a year while an individual is enrolled in a particular health insurance plan.",
	"InsuranceLimitDefnShow" : "What is an insurance limit?",
	"InsuranceLimitIndMetMessage" : "Insurance limit met by meeting family requirements",
	"InsuranceLimitMetMessage" : "Insurance limit met",
	"JumpToBenefitDetailsLabel" : "More benefit details",
	"JumpToBenefitDrilldownAXText" : "See details for @MYCHART@ServiceName@, @MYCHART@NetworkName@",
	"JumpToCoverageTotalsLabel" : "More coverage totals",
	"MeteredBenefitsHeader" : "Medical service",
	"MeteredBenefitsTitle" : "Benefit details",
	"MOOPDefinition" : "A MOOP, or maximum out-of-pocket, is the most you will have to pay for healthcare services within a specific time period. For example, if you have a MOOP of @MYCHART@MOOPCurrSymbol@5,000, your healthcare costs beyond @MYCHART@MOOPCurrSymbol@5,000 will be covered by your insurance.",
	"MOOPDefnShow" : "What is a maximum out-of-pocket (MOOP)?",
	"MOOPIndMetMessage" : "MOOP met by meeting family requirements",
	"MOOPMetMessage" : "MOOP met",
	"NoCoverageTotalsLabel" : "No coverage totals available.",
	"NoRollResetLabel" : "Does not reset",
	"OutOfNetworkDefnLabel" : "Out-of-network",
	"OutOfNetworkLabel" : "Out-of-network",
	"PastPlanYearEntry" : "@MYCHART@PastPlanYearStartDate@ - @MYCHART@PastPlanYearEndDate@",
	"PatientLevelDeductibleLabel" : "Individual deductible",
	"PatientLevelInsuranceLimitLabel" : "Individual insurance limit",
	"PatientLevelLabel" : "Individual",
	"PatientLevelMoopLabel" : "Individual maximum out-of-pocket",
	"PlanYearInfo" : "Next plan year start date: @MYCHART@PlanYearStartDate@",
	"PriorAuthDefnLabel" : "Prior authorization",
	"RemainingAmountLabel" : "@MYCHART@RemainingAmount@ left",
	"ResetDateLabel" : "Resets @MYCHART@ResetDate@",
	"RTEBenefitsError" : "Could not verify your benefits. Please try again later.",
	"RTEBenefitsLastUpdatedDte" : "Last updated @MYCHART@LastUpdatedDte@",
	"RTEBenefitsLoading" : "Checking if your benefit information is up to date...",
	"RTEBenefitsLoadingInfo" : "It might take a moment.",
	"RTEBenefitsUpdating" : "Checking if your benefit information is up to date. It might take a moment.",
	"SelectYearTitle" : "Showing plan year",
	"SpentAmountLabel" : "@MYCHART@SpentAmount@ spent of @MYCHART@TotalAmount@",
	"Title" : "Benefit Overview",
	"TotalFromLabel" : "Progress before @MYCHART@ProgressDate@",
	"ViewingCurrPlanYear" : "Viewing benefits for @MYCHART@CurrPlanYearStartDate2@ - @MYCHART@CurrPlanYearEndDate2@",
});
$$WP.Strings.getNamespace("insurancehub.coverageoverview").addStrings( {
	"AccountDetailsLink" : "Account details",
	"HRATitle" : "Health reimbursement account",
	"InsuranceResourcesTitle" : "More about your coverage",
	"MemberDetailsLink" : "More member details",
	"MemberResourceTitle" : "Resources",
	"MemberUsedLabel" : "You have used",
	"OthersUsedLabel" : "Other members have used",
	"PhoneNumberAXText" : "Call @MYCHART@PhoneNumber@ for @MYCHART@ResourceTitle@",
	"ReimbursementRequestLink" : "Reimbursement Request",
	"RemainingBalanceLabel" : "Remaining balance",
	"SignupOverrideDescription" : "Contact @MYCHART@OrgNameDesc@ to activate your account.",
	"Title" : "Coverage Overview",
	"ZeroState" : "You have no additional coverage information.",
	"ZeroStateDetails" : "There is no information available at the current time, try checking back later.",
});
$$WP.Strings.getNamespace("insurancehub.coverageselection").addStrings( {
	"CoverageSelectLinkAXText" : "See details for @MYCHART@CoverageName@",
	"CoverageSelectSubHeading" : "Choose a coverage to see insurance information",
	"EffToPresent" : "present",
	"Title" : "Coverage Selection",
	"ZeroState" : "You don\u0027t have any coverages.",
	"ZeroStateDetails" : "Your coverages will appear here.",
});
$$WP.Strings.getNamespace("insurancehub.memberdetails").addStrings( {
	"AddressLabel" : "Address",
	"AppleWalletButtonAXText" : "Add the insurance ID card to Apple Wallet®",
	"BackToMemberDetails" : "Back to Member Details and ID Cards",
	"CoverageEffectiveDatesLabel" : "Coverage effective dates",
	"CoverageEffectiveFromDateLabel" : "Coverage effective date",
	"CoverageEffectiveToDateLabel" : "Coverage expiration date",
	"DetailsLinkLabel" : "View member details",
	"DetailsLinkLabelAXText" : "View member details for @MYCHART@MemberName@",
	"DownloadEOCButton" : "Download evidence of coverage",
	"DownloadEOCButtonAXText" : "Download evidence of coverage document for @MYCHART@MemberName@",
	"EOCDocErrorHeader" : "There was an error downloading your evidence of coverage document",
	"EOCDocErrorText" : "Contact customer service at @MYCHART@HELPDESKPHONE@ to receive a copy while we work to fix the issue.",
	"EOCDocNotFound" : "Document not found",
	"ErrorTitle" : "Document Error",
	"FutureEffectiveLabel" : "Future effective periods",
	"GroupLabel" : "Group name",
	"GroupValue" : "@MYCHART@GroupName@ (@MYCHART@GroupNumber@)",
	"IDCardDropdownDependentsLabelText" : "Select member:",
	"IDCardPopupButtonLabelBack" : "See enlarged insurance ID card back side",
	"IDCardPopupButtonLabelFront" : "See enlarged insurance ID card front side",
	"IDCardPopupCloseButton" : "Close",
	"IDCardSubheading" : "Insurance ID card",
	"IDCardTitle" : "Your ID card",
	"IDCardTitleBack" : "Back of your ID card",
	"IDCardTitleFront" : "Front of your ID card",
	"ImageIDCardDisclosureBack" : "See ID card back text",
	"ImageIDCardDisclosureFront" : "See ID card front text",
	"ImageIDCardLoading" : "Loading ID card",
	"ImageIDCardZeroState" : "Your ID card failed to load.",
	"ImageIDCardZeroStateOngoing" : "Your ID card is currently being generated.",
	"ImageIDCardZeroStateRefresh" : "Try again",
	"LinkToOldPage" : "See more ID cards",
	"MemberEffectiveDatesLabel" : "Member effective dates",
	"MemberEffectiveFromDateLabel" : "Member effective date",
	"MemberEffectiveToDateLabel" : "Member expiration date",
	"MemberLabel" : "Member",
	"MemberNumberLabel" : "Member number",
	"MembersDetailsTabName" : "Member Details",
	"MembersListSubheading" : "Members",
	"NewbornEnrollmentBannerBody" : "@MYCHART@MemberName@ is in the newborn enrollment period and their coverage is pending. Call @MYCHART@HELPDESKPHONE@ to confirm their coverage.",
	"NewbornEnrollmentBannerHeader" : "@MYCHART@MemberName@ is not currently covered.",
	"PastEffectiveLabel" : "Past effective periods",
	"PcpNameLabel" : "Primary care provider",
	"RequestIDCard" : "Request a new card to be mailed",
	"RequestIDCardPopupConfirm" : "Request card",
	"RequestIDCardPopupDecline" : "Cancel",
	"RequestIDCardPopupText" : "Are you sure you want a new insurance ID card mailed to you?",
	"RequestIDCardPopupTextSuppressedNoDays" : "An ID card request has been submitted and is being processed. If you have questions about receiving this ID card, please contact customer service at @MYCHART@HELPDESKPHONE@.",
	"RequestIDCardPopupTextSuppressedPluralDays" : "An ID card request has been submitted and is being processed. You can request a new card in @MYCHART@RequestIDCardDays@ days.",
	"RequestIDCardPopupTextSuppressedSingleDay" : "An ID card request has been submitted and is being processed. You can request a new card in 1 day.",
	"RequestIDCardPopupTitle" : "Request a new ID card?",
	"RequestIDCardToastText" : "New card requested",
	"RequestIDCardToastTextFailed" : "Failed to request a new card. Refresh the page and try again.",
	"SubscriberLabel" : "Subscriber",
	"SubscriberNameLabel" : "Subscriber name",
	"SubscriberNumberLabel" : "Subscriber number",
	"Title" : "Members and ID Cards",
	"TitleNoIDCard" : "Members",
});
$$WP.Strings.getNamespace("insurancehub.uselimitspecialcase").addStrings( {
	"AfterLabel" : "",
	"AfterLabel_Coins" : "After that, @MYCHART@Amount2@% coinsurance",
	"AfterLabel_Copay" : "After that, @MYCHART@Amount2@ copay",
	"AfterwardNoChargeLabel" : "After that, no charge",
	"AfterwardNotCoveredLabel" : "After that, not covered",
	"CopayCoins" : "",
	"CopayCoins_Coins" : "@MYCHART@Amount@% coinsurance",
	"CopayCoins_Copay" : "@MYCHART@Amount@ copay",
	"LimitWithUnit" : "",
	"LimitWithUnit_Day" : "@MYCHART@LimitAmount@ day",
	"LimitWithUnit_Days" : "@MYCHART@LimitAmount@ days",
	"LimitWithUnit_Device" : "@MYCHART@LimitAmount@ device",
	"LimitWithUnit_Devices" : "@MYCHART@LimitAmount@ devices",
	"LimitWithUnit_Injection" : "@MYCHART@LimitAmount@ injection",
	"LimitWithUnit_Injections" : "@MYCHART@LimitAmount@ injections",
	"LimitWithUnit_NoUnit" : "@MYCHART@LimitAmount@",
	"LimitWithUnit_Procedure" : "@MYCHART@LimitAmount@ procedure",
	"LimitWithUnit_Procedures" : "@MYCHART@LimitAmount@ procedures",
	"LimitWithUnit_Screening" : "@MYCHART@LimitAmount@ screening",
	"LimitWithUnit_Screenings" : "@MYCHART@LimitAmount@ screenings",
	"LimitWithUnit_Visit" : "@MYCHART@LimitAmount@ visit",
	"LimitWithUnit_Visits" : "@MYCHART@LimitAmount@ visits",
	"TimePeriod" : "",
	"TimePeriod_CalDay" : "every day",
	"TimePeriod_CalYear" : "per calendar year",
	"TimePeriod_ConYear" : "per plan year",
	"TimePeriod_NoRoll" : "total (lifetime)",
	"TimePeriod_NumDays" : "every @MYCHART@NumberOfPeriods@ days",
	"TimePeriod_NumYears" : "every @MYCHART@NumberOfPeriods@ years",
	"TimePeriod_NumYearsSingular" : "every year",
	"Title" : "",
	"TwoLineLimitBenefit" : "@MYCHART@MemberCost@, @MYCHART@Limit@ @MYCHART@PerTimePeriod@",
});
$$WP.Strings.getNamespace("insurancemessage").addStrings( {
	"AuthDetailOverviewActivity" : "Authorization Details",
	"AuthMessageHeader" : "Authorization message",
	"AuthOverviewActivity" : "Authorizations",
	"BenefitsMessage" : "Benefits",
	"BenefitsMessageHeader" : "Benefits message",
	"BenefitsOverviewActivity" : "Benefit Overview",
	"ClaimMessageHeader" : "Claim message",
	"CoverageMessage" : "Coverage",
	"CoverageMessageHeader" : "Coverage message",
	"CoverageOverviewActivity" : "Coverage Overview",
	"DefaultTitle" : "Insurance message",
	"MessageSelectionHeader" : "What is your question about?",
	"MessageSentConfirmation" : "Message sent successfully!",
	"MessageSentDrawerTitle" : "Message sent",
	"MessageTypeHeader" : "Message regarding coverage or benefits?",
	"ReferralActivity" : "Referrals",
	"ReferralDetailsActivity" : "Referral Details",
	"ReferralMessageHeader" : "Referral message",
	"requestEOBBodyFirstLine" : "Coverage: @MYCHART@COVERAGENAME@",
	"requestEOBBodySecondLine" : "@MYCHART@MEMBERNAME@ requested an explanation of benefits for claim #@MYCHART@CLAIMID@.",
	"requestEOBSubject" : "Request for an Explanation of Benefits",
	"StayInActivityAction" : "Stay in @MYCHART@ActivityName@",
	"Title" : "insurance message",
	"ViewConversationAction" : "View my conversation in Messages",
});
$$WP.Strings.getNamespace("itemfeed.index").addStrings( {
	"ConditionSummaryZeroStateDisplayString" : "Nothing new to show for your @MYCHART@ConditionName@.",
	"ErrorMessage" : "Something went wrong. Please try again later.",
	"ErrorTitle" : "Error",
	"ExternalImageLabel" : "Information is from another organization",
	"HealthSummarySkeletonLoadingAXDescriptor" : "Loading recommended actions...",
	"ItemFeedHeaderNotification" : "There are @MYCHART@FEEDITEMCOUNT@ notifications for @MYCHART@SUBJECTNAME@.",
	"ItemFeedHeaderOneNotification" : "There is 1 notification for @MYCHART@SUBJECTNAME@.",
	"OrgNameLabel" : "Information from",
	"Title" : "Health Feed",
	"ZeroStateDisplayString" : "Nothing new to show.",
});
$$WP.Strings.getNamespace("learninglibrary").addStrings( {
	"AccountManagementHowToDescription" : "Learn how to update your password, username, and use mobile authentication for quick access to your MyChart account.",
	"AccountManagementHowToThumbnailDescription" : "Play the Password Reset and Account Management Video",
	"AccountManagementHowToTitle" : "Password Reset and Account Management",
	"BackButton" : "Back to Learning Library",
	"BillPayDescription" : "Learn how to pay your bill and set up a payment plan if you are eligible.",
	"BillPayThumbnailDescription" : "Play the Payments and Payment Plans Video",
	"BillPayTitle" : "Payments and Payment Plans",
	"CareCompanionCarePlanDescription" : "Learn more on how to use your assigned care plan.",
	"CareCompanionCarePlanThumbnailDescription" : "Play the Your MyChart Care Plan video",
	"CareCompanionCarePlanTitle" : "Your MyChart Care Plan",
	"CommPrefsHowToDescription" : "Learn how to update communication preferences for yourself and others you care for.",
	"CommPrefsHowToThumbnailDescription" : "Play the Communication Preferences video",
	"CommPrefsHowToTitle" : "Set and Update Your Communication Preferences",
	"CoolFeaturesDescription" : "Learn about some of the most popular features of MyChart, your health record portal.",
	"CoolFeaturesThumbnailDescription" : "Play the Cool Features in MyChart Video",
	"CoolFeaturesTitle" : "Cool Features in MyChart",
	"COVIDCredentialsHowToDescription" : "Learn how to share your COVID-19 testing and vaccination information quickly, easily, and securely, right from MyChart.",
	"COVIDCredentialsHowToThumbnailDescription" : "Play the Access Your Vaccination and Testing Credentials in MyChart video",
	"COVIDCredentialsHowToTitle" : "Access Your Vaccination and Testing Credentials in MyChart",
	"EVisitDescription" : "Learn how to use an E-Visit to receive care without needing to schedule an appointment or come in to the clinic.",
	"EVisitThumbnailDescription" : "Play the E-Visit video",
	"EVisitTitle" : "Learn about E-Visits",
	"Featured" : "Featured",
	"GeneralFeaturesCategory" : "Using @MYCHART@APPTITLE@ Features",
	"GenericThumbnail" : "Play the @MYCHART@videoName@ video.",
	"HelloPatientDescription" : "Skip the front desk by letting us know you\u0027ve arrived with your mobile device.",
	"HelloPatientThumbnailDescription" : "Play the Touch-free Appointment Arrival Video",
	"HelloPatientTitle" : "Touch-free Appointment Arrival",
	"InsuranceHowToDescription" : "Learn how to link your insurance information to your account.",
	"InsuranceHowToThumbnailDescription" : "Play the Linking Insurance to Your Account video",
	"InsuranceHowToTitle" : "Linking Insurance to Your Account",
	"InteropCategory" : "How to Share Your Health Record",
	"InteroperabilityDescription" : "Learn how health data is securely shared between doctors and organizations.",
	"InteroperabilityThumbnailDescription" : "Play the Your Health Record on the Go Video",
	"InteroperabilityTitle" : "Your Health Record on the Go",
	"LinkMyAccountsDescription" : "Learn how to see your health information together in one unified view.",
	"LinkMyAccountsThumbnailDescription" : "Play the Linking Your Accounts video",
	"LinkMyAccountsTitle" : "Linking Your Accounts",
	"LoadingAlert" : "Loading...",
	"MessageCenterHowToDescription" : "Learn how to communicate with your care team.",
	"MessageCenterHowToThumbnailDescription" : "Play the Using the Message Center Video",
	"MessageCenterHowToTitle" : "Using the Message Center",
	"NoVideoTitle" : "Oops... There was a problem loading that video.",
	"OnboardingVideoWelcomeDescription" : "Learn how to navigate the newly redesigned MyChart through the health feed, shortcuts, and searchable menu.",
	"OnboardingVideoWelcomeThumbnailDescription" : "Play the New MyChart Experience video",
	"OnboardingVideoWelcomeTitle" : "The New MyChart Experience",
	"OnMyWayHowToDescription" : "When you need quick care, let MyChart help you find the nearest urgent care or emergency department and let them know you’re on your way.",
	"OnMyWayHowToThumbnailDescription" : "Play the Find Care Quickly video",
	"OnMyWayHowToTitle" : "Find Care Quickly",
	"Pretext" : "Watch videos to learn more about features in @MYCHART@APPTITLE@ and how to use them.",
	"ProxyHowToDescription" : "Learn how you can give someone access to your health record to help manage your care.",
	"ProxyHowToThumbnailDescription" : "Play the Friends and Family Access video",
	"ProxyHowToTitle" : "Friends and Family Access",
	"RelatedVideos" : "Related Videos",
	"ScheduledVideoVisitsHowToDescription" : "Use MyChart on your phone, tablet, or PC to request and connect to a video visit, allowing you to get the care you need without going to the clinic.",
	"ScheduledVideoVisitsHowToThumbnailDescription" : "Play the Having a Scheduled Video Visit Video",
	"ScheduledVideoVisitsHowToTitle" : "Having a Scheduled Video Visit",
	"ShareEverywhereHowToDescription" : "Learn how to share your medical record with a care provider who doesn’t already have access.",
	"ShareEverywhereHowToThumbnailDescription" : "Play the Share Everywhere video",
	"ShareEverywhereHowToTitle" : "Share Everywhere",
	"SharingHowToDescription" : "Learn more about how you can share your record.",
	"SharingHowToThumbnailDescription" : "Play the Sharing Your Record video",
	"SharingHowToTitle" : "Sharing Your Record",
	"Title" : "Learning Library",
	"TwoFactorHowToDescription" : "Learn how to secure your account using two factor authentication",
	"TwoFactorHowToThumbnailDescription" : "Play the two factor instruction video",
	"TwoFactorHowToTitle" : "Secure Your MyChart Account",
	"VideoVisitHowToDescription" : "Learn how to complete check-in and start your video visit.",
	"VideoVisitHowToThumbnailDescription" : "Play the Video Visits video",
	"VideoVisitHowToTitle" : "Video Visits",
	"VisitAutoPayDescription" : "Learn how to use Visit Auto Pay to make paying for your visit easier.",
	"VisitAutoPayThumbnailDescription" : "Play the Visit Auto Pay video",
	"VisitAutoPayTitle" : "Visit Auto Pay",
});
$$WP.Strings.getNamespace("learnmore").addStrings( {
	"BackToAllergies" : "Back to Allergies",
	"BackToHealthIssues" : "Back to Health Issues",
	"BackToHealthMaintenance" : "Back to Preventive Care",
	"BackToHome" : "Back to Home",
	"BackToImmunizations" : "Back to Immunizations",
	"BackToMedications" : "Back to Medications",
	"BackToTestResults" : "Back to Test Results",
	"NoContentFound" : "No Content Found",
	"Title" : "Learn More",
	"TitleWithTopic" : "Learn more about @MYCHART@Topic@",
});
$$WP.Strings.getNamespace("letters").addStrings( {
	"AssistiveTextReadLetter" : "View letter. Date: @MYCHART@LtrDate@. From: @MYCHART@LtrSender@. Reason: @MYCHART@LtrReason@.",
	"AssistiveTextUnreadLetter" : "View unread letter. Date: @MYCHART@LtrDate@. From: @MYCHART@LtrSender@. Reason: @MYCHART@LtrReason@.",
	"LetterDetailsErrorMessage" : "Please try again later, or contact customer service.",
	"LetterDetailsErrorTitle" : "We couldn\u0027t load your letter at this time.",
	"LetterDetailsTitle" : "Letter Details",
	"NoLetterReasonText" : "No subject",
	"NoLettersFoundText" : "You have no letters on file.",
	"PretextBody" : "",
	"PretextTitle" : "",
	"Title" : "Letters",
	"UnknownSenderText" : "Unknown",
});
$$WP.Strings.getNamespace("linkedaccounts").addStrings( {
	"Header" : "Where would you like to view your information?",
	"LinkedAccountCommandDescription" : "Go to @MYCHART@ORGNAME@ in a new window.",
	"Title" : "Linked MyChart Accounts",
});
$$WP.Strings.getNamespace("linkedappsanddevices").addStrings( {
	"AbridgedResourceList" : "@MYCHART@RESOURCELISTONE@, and @MYCHART@REMAININGRESOURCES@ more",
	"AccessPermittedFor" : "Access permitted for:",
	"AcitiveDeviceIndicator" : "This device",
	"AndroidDevice" : "Android",
	"AppPreText" : "You can manage apps accessing your @MYCHART@APPTITLE@ information here. You can stop sharing your information with an individual app at any time. Providers at other organizations could still access your information for the purpose of your care. For more information, please reach out to \u003ca href=\"https://www.mychart.org/mychartcentral/help\"\u003eMyChart Central Suppport.\u003c/a\u003e\r\n ",
	"BackButtonText" : "Back to the home page",
	"ButtonCancelText" : "Cancel",
	"ButtonDeviceConfirmRemoveText" : "Forget device",
	"ButtonDeviceRemoveAccessibleText" : "Forget @MYCHART@DEVICENAME@",
	"ButtonDeviceRemoveText" : "Forget device",
	"ButtonRemoveHoverText" : "Stop @MYCHART@APPNAMEFORUNLINKHOVER@ from accessing this information.",
	"ButtonRemoveText" : "Stop sharing",
	"ChromeOS" : "Chrome OS",
	"DateAddedWithLastLogin" : "Last login: @MYCHART@LASTLOGINPIECE@ (Added @MYCHART@DATEADDEDPIECE@)",
	"DefaultBrowser" : "Web Browser",
	"DeviceAdded" : "Added: @MYCHART@DEVICEADDEDDATE@",
	"DevicePreText" : "The following devices have been used to access your account. Forgetting a device will delete all login and push notification preferences associated with the device.",
	"DeviceRemovalPopupText" : "Forgetting @MYCHART@DEVICENAME@ will clear all login preferences for that device.",
	"DeviceRemovalPopupTitleText" : "Forget @MYCHART@DEVICENAME@?",
	"DeviceTrackingOffLinkText" : "View your account settings",
	"DeviceTrackingOffPrimaryText" : "Your devices will not be remembered by default",
	"DeviceTrackingOffSecondaryText" : "To begin automatically remembering web devices, please enable \"Remember Devices\" in your account settings. ",
	"EdgeBrowser" : "Edge",
	"ErrorText" : "Oops! We encountered an error in displaying this section.",
	"FirefoxBrowser" : "Firefox",
	"FullResourceList" : "@MYCHART@RESOURCELISTTWO@",
	"GoogleChromeBrowser" : "Google Chrome",
	"IPhoneDevice" : "iPhone",
	"LastUsed" : "Last login: @MYCHART@LASTLOGIN@",
	"LinuxOS" : "Linux",
	"MacOS" : "Mac",
	"MobileDeviceRemovalPopupText" : "Forgetting @MYCHART@DEVICENAME@ will clear all login and push notification preferences for that device.",
	"NoAppText" : "You have not authorized any applications.",
	"NoDevicesPrimaryText" : "You have no remembered devices right now.",
	"NoDevicesSecondaryText" : "When you log in on a device it will appear here.",
	"NoOauthAccessText" : "You have not authorized any applications.",
	"OauthAppsSectionPretext" : "",
	"OauthAppsSectionTitle" : "Verified with @MYCHART@AppTitle@ login",
	"OperaBrowser" : "Opera",
	"OtherDevicesPrimaryText" : "Other devices",
	"PostText" : "",
	"PreText" : "",
	"RefreshTokenEndDate" : "Expires @MYCHART@ACCESSENDDATE@ @MYCHART@ACCESSENDDATETIMEZONE@",
	"ResourceLearnMoreTitle" : "Click to learn more about the information that @MYCHART@APPNAME@ can access.",
	"ResourceListDelim" : ", ",
	"ReviewPrivacyAnswers" : "Review Privacy Answers",
	"ReviewPrivacyAnswersTitle" : "Click to learn more about the privacy answers from @MYCHART@APPLICATIONNAME@.",
	"SafariBrowser" : "Safari",
	"SubjectContextText" : "Accessing @MYCHART@SUBJECTNAME@",
	"SubjectContextTextRefusal" : "Accessing @MYCHART@SUBJECTNAMEREFUSAL@ (@MYCHART@ALLOWEDAREAS@)",
	"TefcaAppsSectionTitle" : "Verified by apps in a regulated network",
	"Title" : "Manage My Linked Apps and Devices",
	"TitleAppAccess" : "Apps Accessing Your Account",
	"TitleDeviceOnly" : "Manage My Linked Devices",
	"TitleDevices" : "Previously logged-in devices",
	"TwoFactorBypassDevicesPrimaryText" : "Trusted devices",
	"TwoFactorBypassDevicesSecondaryText" : "Two-step verification is not needed when logging in on the following devices.",
	"TwoFactorBypassExpirationDate" : "You have chosen to skip two-step verification on this device until @MYCHART@EXPIRATIONDATE@",
	"WAMRLinkTitle" : "Review who\u0027s accessed my record.",
	"WindowsOS" : "Windows",
});
$$WP.Strings.getNamespace("locations").addStrings( {
	"AccreditationText" : "",
	"Title" : "",
});
$$WP.Strings.getNamespace("locations.distancelabel").addStrings( {
	"DistanceAwayInKilometers" : "(@MYCHART@KILOMETERSAWAY@ kilometers away)",
	"DistanceAwayInMiles" : "(@MYCHART@MILESAWAY@ miles away)",
	"Title" : "",
});
$$WP.Strings.getNamespace("locations.fixed").addStrings( {
	"AboutUsHeader" : "About us",
	"AccreditationCaption" : "Learn more",
	"AccreditationHeader" : "Accreditation",
	"AlwaysOpen" : "Open 24 hours",
	"Closed" : "Closed",
	"ClosingSoon" : "Closing soon",
	"HoursHeader" : "Hours",
	"LocationBioMetaDefaultDescription" : "@MYCHART@LOCATIONNAME@ is a location at @MYCHART@CUSTOMERNAME@",
	"LocationBioTitle" : "Location Details",
	"LocationLanguagesText" : "Staff speaks: @MYCHART@LocationLanguagesList@",
	"LocationPhoneNumberAccessibleDescription" : "Phone: @MYCHART@LOCATIONPHONENUMBER@",
	"LocationPhotoAccessibleText" : "Photo of @MYCHART@PHOTOLOCATIONNAME@",
	"NextEventCloses" : "Closes @MYCHART@NEXTEVENTCLOSESTIME@",
	"NextEventClosesWithDay" : "Closes @MYCHART@NEXTEVENTCLOSESTIMEWITHDAY@ @MYCHART@NEXTEVENTCLOSESDAY@",
	"NextEventClosesWithDayAndTimeZone" : "Closes @MYCHART@NEXTEVENTCLOSESTIMEWITHDAY@ @MYCHART@TIMEZONEMARKER@ @MYCHART@NEXTEVENTCLOSESDAY@",
	"NextEventClosesWithTimeZone" : "Closes @MYCHART@NEXTEVENTCLOSESTIME@ @MYCHART@TIMEZONEMARKER@",
	"NextEventOpens" : "Opens @MYCHART@NEXTEVENTOPENSTIME@",
	"NextEventOpensWithDay" : "Opens @MYCHART@NEXTEVENTOPENSTIMEWITHDAY@ @MYCHART@NEXTEVENTOPENSDAY@",
	"NextEventOpensWithDayAndTimeZone" : "Opens @MYCHART@NEXTEVENTOPENSTIMEWITHDAY@ @MYCHART@TIMEZONEMARKER@ @MYCHART@NEXTEVENTOPENSDAY@",
	"NextEventOpensWithTimeZone" : "Opens @MYCHART@NEXTEVENTOPENSTIME@ @MYCHART@TIMEZONEMARKER@",
	"NoAdditionalLocationDetails" : "Additional location details are not available.",
	"Open" : "Open",
	"OverviewHeader" : "Overview",
	"QualitySiteLink" : "Hospital quality information",
	"ScheduleButtonText" : "Schedule an appointment",
	"ScheduleWithLocationAccessibleDescription" : "See all scheduling options for @MYCHART@SCHEDULEWITHLOCATION@",
	"SpecialtyText" : "@MYCHART@SpecialtiesList@",
	"Title" : "",
});
$$WP.Strings.getNamespace("medicaladvicerequests").addStrings( {
	"AllOutOfOffice" : "All recipients are out of office. Expect a slower response.",
	"AppointmentTodaySubtext" : "Appointment today",
	"CareTeamSubtext" : "Care team",
	"ConversationsToContinueHeader" : "Continue recent conversation with @MYCHART@ConversationRecipient@?",
	"NewConversationHeader" : "Start a new conversation about a new subject?",
	"NoRecipientsHeader" : "No recipients available",
	"NoRecipientsText" : "You do not have any available recipients for messages at this time. Please call your clinic for assistance, or call @MYCHART@EMERGENCYPHONE@ for emergencies.",
	"OutOfOffice" : "Out of office until @MYCHART@ReturnDate@",
	"PastVisitSubtext" : "Previous appointment on @MYCHART@PreviousDate@",
	"PCPSubtext" : "Primary care provider",
	"PCPSubtextWithType" : "Primary care provider - @MYCHART@PcpType@",
	"RecipientHeader" : "Whose office do you want to contact?",
	"StartNewConversation" : "Create a new conversation",
	"Title" : "Medical Advice Requests",
	"TopicHeader" : "What type of medical question?",
	"TopicTitle" : "Medical question",
	"TransparencyDisclaimer" : "Your message may be seen by your doctor and their care team.",
	"UpcomingAppointmentSubtext" : "Upcoming appointment on @MYCHART@UpcomingDate@",
});
$$WP.Strings.getNamespace("messaging.clinicalreference").addStrings( {
	"ClinicalReferenceTitle" : "Clinical Reference",
	"DischargeAttachmentTitle" : "Discharge Attachment",
	"Title" : "Unused",
});
$$WP.Strings.getNamespace("messaging.review").addStrings( {
	"AccessibileIsNewMessageIndicator" : "A new message",
	"AccessibileIsNotNewMessageIndicator" : "A previously read message",
	"AllDataLoaded" : "There are no more messages available.",
	"AriaAlreadyLoaded" : "Message details follow",
	"AriaLabelBody" : "Message body:",
	"AriaLabelBodyPreview" : "A preview of the body of the message:",
	"AriaLabelPreviewInstructions" : "Expands the details of this message",
	"AriaLabelRecipientName" : "Received by:",
	"AriaLabelSenderName" : "Sent by:",
	"AriaLabelSenderOrganization" : "Organization:",
	"AriaLabelSendInstant" : "Date received:",
	"AriaLabelSubject" : "Subject:",
	"AttachmentClearLabel" : "View attachment @MYCHART@ATTACHMENTNAME@",
	"AttachmentsLabel" : "Attachments",
	"CancelSearchTooltip" : "Cancel search",
	"CannotReplyCrossDeployment" : "This message came from an external system and cannot be replied to here.",
	"CannotReplyEncounterClosed" : "This record has been closed by the organization.",
	"CannotReplyPeriodExpired" : "This message is too old to be replied to.",
	"CannotReplySenderDisallowed" : "The sender indicated replies are not allowed.",
	"CannotReplySystemMaintenance" : "The system is undergoing maintenance, please try again later.",
	"CannotReplyToAutomatedMessage" : "You cannot reply to a message generated by the system.",
	"CannotReplyToPatient" : "You cannot reply to a message from another patient.",
	"CannotReplyUnknown" : "You cannot reply to this message.",
	"CurrentUserPhotoAlt" : "Photo of replier",
	"DeleteAriaLabel" : "Delete message with subject: @MYCHART@MESSAGESUBJECT@ sent on: @MYCHART@MESSAGEDATETIME@",
	"DeleteSelectedMessages" : "Delete selected",
	"DeleteSingleMessageLabel" : "Delete",
	"EmployeeNameTemplateList" : "@MYCHART@ListType@ Message List",
	"EmployeeNameTemplateOffice" : "Office of @MYCHART@SenderName@",
	"ExternalImageLabel" : "Message is from another organization",
	"ExternalIncompleteImageLabel" : "Message is from another organization that doesn\u0027t allow further details to be viewed here. Please log in to your account there",
	"FiltersLabel" : "Filters:",
	"FreeTextSearchLabel" : "Search message list",
	"FromPhotoAlt" : "The user who sent the message.",
	"HasNotViewedLabel" : "Has not viewed",
	"HasViewedWithDateLabel" : "Viewed on @MYCHART@ViewDate@",
	"InboxTitle" : "Inbox",
	"InconsistentMarkAllAsReadWarning" : "Some messages must be opened to be marked as read.  These messages will remain bolded.  Would you like to view only these messages now?",
	"IndeterminateLinkWarning" : "This message contained links we are unable to display.  You may view these links by accessing @MYCHART@RemoteAppLink@ directly.",
	"InTransitAlt" : "This message has not yet been delivered.",
	"LoadMoreLabel" : "Load more messages",
	"MarkAllAsRead" : "Mark all as read",
	"MessageDeletedLabel" : "Message deleted. You can restore messages you deleted using the Restore Deleted Messages button.",
	"NewCustomerServiceRequest" : "Contact customer service",
	"NewMedAdvice" : "Ask a question",
	"NewRefillRequest" : "Refill medications",
	"NoDataToDisplay" : "There are no messages to display",
	"NoFiltersLabel" : "All Organizations",
	"OldestDateLoadedLabel" : "Oldest message loaded from @MYCHART@OldestRenderedDate@",
	"OrgNameLabel" : "From",
	"OutboxTitle" : "Sent Messages",
	"PickOrganization" : "Which organization would you like to send a message to?",
	"PickOrganizationTitle" : "Pick organization",
	"Print" : "Print",
	"PrintAriaLabel" : "Print message with subject: @MYCHART@MESSAGESUBJECT@ sent on: @MYCHART@MESSAGEDATETIME@",
	"RelatedLinksTitle" : "Related Links",
	"RemoteAppLinkTitle" : "@MYCHART@OrganizationName@",
	"RemoteMessageLink" : "Jump to remote message list",
	"RemoteOrganizationMessageViewersLabel" : "Log in to @MYCHART@OrganizationName@ to view this information.",
	"Reply" : "Reply",
	"ReplyAriaLabel" : "Reply to message with subject: @MYCHART@MESSAGESUBJECT@ sent on: @MYCHART@MESSAGEDATETIME@",
	"RequestViewerButtonOthers" : "All others with access to @MYCHART@SelfNameOthers@ at this time",
	"RequestViewerButtonSelf" : "Myself (@MYCHART@SelfName@)",
	"RequestViewerSelectPrompt" : "The following people will be able to view this message online:",
	"SearchTooltip" : "Search message list",
	"SidebarPostText" : "",
	"SidebarPreText" : "",
	"SmartTextLabel" : "Additional information about your admission:",
	"SortByLabel" : "Sort by:",
	"SortByReceivedDate" : "Received Date",
	"SortByRecipient" : "To",
	"SortBySender" : "From",
	"SortBySentDate" : "Sent Date",
	"SortBySubject" : "Subject",
	"TaskComplete" : "Completed Task",
	"TaskIncomplete" : "Incompleted Task",
	"TasksLabel" : "Tasks:",
	"Title" : "Message Center",
	"ToPhotoAlt" : "The user who received the message.",
	"UndeleteLabel" : "Restore deleted messages (@MYCHART@UndeleteCount@)",
	"UndeleteLabelMultipleMessages" : "Restore @MYCHART@UndeleteCount@ Deleted Messages",
	"UndeleteLabelNoMessages" : "Restore 0 deleted messages",
	"UndeleteLabelOneMessage" : "Restore 1 deleted message",
	"UndeleteTooltip" : "Restore deleted messages (Message count: @MYCHART@UndeleteCount@)",
	"UndeleteTooltipMultipleMessages" : "Restore @MYCHART@UndeleteCount@ deleted messages",
	"UndeleteTooltipNoMessages" : "Restore 0 deleted messages",
	"UndeleteTooltipOneMessage" : "Restore 1 deleted message",
	"UnfilteredMessageListLabel" : "All Messages",
	"UnfinishedTasksFiltersLabel" : "Unfinished Tasks",
	"UnreadByStaffMessage" : "Not yet read by staff",
	"UnreadMessagesFilterLabel" : "Unread Messages",
	"ViewerListDelimiter" : ", ",
	"ViewersLabel" : "Visible To",
});
$$WP.Strings.getNamespace("mobiledownload").addStrings( {
	"AppStoreLinkDescription" : "Download from the App Store.",
	"DownloadLabel" : "Review test results and medications, manage upcoming appointments, communicate with your care team, and more from your own device.",
	"DownloadMyChartTitle" : "Download @MYCHART@APPTITLE@",
	"PlayStoreLinkDescription" : "Download from Google Play.",
	"Title" : "Mobile Download",
});
$$WP.Strings.getNamespace("mppp.accountcard").addStrings( {
	"AnnualLimTitle" : "Annual limit progress",
	"CardTitle" : "@MYCHART@PlanYear@ account overview",
	"PaidOffBadge" : "Paid off",
	"Title" : "",
});
$$WP.Strings.getNamespace("mppp.emptypages").addStrings( {
	"ActiveHeader" : "Your payment plan is active",
	"BillsInfo" : "You will receive monthly bills electronically or by mail.",
	"CoverageDatesLabel" : "Coverage effective dates",
	"CoverageNameLabel" : "Coverage",
	"EligibleHeader" : "You have not yet created a payment plan for @MYCHART@Year@",
	"FutureBillsInfo" : "After your payment plan is active on @MYCHART@EffectiveDate@, you will receive monthly bills electronically or by mail.",
	"FutureHeader" : "Your payment plan is ready to go",
	"OptInDateLabel" : "Opted in on",
	"PendingInfoOne" : "After your information is processed, you can see more about your payment plan and begin using it to pay for prescriptions.",
	"PendingInfoTwo" : "We might contact you to get more information before your plan is approved.",
	"PlanStartDateLabel" : "Payment plan start date",
	"ProcessingHeader" : "Your payment plan is almost ready to use",
	"Title" : "",
});
$$WP.Strings.getNamespace("mppp.faqs").addStrings( {
	"Answers" : "",
	"Answers_1" : "\r\n\t\t\t\t\t\t\t\tThe Medicare Prescription Payment Plan is a voluntary program available to all Part D enrollees.\r\n\t\t\t\t\t\t\t\tThe program, which started in 2025, enables members to pay for their prescriptions in monthly installments. \r\n\t\t\t\t\t\t\t\tIt does not decrease the total amount participants owe for their Part D prescriptions.\r\n\t\t\t\t\t\t\t\tThe program is free to join and there are no fees or interest charged under the program.\r\n\t\t\t\t\t\t\t",
	"Answers_2" : "When your payment plan is active, any prescription that uses your Medicare coverage is automatically charged to your payment plan.",
	"Answers_3" : "The total amount charged to your payment plan is split over the remaining months in the year, and that amount is charged each month. Your first payment in a year is calculated differently and might be higher than the amount you are charged in later months.",
	"Answers_4" : "\r\n\t\t\t\t\t\tThe maximum out-of-pocket cost (MOOP) you pay for prescriptions while on your Part D plan is decided by CMS and can change from year to year. This MOOP applies even if you do not enroll in a prescription payment plan.\r\n\t\t\t\t\t",
	"Answers_5" : "You can choose to opt out of your payment plan at any time. When you opt out, you are still responsible for paying the remaining balance you owe from prescriptions charged to the plan.",
	"FAQHeader" : "Frequently asked questions",
	"InfoLink" : "Learn more at Medicare.gov",
	"InfoLinkAxDesc" : "Learn more at Medicare.gov, link opens in a new tab",
	"OtherSectionLabel" : "Other information",
	"Questions" : "",
	"Questions_1" : "What is the Medicare Prescription Payment Plan?",
	"Questions_2" : "How are the costs of prescriptions added to my payment plan?",
	"Questions_3" : "What do I pay each month?",
	"Questions_4" : "How is my annual limit decided?",
	"Questions_5" : "What if I no longer want to pay off my prescriptions with a payment plan?",
	"Title" : "",
});
$$WP.Strings.getNamespace("mppp.header").addStrings( {
	"Cancel" : "Cancel",
	"OptOut" : "Opt out",
	"OptOutAx" : "Opt out of your prescription payment plan",
	"OptOutDisclaimer" : "Your request to opt out might take some time to process.",
	"OptOutInfo" : "If you opt out of using a payment plan, you will not be able to charge new prescriptions to this plan. You can still pay the remaining balance in monthly installments.",
	"OptOutPopupTitle" : "Opt out?",
	"OptOutSuccess" : "Opt out request sent.",
	"PastCoveragesHeader" : "Past coverages with payment plans",
	"SubNameLabel" : "Subscriber legal name",
	"TimelineYearLabel" : "Next year - @MYCHART@Year@",
	"Title" : "Medicare Prescription Payment Plan",
});
$$WP.Strings.getNamespace("mppp.optin").addStrings( {
	"NotEligibleText" : "You are not eligible to start a new payment plan for this coverage right now. This may be because your coverage is termed or you have an outstanding balance on a previous payment plan.",
	"OptInCardText" : "Set up a prescription payment plan for @MYCHART@PlanYear@",
	"OptInHeader" : "You have not yet opted in to the Medicare Prescription Payment Plan.",
	"OptInText" : "A prescription payment plan is free to use and can help make your medications more affordable. After you opt in, you can manage your payment plan here.",
	"StartLink" : "Get started",
	"StartLinkAX" : "Get started with a payment plan",
	"Title" : "",
});
$$WP.Strings.getNamespace("mppp.othercoverages").addStrings( {
	"CvgFrom" : "Starting @MYCHART@StartDate@",
	"CvgFromTo" : "@MYCHART@StartDate@ - @MYCHART@EndDate@",
	"CvgTo" : "Until @MYCHART@EndDate@",
	"Title" : "",
});
$$WP.Strings.getNamespace("mpppcaptured").addStrings( {
	"AcceptButton" : "Accept and opt in",
	"AuthorityAttest" : "I attest that I have the authority to make this request and that proof of this authority is available upon request.",
	"BeginPlanInYearButton" : "Opt in for @MYCHART@Year@",
	"CityLabel" : "City",
	"CostSpreadInfo" : "Spread out the cost of your prescriptions over the remaining months in the year.",
	"CostSpreadInfoSubtext" : "This applies to prescriptions purchased in the plan year after you have opted in to the plan.",
	"DeclineButton" : "Decline",
	"EffFrom" : "Coverage effective @MYCHART@CvgStart@",
	"EffFromToDates" : "@MYCHART@CvgStart2@ - @MYCHART@CvgEnd2@",
	"EffFromToLabel" : "Coverage effective",
	"EffTo" : "Coverage effective until @MYCHART@CvgEnd@",
	"ErrorText" : "There was an error making your request. Try again later or call your health plan at @MYCHART@HELPDESKPHONE@.",
	"ErrorTitle" : "Your request was not sent",
	"ExtraQuestionsPageTitle" : "Verify your identity",
	"GetStarted" : "Get started",
	"IdentityQ" : "Are you @MYCHART@MemberName@?",
	"NextButton" : "Next",
	"No" : "No",
	"Page1Title" : "Opt in to a prescription payment plan",
	"Page1TitleWithYear" : "Opt in to a prescription payment plan for @MYCHART@PreselectedPlanYear@",
	"PaymentInfo" : "After you opt in, you will automatically pay your future prescriptions through a payment plan that you can manage here.",
	"ProxyAddress" : "Your address",
	"ProxyName" : "Your name",
	"ProxyPhone" : "Your phone number",
	"ProxyRelation" : "Relationship to member",
	"Q4Warning" : "\r\n\t\t\t\tKeep in mind, your first monthly payment is calculated differently and might be as high as your total prescription costs that month.\r\n\t\t\t",
	"StateLabel" : "State",
	"StreetLabel" : "Street",
	"TermAndCondPageTitle" : "Terms and conditions",
	"TermAndCondSubheader" : "To continue, you must agree to the following terms and conditions:",
	"Title" : "Medicare Prescription Payment Plan",
	"Unsure" : "Unsure",
	"YearSelectPageTitle" : "Choose a year for your request",
	"YearSelectParagraph2" : " \r\n\t\t\t\tSelect the year you want to request a payment plan for. You may choose to opt in to a payment plan only for next year if there aren\u0027t enough months left in this year for a plan to be helpful to you.\r\n\t\t\t",
	"Yes" : "Yes",
	"ZipLabel" : "ZIP code",
});
$$WP.Strings.getNamespace("mycharthomepage.common").addStrings( {
	"Title" : "",
});
$$WP.Strings.getNamespace("mycharthomepage.foryou").addStrings( {
	"Title" : "For You",
});
$$WP.Strings.getNamespace("mycharthomepage.today").addStrings( {
	"Title" : "Today",
});
$$WP.Strings.getNamespace("navigation.changeshortcuts").addStrings( {
	"duplicatesBody" : "Are you sure you want to continue saving?",
	"duplicatesTitle" : "You Have Duplicate Shortcuts",
	"isShortcutTitle" : "Is currently a shortcut",
	"Loading" : "Loading",
	"MobilePretextSteps" : "",
	"MobilePretextSteps_0" : "1. Tap a shortcut below.",
	"MobilePretextSteps_1" : "2. Choose a new shortcut from the list.",
	"MobilePretextSteps_2" : "3. Tap Save changes.",
	"Posttext" : "",
	"Pretext" : "To change the shortcuts you see on your home page: ",
	"PretextSteps" : "",
	"PretextSteps_0" : "1. Click a shortcut below.",
	"PretextSteps_1" : "2. Choose a new shortcut from the list.",
	"PretextSteps_2" : "3. Click Save changes.",
	"PretextSubject" : "To change the shortcuts you see on your home page when viewing @MYCHART@PATIENT@\u0027s chart:",
	"SaveChanges" : "Save changes",
	"SaveChangesConfirmation" : "All changes have been saved.",
	"shortcutTitle" : "Shortcut @MYCHART@ShortcutIndex@ of 6",
	"Title" : "Change Your Shortcuts",
});
$$WP.Strings.getNamespace("navigation.menu").addStrings( {
	"MenuCloseButtonLabel" : "Close",
	"MenuCloseButtonLabelVerbose" : "Close the menu",
	"MenuMainContentLabel" : "Main menu",
	"MenuSearchEmptyButtonLabel" : "Clear search field",
	"MenuSearchInputPlaceholder" : "Search the menu",
	"MenuSearchMultipleResults" : "@MYCHART@NUMSEARCHMATCHES@ results for your search",
	"MenuSearchNoResults" : "No results for your search",
	"MenuSearchOneResult" : "1 result for your search",
	"MenuSearchSynonymMatch" : "Also known as: @MYCHART@SYNONYMMATCH@",
	"Title" : "",
});
$$WP.Strings.getNamespace("newevisit").addStrings( {
	"AcceptTermsButton" : "Continue",
	"AllOthersViewerDisplay" : "All others with access to @MYCHART@PATIENT@ at this time",
	"BackButtonLabel" : "Back",
	"BackButtonToolTip" : "Back",
	"BeginEVisitButtonLabel" : "Confirm and proceed",
	"BeginEVisitTooltip" : "Start your @MYCHART@BrandEVisit@",
	"BeginEVisitTooltipNoMnemonic" : "Start your E-Visit",
	"CancelButtonLabel" : "Cancel",
	"CancelButtonTooltip" : "Cancel and do not create an @MYCHART@BrandEVisit@",
	"CancelButtonTooltipNoMnemonic" : "Cancel and do not create an E-Visit",
	"ChooseRecipientOptionLabel" : "Choose a recipient",
	"ConfirmRfvButtonLabel" : "Continue",
	"ConfirmRfvButtonTooltip" : "Select this reason for visit and continue",
	"CostExplanationNoEstimate" : "You may be asked to enter your credit card information before your @MYCHART@BrandEVisit@ is submitted. If the @MYCHART@BrandEVisit@ is cancelled, your payment will be refunded.",
	"CostExplanationNoEstimateNoMnemonic" : "You may be asked to enter your credit card information before your E-Visit is submitted. If the E-Visit is cancelled, your payment will be refunded.",
	"CostNoEstimate" : "You may be charged for this @MYCHART@BrandEVisit@.",
	"CostNoEstimateNoMnemonic" : "You may be charged for this E-Visit.",
	"DeclineTermsButton" : "Cancel",
	"EstimatedCost" : "Your estimated cost is \u003cspan dir=\"ltr\"\u003e@MYCHART@ESTIMATEDCOSTVALUE@\u003c/span\u003e for this @MYCHART@BrandEVisit@",
	"EstimatedCostExplanation" : "You will be asked to enter your credit card information before your @MYCHART@BrandEVisit@ is submitted. If the @MYCHART@BrandEVisit@ is cancelled, your payment will be refunded.",
	"EstimatedCostExplanationNoMnemonic" : "You will be asked to enter your credit card information before your E-Visit is submitted. If the E-Visit is cancelled, your payment will be refunded.",
	"EstimatedCostNoMnemonic" : "Your estimated cost is \u003cspan dir=\"ltr\"\u003e@MYCHART@ESTIMATEDCOSTVALUE@\u003c/span\u003e for this E-Visit",
	"EVisitCost" : "This is your estimated cost.",
	"EVisitDetails" : "This is the reason for your @MYCHART@BrandEVisit@.",
	"EVisitDetailsLocation" : "This is your current location.",
	"EVisitDetailsNoMnemonic" : "This is the reason for your E-Visit.",
	"EVisitInProgressMultipleMessage" : "You already have @MYCHART@NUMBEROFEVISITS@ in-progress @MYCHART@BrandEVisit@ submissions. You can see details in your visits lists. If you would like to start an additional @MYCHART@BrandEVisit@, continue on this page.",
	"EVisitInProgressMultipleMessageNoMnemonic" : "You already have @MYCHART@NUMBEROFEVISITS@ in-progress E-Visit submissions. You can see details in your visits lists. If you would like to start an additional E-Visit, continue on this page.",
	"EVisitInProgressPopupDismissButtonText" : "Start a new @MYCHART@BrandEVisit@",
	"EVisitInProgressPopupDismissButtonTextNoMnemonic" : "Start a new E-Visit",
	"EVisitInProgressPopupJumpButtonText" : "Go to my @MYCHART@BrandEVisit@",
	"EVisitInProgressPopupJumpButtonTextMultiple" : "Go to my visits list",
	"EVisitInProgressPopupJumpButtonTextNoMnemonic" : "Go to my E-Visit",
	"EVisitInProgressPopupTitle" : "@MYCHART@BrandEVisit@ in progress",
	"EVisitInProgressPopupTitleNoMnemonic" : "E-Visit in progress",
	"EVisitInProgressSingleMessage" : "You already have an in-progress @MYCHART@BrandEVisit@. You can see details in your visits lists. If you would like to start an additional @MYCHART@BrandEVisit@, continue on this page.",
	"EVisitInProgressSingleMessageNoMnemonic" : "You already have an in-progress E-Visit. You can see details in your visits lists. If you would like to start an additional E-Visit, continue on this page.",
	"EVisitNextStepsText" : "You will be asked details about your personal information and health before your @MYCHART@BrandEVisit@ is submitted. You will also be asked to enter your credit card information. If the @MYCHART@BrandEVisit@ is cancelled, your payment will be refunded.",
	"EVisitNextStepsTextNoMnemonic" : "You will be asked details about your personal information and health before your E-Visit is submitted. You will also be asked to enter your credit card information. If the E-Visit is cancelled, your payment will be refunded.",
	"EVisitReasonForVisitDescription" : "",
	"EVisitReasonForVisitDescription_" : "",
	"EVisitReasonForVisitPhotoUrl" : "",
	"EVisitReasonForVisitPhotoUrl_" : "",
	"EVisitReviewTitle" : "@MYCHART@BrandEVisit@ with @MYCHART@Recipient@",
	"EVisitReviewTitleNoMnemonic" : "E-Visit with @MYCHART@Recipient@",
	"EVisitSentToNextAvailableProvider" : "Your @MYCHART@BrandEVisit@ will be sent to the next available provider.",
	"EVisitSentToNextAvailableProviderNoMnemonic" : "Your E-Visit will be sent to the next available provider.",
	"EVisitsNotAvailableErrorMessage" : "We are unable to process @MYCHART@BrandEVisit@ submissions from you at this time. Please contact your organization directly (@MYCHART@SCHEDULINGPHONE@) for any health issues. Thank you.",
	"EVisitsNotAvailableErrorMessageNoMnemonic" : "We are unable to process E-Visit submissions from you at this time. Please contact your organization directly (@MYCHART@SCHEDULINGPHONE@) for any health issues. Thank you.",
	"EVisitTermsAndConditionServiceAreaOverride" : "",
	"EVisitTermsAndConditionServiceAreaOverride_" : "",
	"ListSeparator" : ",",
	"LoadingMessage" : "Loading...",
	"LocationStep" : "Location",
	"NextAvailableProviderLabel" : "Next available provider",
	"NoSecurityErrorMessage" : "We are unable to process @MYCHART@BrandEVisit@ submissions from you at this time. Please contact your organization directly (@MYCHART@SCHEDULINGPHONE@) for any health issues. Thank you.",
	"NoSecurityErrorMessageNoMnemonic" : "We are unable to process E-Visit submissions from you at this time. Please contact your organization directly (@MYCHART@SCHEDULINGPHONE@) for any health issues. Thank you.",
	"NoSlotsErrorMessage" : "We are unable to process @MYCHART@BrandEVisit@ submissions at this time.",
	"NoSlotsErrorMessageNoMnemonic" : "We are unable to process E-Visit submissions at this time.",
	"NotLicensedErrorMessage" : "We are unable to process @MYCHART@BrandEVisit@ submissions for patients in your current location.",
	"NotLicensedErrorMessageNoMnemonic" : "We are unable to process E-Visit submissions for patients in your current location.",
	"OnDemandVideoVisitSidebarLinkAltText" : "Video chat with a Doctor",
	"OnDemandVideoVisitSidebarLinkText" : "@MYCHART@BrandVideoVisits@",
	"OnDemandVideoVisitSidebarLinkTextNoMnemonic" : "On-Demand Video Visit",
	"OnMyWaySidebarLinkAltText" : "Find care close to your location",
	"OnMyWaySidebarLinkText" : "Find care now",
	"OverviewStepButtonLabel" : "Overview",
	"PageTitleNoMnemonic" : "E-Visit",
	"PostText" : "",
	"PreText" : "",
	"ProviderWithOOCLabel" : "@MYCHART@PROVIDERNAME@ (out through @MYCHART@OOCENDDATE@)",
	"ProviderWithPCPandOOCLabel" : "@MYCHART@PROVIDERNAME@ -PCP- (out through @MYCHART@OOCENDDATE@)",
	"ProviderWithPCPLabel" : "@MYCHART@PROVIDERNAME@ -PCP-",
	"ReasonForVisitStep" : "Reason for @MYCHART@BrandEVisit@",
	"ReasonForVisitStepNoMnemonic" : "Reason for E-Visit",
	"ReasonSelectPrompt" : "What brings you here today?",
	"RecipientSelectPrompt" : "Who would you like to send your @MYCHART@BrandEVisit@ to?",
	"RecipientSelectPromptNoMnemonic" : "Who would you like to send your E-Visit to?",
	"SelfMessageViewerDisplay" : "Myself (@MYCHART@VIEWERNAME@)",
	"SidebarAlertText" : "Please call @MYCHART@EMERGENCYPHONE@ if you have an emergency or urgent medical question.",
	"SidebarRelatedLinksText" : "Related Links",
	"StartOverButtonLabel" : "Start over",
	"StartOverTooltip" : "Start over",
	"SummaryStep" : "Fill out your @MYCHART@BrandEVisit@",
	"SummaryStepNoMnemonic" : "Fill out your E-Visit",
	"TermsAndConditions" : "\u003ch2 class=\"header\"\u003eWhat is an @MYCHART@BrandEVisit@?\u003c/h2\u003e\r\n\t\t\t\t\t\t\u003cp\u003e\u003c/p\u003e\r\n\t\t\t\t\t\t\u003cp class=\"bold underline\"\u003e\u003c/p\u003e\u003cp\u003eAn @MYCHART@BrandEVisit@ is a way to get care for certain conditions without needing to schedule an appointment or come in to the clinic. We’ll ask you some questions about yourself and your symptoms, and a member of our @MYCHART@BrandEVisit@ team will respond with a care plan or recommendations for what to do next.\u003c/p\u003e\r\n\t\t\t\t\r\n\t\t\t\t\t\t\u003ch3\u003eShould I use an @MYCHART@BrandEVisit@?\u003c/h3\u003e\r\n\t\t\t\t\t\t\u003cp class=\"bold underline\"\u003e\u003c/p\u003e\r\n\t\t\t\t\t\t\u003cp\u003eAn @MYCHART@BrandEVisit@ should be used only for non-urgent medical conditions, as it may take up to @MYCHART@ExpectedResponseTime@ to receive a response. This response time is subject to change. \r\n\t\t\t\t\t\t\t\u003cspan class=\"bold\"\u003eIf you need urgent medical care, please contact your clinic by phone or find a nearby urgent care center.\u003c/span\u003e\r\n\t\t\t\t\t\t\t\u003cspan class=\"bold abnormal\"\u003eFor medical emergencies, call @MYCHART@EMERGENCYPHONE@ immediately.\u003c/span\u003e\u003c/p\u003e\u003cp class=\"bold underline\"\u003e\r\n\t\t\t\t\t\t\u003c/p\u003e\r\n\t\t\t\t\t\t\u003cp\u003e\u003c/p\u003e\r\n\t\t\t\t\t\t\u003ch3\u003eWhat to expect during an @MYCHART@BrandEVisit@:\u003c/h3\u003e\r\n\t\t\t\t\t\t\u003cp\u003eYou may be asked to enter your credit card information before your @MYCHART@BrandEVisit@ is submitted. If the @MYCHART@BrandEVisit@ is cancelled, your payment will be refunded.\u003c/p\u003e\r\n\t\t\t\t\t\t\u003cp class=\"bold underline\"\u003e\u003c/p\u003e\r\n\t\t\t\t\t\t\u003cp\u003eDepending on the steps presented and questions asked about your symptoms, it can take 10-20 minutes to complete your @MYCHART@BrandEVisit@ request. You may be asked for your insurance details or medication lists. Please be prepared to fill in this information.\u003c/p\u003e\r\n\t\t\t\t\t\t\u003cp class=\"bold underline\"\u003e\u003c/p\u003e\u003cp\u003e\u003c/p\u003e\u003cp class=\"bold underline\"\u003e\u003c/p\u003e\r\n\t\t\t\t\t\t\u003cp\u003eYou can expect a response from our staff in @MYCHART@ExpectedResponseTime@. This response time is subject to change. \u003cspan class=\"bold\"\u003eIf you have not received a response by then, please call our clinic at @MYCHART@HELPDESKPHONE@.\u003c/span\u003e\u003c/p\u003e\r\n\t\t\t\t\t\t\u003cp\u003e\u003c/p\u003e",
	"TermsAndConditionsNoMnemonic" : "\u003ch2 class=\"header\"\u003eWhat is an E-Visit?\u003c/h2\u003e\r\n\t\t\t\t\t\t\u003cp\u003e\u003c/p\u003e\r\n\t\t\t\t\t\t\u003cp class=\"bold underline\"\u003e\u003c/p\u003e\u003cp\u003eAn E-Visit is a way to get care for certain conditions without needing to schedule an appointment or come in to the clinic. We’ll ask you some questions about yourself and your symptoms, and a member of our E-Visit team will respond with a care plan or recommendations for what to do next.\u003c/p\u003e\r\n\t\t\t\t\r\n\t\t\t\t\t\t\u003ch3\u003eShould I use an E-Visit?\u003c/h3\u003e\r\n\t\t\t\t\t\t\u003cp class=\"bold underline\"\u003e\u003c/p\u003e\r\n\t\t\t\t\t\t\u003cp\u003eAn E-Visit should be used only for non-urgent medical conditions, as it may take up to @MYCHART@ExpectedResponseTime@ to receive a response. This response time is subject to change. \r\n\t\t\t\t\t\t\t\u003cspan class=\"bold\"\u003eIf you need urgent medical care, please contact your clinic by phone or find a nearby urgent care center.\u003c/span\u003e\r\n\t\t\t\t\t\t\t\u003cspan class=\"bold abnormal\"\u003eFor medical emergencies, call @MYCHART@EMERGENCYPHONE@ immediately.\u003c/span\u003e\u003c/p\u003e\u003cp class=\"bold underline\"\u003e\r\n\t\t\t\t\t\t\u003c/p\u003e\r\n\t\t\t\t\t\t\u003cp\u003e\u003c/p\u003e\r\n\t\t\t\t\t\t\u003ch3\u003eWhat to expect during an E-Visit:\u003c/h3\u003e\r\n\t\t\t\t\t\t\u003cp\u003eYou may be asked to enter your credit card information before your E-Visit is submitted. If the E-Visit is cancelled, your payment will be refunded.\u003c/p\u003e\r\n\t\t\t\t\t\t\u003cp class=\"bold underline\"\u003e\u003c/p\u003e\r\n\t\t\t\t\t\t\u003cp\u003eDepending on the steps presented and questions asked about your symptoms, it can take 10-20 minutes to complete your E-Visit request. You may be asked for your insurance details or medication lists. Please be prepared to fill in this information.\u003c/p\u003e\r\n\t\t\t\t\t\t\u003cp class=\"bold underline\"\u003e\u003c/p\u003e\u003cp\u003e\u003c/p\u003e\u003cp class=\"bold underline\"\u003e\u003c/p\u003e\r\n\t\t\t\t\t\t\u003cp\u003eYou can expect a response from our staff in @MYCHART@ExpectedResponseTime@. This response time is subject to change. \u003cspan class=\"bold\"\u003eIf you have not received a response by then, please call our clinic at @MYCHART@HELPDESKPHONE@.\u003c/span\u003e\u003c/p\u003e\r\n\t\t\t\t\t\t\u003cp\u003e\u003c/p\u003e",
	"TermsAndConditionsStep" : "Overview",
	"Title" : "@MYCHART@BrandEVisit@",
	"ViewersLabel" : "The following people will be able to view any messages associated with this @MYCHART@BrandEVisit@ online:",
	"ViewersLabelNoMnemonic" : "The following people will be able to view any messages associated with this E-Visit online:",
});
$$WP.Strings.getNamespace("nonh2glandingpage").addStrings( {
	"ActivityNames" : "",
	"ActivityNames_32059" : "Community Resources",
	"ActivityNames_32720" : "My Conditions",
	"ActivityNames_32721" : "Plan of Care",
	"ActivityNames_32723" : "Health Summary",
	"ActivityNames_32725" : "Manage My Pharmacies",
	"ActivityNames_32727" : "Preventive Care",
	"ActivityNames_32728" : "Medical and Family History",
	"ActivityNames_32730" : "Genetic Profile",
	"ActivityNames_32731" : "End-of-Life Planning",
	"ActivityNames_32735" : "Document Center",
	"ActivityNames_32737" : "Health Reports",
	"ActivityNames_32738" : "Growth Charts",
	"ActivityNames_32739" : "Questionnaires",
	"ActivityNames_32740" : "Track My Health",
	"ActivityNames_32741" : "Research Studies",
	"ActivityNames_32743" : "Symptom Checker",
	"ActivityNames_32744" : "Sharing Hub",
	"ActivityNames_32745" : "Find Urgent Care",
	"ActivityNames_32748" : "Upcoming Tests and Procedures",
	"ActivityNames_32749" : "Schedule an Appointment",
	"ActivityNames_32750" : "On-Demand Video Visits",
	"ActivityNames_32755" : "Register for My Delivery",
	"ActivityNames_32757" : "Ask a Question",
	"ActivityNames_32758" : "Letters",
	"ActivityNames_32762" : "Billing Summary",
	"ActivityNames_32763" : "Estimates",
	"ActivityNames_32764" : "Financial Assistance",
	"ActivityNames_32765" : "Insurance Summary",
	"ActivityNames_32767" : "Claims",
	"ActivityNames_32768" : "Referrals",
	"ActivityNames_32770" : "Coverage Details",
	"ActivityNames_32771" : "Insurance ID Cards",
	"ActivityNames_32772" : "Pay My Premium",
	"ActivityNames_32779" : "Change PCP Request",
	"ActivityNames_32782" : "Search for a Provider",
	"ActivityNames_32784" : "Social Assistance",
	"ActivityNames_32788" : "Personal Information",
	"ActivityNames_32789" : "Other Preferences",
	"ActivityNames_32794" : "Eyeglass Prescription",
	"ActivityNames_32795" : "Contact Lens Prescription",
	"ActivityNames_32798" : "Education",
	"ActivityNames_32799" : "To Do",
	"ActivityNames_32800" : "Share Everywhere",
	"ActivityNames_32801" : "E-Visit",
	"ActivityNames_32808" : "Day at a Glance",
	"ActivityNames_32809" : "Notes from My Care Team",
	"ActivityNames_32811" : "Safety Plan",
	"ActivityNames_32815" : "Computer Readable Export",
	"ActivityNames_32820" : "Trends Dashboard",
	"ActivityNames_32823" : "Care Journeys",
	"DefaultName" : "Linked MyChart Accounts",
	"ExplanationBody" : "In some activities in MyChart Central, you can look at only one healthcare organization\u0027s information at a time. This information will open in a new tab in your browser (Google Chrome, Safari, Firefox, etc.).",
	"ExplanationHeader" : "Your data, in a new tab",
	"LearnMore" : "Learn more",
	"LoadingAlert" : "Loading...",
	"Overview" : "You can view information from one of your linked accounts at a time. Your information will open in a new tab.",
	"OverviewMobile" : "You can view information from one of your linked accounts at a time.",
	"Title" : "Non H2G Landing Page",
});
$$WP.Strings.getNamespace("notifications.notificationalert").addStrings( {
	"AllReadOnlyPretext" : "Please call @MYCHART@HELPDESKPHONE@ to update this information.",
	"AskLaterExitPopup" : "Ask me later",
	"DisclaimerText" : "For text message alerts, \u003cb\u003emessage and data rates may apply.\u003c/b\u003e",
	"EmailActive" : "All email notifications are active.",
	"EmailLabel" : "Email",
	"EmailNoValue" : "Email not entered",
	"EmailPlaceholder" : "email@email.com",
	"EmailRequiredPlaceholder" : "(required)",
	"EmailValidationError" : "Please enter a valid email address.",
	"EnableAllEmailNotificationsLabel" : "Receive all email notifications",
	"EnableAllPhoneNotificationsLabel" : "Receive all text message notifications",
	"GenericError" : "There was an error processing your request.",
	"PhoneActive" : "All text message notifications are active.",
	"PhoneLabel" : "Phone",
	"PhoneNoValue" : "Mobile phone not entered",
	"PhonePlaceholder" : "(555)555-5555",
	"PhoneValidationError" : "Please enter a valid phone number.",
	"PreText" : "",
	"SaveAndManageButtonLabel" : "Confirm and manage",
	"SaveButtonLabel" : "Confirm",
	"Title" : "Confirm your communication preferences",
});
$$WP.Strings.getNamespace("now").addStrings( {
	"AboutMeBioHeader" : "About Me",
	"AcceptLabel" : "Accept",
	"ActivitiesSectionHeader" : "Activities",
	"AfternoonGreeting" : "Good afternoon!",
	"AfternoonGreetingWithPatientName" : "Good afternoon, @MYCHART@PATIENTNAME@!",
	"AppointmentDetailsHeader" : "What should I know?",
	"AppointmentWillInvolveHeader" : "What will happen?",
	"AppointmentWithHeader" : "With whom?",
	"AttendingProviderRole" : "Attending Provider",
	"AutomaticTheme" : "Automatic",
	"BackToHomeButton" : "Back to home",
	"BarcodeLoadFailure" : "Failed to load the barcode.",
	"BedCodeLabel" : "Bed code",
	"BedLoginDescription" : "MyChart Bedside TV wants authorization to access a bed.",
	"BedLoginHeader" : "Log in with a bed code",
	"BedLoginTitle" : "Bed Login",
	"BedsideActivitiesSectionSubheader" : "During your stay",
	"CanViewOtherAssignedEducationText" : "You can still view other education that has been assigned to you",
	"CareTeamRoleListDescription" : "@MYCHART@PRIMARYROLE@ (+@MYCHART@OTHERROLECOUNT@)",
	"CaringForYouCardAccessibleDescription" : "@MYCHART@NAME@. @MYCHART@ROLES@.",
	"CaringForYouSectionHeader" : "Care Team",
	"CaringForYouSectionNoContentMessage" : "No care team members assigned yet",
	"CaringForYouSinceMessage" : "Caring for you since @MYCHART@DATE@",
	"CarouselAccessibilityDescription" : "@MYCHART@TOTALITEMCOUNT@ items",
	"CarouselWithSingleItemAccessibilityDescription" : "1 item",
	"ConnectDevice" : "Connect device",
	"DarkTheme" : "Dark",
	"DefaultNoContentMessage" : "Nothing to show here",
	"DefaultProviderLabel" : "Care team members",
	"DefaultProviderRole" : "No role assigned",
	"DiscontinuedMedicationLabel" : "Discontinued",
	"DisplayModeLabel" : "Display Mode:",
	"EducationHeaderRecentlyViewed" : "Recently viewed",
	"EducationHeaderTVSupported" : "View on TV",
	"EducationSectionHeader" : "Education",
	"EducationSectionNoContentMessage" : "No education assigned yet",
	"EmptySidebarMessage" : "No information to show in this section",
	"EveningGreeting" : "Good evening!",
	"EveningGreetingWithPatientName" : "Good evening, @MYCHART@PATIENTNAME@!",
	"EventAroundTime" : "Around @MYCHART@TIME@",
	"EventAroundTimeForAboutHour" : "Around @MYCHART@TIME@ for about @MYCHART@LENGTHOFTIMEHRS@ hour",
	"EventAroundTimeForAboutHourAndMinutes" : "Around @MYCHART@TIME@ for about @MYCHART@LENGTHOFTIMEHRS@ hour and @MYCHART@LENGTHOFTIMEMINS@ minutes",
	"EventAroundTimeForAboutHours" : "Around @MYCHART@TIME@ for about @MYCHART@LENGTHOFTIMEHRS@ hours",
	"EventAroundTimeForAboutHoursAndMinutes" : "Around @MYCHART@TIME@ for about @MYCHART@LENGTHOFTIMEHRS@ hours and @MYCHART@LENGTHOFTIMEMINS@ minutes",
	"EventAroundTimeForAboutMinutes" : "Around @MYCHART@TIME@ for about @MYCHART@LENGTHOFTIMEMINS@ minutes",
	"EventDetailsOnDeviceInstruction" : "To learn more about this event, view it on your device.",
	"EventHasPassedMessage" : "This event has passed. You can view details for past events on your device.",
	"EventTime" : "@MYCHART@TIME@",
	"EventTimeForHour" : "@MYCHART@TIME@ for @MYCHART@LENGTHOFTIMEHRS@ hour",
	"EventTimeForHourAndMinutes" : "@MYCHART@TIME@ for @MYCHART@LENGTHOFTIMEHRS@ hour and @MYCHART@LENGTHOFTIMEMINS@ minutes",
	"EventTimeForHours" : "@MYCHART@TIME@ for @MYCHART@LENGTHOFTIMEHRS@ hours",
	"EventTimeForHoursAndMinutes" : "@MYCHART@TIME@ for @MYCHART@LENGTHOFTIMEHRS@ hours and @MYCHART@LENGTHOFTIMEMINS@ minutes",
	"EventTimeForMinutes" : "@MYCHART@TIME@ for @MYCHART@LENGTHOFTIMEMINS@ minutes",
	"EventTomorrowAroundTime" : "Tomorrow at around @MYCHART@TIME@",
	"EventTomorrowAroundTimeForAboutHour" : "Tomorrow at around @MYCHART@TIME@ for about @MYCHART@LENGTHOFTIMEHRS@ hour",
	"EventTomorrowAroundTimeForAboutHourAndMinutes" : "Tomorrow at around @MYCHART@TIME@ for about @MYCHART@LENGTHOFTIMEHRS@ hour and @MYCHART@LENGTHOFTIMEMINS@ minutes",
	"EventTomorrowAroundTimeForAboutHours" : "Tomorrow at around @MYCHART@TIME@ for about @MYCHART@LENGTHOFTIMEHRS@ hours",
	"EventTomorrowAroundTimeForAboutHoursAndMinutes" : "Tomorrow at around @MYCHART@TIME@ for about @MYCHART@LENGTHOFTIMEHRS@ hours and @MYCHART@LENGTHOFTIMEMINS@ minutes",
	"EventTomorrowAroundTimeForAboutMinutes" : "Tomorrow at around @MYCHART@TIME@ for about @MYCHART@LENGTHOFTIMEMINS@ minutes",
	"EventTomorrowAtTime" : "Tomorrow at @MYCHART@TIME@",
	"EventTomorrowAtTimeForHour" : "Tomorrow at @MYCHART@TIME@ for @MYCHART@LENGTHOFTIMEHRS@ hour",
	"EventTomorrowAtTimeForHourAndMinutes" : "Tomorrow at @MYCHART@TIME@ for @MYCHART@LENGTHOFTIMEHRS@ hour and @MYCHART@LENGTHOFTIMEMINS@ minutes",
	"EventTomorrowAtTimeForHours" : "Tomorrow at @MYCHART@TIME@ for @MYCHART@LENGTHOFTIMEHRS@ hours",
	"EventTomorrowAtTimeForHoursAndMinutes" : "Tomorrow at @MYCHART@TIME@ for @MYCHART@LENGTHOFTIMEHRS@ hours and @MYCHART@LENGTHOFTIMEMINS@ minutes",
	"EventTomorrowAtTimeForMinutes" : "Tomorrow at @MYCHART@TIME@ for @MYCHART@LENGTHOFTIMEMINS@ minutes",
	"ExpectedDischargeDate" : " You\u0027re expected to leave the hospital on \u003cstrong\u003e@MYCHART@DischargeDate@\u003c/strong\u003e. ",
	"ExpectedDischargeToday" : " You\u0027re expected to leave the hospital \u003cstrong\u003etoday - @MYCHART@DischargeDate@\u003c/strong\u003e. ",
	"ExpectedDischargeTomorrow" : " You\u0027re expected to leave the hospital \u003cstrong\u003etomorrow - @MYCHART@DischargeDate@\u003c/strong\u003e. ",
	"ExtensibilitySectionSubheader" : "Entertainment",
	"FeaturedProviderLabel" : "Featured",
	"FinishedLabel" : "Finished",
	"FinishedTimeLabel" : "Finished at @MYCHART@TIME@",
	"FirstTomorrowEventTimeLabel" : "First up tomorrow",
	"HappeningSoonCardAccessibleDescription" : "@MYCHART@TITLE@. @MYCHART@TIME@.",
	"HappeningSoonCardAccessibleDescriptionExactStartTime" : "@MYCHART@EVENTTITLE@. Starts @MYCHART@EVENTDAY@ at @MYCHART@EVENTSTARTTIME@.",
	"HappeningSoonCardAccessibleDescriptionNearbyStartTime" : "@MYCHART@EVENTTITLE@. Starts @MYCHART@EVENTDAY@ around @MYCHART@EVENTSTARTTIME@. ",
	"HappeningSoonCardAccessibleDescriptionNextEvent" : "@MYCHART@TITLE@. @MYCHART@TIME@. @MYCHART@CARDDETAIL@.",
	"HappeningSoonNearbyTimeCardAccessibleDescriptionTimeOfDayStartTime" : "@MYCHART@EVENTTITLE@. Starts @MYCHART@EVENTSTARTTIME@. ",
	"HappeningSoonSectionHeader" : "Schedule",
	"HappeningSoonSectionNoContentMessage" : "No events planned through tomorrow",
	"InactiveProviderLabel" : "Not currently active",
	"InRoomProviderLabel" : "In the room",
	"InteractiveTVLabel" : "Interactive TV",
	"InvalidEncounterText" : "There was a problem loading your information.",
	"InvalidEncounterTitle" : "Invalid Encounter",
	"LastInRoomDateTime" : "Last in room @MYCHART@DATE@ at @MYCHART@TIME@",
	"LastInRoomTime" : "Last in room @MYCHART@TIME@",
	"LightTheme" : "Light",
	"LinkedMedicationsAnd" : "All of the following",
	"LinkedMedicationsOr" : "One of the following",
	"MedicationActionDose" : "@MYCHART@DOSE@ @MYCHART@DOSEUNIT@",
	"MedicationActionDoseFrequency" : "@MYCHART@DOSE@ @MYCHART@DOSEUNIT@ @MYCHART@FREQUENCY@",
	"MedicationActionDoseRoute" : "@MYCHART@DOSE@ @MYCHART@DOSEUNIT@ @MYCHART@ROUTE@",
	"MedicationActionDoseRouteFrequency" : "@MYCHART@DOSE@ @MYCHART@DOSEUNIT@ @MYCHART@ROUTE@ @MYCHART@FREQUENCY@",
	"MedicationActionFrequency" : "@MYCHART@FREQUENCY@",
	"MedicationActionLabel" : " @MYCHART@ActionName@ at @MYCHART@Time@",
	"MedicationActionProviderLabel" : " @MYCHART@ActionName@ at @MYCHART@Time@ by \u003cstrong\u003e@MYCHART@AdministeringProvider@\u003c/strong\u003e",
	"MedicationActionRoute" : "@MYCHART@ROUTE@",
	"MedicationActionRouteFrequency" : "@MYCHART@ROUTE@ @MYCHART@FREQUENCY@",
	"MedicationsEventLabel" : "Medications",
	"MemberNotOnCareTeamMessage" : "This person is no longer on your care team.",
	"MemoRowAssistiveText" : "@MYCHART@MemoHeader@: @MYCHART@MemoValue@",
	"MemosCountAccessibleDescription" : "@MYCHART@MEMOSCOUNT@ total",
	"MoreInformationTitle" : "More Information",
	"MorningGreeting" : "Good morning!",
	"MorningGreetingWithPatientName" : "Good morning, @MYCHART@PATIENTNAME@!",
	"NoCurrentHospitalStayEducationText" : "You have no education assigned to your current hospital stay",
	"OpenEducationActivityText" : "All Education",
	"OrderingProviderLabel" : " Ordered by \u003cstrong\u003e@MYCHART@OrderingProvider@\u003c/strong\u003e. ",
	"PageLastRefreshedMessage" : "Last updated @MYCHART@MINUTESSINCEREFRESH@ minutes ago",
	"PageLastRefreshedNowMessage" : "Last updated just now",
	"PageLastRefreshedOneMinuteAgoMessage" : "Last updated 1 minute ago",
	"PageRefreshMessage" : "Updating...",
	"PatientEventDetailsHeader" : "Comments",
	"PointPersonLabel" : "Point Person",
	"ProviderPhotoAccessibilityDescription" : "Provider photo.",
	"RoleDescriptionHeader" : "My Role in Your Care",
	"SectionLoadingDescriptor" : "Loading section content",
	"SensitiveMedicationWarning" : "Some of the medications shown here may be sensitive. This message appears even if there are none on file.",
	"SettingsActivityTitle" : "Settings",
	"SkippedLabel" : "Skipped",
	"ThemeLabel" : "Default Theme:",
	"Title" : "Bedside Homepage",
	"TodayAfternoonEventTimeLabel" : "This afternoon",
	"TodayEveningEventTimeLabel" : "This evening",
	"TodayEventTimeLabel" : "Today",
	"TodayMorningEventTimeLabel" : "This morning",
	"TomorrowAfternoonEventTimeLabel" : "Tomorrow afternoon",
	"TomorrowEveningEventTimeLabel" : "Tomorrow evening",
	"TomorrowEventTimeLabel" : "Tomorrow",
	"TomorrowMorningEventTimeLabel" : "Tomorrow morning",
	"UpNextEventTimeLabel" : "Coming up next",
	"UserEventInsideRoomLabel" : "In your room",
	"UserEventOutsideRoomLabel" : "Outside your room",
	"ViewAllButtonLabel" : "@MYCHART@COUNT@ to view",
	"VisitingProviderLabel" : "Visited you recently",
	"WhiteboardLabel" : "Whiteboard",
	"WithMultipleProvidersMessage" : "with @MYCHART@FIRSTPROVIDERNAME@ (+@MYCHART@OTHERPROVIDERCOUNT@ others)",
	"WithOneProviderMessage" : "with @MYCHART@PROVIDERNAME@",
	"WithTwoProvidersMessage" : "with @MYCHART@FIRSTPROVIDERNAME@ (+1 other)",
});
$$WP.Strings.getNamespace("now.deviceactivation").addStrings( {
	"AccessTestResults" : "Access your test results",
	"ActivationHelp" : "If you need help activating Bedside, ask your care team.",
	"AndMorePromotionText" : "And more!",
	"AskYourCareTeam" : "Ask your care team if you need help signing up.",
	"BedsidePromotionHeader" : "More available in MyChart Bedside",
	"BedsidePromotionSubtitleMobileOnly" : "Connect a smartphone to view more during your stay.",
	"BedsidePromotionSubtitleTabletMobile" : "Connect a smartphone or tablet to view more during your stay.",
	"BedsidePromotionSubtitleTabletOnly" : "Connect a tablet to view more during your stay.",
	"BedsidePromotionTitleText" : "With a connected device, you can...",
	"CommunicateWithCareTeam" : "Communicate with your care team",
	"DefaultFontSizeLabel" : "Default",
	"DeviceSetupHeader" : "Set up Bedside TV",
	"DeviceSetupSubtitleMobileOnly" : "Connect a smartphone to get started.",
	"DeviceSetupSubtitleTabletMobile" : "Connect a smartphone or tablet to get started.",
	"DeviceSetupSubtitleTabletOnly" : "Connect a tablet to get started.",
	"DoneSigningUp" : "Download the MyChart app and log in.",
	"EmailActivationButton" : "Email a link to @MYCHART@MaskedEmail@",
	"GenericTabletErrorDesc" : "We were not able to activate the tablet at this time.",
	"GenericTabletErrorHeader" : "Unable to activate tablet",
	"GetStarted" : "Tap Get started to scan a QR code.",
	"HospitalMayHaveTablets" : "Your hospital may provide a tablet for you",
	"IdentityVerificationErrorDesc" : "We were not able to validate the date of birth entered.",
	"IdentityVerificationErrorHeader" : "Unable to verify date of birth",
	"InstantActivationHeader" : "Sign up for @MYCHART@APPTITLE@",
	"LargerFontSizeLabel" : "Larger",
	"LargestFontSizeLabel" : "Largest",
	"LinkResentTime" : "Link sent at @MYCHART@LinkTime@",
	"LinkSendError" : "Link failed to send.",
	"LogInToMobileApp" : "Log in to your account.",
	"ManageHealth" : "See discharge instructions and manage your health information after you leave",
	"MobileAppDownloadQRCodeAXDesc" : "Mobile app download QR code.",
	"MobileSetupHeader" : "Use the @MYCHART@APPTITLE@ app on your smartphone",
	"OpenBedsideApp" : "Open the MyChart Bedside app on the tablet. If the app isn\u0027t already on the tablet, download it from the app store.",
	"OpenMobileApp" : "Open or download the @MYCHART@APPTITLE@ app.",
	"ReviewMedications" : "Review your medications",
	"ScanMobileQRCode" : "Point your smartphone\u0027s camera at the QR code.",
	"ScanQRCode" : "Point the tablet camera at the QR code to log in to Bedside.",
	"SendALink" : "Send a link to your email or mobile phone.",
	"SetUpLater" : "Set up later",
	"SMSActivationButton" : "Text a link to @MYCHART@MaskedPhone@",
	"SMSCallToAction" : "@MYCHART@CTAText@ View our privacy policy at @MYCHART@PrivacyPolicyURL@. View the terms and conditions at @MYCHART@TermsAndConditionsURL@",
	"SMSCallToActionNoPrivacyPolicy" : "@MYCHART@CTAText@ View the terms and conditions at @MYCHART@TermsAndConditionsURL@",
	"TabletActivationHeader" : "Use the MyChart Bedside app on a tablet",
	"TabletActivationOptionAXDesc" : "Use the MyChart Bedside app on a tablet. Your hospital may provide a tablet for you",
	"TabletActivationQRCodeAXDesc" : "MyChart Bedside tablet activation QR code.",
	"Title" : "Device Activation",
	"ToggleHideFontSettings" : "Hide font size settings",
	"ToggleShowFontSettings" : "Show font size settings",
	"UseTheLink" : "Use the link to sign up for @MYCHART@APPTITLE@.",
});
$$WP.Strings.getNamespace("onboarding").addStrings( {
	"BackButtonText" : "Back",
	"CloseVideoButtonText" : "Close Video",
	"DoneButtonText" : "Done",
	"ExitButtonLabel" : "Got it!",
	"LearnMoreButtonLabel" : "Learn more",
	"NavigationDotCurrentPageAriaLabel" : "Page @MYCHART@CURRENTSTEP@ of @MYCHART@TOTALSTEPS@, current page.",
	"NavigationDotsAriaLabel" : "Go to page @MYCHART@CURRENTSTEP@ of @MYCHART@TOTALSTEPS@.",
	"NextButtonText" : "Next",
	"OnboardingPageDescription" : "Description",
	"OnboardingPageDescription_AutoSyncIntroForPersonalInfo" : "When you update information in @MYCHART@APPTITLE@, that information will be automatically updated in all of your linked accounts. Check your auto-update settings from the Personal Information page.",
	"OnboardingPageDescription_CarePlansIntro" : "A care plan is a tool that helps you track your health and guides you to achieve your health goals by assigning you tasks to complete. Care plans are free and are developed from evidence-based and physician-vetted health information.",
	"OnboardingPageDescription_MessageCenterHowTo" : "Check out the video above to learn how to view, reply to, and bookmark conversations, navigate folders, and more.",
	"OnboardingPageDescription_ShareEverywhereHowTo" : "Share Everywhere allows you to share your record with just about anyone, like a doctor, chiropractor, social worker, physical therapist, dentist, or school nurse. This gives them the ability to see your health record summary, view other clinical data, and submit a note to your care team.",
	"OnboardingPageDescription_TestResultsReleasePreferences" : "You can now choose when you prefer to receive test results. By default, you can view most test results as soon as they are available, before they are seen by your care team. If you prefer to wait to see your test results until after your care team has had time to review them, you can update your preferences.",
	"OnboardingPageTitle" : "Title",
	"OnboardingPageTitle_AutoSyncIntroForPersonalInfo" : "Don\u0027t repeat yourself with Auto-Update",
	"OnboardingPageTitle_CarePlansIntro" : "Welcome to My Care Plans",
	"OnboardingPageTitle_MessageCenterHowTo" : "We\u0027ve done some remodeling",
	"OnboardingPageTitle_ShareEverywhereHowTo" : "About Share Everywhere",
	"OnboardingPageTitle_TestResultsReleasePreferences" : "Update your test result preferences",
	"OnboardingPageVideoAxText" : "",
	"OnboardingPageVideoAxText_MessageCenterHowTo" : "Message center how to video player",
	"OnboardingPageVideoAxText_ShareEverywhereHowTo" : "Share Everywhere how to video player",
	"OnboardingPopupHasAppeared" : "A new pop up has appeared to introduce you to the home page.",
	"OnboardingPopupTitle" : "Let\u0027s take a tour",
	"PlayVideoButtonText" : "Play video",
	"SkipLinkAriaLabel" : "Skip the introduction and continue to the home page.",
	"SkipLinkText" : "Skip",
	"Title" : "Onboarding",
	"VideoPopupHasAppeared" : "A new pop up has appeared to play the video.",
});
$$WP.Strings.getNamespace("ondemandtelehealth").addStrings( {
	"AdminLoginBannerDetails" : "To help patients investigate issues, use the Happy Together troubleshooting utility instead.",
	"AdminLoginBannerHeader" : "Cross-organization video visits are not available in administrative login mode.",
	"AdminLoginTitle" : "Remote organizations are disabled in admin login mode. Use the Happy Together troubleshooting utility instead.",
	"AlmostDone" : "You\u0027re almost there!",
	"AlreadyInQueueNoVisits" : "You are currently in the queue at @MYCHART@OrganizationName@. Please contact @MYCHART@OrganizationName@ to resolve this issue.",
	"AlreadyInQueueUnknownOrg" : "You are currently in the queue at a partner organization of @MYCHART@OrganizationName@. Please contact @MYCHART@OrganizationName@ to resolve this issue.",
	"AlreadyInQueueVisits" : "You are currently in the queue at @MYCHART@OrganizationName@. You will be redirected to your visits list.",
	"AlreadyInQueueVisitsXOrgUrl" : "You are currently in the queue at @MYCHART@OrganizationName@. The appointment details page will be opened in a new tab.",
	"AlreadyWaitingForVideoVisit" : "You are already waiting for a video visit",
	"AppLinkAndroid" : "https://play.google.com/store/apps/details?id=epic.mychart.android\u0026hl=en",
	"AppLinkApple" : "https://itunes.apple.com/us/app/mychart/id382952264?mt=8",
	"AskHasApp" : "Don\u0027t have the app?",
	"AvailableAtTime" : "Available at @MYCHART@AppointmentTime@ @MYCHART@TimeZoneMarker@",
	"AvailableAtTimeWithoutTimeZone" : "Available at @MYCHART@AppointmentTime@",
	"AvailableOnDate" : "Available on @MYCHART@AppointmentDate@ at @MYCHART@AppointmentTime@ @MYCHART@TimeZoneMarker@",
	"AvailableOnDateWithoutTimeZone" : "Available on @MYCHART@AppointmentDate@ at @MYCHART@AppointmentTime@",
	"AvailableTomorrow" : "Available tomorrow at @MYCHART@AppointmentTime@ @MYCHART@TimeZoneMarker@",
	"AvailableTomorrowWithoutTimeZone" : "Available tomorrow at @MYCHART@AppointmentTime@",
	"Cancel" : "Cancel",
	"CancelEmailTooltip" : "Cancel changes",
	"CancelPhoneTooltip" : "Cancel changes",
	"CancelSchedulingCaption" : "Cancel scheduling",
	"CancelSchedulingMessage" : "Are you sure want to cancel scheduling this appointment?",
	"CancelSchedulingTitle" : "Cancel scheduling",
	"CancelTooltip" : "Cancel scheduling this visit",
	"ChangeLocationIconText" : "Change your location",
	"CheckboxChecked" : "checkbox checked",
	"CheckboxDisabled" : "checkbox unchecked unavailable",
	"CheckboxUnchecked" : "checkbox unchecked",
	"ConfirmHasApp" : "I\u0027ve got the app",
	"ConfirmHasAppTooltip" : "Continue to the next step",
	"ConfirmTelehealthLocation" : "Confirm",
	"ConfirmTelehealthLocationTooltip" : "Confirm location selection",
	"ConnectedOrganizationIconTooltip" : "You have already agreed to share your medical information with providers at this organization",
	"CookiesNotEnabledButtonLabel" : "@MYCHART@BrandVideoVisits@",
	"CookiesNotEnabledButtonLabelNoMnemonic" : "On-Demand Video Visits",
	"CookiesNotEnabledError" : "Please @MYCHART@COOKIESNOTENABLEDLINK@ to schedule an On-Demand Video Visit.",
	"CookiesNotEnabledErrorLinkText" : "enable cookies",
	"CookiesNotEnabledPreText" : "",
	"CurrentLocation" : "You are joining from @MYCHART@PATIENTLOCATION@",
	"Details" : "Details",
	"DismissErrorPopupButtonText" : "Okay",
	"DoesThisLookRight" : "Review visit information",
	"EmailInputLabel" : "Email Address",
	"EmergencyWarningBannerDetails" : "Please call @MYCHART@EMERGENCYPHONE@ if you have an emergency or urgent medical question.",
	"EmergencyWarningBannerHeader" : "",
	"ErrorTitle" : "Error",
	"EstimatedCostInfoBannerDetails" : "If you schedule your video visit at another organization, you may need to re-enter your insurance information at that organization to see updated costs.",
	"EstimatedCostInfoBannerHeader" : "Estimated costs at other organizations may change",
	"HardwareRequirementCamera" : "Camera",
	"HardwareRequirementMic" : "Microphone",
	"HardwareRequirementOkay" : "Okay",
	"HardwareRequirementOkayTooltip" : "Continue to the next step",
	"HardwareRequirementSpeaker" : "Speaker",
	"HardwareRequirementsTitle" : "Hardware Requirements",
	"HardwareTest" : "Test hardware",
	"HardwareTestComplete" : "Hardware test complete",
	"HardwareTestDescription" : "Before you sign up for a video visit, make sure your computer has a working camera, microphone, and speaker. If you don\u0027t meet these requirements, \u003ca class=\"platformstep link\" href=\"#\" data-id=\"usemobile\" title=\"Select to use the mobile app\"\u003etry using the mobile app\u003c/a\u003e.",
	"HardwareTestSkip" : "Skip test",
	"HardwareTestSkipped" : "Hardware test skipped",
	"HardwareTestSkipTooltip" : "Skip the hardware test",
	"HardwareTestTitle" : "Hardware Test",
	"HardwareTestTooltip" : "Test your video equipment to make sure it is functioning properly",
	"HiddenCostDisclaimer" : "Costs will be calculated after scheduling.",
	"HomeOrganizationIconTooltip" : "This is the organization where you are currently logged in",
	"HomeOrganizationRowDetail" : "This is your current organization.",
	"JoinQueue" : "Put me in line",
	"JoinQueueAccessibleDescription" : "Put me in line for @MYCHART@REASONFORVISIT@",
	"JoinQueueTooltip" : "Get in line to see the next available provider",
	"LocationPlaceholder" : "Choose a location",
	"LocationSelectTitle" : "Where are you currently located?",
	"LogInSignUp" : "Review",
	"MobileHardwareTestDescription" : "Before you sign up for a video visit, make sure your mobile device has a working camera, microphone, and speaker. If you are having issues testing, then \u003ca class=\"platformstep link\" href=\"#\" data-id=\"usemobile\" title=\"Select to use the mobile app\"\u003etry using the mobile app.\u003c/a\u003e",
	"MobileHardwareTestDescriptionWithoutLink" : "Before you sign up for a video visit, make sure your mobile device has a working camera, microphone, and speaker.",
	"MobileHardwareTestTitle" : "Do you want to test your hardware now?",
	"MobileInfoDescription" : "While on a mobile device, we recommend using the mobile app for your video visit. If you don\u0027t have the app, you may also \u003ca class=\"platformstep link\" href=\"#\" data-id=\"useweb\" title=\"Select to use your computer\"\u003etest through the mobile browser\u003c/a\u003e.",
	"NextProvider" : "Next available provider",
	"OnDemandEmergencyWarningText" : "In case of emergency, call @MYCHART@EMERGENCYPHONE@.",
	"OnDemandLandingPageCurrentLocation" : "You are currently in \u003cb\u003e@MYCHART@PATIENTLOCATION@\u003c/b\u003e",
	"OnDemandLandingPageSubtitle" : "Expert medical care at your convenience",
	"OnDemandLoadingMessageNoEcheckin" : "Setting up your video visit...",
	"OnDemandLoadingMessageWithEcheckin" : "Loading @MYCHART@BrandECheckIn@...",
	"OnDemandLoadingMessageWithEcheckinNoMnemonic" : "Loading eCheck-In...",
	"OnDemandLoadingMessageWithEcheckinTasks" : "Loading tasks...",
	"OnDemandMetaVideoVisitDescription" : "On-Demand Video Visits provide expert medical care at your convenience.",
	"OnDemandNoProvidersAvailable" : "There are no providers available to see patients in @MYCHART@PATIENTLOCATION@.",
	"OnDemandNoProvidersCurrentlyAvailable" : "There are currently no providers available to see patients in @MYCHART@PATIENTLOCATION@.",
	"OnDemandNoProvidersCurrentlyAvailableHeader" : "Video visits are currently not available",
	"OnDemandOptionCardContentSeparator" : "or",
	"OnDemandOptionCardEstimatedCost" : "Estimated cost: @MYCHART@CostString@",
	"OnDemandOptionCardEstimatedCostNotAvailable" : "Estimated cost: Not available",
	"OnDemandOptionCardEstimatedCostOrLess" : "Estimated cost: @MYCHART@CostString@ or less",
	"OnDemandOptionCardLoadingMessage" : "Finding availability...",
	"OnDemandOptionCardQueuingContentHeader" : "See next available provider",
	"OnDemandOptionCardToggleText" : "Show scheduling options",
	"OnDemandOptionCardWaitTime" : "Estimated wait time:",
	"OnDemandOptionCardZeroStateText" : "No providers are currently available.",
	"OnDemandOptionQuickScheduleTitle" : "Schedule a video visit",
	"OnDemandPhoneHelplineBody" : "Call us at @MYCHART@SCHEDULINGPHONE@.",
	"OnDemandPhoneHelplineTitle" : "Need help scheduling?",
	"OnDemandPostTextBodyCustom" : "",
	"OnDemandPostTextBodyLine1" : "@MYCHART@BrandVideoVisits@ \u003cb\u003ecan be used for minor issues\u003c/b\u003e, like:",
	"OnDemandPostTextBodyLine1NoMnemonic" : "On-Demand Video Visits \u003cb\u003ecan be used for minor issues\u003c/b\u003e, like:",
	"OnDemandPostTextBodyLine2" : "Minor cold or flu symptoms",
	"OnDemandPostTextBodyLine3" : "Mild rashes or skin irritations",
	"OnDemandPostTextBodyLine4" : "Other minor concerns",
	"OnDemandPostTextBodyLine5" : "@MYCHART@BrandVideoVisits@ \u003cb\u003eshould not be used for severe symptoms\u003c/b\u003e, like:",
	"OnDemandPostTextBodyLine5NoMnemonic" : "On-Demand Video Visits \u003cb\u003eshould not be used for severe symptoms\u003c/b\u003e, like:",
	"OnDemandPostTextBodyLine6" : "Severe chest pain",
	"OnDemandPostTextBodyLine7" : "Difficulty breathing or shortness of breath",
	"OnDemandPostTextBodyLine8" : "Any other symptom that feels life threatening or requires immediate medical attention",
	"OnDemandPostTextHeader" : "When should I use @MYCHART@BrandVideoVisits@?",
	"OnDemandPostTextHeaderNoMnemonic" : "When should I use On-Demand Video Visits?",
	"OnDemandReasonForVisitDescription" : "",
	"OnDemandReasonForVisitDescription_1" : "A general video visit with your provider.",
	"OnDemandReasonForVisitPhotoUrl" : "",
	"OnDemandReasonForVisitPhotoUrl_" : "",
	"OnDemandTelemedicineScheduleComment" : "Scheduled from the Video Visit Landing Page",
	"OrganizationConnectedGroupTitle" : "Places you\u0027re already connected to",
	"OrganizationConnectionFailureTitle" : "We had trouble connecting to that organization. Please, try another one.",
	"OrganizationFilterLabel" : "Show:",
	"OrganizationNotYetConnectedGroupTitle" : "Oh, the places you\u0027ll go",
	"OrganizationSortLabel" : "Sort by:",
	"OrganizationStepTitle" : "Where do you want to be seen?",
	"OrganizationsUnavailable" : "No organizations available to take your call.",
	"PageTitleNoMnemonic" : "On-Demand Video Visits",
	"PhoneInputLabel" : "Phone Number",
	"PlatformSelectTitle" : "Which of the following would you like to use for your video visit?",
	"PlatformUnavailable" : "No providers are currently available.",
	"PlatformUnavailableTitle" : "Unavailable",
	"PlatformUnavailableTryUseMobileInstead" : "No providers are currently available. \u003ca href=\"#\" data-id=\"usemobile\" title=\"Select to use the mobile app\"\u003eTry using the mobile app\u003c/a\u003e.",
	"PlatformUnavailableTryUseWebInstead" : "No providers are currently available. \u003ca href=\"#\" data-id=\"useweb\" title=\"Select to use your computer\"\u003eTry using your computer\u003c/a\u003e.",
	"QuickScheduleConfirm" : "Complete",
	"QuickScheduleConfirmTooltip" : "Schedule the video visit",
	"QuickScheduleMoreTimesButtonLabel" : "More times",
	"QuickScheduleMoreTimesButtonTooltip" : "Choose another time to see this doctor",
	"QuickScheduleProviderName" : "@MYCHART@ProviderName@",
	"QuickScheduleSlotsNoDataMessage" : "No availability found. Please try again later or schedule an appointment.",
	"ReasonForVideoChatStepTitle" : "What brings you here today?",
	"SaveEmailTooltip" : "Save email address",
	"SavePhoneTooltip" : "Save phone number",
	"ScheduleAtTime" : "Schedule video visit at @MYCHART@AppointmentTime@",
	"ScheduledAppointmentTimeWithoutTimeZone" : "@MYCHART@APPOINTMENTTIMEWITHOUTTIMEZONE@",
	"ScheduledAppointmentTimeWithTimeZone" : "@MYCHART@APPOINTMENTTIMEWITHTIMEZONE@ @MYCHART@APPOINTMENTTIMEZONE@",
	"ScheduleForMe" : "Me",
	"ScheduleForSomeoneElse" : "Someone Else",
	"ScheduleOnDate" : "Schedule video visit on @MYCHART@AppointmentDate@ at @MYCHART@AppointmentTime@",
	"ScheduleTomorrow" : "Schedule video visit tomorrow at @MYCHART@AppointmentTime@",
	"ScheduleVideoVisit" : "Schedule",
	"SchedulingSessionTimeOut" : "Your scheduling session has timed out. Please enter your information again.",
	"SelectLocationDefault" : "- Select a Location -",
	"SelectLocationPrompt" : "Select a Location",
	"SidebarEmergencyDisclaimer" : "Please call @MYCHART@EMERGENCYPHONE@ if you have an emergency or urgent medical question.",
	"SplashPageAccountDetails" : "For your security, you must have an account before you can access confidential medical information from this visit. If you don\u0027t have an account, you can create one. ",
	"SplashPageAccountTitle" : "@MYCHART@APPTITLE@ account",
	"SplashPageActionCardDisableGuestButtonCaption" : "View availability",
	"SplashPageActionCardDisableGuestButtonTooltip" : "View the available times for a video visit before logging in",
	"SplashPageActionCardDisableGuestDetails" : "Want to check availability first? You will be able to log in and schedule your visit after selecting an appointment.",
	"SplashPageActionCardDisableGuestHeader" : "View availability first",
	"SplashPageActionCardLoginButtonCaption" : "Log in and schedule",
	"SplashPageActionCardLoginButtonTooltip" : "Log in to your existing @MYCHART@APPTITLE@ account to schedule this visit",
	"SplashPageActionCardLoginDetails" : "Scheduling a video visit is faster with an existing @MYCHART@APPTITLE@ account.",
	"SplashPageActionCardLoginHeader" : "Schedule with your @MYCHART@APPTITLE@ account",
	"SplashPageActionCardLoginImageTitle" : "Account",
	"SplashPageActionCardNoAccountAdultDetails" : "Don\u0027t have a @MYCHART@APPTITLE@ account yet? No problem. You can start scheduling without an account. Patients must be at least @MYCHART@MINIMUMAGE@ years old to have a video visit.",
	"SplashPageActionCardNoAccountDetails" : "Don\u0027t have a @MYCHART@APPTITLE@ account yet? No problem. You can start scheduling without an account. Tell us if you are scheduling for yourself or someone else. Patients under @MYCHART@MINIMUMAGE@ years old must be accompanied by a parent or guardian to have a video visit.",
	"SplashPageActionCardNoAccountHeader" : "Schedule without a @MYCHART@APPTITLE@ account",
	"SplashPageActionCardNoAccountImageTitle" : "Schedule",
	"SplashPageActionCardNoAccountOnlyButtonCaption" : "Schedule without an account",
	"SplashPageActionCardNoAccountOnlyButtonTooltip" : "Schedule this visit without an existing @MYCHART@APPTITLE@ account",
	"SplashPageActionCardNoAccountProxyDetails" : "Don\u0027t have a @MYCHART@APPTITLE@ account yet? No problem. You can start scheduling without an account. Patients must be accompanied by a parent or guardian to have a video visit.",
	"SplashPageActionCardNoAccountSelfButtonCaption" : "Schedule for yourself",
	"SplashPageActionCardNoAccountSelfButtonTooltip" : "Schedule this visit for yourself",
	"SplashPageActionCardNoAccountSomeoneElseButtonCaption" : "Schedule for someone else",
	"SplashPageActionCardNoAccountSomeoneElseButtonTooltip" : "Schedule this visit on behalf of someone else",
	"SplashPageActionCardSeparator" : "OR",
	"SplashPageBannerButtonCaption" : "",
	"SplashPageBannerButtonUrl" : "",
	"SplashPageBannerDetails" : "Please call @MYCHART@EMERGENCYPHONE@ if you have an emergency or urgent medical question.",
	"SplashPageBannerHeader" : "",
	"SplashPageCustomRequirementDetails" : "",
	"SplashPageCustomRequirementImage" : "",
	"SplashPageCustomRequirementTitle" : "",
	"SplashPageHardwareDetails" : "Make sure you have an iOS or Android device, or a computer with a microphone, camera, and speaker.",
	"SplashPageHardwareTitle" : "Video visit hardware",
	"SplashPageOffHoursDetails" : "Our hours for video visits are Monday through Friday, 7AM to 7PM.",
	"SplashPageOffHoursIconAltText" : "Video Visits Are Currently Unavailable",
	"SplashPageOffHoursMessage" : "Video Visits Are Currently Unavailable",
	"SplashPageOffHoursPosttext" : "",
	"SplashPageOffHoursPretext" : "",
	"SplashPagePaymentDetails" : "You may be required to pay for this visit, so please have a credit card or your bank account information available.",
	"SplashPagePaymentTitle" : "Payment method",
	"SplashPagePosttext" : "",
	"SplashPagePretext" : "",
	"SplashPageRequirementsTitle" : "What will I need for this visit?",
	"StateOrTerritory" : "State, province, or territory",
	"SummaryStepContinuePretext" : "Click the Continue button if everything looks correct.",
	"SummaryStepCostAltText" : "Estimated cost",
	"SummaryStepOrgLogoGenericLabel" : "@MYCHART@OrganizationName@ care team",
	"SummaryStepOrgLogoLabel" : "@MYCHART@OrganizationName@ logo",
	"SummaryStepProviderAltText" : "Provider",
	"SummaryStepProviderPhotoLabel" : "Photo of @MYCHART@ProviderName@",
	"SummaryStepReasonForVisitAltText" : "Reason for visit",
	"SummaryStepWaitTimeAltText" : "Estimated wait time",
	"TelehealthAnywhereErrorMessage" : "We are unable to handle your request right now. Please try again later. If this error persists, please contact customer support.",
	"TelehealthContinue" : "Continue",
	"TelehealthContinueTooltip" : "Continue to the next step",
	"TelehealthCountry" : "Country",
	"TelehealthCountryNameOverride" : "",
	"TelehealthCountryNameOverride_" : "",
	"TelehealthEditEmailTooltip" : "Edit email address",
	"TelehealthEditPhoneTooltip" : "Edit phone number",
	"TelehealthEmptyPoolErrorMessage" : "No one is available to take your call. Please try again later or schedule an appointment.",
	"TelehealthErrorMessage" : "We are unable to handle your request right now. Please try again later or schedule an appointment.",
	"TelehealthEstimatedCost" : "Estimated cost:",
	"TelehealthEstimatedCostNotAvailable" : "Not available",
	"TelehealthEstimatedCostSummary" : "Estimated cost: \u003cspan class=\"telehealthCost moneyColor\"\u003e@MYCHART@TelehealthCost@\u003c/span\u003e",
	"TelehealthEstimatedCostValue" : "@MYCHART@TelehealthCost@",
	"TelehealthLocationNeeded" : "To confirm a provider is available for your visit, we need to know your current location.",
	"TelehealthLocationSummary" : "You have confirmed that you are currently in @MYCHART@SelectedLocation@",
	"TelehealthLowestCostLabel" : "Lowest cost",
	"TelehealthLowestCostOrganizationTitle" : "This organization has the lowest cost",
	"TelehealthLowestCostTitle" : "Sort by estimated cost",
	"TelehealthMobileBrowser" : "Mobile browser",
	"TelehealthMobileDevice" : "Mobile app",
	"TelehealthMobileDeviceTooltip" : "Mobile app",
	"TelehealthMobileTooltip" : "Mobile browser",
	"TelehealthNotificationsCancelEmail" : "Cancel",
	"TelehealthNotificationsCancelPhone" : "Cancel",
	"TelehealthNotificationsDescription" : "How would you like to be contacted about this visit?",
	"TelehealthNotificationsECSPrivacyPolicy" : "Privacy Policy",
	"TelehealthNotificationsECSTermsAndConditions" : "Terms and Conditions",
	"TelehealthNotificationsEmailSignupLbl" : "Email me:",
	"TelehealthNotificationsEmailSignupTooltip" : "Sign up for email notifications",
	"TelehealthNotificationsGuestProxy" : "How would you like to be notified about this visit?",
	"TelehealthNotificationsGuestProxyPretext" : "This may include a link to access the visit, notifications when the provider is ready, and a followup after the visit.",
	"TelehealthNotificationsNoEmail" : "No email address on file",
	"TelehealthNotificationsNoPhone" : "No phone number on file",
	"TelehealthNotificationsPretext" : "Select at least one method of contact. This includes a notification when your doctor is ready.",
	"TelehealthNotificationsSaveEmail" : "Save",
	"TelehealthNotificationsSavePhone" : "Save",
	"TelehealthNotificationsSkipTooltip" : "Opt out of notifications",
	"TelehealthNotificationsTextSignupLbl" : "Text me:",
	"TelehealthNotificationsTextSignupTooltip" : "Sign up for text notifications",
	"TelehealthOrganizationAuthButtonLabel" : "I agree to share my medical information with providers at @MYCHART@OrganizationName@",
	"TelehealthOrganizationAuthorizationAuthorizeButton" : "I Agree",
	"TelehealthOrganizationAuthorizationBackButton" : "Back",
	"TelehealthOrganizationAuthorizationFrameTitle" : "@MYCHART@HomeOrganizationName@ @MYCHART@BrandVideoVisits@ are provided by @MYCHART@OrganizationName@",
	"TelehealthOrganizationAuthorizationFrameTitleNoMnemonic" : "@MYCHART@HomeOrganizationName@ On-Demand Video Visits are provided by @MYCHART@OrganizationName@",
	"TelehealthOrganizationAuthorizationTitle" : "Allow providers at @MYCHART@OrganizationName@ to access your medical record",
	"TelehealthOrganizationProxyDisclaimer" : "Proxy Disclaimer from @MYCHART@OrganizationName@",
	"TelehealthOrganizationTermsAndCondtions" : "Terms and Conditions from @MYCHART@OrganizationName@",
	"TelehealthSavePhoneTooltip" : "Save phone number",
	"TelehealthSchedulingErrorMessage" : "We are unable to handle your request right now. Please try again later.",
	"TelehealthShortestWaitLabel" : "Shortest wait",
	"TelehealthShortestWaitOrganizationTitle" : "This organization has the shortest wait",
	"TelehealthShortestWaitTitle" : "Sort by estimated wait time",
	"TelehealthSignUp" : "Complete",
	"TelehealthSignUpTooltip" : "Schedule the video visit",
	"TelehealthStateNameOverride" : "",
	"TelehealthStateNameOverride_" : "",
	"TelehealthSuggestedLabel" : "Suggested",
	"TelehealthSuggestedTitle" : "Show suggested",
	"TelehealthSummaryDoNotUseInsurance" : "Do not bill insurance",
	"TelehealthSummaryPlatformTitle" : "Connect using",
	"TelehealthSummaryUseInsurance" : "Use insurance",
	"TelehealthSummaryVerificationTitle" : "Review",
	"TelehealthUnavailablePretext" : "Try again later, or call us at @MYCHART@HELPDESKPHONE@ for more information. If you have an emergency, call @MYCHART@EMERGENCYPHONE@.",
	"TelehealthUnavailableTitle" : "No providers are available",
	"TelehealthWebBrowser" : "My computer",
	"TelehealthWebBrowserTooltip" : "My computer",
	"Test" : "Test",
	"TestAgain" : "Test again",
	"TimeoutErrorMessage" : "We could not connect to @MYCHART@OrganizationName@. Try again later.",
	"Title" : "@MYCHART@BrandVideoVisits@",
	"UnlicensedLocation" : "No one is available to take your call. Please try again later or schedule an appointment.",
	"VideoChatProviderSelectionTitle" : "Who would you like to talk to?",
	"VideoVisitLandingPagePretext" : "",
	"VideoVisitLocationStepPreloginPretext" : "",
	"WaitTimeHour" : "@MYCHART@WaitTime@ hour",
	"WaitTimeHourAndMinutes" : "@MYCHART@WaitHours@ hour @MYCHART@WaitMinutes@ minutes",
	"WaitTimeHours" : "@MYCHART@WaitTime@ hours",
	"WaitTimeHoursAndMinutes" : "@MYCHART@WaitHours@ hours @MYCHART@WaitMinutes@ minutes",
	"WaitTimeMinutes" : "@MYCHART@WaitTime@ minutes",
	"WaitTimeNotAvailable" : "Wait time not available",
	"WaitTimeSoon" : "Less than 5 minutes",
	"WaitTimeSummary" : "@MYCHART@WaitTimeString@",
	"WaitTimeTitle" : "Estimated wait: ",
	"WebInfoDescription" : "To use a mobile device for your video visit, you need to have the mobile app installed. If you don\u0027t have a mobile device, \u003ca class=\"platformstep link\"  href=\"#\" data-id=\"useweb\" title=\"Select to use your computer\"\u003etry using your computer.\u003c/a\u003e",
	"WhoIsVisitForMessage" : "Are you scheduling this visit for yourself, or are you scheduling this visit for another patient?",
	"WhoIsVisitForTitle" : "Who is this visit for?",
	"XOrgDetailsOpen" : "Details about this visit will open in a new tab.",
	"XOrgDetailsOpenExisting" : "Details about the existing visit will open in a new tab.",
	"XOrgDisclaimerPermission" : "We will securely share your information with this organization only with your permission. Your medical team at @MYCHART@OrganizationName@ can only access your record when they have a reason to do so, such as for this visit.",
	"XOrgDisclaimerPermissionProxy" : "We will securely share your information with this organization only with your permission. @MYCHART@PatientName@\u0027s medical team at @MYCHART@OrganizationName@ can only access @MYCHART@PatientName@\u0027s record when they have a reason to do so, such as for this visit.",
	"XOrgDisclaimerShareDemographicDataProxy" : "We will also share some information about you to check if you and @MYCHART@PatientName@ already have accounts at @MYCHART@OrganizationName@. If we do not find existing accounts for you and @MYCHART@PatientName@, we will create a new account for you with limited access to @MYCHART@PatientName@\u0027s account at @MYCHART@OrganizationName@.",
	"XOrgDisclaimerShareMedicalData" : "To help your medical team give you the best possible care during your video visit, you first need to share your medical information from \u003cb\u003e@MYCHART@HomeOrganizationName@\u003c/b\u003e with providers at \u003cb\u003e@MYCHART@OrganizationName@\u003c/b\u003e.",
	"XOrgDisclaimerShareMedicalDataProxy" : "To help @MYCHART@PatientName@\u0027s medical team provide the best possible care during this video visit, you first need to share @MYCHART@PatientName@\u0027s medical information from \u003cb\u003e@MYCHART@HomeOrganizationName@\u003c/b\u003e with providers at \u003cb\u003e@MYCHART@OrganizationName@\u003c/b\u003e.",
	"XOrgPopupViewDetails" : "View details",
	"XOrgSentAsUnverifiedProxyHeader" : "You will have limited access to @MYCHART@PatientName@\u0027s medical information at @MYCHART@OrganizationName@",
	"XOrgSentAsUnverifiedProxySummary" : "You can request full access to @MYCHART@PatientName@\u0027s medical information at @MYCHART@OrganizationName@ after the visit is scheduled.",
	"XOrgUnverifiedProxyDoneSchedulingDetail" : "A new window should have opened. If you do not see one, check to see if a pop-up was blocked. You can also access the page from a link sent as an email or a text message.",
	"XOrgUnverifiedProxyDoneSchedulingHeader" : "@MYCHART@PatientName@ is now in line at @MYCHART@OrganizationName@",
	"XOrgUnverifiedProxyFoundExistingVisitHeader" : "@MYCHART@PatientName@ is already in line at @MYCHART@OrganizationName@",
});
$$WP.Strings.getNamespace("openscheduling").addStrings( {
	"DetailsStepTitle" : "Confirm and Schedule",
	"helpalt" : "Help--will show in lightbox",
	"helptext" : "",
	"helptitle" : "Help",
	"LocationStepGeolocationButtonInProgressLabel" : "Share my location",
	"LocationStepGeolocationButtonLabel" : "Locations near me",
	"LocationStepPositionUnavailableError" : "We could not determine your location. Please choose from one of the options below.",
	"LocationStepPostText" : "",
	"LocationStepPreText" : "",
	"LocationStepSearchButtonLabel" : "Search",
	"LocationStepSearchFailureError" : "Invalid ZIP code.",
	"LocationStepSearchInputLabel" : "Locations Near\u003cspan class=\"clearlabel\"\u003e ZIP Code\u003c/span\u003e",
	"LocationStepSearchInputLabelNoPlaceholder" : "Locations Near ZIP Code",
	"LocationStepSearchInputPlaceholder" : "ZIP code",
	"LocationStepShowAllButtonLabel" : "All locations",
	"LocationStepTitle" : "Choose a Location",
	"posttext" : "",
	"pretext" : "",
	"schedDaysNoData" : "\u003cspan\u003eSorry, we couldn\u0027t find any open appointments. Try changing your filtering options, or select a different specialty or type of appointment.\u003c/span\u003e",
	"SlotStepTitle" : "Choose a Time",
	"specialtyDescription" : "",
	"specialtySelectPosttext" : "",
	"specialtySelectPretext" : "",
	"SpecialtyStepTitle" : "Choose a Specialty",
	"specialtyText" : "",
	"StepNumber" : "",
	"StepNumber_1" : "1",
	"StepNumber_2" : "2",
	"StepNumber_3" : "3",
	"StepNumber_4" : "4",
	"StepNumber_5" : "5",
	"StopScheduling" : "We were unable to schedule this appointment online. Please call the clinic for assistance.",
	"Title" : "Find a Doctor",
	"TooManyAppointmentsErrorMessage" : "You\u0027ve reached the limit of how many appointments you can schedule at this time. Please try again later.",
	"visitTypeDescription" : "",
	"visitTypeSelectPosttext" : "",
	"visitTypeSelectPretext" : "",
	"VisitTypeStepTitle" : "Choose a Type of Appointment",
});
$$WP.Strings.getNamespace("organdonor").addStrings( {
	"AccessHelp" : "You can review, update, or remove your registration anytime at Donate Life America.",
	"BackLink" : "Health Summary",
	"ErrorInfo" : "Registration not working? You can also register anytime at Donate Life America: ",
	"Info1" : "This registration is a binding, legal document of gift.",
	"Info2" : "You affirm the information provided is accurate. You agree upon death to donate all eligible organs and tissues for transplant.",
	"Info3" : "You can remove your registration or specify more detailed donation preferences at any time at RegisterMe.org.",
	"LearnMore" : "Learn more",
	"ManageReg" : "Manage registration",
	"OrganDonorReg" : "Organ Donor Registration",
	"PersInfo" : "Go to Personal Information",
	"RegDateInfo" : "You registered on @MYCHART@RegDate@",
	"ResearchConsent" : "I would also like to authorize organ, eye, and tissue donation for research and education.",
	"ThankYou" : "Thank you for your decision to save lives through organ, eye, and tissue donation.",
	"Title" : "Organ Donor Registration",
	"UpdateInfo1" : "We saw that you added or changed some information on the registration form. Make sure you update the same information in @MYCHART@APPTITLE@.",
	"UpdateInfo2" : "Go to Personal Information or contact your provider to update your information.",
});
$$WP.Strings.getNamespace("paperlesssettings").addStrings( {
	"BillingDescription" : "If you sign up for paperless billing, you are opting to receive billing communications electronically. You will be notified of new statements and letters based on your communication preferences. You may still receive bills via mail from locations that do not have paperless billing.",
	"BillingDescriptionAuthUser" : "If you sign up for paperless billing, you are opting to receive billing communications electronically. You will be notified of new statements and letters based on your communication preferences. You may still receive bills via mail from locations that do not have paperless billing. You will not receive bills via mail for any accounts that you are an authorized user for, regardless of your paperless preference.",
	"BillingDescriptionLTC" : "If you sign up for paperless billing, you are opting to receive billing communications electronically. You will be notified of new statements and letters based on your communication preferences. You may still receive bills via mail from locations that do not have paperless billing or for accounts that you are an authorized user on.",
	"BillingDetailsLink" : "Billing Details",
	"BillingHeading" : "Paperless billing",
	"BillingSummaryLink" : "Billing Summary",
	"CommunicationPreferencesLink" : "Review communication preferences",
	"ContactInformationButtonText" : "Edit contact information",
	"ContactInformationHeading" : "Contact information",
	"ContactInformationLink" : "Review contact information",
	"HiddenMissingContactInformationText" : "Contact your clinic to ensure that they have your email address or mobile telephone number on file to sign up for paperless billing.",
	"MissingContactInformationForcePaperText" : "You will continue to receive paper statements until you have one of these contact methods on file.",
	"MissingContactInformationHeader" : "No email address or mobile number on file",
	"MissingContactInformationNoTicklersText" : "You will not receive notifications unless you have one of these contact methods on file.",
	"MissingContactInformationText" : "You will not be able to set up paperless billing unless you have a contact method on file.",
	"MixedPaperlessStatusHeader" : "Only some of your accounts are paperless",
	"MixedPaperlessStatusText" : "Save changes to update your settings for all accounts.",
	"NoNotificationsPopupHeader" : "You will not be notified of new bills.",
	"NoNotificationsPopupText" : "You have not turned on email or text notifications for billing statements or letters. As a result, you will not receive any communication about new bills when paperless billing is turned on.",
	"PaperlessDescription" : "Save paper and manage your accounts more easily.",
	"PaperlessSettingsTitle" : "Paperless Preferences",
	"PopupAcceptButton" : "OK",
	"SaveChangesButtonText" : "Save changes",
	"SaveChangesSuccessfulToast" : "Your changes were saved.",
	"SaveChangesUnsuccessfulPopupHeader" : "Changes could not be saved",
	"SaveChangesUnsuccessfulPopupText" : "Your changes could not be saved. Please try again later.",
	"SavingChangesButtonText" : "Saving...",
	"SignUpForTextsButtonText" : "Subscribe",
	"SignUpForTextsDetails" : "You must subscribe to receive important text messages.",
	"SignUpForTextsHeader" : "You will not receive text messages",
	"Title" : "Paperless Settings",
	"ToggleBilling" : "Set paperless billing preferences",
	"VerifyAndSignUpForTextsButtonText" : "Verify",
	"VerifyAndSignUpForTextsDetails" : "We need to verify that we can reach you at your mobile number.",
	"VerifyAndSignUpForTextsHeader" : "Verification needed",
});
$$WP.Strings.getNamespace("patientphoto").addStrings( {
	"AgreeToTakingNewPhoto" : "Add a photo",
	"AgreeToUpdatingPhoto" : "Update photo",
	"AttemptsRemaining" : "You can retake this photo @MYCHART@AttemptsLeft@ more times",
	"AXDescriptionOnPatientsPhoto" : "Enlarge photo",
	"AXDescriptionOnPhotoPlaceholder" : "No-photo placeholder",
	"BackVideoAXText" : "Video stream from back camera",
	"CameraFailureMessage" : "There is a problem with the camera. A photo cannot be taken at this time.",
	"ConfirmDeclinePhotoButtonText" : "Decline anyway",
	"ConfirmDeclinePhotoPrompt" : "Having a photo helps us to confirm patients\u0027 identities. Are you sure you want to decline taking a photo?",
	"DeclinePhotoButtonText" : "Decline",
	"DiscardPhotoButtonText" : "Discard",
	"EnlargedPhotoPopupCloseButtonText" : "Close",
	"EnlargedPhotoPopupTakePhotoButtonText" : "Take photo",
	"EnlargedPhotoPopupTitle" : "Your photo",
	"EnlargedPhotoPopupTitleDependent" : "@MYCHART@PatientFirstName@\u0027s photo",
	"FrontVideoAXText" : "Video stream from front camera",
	"KeepPictureButtonText" : "Keep",
	"NewPhotoAXDescrip" : "Your new photo",
	"NewPhotoAXDescripDependent" : "@MYCHART@PatientFirstName@\u0027s new photo",
	"NoAttemptsRemaining" : "You don\u0027t have the option to retake this photo",
	"OneAttemptRemaining" : "You can retake this photo once more",
	"RequestForNewPhoto" : "We don\u0027t have your photo",
	"RequestForNewPhotoDependent" : "We don\u0027t have a photo for @MYCHART@PatientFirstName@",
	"RequestForPhotoExplanation" : "Take a current photo to help staff verify your identity",
	"RequestForPhotoExplanationDependent" : "Take a current photo to help staff verify @MYCHART@PatientFirstName@\u0027s identity",
	"RequestForUpdatedPhoto" : "Let\u0027s make sure your photo is up to date",
	"RequestForUpdatedPhotoDependent" : "Let\u0027s make sure @MYCHART@PatientFirstName@\u0027s photo is up to date",
	"RetakePhotoButtonText" : "Retake",
	"ReturnToStartButtonText" : "Cancel",
	"ReviewPictureTitle" : "Would you like to keep this picture?",
	"ScreenReaderPhotoCheck" : "This device doesn\u0027t support spoken instructions for positioning a photo. Do you want to take your photo at the front desk instead?",
	"ScreenReaderPhotoCheckDependent" : "This device doesn\u0027t support spoken instructions for positioning a photo. Do you want to take @MYCHART@PatientFirstName@\u0027s photo at the front desk instead?",
	"ScreenReaderRequestPhotoAtFrontDesk" : "Request front desk photo",
	"ScreenReaderTakePhotoHere" : "Take photo here",
	"SkipPhotoButtonText" : "Ask later",
	"SwapCameraButtonText" : "Flip Camera",
	"TakePictureButtonText" : "Take photo",
	"TakePictureTitle" : "Position your face in the circle and take the photo",
	"TakePictureTitleDependent" : "Position @MYCHART@PatientFirstName@\u0027s face in the circle and take the photo",
	"Title" : "",
});
$$WP.Strings.getNamespace("payments.managepaymentmethods").addStrings( {
	"AddNewPaymentMethodCard" : "Add a new payment method",
	"AddNewPaymentMethodHeader" : "Add a New Payment Method",
	"bannerBodyText" : "Your saved payment methods could not be loaded. Please contact customer service.",
	"bannerHeaderText" : "Something went wrong.",
	"billingDetailsEntryPointButtonText" : "Manage payment methods",
	"billingDetailsHeader" : "Payment Methods",
	"billingDetailsLink" : "Billing Details",
	"billingSummaryLink" : "Billing Summary",
	"CancelChangesButtonText" : "Go back",
	"DeleteBankAccountPopupText" : "Are you sure you want to delete the bank account ending in @MYCHART@BANKLASTFOURDIGITS@?",
	"DeleteButtonText" : "Delete",
	"DeleteCardPopupText" : "Are you sure you want to delete the card ending in @MYCHART@CARDLASTFOURDIGITS@?",
	"DeletePaymentMethodPopupHeader" : "Confirm delete",
	"EditNicknameButtonText" : "Edit nickname",
	"EditNicknameFieldLabel" : "New nickname",
	"EditNicknamePopupContent" : "Editing payment method: @MYCHART@PAYMENTMETHODCURRENTNICKNAME@",
	"EmptyPaymentMethodCannotBeDeletedPopupText" : "This payment method is assigned to an automatic payment. Assign a new payment method to the automatic payment before deleting this one.",
	"expiringSoonBadgeText" : "Expiring soon",
	"FailedToAddPaymentMethodToast" : "Payment method failed to save",
	"guarantorAccountSubheader" : "Guarantor #@MYCHART@GUARANTORACCOUNTID@ (@MYCHART@GUARANTORNAME@)",
	"ManagePaymentMethodsTitle" : "Manage Payment Methods",
	"NicknameUpdatedToast" : "Nickname updated",
	"numPaymentMethodsDetailText" : "And @MYCHART@NUMCARDSONFILE@ more payment methods",
	"onePaymentMethodDetailText" : "And 1 more payment method",
	"onFilePaymentMethodsHeader" : "On file",
	"onFilePaymentMethodsSubheader" : "These payment methods are saved to your account but are not currently being used for scheduled payments. These payment methods may be on file for other billing accounts. Go to Billing Summary to access payment methods for other billing accounts.",
	"PaymentMethodCannotBeDeletedPopupHeader" : "Payment method cannot be deleted",
	"PaymentMethodCannotBeDeletedPopupText" : "This payment method \"@MYCHART@PAYMENTMETHODNAME@\" is assigned to an automatic payment. Assign a new payment method to the automatic payment before deleting this one.",
	"PaymentMethodSuccessfullyAddedToast" : "Payment method added",
	"paymentPlanBadgeText" : "Payment plan",
	"paymentPlanExpiringSoonBannerBodyText" : "Switch to a different payment method to avoid missing a payment.",
	"paymentPlanExpiringSoonBannerHeaderText" : "Payment plan payment method expiring soon",
	"paymentPlanLinkText" : "Update payment plan",
	"PopupAcceptButton" : "OK",
	"PopupBackButton" : "Go back",
	"SaveChangesButtonText" : "Save changes",
	"SaveChangesUnsuccessfulPopupHeader" : "Changes could not be saved",
	"SaveChangesUnsuccessfulPopupText" : "Your changes could not be saved. Please try again later.",
	"scheduledPaymentBadgeText" : "Scheduled payment",
	"scheduledPaymentMethodsHeader" : "Currently in use",
	"scheduledPaymentMethodsSubheader" : "In-use payment methods cannot be deleted. Update your payment method to allow the original payment method to be deleted.",
	"SuccessfulDeleteToast" : "Payment method deleted",
	"Title" : "Manage Payment Methods",
	"vapLinkText" : "Update scheduled payments",
	"zeroStatePrimaryText" : "You have no payment methods on file.",
	"zeroStateSecondaryText" : "You can save payment methods here for convenience.",
});
$$WP.Strings.getNamespace("payments.paymentmethodentry").addStrings( {
	"CouldNotStartSessionBody" : "Try again soon.",
	"CouldNotStartSessionHeading" : "Adding a new payment method is not available",
	"IFrameTitleForPaymentPage" : "Add a new payment method",
	"Title" : "Payment Method Entry",
});
$$WP.Strings.getNamespace("payments.shared.cardselection").addStrings( {
	"acceptedMethodsBoth" : "We accept payments via bank accounts and the following credit card brands:",
	"acceptedMethodsOnlyBankAccount" : "We accept payments via bank accounts.",
	"acceptedMethodsOnlyCards" : "We accept payments via the following credit card brands:",
	"acceptedMethodsOnlyOneCard" : "We accept payment by @MYCHART@ONLYCARDBRAND@ credit cards only.",
	"accountNumberMatch" : "Account numbers do not match.",
	"accountValidationRequired" : "Account Number validation is required.",
	"addNewCardLabel" : "New Payment Method",
	"addPaymentMethodButton" : "New payment method",
	"addressIsRequired" : "Address is required.",
	"AmericanExpress" : "American Express",
	"AmericanExpressShort" : "AmEx",
	"backToPaymentMethodListButton" : "Back to saved payment list",
	"bankAccountSelectLabel" : "Bank Account",
	"brandAndLastFour" : "@MYCHART@CARDBRAND@ x@MYCHART@LASTFOUR@",
	"btnBack" : "Back",
	"btnBackHelp" : "Go back to edit your information.",
	"btnContinue" : "Continue",
	"btnContinueHelp" : "Continue to the next step. You will have a chance to review your details before processing the payment.",
	"cardBrandNameAmEx" : "American Express",
	"cardBrandNameDinersClub" : "Diners Club",
	"cardBrandNameDiscover" : "Discover",
	"cardBrandNameMasterCard" : "MasterCard",
	"cardBrandNameVisa" : "Visa",
	"cardDateInPast" : "Card is already expired.",
	"cardSelectLabel" : "Credit Card",
	"checkAltText" : "Bank Account",
	"checkingAccount" : "Checking",
	"choosePaymentMethodButton" : "Use this payment method",
	"cityLabel" : "City",
	"countryLabel" : "Country",
	"countyLabel" : "County",
	"deleteButtonTitle" : "Delete the @MYCHART@DELETEMTHDTYPE@ ending in @MYCHART@DELETELASTFOUR@.",
	"deleteButtonTitleDisabled" : "Payment method cannot be deleted because it is currently linked to an automatic payment.",
	"deletePaymentMethodConfirmCard" : "Are you sure you want to delete the credit card ending in @MYCHART@LAST4@?",
	"deletePaymentMethodConfirmECheck" : "Are you sure you want to delete the stored bank account ending in @MYCHART@LAST4@?",
	"deletePaymentMethodError" : "The payment method could not be deleted.",
	"deleteText" : "Delete",
	"digitalWalletApplePay" : "Apple Pay",
	"digitalWalletGooglePay" : "Google Pay",
	"DinersClub" : "Diners Club",
	"Discover" : "Discover",
	"districtLabel" : "District",
	"editButtonTitle" : "Edit the nickname of the @MYCHART@EDITMTHDTYPE@ ending in @MYCHART@EDITLASTFOUR@.",
	"editImgAltText" : "Edit nickname",
	"editModeHeader" : "Manage your saved payment methods",
	"editModeHelpText" : "Edit or delete the payment methods using the following buttons, then return to payment method selection with the buttons below",
	"editModeLink" : "Manage your saved payment methods",
	"editNicknameError" : "The nickname could not be updated.",
	"emailLabel" : "Email",
	"error" : "Error: ",
	"EstimatedAmountLabel" : "Estimated amount",
	"expAltText" : "Expiration date of the credit card",
	"expirationDate" : "exp. @MYCHART@MM@/@MYCHART@YYYY@",
	"expirationDateDisplay" : "@MYCHART@DISPLAYMM@/@MYCHART@DISPLAYYYYY@",
	"expirationDateHelpText" : "expires @MYCHART@HELPTEXTMM@/@MYCHART@HELPTEXTYYYY@",
	"extraInformationConfirmButton" : "Pay now",
	"extraInformationDeclineButton" : "Close",
	"extraInformationRequiredText" : "Additional information is required to process @MyChart@extraInformationRequiredTextDescription@ x@MyChart@extraInformationRequiredTextLastFour@",
	"extraInformationSecurityCode" : "Security code (CVV)",
	"extraInformationTitle" : "Required information needed",
	"fieldContainsInvalidCharacters" : "The characters \" and ^ are invalid.",
	"fieldIsInvalid" : "@MYCHART@FIELDNAME@ is invalid.",
	"fieldIsRequired" : "@MYCHART@FIELDNAME@ is required.",
	"fieldIsValidAltText" : "The input for this field is valid",
	"firstNameLabel" : "First name",
	"fullBankDescAriaLabel" : "@MYCHART@ARIABANKNAME@, ending in @MYCHART@ARIABANKLASTFOUR@, @MYCHART@ARIABANKTYPE@ account",
	"fullCardDescAriaLabel" : "@MYCHART@ARIACARDNAME@, ending in @MYCHART@ARIACARDLASTFOUR@, expires @MYCHART@ARIACARDMM@/@MYCHART@ARIACARDYYYY@, @MYCHART@ARIACARDBRAND@",
	"ghostCardAltText" : "Unknown credit card brand",
	"goBackButton" : "Go back",
	"homePhoneLabel" : "Phone",
	"houseNumberLabel" : "House number",
	"invalidMonth" : "Invalid month.",
	"invalidYear" : "Invalid year.",
	"last4AltText" : "The last 4 digits of this payment method",
	"lastFourDisplay" : "x@MYCHART@DISPLAYLASTFOUR@",
	"lastFourHelpText" : "Ending in @MYCHART@HELPTEXTLASTFOUR@",
	"lastNameLabel" : "Last name",
	"loadIFrameError" : "The form to add a payment method could not be loaded.",
	"Mastercard" : "MasterCard",
	"newCardBillingInformationLabel" : "Billing information",
	"newCardEnterABillingAddressLabel" : "Enter a new address",
	"newCardExpirationDateLabel" : "Expiration date",
	"newCardExpirationMonthLabel" : "month:",
	"newCardExpirationYearLabel" : "year:",
	"newCardExpMonthDescription" : "Card expiration month, 2 digits",
	"newCardExpMonthLabel" : "mm",
	"newCardExpYearDescription" : "Card expiration year, 4 digits",
	"newCardExpYearLabel" : "yyyy",
	"newCardHeader" : "Enter payment information",
	"newCardNameOnCardLabel" : "Name on card",
	"newCardNicknameLabel" : "Payment method nickname",
	"newCardNumberLabel" : "Card number",
	"newCardSecurityCodeHelpText" : "\u003cp class=\"Normal\"\u003e\r\n\t\t\t\t\tFor your security, we recommend that you enter the security code on your credit card. If you use American Express, the 4 digit security code is on the front of the card, above the card number. Otherwise, the security code is the last 3 digits found on the back of the card, typically on the signature line.\r\n\t\t\t\t\t\u003c/p\u003e\r\n\t\t\t\t\t\u003cp class=\"Normal\"\u003e\r\n\t\t\t\t\tFor further security, the code you enter isn\u0027t kept on file, so you need to enter it each time you make a manual payment with the credit card.\r\n\t\t\t\t\t\u003c/p\u003e",
	"newCardSecurityCodeLabel" : "Security code",
	"newCheckAccountHolderNameLabel" : "Name on account",
	"newCheckAccountNumberHelpText" : "The account number is the unique number for your account. This can be located on your check or when logged in to your bank\u0027s website.",
	"newCheckAccountNumberLabel" : "Account number",
	"newCheckAccountNumberValidationLabel" : "Confirm account number",
	"newCheckAccountStateHelpText" : "Select the state of the billing address used when you opened the bank account. Typically this is the state in the address on your physical check.",
	"newCheckAccountStateLabel" : "Bank account state",
	"newCheckAccountTypeLabel" : "Bank account type",
	"newCheckChecking" : "Checking",
	"newCheckDriversLicenseHelpText" : "Enter the driver\u0027s license number associated with your account. If you haven\u0027t kept the license on file with your bank up to date, this could be an old license.",
	"newCheckDriversLicenseLabel" : "Driver\u0027s license number",
	"newCheckExampleAltText" : "Routing number and account number example",
	"newCheckRoutingHelpText" : "The routing number is a 9-digit number that represents your banking institution. This can be found on your check or your bank\u0027s website.",
	"newCheckRoutingNumberLabel" : "Routing number",
	"newCheckSavings" : "Savings",
	"newPmtMthdNicknameHelpText" : "Enter a nickname that will help you identify the saved account. This nickname will appear when you make a payment.",
	"nicknameEditLabel" : "Enter a new nickname",
	"nicknameEditTitle" : "Edit nickname",
	"PayingLaterLabel" : "Paying later",
	"PayingNowLabel" : "Paying now",
	"paymentMethodInfoACH" : "@MYCHART@ACHTYPE@ x@MYCHART@DISPLAYLASTFOUR3@",
	"paymentMethodSelectionHeader" : "Select a payment method",
	"PaymentPlanTermsLabel" : "Payment plan terms",
	"PaymentSummaryHeader" : "Payment summary",
	"PaymentTermsDetails" : "@MYCHART@MONTHLYAMOUNT@ for @MYCHART@NUMPAYMENTS@ months",
	"PaymentTermsStart" : "Beginning @MYCHART@STARTDATE@",
	"processErrFailedToSaveCardInline" : "There was an error processing your payment method. Please check your information for accuracy.",
	"processPaymentMethodButtonLabel" : "Process payment method",
	"ReceiptFriendlyName" : "Receipt",
	"saveButton" : "Save",
	"saveErrFailedAtGateway" : "Your payment method could not be saved.",
	"saveErrFailedToSaveCard" : "Error saving payment method. Please check your information for accuracy and re-enter your account number.",
	"saveErrFailedToSaveCardInline" : "There was an error saving your payment method. Please check your information for accuracy.",
	"saveErrInvalidCardNumber" : "Invalid card number.",
	"saveErrInvalidDemographics" : "Invalid billing information.",
	"saveErrInvalidExpirationDate" : "Invalid expiration date.",
	"saveErrInvalidMerchant" : "Error saving payment method. Please check your information for accuracy and re-enter your account number.",
	"saveErrMissingRequiredFields" : "Fill out all required fields before saving.",
	"saveForFutureUse" : "Save for future use",
	"saveForFutureUseDesc" : "Saves new payment method",
	"saveNewCardButtonLabel" : "Save payment method",
	"savingsAccount" : "Savings",
	"securityCodeAriaLabel" : "Enter your security code",
	"securityCodeHelpAltText" : "Hover for info about the security code field",
	"selectionModeHelpText" : "Select your payment method from the list below, or add a new one.",
	"selectionModeHelpTextNoSaved" : "Complete the form below to add a new payment method.",
	"selectionModeLink" : "Back to payment selection",
	"stateLabel" : "State",
	"streetLabel" : "Address",
	"Title" : "Card Payment Selection",
	"unknownAccount" : "Bank account",
	"unknownCreditCard" : "Credit card",
	"VAPTerms" : "Up to @MYCHART@VAPAMOUNT@",
	"Visa" : "Visa",
	"workflowAutopayStep2Header" : "How would you like to pay?",
	"workflowStepHeader" : "How do you want to pay?",
	"workflowTitleBillPay" : "Account Payment",
	"workflowTitleDefault" : "Payment",
	"workflowTitlePayAsGuest" : "Pay as Guest",
	"yearMustBe2or4Digits" : "Year must be 2 or 4 digits.",
	"zipLabel" : "ZIP",
});
$$WP.Strings.getNamespace("payments.shared.paymentplans").addStrings( {
	"AcceptSetup" : "Accept settings",
	"AccountCardHeader" : "@MYCHART@Name@ (@MYCHART@AccountNumber@)",
	"AmountToPay" : "Amount to pay each month",
	"AutoPayAmount" : "@MYCHART@Amount@ per month",
	"ChooseAccountsError" : "You must select at least one account",
	"Continue" : "Continue",
	"DayOfTheMonth" : "Day of the month to pay",
	"DayOptionSpoken" : "",
	"DayOptionSpoken_1" : "First",
	"DayOptionSpoken_10" : "Tenth",
	"DayOptionSpoken_11" : "Eleventh",
	"DayOptionSpoken_12" : "Twelfth",
	"DayOptionSpoken_13" : "Thirteenth",
	"DayOptionSpoken_14" : "Fourteenth",
	"DayOptionSpoken_15" : "Fifteenth",
	"DayOptionSpoken_16" : "Sixteenth",
	"DayOptionSpoken_17" : "Seventeenth",
	"DayOptionSpoken_18" : "Eighteenth",
	"DayOptionSpoken_19" : "Nineteenth",
	"DayOptionSpoken_2" : "Second",
	"DayOptionSpoken_20" : "Twentieth",
	"DayOptionSpoken_21" : "Twenty First",
	"DayOptionSpoken_22" : "Twenty Second",
	"DayOptionSpoken_23" : "Twenty Third",
	"DayOptionSpoken_24" : "Twenty Fourth",
	"DayOptionSpoken_25" : "Twenty Fifth",
	"DayOptionSpoken_26" : "Twenty Sixth",
	"DayOptionSpoken_27" : "Twenty Seventh",
	"DayOptionSpoken_28" : "Twenty Eighth",
	"DayOptionSpoken_29" : "Twenty Ninth",
	"DayOptionSpoken_3" : "Third",
	"DayOptionSpoken_30" : "Thirtieth",
	"DayOptionSpoken_31" : "Thirty First",
	"DayOptionSpoken_4" : "Fourth",
	"DayOptionSpoken_5" : "Fifth",
	"DayOptionSpoken_6" : "Sixth",
	"DayOptionSpoken_7" : "Seventh",
	"DayOptionSpoken_8" : "Eighth",
	"DayOptionSpoken_9" : "Ninth",
	"DaySelected" : "@MYCHART@SelectedDay@ selected",
	"DaySelectedLabel" : "Select the day (1 - 28) @MYCHART@SelectedDaySpoken@ day is selected",
	"EmailFail" : "There was an error sending the information you requested. Try again or see the receptionist for help.",
	"EmailSuccess" : "The information you requested has been emailed.",
	"EnrollInPaperless" : "Enroll in paperless billing",
	"EnrollInPaperlessShort" : "Paperless",
	"EstimateCoinsurance" : "Coinsurance",
	"EstimateCopay" : "Copay",
	"EstimateDeductible" : "Deductible",
	"EstimatedResponsibility" : "Your estimated responsibility",
	"EstimatedResponsibilitySimple" : "Your estimated responsibility (@MYCHART@ResponsibilityDetail@)",
	"EstimateNonCovered" : "Fees not covered",
	"EstimateSelfPayDiscount" : "Discount",
	"EstimateSubtotal" : "Subtotal",
	"FinalPayment" : "Final payment",
	"FinalPaymentSpoken" : "Final payment on @MYCHART@FinalPaymentDate@",
	"FirstPayment" : "First payment",
	"FirstPaymentSpoken" : "First payment on @MYCHART@FirstPaymentDate@",
	"GuarantorAccountCardSpoken" : "Account @MYCHART@Name@ @MYCHART@AccountNumber@ with an outstanding @MYCHART@BillingSystem@ balance of @MYCHART@Balance@.",
	"MonthlyAmount" : "Monthly amount",
	"NoFinalPaymentSpoken" : "Unknown final payment date",
	"NoPaymentsSpoken" : "Unknown number of payments",
	"NotificationsEmail" : "Sign-up and payment notifications will be sent to @MYCHART@PaymentPlanEmail@.",
	"NotificationsEmailAndSMS" : "Sign-up and payment notifications will be sent to @MYCHART@PaymentPlanEmail@ and @MYCHART@PaymentPlanSMS@.",
	"NotificationsSMS" : "Sign-up and payment notifications will be sent to @MYCHART@PaymentPlanSMS@.",
	"NotNow" : "Not now",
	"NumberOfAccountsSelected" : "@MYCHART@NumberOfAccounts@ accounts are currently selected",
	"NumberOfAccountsSelectedNone" : "No accounts are currently selected",
	"NumberOfAccountsSelectedOne" : "1 account is currently selected",
	"Ok" : "Ok",
	"PaperlessDescription" : "When enrolled in paperless billing, we\u0027ll notify you electronically when you have a new statement.",
	"PaymentMethod" : "Payment method",
	"PaymentMethodExpire" : "Your payment method will expire and needs to be updated by @MYCHART@UpdatePayMethodDate@.",
	"PaymentPlanDisplayMultiple" : "Which accounts do you want to set up a payment plan for?",
	"PaymentPlanDisplayMultiplePrompt" : "Would you like to set up a payment plan for the selected accounts?",
	"PaymentPlanDisplayPrompt" : "Would you like to set up a payment plan for your outstanding balance?",
	"PaymentPlanReview" : "Confirm your payment plan for your account balance of @MYCHART@Balance@",
	"PaymentPlanSetUp" : "Create payment plan for @MYCHART@Balance@",
	"PaymentPlanSetUpUpdate" : "Update payment plan terms for @MYCHART@Balance@",
	"Payments" : "Payments",
	"PaymentsSpoken" : "There will be @MYCHART@NumberOfPayments@ payments in total.",
	"PlanSetup" : "Plan settings",
	"PrintHeader" : "Payment plan for your account balance of @MYCHART@Balance@",
	"PrintName" : "Payment plan",
	"SelectDay" : "Select the day (1 - 28)",
	"SetUp" : "Set up",
	"SignedUp" : "Your automatic payment plan has been set up",
	"SignedUpBalance" : "for your balance of @MYCHART@Balance@",
	"SignedUpForPaperless" : "You are enrolled in paperless billing.",
	"SignedUpMultiple" : "Your automatic payment plan has been set up (@MYCHART@ProgressNumerator@ of @MYCHART@ProgressDenominator@)",
	"StartPlan" : "Start plan",
	"Title" : "Payment Plans",
	"WhatIsPaperlessSpoken" : "What is paperless billing?",
});
$$WP.Strings.getNamespace("pcp").addStrings( {
	"AddPCP" : "Add Primary Care Provider",
	"BackButtonLabel" : "Back",
	"ChangePCPHeading" : "Change Primary Care Provider",
	"CitySearchPrompt" : "City",
	"CityTitle" : "City",
	"ClearAllButtonLabel" : "Clear all",
	"DepartmentSpecialtyPrompt" : "Department Specialty",
	"DepartmentSpecialtySearchFieldChoices" : "",
	"DepartmentTitlePlural" : "Departments",
	"DepartmentTitleSingle" : "Department",
	"DetailsButtonLabel" : "Details",
	"ExternalDepartmentSearchPrompt" : "Department",
	"FirstNameSearchPrompt" : "First Name",
	"GenderSearchPrompt" : "Gender",
	"GeographicAreaSearchPrompt" : "Geographic Area",
	"HasCurrentPCPPrompt" : "Is this still your Primary Care Provider?",
	"HasCurrentPCPPromptDependent" : "Is this still @MYCHART@PatientFirstName@\u0027s Primary Care Provider?",
	"HasCurrentPCPWithFuturePCPPrompt" : "Your current Primary Care Provider is @Mychart@CurrentPCPName@ and will change to the following provider on @MyChart@PCPEffectiveDate@.",
	"HasCurrentPCPWithFuturePCPPromptDependent" : "@MYCHART@PatientFirstName@\u0027s current Primary Care Provider is @Mychart@CurrentPCPName@ and will change to the following provider on @MyChart@PCPEffectiveDate@.",
	"InformationTitle" : "Provider Information",
	"InternalDepartmentSearchPrompt" : "Department",
	"LanguageSearchFieldChoices" : "",
	"LanguageSearchPrompt" : "Language",
	"LanguageTitlePlural" : "Languages",
	"LanguageTitleSingle" : "Language",
	"LastNameSearchPrompt" : "Last Name",
	"LocationSearchPrompt" : "Location",
	"LocationTitlePlural" : "Location",
	"LocationTitleSingle" : "Location",
	"MatchPercentageTitle" : "Match Percentage",
	"NameTitle" : "Name",
	"NextButtonLabel" : "Next",
	"NoCurrentPCPWithFuturePCPPrompt" : "You don\u0027t currently have a Primary Care Provider, but that will change to the following provider on @MyChart@PCPEffectiveDate@.",
	"NoCurrentPCPWithFuturePCPPromptDependent" : "@MYCHART@PatientFirstName@ doesn\u0027t currently have a Primary Care Provider, but that will change to the following provider on @MyChart@PCPEffectiveDate@.",
	"NoPCPPrompt" : "We don\u0027t have a Primary Care Provider on file for you. Confirm this is correct or add one.",
	"NoPCPPromptDependent" : "We don\u0027t have a Primary Care Provider on file for @MYCHART@PatientFirstName@. Confirm this is correct or add one.",
	"NoProviderMatchingCriteria" : "We couldn\u0027t find a provider matching the criteria.",
	"NotSure" : "Not sure",
	"PCPAddRequestedHeader" : "Your request to add a Primary Care Provider has been submitted.",
	"PCPHeading" : "Primary Care Provider",
	"PCPIndicatorText" : "Primary Care Provider",
	"PCPNotSureHeader" : "You\u0027ve indicated that you are unsure of your Primary Care Provider.",
	"PCPNotSureHeaderDependent" : "You\u0027ve indicated that you are unsure of @MYCHART@PatientFirstName@\u0027s Primary Care Provider.",
	"PCPUpdateConfirmedHeader" : "Primary Care Provider updated.",
	"PCPUpdatePendingHeader" : "Your Primary Care Provider update is submitted and pending approval.",
	"PCPUpdatePendingHeaderDependent" : "@MYCHART@PatientFirstName@\u0027s Primary Care Provider update is submitted and pending approval.",
	"PCPUpdateRequestedHeader" : "Your request to change your Primary Care Provider has been submitted.",
	"PCPUpdateRequestedHeaderDependent" : "Your request to change @MYCHART@PatientFirstName@\u0027s Primary Care Provider has been submitted.",
	"ProviderDetailsButtonText" : "Provider details",
	"ProviderSpecialtySearchFieldChoices" : "",
	"ProviderSpecialtySearchPrompt" : "Provider Specialty",
	"ReasonsForChangeChoices" : "",
	"ResultsPromptText" : "Select your Primary Care Provider from the list below.",
	"ResultsPromptTextDependent" : "Select @MYCHART@PatientFirstName@\u0027s Primary Care Provider from the list below.",
	"SearchButtonLabel" : "Search",
	"SearchPromptText" : "Fill out at least one field to search for a provider.",
	"SelectButtonDescription" : "Select @MyChart@ProviderName@ as your new Primary Care Provider",
	"SelectButtonDescriptionDependent" : "Select @MyChart@ProviderName@ as @MYCHART@PatientFirstName@\u0027s new Primary Care Provider",
	"SelectButtonLabel" : "Select",
	"SelectReasonForChange" : "Why are you requesting this change?",
	"SexSearchFieldChoices" : "",
	"SexSearchFieldChoices_1" : "Female",
	"SexSearchFieldChoices_2" : "Male",
	"SexSearchFieldChoices_3" : "Unknown",
	"SexSearchFieldChoices_950" : "Nonbinary",
	"SexTitle" : "Sex",
	"SpecialtyTitlePlural" : "Specialties",
	"SpecialtyTitleSingle" : "Specialty",
	"StateSearchFieldChoices" : "",
	"StateSearchPrompt" : "State",
	"StateTitle" : "State",
	"StreetAddressTitlePlural" : "Street Addresses",
	"StreetAddressTitleSingle" : "Street Address",
	"Title" : "",
	"TryAnotherSearchButtonLabel" : "Try another search",
	"TypeTitle" : "Type",
	"UnableToFindProviderButtonLabel" : "Can\u0027t find who I\u0027m looking for",
	"UnableToUpdatePCPPrompt" : "Please call @MYCHART@HELPDESKPHONE@ to update this information.",
	"UnableToUpdatePCPPromptOnSite" : "Contact the receptionist to update the primary care provider.",
	"UpdatePCP" : "Change Provider",
	"VerifyPCP" : "Confirm",
	"VerifyPCPHeading" : "Verify Primary Care Provider",
	"ZIPSearchPrompt" : "ZIP",
	"ZIPTitle" : "ZIP",
});
$$WP.Strings.getNamespace("personalinformation.address").addStrings( {
	"AddOtherLinesLabel" : "Add apartment or unit",
	"AddressErrors" : "",
	"AddressErrors_country" : "Enter a valid country",
	"AddressErrors_county" : "Enter a valid county",
	"AddressErrors_district" : "Enter a valid district",
	"AddressErrors_state" : "Enter a valid state",
	"AddressLabels" : "",
	"AddressLabels_1" : "Street address",
	"AddressLabels_10" : "Building",
	"AddressLabels_11" : "Floor",
	"AddressLabels_12" : "Unit",
	"AddressLabels_13" : "Temporary phone",
	"AddressLabels_14" : "Start date",
	"AddressLabels_15" : "End date",
	"AddressLabels_1OtherLines" : "Apartment or unit",
	"AddressLabels_2" : "City",
	"AddressLabels_3" : "State",
	"AddressLabels_4" : "ZIP",
	"AddressLabels_4_lower" : "Zip",
	"AddressLabels_5" : "County",
	"AddressLabels_6" : "Country",
	"AddressLabels_7" : "House number",
	"AddressLabels_8" : "District",
	"DefaultMatches" : "We found the following matches based on this address:",
	"KeepEnteredAddress" : "Keep Entered Address:",
	"TemporaryEndDateBeforeStartDate" : "End date cannot be before start date",
	"Title" : "",
});
$$WP.Strings.getNamespace("personalinformation.contactinformation").addStrings( {
	"AddressLabel" : "Address",
	"AddTemporaryAddressLink" : "Add a temporary address",
	"AddTemporaryAddressPrompt" : "Going somewhere for a while?",
	"AlertRestoreButtonText" : "Restore",
	"AlertVerifyButtonText" : "Verify",
	"AllReadOnlyPretext" : "You can reach out to \u003ca target=\"_blank\" href=\"https://www.mychart.org/MyChartCentral/Help\"\u003eMyChart Central Support\u003c/a\u003e to update this information.",
	"BothContactsDeletedAlert" : "Your email address and mobile phone number have been removed from your account. Please restore them or enter new ones below.",
	"BothContactsNeedAttentionAlert" : "We need to verify that we can reach you at your email address and mobile number.",
	"CancelButton" : "Cancel",
	"CarrierChargesWarning" : "Carrier charges may apply",
	"ContactAlertTitle" : "Verification needed",
	"ContactHelpText" : "This contact information will only be used for this visit",
	"ContactInformationCardTitle" : "Contact Information",
	"ContactInformationHeader" : "How can we contact you for this visit?",
	"ContactInformationNoValueMessage" : "Not entered",
	"ContactInfoSavedSuccessToast" : "Changes to contact information were saved successfully.",
	"ContactMethodsLabel" : "Contact methods",
	"ContactsNeedAttentionIconAltText" : "Please verify your contact information.",
	"ContactsVerifiedMessage" : " Your contact information is now verified. You can update this information at any time.",
	"ContactsVerifiedTitle" : "Success!",
	"DatePickerAltText" : "Date Picker",
	"DefaultOverride" : "This address is correct",
	"DiscardChangesButton" : "Discard changes",
	"EditButton" : "Edit",
	"EditContactInfoButtonScreenReaderLabel" : "Edit Contact Information",
	"EditContactInfoHeaderScreenReaderLabel" : "Editing Contact Information",
	"EditContactInformationTitle" : "Edit Contact Information",
	"EmailDeletedAlert" : "Your email address has been removed from your account. Please restore it or enter a new one below.",
	"EmailLabel" : "Email",
	"EmailLabelWithEmptyValue" : "Email: —",
	"EmailLabelWithValue" : "Email: @MYCHART@EMAILADDRESSVALUE@",
	"EmailNeedsAttentionAlert" : "We need to verify that we can reach you at your email address.",
	"EmailNeedsAttentionIconAltText" : "This email address needs attention. Please verify this address.",
	"HomePhoneNumberLabel" : "Home Phone",
	"MobileDeletedAlert" : "Your mobile phone number has been removed from your account. Please restore it or enter a new one below.",
	"MobileNeedsAttentionAlert" : "We need to verify that we can reach you at your mobile number.",
	"MobileNeedsAttentionIconAltText" : "This mobile number needs attention. Please verify this phone number.",
	"MobilePhoneNumberLabel" : "Mobile Phone",
	"NoAddressMessage" : "Address not entered",
	"NoEmailMessage" : "Email not entered",
	"NoHomePhoneMessage" : "Home phone not entered",
	"NoMatches" : "No matches were found for this address",
	"NoMobilePhoneMessage" : "Mobile phone not entered",
	"NoPhonesOnFileMessage" : "No phone numbers entered",
	"NoWorkPhoneMessage" : "Work phone not entered",
	"PermanentAddressLabel" : "Permanent address",
	"PhoneLabelWithEmptyValue" : "Phone: —",
	"PhoneLabelWithValue" : "",
	"PhoneLabelWithValue_home" : "Home: @MYCHART@PHONENUMBER@",
	"PhoneLabelWithValue_mobile" : "Mobile: @MYCHART@PHONENUMBER@",
	"PhoneLabelWithValue_work" : "Work: @MYCHART@PHONENUMBER@",
	"PhoneLabelWithValuePreferred" : "",
	"PhoneLabelWithValuePreferred_home" : "Home: @MYCHART@PHONENUMBER@ (preferred)",
	"PhoneLabelWithValuePreferred_mobile" : "Mobile: @MYCHART@PHONENUMBER@ (preferred)",
	"PhoneLabelWithValuePreferred_work" : "Work: @MYCHART@PHONENUMBER@ (preferred)",
	"PreferredDeviceIdentifier" : " (preferred)",
	"PreferredDeviceOptionLabels" : "",
	"PreferredDeviceOptionLabels_1" : "Mobile Phone",
	"PreferredDeviceOptionLabels_7" : "Home Phone",
	"PreferredDeviceOptionLabels_8" : "Work Phone",
	"PreferredDeviceTooltip" : "Preferred Phone Number",
	"RemoveTemporaryAddressLink" : "Remove temporary address",
	"SaveButton" : "Save changes",
	"SendTextLabel" : "Send me text notifications for this visit",
	"SMSSenderShortCodeLabel" : "Messages will be sent from @MYCHART@SHORTCODE@.",
	"SomeReadOnlyPretext" : "To update information that can\u0027t be entered here, please reach out to \u003ca target=\"_blank\" href=\"https://www.mychart.org/MyChartCentral/Help\"\u003eMyChart Central Support\u003c/a\u003e.",
	"TemporaryAddressDateRangeLabel" : "@MYCHART@STARTDATE@ - @MYCHART@ENDDATE@",
	"TemporaryAddressEndDateLabel" : "End Date",
	"TemporaryAddressLabel" : "Temporary address",
	"TemporaryAddressPhoneIconAltText" : "Temporary Phone",
	"TemporaryAddressPhoneNumberLabel" : "Phone Number",
	"TemporaryAddressStartDateLabel" : "Start Date",
	"TemporaryAddressWithDateRangeLabel" : "Temporary address (@MYCHART@STARTDATE@ - @MYCHART@ENDDATE@)",
	"TemporaryPhoneNumberIdentifier" : "(temporary)",
	"TemporaryPhoneNumberLabelWithValue" : "Temporary phone: @MYCHART@TEMPORARYPHONEVALUE@",
	"Title" : "",
	"VerificationNeededIconAltText" : "Verification needed",
	"VerificationNeededText" : "Some contact information needs to be verified",
	"VerifyContactInformationButtonText" : "Verify information",
	"WorkPhoneNumberLabel" : "Work Phone",
});
$$WP.Strings.getNamespace("personalinformation.index").addStrings( {
	"AccountSettingsButtonLabel" : "Account Settings",
	"AccountSettingsButtonTooltip" : "Manage your account settings",
	"AccountSettingsImgAltText" : "Account Settings",
	"AllReadOnlyPretext" : "",
	"EndOfLifePlanningButtonLabel" : "@MYCHART@BrandEOLPlanning@",
	"EndOfLifePlanningButtonLabelNoMnemonic" : "End-of-Life Planning",
	"EndOfLifePlanningButtonTooltip" : "Review your health care agents",
	"EndOfLifePlanningImgAltText" : "@MYCHART@BrandEOLPlanning@",
	"EndOfLifePlanningImgAltTextNoMnemonic" : "End-of-Life Planning",
	"FormInstructions" : "Indicates a required field.",
	"ManagePharmaciesButtonLabel" : "Manage My Pharmacies",
	"ManagePharmaciesButtonTooltip" : "Manage your pharmacies",
	"ManagePharmaciesImgAltText" : "Manage pharmacies",
	"NotificationPreferenceButtonLabel" : "Communication Preferences",
	"NotificationPreferenceButtonTooltip" : "Manage your communication preferences",
	"NotificationPreferenceImgAltText" : "Communication Preferences",
	"PatientPhotoAccessibleDescription" : "@MYCHART@NICKNAME@ profile picture",
	"PendingIndicator" : "Pending review",
	"PendingIndicatorTooltip" : "This information has been updated and is in review.",
	"PharmacyButtonLabel" : "Manage my pharmacies",
	"PharmacyButtonTooltip" : "Review and update your list of pharmacies",
	"PharmacyImgAltText" : "Manage my pharmacies",
	"Pretext" : "Please enter contact and personal information here, and click \u003cspan class=\"bold\"\u003eSave Changes\u003c/span\u003e to send a message to the clinic. Allow 24 hours for the information to be updated in the legal medical record.",
	"RelatedLinksSidebarHeader" : "Related Links",
	"SavingErrorMessage" : "We were unable to save all of your changes at this time. Please try again later.",
	"SavingErrorMessageTitle" : "Something went wrong",
	"SidebarPretext" : "",
	"Title" : "Personal Information",
	"VerifiedSuccessMessage" : "All contact information has been verified.",
});
$$WP.Strings.getNamespace("personalinformation.otherinformation").addStrings( {
	"AcknowledgementText" : "Your photo can be seen by staff at this organization.",
	"AddImage" : "Add photo",
	"AllReadOnlyPretext" : "You can reach out to \u003ca target=\"_blank\" href=\"https://www.mychart.org/MyChartCentral/Help\"\u003eMyChart Central Support\u003c/a\u003e to update this information.",
	"AutumnText" : "Autumn",
	"AutumnTextNotSelectedText" : "Color scheme, Autumn, Not selected",
	"AutumnTextSelectedText" : "Color scheme, Autumn, Selected",
	"BubblegumNotSelectedText" : "Color scheme, Bubblegum, Not selected",
	"BubblegumSelectedText" : "Color scheme, Bubblegum, Selected",
	"BubblegumText" : "Bubblegum",
	"CancelButton" : "Cancel",
	"CancelButtonLabel" : "Cancel",
	"ChangeImage" : "Change photo",
	"CloseText" : "Close",
	"ColorSchemeLabel" : "Color scheme",
	"CouldNotCompleteRequest" : "Your request could not be completed",
	"CustomizeYourself" : "Customize your profile",
	"DeleteImage" : "Remove photo",
	"DetailsAboutMeSavedSuccessToast" : "Details about me saved successfully",
	"DetailsAboutProxySubjectSavedSuccessToast" : "Details about @MYCHART@PATIENT@ saved successfully",
	"EditButton" : "Edit",
	"EditDetailsAboutMeButtonScreenReaderLabel" : "Edit details about me",
	"EditDetailsAboutMeTitle" : "Edit Details About Me",
	"EditDetailsAboutProxyButtonScreenReaderLabel" : "Edit details about @MYCHART@PATIENT@",
	"EditDetailsAboutProxyTitle" : "Edit Details About @MYCHART@PATIENT@",
	"EditImage" : "Add or edit photo",
	"EditProfileLabel" : "Edit profile",
	"ExtensionFailPopupText" : "That file type is not allowed. Please upload files with the following types: BMP, JPEG, JPG, PNG, TIF, TIFF",
	"FileSizeFailPopupText" : "That file is too large, please upload a smaller file.",
	"ForestNotSelectedText" : "Color scheme, Forest, Not selected",
	"ForestSelectedText" : "Color scheme, Forest, Selected",
	"ForestText" : "Forest",
	"FreeTextPronounDetailButtonAltText" : "Details about additional pronouns",
	"GenderIdentityDetailButtonAltText" : "Details about gender identity",
	"GoBackButtonText" : "Go back",
	"GoldenrodText" : "Goldenrod",
	"GoldenrodTextNotSelectedText" : "Color scheme, Goldenrod, Not selected",
	"GoldenrodTextSelectedText" : "Color scheme, Goldenrod, Selected",
	"LearnMoreLinkText" : "Learn more about these terms",
	"MoreAboutMeDisclosureText" : "More about me",
	"MoreAboutMeDisclosureTextForProxyContext" : "More about @MYCHART@PATIENT@",
	"NoInformationAlertMessge" : "Help us learn more about you. Edit your information so we can improve your experience with us.",
	"NoInformationAlertTitle" : "No information on file",
	"NotSelectedText" : "Not selected",
	"OceanText" : "Ocean",
	"OceanTextNotSelectedText" : "Color scheme, Ocean, Not selected",
	"OceanTextSelectedText" : "Color scheme, Ocean, Selected",
	"OtherInformationCardSOGIPretext" : "Information entered here may be visible to anyone with access to this legal medical record.",
	"OtherInformationCardTitle" : "Details About Me",
	"OtherInformationCardTitleForProxyContext" : "Details About @MYCHART@PATIENT@",
	"OtherInformationFreeTextPronounHelpText" : "",
	"OtherInformationGenderIdentityHelpText" : "",
	"OtherInformationItemLabels" : "",
	"OtherInformationItemLabels_1" : "Preferred First Name",
	"OtherInformationItemLabels_10" : "Language",
	"OtherInformationItemLabels_11" : "Religion",
	"OtherInformationItemLabels_12" : "Pronouns",
	"OtherInformationItemLabels_2" : "Legal Sex",
	"OtherInformationItemLabels_3" : "Gender Identity",
	"OtherInformationItemLabels_4" : "Sex Assigned at Birth",
	"OtherInformationItemLabels_5" : "Sexual Orientation",
	"OtherInformationItemLabels_6" : "Marital Status",
	"OtherInformationItemLabels_7" : "Race",
	"OtherInformationItemLabels_8" : "Ethnicity",
	"OtherInformationItemLabels_9" : "Ethnic Background",
	"OtherInformationMultipleSelectHelpText" : "Hold the CTRL key to select multiple options.",
	"OtherInformationNoValueMessage" : "Not entered",
	"OtherInformationPatientMRNHelpText" : "An MRN, or medical record number, is used by healthcare professionals to identify you and manage your medical information.",
	"OtherInformationPreferredNameHelpButtonAltText" : "Details about preferred first name.",
	"OtherInformationPreferredNameHelpText" : "Preferred first name is the name by which you want to be addressed. This name can differ from your driver\u0027s license or birth certificate.",
	"OtherInformationPronounsHelpText" : "",
	"OtherInformationReadOnlyField" : "@MYCHART@READONLYFIELD@ cannot be entered here.",
	"OtherInformationSexAssignedAtBirthHelpText" : "",
	"OtherInformationSexualOrientationHelpText" : "",
	"OtherInformationSOGIHelpText" : "Your legal sex is what is listed on your ID. This includes passports, driver\u0027s licenses, green cards, and other forms of official identification.",
	"PatientMRNDetailButtonAltText" : "Details about MRN",
	"PendingProfileChange" : "Pending profile change",
	"PronounsDetailButtonAltText" : "Details about pronouns",
	"RoyalText" : "Royal",
	"RoyalTextNotSelectedText" : "Color scheme, Royal, Not selected",
	"RoyalTextSelectedText" : "Color scheme, Royal, Selected",
	"SaveButton" : "Save changes",
	"SaveButtonLabel" : "Save",
	"SelectedText" : "Selected",
	"SexAssignedAtBirthDetailButtonAltText" : "Details about sex assigned at birth",
	"SkylightNotSelectedText" : "Color scheme, Skylight, Not selected",
	"SkylightSelectedText" : "Color scheme, Skylight, Selected",
	"SkylightText" : "Skylight",
	"SOGIDetailButtonAltText" : "Details about legal sex",
	"SomeReadOnlyPretext" : "To update information that can\u0027t be entered here, please reach out to \u003ca target=\"_blank\" href=\"https://www.mychart.org/MyChartCentral/Help\"\u003eMyChart Central Support\u003c/a\u003e.",
	"Title" : "",
});
$$WP.Strings.getNamespace("personalnotes").addStrings( {
	"addlabel" : "Add a personal note",
	"Allergy_savetext" : "Save allergy notes",
	"Allergy_title" : "Personal Notes About My Allergies",
	"cancellabel" : "Cancel",
	"editlabel" : "Edit",
	"errorclose" : "OK",
	"errorcontent" : "An error occurred while attempting to save the notes. Please try again later.",
	"errortitle" : "Error",
	"FamilyHistory_savetext" : "Save family history notes",
	"FamilyHistory_title" : "Personal Notes About My Family History",
	"FamilyStatus_savetext" : "Save family status notes",
	"FamilyStatus_title" : "Personal Notes About My Family Status",
	"HealthIssue_savetext" : "Save health issues notes",
	"HealthIssue_title" : "Personal Notes About My Health Issues",
	"Immunization_savetext" : "Save immunization notes",
	"Immunization_title" : "Personal Notes About My Immunizations",
	"MedicalHistory_savetext" : "Save medical history notes",
	"MedicalHistory_title" : "Personal Notes About My Medical History",
	"Medication_savetext" : "Save medication notes",
	"Medication_title" : "Personal Notes About My Medications",
	"notetextarealabel" : "Personal Notes text area",
	"PatientGoals_addlabel" : "Add your health goal",
	"PatientGoals_errorcontent" : "Something went wrong while trying to save health goals. Please try again later.",
	"PatientGoals_errortitle" : "Unable to Save.",
	"PatientGoals_goalsdescription" : "A health goal is a milestone that you want to achieve with your personal health. Sharing a health goal with your care team can help them discuss your plan of care with you at future visits.",
	"PatientGoals_goalsdescriptionexamples" : "Examples of health goals: I want to run a mile in 8 minutes, I want to make sure I\u0027m taking my medications every day, I want to play catch with my grandson, etc.",
	"PatientGoals_goalsdescriptionprompt" : "What is a health goal?",
	"PatientGoals_lastupdated" : "Last updated @MYCHART@EDITDATE@",
	"PatientGoals_notetextarealabel" : "Health goal text area",
	"PatientGoals_savetext" : "Save health goal",
	"PatientGoals_subtitle" : "Share your health goal with your care team.",
	"PatientGoals_title" : "Health Goal",
	"Reminder_savetext" : "Save preventive care notes",
	"Reminder_title" : "Personal Notes About My Preventive Care",
	"SocialHistory_savetext" : "Save social history notes",
	"SocialHistory_title" : "Personal Notes About My Social History",
	"subtitle" : "Notes entered here will not be viewable by your doctor.",
	"SurgicalHistory_savetext" : "Save surgical history notes",
	"SurgicalHistory_title" : "Personal Notes About My Surgical History",
	"Title" : "Personal Notes",
});
$$WP.Strings.getNamespace("pfioconfirmationpage").addStrings( {
	"AlternateInfoText1" : "You have opted in to Care Everywhere at @MYCHART@ORGNAME@. However, in order to start sharing you must sign an authorization.",
	"CloseButton" : "Close",
	"ManageOtherOrgsLink" : "Manage authorizations",
	"OptInAlternatePageTitle" : "You have opted in to Care Everywhere, but authorization is still required",
	"OptInInfoText1" : "@MYCHART@ORGNAME@ can now share your health record with health organizations.",
	"OptInInfoText2" : "Outside organizations require your authorization to request information from @MYCHART@ORGNAME@. \r\n\t\t\t\t\u003cspan class=\"bold\"\u003eYou currently have no authorizations on file, and outside organizations cannot receive your medical information.\u003c/span\u003e You can sign an authorization to start fully sharing your medical information.\r\n\t\t\t",
	"OptInPageTitle" : "You have opted in to Care Everywhere",
	"OptOutInfoText1" : "@MYCHART@ORGNAME@ is no longer sharing your health record with other organizations through Care Everywhere. You can give @MYCHART@ORGNAME@ permission to share your record again at any time.",
	"OptOutPageTitle" : "You have stopped sharing from @MYCHART@ORGNAME@",
	"RequireAuthPageTitle" : "You now require authorizations from all organizations",
	"RevokeAndRequireAuthInfoText2" : "If you receive care at other organizations, you may be asked to give permission before @MYCHART@ORGNAME@ can share your health record. If you want to stop requiring authorization, contact your organization.",
	"RevokeAndRequireAuthPageTitle" : "You have removed and required authorizations from all organizations",
	"RevokeAuthButtonText" : "Back to other options",
	"RevokeAuthInfoText1" : "@MYCHART@ORGNAME@ no longer has your authorization to share your health record with outside organizations through Care Everywhere. You can sign authorizations to give @MYCHART@ORGNAME@ permission to share your record at any time.",
	"RevokeAuthInfoText2" : "If you receive care at other organizations, you may be asked to give permission before @MYCHART@ORGNAME@ can share your health record.",
	"RevokeAuthInsteadDescription" : "You can remove any existing authorizations you have previously signed.",
	"RevokeAuthInsteadTitle" : "Do you want to remove your authorizations instead?",
	"RevokeAuthPageTitle" : "You have removed authorizations for all organizations",
	"ThresholdMetBackButtonText" : "Go back",
	"ThresholdMetDescription" : "If you want to stop sharing your health records via Care Everywhere, call us at @MYCHART@HELPDESKPHONE@ or email us at @MYCHART@HELPEMAIL@.",
	"ThresholdMetTitle" : "Contact Helpdesk for Support",
	"Title" : "PFIO Confirmation Page",
	"UndoButton" : "Start sharing again",
	"YesWithExceptionsOptInInfoText2" : "\r\n\t\t\t\tOutside organizations require your authorization to request information from @MYCHART@ORGNAME@.\r\n\t\t\t\t\u003cspan class=\"bold\"\u003eYou currently have not signed any authorizations, and most outside organizations cannot receive your medical information.\u003c/span\u003e You can sign an authorization to start fully sharing your medical information.\r\n\t\t\t",
});
$$WP.Strings.getNamespace("pfioeducationpage").addStrings( {
	"BackText" : "Keep sharing preferences",
	"CareEverywhereEducationExplanation" : "Care Everywhere is a network that allows healthcare providers to securely send a patient’s health records to other providers, wherever the patient goes. This helps providers at other organizations be informed of changes in real time and provide the best care possible for every patient. Care Everywhere only sends information for clinical purposes and will never send information to unauthorized third parties.  ",
	"CareEverywhereEducationHeader" : "\r\n\t\t\t\tWhat is Care Everywhere?\r\n\t\t\t",
	"CareEverywhereImportanceHeader" : "Why is sharing your health record important? ",
	"CareEverywhereImportanceText" : "\r\n\t\t\t\tYour health record contains \u003cspan class=\"bold\"\u003epotentially life-saving information\u003c/span\u003e that helps providers give you the best care possible such as allergies, your past medical procedures, and recent health diagnoses. Care Everywhere gives providers the critical information they need to help you in the best way possible.\r\n\t\t\t",
	"CareEverywhereStoryBody" : "\r\n\t\t\t\tA few weeks ago, Sam\u0027s doctor started him on a new medication for glucose management.\r\n\t\t\t\tSam wonders if that matters for his surgery. If Sam\u0027s records were on paper, he would have had to remember the details of his health history,\r\n\t\t\t\tand it might have taken hours, even days for North Peak to receive a fax of Sam\u0027s chart.\r\n\t\t\t",
	"CareEverywhereStoryConclusion" : "\r\n\t\t\t\tWith Epic\u0027s Care Everywhere, North Peak can use a secure connection to find his chart from his doctor in Tennessee.\r\n\t\t\t\tNow, the Colorado care team sees Sam\u0027s pertinent health history as they plan for surgery. With Care Everywhere, Sam\u0027s medical record follows him wherever he goes. \r\n\t\t\t",
	"CareEverywhereStoryHeader" : "Here\u0027s how Care Everywhere can help",
	"CareEverywhereStoryIntro" : "\r\n\t\t\t\tMeet Sam, a Tennessee native on his annual ski trip to Colorado. On his third day on the slopes, Sam goes one way and his skis go the other. He takes a spill and breaks his wrist.\r\n\t\t\t\tHis buddies take him to the emergency room at North Peak Health, where they tell him he needs surgery.\r\n\t\t\t",
	"CareEverywhereVideoAccessibleDescription" : "A video about Care Everywhere",
	"CloseText" : "Close",
	"ContinueText" : "Continue",
	"HowCanILimitSharingHeader" : "\r\n\t\t\t\tHow can I limit my sharing?\r\n\t\t\t",
	"HowCanILimitSharingText" : "\r\n\t\t\t\tWhile Care Everywhere is essential in getting you the best possible healthcare experience, there are some situations where you might not want your health record shared. Take the following steps to limit your Care Everywhere sharing.\r\n\t\t\t",
	"LimitingSharingChangesHeader" : "What will change when I limit sharing?",
	"LimitingSharingChangesText" : "\r\n\t\t\t\tIf you decide to limit sharing, @MYCHART@ORGNAME@ will stop sending your health record to other organizations when requested by other organizations, but providers at @MYCHART@ORGNAME@ can still receive your health record from other organizations. You will still have access to health information from other organizations through @MYCHART@APPTITLE@.\r\n\t\t\t",
	"LimitingSharingWarning1" : "\r\n\t\t\t\tLimiting sharing does not affect health information that has already been shared.\r\n\t\t\t",
	"LimitingSharingWarning2" : "\r\n\t\t\t\tLimiting sharing only affects Care Everywhere sharing. It does not prevent other forms of sharing such as faxing.\r\n\t\t\t",
	"LimitingSharingWarning3" : "\r\n\t\t\t\tLimiting Care Everywhere sharing might prevent providers at other organizations from seeing critical information in your health record.\r\n\t\t\t",
	"LimitSharingAuthorizationEducation" : "One way you can limit Care Everywhere sharing is to remove your Care Everywhere authorizations. Removing all authorizations will prevent other organizations from requesting your health records through Care Everywhere.",
	"LimitSharingAuthorizationHeader" : "Care Everywhere authorizations",
	"LimitSharingContinueButton" : "Limit record sharing",
	"ManageAuthorizationButton" : "Manage authorizations",
	"NoAccessBannerText" : "\r\n\t\t\t\t@MYCHART@ORGNAME@ does not allow you to manage your sharing through @MYCHART@APPTITLE@. If you want to manage sharing, you can call your organization at this phone number: @MYCHART@HELPDESKPHONE@.\r\n\t\t\t",
	"RequireAuthorizationHeader" : "\r\n\t\t\t\tYour organization lets you choose to require your consent before sending your health information\r\n\t\t\t",
	"SharingEducationTitle" : "Limiting Care Everywhere sharing",
	"SharingIndicatorLimitingText" : "@MYCHART@ORGNAME@ cannot share your health record with other healthcare organizations through Care Everywhere.",
	"SharingIndicatorLocalOrg" : "@MYCHART@ORGNAME@",
	"SharingIndicatorNoAuthsText" : "@MYCHART@ORGNAME@ needs your permission to share your health record with other healthcare organizations via Care Everywhere.",
	"SharingIndicatorOff" : "\r\n\t\t\t\tYour Care Everywhere status: \u003cspan class=\"bold\"\u003eNot Participating\u003c/span\u003e",
	"SharingIndicatorOn" : "\r\n\t\t\t\tYour Care Everywhere status: \u003cspan class=\"bold\"\u003eParticipating\u003c/span\u003e",
	"SharingIndicatorOutsideOrg" : "Other organization",
	"SharingIndicatorRequiresAuth" : "\r\n\t\t\t\tYour Care Everywhere status: \u003cspan class=\"bold\"\u003eParticipating - Requires Authorization\u003c/span\u003e",
	"SharingIndicatorSharingText" : "@MYCHART@ORGNAME@ can share your health record with other healthcare organizations via Care Everywhere.",
	"SharingStatusTitle" : "\r\n\t\t\t\tMy Care Everywhere status\r\n\t\t\t",
	"ShowScriptLabel" : "Show transcript",
	"ShowVideoLabel" : "Show video",
	"StartSharingContinueButton" : "Start record sharing",
	"Title" : "PFIO Education Page",
	"VideoTitle" : "Sam\u0027s Care Everywhere journey",
});
$$WP.Strings.getNamespace("pfiomisc").addStrings( {
	"ErrorPopupBody" : "Something went wrong, try again later.",
	"ErrorPopUpTitle" : "An error occurred",
	"ESignHeader" : "You are now participating in Care Everywhere, but to fully start sharing with all other organizations, @MYCHART@ORGNAME@ requires you to sign an authorization. If you decline this authorization, you will still be participating in Care Everywhere.",
	"ESignTitle" : "Sign an all organization authorization",
	"GlobalTitle" : "Manage Care Everywhere Sharing",
	"GlobalTitleEducation" : "Learn More About Care Everywhere",
	"GlobalTitleLimiting" : "Limiting Care Everywhere Sharing",
	"GlobalTitleSharing" : "Start Care Everywhere Sharing",
	"HighImportanceWarningAccessibleText" : "High importance warning",
	"Title" : "PFIO Misc Strings",
	"WarningAccessibleText" : "Warning",
});
$$WP.Strings.getNamespace("pfiooptionspage").addStrings( {
	"AuthAuthorizing" : "You \u003cspan class=\"bold\"\u003ecan authorize\u003c/span\u003e @MYCHART@ORGNAME@ to share your health record before or during your care at another organization.",
	"AuthorizationCardButtonText" : "Authorization Card Summary",
	"AuthorizationCardButtonText_Disabled" : "Contact your organization",
	"AuthorizationCardButtonText_RequireAndRevokeAuth" : "Remove and require sharing authorizations",
	"AuthorizationCardButtonText_RequireAuth" : "Require sharing authorizations",
	"AuthorizationCardButtonText_RevokeAuth" : "Remove all sharing authorizations",
	"AuthorizationCardHeader" : "Authorization Card Header",
	"AuthorizationCardHeader_RequireAndRevokeAuth" : "Remove and require your authorizations",
	"AuthorizationCardHeader_RequireAuth" : "Require your authorizations to share",
	"AuthorizationCardHeader_RevokeAuth" : "Remove your authorizations to share",
	"AuthorizationCardSummary" : "Authorization Card Summary",
	"AuthorizationCardSummary_RequireAndRevokeAuth" : "Remove preexisting authorizations and require other organizations to get authorization before being able to request your information from @MYCHART@ORGNAME@ through Care Everywhere.",
	"AuthorizationCardSummary_RequireAuth" : "Require other organizations to get authorization before they access your health record from @MYCHART@ORGNAME@ through Care Everywhere.",
	"AuthorizationCardSummary_RevokeAuth" : "Remove your Care Everywhere authorizations, which will stop other organizations from requesting your health information through Care Everywhere until you sign a new authorization.",
	"AuthPushing" : "While other organizations cannot request your information, \u003cspan class=\"bold\"\u003e@MYCHART@ORGNAME@ providers might be able to send your health record\u003c/span\u003e to other organizations in some cases.",
	"AuthRequesting" : "Other organizations \u003cspan class=\"bold\"\u003ecannot request\u003c/span\u003e your health record from @MYCHART@ORGNAME@.",
	"AuthSeeing" : "For any future appointments, other organizations \u003cspan class=\"bold\"\u003ecan see\u003c/span\u003e that you had care at @MYCHART@ORGNAME@, but no medical information will be shared.",
	"CustomCareEverywhereAuthBannerText" : "@MYCHART@ORGNAME@ uses custom Care Everywhere authorizations. Because of this, if you want to remove your authorizations to share, call your organization at @MYCHART@HELPDESKPHONE@ and ask if you can remove all your Care Everywhere authorizations.",
	"OptingOutAuthorizing" : "When receiving care at other organizations, \u003cspan class=\"bold\"\u003eyou cannot give permission\u003c/span\u003e for @MYCHART@ORGNAME@ to share your health record.",
	"OptingOutButtonText" : "Stop sharing with all organizations",
	"OptingOutHeader" : "Stop sharing with other health organizations",
	"OptingOutPushing" : "Providers at @MYCHART@ORGNAME@ \u003cspan class=\"bold\"\u003ecannot send your health record to other organizations, even in the case of emergency\u003c/span\u003e.",
	"OptingOutRequesting" : "Other organizations \u003cspan class=\"bold\"\u003ecannot request\u003c/span\u003e your health record from @MYCHART@ORGNAME@.",
	"OptingOutSeeing" : "For any future appointments, other organizations \u003cspan class=\"bold\"\u003ecannot see\u003c/span\u003e that you had care at @MYCHART@ORGNAME@ and no medical information will be shared.",
	"OptingOutSummary" : "Prevent other organizations from requesting and accessing your information from @MYCHART@ORGNAME@.",
	"OptionPageTitle" : "Limiting sharing options from @MYCHART@ORGNAME@",
	"SingleOptionPageTitle" : "Do you want to limit sharing from @MYCHART@ORGNAME@?",
	"Title" : "PFIO Options Page",
});
$$WP.Strings.getNamespace("pfioorganizationspage").addStrings( {
	"BackButtonText" : "Back",
	"CloseButtonText" : "Close",
	"OrgsCardJumpText" : "Jump to account",
	"OrgsPagePreText" : "You can edit your sharing preferences for you other organizations.",
	"OrgsPageTitle" : "Manage sharing for your other organizations",
	"Title" : "PFIO Organizations Page",
});
$$WP.Strings.getNamespace("pfioreviewpage").addStrings( {
	"OptIn" : "",
	"OptIn_ButtonText" : "\r\n\t\t\t\t\t\tStart sharing\r\n\t\t\t\t\t",
	"OptIn_Summary" : "\r\n\t\t\t\t\t\tYou have chosen to allow @MYCHART@ORGNAME@ to share your health record through Care Everywhere. All other organizations, including ones you might visit in the future, can request or access your health information from @MYCHART@ORGNAME@.\r\n\t\t\t\t\t",
	"OptIn_Title" : "Start sharing with all organizations",
	"OptOut" : "",
	"OptOut_ButtonText" : "\r\n\t\t\t\t\t\tStop sharing\r\n\t\t\t\t\t",
	"OptOut_Summary" : "\r\n\t\t\t\t\t\t\t\tYou have chosen to stop @MYCHART@ORGNAME@ from sharing any future health record information with all healthcare organizations through Care Everywhere. All other organizations, including ones you have not visited yet, will not be able to request or access your health information from @MYCHART@ORGNAME@.\r\n\t\t\t\t\t\t\t",
	"OptOut_Title" : "Stop sharing with all organizations",
	"Title" : "PFIO Review Page",
	"WhoCanSeeListHeadingOptingIn" : "Who has access to new health record information after you start sharing",
	"WhoCanSeeListHeadingOptingOut" : "Who has access to new health record information after you stop sharing",
	"WhoCanSeeListLocalProviderOption" : "Providers at @MYCHART@ORGNAME@ have access",
	"WhoCanSeeListMeOption" : "You have access (through @MYCHART@APPTITLE@)",
	"WhoCanSeeListOutsideProviderOptionCannotSee" : "Providers at other organizations \u003cspan class=\"bold\"\u003edo not\u003c/span\u003e have access",
	"WhoCanSeeListOutsideProviderOptionCanSee" : "Providers at other organizations have access",
});
$$WP.Strings.getNamespace("pfiorevokeauthpage").addStrings( {
	"AllAuthInfoText" : "You have signed an authorization that shares with all organizations",
	"AllOrganizationInfoText" : "You have previously signed an all organization authorization that gave all other organizations permission to request your data from @MYCHART@ORGNAME@. ",
	"AuthorizationExpiresPreText" : "This authorization expires: ",
	"AuthorizeSharingButtonText" : "Manage your authorizations",
	"CloseButton" : "Close",
	"NoExpirationDate" : "None",
	"RequireAuthNextButton" : "Require authorizations",
	"RequireAuthPageTitle" : "Require sharing authorization",
	"RequireAuthPreText" : "You have chosen to require your authorizations for @MYCHART@ORGNAME@ to share your health record with other organizations. ",
	"RevokeAndRequireAuthNextButton" : "Remove and require authorizations",
	"RevokeAndRequireAuthPageTitle" : "Remove and require sharing authorizations",
	"RevokeAndRequireAuthPreText" : "You have chosen to remove and require your authorizations for @MYCHART@ORGNAME@ to share your health record with other organizations. ",
	"RevokeAuthAffiliatedOrgs" : "Affiliated organizations",
	"RevokeAuthAllOrgs" : "Additional information",
	"RevokeAuthNextButton" : "Remove authorizations",
	"RevokeAuthOrgAccessibleDescription" : "The logo of an organization",
	"RevokeAuthOrgTableHeader" : "@MYCHART@ORGNAME@ currently has permission to share with these organizations",
	"RevokeAuthOrgTableOrgColumnHeader" : "Organization",
	"RevokeAuthOrgTableSignedTimeHeader" : "Expiration Date",
	"RevokeAuthPageTitle" : "Remove sharing authorizations",
	"RevokeAuthPreText" : "You have chosen to remove all your authorizations that allow @MYCHART@ORGNAME@ to share your health record with other organizations. ",
	"RevokeAuthPreTextLink" : "Manage permissions with specific organizations.",
	"RevokeAuthTableZeroState" : "You have no active authorizations. Other organizations will require your permission before requesting your health record through Care Everywhere. ",
	"RevokeAuthTableZeroStateAuthNotRequired" : "You have no active authorizations. You can require your authorizations for outside organizations to request your health record from @MYCHART@ORGNAME@.",
	"RevokeAuthTableZeroStatePushException" : "Providers at @MYCHART@ORGNAME@ can share information in certain situations like sending a referral to another organization.",
	"Title" : "PFIO Revoke Authorization Page",
});
$$WP.Strings.getNamespace("preferences").addStrings( {
	"AdvancedSettingsHeaderText" : "Advanced settings",
	"ApplyToAllAdditionalInfo" : "To update how you receive communications about a specific person, switch to their record.",
	"ApplyToAllCheckbox" : "Update my preferences for communications I receive about others",
	"CommunicationPreferencesTitle" : "Communication Preferences",
	"ContactInformationSectionTitle" : "Contact Information",
	"CouldNotSaveAllPopupHeader" : "Could not save all preferences",
	"CouldNotSavePopupHeader" : "Could not save preferences",
	"CurrentlyOptedIn" : "You are subscribed to receive text messages. ",
	"DetailsPreferencesTitle" : "Details",
	"EmailLabel" : "Email",
	"EmailNoValue" : "Email not entered",
	"GeneralPreferencesTitle" : "General",
	"GlobalTogglesSectionTitle" : "Settings",
	"GrouperEnabledMedias" : "@MYCHART@MEDIATYPELIST@",
	"GroupMediaCountSubheader" : "@MYCHART@MEDIASELECTEDCOUNT@/@MYCHART@MEDIATOTALCOUNT@",
	"GroupMediaLockedDescription" : "You will be contacted via @MYCHART@MEDIA@ for this group (@MYCHART@ROWTITLE@). You cannot opt out. ",
	"GroupMediaOptInDescription" : "You will not be contacted via @MYCHART@MEDIA@ for this group (@MYCHART@ROWTITLE@). Select to opt in.",
	"GroupMediaOptInPartialDescription" : "You will be contacted via @MYCHART@MEDIA@ for @MYCHART@MEDIASELECTEDCOUNT@ out of @MYCHART@MEDIATOTALCOUNT@ notifications in this group (@MYCHART@ROWTITLE@). Select to opt in to all notifications in this group.",
	"GroupMediaOptOutDescription" : "You will be contacted via @MYCHART@MEDIA@ for this group (@MYCHART@ROWTITLE@). Select to opt out.",
	"KillSwitchIsOff" : "You are opted in to receive notifications from our organization via text message.",
	"KillSwitchIsOn" : "You are not opted in to receive notifications from our organization via text message.",
	"KillSwitchPopupAcceptButton" : "Block all text notifications",
	"KillSwitchPopupCancelButton" : "Go back",
	"KillSwitchPopupHeader" : "Block Text Notifications",
	"KillSwitchPopupPaperlessBillingText" : "You are enrolled for paperless billing. By opting out of text notifications, you will be automatically enrolled for billing Email notifications.",
	"KillSwitchPopupText" : "You will no longer be able to receive notifications from our organization via text message.",
	"LoseUnsavedChangesWarning" : "Changing this setting will result in any unsaved changes being lost.",
	"MailLabel" : "Mail",
	"ManageSubscription" : "Manage your subscription",
	"MediaDescription" : "",
	"MediaDescription_1" : "Email",
	"MediaDescription_100" : "text message",
	"MediaDescription_3" : "mail",
	"MediaDescription_4" : "phone call",
	"MediaLockedDescription" : "You will be contacted via @MYCHART@MEDIA@ for @MYCHART@ROWTITLE@ notifications. You cannot opt out. ",
	"MediaOptInDescription" : "You will not be contacted via @MYCHART@MEDIA@ for @MYCHART@ROWTITLE@ notifications. Select to opt in. ",
	"MediaOptOutDescription" : "You will be contacted via @MYCHART@MEDIA@ for @MYCHART@ROWTITLE@ notifications. Select to opt out. ",
	"MediaToggleAccessibleText" : "@MYCHART@MEDIATYPE2@. @MYCHART@ENABLEDCOUNT2@ of @MYCHART@TOTALCOUNT2@ notifications turned on",
	"MediaToggleEnabledCount" : "@MYCHART@ENABLEDCOUNT@ of @MYCHART@TOTALCOUNT@ notifications turned on",
	"MediaToggleSublockedAccessibleText" : "@MYCHART@MEDIATYPE3@. @MYCHART@ENABLEDCOUNT3@ of @MYCHART@TOTALCOUNT3@ notifications cannot be turned off",
	"MediaToggleSublockedCount" : "@MYCHART@ENABLEDCOUNT1@ of @MYCHART@TOTALCOUNT1@ notifications cannot be turned off",
	"MissingContactInfoHeader" : "Missing Contact Information",
	"MissingEmailAddressPopupText" : "Your email is not on file",
	"MissingMailPopupText" : "Your permanent address is not on file. ",
	"MissingMobilePhoneNumberPopupText" : "Your mobile phone number is not on file ",
	"MissingPhoneNumberPopupText" : "You have no phone number on file",
	"MobilePhoneLabel" : "Mobile phone",
	"NoNotificationTypes" : "No notifications turned on",
	"OptIn" : "Opt in",
	"OptOut" : "Opt out",
	"PhoneLabel" : "Phone",
	"PhoneNoValue" : "Mobile phone not entered",
	"PopupAcceptButton" : "OK",
	"PopupCancelButton" : "Cancel",
	"PopupEditPersonalInformationButton" : "Edit contact information",
	"PreTextExpanded" : "",
	"PreTextTitle" : "",
	"ProxyContextInfoString" : "How would you like to receive communications about @MYCHART@PROXYCONTEXTNAME@?",
	"ProxyReviewContactInfoHelp" : "To review your contact information, switch to your record.",
	"PushNotificationLabel" : "Push notification",
	"RequiredTicklersPopupText" : "\u003cdiv class=\"bold billingError\"\u003ePreferences are not saved. \u003c/div\u003e\u003cdiv class=\"bold\"\u003eYou are signed up for paperless billing. Choose how you would like to receive these updates: \u003c/div\u003e\u003cul\u003e\u003cli\u003e@MYCHART@REQUIREDTICKLER1@\u003c/li\u003e\u003cli\u003e@MYCHART@REQUIREDTICKLER2@\u003c/li\u003e\u003c/ul\u003e",
	"ReviewContactInformation" : "Review contact information",
	"SaveChangesButtonText" : "Save changes",
	"SaveChangesSuccessfulToast" : "Your changes were saved.",
	"SaveChangesUnsuccesfulPopupText" : "Your changes could not be saved. Please try again later.",
	"SaveChangesUnsuccessfulToast" : "Your changes could not be saved. Please try again later.",
	"SaveChangesUnsucessfulWithErrorsPopupHeader" : "Missing Billing Preferences",
	"SaveChangesUnsucessfulWithWarningsPopupHeader" : "Missing Contact Information",
	"SavePreferencesPaperlessError" : "The following text and/or email notifications could not be turned off because you are signed up for paperless billing:",
	"SavingChangesButtonText" : "Saving...",
	"SignUpForTextsButtonText" : "Subscribe",
	"SignUpForTextsDetails" : "You must subscribe to receive important text messages, including the text message notifications you\u0027ve enabled on this page.",
	"SignUpForTextsHeader" : "You will not receive text messages",
	"SMSOptInSuccessfulToast" : "You are opted in for text messages.",
	"SmsSignupPopupAcceptButton" : "Sign up",
	"SmsSignupPopupCancelButton" : "Go back",
	"SmsSignupPopupHeader" : "Sign Up for Text Notifications",
	"SmsSignupPopupText" : "You can specify which alerts should trigger text notifications. Occasionally we may also send you text notifications for other important updates not listed on this page.",
	"TextMessageLabel" : "Text message",
	"Title" : "Communication Preferences Accessibility",
	"VerifyAndSignUpForTextsButtonText" : "Verify",
	"VerifyAndSignUpForTextsDetails" : "We need to verify that we can reach you at your mobile number",
	"VerifyAndSignUpForTextsHeader" : "Verification needed",
	"WarningPopupHeader" : "Warning",
	"WarningPopupTextTitle" : "Your changes were saved successfully, but you are missing contact information that may prevent you from receiving the following notification types:",
});
$$WP.Strings.getNamespace("premiumautopay").addStrings( {
	"acceptedPaymentAfterSetup" : "A payment of @MYCHART@CURRENTBALANCEAMOUNT@ will be automatically made for the current month.",
	"acceptPaymentAfterSetupText" : "Pay @MYCHART@CURRENTBALANCEAMOUNT@",
	"almostDoneHeader" : "You\u0027re almost done!",
	"autoPaymentAfterSetup" : "The payment day for the current month is today and there\u0027s a balance on the account.",
	"backUrlString" : "Back to Premium Billing Summary",
	"balanceDueWarning1" : "There\u0027s a balance on the account and the next payment is scheduled for after the due date.",
	"balanceDueWarning2" : "Would you like to make a one-time payment for @MYCHART@CURRENTBALANCEAMOUNT@?",
	"cancelAutoPayLabel" : "Cancel auto pay",
	"cancelAutoPayLabelAlt" : "Cancel auto pay setup",
	"cancelledSuccess" : "Auto pay was successfully canceled.",
	"confirmDeactivate1" : "You will still owe the full outstanding amount on your account.",
	"confirmDeactivate2" : "Do you want to cancel auto pay?",
	"confirmTerminateNo" : "Go back",
	"confirmTerminateTitle" : "Cancel Auto Pay?",
	"confirmTerminateYes" : "Cancel auto pay",
	"coverageLabel" : "Plan",
	"currentSetupInfo" : "Automatic payments are made for the amount due on the \u003cstrong\u003e@MYCHART@APCURRENTDAYOFMONTHSTR@\u003c/strong\u003e of each month.",
	"currentSetupStatusLabel" : "Current setup",
	"dayHeading" : "Choose a day of the month",
	"declinePaymentAfterSetupText" : "Not now",
	"editAutoPayLabel" : "Change setup",
	"editAutoPayLabelAlt" : "Edit your existing auto pay setup",
	"editSetupHeader" : "1. Update your payment day",
	"enterValidPaymentDay" : "Enter a day between: @MYCHART@PaymentDayRangeStart@-@MYCHART@PaymentDayRangeEnd@.",
	"enterValidPaymentDayLong" : "Enter a day between: 1-@MYCHART@PaymentDayRangeEnd@ or @MYCHART@PaymentDayRangeStart@-28.",
	"errOther" : "We encountered a problem while setting up auto pay. Please try again or contact customer service.",
	"needPayment1" : "Your next payment is scheduled to occur after your current balance is due.",
	"needPayment2" : "Would you like to make a payment for this balance now?",
	"newSetupHeader" : "1. Choose a payment day",
	"nextPaymentAmountLabel" : "You owe",
	"nextPaymentDateLabel" : "Next payment date",
	"nextPremiumAmountLabel" : "Premium amount",
	"noPaymentsGoingForward" : "Payments will not be made automatically every month going forward.",
	"ordinalNd" : "nd",
	"ordinalRd" : "rd",
	"ordinalSt" : "st",
	"ordinalTh" : "th",
	"paymentAmountBubbleText" : "This amount reflects your current balance. It might change depending on your next invoice date.",
	"paymentAmountLabel" : "Payment Amount",
	"paymentDayBubbleText" : "If the payment date falls on a weekend or holiday, the payment will be made on the next business day.",
	"paymentDayPostponedBubbleText" : "The payment has been postponed since your regular payment date falls on a weekend or a holiday.",
	"paymentDayQuestion" : "On which day of the month would you like to make your payments?",
	"paymentDayRestriction" : "Choose a day of the month: @MYCHART@PaymentDayRangeStart@-@MYCHART@PaymentDayRangeEnd@.",
	"paymentDayRestrictionLong" : "Choose a day of the month: 1-@MYCHART@PaymentDayRangeEnd@ or @MYCHART@PaymentDayRangeStart@-28.",
	"pleasePrint" : "Print this page for your records.",
	"posttext" : "",
	"premiumAmountBubbleText" : "This amount might not always match the amount on the invoice if there are extra credits or charges.",
	"premiumAmountBubbleTextWithLEP" : "This amount might not always match the amount on the invoice if there are extra credits or charges. This amount includes your @MYCHART@LEPAMOUNT@ late enrollment penalty.",
	"pretext" : "",
	"setupInfo" : "Automatic payments will be made for the amount due on the \u003cstrong\u003e@MYCHART@AUTOPAYDAYOFMONTHSTR@\u003c/strong\u003e of each month.",
	"startAutoPayLabel" : "Confirm",
	"statusEdit" : "Auto pay setup has been updated.",
	"statusNew" : "Auto pay has been set up.",
	"stepOnePostText" : "",
	"stepOnePreText" : "",
	"stepThreePostText" : "",
	"stepThreePreText" : "",
	"stepTwoPostText" : "",
	"stepTwoPreText" : "",
	"successPosttext" : "",
	"successPretext" : "",
	"successProblemDesc" : "Auto pay has been setup. Please access the Premium Billing Summary Page for the auto pay details.",
	"successProblemTitle" : "There was a problem showing your auto pay setup details.",
	"Title" : "Auto Pay Success",
	"titleEdit" : "Update Your Existing Auto Pay Setup",
	"titleNew" : "Success!",
	"updateAutoPayLabel" : "Update auto pay",
	"verifyStepText" : "Verify the information below is correct before proceeding.",
});
$$WP.Strings.getNamespace("premiumbilling.accountsummary").addStrings( {
	"AccountName" : "@MYCHART@CoverageNames@",
	"AccountSummaryEmptyMessage" : "You don\u0027t have a coverage that accepts premiums here, or you are not the subscriber on your coverage.",
	"AutoPayDetails" : "Auto pay details",
	"AutoPayDetailsAX" : "Go to the auto pay details page for @MYCHART@AccountName@",
	"AutoPayDisabledBadge" : "Auto pay is off",
	"AutoPayEnabledBadge" : "Auto pay is on",
	"CardListHeading" : "Your premium billing accounts",
	"EditAutoPayAX" : "Edit auto pay for @MYCHART@AccountName@",
	"FutureCoverageBadge" : "Active on @MYCHART@FutureDate@",
	"InactiveCoverageBadge" : "Inactive",
	"InvoiceHistory" : "Invoice history",
	"InvoiceHistoryAX" : "Go to the invoice history of @MYCHART@AccountName@",
	"InvoiceHistoryButton" : "View details",
	"NoDatePayNowAXDesc" : "Make a direct payment of @MYCHART@PreSswAmountRemaining@ for @MYCHART@AccountName@",
	"OutstandingPayNowAXDesc" : "Make a direct payment of @MYCHART@AmountDue@ that is due on @MYCHART@DueDate@, for @MYCHART@AccountName@",
	"OverduePayNowAXDesc" : "Make a direct payment of @MYCHART@OverdueAmount@ that has been overdue since @MYCHART@OverdueDate@, for @MYCHART@AccountName@",
	"PremiumAmount" : "Premium amount: @MYCHART@Amount@",
	"RequestSswAX" : "Request Social Security withholdings for @MYCHART@AccountName@",
	"ScheduledFor" : "Next payment date: @MYCHART@ScheduledDate@",
	"SetUpAutoPayAX" : "Set up auto pay for @MYCHART@AccountName@",
	"Title" : "",
	"ViewSSW" : "View Social Security withholding details for @MYCHART@AccountName@",
});
$$WP.Strings.getNamespace("premiumbilling.accountsummary.warningbanners").addStrings( {
	"BinderDetail" : "You must pay @MYCHART@BinderAmountRemaining@ before your new coverage will take effect. Your insurance will not cover any costs until you pay this amount. (@MYCHART@BinderName@)",
	"BinderHeader" : "Coverage activating premium payment due on @MYCHART@BinderDueDate@",
	"CreditCardDetail" : "View your auto pay setup for more information. (@MYCHART@CreditCardName@)",
	"Declined" : "Your payment method was declined",
	"DelinquencyDetailText" : "(@MYCHART@DelinqAccountName@)",
	"Expired" : "Your payment method will expire before your next payment",
	"Expiring" : "Your payment method will expire soon",
	"IncrAmntDetail" : "You can view the following invoices for more information: @MYCHART@InvoiceList@. (@MYCHART@IncrAmntName@)",
	"IncrAmntHeader" : "Your amount due is higher than normal",
	"LateDetail" : "Your next payment will occur after your current balance is due. (@MYCHART@LateName@)",
	"LateHeader" : "Your next auto pay will be late",
	"OverdueDetail" : "Overdue since @MYCHART@OverdueDueDate@. @MYCHART@DelinquencyText@ (@MYCHART@OverdueName@)",
	"OverdueDetailWithPreSSW" : "Overdue since @MYCHART@OverdueDueDate@. Social Security withholdings will not pay for this balance. @MYCHART@DelinquencyText@ (@MYCHART@OverdueName@)",
	"OverdueDetailWithPreSSWandMultiCvg" : "Overdue since @MYCHART@OverdueDueDate@. Part or all of this balance will not be paid by Social Security withholdings. @MYCHART@DelinquencyText@ (@MYCHART@OverdueName@)",
	"OverdueHeader" : "You have an overdue balance of @MYCHART@OverdueAmount@",
	"PreSswBalDetails" : "You have an outstanding balance of @MYCHART@PreSswAmount@ from invoices prior to starting Social Security withholdings. (@MYCHART@PreSswAccountName@)",
	"PreSswBalDetailsWithNonMACvg" : "You have a coverage that will not be paid with Social Security withholdings and an outstanding balance of @MYCHART@PreSswAmount@ from invoices prior to starting Social Security withholdings. (@MYCHART@PreSswAccountName@)",
	"PreSswBalHeader" : "Part of your balance will not be paid by Social Security withholdings",
	"Title" : "",
});
$$WP.Strings.getNamespace("premiumbilling.changeppo").addStrings( {
	"BackButton" : "Insurance Premium Billing",
	"Cancel" : "Cancel",
	"ContactCustomerService" : "For questions or to cancel a request, contact customer support at @MYCHART@HELPDESKPHONE@.",
	"EffectiveDateText" : "Due to CMS rules, this change will only apply to invoices for @MYCHART@SSWEffectiveDate@ and later. Continue making any direct payments until then.",
	"IsPassedEffectiveDateText" : "According to our records, CMS has not approved your request yet. If you believe this is an error or need to know the new effective date, you can contact your health plan at the below customer support number.",
	"NonMAWarning" : "Autopay is disabled once withholdings start. Continue to pay non-Medicare Advantage coverage premiums yourself. Social Security withholdings only pay for Medicare Advantage coverages (@MYCHART@CoverageName@).",
	"NonMAWarningTitle" : "Remember to pay your non-Medicare Advantage premium",
	"NotEligible" : "You are not eligible for Social Security withholdings at this time.",
	"PopupEffectiveDateWarning" : "You must continue making payments yourself until withholdings start and all prior invoices are paid off.",
	"PopupEndSswWarning" : "To stop paying with Social Security withholdings, you must contact customer service.",
	"PopupHeader" : "Request Social Security withholdings",
	"RequestApprovalNotice" : "Your request will be sent to the Centers for Medicare and Medicaid Services (CMS) for approval.",
	"RequestNotCompletedDetails" : "We are unable to make your request at this time, please try again later.",
	"RequestNotCompletedHeader" : "Social Security withholdings request not sent",
	"RequestSSW" : "Request withholdings",
	"SSWInfo" : "Make paying your Medicare Advantage premiums simple by setting up automatic payment from your Social Security benefit. With this option, your premium payments for the coverage below will be automatically paid and the amount withheld from your Social Security deposits.",
	"SswNotice" : "You may be eligible to pay automatically with Social Security withholdings. See Social Security withholding details below to learn more.",
	"SSWOnBadge" : "Social Security withholdings are on",
	"SSWPayingBadge" : "Paying with Social Security withholdings",
	"SSWPendingBadge" : "Social Security withholdings pending approval",
	"SuccessToast" : "Social Security withholdings successfully requested",
	"Title" : "Social Security Premium Payment Option",
	"ViewSSW" : "View Social Security withholding details",
});
$$WP.Strings.getNamespace("premiumbilling.common").addStrings( {
	"Title" : "Premiums",
});
$$WP.Strings.getNamespace("premiumbilling.invoicehistory").addStrings( {
	"BackButton" : "Back to Insurance Premium Billing",
	"BinderInvoiceHeader" : "Activating premium payment due on @MYCHART@DueDate@",
	"DownloadButtonPrimary" : "Download primary invoice",
	"DownloadButtonSecondary" : "Download secondary invoice",
	"HigherThanNormalFlag" : "This invoice is higher than normal.",
	"InvoiceHeader" : "Premium due on @MYCHART@DueDate@",
	"InvoiceListEmptyMessage" : "No invoices available",
	"InvoiceWithId" : "Invoice @MYCHART@InvoiceId@",
	"IssuedOn" : "Issued on @MYCHART@IssueDate@",
	"ListHeading" : "Premiums issued for @MYCHART@AccountName@",
	"LoadMore" : "Load more",
	"LoadMoreDone" : "All invoices loaded",
	"OriginalTotal" : "Original total: @MYCHART@TotalAmountDue@",
	"OutstandingBannerHeader" : "You owe @MYCHART@Amount@ on your account",
	"PageHeading" : "Invoice History",
	"PaymentDetails" : "Payment details",
	"PaymentDetailsAXDesc" : "View payments applied to invoice @MYCHART@InvoiceId@",
	"PaymentHeader" : "Payment Information for Invoice @MYCHART@InvoiceId@",
	"PayNowOutstandingActionAXDesc" : "Make a direct payment towards the outstanding balance on your premium billing account.",
	"PDFButtonAXDesc" : "Download invoice @MYCHART@InvoiceId@",
	"PDFButtonPrimaryAXDesc" : "Download the primary PDF for invoice @MYCHART@InvoiceId@",
	"PDFButtonSecondaryAXDesc" : "Download the secondary PDF for invoice @MYCHART@InvoiceId@",
	"PendingBannerDetail" : "We received your payment of @MYCHART@PendingAmount@ and we are working on applying it to your account.",
	"PendingBannerHeader" : "Your payment is pending",
	"PendingCredits" : "Pending payments: @MYCHART@AccountCredits@",
	"StatusOutstanding" : "Outstanding",
	"StatusOverdue" : "Overdue",
	"StatusPaid" : "Paid",
	"StatusRRB" : "Railroad Retirement Board benefits",
	"StatusSSW" : "Social Security withholding",
	"Title" : "",
});
$$WP.Strings.getNamespace("premiumbilling.invoicehistory.payment").addStrings( {
	"BackButton" : "Back to Invoice History",
	"Card" : "@MYCHART@CardBrand@ payment on @MYCHART@PmtDate@",
	"CommittedAmount" : "Applied amount",
	"ConfirmationCode" : "Confirmation code @MYCHART@ConfCode@",
	"PaymentTotal" : "Payment total @MYCHART@TotalAmount@",
	"PendingCredits" : "Including @MYCHART@AccountCredits@ pending payments",
	"Title" : "Invoice Payments",
	"TotalAmountDue" : "Invoiced @MYCHART@InvoicedAmount@",
});
$$WP.Strings.getNamespace("premiumbilling.paymentworkflow.balancebreakdown").addStrings( {
	"Adjustments" : "Adjustments",
	"AdjustmentsAX" : "Adjustments, @MYCHART@Amount@",
	"InvoiceTitle" : "Invoice due @MYCHART@DueDate@",
	"LateEnrollmentPenalty" : "Late enrollment penalty",
	"LateEnrollmentPenaltyAX" : "Late enrollment penalty, @MYCHART@Amount@",
	"MonthlyPremium" : "Premium",
	"MonthlyPremiumAX" : "Premium, @MYCHART@Amount@",
	"OutstandingInvoiceAX" : "Invoice due on @MYCHART@DueDate@, @MYCHART@Amount@",
	"OverdueFlag" : "Overdue",
	"OverdueInvoiceAX" : "Overdue invoice due on @MYCHART@DueDate2@, @MYCHART@Amount@",
	"Payments" : "Payments",
	"PaymentsAX" : "Payments, @MYCHART@Amount@",
	"PendingPayments" : "Pending payments",
	"PendingPaymentsAX" : "Pending payments, @MYCHART@Amount@",
	"Retro" : "Retroactive charge (@MYCHART@RetroDate@)",
	"RetroAX" : "Retroactive charge (@MYCHART@RetroDate@), @MYCHART@Amount@",
	"RetroLEP" : "Retroactive late enrollment penalty (@MYCHART@RetroLEPDate@)",
	"RetroLEPAX" : "Retroactive late enrollment penalty (@MYCHART@RetroLEPDate@), @MYCHART@Amount@",
	"Title" : "Balance breakdown",
	"TotalAmount" : "Total amount due",
	"TotalAmountAX" : "Total amount due, @MYCHART@Amount@",
});
$$WP.Strings.getNamespace("premiumpayment.makepayment").addStrings( {
	"acctTypeLabel" : "Account type",
	"almostDone" : "You\u0027re almost done!",
	"amountDueHelpText" : "This is the amount due for your premium billing account.",
	"amtDue" : "Amount due",
	"autoPayLinkDescription" : "Save time by scheduling automatic payments for this account.",
	"autoPayLinkText" : "Set up auto pay",
	"balanceExceeded" : "This payment is more than the amount due. Additional amounts will be credited to future charges.",
	"balanceExceededHeader" : "Balance Exceeded",
	"binderSuccessBanner" : "Your coverage has been activated",
	"chooseAmountStep" : "How much would you like to pay today?",
	"confCode" : "Authorization code",
	"coverageLabel" : "Coverage",
	"date" : "Date",
	"insuranceAccountLabel" : "Insurance account",
	"insuranceBackUrl" : "Back to the Insurance Summary page",
	"nonHydeBannerHeader" : "Federal regulations require that you make separate payments for your non-Hyde and Standard Premiums.",
	"nonHydeBannerHelpText" : "Your payment will go towards overdue balances first, and then towards non-Hyde balances second.\u003cbr\u003eYou currently owe @MYCHART@NONHYDEBALANCE@ in non-Hyde premiums and @MYCHART@STANDARDBALANCE@ in standard premiums.",
	"otherAmt" : "Other amount",
	"otherAmtHelpText" : "Specify an amount other than the amount due.",
	"paymentAmountLabel" : "Payment amount",
	"paymentLimitExceeded" : "This payment is more than the allowed payment limit of @MYCHART@OVERPAYLIMIT@.",
	"paymentLimitExceededHeader" : "Payment Limit Exceeded",
	"paymentMethodLabel" : "Payment method",
	"paymentTitle" : "Premium Billing Payment",
	"pmtAmt" : "Payment amount",
	"pmtAmtInvalid" : "Payment amount is invalid",
	"posttext" : "",
	"premiumBackUrl" : "Back to Premium Billing Summary",
	"premiumBilling" : "Premium Billing",
	"pretext" : "",
	"stmtLabel" : "Statement",
	"subscriberIdLabel" : "Subscriber ID",
	"Title" : "Premium Payment History",
	"verifyAccountDetails" : "Verify that the information below is correct before processing your payment. If your account information is incorrect or the account has insufficient funds, you will be charged an additional fee.",
	"verifyCardDetails" : "Verify that the information below is correct before processing your payment.",
});
$$WP.Strings.getNamespace("prescriptionmessage").addStrings( {
	"DefaultTitle" : "Message Pharmacy",
	"PrescriptionDisplay" : "@MYCHART@PrescriptionName@",
	"Title" : "Prescription Message",
});
$$WP.Strings.getNamespace("prospects.form").addStrings( {
	"AdditionalQuestionsPageHeader" : "Answer additional questions",
	"AdditionalQuestionsSummaryHeader" : "Additional questions",
	"AdditionalQuestionsTitle" : "Additional Questions",
	"CommentsLabel" : "Comments",
	"ConfigurationError" : "This form has not been configured correctly.",
	"ContactInfoPageHeader" : "Enter your personal information",
	"ContactInfoPageHeaderMore" : "Enter your demographic information",
	"ContactInfoSummaryHeader" : "Your personal information",
	"ContactInfoSummaryHeaderMore" : "Your demographic information",
	"ContactInfoTitle" : "Your Information",
	"ContinueButton" : "Save and continue",
	"FollowUpDetails" : "If you have additional questions, contact us at @MYCHART@SCHEDULINGPHONE@.",
	"GoBackButton" : "Go back",
	"HowHeard" : "",
	"HowHeard_0" : "Email",
	"HowHeard_1" : "Event/conference/webinar",
	"HowHeard_2" : "Insurance referral",
	"HowHeard_3" : "Internet search",
	"HowHeard_4" : "News media",
	"HowHeard_5" : "Physician referral",
	"HowHeard_6" : "Family/friend recommendation",
	"HowHeard_7" : "Print/TV/radio ad",
	"HowHeard_8" : "Social media",
	"HowHeard_9" : "Other",
	"HowHeardQuestionLabel" : "How did you hear about us?",
	"LocationLabel" : "Location",
	"PatientInfoPageHeader" : "Enter patient information",
	"PatientInfoSummaryHeader" : "Patient information",
	"PatientInfoTitle" : "Patient Information",
	"PatientInterestFormTitle" : "New Patient Interest Form",
	"PayerType" : "",
	"PayerType_0" : "Self-pay",
	"PayerType_1" : "Insurance",
	"PayerTypeQuestionLabel" : "Payer type",
	"PrimaryIssueQuestionLabel" : "What is the patient\u0027s primary medical issue?",
	"RelationshipQuestionLabel" : "What is your relationship to the patient?",
	"RestartLabel" : "Start a new request",
	"ResultTitle" : "Result",
	"SaveErrorHeader" : "Error saving request",
	"StepCount" : "Step @MyChart@StepNumber@ of 4: @MyChart@PageName@",
	"SubmitForm" : "Submit",
	"SuccessMessage" : "Request successfully submitted",
	"SummaryHeader" : "Review your answers",
	"SummaryTitle" : "Review Your Answers",
	"Title" : "New Patient Interest Form",
	"WhyChose" : "",
	"WhyChose_0" : "Family/friend recommendation",
	"WhyChose_1" : "Insurance accepted",
	"WhyChose_2" : "Medical advancements and technology",
	"WhyChose_3" : "Physician expertise",
	"WhyChose_4" : "Reputation/rankings",
	"WhyChose_5" : "Returning patient",
	"WhyChose_6" : "Other",
	"WhyChoseQuestionLabel" : "Why did you choose us?",
});
$$WP.Strings.getNamespace("providerfinder.common").addStrings( {
	"BackLinkBio" : "Back to bio",
	"BackLinkResults" : "Search results",
	"ConditionCategory" : "Conditions",
	"ErrorTitle" : "Something went wrong",
	"InsuranceOptionNoInsurance" : "No insurance",
	"InsuranceOptionNotFoundError" : "Invalid insurance selection",
	"InsuranceOptionNotListed" : "Not listed",
	"InsuranceSelectionLabel" : "Insurance",
	"KeywordCategory" : "Keywords",
	"LocationCategory" : "Locations",
	"LocationSearchGhostText" : "Specialty or location",
	"LocationSearchPageSubtitle" : "Discover the right location for your care.",
	"OptionalFieldLabelText" : "@MYCHART@FIELDLABEL@ (optional)",
	"ProviderCategory" : "Providers",
	"RetryButtonLabel" : "Try again",
	"SearchButton" : "Search",
	"SearchGhostText" : "Specialty, condition, or provider",
	"SearchInputsTitle" : "What are you looking for?",
	"SearchPageSubtitle" : "Discover the right person for your care.",
	"SelectOption" : "Select an option",
	"SpecialtyCategory" : "Specialties",
	"SubspecialtyCategory" : "Subspecialties",
	"Title" : "",
	"TreatmentCategory" : "Treatments",
});
$$WP.Strings.getNamespace("providerfinder.custombranding").addStrings( {
	"LocationFinderMetaDescription" : "@MYCHART@CUSTOMERNAME@ Location Finder helps you find the care that you need.",
	"LocationSearchPageTitle" : "Find a Location",
	"PostText" : "",
	"ProviderFinderMetaDescription" : "@MYCHART@CUSTOMERNAME@ Provider Finder helps you find the care that you need.",
	"ScheduleWithProviderExternalUrlAccessibleDescription" : "Schedule with this provider @MYCHART@EXTERNALURLPROVIDER@",
	"ScheduleWithProviderExternalUrlLinkText" : "Schedule with this provider",
	"SearchPageTitle" : "Find a Provider",
	"Title" : "",
});
$$WP.Strings.getNamespace("providerfinder.dismissiblealert").addStrings( {
	"BannerDismissButtonText" : "Dismiss",
	"CustomBrandedBannerText" : "In order to turn this feature on for production see SLG 8569778.",
	"CustomBrandedBannerTitle" : "Your header and footer have not been approved. ",
	"DemoModeBannerText" : "Searches and search terms may take longer than expected to load and appointments cannot be scheduled.",
	"DemoModeBannerTitle" : "This activity is in demo mode. ",
	"Title" : "Dismissible Alerts",
});
$$WP.Strings.getNamespace("providerfinder.filters").addStrings( {
	"AppliedFiltersSummary" : "@MYCHART@FILTERTITLE@: @MYCHART@FILTERVALUES@",
	"ClearFiltersButtonAccessibleDescription" : "Clear applied filters",
	"ClearFiltersButtonText" : "Clear",
	"CloseFiltersPaneButtonText" : "View results",
	"FilterGroupAccessibleDescription" : "@MYCHART@ACCESSIBLEFILTERNAME@ filter options",
	"FilterGroupTitle" : "",
	"FilterGroupTitle_11" : "Clinical interest",
	"FilterGroupTitle_2" : "Gender",
	"FilterGroupTitle_21" : "Provider type",
	"FilterGroupTitle_22" : "Accepting new patients",
	"FilterGroupTitle_23" : "Cares for",
	"FilterGroupTitle_25" : "Tag",
	"FilterGroupTitle_3" : "Language",
	"FilterGroupTitle_30" : "Services provided",
	"FilterGroupTitle_33" : "Offers online scheduling",
	"FilterGroupTitle_35" : "Cost",
	"FilterGroupTitle_36" : "Affiliation",
	"FilterGroupTitle_37" : "Hours",
	"FilterGroupTitle_40" : "Medical group",
	"FilterGroupTitle_41" : "Hospital affiliation",
	"FilterGroupTitle_43" : "Location type",
	"FilterGroupTitle_A" : "Suggested providers",
	"FilterGroupTitle_AS" : "Additional services",
	"FilterGroupTitle_H" : "Hours of operation",
	"FilterGroupTitleText" : "@MYCHART@FILTERNAME@: ",
	"FilterOptionAccessibleDescriptionWithCount" : "@MYCHART@MATCHINGRESULTCOUNT@ matching results",
	"FiltersPaneHeader" : "Filters",
	"FilterSummaryTitle" : "",
	"FilterSummaryTitle_25" : "Additional tags",
	"GeneralFilterGroupAccessibleDescription" : "Other filter options",
	"GeneralFilterGroupTitleText" : "Other options",
	"HoursOfOperationGroupTitleText" : "Hours",
	"OpenFiltersPaneButtonAccessibleDescriptionNoneApplied" : "Sort and filter, no filters applied",
	"OpenFiltersPaneButtonAccessibleDescriptionSomeApplied" : "Sort and filter, filter selections applied",
	"OpenFiltersPaneButtonText" : "Sort and filter",
	"ProviderFiltersListAccessibleDescription" : "Provider filters",
	"SchedulingFilterGroupTitleText" : "Appointment scheduling",
	"ShowFewerOptionsButtonText" : "Show less",
	"ShowMoreOptionsButtonText" : "Show more",
	"TapestryFilterGroupTitleText" : "Show only",
	"Title" : "Provider Finder Filters",
});
$$WP.Strings.getNamespace("providerfinder.geolocation").addStrings( {
	"AnyDistanceDropdownValue" : "Any distance",
	"BrowserLocationErrorMessage" : "Unable to get your current location. Enter a ZIP code.",
	"BrowserLocationErrorMessagePostalCodeDisabled" : "Unable to get your current location.",
	"ClearCurrentLocationButtonAccessibleDescription" : "Clear current location",
	"CurrentLocationTextPlaceholder" : "Current location",
	"DistanceRadiusDropdownLabel" : "Search within",
	"FiftyKilometersDropdownValue" : "50 kilometers",
	"FiftyMilesDropdownValue" : "50 miles",
	"GeolocationFiltersSectionHeader" : "Location options",
	"InvalidPostalCodeErrorMessage" : "Invalid ZIP code",
	"OneHundredKilometersDropdownValue" : "100 kilometers",
	"OneHundredMilesDropdownValue" : "100 miles",
	"PostalCodeInputLabel" : "ZIP code",
	"RequestingCurrentLocationLabel" : "Getting your location...",
	"TenKilometersDropdownValue" : "10 kilometers",
	"TenMilesDropdownValue" : "10 miles",
	"Title" : "Provider Finder Geolocation",
	"TwentyFiveKilometersDropdownValue" : "25 kilometers",
	"TwentyFiveMilesDropdownValue" : "25 miles",
	"UseCurrentLocationButtonLabel" : "Use my current location",
});
$$WP.Strings.getNamespace("providerfinder.landingpageoptions").addStrings( {
	"CostCalculatorActivityTitle" : "Cost Calculator",
	"EstimatesActivitySubtext" : "Get a price estimate for common procedures from one of our locations.",
	"EstimatesActivityTitle" : "Estimates",
	"JumpToLocationFinderOptionDescription" : "Search for a location near you.",
	"JumpToLocationFinderOptionTitle" : "Looking for a location?",
	"JumpToProviderFinderOptionDescription" : "Search for a provider near you.",
	"JumpToProviderFinderOptionTitle" : "Looking for a provider?",
	"LandingPageOptionsSectionTitle" : "Other options",
	"OnMyWayActivitySubtext" : "Need care now? See nearby clinics and let us know when you are on your way.",
	"OnMyWayActivityTitle" : "Same-day care",
	"PromotedCardAccessibleDescription" : "@MYCHART@ACTIVITYTITLE@. @MYCHART@ACTIVITYSUBTEXT@",
	"PromotedSearchTermsSectionTitle" : "Common searches",
	"SymptomCheckActivitySubtext" : "Answer a series of questions to receive recommendations for your care.",
	"SymptomCheckActivityTitle" : "Symptom checker",
	"Title" : "Provider Finder Landing Page Options",
	"VideoVisitActivitySubtext" : "See the next available provider with a video visit from the comfort of your home.",
	"VideoVisitActivityTitle" : "On-demand video visit",
	"VideoVisitActivityTitleBranded" : "@MYCHART@BrandVideoVisits@",
});
$$WP.Strings.getNamespace("providerfinder.resultslist").addStrings( {
	"AlternativeSearchSeparatorText" : "OR",
	"CallToScheduleAccessibleDescription" : "Call to schedule an appointment with @MYCHART@CALLTOSCHEDULEPROVIDER@ at @MYCHART@CALLTOSCHEDULELOCATION@",
	"CallToScheduleAtLocationAccessibleDescription" : "Call to schedule an appointment at @MYCHART@CALLTOSCHEDULEATLOCATION@",
	"CallToScheduleLinkText" : "Call to schedule",
	"CallToScheduleNoLocationAccessibleDescription" : "Call to schedule an appointment with @MYCHART@CALLTOSCHEDULENOLOCATIONPROVIDER@",
	"CallToScheduleNoProviderNoLocationAccessibleDescription" : "Call to schedule an appointment",
	"ClearAllFiltersButtonText" : "Clear filters",
	"ClearAllFiltersForZeroStateButtonText" : "Clear all filters",
	"DistanceSortErrorMessage" : "Enter a location to sort by distance",
	"DistanceSortOption" : "Distance",
	"FirstAvailableSortOption" : "First available",
	"FirstAvailableSummary" : "@MYCHART@FIRSTAVAILABLEVISITTYPE@ availability starting @MYCHART@FIRSTAVAILABLEDATE@",
	"FirstAvailableSummaryToday" : "@MYCHART@FIRSTAVAILABLEVISITTYPETODAY@ availability starting today",
	"FirstAvailableSummaryTomorrow" : "@MYCHART@FIRSTAVAILABLEVISITTYPETOMORROW@ availability starting tomorrow",
	"LocationBioLink" : "@MYCHART@LOCBIOLINK@",
	"LocationPhotoAccessibleText" : "Photo of @MYCHART@PHOTOLOCATIONNAME@",
	"LocationRequiredWithoutCoordinates" : "Enter a zip code to search for providers",
	"LocationResultsLoadingMessage" : "Searching for locations...",
	"MoreLocationsAccessibleDescription" : "More locations for @MYCHART@MORELOCATIONSPROVIDER@",
	"MoreLocationsLinkText" : "See more locations",
	"MoreLocationsSummaryMultiple" : "+@MYCHART@NUMADDITIONALLOCATIONS@ additional locations",
	"MoreLocationsSummarySingle" : "+1 additional location",
	"MoreLocationsText" : "More locations",
	"MoreProvidersLinkText" : "See more providers",
	"NoLocationsFoundAlternativeSearchMessage" : "Otherwise, call us at @MYCHART@SCHEDULINGPHONE@ to find available locations.",
	"NoLocationsFoundBaseMessage" : "No locations found",
	"NoLocationsFoundFiltersAppliedMessage" : "Try removing some filters or call us at @MYCHART@SCHEDULINGPHONE@ to find available locations.",
	"NoLocationsFoundMessageWithFailedSearchTerm" : "No locations found for @MYCHART@FAILEDLOCATIONSEARCHTERM@",
	"NoLocationsFoundSearchMessage" : "Try a different search or call us at @MYCHART@SCHEDULINGPHONE@ to find available locations.",
	"NoProviderFoundSearchIconAccessibleDescription" : "Search",
	"NoProviderLocationsFound" : "No location information is available.",
	"NoProvidersFoundAlternativeSearchMessage" : "Otherwise, call us at @MYCHART@SCHEDULINGPHONE@ to find available providers.",
	"NoProvidersFoundBaseMessage" : "No providers found",
	"NoProvidersFoundFiltersAppliedMessage" : "Try removing some filters or call us at @MYCHART@SCHEDULINGPHONE@ to find available providers.",
	"NoProvidersFoundMessageWithFailedSearchTerm" : "No providers found for @MYCHART@FAILEDSEARCHTERM@",
	"NoProvidersFoundSearchMessage" : "Try a different search or call us at @MYCHART@SCHEDULINGPHONE@ to find available providers.",
	"PromotedActionPreviewsHeader" : "Suggested based on your search",
	"PromotedActionPreviewsNoOtherResultsText" : "Here are some other suggestions based on your search:",
	"ProviderBioLink" : "@MYCHART@BIOLINK@",
	"ProviderLocationAccessibleDescription" : "Location",
	"RatingSortOption" : "Rating",
	"RequestAtLocationAccessibleDescription" : "Request an appointment at this location @MYCHART@REQUESTATLOCATIONAX@ with @MYCHART@REQUESTWITHPROVIDERAX@",
	"RequestAtLocationLinkText" : "Request an appointment at this location",
	"RequestWithProviderAccessibleDescription" : "Request an appointment with @MYCHART@REQUESTWITHPROVIDER@ at @MYCHART@REQUESTATLOCATION@",
	"RequestWithProviderLinkText" : "Request an appointment",
	"RequestWithProviderNoLocationAccessibleDescription" : "Request an appointment with @MYCHART@REQUESTWITHPROVIDERNOLOCATION@",
	"ResultsLoadingErrorMessage" : "Something went wrong.",
	"ResultsLoadingErrorTitle" : "Oops",
	"ResultsLoadingMessage" : "Searching for providers...",
	"ResultsPageTitle" : "Search results for \u003cspan class=\u0027searchTerm\u0027\u003e @MYCHART@SEARCHTERM@\u003c/span\u003e",
	"ResultsPageTitleNoMarkup" : "Search results for @MYCHART@SEARCHTERMNOMARKUP@",
	"ResultsRetryLoadButtonText" : "Try again",
	"ReturnToSearchButtonText" : "Try a different search",
	"ScheduleAtLocationLinkText" : "Schedule at this location",
	"ScheduleButtonSummaryNoTelephone" : "This provider is not available for telephone visits.",
	"ScheduleButtonSummaryNoTelephoneAtLocation" : "This provider is not available for telephone visits at this location.",
	"ScheduleButtonSummaryNoVideo" : "This provider is not available for video visits.",
	"ScheduleButtonSummaryNoVideoAtLocation" : "This provider is not available for video visits at this location.",
	"ScheduleButtonSummaryNoVideoAtPatientLocation" : "This provider is not available for video visits in your location.",
	"ScheduleButtonSummaryUnknownTelephone" : "This provider might not be available for telephone visits.",
	"ScheduleButtonSummaryUnknownTelephoneAtLocation" : "This provider might not be available for telephone visits at this location.",
	"ScheduleButtonSummaryUnknownVideo" : "This provider might not be available for video visits.",
	"ScheduleButtonSummaryUnknownVideoAtLocation" : "This provider might not be available for video visits at this location.",
	"ScheduleWithLocationAccessibleDescription" : "Schedule at this location @MYCHART@SCHEDULEWITHLOCATION@",
	"ScheduleWithLocationWithProviderAccessibleDescription" : "Schedule at this location @MYCHART@SCHEDULELOCATION@ with @MYCHART@SCHEDULEWITHPROVIDERLOCATION@",
	"ScheduleWithProviderAccessibleDescription" : "Schedule with this provider @MYCHART@SCHEDULEWITHPROVIDER@ at @MYCHART@SCHEDULEATLOCATION@",
	"ScheduleWithProviderLinkText" : "Schedule with this provider",
	"ScheduleWithProviderNoLocationAccessibleDescription" : "Schedule with @MYCHART@SCHEDULEWITHPROVIDERNOLOCATION@",
	"SearchLocationsInsteadButtonText" : "Search for locations",
	"SearchProvidersInsteadButtonText" : "Search for providers",
	"SeeSchedulingOptionsAccessibleDescription" : "See all scheduling options with @MYCHART@SEEOPTIONSWITHPROVIDER@ at @MYCHART@SEEOPTIONSATLOCATION@",
	"SeeSchedulingOptionsAtLocationAccessibleDescription" : "See all scheduling options at this location @MYCHART@SEEOPTIONSWITHLOCATION@",
	"SeeSchedulingOptionsAtLocationLinkText" : "See all scheduling options at this location",
	"SeeSchedulingOptionsLinkText" : "See all scheduling options",
	"SortHeader" : "Sort",
	"SortingMethodDropdownLabel" : "Sort by",
	"Title" : "Search Results",
	"ViewAdditionalResults" : "Looking for a different provider?",
	"ViewAdditionalResultsLink" : "View @MYCHART@NUMADDITIONALPROVIDERS@ more",
	"ViewAdditionalResultsLinkAccessibleDescription" : "View @MYCHART@NUMADDITIONALPROVIDERSACCESSIBLEDESCRIPTION@ more providers",
	"WeightedSortOption" : "Best match",
});
$$WP.Strings.getNamespace("providers").addStrings( {
	"ProviderAffiliationsHeader" : "Affiliations",
	"ProviderBioErrorTitle" : "Error",
	"ProviderBioInsuranceDisclaimerText" : "This list of insurance plans changes frequently, and the plans listed might not be accepted by your provider at the time of your appointment. Before your appointment, confirm with your insurance carrier that this provider accepts your insurance.",
	"ProviderBioMetaDescription" : "@MYCHART@PROVIDERNAME@ is a provider who practices @MYCHART@SPECIALTYNAME@ at @MYCHART@ORGANIZATIONNAME@",
	"ProviderBioMetaDescriptionNoSpecialty" : "@MYCHART@PROVIDERNAME@ is a provider who practices at @MYCHART@ORGANIZATIONNAME@",
	"ProviderBioNetworkInsuranceDescriptionText" : "\r\n\t\t\t\tThis provider accepts your insurance on file:\r\n\t\t\t",
	"ProviderBioStandardInsuranceDescriptionText" : "Other insurances accepted:",
	"ProviderBioTitle" : "Provider Details",
	"ProviderBoardCertificationsText" : "",
	"ProviderClinicalInterestLabel" : "Clinical interests",
	"ProviderDetailsHeader" : "More about @MYCHART@PROVIDERNAME@",
	"ProviderExternalBioMetaDescription" : "@MYCHART@PROVIDERNAME@ is an external provider who practices @MYCHART@SPECIALTYNAME@ at @MYCHART@ORGANIZATIONNAME@",
	"ProviderExternalBioMetaDescriptionNoOrg" : "@MYCHART@PROVIDERNAME@ is an external provider who practices @MYCHART@SPECIALTYNAME@",
	"ProviderExternalBioMetaDescriptionNoOrgAndSpecialty" : "@MYCHART@PROVIDERNAME@ is an external provider",
	"ProviderExternalBioMetaDescriptionNoSpecialty" : "@MYCHART@PROVIDERNAME@ is an external provider who practices at @MYCHART@ORGANIZATIONNAME@",
	"ProviderGenderLabel" : "Gender",
	"ProviderHasNoReviewsText" : "This provider does not have any reviews.",
	"ProviderLanguagesLabel" : "Languages",
	"ProviderLicensesText" : "",
	"ProviderLocationHeader" : "Locations",
	"ProviderNPILabel" : "National Provider Identifier (NPI)",
	"ProviderPhotoAccessibleText" : "Photo of @MYCHART@PHOTOPROVIDERNAME@",
	"ProviderQuickFactsHeader" : "Quick facts",
	"ProviderRatingsAndReviewsDisclaimer" : "",
	"ProviderSeesLabel" : "Cares for",
	"ProviderSpecialties" : "@MYCHART@PROVIDERSPECIALTIES@",
	"ProviderTypeLabel" : "Provider type",
	"ProviderWebsiteAccessibleDescription" : "Provider website",
	"ProviderWebsiteLabel" : "Website",
	"Title" : "",
});
$$WP.Strings.getNamespace("providers.fixed").addStrings( {
	"CulturalTrainingHeader" : "Cultural certification complete",
	"DrivingDirectionsLabel" : "Get directions",
	"PreviouslySeenProviderBadgeText" : "Previously seen provider",
	"PrimaryCareProviderBadgeText" : "Primary Care Provider",
	"ProviderAboutMeHeader" : "Meet @MYCHART@PROVIDERNAME@",
	"ProviderAllPublicationsLinkText" : "See all publications",
	"ProviderBioCoverageDescriptionText" : "This provider is in-network for your coverage:",
	"ProviderBioDetailsList" : "@MYCHART@PROVIDERBIODETAILSLIST@",
	"ProviderBioDrivingDirAccessibleDescription" : "Get directions for @MYCHART@LOCATIONNAME@ in a new window",
	"ProviderBioStandardNetworkDescriptionText" : "Other in-network plans:",
	"ProviderBoardCertificationsCaption" : "Learn more",
	"ProviderBoardCertificationsHeader" : "Board certifications",
	"ProviderCredentialsHeader" : "Credentials",
	"ProviderDetailsLinkToWebsite" : "To find out more about @MYCHART@PROVIDERNAME@\u0027s background, visit @MYCHART@PROVIDERWEBSITEHYPERLINK@.",
	"ProviderEducationDetails" : "@MYCHART@DEGREEORPROGRAM@, @MYCHART@YEARSATTENDED@",
	"ProviderEducationHeader" : "Education",
	"ProviderEducationYearsAttended" : "@MYCHART@STARTYEAR@–@MYCHART@ENDYEAR@",
	"ProviderEthnicityLabel" : "Ethnicity",
	"ProviderHospitalAffiliationsLabel" : "Hospital affiliations",
	"ProviderInsuranceHeader" : "Insurances accepted",
	"ProviderLicensesCaption" : "Learn more",
	"ProviderLicensesHeader" : "Licenses",
	"ProviderLocationTelehealthStyles" : "Offers @MYCHART@TELEHEALTHTYPES@",
	"ProviderNetworksHeader" : "In-network plans",
	"ProviderNotSeeingNewPatientsText" : "Not accepting new patients",
	"ProviderOfficeHoursDisclosureLabel" : "Office hours",
	"ProviderOverallRatingHeader" : "Overall rating",
	"ProviderPatientReviewsHeader" : "Patient reviews",
	"ProviderPublicationLinkText" : "Read more",
	"ProviderPublicationsHeader" : "Publications",
	"ProviderRaceLabel" : "Race",
	"ProviderRatingCount_Plural" : "@MYCHART@RATINGCOUNTPLURAL@ ratings",
	"ProviderRatingCount_Singular" : "1 rating",
	"ProviderRatingLinkAxDescription" : "@MYCHART@AXRATINGVALUELINK@ out of @MYCHART@AXMAXRATINGLINK@ stars with @MYCHART@AXRATINGCOUNTLINK@. Click to view reviews for @MYCHART@AXLINKPROVIDERNAME@",
	"ProviderRatingsAndReviewsCount" : "@MYCHART@RATINGSANDREVIEWSCOUNT@",
	"ProviderRatingText" : "@MYCHART@RATINGVALUETEXT@ (@MYCHART@RATINGCOUNTTEXT@)",
	"ProviderRatingTextAxDescription" : "@MYCHART@AXRATINGVALUETEXT@ out of @MYCHART@AXMAXRATINGTEXT@ stars with @MYCHART@AXRATINGCOUNTTEXT@",
	"ProviderReviewCount_Plural" : "@MYCHART@REVIEWCOUNTPLURAL@ reviews",
	"ProviderReviewCount_Singular" : "1 review",
	"ProviderReviewsLoadMoreText" : "See more reviews",
	"ProviderSeesAdolescentsValue" : "Adolescents (@MYCHART@MINIMUMADOLESCENTAGE@-@MYCHART@MAXIMUMADOLESCENTAGE@)",
	"ProviderSeesAdultsValue" : "Adults (@MYCHART@MINIMUMONLYADULTAGE@+)",
	"ProviderSeesAdultsWithMaximumValue" : "Adults (@MYCHART@MINIMUMADULTAGE@-@MYCHART@MAXIMUMADULTAGE@)",
	"ProviderSeesAllAges" : "All ages",
	"ProviderSeesChildrenValue" : "Children (@MYCHART@MINIMUMCHILDAGE@-@MYCHART@MAXIMUMCHILDAGE@)",
	"ProviderSeesNewPatientsText" : "Accepting new patients",
	"ProviderVideoAccessibleDescription" : "Video introduction for @MYCHART@PROVIDERNAME@",
	"ProviderWebsiteLinkText" : "@MYCHART@PROVIDERNAME@\u0027s website",
	"Rating" : "@MYCHART@RATINGVALUE@ out of @MYCHART@RATINGMAXVALUE@ stars",
	"ScheduleButtonText" : "Schedule an appointment",
	"ShowOutOfNetworkLocationsDisclaimerTitle" : "Out-of-network locations",
	"SuggestedProviderText" : "Suggested provider",
	"Title" : "",
});
$$WP.Strings.getNamespace("proxies").addStrings( {
	"AcceptButton" : "Accept",
	"AccessTypeLabel" : "Access type",
	"ActionFailPopupText" : "Something went wrong while processing your request, please try again later.",
	"ActionFailPopupTitle" : "Your request could not be completed",
	"AddImage" : "Add photo",
	"AutumnText" : "Autumn",
	"BackToSharingHubLink" : "Back to Sharing Hub",
	"BubblegumText" : "Bubblegum",
	"CancelButtonLabel" : "Cancel",
	"ChangeImage" : "Change photo",
	"ChosenPhoto" : "Chosen Photo: ",
	"ColorSchemeLabel" : "Color scheme",
	"DeleteImage" : "Delete photo",
	"EditAccessPopupTitle" : "Edit Access",
	"EditImage" : "Edit photo",
	"EditPersonAccessibleDescription" : "editing",
	"EditProfileButton" : "Edit profile",
	"EditRelationshipButton" : "Change access",
	"EmptyDelegateSection" : "No friends or family can see your health info.",
	"ErrorIconAltText" : "ERROR: ",
	"ExpirationDateLabel" : "Access until",
	"ExpirationDescription" : "Your access has expired. Ask your clinic to renew your access.",
	"ExpirationIndicator" : "Expired",
	"ExpirationWarningDescription" : "Your access will expire soon. Ask your clinic to extend your access.",
	"ExpirationWarningIndicator" : "Expiring Soon",
	"ExtensionFailPopupText" : "Oops! This file type is not allowed. Please upload files with the following types: BMP, JPEG, JPG, PNG, TIF, TIFF.",
	"ForestText" : "Forest",
	"GoldenrodText" : "Goldenrod",
	"InactiveDescription" : "You cannot access this account because it is inactive.",
	"InactiveIndicator" : "Inactive",
	"InviteSomeoneTitle" : "Invite friends or family",
	"LocalOrgPreface" : "Local organization: ",
	"MergeLink" : "Combine your view of these people",
	"MergeQuestion" : "Are you seeing the same person multiple times?",
	"MergeTitle" : "Combine your View of Friends and Family Members",
	"NicknameLabel" : "Nickname",
	"None" : "None",
	"NotSelectedText" : "Not selected",
	"OceanText" : "Ocean",
	"OrgIconAlt" : "This person has information from other organizations.",
	"OrgIconAltFull" : "This person has information from other organizations. Screen readers: use read next line command to hear organization name.",
	"OrgNameLabelNoParenthesis" : "Linked Organizations",
	"OrgNameLabelNoParenthesisSingular" : "Linked Organization",
	"PendingConfirmationButtonText" : "Review pending access",
	"PendingConfirmationCardBody" : "You have been approved to see someone\u0027s record. Confirm that you know the person to accept access or decline.",
	"PendingConfirmationCardTitle" : "Pending access to someone\u0027s record",
	"PendingEmailAddressLabel" : "Invite sent to:",
	"PendingIndicator" : "Pending",
	"PhotoWarning" : "Your photo can be seen by staff at this organization.",
	"ProxyMergeButton" : "Combine",
	"ProxyMergeErrorMessage" : "There was an error combining your view of these people.",
	"ProxyMergeErrorMessageAccept" : "OK",
	"ProxyMergeErrorMessageTitle" : "Error",
	"ProxyMergeInstructions" : "Select the people you would like to combine into a single view",
	"ProxyMergeInstructionsPretext" : "Please make 2 or more selections from different organizations.",
	"ProxyMergePretext" : "If you are seeing multiple entries below for the same person, you can combine your view of them here. This can be undone later on if needed. If you have any additional questions, call @MYCHART@HELPDESKPHONE@.",
	"ProxyMergeValidationError" : "Make 2 or more selections from different organizations.",
	"ProxyUnmergeButton" : "Separate",
	"ProxyUnmergeLabel" : "This person\u0027s view has been combined",
	"ProxyUnmergeSecondaryButtonText" : "Separate your view of @MyChart@SubjectNickname@",
	"RemoveButton" : "Remove",
	"RevokeButton" : "Remove",
	"RevokeDelegateConfirmationMessage" : "Are you sure you want to remove access to your record for @MyChart@RemovedDelegateFullName@ at @Mychart@DelegateLocalOrgName@?",
	"RevokeInviteConfirmationMessage" : "Are you sure you want to revoke the invite for @MyChart@RemovedInviteFullName@ to access your record at @MyChart@InviteLocalOrgName@?",
	"RevokePopupTitle" : "Remove access?",
	"RevokeProxyConfirmationMessage" : "Are you sure you want to remove your own access to @MyChart@RemovedProxyFullName@ at @Mychart@ProxyLocalOrgName@?",
	"RevokeRelationshipButton" : "Revoke",
	"RoyalText" : "Royal",
	"SaveButtonAriaLabel" : "The button used to save information about a subject. Clicking this will refresh the page.",
	"SaveButtonLabel" : "Save",
	"SelectButtonLabel" : "Select",
	"SelectedText" : "Selected",
	"SelfAccess" : "@MYCHART@PATIENTNAME@ (You)",
	"SelfAccessIndicator" : "This is your record.",
	"ServiceAreaMessage" : "This record contains information that can be seen by providers in @MyChart@AllowedAreas@.",
	"SkylightText" : "Skylight",
	"SubjectMergeBackButton" : "Back",
	"Title" : "Friends and Family Access",
	"UnmergeButton" : "Separate",
	"UnmergePopupTitle" : "Continue separating your view of this person?",
	"WhoCanSeeYouSectionPostText" : "",
	"WhoCanSeeYouSectionPreText" : "",
	"WhoCanSeeYouSectionTitle" : "Who can see my record?",
	"WhoCanYouSeeSectionPostText" : "",
	"WhoCanYouSeeSectionPreText" : "",
	"WhoCanYouSeeSectionTitle" : "Whose records can I see?",
});
$$WP.Strings.getNamespace("proxies.proxyconfirmation").addStrings( {
	"AttemptsRemainingMessage" : "One attempt remaining.",
	"BackActionLabel" : "Back",
	"CancelActionLabel" : "Cancel",
	"CardDescriptionDecline" : "Enter a reason for declining access to @MyChart@Name@:",
	"CardDescriptionStart" : "Enter @MyChart@Name@\u0027s date of birth. ",
	"CardHeader" : "@MyChart@Name@",
	"ConfirmActionAccessibleDescription" : "Confirm you know and want access to @MyChart@Name@",
	"ConfirmActionLabel" : "Confirm",
	"ConfirmedBadge" : "Granted",
	"ConfirmedMessage" : "You now have access to @MyChart@Name@.",
	"DateOfBirthEntryLabel" : "@MyChart@Name@\u0027s date of birth",
	"DateOfBirthErrorSummaryLabel" : "Date of birth for @MyChart@Name@",
	"DeclineActionLabel" : "Decline",
	"DeclinedBadge" : "Declined",
	"DeclinedMessage" : "Access to @MyChart@Name@ has been declined.",
	"DeclinePageHeader" : "Decline access",
	"DeclineStartLinkAccessibleDescription" : "Decline access to @MyChart@Name@",
	"DeclineStartLinkText" : "Decline access",
	"DoneActionLabel" : "Done",
	"DontKnowDeclineReason" : "I don\u0027t know this person",
	"DontWantDeclineReason" : "I know this person, but I don\u0027t want access to their information",
	"ErrorBadge" : "Error",
	"ErrorMessage" : "Something went wrong. Please try again later or contact the Help Desk at @MyChart@HELPDESKPHONE@.",
	"FailedAttemptMessage" : "Incorrect date of birth entered.",
	"FailedAttemptWithOneRemainingMessage" : "Incorrect date of birth entered. One attempt remaining.",
	"FailedBadge" : "Denied",
	"FailedMessage" : "Incorrect information entered. Access to this person is denied. Contact the Help Desk at @MYCHART@HELPDESKPHONE@ if you still want access to this person\u0027s information.",
	"ItemRequiredMessage" : "This is required.",
	"LogoutAppJumpBannerDescription" : "When you return to the @MYCHART@APPTITLE@ app, log out and log back in to see the new information.",
	"LogoutAppJumpPageDescription" : "After accepting access, you will need to log in to your app again to see information for the new person.",
	"LogoutBannerHeader" : "You have accepted access to someone\u0027s record",
	"LogoutNoRefreshBannerDescription" : "When you are done, log out and log back in to see the new information.",
	"LogoutNoRefreshPageDescription" : "After accepting access, you will need to log in to your app again to see information for the new person.",
	"MainPageHeader" : "Confirm access",
	"OtherDeclineReason" : "Other",
	"PageDescription" : "You have been approved to access the following people\u0027s information. Enter each person\u0027s date of birth to confirm you know them and accept access. You can decline access if you don\u0027t recognize someone or don\u0027t want access to their information.",
	"RefreshMessage" : "Updating your access",
	"SkipActionLabel" : "Skip",
	"TermsAndConditionsActionLabel" : "I accept the Proxy Access Disclaimer",
	"TermsAndConditionsDisclosureText" : "View the Proxy Access Disclaimer",
	"TermsAndConditionsErrorSummaryLabel" : "Proxy Access Disclaimer for @MyChart@Name@",
	"TermsAndConditionsPageTitle" : "Proxy Access Disclaimer",
	"Title" : "Friends and Family Confirmation",
	"ZeroStateCallToActionLabel" : "Manage whose records you can see and who can see your records.",
	"ZeroStateDescription" : "You don\u0027t have any pending access to review.",
	"ZeroStateDescriptionProxy" : "You cannot confirm relationships on behalf of @MYCHART@PATIENT@.",
});
$$WP.Strings.getNamespace("proxyinvite").addStrings( {
	"AccessForm" : "What kind of access would you like this person to have to your chart?",
	"AlreadyProxyPreText" : "",
	"BackToFriendsAndFamilyLink" : "Back to Friends and Family Access",
	"CheckBoxForm" : "I agree to the Terms and Conditions",
	"ConfirmButton" : "Accept invitation",
	"ConfirmButtonHoverText" : "Accepting this invitation will allow you to have access to @MyChart@PatientName@\u0027s @MyChart@AppName@ account.",
	"ConfirmedInviteText" : "Confirmation Successful",
	"ConfirmEmailForm" : "Confirm invitee email",
	"ContactInfoHeaderForm" : "Where should we send this invitation?",
	"ContinueButton" : "Continue to @MyChart@AppTitle@",
	"DeceasedSubjectPretext" : "Contact the patient\u0027s clinic for access.",
	"DeclineButton" : "Decline invitation",
	"DeclineButtonHoverText" : "Declining this invitation will prevent you from having access to @MyChart@PatientName@\u0027s @MyChart@AppName@ account.",
	"DeclineInviteText" : "Invitation successfully declined",
	"EmailForm" : "Invitee email",
	"EmailMismatch" : "Email does not match",
	"EnterPatientDOB" : "To confirm you know @MyChart@PatientName@, enter their date of birth.",
	"FailedConfirmationPretext" : "Too many failed confirmation attempts. Please ask @MyChart@PatientName@ to resend the invitation.",
	"FailedToConfirmInvite" : "Unable to confirm access. No more confirmation attempts left.",
	"GenericError" : "Something went wrong processing this request.",
	"IncorrectDOBEntered" : "Date of birth is incorrect",
	"InvalidOrBlankDOBEntry" : "Please enter a valid date",
	"InvalidRequestPretext" : "Ask @MyChart@PatientName@ to resend the invitation.",
	"InvitedThemselfPretext" : "",
	"InviteSentPreText" : "",
	"InviteSuccessTitlePage" : "Your invitation has been sent!",
	"InviteUnavailablePreText" : "Sending an invite is currently unavailable. If you have any questions, you can \u003ca href=\"@MYCHART@CUSTOMERSERVICEURL@\"\u003esend a customer service request\u003c/a\u003e.",
	"MissingProxySecurity" : "You are not currently eligible to access @MyChart@PatientName@\u0027s information. Contact us at @MYCHART@HELPDESKPHONE@ for more information.",
	"NameField" : "Invitee name",
	"NameForm" : "Who are you inviting?",
	"NoProxyInvitePretext" : "You cannot invite someone to have access to your record. If you have any questions, you can \u003ca href=\"@MYCHART@CUSTOMERSERVICEURL@\"\u003esend a customer service request\u003c/a\u003e.",
	"NoProxyInviteTitle" : "Sending an invitation is currently unavailable",
	"number1" : "1",
	"number2" : "2",
	"number3" : "3",
	"ProxyInvitesTitle" : "No Access",
	"ProxyInvitesTitle_FullAcc" : "Full Access",
	"ProxyInvitesTitle_IsBilling" : "Billing Access",
	"ProxyInvitesTitle_IsMedical" : "Medical Access",
	"ProxyInvitesTitle_IsMessaging" : "Messaging Access",
	"ProxyInvitesTitle_IsScheduling" : "Scheduling Access",
	"ProxyInvitesTitle_PartialAcc" : "Partial Access",
	"ProxyInvitesTitle_RestrictedAcc" : "Restricted Access",
	"RelationshipDescriptionHeader" : "What may this person have access to?",
	"RelationshipPopupContent" : "Select one of the listed relationships that is the most appropriate based on who you are sending this invite.",
	"RelationshipPopupTitle" : "Selecting a Relationship",
	"SeeOtherInvitesButton" : "See invitations you\u0027ve sent",
	"SendProxyInvitePretext" : "",
	"SendProxyInviteTitle" : "Invite someone to have access to your record",
	"Step1ProxyInviteInstructions" : "We will email an invitation to someone you trust.",
	"Step2ProxyInviteInstructions" : "From the email, they can log in to their @MyChart@AppTitle@ to accept the invitation.",
	"Step3ProxyInviteInstructions" : "They must verify they know you by entering your date of birth.",
	"SubmitInviteAgainButton" : "Invite someone else",
	"SubmitInviteButton" : "Send invite",
	"Title" : "Proxy Invite",
	"TitleAlreadyProxy" : "You already have access to @MyChart@PatientName@",
	"TitleExpired" : "Invitation Expired",
	"TitleFailedConfirmation" : "Unable to Confirm Invitation",
	"TitleInvalidRequest" : "Something Went Wrong With Your Invitation",
	"TitleInvitedThemself" : "You already have access to yourself",
	"TitleOnInvitation" : "Proxy Invitation",
	"TitlewithName" : "@MyChart@PatientName@ invited you to have access to their @MyChart@AppName@ account",
	"ViewTermsLabel" : "View Terms and Conditions",
});
$$WP.Strings.getNamespace("proxyswitch.proxyswitch.proxyselector").addStrings( {
	"AccountDropDownSubMenuBackButtonText" : "Back to account options",
	"AccountSettingsMenuText" : "Account settings",
	"additionalMenuOptions" : "Additional menu options",
	"addMyPhotoMenuItem" : "Add your photo",
	"addMyPhotoMenuItemServiceAreas" : "Add your photo (@MYCHART@ALLOWEDAREAS@)",
	"addPhotoMenuItemTitleText" : "Add a photo to your chart",
	"addPhotoMenuItemTitleTextServiceAreas" : "Add a photo to your chart in @MYCHART@ALLOWEDAREAS@",
	"addSubjectsPhotoMenuItem" : "Add @MYCHART@SUBJECT_PATIENTNAME@\u0027s photo",
	"addSubjectsPhotoMenuItemServiceAreas" : "Add @MYCHART@SUBJECT_PATIENTNAME@\u0027s photo (@MYCHART@ALLOWEDAREAS@)",
	"addSubjectsPhotoMenuItemTitleText" : "Add a photo to @MYCHART@SUBJECT_PATIENTNAME@\u0027s chart",
	"addSubjectsPhotoMenuItemTitleTextServiceAreas" : "Add a photo to @MYCHART@SUBJECT_PATIENTNAME@\u0027s chart in @MYCHART@ALLOWEDAREAS@",
	"changeMyPhotoMenuItem" : "Change your photo",
	"changeMyPhotoMenuItemServiceAreas" : "Change your photo (@MYCHART@ALLOWEDAREAS@)",
	"changePhotoMenuItemTitleText" : "Change your photo",
	"changePhotoMenuItemTitleTextServiceAreas" : "Change your photo in @MYCHART@ALLOWEDAREAS@",
	"changeSubjectsPhotoMenuItem" : "Change @MYCHART@SUBJECT_PATIENTNAME@\u0027s photo",
	"changeSubjectsPhotoMenuItemServiceAreas" : "Change @MYCHART@SUBJECT_PATIENTNAME@\u0027s photo (@MYCHART@ALLOWEDAREAS@)",
	"changeSubjectsPhotoMenuItemTitleText" : "Change @MYCHART@SUBJECT_PATIENTNAME@\u0027s photo",
	"changeSubjectsPhotoMenuItemTitleTextServiceAreas" : "Change @MYCHART@SUBJECT_PATIENTNAME@\u0027s photo in @MYCHART@ALLOWEDAREAS@",
	"currentlyAccessingTitle" : "Currently accessing @MYCHART@SUBJECT_PATIENTNAME@\u0027s record",
	"currentlyAccessingTitleServiceAreas" : "Currently accessing @MYCHART@SUBJECT_PATIENTNAME@\u0027s record in @MYCHART@ALLOWEDAREAS@",
	"FriendsAndFamilyMenuText" : "Manage friends and family",
	"FriendsAndFamilyMenuTextServiceAreas" : "Manage friends and family (@MYCHART@ALLOWEDAREAS@)",
	"FriendsAndFamilyTitle" : "Friends and family",
	"FriendsAndFamilyTitleText" : "Manage friends and family access",
	"FriendsAndFamilyTitleTextServiceAreas" : "Manage friends and family access (@MYCHART@ALLOWEDAREAS@)",
	"lastPersonInList" : "Last person in list.",
	"lastPersonInListWithMoreOptions" : "Last person in list. Additional menu options below.",
	"limitedDropdownTitleText" : "Choose from account options.",
	"LoadingText" : "Loading friends and family...",
	"LocaleSwitcherButtonText" : "Change language",
	"LocaleSwitcherHeaderText" : "Select a language",
	"noProxiesTitleText" : "Account options",
	"PersonalInformationMenuText" : "Personal information",
	"photoConfirmationPopupAcceptButton" : "Accept",
	"photoConfirmationPopupCancelButton" : "Cancel",
	"photoUploadConfirmationSelf" : "If you click accept, this photo will be saved to your record and visible to staff at this organization.",
	"photoUploadConfirmationSelfMyChartOnly" : "If you click accept, you will now see this photo for your record in @MYCHART@APPTITLE@.",
	"photoUploadConfirmationSelfMyChartOnlyServiceAreas" : "If you click accept, you will now see this photo for your record in @MYCHART@ALLOWEDAREAS@ in @MYCHART@APPTITLE@.",
	"photoUploadConfirmationSelfServiceAreas" : "If you click accept, this photo will be saved to your record in @MYCHART@ALLOWEDAREAS@ and visible to staff at this organization.",
	"photoUploadConfirmationSubject" : "If you click accept, this photo will be saved to @MYCHART@SUBJECT_PATIENTNAME@\u0027s record and visible to staff at this organization.",
	"photoUploadConfirmationSubjectMyChartOnly" : "If you click accept, you will now see this photo for @MYCHART@SUBJECT_PATIENTNAME@\u0027s record in @MYCHART@APPTITLE@.",
	"photoUploadConfirmationSubjectMyChartOnlyServiceAreas" : "If you click accept, you will now see this photo for @MYCHART@SUBJECT_PATIENTNAME@\u0027s record in @MYCHART@ALLOWEDAREAS@ in @MYCHART@APPTITLE@.",
	"photoUploadConfirmationSubjectServiceAreas" : "If you click accept, this photo will be saved to @MYCHART@SUBJECT_PATIENTNAME@\u0027s record in @MYCHART@ALLOWEDAREAS@ and visible to staff at this organization.",
	"photoUploadScreenReaderConfirmationSelf" : "If you click accept, photo with file name @MYCHART@PHOTO_FILENAME@ will be saved to your record and visible to staff at this organization.",
	"photoUploadScreenReaderConfirmationSelfMyChartOnly" : "If you click accept, photo with file name @MYCHART@PHOTO_FILENAME@ will now appear for your record in @MYCHART@APPTITLE@.",
	"photoUploadScreenReaderConfirmationSelfMyChartOnlyServiceAreas" : "If you click accept, photo with file name @MYCHART@PHOTO_FILENAME@ will now appear for your record in @MYCHART@ALLOWEDAREAS@ in @MYCHART@APPTITLE@.",
	"photoUploadScreenReaderConfirmationSelfServiceAreas" : "If you click accept, photo with file name @MYCHART@PHOTO_FILENAME@ will be saved to your record iN @MYCHART@ALLOWEDAREAS@ and visible to staff at this organization.",
	"photoUploadScreenReaderConfirmationSubject" : "If you click accept, photo with file name @MYCHART@PHOTO_FILENAME@ will be saved to @MYCHART@SUBJECT_PATIENTNAME@\u0027s record and visible to staff at this organization.",
	"photoUploadScreenReaderConfirmationSubjectMyChartOnly" : "If you click accept, photo with file name @MYCHART@PHOTO_FILENAME@ will now appear for @MYCHART@SUBJECT_PATIENTNAME@\u0027s record in @MYCHART@APPTITLE@.",
	"photoUploadScreenReaderConfirmationSubjectMyChartOnlyServiceAreas" : "If you click accept, photo with file name @MYCHART@PHOTO_FILENAME@ will now appear for @MYCHART@SUBJECT_PATIENTNAME@\u0027s record in @MYCHART@ALLOWEDAREAS@ in @MYCHART@APPTITLE@.",
	"photoUploadScreenReaderConfirmationSubjectServiceAreas" : "If you click accept, photo with file name @MYCHART@PHOTO_FILENAME@ will be saved to @MYCHART@SUBJECT_PATIENTNAME@\u0027s record in @MYCHART@ALLOWEDAREAS@ and visible to staff at this organization.",
	"photoUploadUnsavedChangesPopupText" : "If you continue with uploading a photo, the page will reload and you will lose any unsaved changes. Would you like to continue without saving?",
	"photoUploadUnsavedChangesPopupTitle" : "You have unsaved changes",
	"RemoteSubjectDisabled" : "Cannot access @MYCHART@SUBJECT_PATIENTNAME@\u0027s record because the external organization could not be reached",
	"RemoteSubjectError" : "Not able to load certain friends and family at this time.",
	"RemoteSubjectLoading" : "@MYCHART@SUBJECT_PATIENTNAME@\u0027s record from an external organization is loading",
	"selfSelectorCurrentlyAccessingTitle" : "Currently accessing your record",
	"selfSelectorCurrentlyAccessingTitleServiceAreas" : "Currently accessing your record in @MYCHART@ALLOWEDAREAS@",
	"selfSelectorTitle" : "Access your record",
	"selfSelectorTitleServiceAreas" : "Access your record in @MYCHART@ALLOWEDAREAS@",
	"subjectLabelTitleServiceAreas" : "@MYCHART@SUBJECT_PATIENTNAME@ (@MYCHART@ALLOWEDAREAS@)",
	"subjectSelectorTitle" : "Access @MYCHART@SUBJECT_PATIENTNAME@\u0027s record",
	"subjectSelectorTitleServiceAreas" : "Access @MYCHART@SUBJECT_PATIENTNAME@\u0027s record in @MYCHART@ALLOWEDAREAS@",
	"switchPatientsTitleText" : "Switch patients or choose from other account options.",
	"Title" : "Proxy Switcher",
	"UploadingPhoto" : "Uploading photo...",
	"uploadPhotoTitle" : "Upload photo",
});
$$WP.Strings.getNamespace("questionnaire").addStrings( {
	"AdmittedInterruptionMessage" : "One of your answers is something that your care team would like to know about as soon as possible. Use the call button to contact your nurse.",
	"AdmittedInterruptionMessage_QuestionnaireLocked" : "Someone else is accessing this questionnaire. Try again later.",
	"Advance" : "Continue",
	"Back" : "Back",
	"BackToQuestionnaire" : "Back to the questionnaire",
	"Cancel" : "Cancel",
	"ConfidentialMessage" : "You can’t save your progress, and you won’t be able to view your answers after you submit them.",
	"ConfidentialMessageHeader" : "These answers are confidential",
	"FamilyMemberFatherLabel" : "Father: {0}",
	"FamilyMemberMotherLabel" : "Mother: {0}",
	"Finish" : "Finish",
	"InterruptionMessage" : "Your responses indicate that it may be best to contact your medical provider as soon as possible. Call your provider to discuss your answers in this questionnaire. This questionnaire has not yet been submitted.",
	"InterruptionMessage_QuestionnaireLocked" : "Someone else is accessing this questionnaire. Try again later.",
	"JumpToPreview" : "Continue",
	"QuestionnaireAnswersSaved" : "Your responses have been saved but were not submitted.",
	"QuestionnaireAnswersSavedNumDays" : "Your responses have been saved but were not submitted. They will be saved for @MYCHART@NUMDAYS@ days.",
	"QuestionnaireAnswersSavedOneDay" : "Your responses have been saved but were not submitted. They will be saved for 1 day.",
	"QuestionnaireAnswersSavedPleaseReturn" : "Please return to this questionnaire and submit your responses at your convenience.",
	"QuestionnaireAnswersSavedPleaseReturnAdmitted" : "Please return to this questionnaire and submit your responses during this visit.",
	"QuestionnaireAnswersSavedPleaseReturnDate" : "Please return to this questionnaire and submit your responses by @MYCHART@EXPDATE@.",
	"QuestionnaireBranchingChanged" : "\u003cspan class=\"bold\"\u003eChanges to your answers have added or removed questions.\u003c/span\u003e Please continue and submit.",
	"QuestionnaireBranchingChangedReview" : "\u003cspan class=\"bold\"\u003eChanges to your answers have updated the questions.\u003c/span\u003e",
	"QuestionnaireChanged" : "\u003cspan class=\"bold\"\u003eThis questionnaire was recently updated.\u003c/span\u003e Please review your answers. You may need to re-answer some questions.",
	"QuestionnairePartSubmitReqQn" : "Answer the required questions to continue submission.",
	"QuestionnairePreText" : "",
	"QuestionnaireSaved" : "Your answers have been saved.",
	"QuestionnaireSubmitted" : "Your answers have been submitted.",
	"QuestionRequiredLegend" : "Indicates a required field.",
	"ReviewResponses" : "Responses",
	"Save" : "Finish later",
	"ScoringDescriptionScreenReader" : "Your score description is @MYCHART@SCOREDESCRIPTION@",
	"ScoringRangeAndDescriptionScreenReader" : "On the scale from @MYCHART@MIN@ to @MYCHART@MAX@, you scored @MYCHART@ANSVAL@, Your score was @MYCHART@SCOREDESCRIPTION@",
	"ScoringRangeLabel" : "From",
	"ScoringRangeScreenReader" : "On the scale from @MYCHART@MIN@ to @MYCHART@MAX@, you scored @MYCHART@ANSVAL@",
	"ScoringRangeString" : "@MYCHART@LOWERBOUND@ - @MYCHART@UPPERBOUND@",
	"SliderAnswerBothLabels" : "On the scale from @MYCHART@MIN@, meaning @MYCHART@MINLABEL@, to @MYCHART@MAX@, meaning @MYCHART@MAXLABEL@, you chose @MYCHART@ANSVAL@",
	"SliderAnswerMaxLabelOnly" : "On the scale from @MYCHART@MIN@ to @MYCHART@MAX@, meaning @MYCHART@MAXLABEL@, you chose @MYCHART@ANSVAL@",
	"SliderAnswerMinLabelOnly" : "On the scale from @MYCHART@MIN@, meaning @MYCHART@MINLABEL@, to @MYCHART@MAX@, you chose @MYCHART@ANSVAL@",
	"SliderAnswerNoLabels" : "On the scale from @MYCHART@MIN@ to @MYCHART@MAX@, you chose @MYCHART@ANSVAL@",
	"Submit" : "Submit",
	"SubmitButtonTop" : "",
	"SummaryAnswerColumn" : "Answer",
	"SummaryEditColumn" : "Edit",
	"SummaryEditDisplayText" : "Edit",
	"SummaryEditDownloadTitleText" : "Download",
	"SummaryEditText" : "Edit this answer",
	"SummaryFamilyHistoryFamilyMemberInfo" : "{0}, {1}",
	"SummaryFamilyHistoryFamilyMemberWithComment" : "{0} - {1}",
	"SummaryFamilyHistoryFamilyMemberWithOnset" : "{0} - noticed around age {1}",
	"SummaryFamilyHistoryFamilyMemberWithOnsetAndComment" : "{0} - noticed around age {1}, {2}",
	"SummaryFamilyHistoryFamilyMemberWithOnsetRange" : "{0} - noticed around age {1}-{2}",
	"SummaryFamilyHistoryFamilyMemberWithOnsetRangeAndComment" : "{0} - noticed around age {1}-{2}, {3}",
	"SummaryFamilyHistoryNegativeHistoryForProblem" : "No known family history",
	"SummaryFamilyHistoryNoGivenHistoryForProblem" : "No listed family history",
	"SummaryFamilyHistoryNone" : "No family history",
	"SummaryFamilyHistoryOnsetAndComment" : "@MYCHART@AGEOFONSET@ - @MYCHART@COMMENT@",
	"SummaryFamilyHistoryProblemWithComment" : "{0} - {1}",
	"SummaryFamilyHistoryProblemWithOnset" : "{0} ({1})",
	"SummaryFamilyHistoryProblemWithOnsetAndComment" : "{0} ({1}) - {2}",
	"SummaryFamilyHistoryProblemWithOnsetRange" : "{0} ({1}-{2})",
	"SummaryFamilyHistoryProblemWithOnsetRangeAndComment" : "{0} ({1}-{2}) - {3}",
	"SummaryFamilyHistoryRelation" : "{0} ({1})",
	"SummaryFamilyHistoryScreenReaderRedirect" : "Navigate to the neighboring answer cell for your family history summary",
	"SummaryPreviouslySubmitted" : "Because this questionnaire was completed recently, we used your answers from @MYCHART@SUBMITTEDDATE@.",
	"SummaryPrompt" : "Submit your responses. Or, review first and then submit.",
	"SummaryPromptPrintPreview" : "Here are the responses you submitted.",
	"SummaryPromptReadOnly" : "Please review your answers.",
	"SummaryPromptReadOnlySubmitted" : "Thank you, here are the responses you have submitted.",
	"SummaryQuestionColumn" : "Question",
	"SummaryQuestionNotAnsweredScreenreaderText" : "Blank",
	"Title" : "",
});
$$WP.Strings.getNamespace("questionnaire.mychart").addStrings( {
	"AdmissionDescriptionWithDept" : "For your hospital stay in \u003cspan class=\"bold\"\u003e@MYCHART@ADMISSIONDEPT@\u003c/span\u003e",
	"AdmissionDescriptionWithDeptDateRange" : "For your hospital stay in \u003cspan class=\"bold\"\u003e@MYCHART@ADMISSIONDEPT@\u003c/span\u003e from @MYCHART@APPTDATE@ - @MYCHART@DISCHARGEDATE@",
	"AdmissionDescriptionWithDeptProxy" : "For @MYCHART@PATIENT@\u0027s hospital stay in \u003cspan class=\"bold\"\u003e@MYCHART@ADMISSIONDEPT@\u003c/span\u003e",
	"AdmissionDescriptionWithDeptProxyDateRange" : "For @MYCHART@PATIENT@\u0027s hospital stay in \u003cspan class=\"bold\"\u003e@MYCHART@ADMISSIONDEPT@\u003c/span\u003e from @MYCHART@APPTDATE@ - @MYCHART@DISCHARGEDATE@",
	"AdmissionDescriptionWithDeptScreenReader" : "For your hospital stay in @MYCHART@ADMISSIONDEPT@",
	"AdmissionDescriptionWithDeptScreenReaderDateRange" : "For your hospital stay in @MYCHART@ADMISSIONDEPT@ from @MYCHART@APPTDATE@ - @MYCHART@DISCHARGEDATE@",
	"AdmissionDescriptionWithDeptScreenReaderProxy" : "For @MYCHART@PATIENT@\u0027s hospital stay in @MYCHART@ADMISSIONDEPT@",
	"AdmissionDescriptionWithDeptScreenReaderProxyDateRange" : "For @MYCHART@PATIENT@\u0027s hospital stay in @MYCHART@ADMISSIONDEPT@ from @MYCHART@APPTDATE@ - @MYCHART@DISCHARGEDATE@",
	"AdmissionDescriptionWithNoDept" : "For your hospital stay",
	"AdmissionDescriptionWithNoDeptDateRange" : "For your hospital stay from @MYCHART@APPTDATE@ - @MYCHART@DISCHARGEDATE@",
	"AdmissionDescriptionWithNoDeptProxy" : "For @MYCHART@PATIENT@\u0027s hospital stay",
	"AdmissionDescriptionWithNoDeptProxyDateRange" : "For @MYCHART@PATIENT@\u0027s hospital stay from @MYCHART@APPTDATE@ - @MYCHART@DISCHARGEDATE@",
	"ApptDescriptionEVisit" : "For your @MYCHART@BrandEVisit@ with \u003cspan class=\"bold\"\u003e@MYCHART@PROVIDER@\u003c/span\u003e on @MYCHART@APPTDATE@",
	"ApptDescriptionEVisitNoMnemonic" : "For your E-Visit with \u003cspan class=\"bold\"\u003e@MYCHART@PROVIDER@\u003c/span\u003e on @MYCHART@APPTDATE@",
	"ApptDescriptionEVisitNoProvider" : "For your @MYCHART@BrandEVisit@ on @MYCHART@APPTDATE@",
	"ApptDescriptionEVisitNoProviderNoMnemonic" : "For your E-Visit on @MYCHART@APPTDATE@",
	"ApptDescriptionEVisitNoProviderProxy" : "For @MYCHART@PATIENT@\u0027s @MYCHART@BrandEVisit@ on @MYCHART@APPTDATE@",
	"ApptDescriptionEVisitNoProviderProxyNoMnemonic" : "For @MYCHART@PATIENT@\u0027s E-Visit on @MYCHART@APPTDATE@",
	"ApptDescriptionEVisitNoProviderScreenReader" : "For your @MYCHART@BrandEVisit@ on @MYCHART@APPTDATE@",
	"ApptDescriptionEVisitNoProviderScreenReaderNoMenmonic" : "For your E-Visit on @MYCHART@APPTDATE@",
	"ApptDescriptionEVisitNoProviderScreenReaderProxy" : "For @MYCHART@PATIENT@\u0027s @MYCHART@BrandEVisit@ on @MYCHART@APPTDATE@",
	"ApptDescriptionEVisitNoProviderScreenReaderProxyNoMnemonic" : "For @MYCHART@PATIENT@\u0027s E-Visit on @MYCHART@APPTDATE@",
	"ApptDescriptionEVisitProxy" : "For @MYCHART@PATIENT@\u0027s @MYCHART@BrandEVisit@ with \u003cspan class=\"bold\"\u003e@MYCHART@PROVIDER@\u003c/span\u003e on @MYCHART@APPTDATE@",
	"ApptDescriptionEVisitProxyNoMnemonic" : "For @MYCHART@PATIENT@\u0027s E-Visit with \u003cspan class=\"bold\"\u003e@MYCHART@PROVIDER@\u003c/span\u003e on @MYCHART@APPTDATE@",
	"ApptDescriptionEVisitScreenReader" : "For your @MYCHART@BrandEVisit@ with @MYCHART@PROVIDER@ on @MYCHART@APPTDATE@",
	"ApptDescriptionEVisitScreenReaderNoMnemonic" : "For your E-Visit with @MYCHART@PROVIDER@ on @MYCHART@APPTDATE@",
	"ApptDescriptionEVisitScreenReaderProxy" : "For @MYCHART@PATIENT@\u0027s @MYCHART@BrandEVisit@ with @MYCHART@PROVIDER@ on @MYCHART@APPTDATE@",
	"ApptDescriptionEVisitScreenReaderProxyNoMnemonic" : "For @MYCHART@PATIENT@\u0027s E-Visit with @MYCHART@PROVIDER@ on @MYCHART@APPTDATE@",
	"ApptDescriptionWithDate" : "For an upcoming appointment on @MYCHART@APPTDATE@",
	"ApptDescriptionWithDateScreenReader" : "For an upcoming appointment on @MYCHART@APPTDATE@",
	"ApptDescriptionWithProviderAndDate" : "For an upcoming appointment with \u003cspan class=\"bold\"\u003e@MYCHART@PROVIDER@\u003c/span\u003e on @MYCHART@APPTDATE@",
	"ApptDescriptionWithProviderAndDateScreenReader" : "For an upcoming appointment with @MYCHART@PROVIDER@ on @MYCHART@APPTDATE@",
	"BackToACP" : "Back to @MYCHART@BrandEOLPlanning@",
	"BackToACPNoMnemonic" : "Back to End-of-Life Planning",
	"BackToApptDetails" : "Back to Visit Details",
	"BackToCovidStatus" : "Back to COVID-19",
	"BackToECheckIn" : "Back to @MYCHART@BrandECheckIn@",
	"BackToECheckInNoMnemonic" : "Back to eCheck-In",
	"BackToEDSelfRegistration" : "Back to @MYCHART@BrandEDSelfRegistration@",
	"BackToEDSelfRegistrationNoMnemonic" : "Back to Self-Registration",
	"BackToEVisit" : "Back to @MYCHART@BrandEVisit@",
	"BackToEVisitNoMnemonic" : "Back to E-Visit",
	"BackToHomeScreen" : "Back to home screen",
	"BackToList" : "Back to the questionnaire list",
	"BackToMessage" : "Back to the message",
	"BackToResearchJourney" : "Back to research journey",
	"BackToResearchStudies" : "Back to your research studies",
	"BackToResearchStudyDetails" : "Back to research study",
	"BackToSocialAssistance" : "Back to Social Assistance",
	"BackToVisits" : "Back to visits page",
	"CancelPopupContinue" : "Delete responses",
	"CancelPopupGoBack" : "Go back",
	"CancelPopupPrompt" : "If you cancel this questionnaire, then any answers you have already entered will be deleted.",
	"CancelPopupSave" : "Save responses and finish later",
	"CancelPopupTitle" : "Delete responses?",
	"DecisionDescription" : "For decision \u003cspan class=\"bold\"\u003e@MYCHART@DECISIONNAME@\u003c/span\u003e",
	"DecisionDescriptionScreenReader" : "For decision @MYCHART@DECISIONNAME@",
	"DownloadFileHelpText" : "Click to download this file",
	"EDDescription" : "For an emergency visit on @MYCHART@APPTDATE@",
	"EDDescriptionScreenReader" : "For an emergency visit on @MYCHART@APPTDATE@",
	"EDEncounterDescriptionWithDept" : "For your visit to \u003cspan class=\"bold\"\u003e@MYCHART@ADMISSIONDEPT@\u003c/span\u003e",
	"EDEncounterDescriptionWithDeptProxy" : "For @MYCHART@PATIENT@\u0027s visit to \u003cspan class=\"bold\"\u003e@MYCHART@ADMISSIONDEPT@\u003c/span\u003e",
	"EDEncounterDescriptionWithDeptScreenReader" : "For your visit to @MYCHART@ADMISSIONDEPT@",
	"EDEncounterDescriptionWithDeptScreenReaderProxy" : "For @MYCHART@PATIENT@\u0027s visit to @MYCHART@ADMISSIONDEPT@",
	"EDEncounterDescriptionWithNoDept" : "For your visit",
	"EDEncounterDescriptionWithNoDeptProxy" : "For @MYCHART@PATIENT@\u0027s visit",
	"ExitPopupDelete" : "Delete responses",
	"ExitPopupGoBack" : "Stay on this page",
	"ExitPopupPrompt" : "You\u0027re about to leave. What would you like to do?",
	"ExitPopupSave" : "Save and finish later",
	"ExitPopupTitle" : "You have unsaved changes",
	"ExpiredQuestionnaire" : "This questionnaire has expired.",
	"HQAInvalid" : "An error occured, please refresh your page.",
	"LateralityCategory" : "",
	"LateralityCategory_1" : "Left",
	"LateralityCategory_2" : "Right",
	"MessageDescriptionWithSenderAndDate" : "Attached to a message from \u003cspan class=\"bold\"\u003e@MYCHART@MSGSENDER@\u003c/span\u003e received \u003cspan class=\"bold\"\u003e@MYCHART@MSGDATE@\u003c/span\u003e",
	"MessageDescriptionWithSenderAndDateScreenReader" : "Attached to a message from @MYCHART@MSGSENDER@ received @MYCHART@MSGDATE@",
	"NoQuestions" : "There are no questions available for you to answer in this questionnaire.",
	"PastApptDescriptionWithDate" : "For a previous appointment on @MYCHART@APPTDATE@",
	"PastApptDescriptionWithDateScreenReader" : "For a previous appointment on @MYCHART@APPTDATE@",
	"PastApptDescriptionWithProviderAndDate" : "For a previous appointment with \u003cspan class=\"bold\"\u003e@MYCHART@PROVIDER@\u003c/span\u003e on @MYCHART@APPTDATE@",
	"PastApptDescriptionWithProviderAndDateScreenReader" : "For a previous appointment with @MYCHART@PROVIDER@ on @MYCHART@APPTDATE@",
	"PreadmissionDescriptionWithDept" : "For your upcoming hospital stay in \u003cspan class=\"bold\"\u003e@MYCHART@ADMISSIONDEPT@\u003c/span\u003e",
	"PreadmissionDescriptionWithDeptDateRange" : "For your upcoming hospital stay in \u003cspan class=\"bold\"\u003e@MYCHART@ADMISSIONDEPT@\u003c/span\u003e from @MYCHART@APPTDATE@ - @MYCHART@DISCHARGEDATE@",
	"PreadmissionDescriptionWithDeptProxy" : "For @MYCHART@PATIENT@\u0027s upcoming hospital stay in \u003cspan class=\"bold\"\u003e@MYCHART@ADMISSIONDEPT@\u003c/span\u003e",
	"PreadmissionDescriptionWithDeptProxyDateRange" : "For @MYCHART@PATIENT@\u0027s upcoming hospital stay in \u003cspan class=\"bold\"\u003e@MYCHART@ADMISSIONDEPT@\u003c/span\u003e from @MYCHART@APPTDATE@ - @MYCHART@DISCHARGEDATE@",
	"PreadmissionDescriptionWithDeptScreenReader" : "For your upcoming hospital stay in @MYCHART@ADMISSIONDEPT@",
	"PreadmissionDescriptionWithDeptScreenReaderDateRange" : "For your upcoming hospital stay in @MYCHART@ADMISSIONDEPT@ from @MYCHART@APPTDATE@ - @MYCHART@DISCHARGEDATE@",
	"PreadmissionDescriptionWithDeptScreenReaderProxy" : "For @MYCHART@PATIENT@\u0027s upcoming hospital stay in @MYCHART@ADMISSIONDEPT@",
	"PreadmissionDescriptionWithDeptScreenReaderProxyDateRange" : "For @MYCHART@PATIENT@\u0027s upcoming hospital stay in @MYCHART@ADMISSIONDEPT@ from @MYCHART@APPTDATE@ - @MYCHART@DISCHARGEDATE@",
	"PreadmissionDescriptionWithNoDept" : "For your upcoming hospital stay",
	"PreadmissionDescriptionWithNoDeptDateRange" : "For your upcoming hospital stay from @MYCHART@APPTDATE@ - @MYCHART@DISCHARGEDATE@",
	"PreadmissionDescriptionWithNoDeptProxy" : "For @MYCHART@PATIENT@\u0027s upcoming hospital stay",
	"PreadmissionDescriptionWithNoDeptProxyDateRange" : "For @MYCHART@PATIENT@\u0027s upcoming hospital stay from @MYCHART@APPTDATE@ - @MYCHART@DISCHARGEDATE@",
	"QuestionnaireSeriesDescription" : "For the questionnaire series \u003cspan class=\"bold\"\u003e@MYCHART@SERIESNAME@\u003c/span\u003e",
	"QuestionnaireSeriesDescriptionScreenReader" : "For the questionnaire series @MYCHART@SERIESNAME@",
	"SeriesToDoDescriptionWithTaskName" : "For the To Do task \u003cspan class=\"bold\"\u003e@MYCHART@TASKNAME@\u003c/span\u003e",
	"SurgeryDescriptionWithProcedure" : "For your \u003cspan class=\"bold\"\u003e@MYCHART@PROCEDURENAME@\u003c/span\u003e",
	"SurgeryDescriptionWithProcedureAndDate" : "For your \u003cspan class=\"bold\"\u003e@MYCHART@PROCEDURENAME@\u003c/span\u003e on @MYCHART@PROCEDUREDATE@",
	"SurgeryDescriptionWithProcedureAndDateProxy" : "For @MYCHART@PATIENT@’s \u003cspan class=\"bold\"\u003e@MYCHART@PROCEDURENAME@\u003c/span\u003e on @MYCHART@PROCEDUREDATE@",
	"SurgeryDescriptionWithProcedureAndDateScreenReader" : "For your @MYCHART@PROCEDURENAME@ on @MYCHART@PROCEDUREDATE@",
	"SurgeryDescriptionWithProcedureAndDateScreenReaderProxy" : "For @MYCHART@PATIENT@’s @MYCHART@PROCEDURENAME@ on @MYCHART@PROCEDUREDATE@",
	"SurgeryDescriptionWithProcedureAndProvider" : "For your \u003cspan class=\"bold\"\u003e@MYCHART@PROCEDURENAME@\u003c/span\u003e with \u003cspan class=\"bold\"\u003e@MYCHART@PROVIDER@\u003c/span\u003e",
	"SurgeryDescriptionWithProcedureAndProviderProxy" : "For @MYCHART@PATIENT@’s \u003cspan class=\"bold\"\u003e@MYCHART@PROCEDURENAME@\u003c/span\u003e with \u003cspan class=\"bold\"\u003e@MYCHART@PROVIDER@\u003c/span\u003e",
	"SurgeryDescriptionWithProcedureAndProviderScreenReader" : "For your @MYCHART@PROCEDURENAME@ with @MYCHART@PROVIDER@",
	"SurgeryDescriptionWithProcedureAndProviderScreenReaderProxy" : "For @MYCHART@PATIENT@’s @MYCHART@PROCEDURENAME@ with @MYCHART@PROVIDER@",
	"SurgeryDescriptionWithProcedureLaterality" : "For your \u003cspan class=\"bold\"\u003e@MYCHART@PROCEDURENAME@\u003c/span\u003e (@MYCHART@LATERALITY@)",
	"SurgeryDescriptionWithProcedureLateralityAndDate" : "For your \u003cspan class=\"bold\"\u003e@MYCHART@PROCEDURENAME@\u003c/span\u003e (@MYCHART@LATERALITY@) on @MYCHART@PROCEDUREDATE@",
	"SurgeryDescriptionWithProcedureLateralityAndDateProxy" : "For @MYCHART@PATIENT@’s \u003cspan class=\"bold\"\u003e@MYCHART@PROCEDURENAME@\u003c/span\u003e (@MYCHART@LATERALITY@) on @MYCHART@PROCEDUREDATE@",
	"SurgeryDescriptionWithProcedureLateralityAndDateScreenReader" : "For your @MYCHART@PROCEDURENAME@ (@MYCHART@LATERALITY@) on @MYCHART@PROCEDUREDATE@",
	"SurgeryDescriptionWithProcedureLateralityAndDateScreenReaderProxy" : "For @MYCHART@PATIENT@’s @MYCHART@PROCEDURENAME@ (@MYCHART@LATERALITY@) on @MYCHART@PROCEDUREDATE@",
	"SurgeryDescriptionWithProcedureLateralityAndProvider" : "For your \u003cspan class=\"bold\"\u003e@MYCHART@PROCEDURENAME@\u003c/span\u003e (@MYCHART@LATERALITY@) with \u003cspan class=\"bold\"\u003e@MYCHART@PROVIDER@\u003c/span\u003e",
	"SurgeryDescriptionWithProcedureLateralityAndProviderProxy" : "For @MYCHART@PATIENT@’s \u003cspan class=\"bold\"\u003e@MYCHART@PROCEDURENAME@\u003c/span\u003e (@MYCHART@LATERALITY@) with \u003cspan class=\"bold\"\u003e@MYCHART@PROVIDER@\u003c/span\u003e",
	"SurgeryDescriptionWithProcedureLateralityAndProviderScreenReader" : "For your @MYCHART@PROCEDURENAME@ (@MYCHART@LATERALITY@) with @MYCHART@PROVIDER@",
	"SurgeryDescriptionWithProcedureLateralityAndProviderScreenReaderProxy" : "For @MYCHART@PATIENT@’s @MYCHART@PROCEDURENAME@ (@MYCHART@LATERALITY@) with @MYCHART@PROVIDER@",
	"SurgeryDescriptionWithProcedureLateralityProxy" : "For @MYCHART@PATIENT@’s \u003cspan class=\"bold\"\u003e@MYCHART@PROCEDURENAME@\u003c/span\u003e (@MYCHART@LATERALITY@)",
	"SurgeryDescriptionWithProcedureLateralityScreenReader" : "For your @MYCHART@PROCEDURENAME@ (@MYCHART@LATERALITY@) ",
	"SurgeryDescriptionWithProcedureLateralityScreenReaderProxy" : "For @MYCHART@PATIENT@’s @MYCHART@PROCEDURENAME@ (@MYCHART@LATERALITY@)",
	"SurgeryDescriptionWithProcedureProxy" : "For @MYCHART@PATIENT@’s \u003cspan class=\"bold\"\u003e@MYCHART@PROCEDURENAME@\u003c/span\u003e",
	"SurgeryDescriptionWithProcedureScreenReader" : "For your @MYCHART@PROCEDURENAME@",
	"SurgeryDescriptionWithProcedureScreenReaderProxy" : "For @MYCHART@PATIENT@’s @MYCHART@PROCEDURENAME@",
	"SurgeryDescriptionWithProviderProcedureAndDate" : "For your \u003cspan class=\"bold\"\u003e@MYCHART@PROCEDURENAME@\u003c/span\u003e with \u003cspan class=\"bold\"\u003e@MYCHART@PROVIDER@\u003c/span\u003e on @MYCHART@PROCEDUREDATE@",
	"SurgeryDescriptionWithProviderProcedureAndDateProxy" : "For @MYCHART@PATIENT@’s \u003cspan class=\"bold\"\u003e@MYCHART@PROCEDURENAME@\u003c/span\u003e with \u003cspan class=\"bold\"\u003e@MYCHART@PROVIDER@\u003c/span\u003e on @MYCHART@PROCEDUREDATE@",
	"SurgeryDescriptionWithProviderProcedureAndDateScreenReader" : "For your @MYCHART@PROCEDURENAME@ with @MYCHART@PROVIDER@ on @MYCHART@PROCEDUREDATE@",
	"SurgeryDescriptionWithProviderProcedureAndDateScreenReaderProxy" : "For @MYCHART@PATIENT@’s @MYCHART@PROCEDURENAME@ with @MYCHART@PROVIDER@ on @MYCHART@PROCEDUREDATE@",
	"SurgeryDescriptionWithProviderProcedureLateralityAndDate" : "For your \u003cspan class=\"bold\"\u003e@MYCHART@PROCEDURENAME@\u003c/span\u003e (@MYCHART@LATERALITY@) with \u003cspan class=\"bold\"\u003e@MYCHART@PROVIDER@\u003c/span\u003e on @MYCHART@PROCEDUREDATE@",
	"SurgeryDescriptionWithProviderProcedureLateralityAndDateProxy" : "For @MYCHART@PATIENT@’s \u003cspan class=\"bold\"\u003e@MYCHART@PROCEDURENAME@\u003c/span\u003e (@MYCHART@LATERALITY@) with \u003cspan class=\"bold\"\u003e@MYCHART@PROVIDER@\u003c/span\u003e on @MYCHART@PROCEDUREDATE@",
	"SurgeryDescriptionWithProviderProcedureLateralityAndDateScreenReader" : "For your @MYCHART@PROCEDURENAME@ (@MYCHART@LATERALITY@) with @MYCHART@PROVIDER@ on @MYCHART@PROCEDUREDATE@",
	"SurgeryDescriptionWithProviderProcedureLateralityAndDateScreenReaderProxy" : "For @MYCHART@PATIENT@’s @MYCHART@PROCEDURENAME@ (@MYCHART@LATERALITY@) with @MYCHART@PROVIDER@ on @MYCHART@PROCEDUREDATE@",
	"SurgeryProcedureDefault" : "Procedure",
	"Title" : "Questionnaires",
	"ToDoDescriptionWithTaskNameScreenReader" : "For the To Do task @MYCHART@TASKNAME@",
	"WaitingListDescription" : "For your \u003cspan class=\"bold\"\u003e@MYCHART@WALNAME@\u003c/span\u003e on the \u003cspan class=\"bold\"\u003e@MYCHART@WALSPECIALTY@\u003c/span\u003e waiting list",
	"WaitingListDescriptionNoSpecialty" : "For your place on the \u003cspan class=\"bold\"\u003e@MYCHART@WALNAME@\u003c/span\u003e waiting list",
	"WaitingListDescriptionNoSpecialtyScreenReader" : "For your place on the @MYCHART@WALNAME@ waiting list",
	"WaitingListDescriptionScreenReader" : "For your @MYCHART@WALNAME@ on the @MYCHART@WALSPECIALTY@ waiting list",
});
$$WP.Strings.getNamespace("questionnaire.welcome").addStrings( {
	"CategoryPopupEdit" : "Edit",
	"CategoryPopupEditAria" : "Currently-selected",
	"CategoryPopupNoOptionsSelected" : "Choose your answer",
	"ExitBtn" : "Exit",
	"GenericExitModalQuery" : "Are you sure you want to exit?",
	"INeedToLeaveBtn" : "I need to leave",
	"InvalidAnswers" : "Some of your answers are missing or incorrectly formatted. Check your answers and try again.",
	"LateralityCategory" : "",
	"LateralityCategory_1" : "Left",
	"LateralityCategory_2" : "Right",
	"LoadingInBackgroundHeader" : "Your questionnaire is being loaded. This may take a few minutes.",
	"PartialExitReviewQuery" : "Ready to review?",
	"PartialExitReviewSubheader" : "Look over your answers before submitting them.",
	"PartialExitSubmitQuery" : "Ready to submit?",
	"PartialExitSubmitSubheader" : "After you submit this questionnaire, you won\u0027t be able to access it again.",
	"PleaseWaitHeader" : "Please wait",
	"QnrNotSavedSubheader" : "The current questionnaire will not be saved.",
	"QuestionnairePreText" : "",
	"ReviewBtn" : "Review",
	"SaveQnrBtn" : "Finish later",
	"StayOnPageBtn" : "Stay on page",
	"StepAwayHeader" : "You will be logged out automatically.",
	"SubmitBtn" : "Submit",
	"SummaryPrompt" : "To finish, press the Next button. Or, review first and then press Next.",
	"SummaryPromptCat" : "Here are the responses you have submitted.",
	"SummaryPromptPartialSubmit" : "To submit the questionnaire and exit, press the Next button. Or, review first and then press Next.",
	"Title" : "",
	"WelcomeApptDetails" : "@MYCHART@APPTTIME@ @MYCHART@APPTTYPE@ with @MYCHART@APPTPROVS@",
	"WelcomeApptDetailsNoProvider" : "@MYCHART@APPTTIME@ @MYCHART@APPTTYPE@",
	"WelcomeContinueButtonText" : "Save and Continue",
	"WelcomeSeriesDetails" : "For the questionnaire series @MYCHART@SERIESNAME@",
	"WelcomeSurgeryProcedureDefault" : "Procedure",
	"WelcomeSurgeryWithProcedure" : "For your @MYCHART@PROCEDURENAME@",
	"WelcomeSurgeryWithProcedure_Dependent" : "For @MYCHART@PatientFirstName@’s @MYCHART@PROCEDURENAME@",
	"WelcomeSurgeryWithProcedureAndDate" : "For your @MYCHART@PROCEDURENAME@ on @MYCHART@PROCEDUREDATE@",
	"WelcomeSurgeryWithProcedureAndDate_Dependent" : "For @MYCHART@PatientFirstName@’s @MYCHART@PROCEDURENAME@ on @MYCHART@PROCEDUREDATE@",
	"WelcomeSurgeryWithProcedureAndProvider" : "For your @MYCHART@PROCEDURENAME@ with @MYCHART@PROCEDUREPROVIDER@",
	"WelcomeSurgeryWithProcedureAndProvider_Dependent" : "For @MYCHART@PatientFirstName@’s @MYCHART@PROCEDURENAME@ with @MYCHART@PROCEDUREPROVIDER@",
	"WelcomeSurgeryWithProcedureLaterality" : "For your @MYCHART@PROCEDURENAME@ (@MYCHART@LATERALITY@)",
	"WelcomeSurgeryWithProcedureLaterality_Dependent" : "For @MYCHART@PatientFirstName@’s @MYCHART@PROCEDURENAME@ (@MYCHART@LATERALITY@)",
	"WelcomeSurgeryWithProcedureLateralityAndDate" : "For your @MYCHART@PROCEDURENAME@ (@MYCHART@LATERALITY@) on @MYCHART@PROCEDUREDATE@",
	"WelcomeSurgeryWithProcedureLateralityAndDate_Dependent" : "For @MYCHART@PatientFirstName@’s @MYCHART@PROCEDURENAME@ (@MYCHART@LATERALITY@) on @MYCHART@PROCEDUREDATE@",
	"WelcomeSurgeryWithProcedureLateralityAndProvider" : "For your @MYCHART@PROCEDURENAME@ (@MYCHART@LATERALITY@) with @MYCHART@PROCEDUREPROVIDER@",
	"WelcomeSurgeryWithProcedureLateralityAndProvider_Dependent" : "For @MYCHART@PatientFirstName@’s @MYCHART@PROCEDURENAME@ (@MYCHART@LATERALITY@) with @MYCHART@PROCEDUREPROVIDER@",
	"WelcomeSurgeryWithProviderProcedureAndDate" : "For your @MYCHART@PROCEDURENAME@ with @MYCHART@PROCEDUREPROVIDER@ on @MYCHART@PROCEDUREDATE@",
	"WelcomeSurgeryWithProviderProcedureAndDate_Dependent" : "For @MYCHART@PatientFirstName@’s @MYCHART@PROCEDURENAME@ with @MYCHART@PROCEDUREPROVIDER@ on @MYCHART@PROCEDUREDATE@",
	"WelcomeSurgeryWithProviderProcedureLateralityAndDate" : "For your @MYCHART@PROCEDURENAME@ (@MYCHART@LATERALITY@) with @MYCHART@PROCEDUREPROVIDER@ on @MYCHART@PROCEDUREDATE@",
	"WelcomeSurgeryWithProviderProcedureLateralityAndDate_Dependent" : "For @MYCHART@PatientFirstName@’s @MYCHART@PROCEDURENAME@ (@MYCHART@LATERALITY@) with @MYCHART@PROCEDUREPROVIDER@ on @MYCHART@PROCEDUREDATE@",
});
$$WP.Strings.getNamespace("questionnairelist.hyperspace").addStrings( {
	"ActivityTitleHeader" : "Questionnaires for @MYCHART@PATIENT@",
	"ExpiredQuestionnaire" : "That questionnaire has expired.",
	"HidePastResponses" : "Hide past responses",
	"HQAInvalid" : "An error occured, please restart this activity.",
	"ListPageAppointmentDescription" : "For an upcoming appointment on \u003cspan class=\"bold\"\u003e@MYCHART@APPTDATE@\u003c/span\u003e",
	"ListPageAppointmentDescriptionNoDate" : "For @MYCHART@APPTTYPE@ with @MYCHART@APPTPROVS@",
	"ListPageAppointmentDescriptionNoProvider" : "For an upcoming appointment",
	"ListPageAppointmentDescriptionScreenReader" : "For an upcoming appointment on @MYCHART@APPTDATE@",
	"ListPageAppointmentWhatDetails" : "@MYCHART@APPTTYPE@ with @MYCHART@APPTPROVS@",
	"ListPageAppointmentWhatDetailsNoProvider" : "@MYCHART@APPTTYPE@",
	"ListPageAppointmentWhatHeader" : "What:",
	"ListPageAppointmentWhenDetails" : "@MYCHART@APPTDATE@ at @MYCHART@APPTTIME@ (@MYCHART@APPTDURATION@ minutes)",
	"ListPageAppointmentWhenHeader" : "When:",
	"ListPageAppointmentWhereHeader" : "Where:",
	"ListPageAssignedQuestionnairesDescription" : "",
	"ListPageBlankDueDate" : "",
	"ListPageEDDescription" : "For an emergency visit",
	"ListPageEDDescriptionScreenReader" : "For an emergency visit",
	"ListPageEVisitDescription" : "For @MYCHART@PATIENT@\u0027s @MYCHART@BrandEVisit@ with @MYCHART@APPTPROVS@",
	"ListPageEVisitDescriptionNoMnemonic" : "For @MYCHART@PATIENT@\u0027s E-Visit with @MYCHART@APPTPROVS@",
	"ListPageEVisitDescriptionNoProvider" : "For @MYCHART@PATIENT@\u0027s @MYCHART@BrandEVisit@",
	"ListPageEVisitDescriptionNoProviderNoMnemonic" : "For @MYCHART@PATIENT@\u0027s E-Visit",
	"ListPageEVisitDescriptionNoProviderScreenReader" : "For @MYCHART@PATIENT@\u0027s @MYCHART@BrandEVisit@",
	"ListPageEVisitDescriptionScreenReader" : "For @MYCHART@PATIENT@\u0027s @MYCHART@BrandEVisit@ with @MYCHART@APPTPROVSSCREENREADER@",
	"ListPageEVisitDescriptionScreenReaderNoMnemonic" : "For @MYCHART@PATIENT@\u0027s E-Visit with @MYCHART@APPTPROVSSCREENREADER@",
	"ListPagePastAppointmentDescription" : "For a previous appointment with @MYCHART@APPTPROVS@ on @MYCHART@APPTDATE@",
	"ListPagePastAppointmentDescriptionScreenReader" : "For a previous appointment on @MYCHART@APPTDATE@",
	"MessageDescriptionWithSenderAndDate" : "Attached to a message from \u003cspan class=\"bold\"\u003e@MYCHART@MSGSENDER@\u003c/span\u003e received \u003cspan class=\"bold\"\u003e@MYCHART@MSGDATE@\u003c/span\u003e",
	"MessageDescriptionWithSenderAndDateScreenReader" : "Attached to a message from @MYCHART@MSGSENDER@ received @MYCHART@MSGDATE@",
	"NoQuestionnairesToShow" : "There are no questionnaires available.",
	"NoQuestions" : "There were no questions available to answer in that questionnaire.",
	"QuestionnaireCompleted" : "Completed",
	"QuestionnaireInProgress" : "In Progress",
	"QuestionnaireLocked" : "Sorry, someone else is accessing that questionnaire. Please try again later.",
	"QuestionnaireNameHeader" : "Questionnaire",
	"QuestionnaireNameHoverHelpText" : "Name of the questionnaire",
	"QuestionnaireNotStarted" : "Not Started",
	"QuestionnaireRowHoverHelpText" : "Click here to answer the questionnaire",
	"QuestionnaireStatusHeader" : "Status",
	"QuestionnaireStatusHoverHelpText" : "Status of the questionnaire",
	"QuestionnaireUnavailable" : "Unavailable",
	"ResearchPastResponsesNotAllowed" : "Previous responses for this research study cannot be reviewed",
	"ReservedTextA23" : "",
	"ShowPastResponses" : "Show past responses",
	"SurgeryDescriptionWithProcedureAndDate" : "For @MYCHART@PATIENT@’s \u003cspan class=\"bold\"\u003e@MYCHART@PROCEDURENAME@\u003c/span\u003e on @MYCHART@APPTDATE@",
	"SurgeryDescriptionWithProcedureAndDateScreenReader" : "For @MYCHART@PATIENT@’s @MYCHART@PROCEDURENAME@ on @MYCHART@APPTDATE@",
	"SurgeryDescriptionWithProcedureLateralityAndDate" : "For @MYCHART@PATIENT@’s \u003cspan class=\"bold\"\u003e@MYCHART@PROCEDURENAME@\u003c/span\u003e (@MYCHART@LATERALITY@) on @MYCHART@APPTDATE@",
	"SurgeryDescriptionWithProcedureLateralityAndDateScreenReader" : "For @MYCHART@PATIENT@’s @MYCHART@PROCEDURENAME@ (@MYCHART@LATERALITY@) on @MYCHART@APPTDATE@",
	"SurgeryDescriptionWithProviderProcedureAndDate" : "For @MYCHART@PATIENT@’s \u003cspan class=\"bold\"\u003e@MYCHART@PROCEDURENAME@\u003c/span\u003e with @MYCHART@APPTPROVS@ on @MYCHART@APPTDATE@",
	"SurgeryDescriptionWithProviderProcedureAndDateScreenReader" : "For @MYCHART@PATIENT@’s @MYCHART@PROCEDURENAME@ with @MYCHART@APPTPROVSSCREENREADER@ on @MYCHART@APPTDATE@",
	"SurgeryDescriptionWithProviderProcedureLateralityAndDate" : "For @MYCHART@PATIENT@’s \u003cspan class=\"bold\"\u003e@MYCHART@PROCEDURENAME@\u003c/span\u003e (@MYCHART@LATERALITY@) with @MYCHART@APPTPROVS@ on @MYCHART@APPTDATE@",
	"SurgeryDescriptionWithProviderProcedureLateralityAndDateScreenReader" : "For @MYCHART@PATIENT@’s @MYCHART@PROCEDURENAME@ (@MYCHART@LATERALITY@) with @MYCHART@APPTPROVSSCREENREADER@ on @MYCHART@APPTDATE@",
	"Title" : "Questionnaires",
});
$$WP.Strings.getNamespace("questionnairelist.mychart").addStrings( {
	"ActionColumnName" : "Options",
	"ActionColumnTooltip" : "Actions available for the questionnaire",
	"ContinueButtonCaption" : "Continue",
	"ContinueButtonTooltip" : "Continue @MYCHART@QUESTIONNAIRENAME@",
	"ContinueImageTooltip" : "Continue to answer this questionnaire.",
	"ECheckInPosttext" : "",
	"ECheckInPretext" : "\u003cp\u003eYou\u0027ve completed \u003cspan class=\"bold\"\u003e@MYCHART@LINKEDFILLED@ of @MYCHART@LINKEDTOTAL@\u003c/span\u003e questionnaires@MYCHART@LINKEDFROM@.\u003c/p\u003e",
	"EditedDaysAgo" : "Last edited @MYCHART@DAYSAGO@ days ago",
	"EditedDaysAgoByOther" : "Last edited @MYCHART@DAYSAGO@ days ago by @MYCHART@ANSWERINGUSER@",
	"EditedHoursAgo" : "Last edited @MYCHART@HOURSAGO@ hours ago",
	"EditedHoursAgoByOther" : "Last edited @MYCHART@HOURSAGO@ hours ago by @MYCHART@ANSWERINGUSER@",
	"EditedJustNow" : "Last edited just now",
	"EditedJustNowByOther" : "Last edited just now by @MYCHART@ANSWERINGUSER@",
	"EditedMinutesAgo" : "Last edited @MYCHART@MINUTESAGO@ minutes ago",
	"EditedMinutesAgoByOther" : "Last edited @MYCHART@MINUTESAGO@ minutes ago by @MYCHART@ANSWERINGUSER@",
	"EditedOneDayAgo" : "Last edited yesterday",
	"EditedOneDayAgoByOther" : "Last edited yesterday by @MYCHART@ANSWERINGUSER@",
	"EditedOneHourAgo" : "Last edited 1 hour ago",
	"EditedOneHourAgoByOther" : "Last edited 1 hour ago by @MYCHART@ANSWERINGUSER@",
	"EditedOneMinuteAgo" : "Last edited 1 minute ago",
	"EditedOneMinuteAgoByOther" : "Last edited 1 minute ago by @MYCHART@ANSWERINGUSER@",
	"EditedPast" : "Last edited @MYCHART@FILEDDATE@ at @MYCHART@FILEDTIME@",
	"EditedPastByOther" : "Last edited @MYCHART@FILEDDATE@ at @MYCHART@FILEDTIME@ by @MYCHART@ANSWERINGUSER@",
	"EditedToday" : "Last edited earlier today",
	"EditedTodayByOther" : "Last edited earlier today by @MYCHART@ANSWERINGUSER@",
	"FilledImageTooltip" : "This questionnaire has been completed.",
	"HidePastResponses" : "Hide past responses",
	"LastFilledOutHoverHelpText" : "The last date this questionnaire was completed",
	"LastSubmittedDaysAgo" : "Last submitted @MYCHART@DAYSAGO@ days ago",
	"LastSubmittedDaysAgoByOther" : "Last submitted @MYCHART@DAYSAGO@ days ago by @MYCHART@ANSWERINGUSER@",
	"LastSubmittedHoursAgo" : "Last submitted @MYCHART@HOURSAGO@ hours ago",
	"LastSubmittedHoursAgoByOther" : "Last submitted @MYCHART@HOURSAGO@ hours ago by @MYCHART@ANSWERINGUSER@",
	"LastSubmittedJustNow" : "Last submitted just now",
	"LastSubmittedJustNowByOther" : "Last submitted just now by @MYCHART@ANSWERINGUSER@",
	"LastSubmittedMinutesAgo" : "Last submitted @MYCHART@MINUTESAGO@ minutes ago",
	"LastSubmittedMinutesAgoByOther" : "Last submitted @MYCHART@MINUTESAGO@ minutes ago by @MYCHART@ANSWERINGUSER@",
	"LastSubmittedOneDayAgo" : "Last submitted yesterday",
	"LastSubmittedOneDayAgoByOther" : "Last submitted yesterday by @MYCHART@ANSWERINGUSER@",
	"LastSubmittedOneHourAgo" : "Last submitted 1 hour ago",
	"LastSubmittedOneHourAgoByOther" : "Last submitted 1 hour ago by @MYCHART@ANSWERINGUSER@",
	"LastSubmittedOneMinuteAgo" : "Last submitted 1 minute ago",
	"LastSubmittedOneMinuteAgoByOther" : "Last submitted 1 minute ago by @MYCHART@ANSWERINGUSER@",
	"LastSubmittedPast" : "Last submitted @MYCHART@FILEDDATE@ at @MYCHART@FILEDTIME@",
	"LastSubmittedPastByOther" : "Last submitted @MYCHART@FILEDDATE@ at @MYCHART@FILEDTIME@ by @MYCHART@ANSWERINGUSER@",
	"LastSubmittedToday" : "Last submitted earlier today",
	"LastSubmittedTodayByOther" : "Last submitted earlier today by @MYCHART@ANSWERINGUSER@",
	"LinkedFromAppointment" : "\u0026nbsp;for your upcoming appointment",
	"LinkedFromMessage" : "\u0026nbsp;from the message",
	"LinkedFromQuestionnaireList" : "",
	"ListPageAppointmentDescription" : "For an upcoming appointment with @MYCHART@APPTPROVS@",
	"ListPageAppointmentDescriptionNoDate" : "For your @MYCHART@APPTTYPE@ with @MYCHART@APPTPROVS@",
	"ListPageAppointmentDescriptionNoDateProxy" : "For your @MYCHART@APPTTYPE@ with @MYCHART@APPTPROVS@",
	"ListPageAppointmentDescriptionNoDateScreenReader" : "For your @MYCHART@APPTTYPE@ with @MYCHART@APPTPROVSSCREENREADER@",
	"ListPageAppointmentDescriptionNoDateScreenReaderProxy" : "For your @MYCHART@APPTTYPE@ with @MYCHART@APPTPROVSSCREENREADER@",
	"ListPageAppointmentDescriptionNoProvider" : "For an upcoming appointment",
	"ListPageAppointmentDescriptionNoProviderNoDate" : "For your @MYCHART@APPTTYPE@",
	"ListPageAppointmentDescriptionNoProviderNoDateProxy" : "For your @MYCHART@APPTTYPE@",
	"ListPageAppointmentDescriptionNoProviderNoDateScreenReader" : "For your @MYCHART@APPTTYPE@",
	"ListPageAppointmentDescriptionNoProviderNoDateScreenReaderProxy" : "For your @MYCHART@APPTTYPE@",
	"ListPageAppointmentDescriptionNoProviderProxy" : "For an upcoming appointment",
	"ListPageAppointmentDescriptionNoProviderScreenReader" : "For an upcoming appointment",
	"ListPageAppointmentDescriptionNoProviderScreenReaderProxy" : "For an upcoming appointment",
	"ListPageAppointmentDescriptionProxy" : "For an upcoming appointment with @MYCHART@APPTPROVS@",
	"ListPageAppointmentDescriptionScreenReader" : "For an upcoming appointment with @MYCHART@APPTPROVSSCREENREADER@",
	"ListPageAppointmentDescriptionScreenReaderProxy" : "For an upcoming appointment with @MYCHART@APPTPROVSSCREENREADER@",
	"ListPageAppointmentLabel" : "Appointment information",
	"ListPageAppointmentWhatDetails" : "@MYCHART@APPTTYPE@ with @MYCHART@APPTPROVS@",
	"ListPageAppointmentWhatDetailsNoProvider" : "@MYCHART@APPTTYPE@",
	"ListPageAppointmentWhatHeader" : "What:",
	"ListPageAppointmentWhenDetails" : "@MYCHART@APPTDATE@ at @MYCHART@APPTTIME@ (@MYCHART@APPTDURATION@ minutes)",
	"ListPageAppointmentWhenDetailsTBDAppointment" : "@MYCHART@APPTDATE@ (Time to be determined)",
	"ListPageAppointmentWhenHeader" : "When:",
	"ListPageAppointmentWhereHeader" : "Where:",
	"ListPageAssignedQuestionnaires" : "",
	"ListPageAssignedQuestionnairesDescription" : "",
	"ListPageAssignedQuestionnairesSummary" : "Table of assigned questionnaires",
	"ListPageBlankDueDate" : "",
	"ListPageCompletedQuestionnairesHeader" : "Completed questionnaires",
	"ListPageDueDateMobile" : "Due @MYCHART@DUEDATE@",
	"ListPageEDDescription" : "For an emergency visit",
	"ListPageEDDescriptionScreenReader" : "For an emergency visit",
	"ListPageEVisitDescription" : "For your @MYCHART@BrandEVisit@ with @MYCHART@APPTPROVS@",
	"ListPageEVisitDescriptionNoMnemonic" : "For your E-Visit with @MYCHART@APPTPROVS@",
	"ListPageEVisitDescriptionNoProvider" : "For your @MYCHART@BrandEVisit@",
	"ListPageEVisitDescriptionNoProviderNoMnemonic" : "For your E-Visit",
	"ListPageEVisitDescriptionNoProviderProxy" : "For @MYCHART@PATIENT@\u0027s @MYCHART@BrandEVisit@",
	"ListPageEVisitDescriptionNoProviderProxyNoMnemonic" : "For @MYCHART@PATIENT@\u0027s E-Visit",
	"ListPageEVisitDescriptionNoProviderScreenReader" : "For your @MYCHART@BrandEVisit@",
	"ListPageEVisitDescriptionNoProviderScreenReaderProxy" : "For @MYCHART@PATIENT@\u0027s @MYCHART@BrandEVisit@",
	"ListPageEVisitDescriptionProxy" : "For @MYCHART@PATIENT@\u0027s @MYCHART@BrandEVisit@ with @MYCHART@APPTPROVS@",
	"ListPageEVisitDescriptionProxyNoMnemonic" : "For @MYCHART@PATIENT@\u0027s E-Visit with @MYCHART@APPTPROVS@",
	"ListPageEVisitDescriptionScreenReader" : "For your @MYCHART@BrandEVisit@ with @MYCHART@APPTPROVSSCREENREADER@",
	"ListPageEVisitDescriptionScreenReaderNoMnemonic" : "For your E-Visit with @MYCHART@APPTPROVSSCREENREADER@",
	"ListPageEVisitDescriptionScreenReaderProxy" : "For @MYCHART@PATIENT@\u0027s @MYCHART@BrandEVisit@ with @MYCHART@APPTPROVSSCREENREADER@",
	"ListPageEVisitDescriptionScreenReaderProxyNoMnemonic" : "For @MYCHART@PATIENT@\u0027s E-Visit with @MYCHART@APPTPROVSSCREENREADER@",
	"ListPageHelpIconAlt" : "Learn why this questionnaire was assigned.",
	"ListPageHelpIconAltFull" : "Screen readers: Use the next line command to learn why this questionnaire was assigned.",
	"ListPageMessageDescription" : "Attached to a message from \u003cspan class=\"bold\"\u003e@MYCHART@MSGPROV@\u003c/span\u003e received \u003cspan class=\"bold\"\u003e@MYCHART@MSGDATE@\u003c/span\u003e",
	"ListPageMessageDescriptionScreenReader" : "Attached to a message from @MYCHART@MSGPROV@ received @MYCHART@MSGDATE@",
	"ListPageMessageLabel" : "Message information",
	"ListPageMessageSenderHeader" : "From:",
	"ListPageMessageSubjectHeader" : "Subject:",
	"ListPageNoSubject" : "No Subject",
	"ListPageOptionalQuestionnaires" : "Optional questionnaires",
	"ListPageOptionalQuestionnairesDescription" : "",
	"ListPageOptionalQuestionnairesSummary" : "Table of optional questionnaires",
	"ListPageOptOut" : "You can \u003ca\u003eopt out\u003c/a\u003e of a questionnaire series anytime.",
	"ListPagePastAppointmentDescription" : "For a previous appointment with @MYCHART@APPTPROVS@",
	"ListPagePastAppointmentDescriptionNoProvider" : "For a previous appointment",
	"ListPagePastAppointmentDescriptionNoProviderScreenReader" : "For a previous appointment",
	"ListPagePastAppointmentDescriptionScreenReader" : "For a previous appointment with @MYCHART@APPTPROVSSCREENREADER@",
	"ListPageRecentAnswersHeader" : "Recent questionnaire answers",
	"ListPageResearchStudyDescription" : "For the research study \u003cspan class=\"bold\"\u003e@MYCHART@RESEARCHSTUDYNAME@\u003c/span\u003e",
	"ListPageResearchStudyDescriptionScreenReader" : "For the research study @MYCHART@RESEARCHSTUDYNAME@",
	"ListPageUnansweredQuestionnairesHeader" : "Unanswered questionnaires",
	"ListPageUnansweredQuestionnairesHeaderScreenReader" : "Unanswered questionnaires",
	"ListPageWaitingListDescription" : "For your \u003cspan class=\"bold\"\u003e@MYCHART@WALNAME@\u003c/span\u003e on the \u003cspan class=\"bold\"\u003e@MYCHART@WALSPECIALTY@\u003c/span\u003e waiting list",
	"ListPageWaitingListDescriptionNoSpecialty" : "For your place on the \u003cspan class=\"bold\"\u003e@MYCHART@WALNAME@\u003c/span\u003e waiting list",
	"ListPageWaitingListDescriptionNoSpecialtyScreenReader" : "For your place on the @MYCHART@WALNAME@ waiting list",
	"ListPageWaitingListDescriptionScreenReader" : "For your @MYCHART@WALNAME@ on the @MYCHART@WALSPECIALTY@ waiting list",
	"NoQuestionnairesToShow" : "There are no questionnaires available.",
	"NotFilledButtonCaption" : "Answer",
	"NotFilledButtonTooltip" : "Answer @MYCHART@QUESTIONNAIRENAME@",
	"NotFilledImageTooltip" : "This questionnaire has not been started.",
	"OptionalQuestionnaireFilledOutMobile" : "Last answered @MYCHART@FILLEDOUTDATE@",
	"OptionalQuestionnaireFilledOutScreenReader" : "@MYCHART@QUESTIONNAIRENAME@: @MYCHART@QUESTIONNAIREDESCRIPTION@ - You last filled out this questionnaire on @MYCHART@FILLEDOUTDATE@.",
	"OptionalQuestionnaireNeverFilledOutMobile" : "Not yet answered",
	"OptionalQuestionnaireNeverFilledOutScreenReader" : "@MYCHART@QUESTIONNAIRENAME@: @MYCHART@QUESTIONNAIREDESCRIPTION@ - You have never filled out this questionnaire.",
	"PrintableSummary" : "Print Summary",
	"QuestionnaireCompleted" : "Completed",
	"QuestionnaireDueDateHeader" : "Due Date",
	"QuestionnaireDueDateHoverHelpText" : "Due date for the questionnaire",
	"QuestionnaireInProgress" : "In Progress",
	"QuestionnaireNameColumnName" : "Questionnaire",
	"QuestionnaireNameColumnTooltip" : "Questionnaire name",
	"QuestionnaireNameHeader" : "Questionnaire",
	"QuestionnaireNameHoverHelpText" : "Name of the questionnaire",
	"QuestionnaireNotStarted" : "Not Started",
	"QuestionnaireRowHoverHelpText" : "Click here to answer the questionnaire",
	"QuestionnaireRowHoverHelpTextCompleted" : "Click here to see your answers for this questionnaire",
	"QuestionnaireTableDescription" : "Table of questionnaires to answer",
	"QuestionnaireTableNoApptQuestionnaires" : "All questionnaires for this appointment have been completed.",
	"QuestionnaireTableNoMessageQuestionnaires" : "All questionnaire tasks for this message have been completed.",
	"QuestionnaireTableNoSeriesQuestionnaires" : "All series questionnaires have been completed.",
	"QuestionnaireUnavailable" : "Unavailable",
	"QuestionnaireUnavailableOkay" : "Okay",
	"QuestionnaireUnavailablePopupText" : "This questionnaire is currently unavailable. Please try again tomorrow.",
	"QuestionnaireUnavailableTitle" : "Questionnaire Unavailable",
	"ResearchPastResponsesNotAllowed" : "Previous responses for this research study cannot be reviewed",
	"ReservedTextA23" : "",
	"ReservedTextA23Bedside" : "",
	"ReservedTextA23Mobile" : "",
	"ShowPastResponses" : "Show past responses",
	"SubmitQuestionnaireToast" : "Your questionnaire was submitted successfully. Thanks for answering!",
	"SubmittedDaysAgo" : "Submitted @MYCHART@DAYSAGO@ days ago",
	"SubmittedDaysAgoByOther" : "Submitted @MYCHART@DAYSAGO@ days ago by @MYCHART@ANSWERINGUSER@",
	"SubmittedHoursAgo" : "Submitted @MYCHART@HOURSAGO@ hours ago",
	"SubmittedHoursAgoByOther" : "Submitted @MYCHART@HOURSAGO@ hours ago by @MYCHART@ANSWERINGUSER@",
	"SubmittedJustNow" : "Submitted just now",
	"SubmittedJustNowByOther" : "Submitted just now by @MYCHART@ANSWERINGUSER@",
	"SubmittedMinutesAgo" : "Submitted @MYCHART@MINUTESAGO@ minutes ago",
	"SubmittedMinutesAgoByOther" : "Submitted @MYCHART@MINUTESAGO@ minutes ago by @MYCHART@ANSWERINGUSER@",
	"SubmittedOneDayAgo" : "Submitted yesterday",
	"SubmittedOneDayAgoByOther" : "Submitted yesterday by @MYCHART@ANSWERINGUSER@",
	"SubmittedOneHourAgo" : "Submitted 1 hour ago",
	"SubmittedOneHourAgoByOther" : "Submitted 1 hour ago by @MYCHART@ANSWERINGUSER@",
	"SubmittedOneMinuteAgo" : "Submitted 1 minute ago",
	"SubmittedOneMinuteAgoByOther" : "Submitted 1 minute ago by @MYCHART@ANSWERINGUSER@",
	"SubmittedPast" : "Submitted @MYCHART@FILEDDATE@ at @MYCHART@FILEDTIME@",
	"SubmittedPastByOther" : "Submitted @MYCHART@FILEDDATE@ at @MYCHART@FILEDTIME@ by @MYCHART@ANSWERINGUSER@",
	"SubmittedToday" : "Submitted earlier today",
	"SubmittedTodayByOther" : "Submitted earlier today by @MYCHART@ANSWERINGUSER@",
	"SubmittedUnknown" : "Submitted",
	"SurgeryDescriptionWithProcedureAndDate" : "For your \u003cspan class=\"bold\"\u003e@MYCHART@PROCEDURENAME@\u003c/span\u003e on @MYCHART@APPTDATE@",
	"SurgeryDescriptionWithProcedureAndDateProxy" : "For @MYCHART@PATIENT@’s \u003cspan class=\"bold\"\u003e@MYCHART@PROCEDURENAME@\u003c/span\u003e on @MYCHART@APPTDATE@",
	"SurgeryDescriptionWithProcedureAndDateScreenReader" : "For your @MYCHART@PROCEDURENAME@ on @MYCHART@APPTDATE@",
	"SurgeryDescriptionWithProcedureAndDateScreenReaderProxy" : "For @MYCHART@PATIENT@’s @MYCHART@PROCEDURENAME@ on @MYCHART@APPTDATE@",
	"SurgeryDescriptionWithProcedureLateralityAndDate" : "For your \u003cspan class=\"bold\"\u003e@MYCHART@PROCEDURENAME@\u003c/span\u003e (@MYCHART@LATERALITY@) on @MYCHART@APPTDATE@",
	"SurgeryDescriptionWithProcedureLateralityAndDateProxy" : "For @MYCHART@PATIENT@’s \u003cspan class=\"bold\"\u003e@MYCHART@PROCEDURENAME@\u003c/span\u003e (@MYCHART@LATERALITY@) on @MYCHART@APPTDATE@",
	"SurgeryDescriptionWithProcedureLateralityAndDateScreenReader" : "For your @MYCHART@PROCEDURENAME@ (@MYCHART@LATERALITY@) on @MYCHART@APPTDATE@",
	"SurgeryDescriptionWithProcedureLateralityAndDateScreenReaderProxy" : "For @MYCHART@PATIENT@’s @MYCHART@PROCEDURENAME@ (@MYCHART@LATERALITY@) on @MYCHART@APPTDATE@",
	"SurgeryDescriptionWithProviderProcedureAndDate" : "For your \u003cspan class=\"bold\"\u003e@MYCHART@PROCEDURENAME@\u003c/span\u003e with @MYCHART@APPTPROVS@ on @MYCHART@APPTDATE@",
	"SurgeryDescriptionWithProviderProcedureAndDateProxy" : "For @MYCHART@PATIENT@’s \u003cspan class=\"bold\"\u003e@MYCHART@PROCEDURENAME@\u003c/span\u003e with @MYCHART@APPTPROVS@ on @MYCHART@APPTDATE@",
	"SurgeryDescriptionWithProviderProcedureAndDateScreenReader" : "For your @MYCHART@PROCEDURENAME@ with @MYCHART@APPTPROVSSCREENREADER@ on @MYCHART@APPTDATE@",
	"SurgeryDescriptionWithProviderProcedureAndDateScreenReaderProxy" : "For @MYCHART@PATIENT@’s @MYCHART@PROCEDURENAME@ with @MYCHART@APPTPROVSSCREENREADER@ on @MYCHART@APPTDATE@",
	"SurgeryDescriptionWithProviderProcedureLateralityAndDate" : "For your \u003cspan class=\"bold\"\u003e@MYCHART@PROCEDURENAME@\u003c/span\u003e (@MYCHART@LATERALITY@) with @MYCHART@APPTPROVS@ on @MYCHART@APPTDATE@",
	"SurgeryDescriptionWithProviderProcedureLateralityAndDateProxy" : "For @MYCHART@PATIENT@’s \u003cspan class=\"bold\"\u003e@MYCHART@PROCEDURENAME@\u003c/span\u003e (@MYCHART@LATERALITY@) with @MYCHART@APPTPROVS@ on @MYCHART@APPTDATE@",
	"SurgeryDescriptionWithProviderProcedureLateralityAndDateScreenReader" : "For your @MYCHART@PROCEDURENAME@ (@MYCHART@LATERALITY@) with @MYCHART@APPTPROVSSCREENREADER@ on @MYCHART@APPTDATE@",
	"SurgeryDescriptionWithProviderProcedureLateralityAndDateScreenReaderProxy" : "For @MYCHART@PATIENT@’s @MYCHART@PROCEDURENAME@ (@MYCHART@LATERALITY@) with @MYCHART@APPTPROVSSCREENREADER@ on @MYCHART@APPTDATE@",
	"Title" : "Questionnaires",
});
$$WP.Strings.getNamespace("questions").addStrings( {
	"AddressCityPrompt" : "City",
	"AddressStatePrompt" : "State",
	"AddressStreetLineTwoPrompt" : "Apartment, suite, unit, etc.",
	"AddressStreetPrompt" : "Street Address",
	"AddressZipPrompt" : "ZIP Code",
	"CovidVaxUploadHelpAlt" : "Example of COVID-19 Vaccination Card",
	"DrawingClear" : "Clear",
	"DrawingClearContinue" : "Clear drawing",
	"DrawingClearWarning" : "Are you sure? You will not be able to get your current drawing back.",
	"DrawingClearWarningTitle" : "Warning",
	"DrawingGoBack" : "Go back",
	"DrawingImageLoadFailed" : "Image failed to load; please try again later.",
	"DrawingRedo" : "Redo",
	"DrawingScreenReaderHelpComment" : "This is a drawing question. Drawing tools are not supported in accessibility mode. Please continue to the comment section.",
	"DrawingScreenReaderHelpNoComment" : "This is a drawing question. Drawing tools are not supported in accessibility mode. Please continue.",
	"DrawingUndo" : "Undo",
	"DropDownDefaultOptionText" : "[Choose]",
	"MultipleResponsePrompt" : "Select all that apply.",
	"NoResponseButtonCaption" : "No Response",
	"OtherOptionButtonCaption" : "Other",
	"OtherOptionEntryFieldGhostText" : "Please specify other",
	"TimeWithUnitsScreenReaderHelp" : "After entering a number, use read next line command to select a unit.",
	"Title" : "Questions",
	"ToggleFollowUpQuestions" : "Additional questions about @MYCHART@FOLLOWUPPARENTQUESTIONPROMPT@.",
	"UploadInfoBubbleHeader" : "Instructions:",
	"WelcomeTimeWithUnitsScreenReaderHelp" : "@MYCHART@QUESTIONPROMPT@ After entering a number, advance to select a unit.",
});
$$WP.Strings.getNamespace("questions.sliderquestions").addStrings( {
	"CustomListSliderAnswerLabel" : "Selected Response:",
	"CustomListSliderMaxHorizontal" : "Right end of slider: @MYCHART@MAXLABEL@",
	"CustomListSliderMaxHorizontalRTL" : "Left end of slider: @MYCHART@MAXLABEL@",
	"CustomListSliderMaxVertical" : "Top end of slider: @MYCHART@MAXLABEL@",
	"CustomListSliderMinHorizontal" : "Left end of slider: @MYCHART@MINLABEL@",
	"CustomListSliderMinHorizontalRTL" : "Right end of slider: @MYCHART@MINLABEL@",
	"CustomListSliderMinVertical" : "Bottom end of slider: @MYCHART@MINLABEL@",
	"HorizontalCustomListSliderDescriptionEmptyWithLabelsWeb" : "To change the value, use the arrow keys. The left end is no response, while the first option is @MYCHART@MINLABEL@, and the right end is @MYCHART@MAXLABEL@.",
	"HorizontalCustomListSliderDescriptionWithValueAndLabelsWeb" : "To change the value, use the arrow keys. The left end is no response, while the first option is @MYCHART@MINLABEL@, and the right end is @MYCHART@MAXLABEL@.",
	"HorizontalRTLCustomListSliderDescriptionEmptyWithLabelsWeb" : "To change the value, use the arrow keys. The right end is no response, while the first option is @MYCHART@MINLABEL@, and the left end is @MYCHART@MAXLABEL@.",
	"HorizontalRTLCustomListSliderDescriptionWithValueAndLabelsWeb" : "To change the value, use the arrow keys. The right end is no response, while the first option is @MYCHART@MINLABEL@, and the left end is @MYCHART@MAXLABEL@",
	"SliderBlank" : "No Response",
	"SliderDescriptionNoLabels" : "The minimum value is @MYCHART@MIN@, and the maximum value is @MYCHART@MAX@.",
	"SliderDescriptionWithLabels" : "The minimum value is @MYCHART@MIN@, meaning @MYCHART@MINLABEL@, and the maximum value is @MYCHART@MAX@, meaning @MYCHART@MAXLABEL@.",
	"SliderDescriptionWithMaxLabel" : "The minimum value is @MYCHART@MIN@, and the maximum value is @MYCHART@MAX@, meaning @MYCHART@MAXLABEL@.",
	"SliderDescriptionWithMinLabel" : "The minimum value is @MYCHART@MIN@, meaning @MYCHART@MINLABEL@, and the maximum value is @MYCHART@MAX@.",
	"SliderHorizontalNoResponseEnd" : "Left end is no response.",
	"SliderMax" : "Maximum value: @MYCHART@MAX@",
	"SliderMaxSelected" : "Maximum value: @MYCHART@MAX@, selected",
	"SliderMaxWithLabel" : "Maximum value: @MYCHART@MAX@ (@MYCHART@MAXLABEL@)",
	"SliderMaxWithLabelSelected" : "Maximum value: @MYCHART@MAX@ (@MYCHART@MAXLABEL@), selected",
	"SliderMin" : "Minimum value: @MYCHART@MIN@",
	"SliderMinSelected" : "Minimum value: @MYCHART@MIN@, selected",
	"SliderMinWithLabel" : "Minimum value: @MYCHART@MIN@ (@MYCHART@MINLABEL@)",
	"SliderMinWithLabelSelected" : "Minimum value: @MYCHART@MIN@ (@MYCHART@MINLABEL@), selected",
	"SliderNoResponse" : "No response",
	"SliderNoResponseAriaLabel" : "No response, double tap to clear your answer",
	"SliderTextFieldDescriptionNoLabels" : "The minimum value is @MYCHART@MIN@, and the maximum value is @MYCHART@MAX@.",
	"SliderTextFieldDescriptionWithLabels" : "The minimum value is @MYCHART@MIN@, meaning @MYCHART@MINLABEL@, and the maximum value is @MYCHART@MAX@, meaning @MYCHART@MAXLABEL@.",
	"SliderTextFieldDescriptionWithMaxLabel" : "The minimum value is @MYCHART@MIN@, and the maximum value is @MYCHART@MAX@, meaning @MYCHART@MAXLABEL@.",
	"SliderTextFieldDescriptionWithMinLabel" : "The minimum value is @MYCHART@MIN@, meaning @MYCHART@MINLABEL@, and the maximum value is @MYCHART@MAX@.",
	"SliderVerticalNoResponseEnd" : "Bottom end is no response.",
	"Title" : "",
	"VerticalCustomListSliderDescriptionEmptyWithLabelsWeb" : "To change the value, use the arrow keys. The bottom end is no response, while the first option is @MYCHART@MINLABEL@, and the top end is @MYCHART@MAXLABEL@.",
	"VerticalCustomListSliderDescriptionWithValueAndLabelsWeb" : "To change the value, use the arrow keys. The bottom end is no response, while the first option is @MYCHART@MINLABEL@, and the top end is @MYCHART@MAXLABEL@.",
});
$$WP.Strings.getNamespace("react.clientsdk").addStrings( {
	"AsyncPlaceholderError" : "Error loading!",
	"AsyncPlaceholderInFlight" : "Loading...",
	"AsyncPlaceholderNotStarted" : "Waiting to start...",
	"BannerIconCritical" : "Alert",
	"BannerIconInformational" : "Information",
	"BannerIconSuccess" : "Success",
	"BannerIconWarning" : "Warning",
	"ClearSearch" : "Clear search field",
	"Completed" : "completed",
	"CountSuggestionsAvailable" : "@MYCHART@NUMSUGGESTIONS@ suggestions available",
	"DismissToastPrompt" : "Dismiss message",
	"ExternaLinkIconAccessibleDescription" : "Opens externally",
	"FiniteRangeText" : "Showing @MYCHART@CURRENTFINITECOUNT@ of @MYCHART@MAXIMUMFINITECOUNT@",
	"FirstPageAriaLabel" : "Go to the first set of table items",
	"FuzzyRangeText" : "Showing @MYCHART@CURRENTFUZZYCOUNT@ of many",
	"LoadingMoreSuggestions" : "Loading more suggestions...",
	"NextCarouselPage" : "Scroll the next set of items into view",
	"NextPage" : "Next",
	"NextPageAriaLabel" : "Go to the next set of table items",
	"OverNineHighlighted" : "9+",
	"PaginationNavigationAriaLabel" : "Pagination",
	"PaginationNavigationWithTitleAriaLabel" : "Pagination for @MYCHART@TABLETITLE@",
	"PopupActionAcknowledge" : "OK",
	"PopupActionConfirm" : "Yes",
	"PopupActionDecline" : "No",
	"PopupActionIgnore" : "Ignore",
	"PopupConfirmLaboring" : "Checking...",
	"PopupTitleCloseButtonText" : "Close",
	"PreTextTitleEllipsed" : "@MYCHART@TITLE@...",
	"PreviousCarouselPage" : "Scroll the previous set of items into view",
	"PreviousPage" : "Previous",
	"PreviousPageAriaLabel" : "Go to the previous set of table items",
	"ProgressCompleteAxText" : "@MYCHART@PercentComplete@% complete",
	"ProgressPercent" : "@MYCHART@PercentComplete@%",
	"ReadOnlyInputBlankAccessibleDescription" : "No value entered",
	"ReadOnlyInputBlankLongDash" : "—",
	"RemoveIconText" : "Remove",
	"ResultCount" : "@MYCHART@NUMRESULTS@ suggestions from your search",
	"ResultPartialCount" : "Top @MYCHART@NUMRESULTSPARTIAL@ suggestions from your search",
	"RunFullSearch" : "Search for \"@MYCHART@SEARCHTERM@\"",
	"RunSearch" : "Search",
	"ScrollAvailableHelpText" : "You can scroll to see more information in the table",
	"SegmentedTextInputAccessibleLabel" : "@MYCHART@INPUTLABEL@ part @MYCHART@CURRENTSEGMENT@ of @MYCHART@TOTALSEGMENTS@",
	"ShowPasswordToggleText" : "Show password",
	"SingleResult" : "1 suggestion from your search",
	"SingleSuggestionAvailable" : "1 suggestion available",
	"SkipToToastLinkTitle" : "Skip to notification",
	"SubwayCountText" : "@MYCHART@SUBWAYCURRENTCOUNT@ of @MYCHART@SUBWAYTOTALCOUNT@",
	"SuggestionsAccessibleDesc" : "Search Suggestions",
	"Title" : "client-sdk",
	"ToastHeader" : "Notification",
	"WorkflowBack" : "Back",
	"WorkflowProgressAmbiguousValueText" : "@MYCHART@PERCENTAGE@% completed",
	"WorkflowProgressDiscreteValueText" : "Step @MYCHART@CURRENTSTEP@ of @MYCHART@TOTALSTEPS@.",
});
$$WP.Strings.getNamespace("react.clientsdk.datatable").addStrings( {
	"CurrentPageDataAccessibleLabel" : "Currently viewing items @MYCHART@PAGEITEMSSTART@ through @MYCHART@PAGEITEMSEND@ of @MYCHART@TOTALITEMS@",
	"CurrentPageDataLabel" : "@MYCHART@PAGEITEMSSTART@ - @MYCHART@PAGEITEMSEND@ (of @MYCHART@TOTALITEMS@)",
	"CurrentPageDataWithTableCaptionAccessibleLabel" : "Currently viewing @MYCHART@TABLECAPTION@ items @MYCHART@PAGEITEMSSTART@ through @MYCHART@PAGEITEMSEND@ of @MYCHART@TOTALITEMS@",
	"DataTableCaption" : "Data Table",
	"LastPageAriaLabel" : "Go to the last set of table items, items @MYCHART@PAGEITEMSSTART@ through @MYCHART@PAGEITEMSEND@",
	"Title" : "client-sdk-data-table",
});
$$WP.Strings.getNamespace("react.clientsdkchat").addStrings( {
	"AssistiveTextNewMessage" : "1 new message in @MYCHART@ChatTitleSingle@",
	"AssistiveTextNewMessages" : "@MYCHART@NewMessages@ new messages in @MYCHART@ChatTitleMultiple@",
	"CloseChat" : "End chat",
	"MessageComposerPlaceholder" : "Type a message",
	"MessageComposerPlaceholder114" : "Type here",
	"MessageComposerSend" : "Send",
	"MessageErrorBlank" : "Cannot send a blank message",
	"MessageErrorThrottled" : "Please wait a moment before sending more messages",
	"MessageStatusFailed" : "Message failed to send.",
	"MessageStatusRetry" : "Message failed to send. Retry",
	"MessageStatusSending" : "Sending...",
	"MessageStatusSent" : "Sent",
	"MinimizeChat" : "Minimize chat",
	"MustChooseOptionWarning" : "Select an option from the list above",
	"NewMessage" : "New Message",
	"OverCharacterLimit" : "{0} characters over limit",
	"RestoreChat" : "Restore chat",
	"SenderSelf" : "You",
	"SenderSystem" : "System",
	"SenderUnknown" : "Unknown",
	"ThinkingUser" : "@MyChart@ChatBot@ is thinking",
	"Title" : "client-sdk-chat",
	"TitleBarBack" : "Back",
	"TypingMultiple" : "Multiple people are typing",
	"TypingUser" : "{0} is typing",
	"UnderCharacterLimit" : "{0} characters remaining",
});
$$WP.Strings.getNamespace("react.clientsdkgraph").addStrings( {
	"AllData" : "All Results",
	"AllDataCaption" : "All Data",
	"AllDataFilter" : "All Data",
	"CustomDatePickerApplyBtnAriaLabel" : "Apply",
	"CustomDatePickerEndDateLabel" : "End date",
	"CustomDatePickerStartDateLabel" : "Start date",
	"CustomFilter" : "Custom",
	"CustomRangeEntryGroupLabel" : "Custom Date Range",
	"DateRangeAriaLabel" : "Currently viewing data from @MYCHART@StartDate@ to @MYCHART@EndDate@",
	"DateRangeDisplayString" : "@MYCHART@StartDate@ - @MYCHART@EndDate@",
	"DayFilter" : "Day",
	"FilterButtonAriaLabel" : "Switch to @MYCHART@BUTTONTEXT@ view",
	"FiveYearsFilter" : "5 Years",
	"GraphAriaLabel" : "Graph, table below",
	"GraphWithTitleAriaLabel" : "Graph for @MYCHART@GRAPHTITLE@, table below",
	"LeftArrowAriaLabel" : "See previous @MYCHART@ActiveFilter@",
	"MissingGraphDataMessage" : "Some information cannot be graphed.",
	"MonthFilter" : "Month",
	"MostRecentFilter" : "Most Recent",
	"MostRecentResults" : "Most Recent Results",
	"NoGraphDataMessage" : "This type of information cannot be graphed.",
	"NoGraphsToDisplayDefaultMessage" : "No graph data to display.",
	"NoRecentResults" : "No Recent Results",
	"RangeApplyButtonLabel" : "Apply",
	"RightArrowAriaLabel" : "See next @MYCHART@ActiveFilter@",
	"SingleDateAriaLabel" : "Currently viewing @MYCHART@StartDate@",
	"SingleDateDisplayString" : "@MYCHART@StartDate@",
	"TableNoDataMessage" : "No data for the selected time frame.",
	"TableNoDataMessageWithCaption" : "No @MYCHART@TABLECAPTION@ for the selected time frame.",
	"TableViewerAriaLabel" : "Data table",
	"TableViewerTitle" : "Data table",
	"TableViewerWithTitleAriaLabel" : "Data table for @MYCHART@GRAPHTITLE@",
	"Title" : "client-sdk-graph",
	"WeekFilter" : "Week",
	"YearFilter" : "Year",
});
$$WP.Strings.getNamespace("react.clientsdkvideo").addStrings( {
	"ANetworkErrorCausedTheMediaDownloadToFailPartway" : "A network error caused the media download to fail part-way",
	"AudioFailedToLoad" : "Audio | Failed to load",
	"AudioLoading" : "Audio | Loading...",
	"AudioPlayer" : "Audio Player",
	"AudioPreviewDuration" : "Audio | @MYCHART@AudioPreviewMinutes@ min @MYCHART@AudioPreviewSeconds@ sec",
	"AudioPreviewDurationZeroMinutes" : "Audio | @MYCHART@AudioPreviewSecondsZeroMinutes@ sec",
	"AudioStreamDuration" : "Audio | Stream",
	"AudioTrack" : "Audio Track",
	"Background" : "Background",
	"BeginningOfDialogWindowEscapeWillCancelAndCloseTheWindow" : "Beginning of dialog window. Escape will cancel and close the window.",
	"Black" : "Black",
	"Blue" : "Blue",
	"CaptionAreaBackground" : "Caption Area Background",
	"Captions" : "Captions",
	"CaptionSettingsDialog" : "Caption Settings Dialog",
	"CaptionsOff" : "captions off",
	"CaptionsSettings" : "captions settings",
	"Casual" : "Casual",
	"Chapters" : "Chapters",
	"Close" : "Close",
	"CloseModalDialog" : "Close Modal Dialog",
	"Color" : "Color",
	"CurrentPlayerProgress" : "@MYCHART@Percentage@ percent complete",
	"CurrentTime" : "Current Time",
	"Cyan" : "Cyan",
	"Depressed" : "Depressed",
	"Descriptions" : "Descriptions",
	"DescriptionsOff" : "descriptions off",
	"DescriptionsSettings" : "descriptions settings",
	"Done" : "Done",
	"Dropshadow" : "Dropshadow",
	"Duration" : "Duration",
	"EndOfDialogWindow" : "End of dialog window.",
	"ErrorUnableToLoadAudio" : "Failed to load audio.",
	"ErrorUnableToLoadVideo" : "Failed to load video.",
	"ExitFullscreen" : "Exit Fullscreen",
	"ExitPictureInPicture" : "Exit Picture-in-Picture",
	"FontFamily" : "Font Family",
	"FontSize" : "Font Size",
	"Fullscreen" : "Fullscreen",
	"Green" : "Green",
	"IsLoading" : "{1} is loading.",
	"LIVE" : "LIVE",
	"Loaded" : "Loaded",
	"Magenta" : "Magenta",
	"MediaFailedToLoad" : "Failed to load",
	"MediaLoading" : "Loading...",
	"MediaPreviewDuration" : "@MYCHART@PreviewMinutes@:@MYCHART@PreviewSeconds@",
	"MediaPreviewDurationAxTextJoined" : "@MYCHART@PreviewDurationMinutes@ and @MYCHART@PreviewDurationSeconds@",
	"MediaPreviewDurationMinutesAxTextPlural" : "@MYCHART@DurationMinutesAx@ minutes",
	"MediaPreviewDurationMinutesAxTextSingular" : "1 minute",
	"MediaPreviewDurationSecondsAxTextPlural" : "@MYCHART@DurationSecondsAx@ seconds",
	"MediaPreviewDurationSecondsAxTextSingular" : "1 second",
	"MediaPreviewDurationZeroMinutes" : "0:@MYCHART@PreviewSecondsZeroMinutes@",
	"MediaStreamDuration" : "Stream",
	"ModalWindow" : "Modal Window",
	"MonospaceSansSerif" : "Monospace Sans-Serif",
	"MonospaceSerif" : "Monospace Serif",
	"Mute" : "Mute",
	"NoCompatibleSourceWasFoundForThisMedia" : "No compatible source was found for this media.",
	"NoContent" : "No content",
	"None" : "None",
	"NoProgress" : "Not viewed yet",
	"Opacity" : "Opacity",
	"Opaque" : "Opaque",
	"OpensCaptionsSettingsDialog" : ", opens captions settings dialog",
	"OpensDescriptionsSettingsDialog" : ", opens descriptions settings dialog",
	"OpensSubtitlesSettingsDialog" : ", opens subtitles settings dialog",
	"Pause" : "Pause",
	"PictureInPicture" : "Picture-in-Picture",
	"Play" : "Play",
	"PlayAudioTextWithTitleInformation" : "Open audio, @MyChart@AudioName@",
	"PlaybackRate" : "Playback Rate",
	"PlayingInPictureInPicture" : "Playing in Picture-in-Picture",
	"PlayVideo" : "Play Video",
	"PlayVideoTextWithTitleInformation" : "Open video, @MyChart@VideoName@",
	"PreviewShorthandDuration" : "@MYCHART@VideoPreviewMinutes@:@MYCHART@VideoPreviewSeconds@",
	"Progress" : "Progress",
	"ProgressBar" : "Progress Bar",
	"ProgressBarTimingCurrentTimeDuration" : "{1} of {2}",
	"ProportionalSansSerif" : "Proportional Sans-Serif",
	"ProportionalSerif" : "Proportional Serif",
	"Raised" : "Raised",
	"Red" : "Red",
	"RemainingTime" : "Remaining Time",
	"Replay" : "Replay",
	"Reset" : "Reset",
	"RestoreAllSettingsToTheDefaultValues" : "restore all settings to the default values",
	"Script" : "Script",
	"SeekToLiveCurrentlyBehindLive" : "Seek to live, currently behind live",
	"SeektoLiveCurrentlyPlayingLive" : "Seek to live, currently playing live",
	"Selected" : "\", selected",
	"SemiTransparent" : "Semi-Transparent",
	"SkipBackwardSeconds" : "Skip backward {1} seconds",
	"SkipForwardSeconds" : "Skip forward {1} seconds",
	"SmallCaps" : "Small Caps",
	"StreamType" : "Stream Type",
	"Subtitles" : "Subtitles",
	"SubtitlesOff" : "subtitles off",
	"SubtitlesSettings" : "subtitles settings",
	"Text" : "Text",
	"TextBackground" : "Text Background",
	"TextEdgeStyle" : "Text Edge Style",
	"TheMediaCouldNotBeLoadedEitherBecauseTheServerOrNetworkFailedOrBecauseTheFormatIsNotSupported" : "The media could not be loaded, either because the server or network failed or because the format is not supported.",
	"TheMediaIsEncryptedAndWeDonotHaveTheKeysToDecryptIt" : "The media is encrypted and we do not have the keys to decrypt it.",
	"TheMediaPlaybackWasAbortedDueToACorruptionProblemOrBecauseTheMediaUsedFeaturesYourBrowserDidNotSupport" : "The media playback was aborted due to a corruption problem or because the media used features your browser did not support",
	"ThisIsAModalWindow" : "This is a modal window",
	"ThisModalCanBeClosedBypPressingTheEscapeKeyOrActivatingTheCloseButton" : "This modal can be closed by pressing the Escape key or activating the close button.",
	"Title" : "client-sdk-video",
	"Transparent" : "Transparent",
	"Uniform" : "Uniform",
	"Unmute" : "Unmute",
	"VideoFailedToLoad" : "Video | Failed to load",
	"VideoLoading" : "Video | Loading...",
	"VideoPlayer" : "Video Player",
	"VideoPreviewDuration" : "Video | @MYCHART@VideoPreviewMinutes@ min @MYCHART@VideoPreviewSeconds@ sec",
	"VideoPreviewDurationZeroMinutes" : "Video | @MYCHART@VideoPreviewSecondsZeroMinutes@ sec",
	"VideoStreamDuration" : "Video | Stream",
	"VolumeLevel" : "Volume Level",
	"White" : "White",
	"Window" : "Window",
	"Yellow" : "Yellow",
	"YouAbortedTheMediaPlayback" : "You aborted the media playback",
});
$$WP.Strings.getNamespace("recorddownload").addStrings( {
	"ActionFailSecondaryText" : "Please try again later.",
	"AddressContactCardHeader" : "Address:",
	"AllButton" : "All Visits",
	"allVisitsDescription" : "All visit records",
	"AllVisitsMultiple" : "You have @MYCHART@VISITCOUNT@ visits in total",
	"AllVisitsRecap" : "This includes your health summary and all of your past visits.",
	"AllVisitsSingle" : "You have @MYCHART@VISITCOUNT@ visit in total",
	"AllVisitsSummary" : "All Visits Summary",
	"AllVisitsSummarySubtext" : "A summary of your health information from all of your visits",
	"BackButtonText" : "Back",
	"BackToDocumentCenter" : "Back to Document Center",
	"BackToVisitRecords" : "Back to Visit Records",
	"CESummaryLoading" : "Loading preview...",
	"ConfirmAndSendButtonText" : "Confirm and send",
	"ConfirmDirectAddressLabel" : "Confirm Direct address",
	"ConfirmEmailAddressLabel" : "Confirm email address",
	"ConfirmRecipientText" : "Is this the correct provider?",
	"ConfirmRecipientTitle" : "Confirm provider",
	"ContinueButton" : "Continue",
	"CriticalBannerIconAltText" : "Alert",
	"DateRangeButton" : "Date Range",
	"dateRangeDescription" : "Visit records from @MYCHART@STARTDATE@ to @MYCHART@ENDDATE@",
	"DateRangeFindVisits" : "Find visits",
	"DateRangeFlavorText" : "Select information from this date range:",
	"DateRangeNoResultsFoundText" : "You have no visits in this date range.",
	"DateRangeRecap" : "This includes your health summary and your past visits between @MYCHART@STARTDATE@ and @MYCHART@ENDDATE@.",
	"DateRangeSummary" : "Date Range Summary",
	"DateRangeSummarySubtext" : "A summary of your health information from the selected date range",
	"DateRangeVisitSingle" : "You have @MYCHART@VISITCOUNT@ visit between @MYCHART@STARTDATE@ and @MYCHART@ENDDATE@",
	"DateRangeVisitsMultiple" : "You have @MYCHART@VISITCOUNT@ visits between @MYCHART@STARTDATE@ and @MYCHART@ENDDATE@",
	"DirectAddressDescription" : "The address you enter here should have been given to you by your healthcare provider as part of the Direct Project.",
	"DirectAddressLabel" : "Direct address",
	"DocumentPasswordLabel" : "Password",
	"DocumentSelectPlaceholder" : "Select a document to preview",
	"DownloadAllButton" : "Download all (@MYCHART@DOCUMENTCOUNT@)",
	"DownloadAllButtonAccessibleDesc" : "Download all @MYCHART@DOCUMENTCOUNT@ documents.",
	"DownloadFailPrimaryText" : "We were unable to start your download right now",
	"DownloadFailureTitle" : "Download Not Started",
	"DownloadPackageName" : "HealthSummary_@MYCHART@REQUESTDATE@",
	"DownloadSuccessPrimaryText" : "Your download has started",
	"DownloadSuccessSecondaryText" : "You can see its status on the Requested Records page.",
	"DownloadSuccessTitle" : "Download Started",
	"DownloadSummaryTitle" : "Confirm Your Download",
	"EmailAddressDescription" : "You can send your information to any email address. Because email is insecure, if you send your health information via email, parties other than your intended recipient may have access to your health information.",
	"EmailAddressLabel" : "Email address",
	"ErrorLoadingPreviewText" : "Unable to load preview. Please try again later.",
	"ExternalJumpLinkText" : "View your download",
	"FindAProviderSearchSectionPretext" : "To find providers at other organizations, enter as much information as you can.",
	"FindAProviderSearchWarning" : "Our own doctors are not in this directory as they already have access to your chart.",
	"FirstNameFieldLabel" : "Provider\u0027s first name",
	"FrameAllVisitsSummaryTitle" : "Your all visit summary",
	"FrameDateRangeSummaryTitle" : "Your summary for visits from @MYCHART@STARTDATE@ to @MYCHART@ENDDATE@",
	"FrameLucySummaryTitle" : "Your health summary",
	"FrameVisitSummaryTitle" : "Your selected visit summary",
	"FromText" : "Start date",
	"GrouperTitleYears" : "@MYCHART@GROUPERYEARS@ Years Ago",
	"HealthSummaryPDFFilename" : "My Health Summary",
	"HealthSummarySubtext" : "A short summary of your current health information",
	"HospitalVisitDescription" : "Hospital Visit",
	"HospitalVisitImageAltText" : "This was a hospital visit",
	"HospitalVisitMetadata" : "@MYCHART@VISITTYPE@ from @MYCHART@SINGLEVISITDATE@ to @MYCHART@ENDDATE@",
	"HospitalVisitMetadataWithSubtext" : "@MYCHART@VISITTYPE@ from @MYCHART@SINGLEVISITDATE@ to @MYCHART@ENDDATE@ at @MYCHART@VISITSUBTEXT@",
	"HospitalVisitSubtext" : "@MYCHART@ADMITDATE@ - @MYCHART@DISCHARGEDATE@",
	"LastNameFieldLabel" : "Provider\u0027s last name",
	"LoadMorePastVisits" : "Load more past visits",
	"LoadMoreProvidersPrompt" : "Load more providers",
	"MaxEncsDownloadAndSendWarning" : "Unable to download more than @MYCHART@MAXENCS@ visits. Unable to send more than @MYCHART@MAXENCSTRANSMIT@ visits.",
	"MaxEncsDownloadWarning" : "Unable to download more than @MYCHART@MAXENCS@ visits.",
	"MaxEncsSendWarning" : "Unable to send more than @MYCHART@MAXENCSTRANSMIT@ visits.",
	"NoDocumentsSelected" : "Select a document to display a preview here",
	"NoMoreResultsText" : "There are no more search results",
	"NoMoreVisitsToLoad" : "There are no more visits to show",
	"NoPrintingText" : "This page cannot be printed directly. Exit this preview and use the \"Download\" button to save the document to your device, then print it.",
	"NoProvidersFoundText" : "No providers were found that meet your criteria.",
	"NoVisitDescription" : "No visit description available.",
	"NoVisitsDescription" : "Select the date range from which you would like to view information. This will include a copy of your health summary. ",
	"PartOfWholePDFName" : "@MYCHART@DOWNLOADEDPDFPARTNUM@ of @MYCHART@DOWNLOADEDPDFWHOLENUM@",
	"PasswordOptionalPreText" : "You may optionally protect your health information with a password. This will provide a higher level of security, and you may need to use other software to access your record.",
	"PasswordRequiredPreText" : "Protect your health information with a password. This will provide a higher level of security, and you may need to use other software to access your record.",
	"PasswordToggleText" : "Add password protection",
	"PasswordVerify" : "Retype password",
	"PreviewDocumentsTitle" : "Preview Documents",
	"PrintButtonText" : "Print",
	"ProvenanceToggleText" : "Show additional time and organization information",
	"ProviderSearchTitle" : "Provider Search",
	"ProviderSelectTitle" : "Select Provider",
	"ReadMeFilename" : "",
	"RequestDownloadButton" : "Request download",
	"RequestingDownloadLoadText" : "Requesting your download...",
	"RequiredFieldHelpText" : "This field is required.",
	"ResidentialMedAdmission" : "Stay",
	"SearchButton" : "Search",
	"SearchingProvidersLoadText" : "Searching for providers...",
	"SendAllButton" : "Send all (@MYCHART@DOCUMENTCOUNT@)",
	"SendAllButtonAccessibleDesc" : "Send all @MYCHART@DOCUMENTCOUNT@ documents.",
	"SendButton" : "Send",
	"SendDirectAddressOptionSubtext" : "Enter the Direct address given to you by your provider. Your information will be sent securely.",
	"SendDirectAddressOptionTitle" : "Send to a Direct address",
	"SendDirectTitle" : "Send to Direct Address",
	"SendEmailAddressOptionSubtext" : "You can send your information to any email address. This option is less secure.",
	"SendEmailAddressOptionTitle" : "Send to an email address",
	"SendEmailTitle" : "Send to Email",
	"SendFailPrimaryText" : "We were unable to send your documents right now",
	"SendFailureTitle" : "Send Unsuccessful",
	"SendingSummariesLoadText" : "Sending your documents...",
	"SendProviderSearchOptionSubtext" : "Search for providers from other organizations to send your information to.",
	"SendProviderSearchOptionTitle" : "Find a provider",
	"SendSuccessPrimaryText" : "Your documents have been sent to @MYCHART@RECIPIENT@",
	"SendSuccessSecondaryText" : "Please verify that your recipient has received them.",
	"SendSuccessTitle" : "Send Successful",
	"SendSummaryTitle" : "How Do You Want To Send Your Information?",
	"SingleVisitButton" : "Single Visit",
	"singleVisitDescription" : "Visit record from @MYCHART@SINGLEVISITDATE@",
	"SingleVisitRecap" : "This includes your health summary and your visit on @MYCHART@SINGLEVISITDATE@.",
	"SpecialtiesContactCardHeader" : "Specialties:",
	"SpecialtyFieldLabel" : "Specialty",
	"StateFieldLabel" : "State",
	"SuccessBannerIconAltText" : "Success",
	"Title" : "View, Download, or Send Visit Records",
	"ToText" : "End date",
	"ViewAndDownloadTitle" : "View and Download Visit Records",
	"ViewAndSendTitle" : "View and Send Visit Records",
	"ViewOnlyTitle" : "View Visit Records",
	"VisitDescription" : "@MYCHART@VISITTYPE@",
	"VisitMetadataNoProviderOrSubtext" : "@MYCHART@VISITTYPE@ on @MYCHART@SINGLEVISITDATE@",
	"VisitMetadataWithProvider" : "@MYCHART@VISITTYPE@ on @MYCHART@SINGLEVISITDATE@ with @MYCHART@VISITPROVIDER@",
	"VisitMetadataWithProviderAndSubtext" : "@MYCHART@VISITTYPE@ on @MYCHART@SINGLEVISITDATE@ with @MYCHART@VISITPROVIDER@ at @MYCHART@VISITSUBTEXT@",
	"VisitMetadataWithSubtext" : "@MYCHART@VISITTYPE@ on @MYCHART@SINGLEVISITDATE@ at @MYCHART@VISITSUBTEXT@",
	"VisitSelectionDescription" : "You can select a single visit, visits in a date range, or all of your visits. Any visits selected will include a copy of your health summary. ",
	"VisitsLoadingText" : "Loading your visits...",
	"YieldIconAltText" : "Warning",
	"YourHealthSummary" : "Short Health Summary",
});
$$WP.Strings.getNamespace("referrals").addStrings( {
	"AccessibleContactCustomerServiceLabel" : "Contact customer service for referral number @MYCHART@ReferralNumberContactCustomerService@",
	"AccessibleViewDetailsLabel" : "View details for referral number @MYCHART@ReferralNumberViewDetails@",
	"ActivityDefinition" : "Referrals are how your provider recommends that you receive healthcare services from a different provider. This process helps make sure you receive the right care. It might be required by your health insurance policy.",
	"AdditionalInformationHeader" : "Additional information",
	"AscendingDateSortOption" : "Oldest",
	"AskAQuestion" : "Ask a question",
	"AuthorizationNumberKey" : "Authorization request number",
	"AuthorizationsHeading" : "Authorization details",
	"AuthorizedVisitsInfoBubble" : "The number of visits allowed for this referral.",
	"AuthorizedVisitsKey" : "Authorized visits",
	"AuthorizedVisitsValue" : "Used @MYCHART@UsedVisitCount@ out of @MYCHART@TotalVisitCount@",
	"ContactCustomerService" : "Contact customer service",
	"CoverageKey" : "Coverage",
	"CreatedLabel" : "Created on @MYCHART@CreatedDate@",
	"DescendingDateSortOption" : "Newest",
	"DisclaimerText" : "",
	"DisclaimerTitle" : "",
	"GoToAuthorization" : "Go to authorization",
	"GoToAuthorizationAXText" : "Go to authorization request number @MYCHART@AuthorizationNumber@",
	"LoadMore" : "Load more",
	"LoadMoreDone" : "All referrals loaded",
	"NoReferrals" : "No referrals on file",
	"ProviderNetworkKey" : "Provider network",
	"ReferralDates" : "Requested between @MYCHART@ReferralStartDateInRange@ - @MYCHART@ReferralEndDateInRange@",
	"ReferralDetailsTitle" : "Referral details",
	"ReferralEffectiveDate" : "Requested after @MYCHART@ReferralStartDate@",
	"ReferralEndDateVal" : "Requested before @MYCHART@ReferralEndDate@",
	"ReferralNumberLabel" : "Referral @MYCHART@ReferralNumber@",
	"ReferralNumberLabelWithoutMnemonic" : "Referral number",
	"ReferredByAddressAccessibleText" : "Referred by address",
	"ReferredByLocationAccessibleText" : "Referred by location",
	"ReferredByProviderLabel" : "Referred by @MYCHART@ReferredByProvider2@",
	"ReferredByProviderTitle" : "Referral from @MYCHART@ReferredByProvider@",
	"ReferredByTitle" : "Referred by",
	"ReferredToAddressAccessibleText" : "Referred to address",
	"ReferredToFacilityTitle" : "Referral to @MYCHART@ReferredToFacility@",
	"ReferredToLocationAccessibleText" : "Referred to location",
	"ReferredToProviderTitle" : "Referral to @MYCHART@ReferredToProvider@",
	"ReferredToTitle" : "Referred to",
	"ServicesKey" : "Services",
	"SortBy" : "Sort by",
	"StatusSortOption" : "Status",
	"Title" : "Referrals",
	"TypeKey" : "Referral type",
	"VendorKey" : "Vendor",
	"ViewDetails" : "View details",
});
$$WP.Strings.getNamespace("reimbursementrequest").addStrings( {
	"ActiveCoverageName" : "@MYCHART@ACTIVECOVERAGENAME@ (Currently effective)",
	"AddImageAssistiveText" : "@MYCHART@NEWIMAGENAME@ has been added",
	"AddressHelpText" : "If your request is approved, a check with your reimbursement will be mailed to the following address.",
	"ChangeAddressHelpText" : "If you need to change the address checks are mailed to, contact Customer Support at @MYCHART@HELPDESKPHONE@.",
	"ChangeFormButton" : "Change answers",
	"CoverageDateRange" : "Effective: @MYCHART@COVERAGESTART@ - @MYCHART@COVERAGEEND@",
	"CoverageSelectorLabel" : "Coverage",
	"CreateBackButton" : "Back to Insurance Reimbursements",
	"DateOptionMaxLabel" : "To date",
	"DateOptionMinLabel" : "From date",
	"FilterOptionsLabel" : "Filter requests by",
	"FilterOptionStatusAll" : "All",
	"FilterOptionStatusLabel" : "Request status",
	"FormAddExtraReceipt" : "Add another photo",
	"FormAddReceipt" : "Add receipt",
	"FormBackButton" : "Back to reimbursement options",
	"FormCancelButton" : "Cancel",
	"FormCancelReimbursementPopupTitle" : "Cancel request",
	"FormChangeButton" : "Change reimbursement",
	"FormChangeReimbursementPopupTitle" : "Change reimbursement",
	"FormCostLabel" : "Total cost",
	"FormDateLabel" : "Purchase date",
	"FormDisclaimer" : "You must fill out all fields and attach at least one picture of your entire receipt. You can upload a maximum of @MYCHART@IMAGECOUNT@ images.",
	"FormNoAddReceipt" : "Remove an image to upload another photo",
	"FormPopupLeaveButton" : "Leave",
	"FormPopupStayButton" : "Stay",
	"FormPopupWarningText" : "Are you sure you want to leave this page? Your answers will not be saved.",
	"FormQuantityLabel" : "Quantity",
	"FormReviewAddressLabel" : "Mailing address",
	"FormReviewButton" : "Review request",
	"FormReviewCostLabel" : "Total cost: @MYCHART@CONFIRMCOST@",
	"FormReviewCoverageLabel" : "Coverage: @MYCHART@CONFIRMCOVERAGE@",
	"FormReviewDateLabel" : "Purchased date: @MYCHART@CONFIRMDATE@",
	"FormReviewMemberLabel" : "Member: @MYCHART@CONFIRMMEMBER@",
	"FormReviewQuantityLabel" : "Quantity: @MYCHART@CONFIRMQUANTITY@",
	"FormSubmitButton" : "Submit",
	"ImageUploadSizeLabel" : "Maximum file size: @MYCHART@IMAGESIZE@ MB",
	"ImageUploadTypesLabel" : "Allowed file types: @MYCHART@IMAGETYPES@",
	"LoadMoreRequests" : "Load more requests",
	"MemberOptionsLabel" : "Member",
	"MemberSelectorLabel" : "Member",
	"MissingImageError" : "You must add a picture of your receipt to continue",
	"NoAddressHelpText" : "If your request is approved, there is no address on file for the check to be mailed to. To set the address checks are mailed to, contact Customer Support at @MYCHART@HELPDESKPHONE@.",
	"NoFilteredRequestsText" : "No submitted requests match the filter",
	"NoLoadMoreRequests" : "No more requests",
	"NoRequestsText" : "No submitted requests",
	"PageExplanationText" : "View prior requests for reimbursement or create a new request.",
	"PageHelpText" : "If you have questions about your reimbursement options, contact Customer Support at @MYCHART@HELPDESKPHONE@.",
	"PastCoverageName" : "@MYCHART@PASTCOVERAGENAME@ (Effective @MYCHART@STARTDATE@ to @MYCHART@ENDDATE@)",
	"PriorRequestCostLabel" : "Requested: @MYCHART@COST@",
	"PriorRequestCoverageLabel" : "Coverage: @MYCHART@COVERAGE@",
	"PriorRequestMemberLabel" : "Member: @MYCHART@MEMBER@",
	"PriorRequestReimbursedLabel" : "Reimbursed: @MYCHART@REIMBURSED@",
	"PriorRequestsHeading" : "Submitted requests",
	"PriorRequestsPageHeading" : "Reimbursements",
	"PriorRequestsPageTitle" : "Insurance Reimbursements",
	"PriorRequestSubmittedLabel" : "Submitted: @MYCHART@DATE@",
	"ProcedureSelectionLabel" : "What type of reimbursement do you need?",
	"ProcedureToFormButton" : "Next",
	"RecoverImageAssistiveText" : "@MYCHART@RECOVERIMAGENAME@ has been recovered",
	"RecoverImageButtonText" : "Recover image",
	"RemoveImageAssistiveText" : "@MYCHART@REMOVEIMAGENAME@ has been removed",
	"RemoveImageButtonText" : "Remove image (@MYCHART@IMAGENAME@)",
	"RemoveImagePlaceholderText" : "This image has been removed",
	"RequestReimbursementButton" : "Request reimbursement",
	"RequestReimbursementPageHeading" : "Request Reimbursement",
	"RequestReimbursementPageTitle" : "Request Reimbursement",
	"RequestStatusApproved" : "Approved",
	"RequestStatusDenied" : "Denied",
	"RequestStatusPending" : "In review",
	"SortOptionDateAscending" : "Oldest to newest",
	"SortOptionDateDescending" : "Newest to oldest",
	"SortOptionsLabel" : "Sort requests from",
	"SubscriberName" : "@MYCHART@SUBNAME@ (Subscriber)",
	"TermedCoverageName" : "@MYCHART@TERMEDCOVERAGENAME@ (Effective until @MYCHART@TERMDATE@)",
	"Title" : "",
	"ViewClaims" : "View claims",
	"ViewEOB" : "Download explanation of benefits",
});
$$WP.Strings.getNamespace("releaseofinformation").addStrings( {
	"AccessibilityTextForDisabledContinueButton" : "Continue button. At least one required item is missing a valid response. Please check the form.",
	"AccessibilityTextForDisabledSendRequestButton" : "Send request button. At least one required item is missing a valid response. Please check the form.",
	"AccessibilityTextForFormAndRecipient" : "Your choice will affect which questions you need to answer.",
	"AccessibilityTextForInfoReqOptions" : "This is required. Check to include @MYCHART@INFOOPTION@.",
	"AccessibilityTextForOtherOption" : "This is required. Check to include @MYCHART@OTHERINFOOPTION@. Selecting this option would require you to provide additional information.",
	"AccessibilityTextForTemplateSelection" : "Your choice will affect which questions you need to answer, and which options you can choose from.",
	"ActivityDesc" : "Request your medical record from your healthcare provider by answering a few questions. This request requires processing by your healthcare organization and might take a few days.",
	"AdditionalCommentsLabel" : "Instructions",
	"AdditionalCommentsQues" : "Do you have any specific instructions for the information you’re requesting? For example, “Only include images related to my broken leg.”",
	"AddressFieldTitle" : "Address",
	"AllDatesOption" : "All available dates",
	"AttentionToFieldTitle" : "Attention to",
	"BackButtonText" : "Back",
	"BackToSharingHub" : "Back to Sharing Hub",
	"ComputerReadableButtonText" : "Request computer-readable export",
	"ContinueButtonText" : "Continue",
	"DateRangeOption" : "Date range",
	"DateSelectionQues" : "What dates do you want information from?",
	"EhieComments" : "Comments",
	"EhieCommentsQues" : "Do you have any comments or questions to add to this request?",
	"EHIEConfirmCont" : "Yes, I want a computer-readable export",
	"EHIEConfirmDesc" : "The files in this export are not designed to be read by humans. Go back to request your information in a human-readable format, such as a PDF. Are you sure you want to continue with the request?",
	"EHIEConfirmTitle" : "Requesting a computer-readable export",
	"EHIEDescP1" : "Request your health information in computer-readable files. ",
	"EHIEDescP2" : "The files in this export are not designed to be read by humans. ",
	"EHIEDescP3" : "The files in this export could be very large and could take your organization a few days to process.",
	"EHIEPatPrivacyStatement" : "Note: This export might include sensitive health information. If you are sharing this record with someone else, they will be able to see all of this information.",
	"EHIESubmitRequest" : "Submit a new request for a computer-readable export",
	"EHIESubrouteTitle" : "Request Computer-Readable Export",
	"EhieTemplateSelectionQues" : "What information do you want included in the export?",
	"EmailFieldTitle" : "Email",
	"EpicReleasedPatPrivacyStatement" : "I understand (acknowledge) that this record might include sensitive information. If I am sharing this  record with someone else, they will be able to see all of this information.",
	"ExistingEhieRequestDesc" : "You can only have one computer-readable export request under review at a time. If you want to submit a new request, you need to cancel the previous request first. Visit the \"Requested Records\" page to see your request status and to cancel it.",
	"ExistingEhieRequestHeader" : "You have a request under review",
	"FaxFieldTitle" : "Fax number",
	"FormSelectionLabel" : "Send to",
	"FormSelectionQues" : "Where would you like to send this request form?",
	"FromText" : "From",
	"HumanReadableButtonText" : "Request human-readable export",
	"IAgreeCheck" : "I agree",
	"Include" : "Include",
	"InfoRequestedQues" : "What information do you want included in the record?",
	"InvalidFaxError" : "Enter a fax number",
	"LegalConsentHeading" : "Consent for release of information",
	"LoadingMessage" : "Loading...",
	"MultipleEhieTemplatesDescHeader" : "You can choose one set of information to be in your export:",
	"NameFieldTitle" : "Name",
	"NoAnswer" : "No answer given",
	"NoEhieDataWarning" : "We do not allow requesting a computer-readable export through @MYCHART@APPTITLE@. Please call or message our customer service to start a request.",
	"NoRoiDataWarning" : "We do not allow requesting a formal copy of your record through @MYCHART@APPTITLE@. Please call or message our customer service to start a request.",
	"OtherInformation" : "Other Information",
	"PhoneNumberFieldTitle" : "Phone number",
	"RecipientSelectionQues" : "Who should we send this record to?",
	"RequestedRecordsLinkText" : "Go to Requested Records",
	"RequestMadeToQues" : "Which location(s) do you want to request records from?",
	"RequiredFieldHelpText" : "This field is required.",
	"ReviewAnsCol" : "Answer",
	"ReviewBeforeSubmissionText" : "Please review your responses. If everything looks correct, click or tap Send request.",
	"ReviewQuesCol" : "Question",
	"ROILinkoutBody" : "The files in this export are not designed to be read by humans. The files could be very large and can take your organization a few days to process. You will need an application that can use computer-readable data to understand these files.",
	"ROILinkoutBody2" : "The files in this export are not designed to be read by humans. The files could be very large and can take your organization a few days to process. You will need an application that can use computer-readable data to understand these files. Instead, you can request your information in a human-readable format, such as a PDF.",
	"ROILinkoutHeader" : "Looking for a human-readable copy of your health record instead?",
	"ROILinkoutLink" : "Click here to request your information in a human-readable format, such as a PDF.",
	"SendDisabledInfo" : "We do not allow sending a formal copy of your record to someone else through @MYCHART@APPTITLE@. Please call or message our customer service to start a request.",
	"SendRequestButtonText" : "Send request",
	"SensitiveInfoOptionLabel" : "Use the option(s) below to say which types of sensitive information you agree (authorize) to be included in this record.",
	"ShareWithSelfOption" : "Me",
	"ShareWithSomeoneElseOption" : "Someone else",
	"SimplifiedInfoRequestedQues" : "Information included in this request:",
	"SingleEhieTemplateDescHeader" : "This is what will be included in your export:",
	"SpecifyMore" : "What other types of information do you want included?",
	"SubmissionErrorDesc" : "Oops! We were not able to submit your request at this time. Try again later.",
	"SubmissionErrorTitle" : "Request submission failed",
	"SubmitRequest" : "Submit a new request for a formal copy of your health record",
	"TemplateSelectionLabel" : "Reason for request",
	"TemplateSelectionQues" : "Why are you requesting this record?",
	"Title" : "Request Formal Copy of Health Record",
	"ToText" : "To",
	"TransmitInfoQues" : "Where should we send this information?",
	"WhatIsThis" : "What is this?",
});
$$WP.Strings.getNamespace("requesterportal.common").addStrings( {
	"Title" : "Requester Portal",
});
$$WP.Strings.getNamespace("research.common").addStrings( {
	"AcceptingHealthyVolunteersLabel" : "Accepts healthy volunteers",
	"AcceptsAllSexesLabel" : "Accepts all sexes",
	"AcceptsHealthyVolunteersNo" : "No",
	"AcceptsHealthyVolunteersYes" : "Yes",
	"AgeLabel" : "Age",
	"AreaOfResearchLabel" : "Areas of research",
	"FemaleLabel" : "Female",
	"HealthyVolunteersLabel" : "Accepts healthy volunteers",
	"InvestigatorLabelName" : "Principal investigator",
	"MaleLabel" : "Male",
	"ResearchStudiesActivityName" : "Research Studies",
	"SexLabel" : "Sex",
	"StudyFinderActivityName" : "Study Finder",
	"StudySiteLabel" : "Site",
	"Title" : "Studies",
});
$$WP.Strings.getNamespace("research.questionnaire").addStrings( {
	"Advance" : "Continue",
	"Back" : "Back",
	"JumpToPreview" : "Back to Answer Summary",
	"Submit" : "Save",
	"SummaryPrompt" : "Please review your responses.  You may select any question to modify an answer.",
	"SummaryPromptScreenReader" : "Please review your responses.  You may select any question to modify an answer.",
	"Title" : "Research Preference Profile",
});
$$WP.Strings.getNamespace("research.researchstudies").addStrings( {
	"CareJourneyButtonLabel" : "Open research journey",
	"CareJourneyButtonLabelAccessible" : "Open research journey for @MYCHART@StudyName@",
	"ContactPreferencesResourceDescription" : "Choose if you want to get new research opportunities",
	"ContactPreferencesResourceTitleCreate" : "Set outreach preferences",
	"ContactPreferencesResourceTitleUpdate" : "Update outreach preferences",
	"InvitationsSectionDescriptionPlural" : "Based on your medical record, you have been identified as potentially eligible for these studies.",
	"InvitationsSectionDescriptionPluralProxy" : "Based on their medical record, @MYCHART@Patient@ has been identified as potentially eligible for these studies.",
	"InvitationsSectionDescriptionSingular" : "Based on your medical record, you have been identified as potentially eligible for this study.",
	"InvitationsSectionDescriptionSingularProxy" : "Based on their medical record, @MYCHART@Patient@ has been identified as potentially eligible for this study.",
	"InvitationsSectionTitle" : "Study Invitations",
	"NotificationsResourceDescription" : "Specify how you want to receive research notifications",
	"NotificationsResourceTitle" : "Customize notifications",
	"PendingQuestionnaireText" : "Thanks for your interest in this study! Help the study team learn more about you by answering some questions.\r\n\t\t\t",
	"PendingQuestionnaireTextProxy" : "\r\n\t\t\t\tHelp the study team learn more about @MYCHART@Patient@ by answering some questions.\r\n\t\t\t",
	"ResearchProfileResourceDescription" : "Pick the research areas that interest you",
	"ResearchProfileResourceTitleCreate" : "Create research profile",
	"ResearchProfileResourceTitleUpdate" : "Update research profile",
	"ResourceLastUpdatedOn" : "Last updated @MYCHART@DateUpdatedOn@",
	"ResourceLastUpdatedOnTo" : "Last updated to \u0027@MYCHART@ValueUpdatedTo@\u0027 on @MYCHART@DateUpdatedOn@",
	"StudiesSectionTitle" : "Your Studies",
	"StudiesSectionTitleProxy" : "@MYCHART@Patient@\u0027s Studies",
	"StudyDetailsButtonLabel" : "View study details",
	"StudyDetailsButtonLabelAccessible" : "View study details for @MYCHART@StudyName@",
	"StudyFinderResourceDescription" : "Find research studies that match your interests in Study Finder",
	"StudyFinderResourceTitle" : "Search for studies",
	"StudyInterestedOn" : "Expressed interest on @MYCHART@DateInterestedOn@",
	"StudyInvitationButtonLabel" : "Review invitation",
	"StudyInvitationButtonLabelAccessible" : "Review invitation for @MYCHART@StudyName@",
	"StudyInvitationOn" : "Received on @MYCHART@DateInvitedOn@",
	"StudyQuestionnaireButtonLabel" : "Answer questions",
	"StudyQuestionnaireButtonLabelAccessible" : "Answer questions for @MYCHART@StudyName@",
	"Title" : "Research Studies",
	"ZeroStateLinkLabel" : "Search available studies",
	"ZeroStatePrimaryLabel" : "No studies to display right now.",
	"ZeroStateSecondaryLabel" : "You don\u0027t have any research studies or your research studies are not visible in MyChart.",
	"ZeroStateSecondaryLabelProxy" : "@MYCHART@Patient@ doesn\u0027t have any research studies or their research studies are not visible in MyChart.",
});
$$WP.Strings.getNamespace("research.studies").addStrings( {
	"ActiveJourneyButton" : "View research journey",
	"ActiveStudiesHeader" : "Active Studies",
	"AvailableStudiesHeader" : "Available Studies",
	"AvailableStudiesWithInstructionsMessage" : "Based on your medical record, you have been identified as potentially eligible for these studies. Click \"I\u0027m Interested\" to notify the research team that you may want to participate in the study.",
	"AvailableStudiesWithoutInstructionsMessage" : "Based on your medical record, you have been identified as potentially eligible for these studies.",
	"ClickToCollapse" : "Click to collapse",
	"ClickToExpand" : "Click to expand",
	"CollapseClickText" : "Click to collapse",
	"CompletedJourneyButton" : "View completed journey",
	"CompleteQnrButton" : "Complete questionnaire",
	"CompleteQnrPrompt" : "You have a questionnaire to complete",
	"ContactPreferenceIsDeactivated" : "The contact preference you chose is no longer available.",
	"ContactPreferencesClearedByUserText" : "Preference was cleared @MYCHART@CONTACTPREFCLEAREDBYUSERTIME@ by @MYCHART@CONTACTPREFCLEAREDUSER@",
	"ContactPreferencesLastUpdatedByUserText" : "Last updated: @MYCHART@CONTACTPREFLASTUPDATEDBYUSERTIME@ by @MYCHART@CONTACTPREFLASTUPDATEDUSER@",
	"CreateProfileButton" : "Create profile",
	"CreateResearchProfileLabel" : "Create a profile to let us know the types of research you may be interested in.",
	"DataSourceDisclaimer" : "Some of this information came from data provided to \u003ca class=\"disclaimerLink\"\u003eClinicalTrials.gov\u003c/a\u003e on @MyChart@UpdateDate@.",
	"DeclineButton" : "No, thank you",
	"DeclineButtonAriaLabel" : "No, thank you. Activating this button will refresh the display.",
	"DescriptionLabel" : "Description",
	"DoNotContactLabel" : "Do not contact",
	"ExpandClickText" : "Click to expand",
	"HideDetails" : "Hide details",
	"InterestedButton" : "I\u0027m interested",
	"InterestedButtonAriaLabel" : "I\u0027m interested. Activating this button will refresh the display.",
	"JSMessageErrorText" : "Please refresh the page and try again. If this problem persists, please contact customer service.",
	"JSMessageErrorTitle" : "Error",
	"JSMessageInterestedText" : "Thank you for your interest in this study.\u003cbr/\u003eYou will be contacted soon for the next steps.",
	"JSMessageOKButton" : "OK",
	"JSMessageSuccessTitle" : "Thank You!",
	"LarCoordinatorPluralLabel" : "Your Study Coordinators",
	"LarCoordinatorSingularLabel" : "Your Study Coordinator",
	"LinksLabel" : "Links",
	"MessageButton" : "Contact study team",
	"NoActiveStudiesHeader" : "You don\u0027t have any active studies right now.",
	"NoResearchStudiesHeader" : "You don\u0027t have any studies right now.",
	"NoResearchStudiesMessage" : "You are not enrolled in any research studies or your research studies are not visible in @MYCHART@APPTITLE@.",
	"NotificationPreferencesImgAltText" : "Specify how you would like to receive @MYCHART@APPTITLE@ notifications for research",
	"NotificationPreferencesLink" : "Specify how you would like to receive @MYCHART@APPTITLE@ notifications for research",
	"OkToContactLabel" : "OK to contact",
	"OtherStudiesHeader" : "Other Studies",
	"ParticipationPreferenceInfoBubbleAriaLabel" : "More information about participation preferences",
	"Posttext" : "",
	"PreferencesLastUpdatedText" : "Last updated: @MYCHART@PREFLASTUPDATEDTIME@",
	"PreferencesUpdatedJustNow" : "just now",
	"Pretext" : "",
	"PrincipalInvestigatorImageAltText" : "Photo of @MYCHART@PRINCIPALINVESTIGATORNAME@",
	"PrincipalInvestigatorLabel" : "Principal Investigator",
	"RelatedLinksHeader" : "Related Links",
	"ResearchContactLabel" : "May we contact you about opportunities to participate in research studies?",
	"ResearchPreferencesHeader" : "Participation Preferences",
	"SetHowInNotificationPreferencesLabel" : "You can choose how to be contacted in \u003ca\u003eCommunication Preferences\u003c/a\u003e.",
	"ShowDetails" : "Show details",
	"SidebarDisclaimer" : "Your preferences will help us let you know about research opportunities that might interest you. Your care team might discuss additional opportunities with you.",
	"StudyFinderContentDescription" : "Discover ongoing research studies and express your interest.",
	"StudyFinderContentTitle" : "Find Studies",
	"StudyFinderLink" : "Search available studies",
	"StudyTeamMemberPluralLabel" : "Study Team Members",
	"StudyTeamMemberSingularLabel" : "Study Team Member",
	"Title" : "Research Studies",
	"UndecidedLabel" : "Undecided",
	"UpdateProfileButton" : "Go to profile",
	"UpdateResearchProfileLabel" : "Update your profile to let us know the types of research you may be interested in.",
	"YourStudiesHeader" : "Your Studies",
});
$$WP.Strings.getNamespace("research.studydetails").addStrings( {
	"ActionInformationHeading" : "Want to get involved?",
	"AgeCriteriaAll" : "All",
	"CompleteQuestionnaireButtonInstructions" : "You have a questionnaire to complete.",
	"CompleteQuestionnaireButtonName" : "Complete questionnaire",
	"DataSourceDisclaimer" : "Some of this information came from data provided to @MyChart@CTSiteName@ on @MyChart@UpdateDate@.",
	"DeclineButtonAccessibleDescription" : "I\u0027m not interested in @MyChart@StudyName@",
	"DeclineRequestButtonName" : "No, thank you",
	"DescriptionHeading" : "Description",
	"EligibilityHeading" : "More about who can join",
	"InterestButtonAccessibleDescription" : "I\u0027m interested in @MyChart@StudyName@",
	"InterestButtonInstructions" : "Let the study team know you want to participate.",
	"InterestButtonName" : "I\u0027m interested",
	"InterestedFailedPopupMessage" : "Unable to send a notification to the study team right now. Try again later.",
	"InterestedFailedPopupTitle" : "Unsuccessful",
	"InterestedSuccessPopupMessage" : "Thank you for your interest in this study. The study team has been notified.",
	"InterestedSuccessPopupOk" : "OK",
	"InterestedSuccessPopupTitle" : "Notification sent to study team",
	"MaxAgeOnlyDisplayText" : "0 - @MyChart@MaxAge@",
	"MinAgeOnlyDisplayText" : "@MyChart@MinAge@+",
	"MinMaxAgeDisplayText" : "@MyChart@MinAge@ - @MyChart@MaxAge@",
	"ParticipationInformationHeading" : "Who can participate?",
	"RecruitmentRequestInstructions" : "Based on your medical record, you have been identified as potentially eligible for this study. Select I\u0027m interested to notify the study team that you might want to participate in the study.",
	"StudyIDLabelName" : "Study ID",
	"StudyInformationHeading" : "Who\u0027s running this study?",
	"StudyLinksContext" : "Additional information about this study can be found at the following resources.",
	"StudyLinksHeading" : "Study resources",
	"Title" : "Study Details",
});
$$WP.Strings.getNamespace("researchmessage").addStrings( {
	"DefaultDrawerTitle" : "Contact research study team",
	"MessageRecipient" : "Study Team",
	"MessageSentConfirmation" : "Message sent successfully!",
	"MessageSentDrawerTitle" : "Message sent",
	"StayInJourneyAction" : "Stay in the journey",
	"StudySelectionHeader" : "Which research study are you messaging about?",
	"Title" : "Research Message",
	"ViewConversationAction" : "View my conversation in Messages",
});
$$WP.Strings.getNamespace("scheduling").addStrings( {
	"AccessibleFiltersBannerHelpText" : "Before you continue, you can clear your filters to make sure you\u0027re including all providers that you expect.",
	"AccessibleShowOneApptAtATimeHelpText" : "You are currently selecting all appointment times at once. Do you want to select times individually instead? Select times individually",
	"AccessibleShowPickAllViewHelpText" : "You are currently selecting a time for one appointment. Do you want to select all appointment times at once instead? View times",
	"accessibleSlot" : "@MYCHART@SLOTTIME@\u003cspan class=\"clearlabel\"\u003e on @MYCHART@ACCESSIBLESLOTDATE@ at @MYCHART@ACCESSIBLESLOTLOCATION@ with @MYCHART@ACCESSIBLESLOTPROVIDER@.\u003c/span\u003e",
	"accessibleSlotDescriptionNoLocationNoTimeZone" : "@MYCHART@SLOTTIMESTRING@ on @MYCHART@SLOTDATE@ for @MYCHART@SLOTPROVIDER@.",
	"accessibleSlotDescriptionNoLocationWithTimeZone" : "@MYCHART@SLOTTIMESTRING@ @MYCHART@SLOTTIMEZONEMARKER@ on @MYCHART@SLOTDATE@ with @MYCHART@SLOTPROVIDER@.",
	"accessibleSlotDescriptionNoProviderNoTimeZone" : "@MYCHART@SLOTTIMESTRING@ on @MYCHART@SLOTDATE@ at @MYCHART@SLOTLOCATION@.",
	"accessibleSlotDescriptionNoProviderWithTimeZone" : "@MYCHART@SLOTTIMESTRING@ @MYCHART@SLOTTIMEZONEMARKER@ on @MYCHART@SLOTDATE@ at @MYCHART@SLOTLOCATION@.",
	"accessibleSlotDescriptionNoTimeZone" : "@MYCHART@SLOTTIMESTRING@ on @MYCHART@SLOTDATE@ at @MYCHART@SLOTLOCATION@ with @MYCHART@SLOTPROVIDER@.",
	"accessibleSlotDescriptionWithTimeZone" : "@MYCHART@SLOTTIMESTRING@ @MYCHART@SLOTTIMEZONEMARKER@ on @MYCHART@SLOTDATE@ at @MYCHART@SLOTLOCATION@ with @MYCHART@SLOTPROVIDER@.",
	"accessibleSlotNoProvider" : "@MYCHART@SLOTTIMENOPROVIDER@\u003cspan class=\"clearlabel\"\u003e on @MYCHART@ACCESSIBLESLOTDATENOPROVIDER@ at @MYCHART@ACCESSIBLESLOTLOCATIONNOPROVIDER@.\u003c/span\u003e",
	"AccessibleSlotSelectionSummaryCurrentAppointment" : "Current appointment",
	"AccessibleSlotSelectionSummaryPreviousAppointment" : "Previous appointment selected",
	"AccessibleSlotSelectionSummaryUnavailableButton" : "Unavailable",
	"AccessibleSlotSelectionSummaryUpcomingAppointment" : "Upcoming appointment",
	"accessibleSlotWithTimeZone" : "@MYCHART@SLOTTIMEWITHTIMEZONE@ @MYCHART@SLOTTIMEZONE@\u003cspan class=\"clearlabel\"\u003e on @MYCHART@ACCESSIBLESLOTDATEWITHTIMEZONE@ at @MYCHART@ACCESSIBLESLOTLOCATIONWITHTIMEZONE@ with @MYCHART@ACCESSIBLESLOTPROVIDERWITHTIMEZONE@.\u003c/span\u003e",
	"accessibleSlotWithTimeZoneNoProvider" : "@MYCHART@SLOTTIMEWITHTIMEZONENOPROVIDER@ @MYCHART@SLOTTIMEZONENOPROVIDER@\u003cspan class=\"clearlabel\"\u003e on @MYCHART@ACCESSIBLESLOTDATEWITHTIMEZONENOPROVIDER@ at @MYCHART@ACCESSIBLESLOTLOCATIONWITHTIMEZONENOPROVIDER@.\u003c/span\u003e",
	"AddedHiddenProviders" : "Based on the answers you\u0027ve provided, you should see other providers for visit",
	"AddedHiddenProvidersNoQuestions" : "You should see other providers for this visit",
	"AddedOneLocationAfterQuestions" : "Based on the answers you\u0027ve provided, you should go to @MYCHART@ADDEDSCHEDULINGOPTION@ for this visit",
	"AddedOneLocationNoQuestions" : "You should go to @MYCHART@ADDEDSCHEDULINGOPTION@ for this visit",
	"AddedOneProvider" : "Based on the answers you\u0027ve provided, you should see @MYCHART@ADDEDSCHEDULINGOPTION@ for this visit",
	"AddedOneProviderNoQuestions" : "You should see @MYCHART@ADDEDSCHEDULINGOPTION@ for this visit",
	"AddedThreeOrMoreLocationsAfterQuestions" : "Based on the answers you\u0027ve provided, you should go to @MYCHART@ADDEDFIRSTSCHEDULINGOPTION@ or @MYCHART@NUMBEROFOTHERSCHEDULINGOPTIONS@ other locations for this visit",
	"AddedThreeOrMoreLocationsNoQuestions" : "You should go to @MYCHART@ADDEDFIRSTSCHEDULINGOPTION@ or @MYCHART@NUMBEROFOTHERSCHEDULINGOPTIONS@ other locations for this visit",
	"AddedThreePlusProviders" : "Based on the answers you\u0027ve provided, you should see @MYCHART@ADDEDFIRSTSCHEDULINGOPTION@ or @MYCHART@NUMBEROFOTHERSCHEDULINGOPTIONS@ other providers for this visit",
	"AddedThreePlusProvidersNoQuestions" : "You should see @MYCHART@ADDEDFIRSTSCHEDULINGOPTION@ or @MYCHART@NUMBEROFOTHERSCHEDULINGOPTIONS@ other providers for this visit",
	"AddedTwoLocationsAfterQuestions" : "Based on the answers you\u0027ve provided, you should go to @MYCHART@ADDEDFIRSTSCHEDULINGOPTION@ or @MYCHART@ADDEDSECONDSCHEDULINGOPTION@ for this visit",
	"AddedTwoLocationsNoQuestions" : "You should go to @MYCHART@ADDEDFIRSTSCHEDULINGOPTION@ or @MYCHART@ADDEDSECONDSCHEDULINGOPTION@ for this visit",
	"AddedTwoProviders" : "Based on the answers you\u0027ve provided, you should see @MYCHART@ADDEDFIRSTSCHEDULINGOPTION@ or @MYCHART@ADDEDSECONDSCHEDULINGOPTION@ for this visit",
	"AddedTwoProvidersNoQuestions" : "You should see @MYCHART@ADDEDFIRSTSCHEDULINGOPTION@ or @MYCHART@ADDEDSECONDSCHEDULINGOPTION@ for this visit",
	"AdditionalOptionsPretext" : "You may also schedule using one of these options:",
	"AdditionalOptionsStandalonePretext" : "You may schedule using the following options:",
	"AddVideoVisitProvidersLabel" : "Add providers",
	"AllLocationsButtonLabel" : "All",
	"AllSlotsLoaded" : "All appointment times loaded.",
	"AnonymousConfirmationStepSubtitle" : "Review the details of your appointment before scheduling.",
	"AnotherBatchButton" : "Show more appointment times",
	"AnotherBatchButtonDetailed" : "Show more appointment times.",
	"AnyLocationDescription" : "Schedule at any available location.",
	"AnyLocationHeader" : "Any location",
	"AnyLocationNearHomeDescription" : "Schedule at any available location near home.",
	"AnyLocationNearHomeHeader" : "Any location near home",
	"AnyLocationNearMeDescription" : "Schedule at any available location near me.",
	"AnyLocationNearMeHeader" : "Any location near me",
	"AnyLocationNearZipDescription" : "Schedule at any available location near @MYCHART@ZIPCODE@.",
	"AnyLocationNearZipHeader" : "Any location near @MYCHART@ZIPCODE@",
	"AnyProviderDescription" : "Schedule with any available provider.",
	"AnyProviderHeader" : "Any provider",
	"AppointmentArrivalTime" : "Arrive by @MYCHART@ARRIVALTIME@",
	"AppointmentDate" : "@MYCHART@APPOINTMENTDAY@ @MYCHART@APPOINTMENTMONTH@ @MYCHART@APPOINTMENTDAYNUMBER@, @MYCHART@APPOINTMENTYEAR@",
	"AppointmentInstructionsHeader" : "Visit Instructions",
	"AppointmentJoinTime" : "Join by @MYCHART@JOINTIME@",
	"AppointmentTimeDuration" : "(@MYCHART@TIMEDURATION@ minutes)",
	"ArrivalTimeWithTimeZone" : "Arrive by @MYCHART@APPOINTMENTARRIVALTIMEWITHTIMEZONE@ @MYCHART@ARRIVALTIMEZONE@",
	"BackToVisitDetailsButtonLabel" : "Back to Visit Details",
	"BannerButtonLabel" : "Find virtual care",
	"BannerDetailText" : "\u003cp\u003eDue to the outbreak of COVID-19 we currently ask that you call @MYCHART@SCHEDULINGPHONE@ to schedule an appointment.\u003c/p\u003e\u003cp\u003e\u003cb\u003eIf you would like to find appropriate care based on your symptoms, please use our virtual care tool.\u003c/b\u003e\u003c/p\u003e",
	"BundleReschedulingOnboardingBody" : "This might limit what time slots are available.",
	"BundleReschedulingOnboardingRescheduleAllLabel" : "Reschedule all",
	"BundleReschedulingOnboardingRescheduleSingleLabel" : "Reschedule just this one",
	"BundleReschedulingOnboardingTitle" : "The appointment you\u0027re rescheduling is related to other appointments.",
	"CancelSetPreferencesButtonLabel" : "Go back",
	"CancelSetPreferencesButtonTitle" : "Close this popup.",
	"ChangeLocationTitle" : "Change location",
	"ChiefComplaintLabel" : "Main concern",
	"ChooseProviderDescription" : "Choose a provider who matches your needs.",
	"ChooseProviderTitle" : "Choose a Provider",
	"ClearLabelForLocationWithVisitType" : "Select a location for your visit: @MYCHART@VisitTypeForClearLabelLocation@ ",
	"ClearSelectedCalendarFilter" : "Reset calendar filter",
	"ClearSelectedFilters" : "Clear",
	"ClearSelectedFiltersNoProviders" : "Clear filters",
	"ClearSelectedFiltersVerboseDescription" : "Clear all selected filters",
	"ClearSelectedTimeFilters" : "Clear day and time filters",
	"ClosePopupLabel" : "Close this popup.",
	"CompleteThisPopupLabel" : "To continue, complete this pop up.",
	"CondensedHeaderAccessibleLabel" : "@MYCHART@SCHEDULINGPROGRESS@% done with scheduling",
	"ConfirmationCommentLabel" : "Comments",
	"ConfirmationCommentPrompt" : "What is the most important thing you want addressed during this visit?",
	"ConfirmationStepSubtitle" : "Click the Schedule button if everything looks correct.",
	"ConfirmationStepTitle" : "You\u0027re almost done...",
	"ConfirmProviderRfv" : "@MYCHART@REASONFORVISIT@ with @MYCHART@PROVIDER@",
	"ConfirmRfv" : "@MYCHART@REASONFORVISIT@",
	"ConfirmRfvWithLinkedProvider" : "@MYCHART@REASONFORVISIT@ with @MYCHART@LINKEDPROVIDER@",
	"ConfirmTelehealthLocation" : "Confirm",
	"ConfirmTelehealthLocationTooltip" : "Confirm location selection",
	"ConnectionThrottledErrorMessage" : "We could not schedule this appointment due to very high demand. Please check back in a bit.",
	"ContinueButtonString" : "Continue",
	"CookiesNotEnabledError" : "Please @MYCHART@COOKIESNOTENABLEDLINK@ to view available times.",
	"CookiesNotEnabledErrorLinkText" : "enable cookies",
	"CrossDeploymentLoadingPageBannerContent" : "You\u0027re all set! Please wait while we load your appointment details.",
	"CrossDeploymentLoadingPageBannerTitle" : "Appointment scheduled",
	"CrossDeploymentLoadingPageMessage" : "Loading appointment details...",
	"CrossDeploymentLoadingPageTitle" : "Appointment Details",
	"CurrentStepButtonLabel" : "Current Step",
	"CustomLandingPageBody" : "",
	"CustomLandingPageBody_" : "",
	"CustomLandingPageButtonText" : "",
	"CustomLandingPageButtonText_" : "",
	"CustomLandingPageTitle" : "",
	"CustomLandingPageTitle_" : "",
	"CustomStepStrings" : "",
	"DatesLabel" : "Start search on",
	"DeclineTicketButtonLabel" : "Decline",
	"DeclineTicketButtonLabelDetailed" : "Decline @MYCHART@DECLINETICKETTITLE@",
	"DemographicVerificationButtonTooltip" : "Verify your personal information",
	"DemographicVerificationButtonTooltipDependent" : "Verify @MYCHART@DEMOGRAPHICPATIENTTOOLTIPNAME@\u0027s personal information",
	"DemographicVerificationStepHeader" : "Verify your personal information",
	"DemographicVerificationStepHeaderDependent" : "Verify @MYCHART@DEMOGRAPHICPATIENTHEADERNAME@\u0027s personal information",
	"DepartmentContextAccessibleHelpText" : "You are currently scheduling at:",
	"DepartmentDirectionsHeader" : "Directions for @MYCHART@DEPARTMENT@",
	"DepartmentEstablishedPatientGoToDirectOrCallDepartmentInstructions" : "Not seeing what you\u0027re looking for? Go to Schedule an Appointment to schedule at this department or call @MYCHART@DEPARTMENTPHONE@ to schedule.",
	"DepartmentEstablishedPatientGoToDirectOrCallSchedulingPhoneInstructions" : "Not seeing what you\u0027re looking for? Go to Schedule an Appointment to schedule at this department or call @MYCHART@SCHEDULINGPHONE@ to schedule.",
	"DepartmentEstablishedPatientLoginOrCallDepartmentInstructions" : "Not seeing what you\u0027re looking for? Log in to your @MYCHART@APPTITLE@ account to schedule at this department or call @MYCHART@DEPARTMENTPHONE@.",
	"DepartmentEstablishedPatientLoginOrCallSchedulingPhoneInstructions" : "Not seeing what you\u0027re looking for? Log in to your @MYCHART@APPTITLE@ account to schedule at this department or call @MYCHART@SCHEDULINGPHONE@.",
	"DepartmentEstablishedPatientNoSchedulingCallDepartmentInstructions" : "This department does not currently allow online scheduling for current patients. Please call @MYCHART@DEPARTMENTPHONE@ if you need to schedule an appointment.",
	"DepartmentEstablishedPatientNoSchedulingCallSchedulingPhoneInstructions" : "This department does not currently allow online scheduling for current patients. Please call @MYCHART@SCHEDULINGPHONE@ if you need to schedule an appointment.",
	"DepartmentEstablishedPatientNoSchedulingLoginOrCallDepartmentInstructions" : "Log in to your @MYCHART@APPTITLE@ account to schedule at this department or call @MYCHART@DEPARTMENTPHONE@.",
	"DepartmentEstablishedPatientNoSchedulingLoginOrCallSchedulingPhoneInstructions" : "Log in to your @MYCHART@APPTITLE@ account to schedule at this department or call @MYCHART@SCHEDULINGPHONE@.",
	"DepartmentLinkWithProvider" : "@MYCHART@DEPARTMENTLINK@ with @MYCHART@PROVIDER@",
	"DepartmentNewPatientNoSchedulingCallDepartmentInstructions" : "This department does not currently allow online scheduling for new patients. Please call @MYCHART@DEPARTMENTPHONE@ if you need to schedule an appointment.",
	"DepartmentNewPatientNoSchedulingCallSchedulingPhoneInstructions" : "This department does not currently allow online scheduling for new patients. Please call @MYCHART@SCHEDULINGPHONE@ if you need to schedule an appointment.",
	"DepartmentRequestString" : "Request an appointment at @MYCHART@DEPARTMENT@",
	"DepartmentVideoVisitLocationHeader" : "Your provider is joining from",
	"DetailedSolutionHeader" : "Scheduling option starting on @MYCHART@SOLUTIONSTARTDATE@",
	"DismissTelehealthLocationButtonText" : "Cancel",
	"DistanceAway_1" : "@MYCHART@DISTANCE@ miles",
	"DistanceAway_2" : "@MYCHART@DISTANCE@ kilometers",
	"DistanceFromHomeLabel" : "@MYCHART@DISTANCEWITHUNITS@ from home",
	"DistanceFromMeLabel" : "@MYCHART@DISTANCEWITHUNITS@ from me",
	"DistanceFromZipLabel" : "@MYCHART@DISTANCEWITHUNITS@ from @MYCHART@ZIPCODE@",
	"DistanceUnits_1" : "miles",
	"DistanceUnits_2" : "kilometers",
	"DOBVerificationPrompt" : "To confirm you know @MYCHART@PATIENTFIRSTNAME@, enter their date of birth",
	"DrivingDirectionsButton" : "Get directions",
	"DrivingDirectionsButtonTooltip" : "Open driving directions in a new window",
	"DuplicateAppointmentsErrorHardStop" : "You are unable to schedule this appointment because it looks too similar to an upcoming @MYCHART@DUPLICATEVISITTYPENAME@ on @MYCHART@DUPLICATEAPPOINTMENTDATE@.",
	"DuplicateAppointmentsErrorRequest" : "This looks similar to an upcoming @MYCHART@DUPLICATEVISITTYPENAME@ on @MYCHART@DUPLICATEAPPOINTMENTDATE@. Would you like to request an appointment instead?",
	"DuplicateAppointmentsWarning" : "This looks similar to an upcoming appointment on @MYCHART@DUPLICATEAPPOINTMENTDATE@. Do you mean to schedule another @MYCHART@DUPLICATEVISITTYPENAME@?",
	"DurationHourAndMinutes" : "(1 hour, @MYCHART@MINUTES@ minutes)",
	"DurationHours" : "(@MYCHART@HOURS@ hours)",
	"DurationHoursAndMinutes" : "(@MYCHART@HOURS@ hours, @MYCHART@MINUTES@ minutes)",
	"DurationMinutes" : "(@MYCHART@MINUTES@ minutes)",
	"DurationOneHour" : "(1 hour)",
	"EditAppointmentPreferencesLabel" : "Edit appointment preferences",
	"EditButtonString" : "Edit",
	"EditContactInformation" : "Edit contact information",
	"EditFilterLink" : "Edit",
	"EditLocationLink" : "Change location",
	"EditProviderLink" : "Change provider",
	"EmailAddressLabel" : "Email",
	"EmergencyDisclaimer" : "",
	"EmergencyDisclaimerExpanded" : "",
	"ErrorIconLabel" : "Error",
	"ErrorMessage" : "We weren\u0027t able to schedule that right now. Try picking a different time or try again later.",
	"ErrorTitle" : "Error!",
	"EstablishedPatientWarning" : "The time you selected might not be available for current patients. See your updated scheduling options below.",
	"EstimatedCopay" : "Your expected copay is @MYCHART@PAYMENTAMOUNT@",
	"EstimatedPrepay" : "Your expected prepay is @MYCHART@PAYMENTAMOUNT@.",
	"EstimatedWaitTimeInfoBubble" : "Estimated Wait Time",
	"ExistingProviderWorkflow" : "Schedule with a specific provider",
	"ExistingVideoVisitDismissButton" : "Start a new video visit",
	"ExistingVideoVisitJumpButton" : "Go to my existing video visit",
	"ExpandableFilterLabel" : "Filters",
	"ExpiredAccessCodeError" : "It looks like your invite expired. We\u0027ve put you back in line to receive a new invite if one becomes available.",
	"FifthOrMoreSlotStepTitleWithVisitType" : "Select a time for your next visit: @MYCHART@CURRENTVISITTYPEBEINGSELECTEDFORFIFTHORMORE@ ",
	"FilterGroupShowLess" : "Show less",
	"FilterGroupShowMore" : "Show more",
	"FilterGroupTitle" : "",
	"FilterGroupTitle_ClinicalInterests" : "Clinical interest: ",
	"FilterGroupTitle_Credentials" : "Provider type: ",
	"FilterGroupTitle_Gender" : "Gender: ",
	"FilterGroupTitle_IsInNetwork" : "Insurance: ",
	"FilterGroupTitle_Languages" : "Language: ",
	"FilterGroupTitle_PatientAge" : "Cares for: ",
	"FilterPatientAgeOptions" : "",
	"FilterPatientAgeOptions_Adolescents" : "Adolescents (12 to 17 years)",
	"FilterPatientAgeOptions_Children" : "Children (0 to 11 years)",
	"FilterSectionHeaderDatesAndTimes" : "Date \u0026 Time",
	"FilterSectionHeaderSelections" : "Search Criteria",
	"FilterSectionRefineSearchHeader" : "Refine Search",
	"FiltersInLineHelperHeader" : "Want to see all providers?",
	"FiltersInLineHelperText" : "If you\u0027re not seeing who you expect, try clearing your filters.",
	"FindADoctorHeader" : "Find a Doctor",
	"FinderWorkflow" : "Find a provider or location",
	"FinderWorkflowHelpText" : "Search by specialty, condition, or name",
	"FirstSlotStepTitleWithVisitType" : "Select a time for your first visit: @MYCHART@CURRENTVISITTYPEBEINGSELECTEDFORFIRST@ ",
	"FourthSlotStepTitleWithVisitType" : "Select a time for your fourth visit: @MYCHART@CURRENTVISITTYPEBEINGSELECTEDFORFOURTH@ ",
	"FromDateLabel" : "From",
	"FullAccessLinkInfoBubble" : "Full Access",
	"GenericAgeAndSexVTMWarning" : "The patient\u0027s age and sex might affect the availability of this appointment.",
	"GenericAgeVTMWarning" : "The patient\u0027s age might affect the availability of this appointment.",
	"GenericEstimatedCost" : "Your expected cost is @MYCHART@PAYMENTAMOUNT@",
	"GeolocationFiltersGroupLabel" : "Location filtering options",
	"GuestScheduleButton" : "Schedule as guest",
	"GuestTicketErrorMessage" : "This appointment cannot be scheduled. Please call your clinic at @MYCHART@SCHEDULINGPHONE@.",
	"HealthMaintenanceTopicsOtherDefaultRFV" : "Preventive Care Request",
	"HealthMaintenanceTopicsRequested" : "Preventive care requested",
	"HideRequestOptions" : "Hide request options",
	"HighAcuityWarning" : "If this is a medical emergency, call @MYCHART@EMERGENCYPHONE@ immediately",
	"HighDemandFirstLoadDescription" : "We are experiencing high demand right now.",
	"HighDemandFirstLoadInstructions" : "Please check back in a bit.",
	"HighDemandSubsequentLoadDescription" : "We could not load additional times due to very high demand.",
	"HighDemandSubsequentLoadInstructions" : "Continue with one of the times listed or check back in a bit.",
	"IncludedHiddenProviders" : "Based on the answers you\u0027ve provided, other providers are included as scheduling options for this visit",
	"IncludedHiddenProvidersNoQuestions" : "Other providers are included as scheduling options for this visit",
	"IncludedOneProvider" : "Based on the answers you\u0027ve provided, @MYCHART@INCLUDEDSCHEDULINGOPTION@ is included as a scheduling option for this visit",
	"IncludedOneProviderNoQuestions" : "@MYCHART@INCLUDEDSCHEDULINGOPTION@ is included as a scheduling option for this visit",
	"IncludedThreePlusProviders" : "Based on the answers you\u0027ve provided, @MYCHART@INCLUDEDFIRSTSCHEDULINGOPTION@ and @MYCHART@NUMBEROFOTHERSCHEDULINGOPTIONS@ other providers are included as scheduling options for this visit",
	"IncludedThreePlusProvidersNoQuestions" : "@MYCHART@INCLUDEDFIRSTSCHEDULINGOPTION@ and @MYCHART@NUMBEROFOTHERSCHEDULINGOPTIONS@ other providers are included as scheduling options for this visit",
	"IncludedTwoProviders" : "Based on the answers you\u0027ve provided, @MYCHART@INCLUDEDFIRSTSCHEDULINGOPTION@ and @MYCHART@INCLUDEDSECONDSCHEDULINGOPTION@ are included as scheduling options for this visit",
	"IncludedTwoProvidersNoQuestions" : "@MYCHART@INCLUDEDFIRSTSCHEDULINGOPTION@ and @MYCHART@INCLUDEDSECONDSCHEDULINGOPTION@ are included as scheduling options for this visit",
	"InPersonVisitButtonLabel" : "In Person",
	"InsuranceFilterOptionText" : "Accepts my insurance",
	"InsuranceVerificationStepActiveButtonLabel" : "Verify insurance",
	"InsuranceVerificationStepCompleteButtonLabel" : "Edit insurance",
	"InsuranceVerificationStepHeader" : "Verify your insurance",
	"InsuranceVerificationStepUnavailableButtonLabel" : "Insurance step not yet available",
	"InvalidAccessCodeError" : "Sorry, you don\u0027t have access to schedule this visit.",
	"InvalidZipCodeErrorMessage" : "Invalid ZIP code.",
	"JoinTicketWaitListStepHeader" : "Turn on notifications",
	"JoinTicketWaitListStepInstructions" : "Before we notify you as appointments open up, set your preferred times below.",
	"LandingPageBackButtonDescription" : "Return to the previous step",
	"LandingPageBackButtonLabel" : "Back",
	"LandingPageErrorButtonLabel" : "Go back",
	"LandingPageErrorMessage" : "You may have been directed to this page by accident.",
	"LandingPageErrorTitle" : "Something Went Wrong",
	"LandingPageOrDivider" : "OR",
	"LandingPagePostTextDescriptionNoLink" : "Call us at @MYCHART@SCHEDULINGPHONE@.",
	"LandingPagePostTextTitle" : "Need help scheduling?",
	"LandingPagePreTextExpanded" : "",
	"LandingPagePreTextTitle" : "",
	"LandingPageProcedureDescription" : "Choose a specific reason for scheduling an appointment.",
	"LandingPageProviderDescription" : "Choose a provider who matches your needs.",
	"LandingPageVideoVisitSecurityErrorMessage" : "You are not allowed to join video visits.",
	"LegalSexInfoBubble" : "Legal Sex",
	"LinksSidebarTitle" : "Related Links",
	"LoadingMessage" : "Loading...",
	"LocationName" : "",
	"LocationName_" : "",
	"LocationSelectTitle" : "Where will you be?",
	"LocationsFilterLabel" : "Locations: ",
	"LocationsNearBrowserButtonLabel" : "Near me",
	"LocationsNearHomeButtonLabel" : "Near home",
	"LocationsNearZipRadioButtonLabel_Detailed" : "Select to enter a ZIP code to use to filter nearby locations.",
	"LocationsNearZipSearchButtonLabel_Detailed" : "Select to filter to locations near the entered ZIP code.",
	"LocationsSelectedCount_Plural" : "@MYCHART@LOCATIONSCOUNT@ locations selected",
	"LocationsSelectedCount_Singular" : "1 location selected",
	"LocationStepActiveButtonLabel" : "Locations",
	"LocationStepCompleteButtonLabel" : "Edit location selection",
	"LocationStepTitle_Plural" : "Which locations work for you?",
	"LocationStepTitle_Singular" : "Which location works for you?",
	"LocationStepUnavailableButtonLabel" : "Locations not yet available",
	"LoginButton" : "Log in and schedule",
	"LoginRequestButton" : "Log in and request",
	"LookbackLocationInstructions" : "You can schedule with locations you\u0027ve seen in the past using Schedule an Appointment.",
	"LookbackProviderInstructions" : "You can schedule with providers you\u0027ve seen in the past using Schedule an Appointment.",
	"LookingForSpecificProvider" : "I\u0027m looking for someone specific",
	"MetaDescription" : "A convenient way to schedule an appointment. No login required.",
	"MetaDescription_" : "",
	"MobilePhoneLabel" : "Mobile phone",
	"MoreLabel" : "more",
	"MultiAppointmentStepSubHeader" : " - Visit @MYCHART@POSITIONINSTACK@ of @MYCHART@NUMBEROFSTEPSINSTACK@",
	"MultipleAppointmentDetailedSlotStepTitle" : "What times work for you?",
	"MultipleAppointmentSimpleSlotStepTitle" : "Select a start time",
	"MultipleAppointmentsOnboardingTitle" : "You are scheduling multiple appointments.",
	"MultipleAppointmentsTicketExpirationDate" : "Schedule these appointments by @MYCHART@EXPIRATIONDATE@",
	"NavigateToMyChart" : "Select to continue to @MYCHART@APPTITLE@ scheduling",
	"NearZipInputLabel" : "Enter ZIP",
	"NetworkErrorMessage" : "Something went wrong. Please try again later.",
	"NewPatientWarning" : "The time you selected might not be available for new patients. See your updated scheduling options below.",
	"NewProviderWorkflow" : "Find a new provider",
	"NewProviderWorkflowHelpText" : "Pick a provider from a list of specialties and locations.",
	"NoDataMessage" : "No options are available for scheduling right now. Call us at @MYCHART@SCHEDULINGPHONE@ to schedule an appointment.",
	"NoDataUseTeamsBannerText" : "Other members of your provider\u0027s team may have earlier appointments available. Do you want to add them to your search?",
	"NoDataUseTeamsButtonLabel" : "Add provider\u0027s team",
	"NoEmailAddressOnFile" : "No email on file",
	"NoFilteredSlots" : "No available times are found with your current day and time filters.",
	"NoLocationsNearBrowser" : "No locations within @MYCHART@DISTANCE@ @MYCHART@DISTANCEUNITS@.",
	"NoLocationsNearHome" : "No locations within @MYCHART@DISTANCE@ @MYCHART@DISTANCEUNITS@ of your home.",
	"NoLocationsNearZip" : "No locations within @MYCHART@DISTANCE@ @MYCHART@DISTANCEUNITS@ of @MYCHART@ZIPCODE@.",
	"NoMobilePhoneOnFile" : "No mobile phone number on file",
	"NoNewFilteredSlots" : "We found more slots that don\u0027t match your current day and time filters.",
	"NoQuestionsTitle" : "You\u0027re all set here",
	"NoSlotForBundleMessage" : "You\u0027re rescheduling an appointment that is part of a group of appointments, and we couldn\u0027t find any available times. Try a different search or call us at @MYCHART@SCHEDULINGPHONE@.",
	"NoSlotsEarlierDteOptions" : "No available times are found with your current calendar filter.",
	"NoSlotsForBundleMessageWithPhone" : "You\u0027re rescheduling an appointment that is part of a group of appointments, and we couldn\u0027t find any available times. Try a different search or call us at @MYCHART@BUNDLEPHONENUMBER@.",
	"NoSlotsForFullBundleMessage" : "You\u0027re rescheduling appointments that are part of a group of appointments, and we couldn\u0027t find any available times. Try a different search or call us at @MYCHART@SCHEDULINGPHONE@.",
	"NoSlotsForFullBundleMessageWithPhone" : "You\u0027re rescheduling appointments that are part of a group of appointments, and we couldn\u0027t find any available times. Try a different search or call us at @MYCHART@BUNDLEPHONENUMBER@.",
	"NoSlotsFromFilters" : "No available times are found with your current filters.",
	"NoSlotsThisTime" : "We can\u0027t find any openings for now.",
	"NoTicketExpectedDate" : "Complete this on or around @MYCHART@EXPECTEDDATE@.",
	"NoTicketExpirationDate" : "Complete this before @MYCHART@EXPIRATIONDATE@.",
	"NoTicketNoDate" : "Complete as directed by your provider.",
	"NotifyMeButtonLabel" : "Notify me",
	"NotifyMeButtonTitle" : "Notify me as appointments open up.",
	"NoVideoProvidersHeading" : "Selected providers are not available for a video visit in @MYCHART@PATIENTLOCATION@.",
	"NoVideoProvidersHelpText" : "There are no providers who can see you for a video visit while you are in @MYCHART@PATIENTLOCATION@.",
	"NoVideoProvidersHelpTextCanAdd" : "Include additional providers who can see you while you\u0027re in @MYCHART@PATIENTLOCATION@.",
	"NoVideoProvidersHelpTextCanAddNoLocation" : "Include additional providers who may be able to see you.",
	"NoVideoProvidersHelpTextNoLocation" : "There are no providers who can see you for a video visit.",
	"NumberOfOtherLocations" : "+@MYCHART@NUMBEROFOTHERSCHEDULINGOPTIONS@",
	"numOtherProvidersChanged" : "+@MYCHART@NUMBEROFOTHERSCHEDULINGOPTIONS@",
	"OpenSchedulingPretext" : "Choose a specialty to start looking for providers.",
	"OpenSchedulingPretextExpanded" : "",
	"OpenSchedulingSlotStepTitle" : "Select a time for your @MYCHART@REASONFORVISITTITLE@ appointment",
	"OpenSchedulingSlotStepTitle_" : "",
	"OptBackInLabel" : "Turn on",
	"OptedInTicketCardText" : "We\u0027ll notify you as more appointments open up.",
	"OptedOutTicketCardText" : "You\u0027ve turned off notifications.",
	"OptOutButtonLabel" : "Turn off",
	"OptOutButtonTitle" : "Turn off notifications.",
	"OriginalAppointmentInformation" : "Original appointment information",
	"OriginalAppointmentSelectedDescription" : "Selected appointment",
	"OriginalAppointmentTimeWithTimeZone" : "@MYCHART@ORIGAPPTTIME@ @MYCHART@ORIGAPPTTIMEZONE@",
	"OriginalProviderVT" : "@MYCHART@VISITTYPE@ with @MYCHART@PROVIDER@",
	"OriginalVT" : "@MYCHART@VISITTYPE@",
	"OSBannerDetailText" : "Due to the outbreak of COVID-19 we currently ask that you call @MYCHART@SCHEDULINGPHONE@ to schedule an appointment.",
	"OtherDepartmentRequestString" : "Request an appointment elsewhere",
	"OtherLocationHeader" : "Other",
	"OtherLocationsHeaderLabel" : "Other locations",
	"OtherProviderDescription" : "Request an appointment with a different provider.",
	"OtherProviderHeader" : "Other",
	"OtherProviderPretext" : "You can also request an appointment with a provider not listed above.",
	"OtherReasonForVisitDescription" : "Request an appointment for a type of visit not listed here",
	"OtherReasonForVisitSoloDescription" : "Request an appointment online and our staff will reach out to you",
	"OtherReasonForVisitSoloTitle" : "Request an appointment",
	"OtherReasonForVisitTitle" : "Other",
	"OtherSpecialtiesHeader" : "Other specialties",
	"OtherTicketsSectionHeader" : "Other appointments you can schedule",
	"PanelOnboardingBody" : "We\u0027ll walk you through your options and make sure that everything gets scheduled correctly:",
	"PanelOnboardingContinueLabel" : "Got it, thanks",
	"PanelOnboardingTitle" : "You are scheduling an appointment with multiple parts.",
	"PastAppointmentSubTitle" : "Most recent appointment: ",
	"PatientHasExistingVideoVisitContentMultipleProv" : "You already have a video visit scheduled today with @MYCHART@EXISTINGVVPROVIDER1@ and @MYCHART@EXISTINGVVPROVIDERCOUNT@ others. Did you mean to go to that one?",
	"PatientHasExistingVideoVisitContentNoInfo" : "You already have a video visit scheduled today. Did you mean to go to that one?",
	"PatientHasExistingVideoVisitContentOneProv" : "You already have a video visit scheduled today with @MYCHART@EXISTINGVVPROVIDER1@. Did you mean to go to that one?",
	"PatientHasExistingVideoVisitContentTwoProv" : "You already have a video visit scheduled today with @MYCHART@EXISTINGVVPROVIDER1@ and @MYCHART@EXISTINGVVPROVIDER2@. Did you mean to go to that one?",
	"PatientHasExistingVideoVisitTitle" : "Video visit already scheduled",
	"PatientLocationBannerChangeLocationButtonText" : "Change your location",
	"PatientLocationBannerCurrentLocationText" : "Showing providers for patients located in \u003cb\u003e@MYCHART@PATIENTLOCATION@\u003c/b\u003e.",
	"PatientLocationBannerDetailText" : "If you\u0027ll be somewhere else for this visit, \u003ca href=\"#\" class=\"changeLocationBtn\"\u003echange your location\u003c/a\u003e.",
	"PatientLocationBannerDetailTextNoLink" : "If you\u0027ll be somewhere else for this visit, change your location.",
	"PatientLocationBannerDetailTextNoLocation" : "Let us know \u003ca href=\"#\" class=\"changeLocationBtn\"\u003ewhere you\u0027ll be\u003c/a\u003e for this visit.",
	"PatientLocationBannerDetailTextNoLocationNoLink" : "Let us know where you\u0027ll be for this visit.",
	"PatientLocationBannerHeader" : "Will you be in @MYCHART@PATIENTLOCATION@?",
	"PatientLocationBannerHeaderNoLocation" : "Where will you be?",
	"PatientLocationBannerUpdateLocationButtonText" : "Update location",
	"PatientLocationHeader" : "You are joining from @MYCHART@PATIENTLOCATION@",
	"PatientLocationInformation" : "You will be in @MYCHART@PATIENTLOCATION@ for this video visit. If this is inaccurate, please \u003ca href=\"#\" class=\"changeLocationBtn\"\u003echange your location\u003c/a\u003e.",
	"PcpLabel" : "Primary Care Provider",
	"PcpProviderLabel" : "@MYCHART@PROVIDER@ (PCP)",
	"PickNewTimeButton" : "Pick a new time",
	"PreselectedTicketSectionHeader" : "Here\u0027s what you\u0027re scheduling",
	"ProcedureWorkflow" : "Tell us why you\u0027re coming in",
	"ProcedureWorkflowHelpText" : "Choose a specific reason for scheduling an appointment.",
	"ProviderContextAccessibleHelpText" : "You are currently scheduling with:",
	"ProviderDetailsLabel" : "@MYCHART@PROVIDER@, see more information about this provider",
	"ProviderDetailsTooltip" : "More information about this provider (opens in new window)",
	"ProviderEstablishedPatientGoToDirectOrCallDepartmentInstructions" : "Not seeing what you\u0027re looking for? Go to Schedule an Appointment to schedule with this provider or call @MYCHART@DEPARTMENTPHONE@ to schedule.",
	"ProviderEstablishedPatientGoToDirectOrCallSchedulingPhoneInstructions" : "Not seeing what you\u0027re looking for? Go to Schedule an Appointment to schedule with this provider or call @MYCHART@SCHEDULINGPHONE@ to schedule.",
	"ProviderEstablishedPatientLoginOrCallDepartmentInstructions" : "Not seeing what you\u0027re looking for? Log in to your @MYCHART@APPTITLE@ account to schedule with this provider or call @MYCHART@DEPARTMENTPHONE@.",
	"ProviderEstablishedPatientLoginOrCallSchedulingPhoneInstructions" : "Not seeing what you\u0027re looking for? Log in to your @MYCHART@APPTITLE@ account to schedule with this provider or call @MYCHART@SCHEDULINGPHONE@.",
	"ProviderEstablishedPatientNoSchedulingCallDepartmentInstructions" : "This provider does not currently allow online scheduling for current patients. Please call @MYCHART@DEPARTMENTPHONE@ if you need to schedule an appointment.",
	"ProviderEstablishedPatientNoSchedulingCallSchedulingPhoneInstructions" : "This provider does not currently allow online scheduling for current patients. Please call @MYCHART@SCHEDULINGPHONE@ if you need to schedule an appointment.",
	"ProviderEstablishedPatientNoSchedulingLoginOrCallDepartmentInstructions" : "Log in to your @MYCHART@APPTITLE@ account to schedule with this provider or call @MYCHART@DEPARTMENTPHONE@.",
	"ProviderEstablishedPatientNoSchedulingLoginOrCallSchedulingPhoneInstructions" : "Log in to your @MYCHART@APPTITLE@ account to schedule with this provider or call @MYCHART@SCHEDULINGPHONE@.",
	"ProviderFilterGroupSeparator" : "; ",
	"ProviderFinderWorkflow" : "Find a provider",
	"ProviderFinderWorkflowHelpText" : "Search by specialty, condition, or provider name",
	"ProviderNewPatientNoSchedulingCallDepartmentInstructions" : "This provider does not currently allow online scheduling for new patients. Please call @MYCHART@DEPARTMENTPHONE@ if you need to schedule an appointment.",
	"ProviderNewPatientNoSchedulingCallSchedulingPhoneInstructions" : "This provider does not currently allow online scheduling for new patients. Please call @MYCHART@SCHEDULINGPHONE@ if you need to schedule an appointment.",
	"ProviderSelectionActionText" : "Select all providers you would like to see times for.",
	"ProvidersFilterLabel" : "Providers: ",
	"ProvidersSelectedCount_Plural" : "@MYCHART@PROVIDERSCOUNT@ providers selected",
	"ProvidersSelectedCount_Singular" : "1 provider selected",
	"ProviderStepActiveButtonLabel" : "Providers",
	"ProviderStepCompleteButtonLabel" : "Edit provider selection",
	"ProviderStepHeader" : "Who do you want to see?",
	"ProviderStepUnavailableButtonLabel" : "Providers not yet available",
	"QuestionnaireEditLink" : "Retake questionnaire",
	"QuestionnaireEvaluationErrorMessage" : "The responses provided could not be evaluated at this time - you may need to provide responses at a later time.",
	"QuestionnaireFinishedMessage" : "You answered all questions.",
	"QuestionnaireStepActiveButtonLabel" : "Questions",
	"QuestionnaireStepCompleteButtonLabel" : "Edit question answers",
	"QuestionnaireStepTitle" : "First, we need some information",
	"QuestionnaireStepTitleCollapsed" : "We\u0027ve updated your scheduling options",
	"QuestionnaireStepUnavailableButtonLabel" : "Questions not yet available",
	"ReasonForVisitDescription" : "",
	"ReasonForVisitFilterLabel" : "Reason for Visit: ",
	"ReasonForVisitPhotoUrl" : "",
	"ReasonForVisitPhotoUrl_" : "",
	"ReasonForVisitPretext" : "",
	"ReasonForVisitStepActiveButtonLabel" : "Reason for visit",
	"ReasonForVisitStepCompleteButtonLabel" : "Edit reason for visit selection",
	"ReasonForVisitStepHeader" : "What kind of appointment are you looking for?",
	"ReasonForVisitStepPretextExpanded" : "",
	"ReasonForVisitStepUnavailableButtonLabel" : "Reason for visit not yet available",
	"ReasonsForFastPassPrompt" : "Do any of the following apply to your situation?",
	"RefreshSlotsButtonCaption" : "Pick a new time",
	"RemoveSchedulingFavorite" : "Remove this from your scheduling favorites",
	"RemoveSchedulingFavoriteConfirmation" : "Are you sure you want to remove this scheduling favorite?",
	"RemoveSchedulingFavoriteDetailed" : "Remove @MYCHART@SCHEDULINGFAVORITETITLE@ from your scheduling favorites",
	"RemoveSchedulingFavoritePopupTitle" : "Remove favorite?",
	"RequestableProvidersLinkMultiplePairs" : "Request an appointment",
	"RequestableProvidersLinkSinglePair" : "Request an appointment",
	"RequestableProvidersTitle" : "Need help scheduling?",
	"RequestActionBannerHelpText" : "Request an appointment at a time not listed here.",
	"RequestAppointmentDescription" : "For all other appointment types.",
	"RequestAppointmentTitle" : "Request Other Appointment",
	"RequestButton" : "Send request",
	"RequestButtonTooltip" : "Request an appointment",
	"RequestCommentPrompt" : "What is the most important thing you want addressed during this visit?",
	"RequestDateTBD" : "Date and time to be determined",
	"RequestErrorButtonLabel" : "Okay",
	"RequestErrorMessage" : "We weren\u0027t able to request that right now - try again later.",
	"RequestErrorTitle" : "Error!",
	"RequestFinishedBody" : "We have received your request and will contact you about scheduling your appointment. If you have further questions, you can contact us at @MYCHART@SCHEDULINGPHONE@.",
	"RequestFinishedTitle" : "Your appointment request has been submitted",
	"RequestLocationLabel" : "Location:",
	"RequestOtherProviderLabel" : "Requested provider",
	"RequestOtherRfvLabel" : "Reason for visit",
	"RequestPreferredDatesLabel" : "Preferred dates",
	"RequestPreferredTimesLabel" : "Preferred times",
	"RequestProviderOther" : "@MYCHART@REASONFORVISIT@ Scheduling Request",
	"RequestProviderRfv" : "@MYCHART@REASONFORVISIT@ with @MYCHART@PROVIDER@",
	"RequestReasonsPrompt" : "Why are you requesting this visit?",
	"RequestSchedulerMessage" : "A scheduler will review this request",
	"RequestStepActiveButtonLabel" : "Send appointment request",
	"RequestStepTitle" : "Does everything look correct?",
	"RequestStepUnavailableButtonLabel" : "Send appointment request not yet available",
	"RequestViewerButtonOthers" : "All others with access to @MYCHART@PATIENT@ at this time",
	"RequestViewerButtonSelf" : "Myself (@MYCHART@PROXY@)",
	"RequestViewerSelectPrompt" : "The following people will be able to view this request online",
	"RequestViewersListDelimiter" : ", ",
	"RescheduleReasonPrompt" : "Why do you want to reschedule this appointment?",
	"RescheduleStepTitle" : "New appointment information",
	"RescheduleTitle" : "Reschedule Appointment",
	"ReschedulingRedirectMessage" : "If you leave this page, your appointment will not be rescheduled. You will keep your original appointment time.",
	"ReservationExpirationBlurb" : "This appointment time is reserved for you until @MYCHART@RESERVATIONEXPIRATIONTIME@.",
	"ReservationStepBackLink" : "Pick a new time",
	"ReservationStepTitle" : "Let\u0027s get that scheduled for you",
	"ReserveSlotFailMessage" : "That time is no longer available due to high demand.",
	"ReserveSlotFailTitle" : "Time unavailable",
	"RetakeQuestionnairePopupBody" : "If you retake the questionnaire you will lose all answers and restart from the beginning. Do you want to continue?",
	"RetakeQuestionnairePopupCancel" : "Cancel",
	"RetakeQuestionnairePopupConfirmation" : "Retake questionnaire",
	"RetakeQuestionnairePopupTitle" : "Answers will be lost",
	"RetryButtonLabel" : "Try again",
	"RetryButtonLabelForScreenReader" : "Retry search for available appointments",
	"RetryLoadMessage" : "We\u0027re having a little trouble fetching appointment times.",
	"ReturnToSchedulingButtonLabel" : "Return to scheduling",
	"ReturnToSchedulingButtonTitle" : "Go back to the scheduling page",
	"SavedLocationNotAvailable" : "The location you saved is not available. Please choose another location.",
	"SavedProviderNotAvailable" : "The provider you saved is not available. Please choose another provider.",
	"ScheduleAppointmentButton" : "Schedule appointment",
	"ScheduleButton" : "Schedule it",
	"ScheduleButtonLabel" : "Schedule",
	"ScheduleButtonSeparator" : "OR",
	"ScheduleButtonTooltip" : "Schedule this appointment",
	"ScheduledAppointmentSubTitle" : "Upcoming appointments",
	"ScheduledAppointmentTime" : "Starts at @MYCHART@APPOINTMENTTIME@",
	"ScheduledAppointmentTimeWithTimeZone" : "Starts at @MYCHART@APPOINTMENTTIMEWITHTIMEZONE@ @MYCHART@APPOINTMENTTIMEZONE@",
	"ScheduledAppointmentTitlePlural" : "There are @MYCHART@SCHEDULEDAPPOINTMENTCOUNT@ appointments scheduled for @MYCHART@SCHEDULEDAPPOINTMENTNAME@.",
	"ScheduledAppointmentTitleSingular" : "There is one appointment scheduled for @MYCHART@SCHEDULEDAPPOINTMENTNAME@.",
	"ScheduleErrorButtonLabel" : "Okay",
	"ScheduleErrorMessage" : "",
	"ScheduleErrorMessage_20" : "",
	"ScheduleErrorMessage_25" : "",
	"ScheduleErrorMessage_49" : "",
	"ScheduleErrorMessage_6" : "",
	"ScheduleErrorTitle" : "Oops!",
	"ScheduleInDirectButtonText" : "Go to Schedule an Appointment",
	"ScheduleNowButtonLabel" : "Schedule now",
	"ScheduleNowButtonLabelDetailed" : "Schedule @MYCHART@SCHEDULENOWAPPOINTMENTTITLE@",
	"ScheduleWarning" : "",
	"ScheduleWarning_provoutofnetwork" : "This provider does not belong to your network. The copay amount might be higher because of this.",
	"ScheduleWarning_referralrequired" : "This visit requires a referral. The copay amount shown might be higher because of this.",
	"ScheduleWarning_servicenotcovered" : "This service is not covered. The copay amount shown might be higher because of this.",
	"SchedulingFavoriteCheckboxLabel" : "Favorite this appointment to easily schedule again later",
	"SchedulingFavoritesSectionHeader" : "Favorites",
	"SchedulingLimitErrorPretext" : "You\u0027ve reached the limit of how many appointments you can schedule online at this time. If you would like to schedule an appointment, please call @MYCHART@SCHEDULINGPHONENUMBER@.",
	"SchedulingLimitErrorPretextNoPhone" : "You\u0027ve reached the limit of how many appointments you can schedule online at this time. If you would like to schedule an appointment, please call @MYCHART@SCHEDULINGPHONE@.",
	"SchedulingLimitErrorTitle" : "Appointment Limit Reached",
	"SchedulingPageLoadingMessage" : "Gathering scheduling options...",
	"SchedulingRedirectCancel" : "Continue scheduling",
	"SchedulingRedirectConfirm" : "Leave page",
	"SchedulingRedirectMessage" : "If you leave this page, you will lose your progress. Your appointment will not be scheduled.",
	"SchedulingRedirectTitle" : "Appointment not scheduled",
	"SchedulingStoppedPretext" : "There may not be a need to schedule this kind of visit, or you might need to call to schedule some of the visits.",
	"SchedulingStoppedTitle" : "Appointment Cannot be Scheduled",
	"SchedulingTicketDescription" : "Use a ticket we have sent you to schedule a specific appointment.",
	"SchedulingTicketStoppedPretext" : "We are currently unable to schedule this appointment online. Call the clinic at @MYCHART@SCHEDULINGPHONE@ to schedule your appointment.",
	"SchedulingTicketTitle" : "Use a Scheduling Ticket",
	"SchedulingWaitListCheckboxLabel" : "Notify me if earlier appointments open up",
	"SchedulingWarningsHeader" : "Messages",
	"SearchMoreDays" : "Search more days",
	"SearchPriorityEarliestText" : "Earliest",
	"SearchPriorityPrompt" : "Search priority:",
	"SearchPrioritySameDayText" : "Same day",
	"SecondSlotStepTitleWithVisitType" : "Select a time for your second visit: @MYCHART@CURRENTVISITTYPEBEINGSELECTEDFORSECOND@ ",
	"SeeAvailableTimes" : "See available appointment times",
	"SeeMoreSlotsOnThisDayAccessibleDescription" : "See more slots on this day.",
	"SeeMoreSlotsOnThisDayButtonText" : "...",
	"SeeMoreTimesHeading" : "Want to see more times?",
	"SelectedDateTime" : "@MYCHART@SELECTEDDATE@ @MYCHART@SELECTEDTIME@",
	"SelectedLocations" : "@MYCHART@LOCATION1@ and @MYCHART@LOCATION2@",
	"SelectedProviderNotAvailable" : "The provider you selected is not available for online scheduling. You can choose another provider or call @MYCHART@SCHEDULINGPHONE@ to schedule.",
	"SelectGroupedSolutionLabelDetailed" : "Continue scheduling this appointment",
	"SelectLocationPrompt" : "Select a Location",
	"SelectSolutionLabel" : "Continue",
	"SelectUngroupedSolutionLabelDetailed" : "Continue scheduling these appointments",
	"SetPreferencesFailedMessage" : "An error occurred while setting appointment preferences. Try again later.",
	"ShowAllLocationsButton" : "Show more locations",
	"ShowAllLocationsHeader" : "Show times at other locations?",
	"ShowAllLocationsHelpText" : "Expand your search to show more locations that may meet your needs.",
	"ShowAllProvidersButton" : "Show more providers",
	"ShowAllProvidersHeader" : "Show times with other providers?",
	"ShowAllProvidersHelpText" : "Expand your search to show more providers that may meet your needs.",
	"ShowingLocationsNearHomeAddressLabel" : "Showing locations near @MYCHART@STREETADDRESS@",
	"ShowOneApptAtATimeButton" : "Select times individually",
	"ShowOneApptAtATimeHeading" : "Want more flexibility?",
	"ShowOneApptAtATimeHelpText" : "You are currently selecting all appointment times at once. Do you want to select times individually instead?",
	"ShowOutOfNetworkProvidersButton" : "Show more providers",
	"ShowOutOfNetworkProvidersHeader" : "Show times with other providers?",
	"ShowOutOfNetworkProvidersHelpText" : "Expand your search to show more providers that may not accept your insurance.",
	"ShowPickAllViewButton" : "View times",
	"ShowPickAllViewHeading" : "Want to select all appointment times at once?",
	"ShowPickAllViewHelpText" : "You are currently selecting a time for one appointment. Do you want to select all appointment times at once instead?",
	"SidebarEVisitButtonToolTip" : "Complete an @MYCHART@BrandEVisit@",
	"SidebarEVisitButtonToolTipNoMnemonic" : "Complete an E-Visit",
	"SidebarEVisitLink" : "@MYCHART@BrandEVisit@",
	"SidebarEVisitLinkNoMnemonic" : "E-Visit",
	"SidebarHubButtonToolTip" : "Go back to the scheduling home page",
	"SidebarHubLink" : "Scheduling Homepage",
	"SidebarOnMyWayLink" : "Find care now",
	"SidebarOnMyWayTooltip" : "Find care close to your location",
	"SidebarPretext" : "",
	"SidebarRequestButtonToolTip" : "Request an appointment",
	"SidebarRequestLink" : "Request an appointment",
	"SidebarVideoVisitButtonToolTip" : "Schedule a video visit",
	"SidebarVideoVisitLink" : "@MYCHART@BrandVideoVisits@",
	"SidebarVideoVisitLinkNoMnemonic" : "On-Demand Video Visit",
	"SignupButtonLabel" : "Sign up now",
	"SignupHeader" : "Get a @MYCHART@APPTITLE@ Account",
	"SignupPrompt" : "Sign up for @MYCHART@APPTITLE@ to keep track of your expected visit. Note that during signup, we will verify your identity using questions from a third-party system.",
	"SimpleSlot" : "@MYCHART@SIMPLESLOTTIME@",
	"SimpleSlotWithDate" : "@MYCHART@SIMPLESLOTWITHDATETIME@ on @MYCHART@SIMPLESLOTWITHDATEDATE@",
	"SimpleSlotWithDateAndTimeZone" : "@MYCHART@SIMPLESLOTWITHDATEANDTIMEZONETIME@ @MYCHART@SIMPLESLOTWITHDATEANDTIMEZONETIMEZONE@ on @MYCHART@SIMPLESLOTWITHDATEANDTIMEZONEDATE@",
	"SimpleSlotWithTimeZone" : "@MYCHART@SIMPLESLOTWITHTIMEZONETIME@ @MYCHART@SIMPLESLOTWITHTIMEZONETIMEZONE@",
	"SlotListAccessibleDescription" : "Days of available time slots",
	"SlotNoDataWithPhoneMessage" : "No available times are found. Try a different search or call us at \u003ca dir=\u0027ltr\u0027 href=\u0027tel:@MYCHART@PHONENUMBER@\u0027\u003e@MYCHART@PHONENUMBER@\u003c/a\u003e.",
	"SlotSelectionSummaryDetailed" : "Appointments being scheduled",
	"SlotSelectionSummarySelectTimeLabel" : "Select a time",
	"SlotsLoadAccessibilityAlert" : "New time slots have loaded. Focus might have reset.",
	"SlotsLoadingMessage" : "Finding available times...",
	"SlotsLoadingMoreMessage" : "Looking for more options...",
	"SlotsNoDataJoinTicketWaitListHeader" : "No available times are found",
	"SlotsNoDataJoinTicketWaitListMessage" : "Turn on notifications to be alerted as times become available or call us at @MYCHART@SCHEDULINGPHONE@.",
	"SlotsNoDataJoinTicketWaitListMessageWithPhone" : "Turn on notifications to be alerted as times become available or call us at \u003ca dir=\u0027ltr\u0027 href=\u0027tel:@MYCHART@PHONENUMBER@\u0027\u003e@MYCHART@PHONENUMBER@\u003c/a\u003e.",
	"SlotsNoDataMessage" : "No available times are found. Try a different search or call us at @MYCHART@SCHEDULINGPHONE@.",
	"SlotsNoDataMessageInSelfTriage" : "No available times are found. We have received your request and will contact you about scheduling your request.",
	"SlotsNoDataMessageInSelfTriageWithPhone" : "No available times are found. We have received your request and will contact you about scheduling your request or you can call us at @MYCHART@SELFTRIAGEPHONENUMBER@.",
	"SlotsNoInPersonProvidersMessage" : "The selected providers are not available for in person visits.",
	"SlotsNoTelephoneProvidersMessage" : "The selected providers are not available for telephone visits.",
	"SlotsNoVideoProvidersMessage" : "The selected providers are not available for video visits.",
	"SlotStepRequestOnlyTitle" : "Where should this appointment request be sent?",
	"SlotStepStandingOrderTitle" : "It\u0027s time to schedule your next appointment. What time works for you?",
	"SlotStepTitle" : "What time works for you?",
	"SlotStepTitleScreenReaderHelperForFirst" : "Navigate backwards if you would like to see the order of visits ",
	"SlotStepTitleScreenReaderHelperForSecondOrMore" : "Navigate backwards if you would like to see the order of visits or to edit prior visits",
	"SolutionAlertMultipleDates" : "Appointments will be scheduled on multiple days.",
	"SolutionAlertMultipleLocations" : "Appointments will be scheduled at multiple locations.",
	"SolutionListSeparator" : ", ",
	"SpecialtiesListDelimiter" : ", ",
	"SpecialtyDescription" : "",
	"SpecialtyDescription_" : "",
	"SpecialtyFilterLabel" : "Specialty: ",
	"SpecialtyPhotoUrl" : "",
	"SpecialtyPhotoUrl_" : "",
	"SpecialtyStepActiveButtonLabel" : "Specialty",
	"SpecialtyStepCompleteButtonLabel" : "Edit specialty selection",
	"SpecialtyStepHeader" : "What specialty are you looking for?",
	"SpecialtyStepPretextExpanded" : "",
	"SpecialtyStepUnavailableButtonLabel" : "Specialty not yet available",
	"SplashPageBackButtonLink" : "",
	"SplashPageBackButtonText" : "",
	"StartOverButton" : "Start over",
	"StartOverButtonString" : "Start over",
	"StateOrTerritory" : "State, province, or territory",
	"SubjectHasExistingXOrgVideoVisitUnverifiedProxy" : "An on-demand video visit is already scheduled. You should have been redirected to the visit details page.",
	"SubwayAppointmentWithTime" : "@MYCHART@SUBWAYAPPOINTMENTTIME@ - @MYCHART@SUBWAYAPPOINTMENTTITLE@",
	"SubwayAppointmentWithTimeAndTimeZone" : "@MYCHART@SUBWAYAPPOINTMENTWITHTZTIME@ @MYCHART@SUBWAYAPPOINTMENTWITHTZTIMEZONE@ - @MYCHART@SUBWAYAPPOINTMENTWITHTZTITLE@",
	"SummaryHeaderBack" : "Back",
	"SummaryRequestTitle" : "Send appointment request",
	"SummarySidebarLocationsTitle" : "Locations",
	"SummarySidebarProvidersTitle" : "Providers",
	"SummarySidebarQuestionnaireTitle" : "Questionnaire",
	"SummarySidebarReasonForVisitTitle" : "Reason for visit",
	"SummarySidebarRequestTitle" : "Send appointment request",
	"SummarySidebarSpecialtyTitle" : "Specialty",
	"SummarySidebarTelehealthLocationTitle" : "Location",
	"SummarySidebarTelehealthOrganizationTitle" : "Organizations",
	"SummarySidebarTimeTitle" : "Time",
	"SummarySidebarTitle" : "Summary",
	"SummaryVerificationTitle" : "Verify and schedule",
	"SyncLimitReachedDescription" : "We are unable to schedule this appointment at the moment.",
	"SyncLimitReachedInstructions" : "Please try again tomorrow.",
	"TeamsHelpText" : "Include other members of this provider\u0027s team to increase the number of available times.",
	"TelehealthCountry" : "Country",
	"TelehealthLocationNeeded" : "To confirm you can schedule a video visit, we need to know where you\u0027ll be during the visit.",
	"TelehealthLocationStepActiveButtonLabel" : "Locations",
	"TelehealthLocationStepCompleteButtonLabel" : "Edit location selection",
	"TelehealthLocationStepUnavailableButtonLabel" : "Locations not yet available",
	"TelehealthModeSelectionLabel" : "Type of visit",
	"TelehealthModesGroupLabel" : "Type of visit options",
	"TelehealthOrganizationStepActiveButtonLabel" : "Organizations",
	"TelehealthOrganizationStepCompleteButtonLabel" : "Edit organization selection",
	"TelehealthOrganizationStepUnavailableButtonLabel" : "Organizations not yet available",
	"TelehealthPhysicalLocationInstructions" : "Select a location that is convenient for you to attend future in-person appointments. You will not go to the selected location in person for this appointment.",
	"TelehealthPlatformStepActiveButtonLabel" : "Connect using",
	"TelehealthPlatformStepCompleteButtonLabel" : "Edit connect using",
	"TelehealthPlatformStepUnavailableButtonLabel" : "Connect using step not yet available",
	"TelehealthProviderStepActiveButtonLabel" : "Providers",
	"TelehealthProviderStepCompleteButtonLabel" : "Edit provider selection",
	"TelehealthProviderStepUnavailableButtonLabel" : "Providers not yet available",
	"TelemedicineAnonymousVerificationStepActiveButtonLabel" : "Review",
	"TelemedicineAnonymousVerificationStepUnavailableButtonLabel" : "Review not yet available",
	"TelemedicineVerificationStepActiveButtonLabel" : "Summary",
	"TelemedicineVerificationStepUnavailableButtonLabel" : "Summary not yet available",
	"TelephoneVisitButtonLabel" : "Telephone",
	"TelephoneVisitHeader" : "Telephone Visit",
	"ThirdSlotStepTitleWithVisitType" : "Select a time for your third visit: @MYCHART@CURRENTVISITTYPEBEINGSELECTEDFORTHIRD@ ",
	"TicketBundleTitle" : "Appointment group",
	"TicketDetailDelimiter" : ", ",
	"TicketExpectedDate" : "Schedule this appointment to take place on or around @MYCHART@EXPECTEDDATE@.",
	"TicketExpectedDateShorthand" : "@MYCHART@EXPECTEDDATE@ or after",
	"TicketExpirationDate" : "Schedule this appointment to take place before @MYCHART@EXPIRATIONDATE@.",
	"TicketExpirationDateShorthand" : "@MYCHART@EXPIRATIONDATE@ or before",
	"TicketFiveOrLessOrders" : "@MYCHART@ORDERLIST@",
	"TicketNoDate" : "Schedule this appointment as directed by your provider.",
	"TicketOrderDentalDisplayNameMultiple" : "@MYCHART@ORDERNAMEMULTIPLE@ (Teeth: @MYCHART@ORDERTEETH@)",
	"TicketOrderDentalDisplayNameSingle" : "@MYCHART@ORDERNAMESINGLE@ (Tooth @MYCHART@ORDERTOOTH@)",
	"TicketOrderingDate" : "Requested @MYCHART@ORDEREDDATE@",
	"TicketOrderingProvider" : "Requested by @MYCHART@ORDERINGPROVIDER@",
	"TicketOrderingProviderAndDate" : "Requested @MYCHART@ORDEREDDATE@ by @MYCHART@ORDERINGPROVIDER@",
	"TicketOrderingTwoOrMoreProviders" : "Requested by @MYCHART@ORDERINGPROVIDER@ and others",
	"TicketOrderingTwoOrMoreProvidersAndDate" : "Requested @MYCHART@ORDEREDDATE@ by @MYCHART@ORDERINGPROVIDER@ and others",
	"TicketProvidersListOthers" : ", and others",
	"TicketScheduleWithSingleProviderOrPool" : "With @MYCHART@PROVIDER@",
	"TicketScheduleWithTwoOrMoreLocations" : "@MYCHART@NUMBEROFLOCATIONS@ available locations",
	"TicketScheduleWithTwoOrMoreProviders" : "@MYCHART@NUMBEROFPROVIDERS@ available providers",
	"TicketSectionHeader" : "Ready to schedule",
	"TicketSixOrMoreOrders" : "@MYCHART@ORDERLIST@ + @MYCHART@NUMBEROFREMAININGORDERS@ others.",
	"TicketStandingInfiniteMedicationOrder" : "Schedule as needed",
	"TicketStandingOrderAppointmentsAvailableLimit" : "@MYCHART@APPOINTMENTSAVAILABLELIMIT@ appointments to schedule",
	"TicketStandingOrderOccurrencesCounter" : "@MYCHART@STANDINGOCCURRENCENUMBER@ of @MYCHART@ORIGINALSTANDINGOCCURRENCES@",
	"TimesLabel" : "Times:",
	"TimeStepActiveButtonLabel" : "Time",
	"TimeStepCompleteButtonLabel" : "Edit time selection",
	"TimeStepUnavailableButtonLabel" : "Time not yet available",
	"Title" : "Schedule an Appointment",
	"ToDateLabel" : "To",
	"TooManyAppointmentsErrorMessage" : "You\u0027ve reached the limit of how many appointments you can schedule at this time. Please try again later.",
	"UpcomingAppointmentSubTitle" : "Next scheduled appointment: ",
	"UpdateTicketWaitListPreferencesButtonLabel" : "Update preferences",
	"UpdateTicketWaitListPreferencesButtonTitle" : "Update your notification preferences.",
	"UseTeamsCheckbox" : "Add provider\u0027s team",
	"VerificationStepActiveButtonLabel" : "Verify and schedule",
	"VerificationStepConfirmation" : "Schedule",
	"VerificationStepHeader" : "Confirm your appointment details",
	"VerificationStepInsuranceConfirmation" : "Insurance",
	"VerificationStepPersonalInformationConfirmation" : "Personal Information",
	"VerificationStepUnavailableButtonLabel" : "Verify and schedule not yet available",
	"VideoVisitButtonLabel" : "Video",
	"VideoVisitHeader" : "Video Visit",
	"VideoVisitInformation" : "This is a video visit - once your appointment is scheduled, please make sure your webcam is working.",
	"VideoVisitNoLicensureStoppedPretext" : "Video visits are not available. There are no licensed providers available at the selected location.",
	"VideoVisitStoppedPretext" : "Video visits are currently not available. Please try again later or schedule an appointment.",
	"VideoVisitStoppedTitle" : "Video visits are not available",
	"VideoVisitTitle" : "@MYCHART@BrandVideoVisits@",
	"VideoVisitTitleNoMnemonic" : "On-Demand Video Visits",
	"ViewResultsLabel" : "View results (@MYCHART@PROVIDERRESULTSCOUNT@)",
	"VisitTypeCustomStepContinueButton" : "Continue",
	"VisitTypeCustomStepHeader" : "Additional Information",
	"VisitTypeCustomStepString" : "",
	"VTMSchedulingDeniedErrorMessage" : "We weren\u0027t able to schedule this appointment right now. Please call us at @MYCHART@SCHEDULINGPHONE@ to schedule an appointment.",
	"VTMWarningDepMaxAndUnder" : "This location doesn\u0027t see patients age @MYCHART@MAXIMUMAGE1@ and under.",
	"VTMWarningDepMaxAndUnderWithMinAndOver" : "This location doesn\u0027t see patients age @MYCHART@MAXIMUMAGE1@ and under or patients age @MYCHART@MINIMUMAGE2@ and over.",
	"VTMWarningDepMaxAndUnderWithMinToMax" : "This location doesn\u0027t see patients age @MYCHART@MAXIMUMAGE1@ and under or patients age @MYCHART@MINIMUMAGE2@ to @MYCHART@MAXIMUMAGE2@.",
	"VTMWarningDepMinAndOver" : "This location doesn\u0027t see patients age @MYCHART@MINIMUMAGE1@ and over.",
	"VTMWarningDepMinToMax" : "This location doesn\u0027t see patients age @MYCHART@MINIMUMAGE1@ to @MYCHART@MAXIMUMAGE1@.",
	"VTMWarningDepMinToMaxWithMinAndOver" : "This location doesn\u0027t see patients age @MYCHART@MINIMUMAGE1@ to @MYCHART@MAXIMUMAGE1@ or patients age @MYCHART@MINIMUMAGE2@ and over.",
	"VTMWarningDepMinToMaxWithMinToMax" : "This location doesn\u0027t see patients age @MYCHART@MINIMUMAGE1@ to @MYCHART@MAXIMUMAGE1@ or patients age @MYCHART@MINIMUMAGE2@ to @MYCHART@MAXIMUMAGE2@.",
	"VTMWarningProvMaxAndUnder" : "This provider doesn\u0027t see patients age @MYCHART@MAXIMUMAGE1@ and under.",
	"VTMWarningProvMaxAndUnderWithMinAndOver" : "This provider doesn\u0027t see patients age @MYCHART@MAXIMUMAGE1@ and under or patients age @MYCHART@MINIMUMAGE2@ and over.",
	"VTMWarningProvMaxAndUnderWithMinToMax" : "This provider doesn\u0027t see patients age @MYCHART@MAXIMUMAGE1@ and under or patients age @MYCHART@MINIMUMAGE2@ to @MYCHART@MAXIMUMAGE2@.",
	"VTMWarningProvMinAndOver" : "This provider doesn\u0027t see patients age @MYCHART@MINIMUMAGE1@ and over.",
	"VTMWarningProvMinToMax" : "This provider doesn\u0027t see patients age @MYCHART@MINIMUMAGE1@ to @MYCHART@MAXIMUMAGE1@.",
	"VTMWarningProvMinToMaxWithMinAndOver" : "This provider doesn\u0027t see patients age @MYCHART@MINIMUMAGE1@ to @MYCHART@MAXIMUMAGE1@ or patients age @MYCHART@MINIMUMAGE2@ and over.",
	"VTMWarningProvMinToMaxWithMinToMax" : "This provider doesn\u0027t see patients age @MYCHART@MINIMUMAGE1@ to @MYCHART@MAXIMUMAGE1@ or patients age @MYCHART@MINIMUMAGE2@ to @MYCHART@MAXIMUMAGE2@.",
	"VTMWarningVTMaxAndUnder" : "This appointment can\u0027t be scheduled for patients age @MYCHART@MAXIMUMAGE1@ and under.",
	"VTMWarningVTMaxAndUnderWithMinAndOver" : "This appointment can\u0027t be scheduled for patients age @MYCHART@MAXIMUMAGE1@ and under or patients age @MYCHART@MINIMUMAGE2@ and over.",
	"VTMWarningVTMaxAndUnderWithMinToMax" : "This appointment can\u0027t be scheduled for patients age @MYCHART@MAXIMUMAGE1@ and under or patients age @MYCHART@MINIMUMAGE2@ to @MYCHART@MAXIMUMAGE2@.",
	"VTMWarningVTMinAndOver" : "This appointment can\u0027t be scheduled for patients age @MYCHART@MINIMUMAGE1@ and over.",
	"VTMWarningVTMinToMax" : "This appointment can\u0027t be scheduled for patients age @MYCHART@MINIMUMAGE1@ to @MYCHART@MAXIMUMAGE1@.",
	"VTMWarningVTMinToMaxWithMinAndOver" : "This appointment can\u0027t be scheduled for patients age @MYCHART@MINIMUMAGE1@ to @MYCHART@MAXIMUMAGE1@ or patients age @MYCHART@MINIMUMAGE2@ and over.",
	"VTMWarningVTMinToMaxWithMinToMax" : "This appointment can\u0027t be scheduled for patients age @MYCHART@MINIMUMAGE1@ to @MYCHART@MAXIMUMAGE1@ or patients age @MYCHART@MINIMUMAGE2@ to @MYCHART@MAXIMUMAGE2@.",
	"WaitListConfirmationPageBody" : "We\u0027ll notify you as availability opens up for this appointment using the contact information below.",
	"WaitListConfirmationPageHeader" : "Thanks, we\u0027ll be in touch",
	"WaitListConfirmationPageTitle" : "Confirmation",
	"WarningIconLabel" : "Warning",
	"WorkflowProviderRfvTitle" : "@MYCHART@REASONFORVISIT@ with @MYCHART@PROVIDER@",
	"WorkflowStepErrorButtonLabel" : "Start over",
	"WorkflowStepErrorMessage" : "We couldn\u0027t schedule your appointment at this time. Please try again.",
	"WorkflowStepErrorTitle" : "Something Went Wrong",
});
$$WP.Strings.getNamespace("scheduling.autowaitlist").addStrings( {
	"AppointmentDetailsHeader" : "You can move this appointment to an earlier time.",
	"ExistingAppointmentHeader" : "Move your @MYCHART@VISITTYPEFOREXISTING@ to an earlier time.",
	"ExistingAppointmentHeaderMultiple" : "Move one or more appointments to earlier times.",
	"ExistingAppointmentHeaderUpcoming" : "You might want to move your @MYCHART@VISITTYPEFOREXISTINGUPCOMING@ to an earlier time.",
	"ExistingAppointmentHeaderUpcomingMultiple" : "You might want to move one or more appointments to earlier times.",
	"JSButtonClose" : "Close",
	"JSMessageDefault" : "Please refresh the page and try again. If this problem persists, please contact customer service.",
	"JSMessageErrorAccept" : "Please refresh the page and try again. If this problem persists, please contact customer service.",
	"JSMessageErrorAcceptAccepted" : "This offer has already been accepted.",
	"JSMessageErrorAcceptActive" : "Please refresh the page and try again. If this problem persists, please contact customer service.",
	"JSMessageErrorAcceptDeclined" : "This offer has already been declined.",
	"JSMessageErrorAcceptExpired" : "This offer has already expired.",
	"JSMessageErrorAcceptUnavailable" : "This offer is no longer available.",
	"JSMessageErrorDecline" : "Please refresh the page and try again. If this problem persists, please contact customer service.",
	"JSMessageErrorDeclineAccepted" : "This offer has already been accepted.",
	"JSMessageErrorDeclineActive" : "Please refresh the page and try again. If this problem persists, please contact customer service.",
	"JSMessageErrorDeclineDeclined" : "This offer has already been declined.",
	"JSMessageErrorDeclineExpired" : "This offer has already expired.",
	"JSMessageErrorDeclineUnavailable" : "This offer is no longer available.",
	"JSMessagePending" : "Your response has been processed and is awaiting confirmation.",
	"JSMessageSuccessAccept" : "You have successfully accepted this appointment offer.",
	"JSMessageSuccessAcceptNoRedirect" : "Please contact the clinic or customer service if you would like more information about this appointment.",
	"JSMessageSuccessDecline" : "No changes have been made to your existing appointments.",
	"JSTitleDefault" : "Error",
	"JSTitleErrorAccept" : "Error",
	"JSTitleErrorDecline" : "Error",
	"JSTitlePending" : "Scheduling in progress",
	"JSTitleSuccessAccept" : "Appointment offer accepted",
	"JSTitleSuccessDecline" : "Appointment offer declined",
	"MixedAppointmentHeader" : "Move one or more appointments to earlier times.",
	"MixedAppointmentHeaderUpcoming" : "You might want to move one or more appointments to earlier times.",
	"NewAppointmentHeader" : "Take an available appointment on @MYCHART@DATEFORNEW@ for your @MYCHART@VISITTYPEFORNEW@.",
	"NewAppointmentHeaderMultiple" : "Take one or more newly available appointments.",
	"NewAppointmentHeaderUpcoming" : "You might want to take an available appointment on @MYCHART@DATEFORNEWUPCOMING@ for your @MYCHART@VISITTYPEFORNEWUPCOMING@.",
	"NewAppointmentHeaderUpcomingMultiple" : "You might want to take one or more newly available appointments.",
	"PastAppointmentHeader" : "View recently expired and past appointment offers.",
	"PopupButtonClose" : "Close",
	"PopupErrorDescriptionAccept" : "An error has occurred when trying to accept your Fast Pass offer, refresh the page and try again. If this problem persists, contact customer service.",
	"PopupErrorDescriptionDecline" : "An error has occurred when trying to decline your Fast Pass offer, refresh the page and try again. If this problem persists, contact customer service.",
	"PopupErrorTitleAccept" : "Error accepting offer",
	"PopupErrorTitleDecline" : "Error declining offer",
	"PopupSuccessDescriptionAccept" : "You have successfully accepted this earlier appointment offer. You will be redirected to view details for your earlier appointment when this popup is closed.",
	"PopupSuccessDescriptionAcceptNoVisitDetailsRedirect" : "You have successfully accepted this earlier appointment offer. You may leave the current page when this popup is closed.",
	"PopupSuccessDescriptionDecline" : "You have successfully declined this earlier appointment offer.",
	"PopupSuccessTitleAccept" : "Earlier appointment accepted",
	"PopupSuccessTitleDecline" : "Earlier appointment declined",
	"Title" : "Auto Wait List Alerts Header and JavaScript Strings",
});
$$WP.Strings.getNamespace("scheduling.declineticket").addStrings( {
	"ConfirmDeclineButtonText" : "Decline appointment",
	"ConfirmDeclineButtonTextPlural" : "Decline appointments",
	"DeclineConfirmationHeader" : "@MYCHART@TICKETTITLE@ Declined",
	"DeclineConfirmationHeaderGeneric" : "Appointment Declined",
	"DeclineConfirmationText" : "If you need to schedule this appointment in the future, please call us at @MYCHART@SCHEDULINGPHONE@.",
	"DeclineConfirmationTextPlural" : "If you need to schedule these appointments in the future, please call us at @MYCHART@SCHEDULINGPHONE@.",
	"DeclineFailureHeader" : "Not Declined",
	"DeclineFailureText" : "@MYCHART@TICKETTITLE@ cannot be declined at this time. Please try again later.",
	"DeclineFailureTextGeneric" : "This appointment cannot be declined at this time. Please try again later.",
	"DeclinePermanenceWarningHeader" : "This action is permanent",
	"DeclinePermanenceWarningText" : "After declining this appointment, you will not be able to schedule it in @MYCHART@APPTITLE@ in the future.",
	"DeclinePermanenceWarningTextPlural" : "After declining these appointments, you will not be able to schedule them in @MYCHART@APPTITLE@ in the future.",
	"DeclineReasonPrompt" : "Select a reason for declining this appointment:",
	"DeclineReasonPromptPlural" : "Select a reason for declining these appointments:",
	"DeclineTicketNoData" : "Unable to load your appointment",
	"ReturnToSchedulingPage" : "Return to scheduling",
	"Title" : "Decline Appointment",
});
$$WP.Strings.getNamespace("scheduling.fixed").addStrings( {
	"AllSchedulingOptionsAccessibleDescription" : "See other scheduling options for @MYCHART@ALLOPTIONSPROVIDER@ at @MYCHART@ALLOPTIONSDEPARTMENT@",
	"AllSchedulingOptionsLabel" : "See all scheduling options",
	"AllSchedulingOptionsNoDepartmentAccessibleDescription" : "See other scheduling options for @MYCHART@ALLOPTIONSNODEPARTMENTPROVIDER@",
	"AllSchedulingOptionsNoProviderAccessibleDescription" : "See other scheduling options at @MYCHART@ALLOPTIONSNOPROVIDERDEPARTMENT@",
	"AllSchedulingOptionsNoProviderNoDepartmentAccessibleDescription" : "See other scheduling options",
	"CallToScheduleHeader" : "Call to schedule",
	"CaptchaBlurb" : "This site is protected by @MYCHART@CAPTCHATITLE@ and the @MYCHART@CAPTCHAPROVIDER@ @MYCHART@PRIVACYPOLICYMNEMONIC@ and @MYCHART@TERMSOFSERVICEMNEMONIC@ apply.",
	"CondensedRequestButton" : "Continue with this request",
	"CondensedScheduleButton" : "Continue with this appointment",
	"CovidBannerHeader" : "COVID-19 Alert",
	"CurrentAppointmentInformation" : "Appointment details (not yet scheduled)",
	"CurrentRequestInformation" : "Appointment request details",
	"DemoModeButton" : "Scheduling unavailable in demo mode",
	"DepartmentEstablishedVisitRadioButtonText" : "No, I\u0027m scheduling a follow-up visit at this department",
	"DepartmentFirstVisitLabel" : "Is this your first visit at @MYCHART@DEPARTMENT@?",
	"DepartmentFirstVisitRadioButtonText" : "Yes, I\u0027m a new patient at this department",
	"ExpandSearchCardButtonLabel" : "Show additional providers",
	"ExpandSearchCardButtonLabelNoProviderSelect" : "Show additional availability",
	"ExpandSearchCardHeader" : "Not finding a time you want?",
	"ExpandSearchCardHelpText" : "Expand your search to show more providers and locations.",
	"ExpandSearchCardHelpTextNoProviderSelect" : "Expand your search to show other appointment options.",
	"GoogleCompanyName" : "Google",
	"HCaptchaName" : "hCaptcha",
	"IntuitionMachinesName" : "Intuition Machines",
	"LandingPageAllOptionsDescriptionString" : "List of specialties and services available",
	"LandingPageAllOptionsString" : "All options",
	"LandingPageGrouperNewProviderTitle" : "Schedule with a New Provider",
	"LandingPageGrouperTitleWithRecordName" : "@MYCHART@GROUPERDISPLAYNAME@ (@MYCHART@GROUPERRECORDNAME@)",
	"LandingPageOptionLabelWithSpecialty" : "@MYCHART@SCHEDULEOPTIONTITLE@ - @MYCHART@SCHEDULEOPTIONSPECIALTY@",
	"LogInButtonText" : "Log in to schedule",
	"NoSlotsThrottleMessage" : "We can\u0027t load available times right now due to high demand.",
	"NoSlotsWithDepartmentPhone" : "We can\u0027t find any openings. If you want to schedule this appointment, call us at @MYCHART@DEPARTMENTPHONE@.",
	"NoSlotsWithGeneralPhone" : "We can\u0027t find any openings. If you want to schedule this appointment, call us at @MYCHART@SCHEDULINGPHONE@.",
	"NoTimesInTieredSearchRangeBody" : "Would you like to view additional providers with more availability?",
	"NoTimesInTieredSearchRangeBodyNoProviderSelect" : "Would you like to view other appointment options?",
	"NoTimesInTieredSearchRangeButtonText" : "Show additional providers",
	"NoTimesInTieredSearchRangeButtonTextNoProviderSelect" : "Show additional availability",
	"NoTimesInTieredSearchRangeTitlePlural" : "No availability within @MYCHART@NUMBEROFUNAVAILABLEDAYS@ days",
	"NoTimesInTieredSearchRangeTitleSingular" : "No availability within 1 day",
	"OtherSchedulingOptionsLabel" : "See other scheduling options",
	"PreLoginConfirmationStepTitle" : "Does everything look correct?",
	"PrivacyPolicy" : "Privacy Policy",
	"PRNStatusFullText" : "Schedule if needed: @MYCHART@DISPLAYTEXT@",
	"PRNStatusText" : "Schedule if needed",
	"ProviderEstablishedVisitRadioButtonText" : "No, I\u0027ve seen this provider in the past",
	"ProviderEstablishedVisitRadioButtonTextOneYear" : "No, I\u0027ve seen this provider in the past year",
	"ProviderEstablishedVisitRadioButtonTextSixMonths" : "No, I\u0027ve seen this provider in the past six months",
	"ProviderEstablishedVisitRadioButtonTextThreeYears" : "No, I\u0027ve seen this provider in the past three years",
	"ProviderEstablishedVisitRadioButtonTextTwoYears" : "No, I\u0027ve seen this provider in the past two years",
	"ProviderFirstVisitLabel" : "Is this your first visit with @MYCHART@PROVIDER@?",
	"ProviderFirstVisitRadioButtonText" : "Yes, I\u0027m a new patient",
	"ReCaptchaName" : "ReCaptcha",
	"ScheduleInMyChartHeader" : "Schedule in @MYCHART@APPTITLE@",
	"SeeFewerSlotsButtonText" : "Show less",
	"SeeMoreSlotsAccessibleDescription" : "View more available times on @MYCHART@SEEMOREDATE@ for @MYCHART@SEEMOREPROVIDER@ at @MYCHART@SEEMOREDEPARTMENT@",
	"SeeMoreSlotsButtonText" : "...",
	"SeeMoreSlotsNoDepartmentAccessibleDescription" : "View more available times on @MYCHART@SEEMOREDATENOPROVIDER@ for @MYCHART@SEEMOREPROVIDERNODEPARTMENT@",
	"SeeMoreSlotsNoProviderAccessibleDescription" : "View more available times on @MYCHART@SEEMOREDATENOPROVIDER@ at @MYCHART@SEEMOREDEPARTMENTNOPROVIDER@",
	"SeeMoreSlotsNoProviderNoDepartmentAccessibleDescription" : "View more available times on @MYCHART@SEEMOREDATENOPROVIDERNODEPARTMENT@",
	"SelectedProviderNotAvailableTitle" : "Provider unavailable",
	"StepPretextHeader" : "Need help with this step?",
	"TermsOfService" : "Terms of Service",
	"TieredAlternateLocationTagLabel" : "Alternate location",
	"TieredSchedulingSuccessButtonText" : "Show additional providers",
	"TieredSchedulingSuccessButtonTextNoProviderSelect" : "Show additional availability",
	"TieredSchedulingSuccessHelpText" : "Results include additional providers and locations.",
	"TieredSchedulingSuccessHelpTextNoProviderSelect" : "Results include other appointment options.",
	"TieredSchedulingSuccessTitle" : "Find times with more providers",
	"TieredSchedulingSuccessTitleNoProviderSelect" : "Find more availability",
	"TieredSchedulingUndoneHelpText" : "Results do not include additional providers or locations.",
	"TieredSchedulingUndoneHelpTextNoProviderSelect" : "Results do not include other appointment options.",
});
$$WP.Strings.getNamespace("scheduling.onmyway").addStrings( {
	"AboutVisitLabel" : "Help us prepare for your arrival",
	"AddressLabel" : "Address",
	"AlwaysOpen" : "Always open",
	"AlwaysOpenWithTimeZone" : "Always open (@MYCHART@DEPARTMENTTIMEZONE@)",
	"ArrivalTimeExplanationText" : "If you arrive later than your selected arrival time, you might lose your place in line.",
	"CallClinicErrorMessage" : "We were unable to process your information at this time. Please call @MYCHART@DEPARTMENTPHONENUMBER@ to set up your visit.",
	"CaptchaBlankError" : "You must answer the CAPTCHA.",
	"CaptchaFailedError" : "An error occurred validating the CAPTCHA. Please try again.",
	"CaptchaInvalidError" : "The CAPTCHA entered was invalid. Please try again.",
	"CarrierChargesWarning" : "Carrier charges may apply",
	"ChiefComplaintLabel" : "Reason for visit",
	"ClosedToday" : "Closed for today",
	"ClosedWithOpenTime" : "Closed. Opens at @MYCHART@OPENTIME@.",
	"ClosingSoon" : "Closing soon",
	"ComingNow" : "Coming now",
	"ConfirmationCancelMessage" : "If you need to cancel, please call @MYCHART@DEPARTMENTPHONENUMBER@.",
	"ConfirmationPrintMessage" : "Feel free to print this page as a reminder.",
	"ConfirmationStepHeader" : "You\u0027re all set — we\u0027ll see you soon!",
	"ConfirmMinutes" : "Coming in about @MYCHART@MINUTESTOARRIVAL@ minutes",
	"ConfirmOneHour" : "Coming in an hour or more",
	"ContactInformationHeader" : "How can we contact you for this visit?",
	"CookiesNotEnabledButtonLabel" : "Find care now",
	"CookiesNotEnabledError" : "Please @MYCHART@COOKIESNOTENABLEDLINK@ to view available times.",
	"CookiesNotEnabledErrorLinkText" : "enable cookies",
	"CookiesNotEnabledPreText" : "Search for locations near you and see their wait times.",
	"CreateEncounterError" : "We were unable to set up your visit. Please try again later.",
	"CreatePatientError" : "We were unable to process your information at this time. Please try again later.",
	"CurrentlyDisabledError" : "This location has temporarily disabled online walk-ins. You can still come in or call us.",
	"CurrentWaitLabel" : "Current wait:",
	"DateOfBirthLabel" : "Date of birth",
	"DepartmentDetailsSectionBottom_Detailed" : "Bottom of details section for @MYCHART@DEPARTMENTNAME@",
	"DepartmentDetailsSectionOpen_Detailed" : "Opened details section for @MYCHART@DEPARTMENTNAME@",
	"DistanceAbbreviation" : "",
	"DistanceAbbreviation_1" : "@MYCHART@DISTANCE@ mi",
	"DistanceAbbreviation_2" : "@MYCHART@DISTANCE@ km",
	"DistanceAbbreviationForScreenReader" : "",
	"DistanceAbbreviationForScreenReader_1" : "@MYCHART@DISTANCE@ miles",
	"DistanceAbbreviationForScreenReader_2" : "@MYCHART@DISTANCE@ kilometers",
	"EmailAddressLabel" : "Email",
	"EmergencyWarning" : "If this is a medical emergency,\u003cspan class=\"alert bold\"\u003e\u0026nbsp;call @MYCHART@EMERGENCYPHONE@ or go to the nearest emergency room.\u003c/span\u003e",
	"ErrorPopupTitle" : "Oops!",
	"FirstNameLabel" : "First name",
	"GenericError" : "An error has occurred.",
	"HasEncounterError" : "You are already an expected patient at a location. You must call them to let them know you are no longer coming before we can expect you somewhere again.",
	"HighAcuityWarning" : "If this is a medical emergency, call @MYCHART@EMERGENCYPHONE@ immediately",
	"HoursTodayLabel" : "Hours today:",
	"HoursTodayWithTimeZone" : "@MYCHART@OPENTIME@ - @MYCHART@CLOSETIME@ (@MYCHART@DEPARTMENTTIMEZONE@)",
	"InputError" : "There were errors in your submission. Please check your responses and try again.",
	"InvalidFirstNameMessage" : "Invalid first name",
	"InvalidLastNameMessage" : "Invalid last name",
	"InvalidPhoneMessage" : "Invalid phone number",
	"LastNameLabel" : "Last name",
	"LegalSexDisplayName" : "",
	"LegalSexDisplayName_1" : "Female",
	"LegalSexDisplayName_2" : "Male",
	"LegalSexDisplayName_999" : "Other",
	"LegalSexLabel" : "Legal sex",
	"LessThanTimeHour" : "1 hour or less",
	"LessThanTimeHours" : "@MYCHART@TIMEHOURVALUE@ hours or less",
	"LessThanTimeHoursAndMins" : "@MYCHART@TIMEHOURVALUE@ h @MYCHART@TIMEMINSVALUE@ minutes or less",
	"LessThanTimeMins" : "@MYCHART@TIMEMINSVALUE@ minutes or less",
	"LoadingMessage" : "Loading...",
	"LoginButtonLabel" : "Log in to @MYCHART@APPTITLE@",
	"LoginHeader" : "Have a @MYCHART@APPTITLE@ account?",
	"LoginPrompt" : "Use your @MYCHART@APPTITLE@ credentials to schedule this visit for yourself or someone you have access to.",
	"MoreOptionsLabelForScreenReader" : "More options",
	"NextAppointmentLabel" : "Next appt:",
	"NextAppointmentLabelForScreenReader" : "Next appointment",
	"NoAvailability" : "No availability at this time",
	"NoAvailableAppointments" : "No available appointment times",
	"NoLocationsFound" : "No locations found in your area. Please try another area.",
	"OkayButtonLabel" : "Okay",
	"OnDemandVideoVisitsDescription" : "Join a video visit with the next available provider",
	"OnlineWalkinsCurrentlyDisabledLongMessage" : "This location is currently unavailable for online walk-ins, but you can still come in. For more information, please call the phone number above.",
	"OnlineWalkinsCurrentlyDisabledShortMessage" : "Online walk-ins currently unavailable",
	"OnMyWayTitle" : "Find Care Now",
	"OpenWithCloseTime" : "Open. Closes at @MYCHART@CLOSETIME@.",
	"OpenWithCloseTimeTemp" : "Open. Closes temporarily at @MYCHART@CLOSETIME@.",
	"OrScheduleAppointmentHeader" : "Or",
	"PassedTimeErrorMessage" : "The time you selected has passed. Please select a different time.",
	"PhoneNumberLabel" : "Mobile phone",
	"PostLoginContactHelpText" : "This contact information will only be used for this visit.",
	"ReasonForVisitLabel" : "Additional information",
	"ReasonForVisitStepHeader" : "What are you coming in for?",
	"ReCaptchaNotReachableError" : "CAPTCHA was not reachable. Please try again later.",
	"RemoteAppointmentMessage" : "Please note, it may take several minutes before this appointment appears in your upcoming visits list.",
	"RemoteExpectedEncounterMessage" : "Please note, this appointment will not appear on your upcoming visits list.",
	"ReturnToDepartmentListButtonLabel" : "Back to list",
	"ReturnToPreviousStepButtonLabel" : "Return to previous step",
	"ScheduleAppointmentLabel" : "Schedule an appointment",
	"SchedulingDisabledPreLoginMessage" : "Call the number above to schedule an appointment.",
	"SearchButtonLabel_Detailed" : "Search near zip",
	"SearchCoordinatesDropDownLabelAllLocations" : "Showing all locations",
	"SearchCoordinatesDropDownLabelGetFromBrowser" : "Showing locations near me",
	"SearchCoordinatesDropDownLabelSearchString" : "Showing locations near @MYCHART@MAPCOORDINATESSEARCHSTRING@",
	"SearchCoordinatesDropDownLabelSelectLocation" : "Select a search area",
	"SearchCoordinatesPopulationMethodDescription" : "",
	"SearchCoordinatesPopulationMethodDescription_COORDINATESNOTREQUIRED" : "All locations",
	"SearchCoordinatesPopulationMethodDescription_GETFROMBROWSER" : "Locations near me",
	"SearchCoordinatesPopulationMethodDescription_LOOKUPZIPCODE" : "Locations near",
	"SearchCoordinatesZipCodeForScreenReader" : "Locations near zip code",
	"SearchCoordinatesZipCodeInputPlaceholder" : "ZIP code",
	"SelectUserLocationMessage" : "Let us know where you are to find locations nearby.",
	"SendTextLabel" : "Send me text notifications",
	"ShowLess" : "Show less",
	"ShowMore" : "Show more",
	"SmsSenderShortCodeLabel" : "Messages will be sent from @MYCHART@SHORTCODE@",
	"SubmitButton" : "Submit",
	"TimeHour" : "1 hour",
	"TimeHours" : "@MYCHART@TIMEHOURSVALUE@h",
	"TimeHoursAndHoursAndMinsRange" : "@MYCHART@TIMEHOURSVALUELOWER@h - @MYCHART@TIMEHOURSVALUE@h @MYCHART@TIMEMINSVALUE@min",
	"TimeHoursAndHoursRange" : "@MYCHART@TIMEHOURSVALUELOWER@h - @MYCHART@TIMEHOURSVALUE@h",
	"TimeHoursAndMins" : "@MYCHART@TIMEHOURSVALUE@h @MYCHART@TIMEMINSVALUE@min",
	"TimeHoursAndMinsAndHoursRange" : "@MYCHART@TIMEHOURSVALUELOWER@h @MYCHART@TIMEMINSVALUELOWER@min - @MYCHART@TIMEHOURSVALUE@h",
	"TimeHoursAndMinsOrMore" : "@MYCHART@TIMEHOURSVALUE@h @MYCHART@TIMEMINSVALUE@min or more",
	"TimeHoursAndMinsRange" : "@MYCHART@TIMEHOURSVALUELOWER@h @MYCHART@TIMEMINSVALUELOWER@min - @MYCHART@TIMEHOURSVALUE@h @MYCHART@TIMEMINSVALUE@min",
	"TimeHoursOrMore" : "@MYCHART@TIMEHOURSVALUE@h or more",
	"TimeMins" : "@MYCHART@TIMEMINSVALUE@ minutes",
	"TimeMinsAndHoursAndMinsRange" : "@MYCHART@TIMEMINSVALUELOWER@min - @MYCHART@TIMEHOURSVALUE@h @MYCHART@TIMEMINSVALUE@min",
	"TimeMinsAndHoursRange" : "@MYCHART@TIMEMINSVALUELOWER@min - @MYCHART@TIMEHOURSVALUE@h",
	"TimeMinsOrMore" : "@MYCHART@TIMEMINSVALUE@ minutes or more",
	"TimeMinsRange" : "@MYCHART@TIMEMINSVALUELOWER@ - @MYCHART@TIMEMINSVALUE@ minutes",
	"TimeSlotWithTimezone" : "@MYCHART@TIME@ @MYCHART@DEPARTMENTTIMEZONE@",
	"TimeSlotWithTimezone_Tomorrow" : "Tomorrow at @MYCHART@TIME@ @MYCHART@DEPARTMENTTIMEZONE@",
	"TimeToArrivalLabel" : "How long until you\u0027ll arrive?",
	"TimeToArrivalPlaceholderText" : "Select a time",
	"Title" : "On My Way",
	"Today" : "Today",
	"TodaySlotsLabel" : "Today",
	"Tomorrow" : "Tomorrow",
	"TomorrowSlotsLabel" : "Tomorrow",
	"UnknownError" : "Something went wrong. Please try another location or try again later.",
	"UserInformationStepBackButtonResume" : "Change visit",
	"UserInformationStepHeader" : "We\u0027ll need some information about the patient",
	"WaitingForLocationPlaceHolderText" : "Waiting to get a location",
	"WaitTimeDisclaimerText" : "Patients with the most urgent needs are seen first, so your wait might be different from what you see here.",
	"WaitTimeExplanationText" : "The wait time is an estimate based on current availability.",
	"WaitTimeExplanationTextForED" : "Patients are seen in order based on how urgently they need medical care, not what time they arrive. All wait times are estimates.",
	"WalkInButtonLabel" : "I\u0027m on my way",
	"WalkInDisabledPreLoginMessage" : "Please come in, or call the number above with any questions.",
	"WalkInSectionHeader" : "Let us know you\u0027re coming",
	"WalkInsNotAvailable" : "Walk-ins not available at this time",
	"WorkflowStoppedTitle" : "Oops!",
});
$$WP.Strings.getNamespace("scheduling.orders").addStrings( {
	"customexpectedstring" : "",
	"expected" : "@MYCHART@EXPECTEDSTRING@: @MYCHART@EXPECTEDDATESTRING@",
	"expectedwithcomment" : "@MYCHART@EXPECTEDSTRING@: @MYCHART@EXPECTEDDATECOMMENT@",
	"interval" : "Interval: @MYCHART@ORDERINTERVAL@",
	"lastdone" : "Last Done: @MYCHART@LASTDONEDATE@",
	"never" : "Never",
	"orderedby" : "Ordered by @MYCHART@PROVIDERNAME@ on @MYCHART@ORDEREDDATE@",
	"orderedbynodate" : "Ordered by @MYCHART@PROVIDERNAME@",
	"remaining" : "Remaining: @MYCHART@STANDINGOCCURRENCES@/@MYCHART@ORIGINALSTANDINGOCCURRENCES@",
	"schedulebutton" : "Schedule",
	"schedulebuttontitletext" : "Schedule the ticket",
	"Title" : "Upcoming orders",
	"viewinstructionsbutton" : "View instructions",
	"viewinstructionsbuttontitletext" : "View the instructions",
});
$$WP.Strings.getNamespace("scheduling.preadmission").addStrings( {
	"ContinueButton" : "Continue",
	"ContinueButtonTitle" : "Continue to the next step",
	"DateExists" : "Your expected due date is @MYCHART@ESTIMATEDDELIVERYDATE@",
	"DateSelectPrompt" : "When is your expected due date?",
	"InsuranceSubwayTitle" : "Insurance",
	"LocationSelectPrompt" : "Where do you plan to give birth?",
	"NoAvailableLocations" : "No hospital is available for delivery registration.",
	"PersonalInformationSubwayTitle" : "Personal Info",
	"QuestionnairesSubwayTitle" : "Questionnaires",
	"Title" : "Register for My Delivery",
});
$$WP.Strings.getNamespace("scheduling.preferences").addStrings( {
	"AddTimeButton" : "Add time",
	"AllDaysOptionButton" : "All days",
	"AvailableTimesSubHeader" : "Available times will apply to all available days",
	"ChangesSavedToast" : "Changes saved",
	"EditPageDescription" : "Adjusting your scheduling preferences will help us prioritize which appointments work for you.",
	"EndTimeBeforeStartTimeError" : "End time is before start time",
	"EndTimeInputLabel" : "End time",
	"EndTimeInputName" : "End time",
	"FailedToSaveChangesToast" : "Failed to save changes",
	"PreferredDatesToggleLabel" : "Available days",
	"PreferredDaysOptionsLabel" : "Days of the week",
	"PreferredLanguageInputLabel" : "Language",
	"PreferredLanguageLabelText" : "Language",
	"PreferredSexInputLabel" : "Sex",
	"PreferredSexLabelText" : "Sex",
	"ProviderPreferencesCardHeading" : "Provider",
	"RemoveTimeBothTimesIconDescription" : "Remove time range with start time of @MYCHART@STARTTIME@ and end time of @MYCHART@ENDTIME@",
	"RemoveTimeEndTimeOnlyIconDescription" : "Remove time range with end time of @MYCHART@ENDTIME@",
	"RemoveTimeNoTimesIconDescription" : "Remove empty time range",
	"RemoveTimeStartTimeOnlyIconDescription" : "Remove time range with start time of @MYCHART@STARTTIME@",
	"SaveButtonLabel" : "Save",
	"SpecificDaysOptionButton" : "Specific days",
	"StartTimeInputLabel" : "Start time",
	"StartTimeInputName" : "Start time",
	"TimePreferencesCardHeading" : "Time",
	"TimeRangeNoEndTimeError" : "Time range needs an end time",
	"TimeRangeNoStartTimeError" : "Time range needs a start time",
	"TimeRangePreferencesLabel" : "Available times",
	"Title" : "Scheduling Preferences",
});
$$WP.Strings.getNamespace("scheduling.proxyselect").addStrings( {
	"BackButtonLabel" : "Back",
	"ContinueButtonLabel" : "Continue",
	"OtherPatientDisplayName" : "Someone else",
	"OtherPatientTooltip" : "Schedule for someone else",
	"ScheduleForTooltip" : "Schedule for @MYCHART@SUBJECTNAME@",
	"SelfIdentifier" : "@MYCHART@PATIENTNAME@ (Me)",
	"Title" : "Who are you scheduling for?",
});
$$WP.Strings.getNamespace("screenings").addStrings( {
	"backToHealthSummary" : "Back to the Health Summary",
	"backToImmunizationsPage" : "Back to the Immunizations page",
	"docsRequiredButtonText" : "Upload",
	"docsRequiredButtonTitle" : "Upload the documents.",
	"immunizationComplete" : "Complete",
	"immunizationCompleteTooltip" : "The requirement for this immunization has been completed",
	"immunizationDocumentUploadText" : "Upload proof of your immunization history",
	"immunizationDoseInputLabel" : "Enter the date that this dose for @MYCHART@ITEMNAME@ was received.",
	"immunizationEnterAdditionalDates" : "Enter additional dates:",
	"immunizationPlaceholderText" : "Date received",
	"ImmunizationScreeningInstructions" : "",
	"ImmunizationScreeningInstructions_1" : "Please complete the following immunization screening.",
	"ImmunizationScreeningInstructions_3" : "There is enough information already on file to complete this screening. You\u0027ll be notified if any further action needs to be taken.",
	"immunizationSubmitButtonText" : "Submit",
	"immunizationSuccessMessage" : "We\u0027ll review your submission within 24 hours. You\u0027ll be notified if any further action needs to be taken.",
	"nodata" : "You don\u0027t have the screening assigned.",
	"ScreeningType" : "",
	"ScreeningType_1" : "TB Screening",
	"ScreeningType_2" : "Immunizations Screening",
	"startButtonText" : "Start",
	"startButtonTitle" : "Start the screening.",
	"tbQnrBackButtonText" : "Back",
	"tbQnrCancelButtonText" : "Cancel",
	"tbQnrFinishLaterButtonText" : "Finish later",
	"TBScreeningInstructions" : "",
	"TBScreeningInstructions_1" : "Please answer a short questionnaire to assess your risk of tuberculosis.",
	"TBScreeningInstructions_2" : "Your next step will be to get a TB test done at your doctor\u0027s office and upload a document with your doctor\u0027s signature as proof.",
	"TBScreeningInstructions_3" : "Your documentation has been submitted and is under review.",
	"TBScreeningInstructions_4" : "Your documentation has been submitted and is under review.",
	"TBScreeningInstructions_5" : "Thank you. You have fulfilled your TB requirement.",
	"titerDateLabel" : "Test date",
	"titerDateTitle" : "Enter the titer test date for @MYCHART@ITEMNAME@",
	"titerSectionHeader" : "Do you have other proof of immunity for @MYCHART@ITEMNAME@ (titer result)?",
	"titerUploadLabel" : "Upload proof of your titer result",
	"titerUploadTitle" : "Press enter to expand titer entry section",
	"Title" : "",
	"UploadDocumentInfoBubbleAriaLabel" : "More information about uploading documents",
});
$$WP.Strings.getNamespace("search.common").addStrings( {
	"DeleteHistory" : "Delete history",
	"ExpandHistory" : "Expand history",
	"MultipleMatchingSuggestions" : "@MYCHART@NUMMATCHES@ matching suggestions",
	"NoMatchingMenuItems" : "No matching menu items",
	"NoMatchingRecentSearches" : "No matching recent searches",
	"OpenSearchActivityAccessibilityText" : "Menu and search",
	"RecentSearchesSectionTitle" : "Recent",
	"RemoveChipAccessibilityText" : "Remove",
	"RemoveRecentSearchAccessibilityText" : "Remove @MYCHART@SEARCHSTRING@",
	"SearchBar" : "Search",
	"SearchButtonAccessibilityText" : "Search",
	"SearchPrompt" : "Press search to see results",
	"SingleMatchingSuggestion" : "1 matching suggestion",
	"Title" : "",
});
$$WP.Strings.getNamespace("search.searchresults").addStrings( {
	"ChartResultsNoResultsFound" : "No chart results matched your search",
	"ChartResultsProxySectionTitle" : "From @MYCHART@ProxySubjectNickname@\u0027s record",
	"ChartResultsSectionTitle" : "From your record",
	"FiniteNumberResultsFoundDescription" : "Showing @MYCHART@NUMRESULTSSHOWN@ results",
	"MenuResultsNoResultsFound" : "No menu suggestions matched your search",
	"MenuResultsProxySectionTitle" : "From @MYCHART@ProxySubjectNickname@\u0027s menu",
	"MenuResultsSectionTitle" : "From your menu",
	"OneResultFoundDescription" : "Showing 1 result",
	"SearchFailedToRun" : "An error occurred. Please try again later.",
	"SearchResultsFor" : "Showing results for: @MYCHART@SearchString@",
	"Title" : "Search",
});
$$WP.Strings.getNamespace("secondaryvalidation").addStrings( {
	"AlphabeticalCharError" : "Enter a number.",
	"BackConfirmDetails" : "If you go back now, you will be sent a new code. If you want to resend your code, click the resend link instead.",
	"BackConfirmGoBackButton" : "Go to previous page",
	"BackConfirmHeader" : "Are you sure you want to go back?",
	"BackConfirmReturnButton" : "Stay on this page",
	"BackToLoginPage" : "Back to Login Page",
	"CancelButtonText" : "Cancel",
	"CancelEnrollmentButton" : "Cancel and log out",
	"CancelTwoFactorFormButton" : "Cancel",
	"CantScanCodeText" : "Can\u0027t scan QR code?",
	"ChooseDestinationCodeHelptext" : "You will now be required to enter a one-time use security code to verify your identity.",
	"ChooseDestinationDescription" : "How would you like to receive the code?",
	"CodeResent" : "We\u0027ve resent your security code. Please give the code a few minutes to arrive before resending again.",
	"CodeResentHeader" : "We resent your code",
	"CodeSendFailure" : "We could not send you a code right now. Please try again later, or contact our customer support team for immediate assistance.",
	"CodeSendFailureHeader" : "Code Send Failure",
	"CodeSentText" : "We\u0027ve sent you a security code. Please enter it in the box below.",
	"CompletedPageCompletionText" : "Finish",
	"ConfirmCodeResent" : "Continue",
	"ConfirmCodeSendFailure" : "Continue",
	"ConsentPrivacyPolicyLinkText" : "Privacy Policy",
	"ConsentTermsAndConditionsLinkText" : "Terms and Conditions",
	"ContactVerificationFailed" : "Unable to verify your identity due to too many failed attempts.",
	"ContactVerificationFailedHeader" : "Verification failed",
	"ContinueEnrollmentButton" : "Set up two-step verification",
	"ContinueTwoFactorFormButton" : "Continue",
	"CopiedKeyText" : "Copied!",
	"CopyKeyButtonText" : "Copy key",
	"DateOfBirthFieldLabel" : "Date of Birth",
	"DeclineEnrollmentButton" : "Maybe later",
	"DemogAuthPageTitle" : "Login",
	"DemographicsSectionDescription" : "Confirm information for @MYCHART@PATIENTDISPLAYNAME@ ",
	"DemographicsSectionDescriptionProxy" : "Confirm information for @MYCHART@PATIENTDISPLAYNAME@ ",
	"DemographicsTitle" : "Personal Information",
	"DisableEmailSMS2FA" : "Turn off email/SMS verification",
	"DisableTotp2FA" : "Disable Authenticator App",
	"DisableTwoFactorAuthentication" : "Turn off two-step verification",
	"DisableTwoFactorFormWarning" : "Two-step verification adds an additional layer of security to your account. If you still wish to disable two-step verification, begin by entering your password below.",
	"DisableTwoFactorInfographicAltText" : "Image of an unlocked lock.",
	"EmailAddressFieldLabel" : "Email Address",
	"EmailOnlySuccessfullyDisabledHeader" : "Email verification is now turned off",
	"EmailOnlySuccessfullyEnabledHeader" : "Email verification is now turned on",
	"EmailSecuritySettingsPageInfo" : "We will send you an email when you log in with a code to verify your identity.",
	"EmailSettingsCardTitle" : "Verify with email",
	"EmailSmsSecuritySettingsPageInfo" : "We will send you an email or text message when you log in with a code to verify your identity.",
	"EmailSmsSettingsCardTitle" : "Verify with email or text message",
	"EnableEmailSMS2FA" : "Turn on email/SMS verification",
	"EnableTotp2FA" : "Set up Authenticator App",
	"EnableTwoFactorAuthentication" : "Turn on two-step verification",
	"EnableTwoFactorContactWarning" : "Two-step verification uses the contact information we have on file to verify your identity. Before we begin, please make sure the information below is up to date and enter your password.",
	"EnableTwoFactorNoDemographicsWarning" : "Two-step verification uses the contact information we have on file to verify your identity. If your contact information is out of date, please contact your clinic to have it updated. Enter your password below to begin.",
	"EnrollDeviceTrackingText" : "Will you help us secure your account? By clicking \u0027Trust this device\u0027, you give us permission to remember the devices you\u0027ve used to log in. We do this by storing a piece of information in your browser.",
	"EnrollmentContactVerificationDescription" : "Two-step verification uses the contact information we have on file to verify your identity. Before we begin, please make sure the information below is up to date.",
	"EnrollmentDescription" : "Two-step verification allows us to keep your account secure even if somebody knows your password. After turning on this security feature, when you log in from a new device we will ask you for an additional verification code. This will help make sure only you have access to your account.",
	"EnrollmentInfographicAltText" : "Image of a computer monitor displaying a lock and a mobile phone displaying a lock.",
	"EnrollmentIntroductionDescription" : "We recommend that you use two-step verification to secure your account.",
	"EnrollmentOptOutCancelButton" : "Go back",
	"EnrollmentOptOutCompleteButton" : "Continue",
	"EnrollmentOptOutCompleteDescription" : "You have chosen to disable two-step verification. You can turn this feature back on in your account settings.",
	"EnrollmentOptOutConfirmButton" : "Turn off",
	"EnrollmentOptOutConfirmDescription" : "Two-step verification is important for keeping your account secure. By turning off this security feature, you may be putting your health information at risk. You can turn it back on from the account settings page.",
	"EnrollmentOptOutConfirmTitle" : "Are you sure?",
	"EnrollmentSkippedIntroContactInfoDescription" : "Set up two-step verification to help keep your account safe. Two-step verification uses the contact information we have on file to verify your identity. Make sure we have at least one up-to-date method of contact we can use to reach you.",
	"EnrollmentSkippedIntroViewOnlyContactInfoDescription" : "Set up two-step verification to help keep your account safe. Two-step verification uses the contact information we have on file to verify your identity, so we need to make sure everything is up to date.",
	"EnrollmentTitle" : "Set Up Two-Step Verification",
	"EnrollmentUpdateFormHeading" : "Update Your Contact Information",
	"EnterCodeHelptext" : "Enter the security code you received.",
	"EnterCodeText" : "Enter your code below to continue.",
	"ExemptUserText" : "[NonProd Only] Click this link to disable 2FA for this user",
	"ExpiredTwoFactorCode" : "The code you entered has expired.",
	"FeatureDescription" : "It is our goal to make sure your health information is safe and secure. You will now be required to enter a one-time use security code to verify your identity.",
	"FeatureDescriptionSelfSignup" : "You will now be required to enter a one-time use security code to verify your contact information before the signup process can be completed.",
	"GoBackText" : "Back",
	"GoBackTwoFactorFormButton" : "Go back",
	"ImportantManualKeyText" : "Important: Do not save, store, or write down your secret key.",
	"IncorrectTotpTwoFactorCode" : "The code @MYCHART@TWOFACODE@ is not valid.",
	"IncorrectTwoFactorCode" : "The code @MYCHART@TWOFACODE@ is incorrect.",
	"InvalidDemographicsErrorMessage" : "The information you entered does not match our records.",
	"LearnMoreText" : "Learn more",
	"MedicalRecordNumberFieldLabel" : "Medical Record Number",
	"MissingFieldText" : "This field is required.",
	"NavigationCancel" : "Stay here",
	"NavigationConfirm" : "Leave this page",
	"NavigationDetails" : "If you leave this page, you may be sent a new code. If you are leaving to retrieve your emailed code, you should open a new browser tab.",
	"NavigationTitle" : "Are you sure you want to leave?",
	"NumberOne" : "1",
	"NumberThree" : "3",
	"NumberTwo" : "2",
	"PhoneNumber" : "Home Phone Number",
	"PreviousWorkflowBackButton" : "Back",
	"PreviousWorkflowBackButton_QuickPay" : "Back to Account Payment",
	"QRCodePageTitle" : "Set Up Authenticator App",
	"RememberMeText" : "Trust this device",
	"ResendCodeLaboringText" : "Sending...",
	"ResendCodeText" : "Resend code",
	"SecondaryValidationReauthenticationDescription" : "To finish updating your two-step verification settings, we need to send you a security code.",
	"SecondaryValidationReauthenticationStepThree" : "Once we have verified the code, you will be all set.",
	"SendCodeHelptext" : "Receive a security code via email, text, or on your authenticator app.",
	"SendEmailButtonText" : "Send to my email",
	"SendSMSButtonText" : "Text to my phone",
	"SentEmailText" : "We\u0027ve sent a security code to your email on file.",
	"SentSMSText" : "We\u0027ve sent a security code to your phone number on file.",
	"SentWithRecip" : "We\u0027ve sent a security code to @MYCHART@TWOFARECIP@.",
	"SeparatorText" : "OR",
	"SetUpOnDeviceButtonText" : "Set up on this device",
	"SetUpOnDeviceText" : "If you have an authenticator app on this device, such as Google Authenticator or iCloud Keychain, click below to set it up.",
	"ShowSecretKeyButton" : "Show secret key",
	"SignInNormallyButtonText" : " or use your username and password.",
	"SignupFailed" : "Unable to complete @MYCHART@APPTITLE@ signup due to too many failed attempts. Please reach out to \u003ca target=\"_blank\" href=\"https://www.mychart.org/MyChartCentral/Help\"\u003eMyChart Central Support\u003c/a\u003e for help activating your account.",
	"SignupFailedHeader" : "Signup failed",
	"SMSOnlySuccessfullyDisabledHeader" : "Text message verification is now turned off",
	"SMSOnlySuccessfullyEnabledHeader" : "Text message verification is now turned on",
	"SmsSecuritySettingsPageInfo" : "We will send you a text message when you log in with a code to verify your identity.",
	"SmsSettingsCardTitle" : "Verify with text message",
	"SocialSecurityNumberFieldLabel" : "Social Security Number",
	"SocialSecurityNumberLastFourFieldLabel" : "Social Security Number Last Four Digits",
	"SpecialCharError" : "Remove the invalid special characters from your entry",
	"StatusChangedHelptext" : "Once we verify your identity, we will update your @MYCHART@APPTITLE@ account settings.",
	"SubmitButtonText" : "Next",
	"SuccessMessage" : "Success",
	"Title" : "Extra Security Required",
	"TotpSecuritySettingsPageInfo" : "Use a code from a downloaded authenticator app when you log in to verify your identity.",
	"TotpSettingsCardTitle" : "Verify with an authenticator app",
	"TotpSuccessfullyDisabledHeader" : "Your authenticator app is now disabled",
	"TotpSuccessfullyEnabledHeader" : "Your authenticator app is now enabled",
	"TwoFactorAuthenticatorAppEnrollmentPageText" : "To set up two-step verification with an authenticator app we need to verify that you have access to the account.",
	"TwoFactorAuthenticatorAppQRPageText" : "If you have an authenticator app on another device, scan the following QR code or copy the secret key and follow the setup instructions.",
	"TwoFactorCardDisabledLabel" : "Disabled",
	"TwoFactorCardEnabledLabel" : "Enabled",
	"TwoFactorChangeContactInfoEnrollmentDescription" : "Two-step verification uses the contact information we have on file to verify your identity. Make sure we have at least one up-to-date method of contact we can use to reach you.",
	"TwoFactorChangeContactInfoVerificationDescription" : "Two-step verification uses the contact information we have on file to verify your identity. Make sure we have at least one up-to-date method of contact we can use to reach you.",
	"TwoFactorCodeEntryName" : "Security code",
	"TwoFactorCodeInputName" : "Security code",
	"TwoFactorCodeLabel" : "Enter Code",
	"TwoFactorContactError" : "You need at least one valid form of contact to enable two-step verification.",
	"TwoFactorContactInfoEnrollmentDescription" : "Two-step verification uses the contact information we have on file to verify your identity, so we need to make sure everything is up to date.",
	"TwoFactorContactInfoVerificationDescription" : "Two-step verification uses the contact information we have on file to verify your identity, so we need to make sure everything is up to date.",
	"TwoFactorEmailInputName" : "Email",
	"TwoFactorEmailLabel" : "Your email",
	"TwoFactorEmailMismatchError" : "The email and email verification fields must match.",
	"TwoFactorInvalidError" : "The password is incorrect.",
	"TwoFactorLockError" : "Something went wrong. Please try again later.",
	"TwoFactorNotReceivedDetails" : "If you haven\u0027t received the code within a few minutes, we can send it to you again.",
	"TwoFactorNotReceivedHeader" : "Didn\u0027t receive the code?",
	"TwoFactorOKButton" : "OK",
	"TwoFactorOptedOutCloseButtonText" : "Close",
	"TwoFactorPasswordGhostText" : "Password",
	"TwoFactorPasswordInputName" : "Password",
	"TwoFactorPhoneInputName" : "Phone",
	"TwoFactorPhoneLabel" : "Your mobile phone",
	"TwoFactorPhoneMismatchError" : "The phone number and phone number verification fields must match.",
	"TwoFactorSelfSignupHeading" : "Verify Contact Information",
	"TwoFactorSuccessfullyDisabledHeader" : "Email and text message verification is now turned off",
	"TwoFactorSuccessfullyDisabledSubtext" : "You can turn this feature back on at any time.",
	"TwoFactorSuccessfullyEnabledHeader" : "Email and text message verification is now turned on",
	"TwoFactorSuccessfullyEnabledSubtext" : "This extra layer of security will help to keep your account secure.",
	"TwoFactorTitle" : "Two-Step Verification",
	"TwoFactorUpdateFormHeading" : "Verify your identity",
	"TwoFactorUpdateHeading" : "Two-Step Verification Settings",
	"TwoFactorUpdateSummary" : "Two-step verification is an additional level of security to help keep your account secure-even if someone has your password.",
	"TwoFactorVerifyEmailHeading" : "Verify your email",
	"TwoFactorVerifyEmailLabel" : "Verify email",
	"TwoFactorVerifyHeading" : "Verify your identity",
	"TwoFactorVerifyPhoneHeading" : "Verify your phone",
	"TwoFactorVerifyPhoneLabel" : "Verify phone",
	"TwoFactorWorkflowNotActionable" : "We don\u0027t have your email address or mobile phone number on file to set up two-step verification. Please call us at \u003ca target=\"_blank\" href=\"https://www.mychart.org/MyChartCentral/Help\"\u003eMyChart Central Support\u003c/a\u003e to update this.",
	"UseCodeOnDeviceTOTP" : "Use your authenticator app to get a security code.",
	"UseTOTPButtonText" : "Get from authenticator app",
	"ValidationFailure" : "We experienced a problem while communicating with the server. Please try again later.",
	"ValidationFailureHeader" : "Error",
	"ValidationFailureOKButton" : "OK",
	"VerifyActionText" : "Verify",
	"VerifyIdentityHelptext" : "Once we verify your identity, you will be signed into @MYCHART@APPTITLE@.",
	"VerifyIdentityOpenSchedulingHelptext" : "Once we verify your identity, you can continue.",
	"VerifyPasswordHeading" : "Enter your password",
	"ZipCodeFieldLabel" : "ZIP Code",
});
$$WP.Strings.getNamespace("selfarrival").addStrings( {
	"ETAFifteenMinuteButtonText" : "15 minutes",
	"ETAFiveMinuteButtonText" : "5 minutes",
	"ETALateButtonProxyText" : "We\u0027ll be late",
	"ETALateButtonText" : "I\u0027ll be late",
	"ETAMoreButtonText" : "Later",
	"ETATenMinuteButtonText" : "10 minutes",
	"SelfArrivalAskLaterButtonText" : "Ask in 2 minutes",
	"SelfArrivalCloseButtonText" : "Close",
	"SelfArrivalDontAskAgainButtonText" : "Don\u0027t ask again",
	"SelfArrivalEtaPromptInstructions" : "",
	"SelfArrivalNotArrivedInstructions" : "Are you currently in the @MYCHART@DEPARTMENTNAME@ reception area for your visit at @MYCHART@APPOINTMENTSTARTTIME@? You might be called back shortly.",
	"SelfArrivalNotArrivedNoTimeInstructions" : "Are you currently in the @MYCHART@DEPARTMENTNAME@ reception area for your visit? You might be called back shortly.",
	"SelfArrivalNotArrivedNoTimeProxyInstructions" : "Is @MYCHART@SUBJECTNAME@ currently in the @MYCHART@DEPARTMENTNAME@ reception area for their visit? They might be called back shortly.",
	"SelfArrivalNotArrivedProxyInstructions" : "Is @MYCHART@SUBJECTNAME@ currently in the @MYCHART@DEPARTMENTNAME@ reception area for their visit at @MYCHART@APPOINTMENTSTARTTIME@? They might be called back shortly.",
	"SelfArrivalNotComingButtonText" : "I\u0027m not coming",
	"SelfArrivalNotComingInstructions" : "Please call @MYCHART@DEPARTMENTPHONENUMBER@ to cancel or reschedule this visit.",
	"SelfArrivalNotComingProxyButtonText" : "We\u0027re not coming",
	"SelfArrivalOnMyWayButtonText" : "I\u0027m almost there",
	"SelfArrivalOnMyWayProxyButtonText" : "We\u0027re almost there",
	"SelfArrivalSnoozeErrorInstructions" : "Make sure to stop by the front desk when you arrive.",
	"SelfArrivalSnoozeInsideArrivalWindowInstructions" : "You will be notified to try again at @MYCHART@TICKLERSENDTIME@.",
	"SelfArrivalVisitDetailsButtonText" : "Go to visit details",
	"Title" : "Self Arrival",
});
$$WP.Strings.getNamespace("selfsignup").addStrings( {
	"BadTokenText" : "We are experiencing technical difficulties at this time. Please try again.",
	"DemographicsStepName" : "Enter Demographics",
	"DirectSignupErrorText" : "We are experiencing technical difficulties at this time. Please try again.",
	"GuestVideoVisitSectionTitle" : "Signup",
	"InsuranceSubwayStop" : "Insurance",
	"InvalidProxyInviteText" : "Ask the patient to resend the invitation.",
	"InvalidProxyInviteTitle" : "Something Went Wrong With Your Invitation",
	"MayBeRedirected" : "You will be redirected in a few seconds.",
	"NoOptionSectionTitle" : "Service Not Available",
	"NoOptionText" : "The online signup option is not currently available. Please contact our customer service line for assistance.",
	"OpenSchedulingEmailDisclaimer" : "",
	"OpenSchedulingRequestSectionTitle" : "Finish Submitting Your Request",
	"OpenSchedulingSectionTitle" : "Finish Scheduling",
	"OptionsPostText" : "",
	"OptionsPreText" : "Please choose one of the following options to begin the signup process.",
	"PatientSubwayStop" : "Patient details",
	"PleaseWait" : "Submitting your request",
	"ProxySubwayStop" : "Your details",
	"RequestCodeDescription" : "Send a signup request to your clinic. Your clinic will get back to you with an activation code.",
	"RequestCodePopupHint" : "",
	"RequestCodeText" : "Match Yourself with Our Records",
	"SectionTitle" : "Choose a Signup Method",
	"SectionTitleDefault" : "Sign Up",
	"SignupErrorWarningText" : "There were some errors found in the form.  Fix these errors and submit again.",
	"SignupOptionStepName" : "Choose a Signup Method",
	"SROSectionTitle" : "Site Maintenance",
	"SROText" : "The site is undergoing maintenance. Please check the site later or contact our customer service line for assistance.",
	"StopScheduling" : "We were unable to schedule this appointment online. Please call the clinic for assistance.",
	"ThirdPartyDescription" : "Answer questions from a third-party verification system and get an activation code emailed to you instantly.",
	"ThirdPartyPopupHint" : "\u003cp\u003e\u003cspan class=\"bold\"\u003eWhat is a third-party verification system?\u003c/span\u003e\u003c/p\u003e\r\n\t\t\t\t\u003cp\u003eA third-party verification system confirms your identity by checking responses that you provide against their database of information. None of this information is stored at your clinic.\u003c/p\u003e",
	"ThirdPartyText" : "Verify Identity with a Third Party",
	"Title" : "Signup",
	"TwoFactorSubwayStop" : "Verify contact information",
	"VerifyIdentityStepName" : "Verify Identity",
	"WrongConfigurationSectionTitle" : "Oops! Something is not right here...",
	"WrongConfigurationText" : "We are experiencing technical difficulties at this time. Please contact our customer service line for assistance.",
});
$$WP.Strings.getNamespace("selfsignup.fixed").addStrings( {
	"GuestScheduleOptionHeader" : "Continue as guest",
	"LogIntoMyChartRequestButton" : "Log in and request",
	"LogIntoMyChartRequestPrompt" : "Save time by using your @MYCHART@APPTITLE@ account to request this visit for yourself or someone else.",
	"LogIntoMyChartScheduleButton" : "Log in and schedule",
	"LogIntoMyChartSchedulePrompt" : "Save time by using your @MYCHART@APPTITLE@ account to schedule this visit for yourself or someone else.",
	"MyChartScheduleOptionHeader" : "Continue through @MYCHART@APPTITLE@",
	"OpenSchedulingBackButton" : "Back",
	"RequestForSomeoneElseButton" : "Request for someone else",
	"RequestForYourselfButton" : "Request for yourself",
	"ScheduleAsGuestButton" : "Schedule as guest",
	"ScheduleForSomeoneElseButton" : "Schedule for someone else",
	"ScheduleForYourselfButton" : "Schedule for yourself",
	"SchedulingOptionsSeparator" : "OR",
	"Title" : "Signup Fixed",
});
$$WP.Strings.getNamespace("selfsignup.insurance").addStrings( {
	"FormTitle" : "Insurance information",
	"GuarantorOptionPatient" : "Patient",
	"GuarantorOptionSomeoneElse" : "Someone else",
	"GuarantorOptionUserScheduler" : "Me",
	"GuarantorPrompt" : "Who will be paying for costs not covered by insurance?",
	"InsuranceOptionNoInsurance" : "No insurance",
	"InsuranceOptionNotListed" : "Not listed",
	"InsurancePrompt" : "Insurance",
	"InsurancePromptDisabled" : "Insurance",
	"ProviderFinderInsuranceDisclaimer" : "Insurance plans can change regularly. Before your appointment, please confirm with your insurance company that this provider accepts your insurance.",
	"RequireDateOfBirthForGuarantor" : "Enter your date of birth",
	"Title" : "Signup Insurance Form",
});
$$WP.Strings.getNamespace("selfsignup.thirdpartyverificationpage").addStrings( {
	"BacktoHomeButtonLabel" : "Back to Login Page",
	"BacktoHomeButtonUrl" : "~/default.asp",
	"IntegratedWorkflowPretext" : "In order to grant you a @MYCHART@APPTITLE@ account, we will verify your identity using questions from a third-party verification system. Once verified, you will be able to create your @MYCHART@APPTITLE@ account. If you have any questions, please contact your clinic.",
	"OpenSchedulingBacktoHomeButtonLabel" : "Back to login page",
	"OpenSchedulingBacktoHomeButtonUrl" : "@MYCHART@ABSOLUTEURL@",
	"pretext" : "",
	"SystemError" : "We are experiencing some technical difficulties while communicating with the third-party verification system. Please contact our customer service line for assistance.",
	"SystemErrorTitle" : "Unable to Verify Your Identity",
	"ThirdPartyDescriptionSidebar" : "A third-party verification system confirms your identity by checking responses that you provide against their database of information. None of this information is stored at your clinic.",
	"ThirdPartyDescriptionSidebarQuestionTitle" : "What is a third-party verification system?",
	"Title" : "Verification in Progress",
	"VerificationFailureError" : "We are unable to verify your identity using the information provided. Please contact our customer service line for assistance.",
	"VerificationFailureErrorTitle" : "Unable to Verify Your Identity",
	"VerificationMessage" : "\u003cp\u003eWe are checking with a third-party system to verify your identity. This may take several seconds. \u003c/p\u003e",
	"VerificationMessageRedirect" : "Redirecting to another verification method.",
	"VerificationMessageRedirectButton" : "Proceed using contact verification",
	"VerificationMessageRedirectDescription" : "We are unable to verify your identity using the information provided. We will attempt to verify your contact information in order to proceed with sign up.",
	"VerificationMethodSelectTitle" : "How would you like to verify your identity?",
	"VerificationPageRedirectTitle" : "Unable to Verify Identity",
	"VerificationPageTitle" : "Verify Identity with a Third-Party",
	"VerifyIdentityLaterButton" : "Skip third-party verification",
	"VerifyIdentityLaterDescription" : "Select Skip third-party verification to verify your identity at your next appointment. You\u0027ll still need to confirm your contact information using a one-time code on the next page.",
	"VerifyIdentityNowButton" : "Verify now",
	"VerifyIdentityNowDescription" : "You can use a third-party verification system to verify your identity now and save time at the clinic later.",
});
$$WP.Strings.getNamespace("selftriage.actionnodespage").addStrings( {
	"BackToSymptomListText" : "Symptom list",
	"CompletedBannerText" : "You\u0027re all set!",
	"DateOfBirthTooYoung" : "The patient is too young to verify online. Contact the clinic at @MYCHART@HELPDESKPHONE@ for signup instructions.",
	"DeclineButtonText" : "Decline recommendations",
	"DeclinedRecommendationsExplanation" : "Sorry these recommendations didn\u0027t work for you. Call your clinic at @MYCHART@HELPDESKPHONE@ for further assistance, or continue with an option below.",
	"DeclinedRecommendationsHeader" : "You have declined these recommendations",
	"DetailsReviewPageSwoopHeader" : "Recommendation Details",
	"DetailsReviewPageSwoopHeaderAndAgeInMonths" : "Recommendations Details for the patient (@MYCHART@AGEMONTHS@-month-old)",
	"DetailsReviewPageSwoopHeaderAndAgeInYears" : "Recommendations Details for the patient (@MYCHART@AGEYEARS@-year-old)",
	"DetailsReviewPageSwoopHeaderAndNewborn" : "Recommendation Details for the newborn patient",
	"DetailsReviewPageSwoopHeaderName" : "Recommendation Details (@MYCHART@PATIENT@)",
	"DetailsReviewPageSwoopHeaderNameAndAgeInMonths" : "Recommendations Details for @MYCHART@PATIENT@ (@MYCHART@AGEMONTHS@-month-old)",
	"DetailsReviewPageSwoopHeaderNameAndAgeInYears" : "Recommendations Details for @MYCHART@PATIENT@ (@MYCHART@AGEYEARS@-year-old)",
	"DetailsReviewPageSwoopHeaderNameAndNewborn" : "Recommendation Details for @MYCHART@PATIENT@ (newborn)",
	"DetailsReviewPageSwoopHeaderSubjectIndicator" : "Recommendation Details @MYCHART@SUBJECTINDICATOR@",
	"DetailsViewSwoopSubHeader" : "\u003cspan class=\"forText swoopText\"\u003e@MYCHART@OPTIONCARDTITLE@ for\u0026nbsp;\u003c/span\u003e\u003cspan class=\"swoopTreeName\"\u003e@MYCHART@TREENAME@\u003c/span\u003e",
	"DisabledRecommendationsHeaderText" : "Recommendations that are no longer available",
	"FileDecisionTreeErrorText" : "Unable to recommend next steps. Please try again later.",
	"GeneralInstructionsText" : "General Instructions",
	"InProgressAvailableRecommendationsHeaderTextPlural" : "Available Recommendations",
	"InProgressAvailableRecommendationsHeaderTextSingular" : "Available Recommendation",
	"InProgressCreateAccountText" : "You have not completed all the steps for your current recommendation. If you proceed, you will lose your active progress. ",
	"InProgressCreateAccountTitle" : "Recommendation Already In-Progress",
	"InProgressPopupDiscardButtonText" : "Discard progress",
	"InProgressPopupGoBackButtonText" : "Go back",
	"InProgressPopupSchedulingNodeTitle" : "Scheduling Already In-Progress",
	"InProgressRecLeave" : "Discard progress",
	"InProgressRecStay" : "Stay on this page",
	"InProgressRecText" : "You have not completed all the steps for your @MYCHART@CURRENTINPROGRESSRECOMMENDATION@. Would you like to stay on this page or discard your progress and return to the symptom list?",
	"InProgressRecTitle" : "Recommendation In-Progress",
	"LeaveRecommendationsButtonText" : "Leave",
	"LeaveRecommendationsNoCreateAccountOptionText" : "If you leave this page now, you will not be able to view these recommendations again.",
	"LeaveRecommendationsText" : "If you leave this page without creating a MyChart account, you will not be able to view these recommendations again.",
	"LeaveRecommendationsTitle" : "Leave this page?",
	"nodata" : "There are no recommendations to show at this time.",
	"NotCompletedBadgeText" : "Not completed",
	"OptionsViewSwoopSubHeader" : "\u003cspan class=\"forText swoopText\"\u003eFor\u0026nbsp;\u003c/span\u003e\u003cspan class=\"swoopTreeName\"\u003e@MYCHART@TREENAME@\u003c/span\u003e",
	"PopupBackToOptionsContinueSchedulingText" : "Stay on this page",
	"PopupBackToOptionsLeaveText" : "Continue and lose progress",
	"PopupBackToOptionsMessagePrompt" : "If you leave this page, your progress will not be saved.",
	"PopupBackToOptionsMessageTitle" : "Go back?",
	"PopupDeclineButtonText" : "Decline recommendations",
	"PopupDeclineCancelButtonText" : "Cancel",
	"PopupDeclineMessagePrompt" : "Once you decline these recommendations, you will no longer be able to complete them.",
	"PopupDeclineSaveButtonText" : "Save responses and finish later",
	"PopupDeclineTitlePrompt" : "Are you sure you want to decline?",
	"posttext" : "",
	"PreLoginRecommendationTitleSubText" : "",
	"pretext" : "",
	"recommendationTitle" : "Recommendations",
	"recommendationTitleAndAgeInMonths" : "Recommendations for the patient (@MYCHART@AGEMONTHS@-month old)",
	"recommendationTitleAndAgeInYears" : "Recommendations for the patient (@MYCHART@AGEYEARS@-year-old)",
	"recommendationTitleAndNewborn" : "Recommendations for the newborn patient",
	"recommendationTitleName" : "Recommendations for @MYCHART@PATIENT@",
	"recommendationTitleNameAndAgeInMonths" : "Recommendations for @MYCHART@PATIENT@ (@MYCHART@AGEMONTHS@-month-old)",
	"recommendationTitleNameAndAgeInYears" : "Recommendations for @MYCHART@PATIENT@ (@MYCHART@AGEYEARS@-year-old)",
	"recommendationTitleNameAndNewborn" : "Recommendations for @MYCHART@PATIENT@ (newborn)",
	"recommendationTitleSubjectIndicator" : "Recommendations @MYCHART@SUBJECTINDICATOR@",
	"recommendationTitleSubText" : "If you complete any recommendations, you may not be able to choose other options later. You can review this information the next time you return to the symptom checker.",
	"ThreeOrMoreCardTitle" : "@MYCHART@FIRSTREC@ and @MYCHART@NUMRECSLEFT@ more",
	"Title" : "",
	"TwoRecsCardTitle" : "@MYCHART@FIRSTREC@ and @MYCHART@SECONDREC@",
	"UnsupportedProxyWorkflow" : "Sign up is required to complete this recommendation, which must be completed by the patient. Please contact our clinic at @MYCHART@HELPDESKPHONE@ for sign up instructions.",
});
$$WP.Strings.getNamespace("selftriage.addapptrequestandschedulenodes").addStrings( {
	"ActionableScheduleApptReqTitle" : "Scheduling Appointment",
	"AppointmentRequestedText" : "Your appointment has been requested.",
	"AppointmentRequestedTextPlural" : "Your appointments have been requested.",
	"AppointmentScheduledText" : "Your appointment has been scheduled.",
	"AppointmentScheduledTextPlural" : "Your appointments have been scheduled.",
	"AppointmentsPageLinkText" : "View visit details",
	"AppointmentsPageLinkTitle" : "Click here to view visit details.",
	"BackToRecommendationsLinkTitle" : "Back to your recommendations",
	"CardTitle" : "Appointments",
	"DraftScheduleGroupAppointmentsCardTitle" : "Scheduling Appointment Group - @MYCHART@VISITTYPE@",
	"FailedRequestAppointmentError" : "We were unable to submit the appointment request. Please contact your clinic to discuss this request.",
	"FailedRequestError" : "We were unable to find an appointment with the information provided. Please contact your clinic to schedule this appointment.",
	"GenericAppointmentRequestTitle" : "Request an appointment",
	"GroupAppointmentRequestsTitle" : "Request Appointment Group",
	"InProgressPopupAppointmentGroupText" : "group of appointments",
	"InProgressPopupGenericAppointmentRequestText" : "appointment request",
	"NoSecurityText" : "Contact your clinic to schedule an appointment.",
	"NotAvailable" : "This option is not available. Please contact your clinic directly at @MYCHART@HELPDESKPHONE@.",
	"RequestApptReqCardTitle" : "Request an Appointment",
	"RequestCanceledHeader" : "Request canceled",
	"RequestCanceledText" : "This request was canceled. Contact @MYCHART@SCHEDULINGPHONE@ to request this visit again.",
	"RequestedAppointmentsPageLinkText" : "View requested appointments",
	"RequestedAppointmentsPageLinkTitle" : "Click here to view your requested appointments.",
	"RequestGroupCanceledHeader" : "Appointment group canceled",
	"RequestGroupCanceledText" : "This appointment group was canceled. Contact @MYCHART@SCHEDULINGPHONE@ to request this group again.",
	"RequestNodeExpiredText" : "You did not request your visit.",
	"RequestSuccessBadgeText" : "Requested",
	"RequestText" : "Request",
	"ScheduleApptReqCardTitle" : "Schedule an Appointment",
	"ScheduleButtonText" : "Schedule appointment",
	"ScheduleButtonTextPlural" : "Schedule appointments",
	"ScheduleGroupAppointmentsCardTitle" : "Scheduling Appointment Group",
	"ScheduleGroupAppointmentsGeneralInstruction" : "We recommend that you schedule a series of appointments for further follow-up.",
	"ScheduleSingleAppointmentGeneralInstruction" : "We recommend that you schedule an appointment for further follow-up.",
	"ScheduleSuccessBadgeText" : "Scheduled",
	"SpecificAppointmentRequestTitle" : "Request @MYCHART@VISITTYPE@",
	"SubmitRequestButtonText" : "Request appointment",
	"SubmitRequestButtonTextPlural" : "Request appointments",
	"Title" : "",
	"VisitGroupNodeExpiredText" : "You did not schedule your appointment group.",
	"VisitNodeExpiredText" : "You did not schedule your visit.",
	"VisitTypeScheduleTitle" : "Schedule Appointment Request - @MYCHART@VISITTYPE@",
});
$$WP.Strings.getNamespace("selftriage.addevisitnode").addStrings( {
	"ActionableEVisitTitle" : "Submitting @MYCHART@BrandEVisit@",
	"ActionableEVisitTitleNoMnemonic" : "Submitting E-Visit",
	"BackToRecommendationsLinkTitle" : "Back to your recommendations",
	"BeginEVisitButtonLabel" : "Continue with an @MYCHART@BrandEVisit@",
	"BeginEVisitButtonLabelNoMnemonic" : "Continue with an E-Visit",
	"CanceledBadgeText" : "Canceled",
	"CardTitle" : "@MYCHART@BrandEVisit@ for @MYCHART@ReasonForVisit@",
	"CardTitleNoMnemonic" : "E-Visit for @MYCHART@ReasonForVisit@",
	"CardTitleSubText" : "With an @MYCHART@BrandEVisit@, one of our providers will review your responses and get back to you.",
	"CardTitleSubTextNoMnemonic" : "With an E-Visit, one of our providers will review your responses and get back to you.",
	"CompletedBadgeText" : "Completed",
	"EVisitCompleteText" : "You submitted an @MYCHART@BrandEVisit@.",
	"EVisitCompleteTextNoMnemonic" : "You submitted an E-Visit.",
	"EVisitCreated" : "You created an @MYCHART@BrandEVisit@. It has not yet been submitted.",
	"EVisitCreatedNoMnemonic" : "You created an E-Visit. It has not yet been submitted.",
	"EVisitNodeCanceledActionableText" : "Your @MYCHART@BrandEVisit@ has been canceled. Continuing will create a new @MYCHART@BrandEVisit@.",
	"EVisitNodeCanceledActionableTextNoMnemonic" : "Your E-Visit has been canceled. Continuing will create a new E-Visit.",
	"EVisitNodeCanceledText" : "Your @MYCHART@BrandEVisit@ has been canceled.",
	"EVisitNodeCanceledTextNoMnemonic" : "Your E-Visit has been canceled.",
	"EVisitNodeExpiredText" : "You did not submit an @MYCHART@BrandEVisit@.",
	"EVisitNodeExpiredTextNoMnemonic" : "You did not submit an E-Visit.",
	"EVisitNodeViewDetailsText" : "View details",
	"EVisitNodeViewDetailsTitle" : "View details about your @MYCHART@BrandEVisit@.",
	"EVisitNodeViewDetailsTitleNoMnemonic" : "View details about your E-Visit.",
	"EVisitOptionTitle" : "@MYCHART@BrandEVisit@",
	"EVisitOptionTitleNoMnemonic" : "E-Visit",
	"EVisitSignupInstruction" : "You must sign up for a @MYCHART@APPTITLE@ account to submit this @MYCHART@BrandEVisit@. You can continue reviewing your other recommendations after signing up.",
	"EVisitSignupInstructionNoMnemonic" : "You must sign up for a @MYCHART@APPTITLE@ account to submit this E-Visit. You can continue reviewing your other recommendations after signing up.",
	"FillOutEVisit" : "Fill out your @MYCHART@BrandEVisit@",
	"FillOutEVisitLaterMobile" : "Check your Visits list in a few minutes to complete your @MYCHART@BrandEVisit@.",
	"FillOutEVisitLaterMobileNoMnemonic" : "Check your Visits list in a few minutes to complete your E-Visit.",
	"FillOutEVisitNoMnemonic" : "Fill out your E-Visit",
	"InProgressPopupEVisitText" : "E-Visit",
	"InstructionsShowLessText" : "Show less",
	"InstructionsShowLessTitle" : "Hide the instructions.",
	"InstructionsShowMoreText" : "Show more",
	"InstructionsShowMoreTitle" : "Show the full instructions.",
	"MessageLinkText" : "View related messages",
	"MessageLinkTitle" : "Click here to view the messages related to this @MYCHART@BrandEVisit@.",
	"MessageLinkTitleNoMnemonic" : "Click here to view the messages related to this E-Visit.",
	"NotAvailable" : "This option is not available. Please contact your clinic directly at @MYCHART@HELPDESKPHONE@.",
	"SignupButtonLabel" : "Sign up for @MYCHART@APPTITLE@",
	"SubmittedBadgeText" : "Submitted",
	"Title" : "",
});
$$WP.Strings.getNamespace("selftriage.addondemandvideovisitnode").addStrings( {
	"ActionableVideoVisitTitle" : "Scheduling Video Visit",
	"AlreadyInQueue" : "You are already in line for a video visit.",
	"AlreadyInQueueSignInToView" : "You are in line for a video visit. Log in to view the details. ",
	"AppointmentCanceledText" : "The video visit has been canceled.",
	"AppointmentRequestedText" : "Your appointment has been requested.",
	"AppointmentScheduledText" : "Your appointment has been scheduled.",
	"CanceledBadgeText" : "Canceled",
	"CardTitle" : "Video Visit",
	"CompletedVideoVisit" : "You completed a video visit.",
	"CrossOrgNotActiveVisitText" : "A video visit was scheduled.",
	"FailedRequestError" : "There seems to be an error. Please try again later.",
	"HasNoLicensedTelehealthProvidersText" : "This option is not available. There are no licensed providers available at the selected location.",
	"InstructionsShowLessText" : "Show less",
	"InstructionsShowLessTitle" : "Hide the instructions.",
	"InstructionsShowMoreText" : "Show more",
	"InstructionsShowMoreTitle" : "Show the full instructions.",
	"JoinedQueue" : "You are in line for a video visit.",
	"NoSecurityText" : "Contact your clinic to schedule a video visit.",
	"NotAvailable" : "This option is not available.",
	"OnDemandSuccessBadgeText" : "In line",
	"OnDemandVideoVisitButtonText" : "On-Demand Video Visit",
	"PastVisitsLinkText" : "View past visits",
	"PastVisitsLinkTitle" : "Click here to view your past visits.",
	"PreLoginOnDemandVideoVisitButtonText" : "Schedule a video visit",
	"QuickScheduleCanceledText" : "You scheduled a video visit. The visit has been canceled.",
	"ScheduledSuccessBadgeText" : "Scheduled",
	"ScheduledVideoVisit" : "You scheduled a video visit.",
	"SignUpAgain" : "When you start your upcoming video visit, ask your provider about all of your symptoms.",
	"Title" : "",
	"UpcomingVisitsLinkText" : "View upcoming visits",
	"UpcomingVisitsLinkTitle" : "Click here to view your upcoming visits.",
	"VideoVisitCardTitle" : "Video Visit for @MyChart@VideoVisitRFV@",
	"VideoVisitDetails" : "View video visit details",
	"VideoVisitNodeExpiredText" : "You did not complete a video visit.",
	"VideoVisitOptionTitle" : "Video Visit",
	"VideoVisitPastDetails" : "View video visit details",
	"VideoVisitSignupInstruction" : "You must sign up for a @MYCHART@APPTITLE@ account to schedule this video visit. You can continue reviewing your other recommendations after signing up.",
});
$$WP.Strings.getNamespace("selftriage.addordernodes").addStrings( {
	"AcceptMultipleOrdersButtonLabel" : "I accept these recommendations",
	"AcceptSingleOrderButtonLabel" : "I accept this recommendation",
	"AfterAcceptText" : "You\u0027re all set!",
	"CardPretext" : "",
	"ErrorText" : "We were unable to place your order. Please contact your clinic to get these follow-ups authorized for you.",
	"ExpiredRecommendationText" : "You did not accept this recommendation.",
	"ImagingHeader" : "Imaging",
	"ImagingPretext" : "",
	"InProgressPopupOrderText" : "recommendation",
	"InstructionsShowLessText" : "Show less",
	"InstructionsShowLessTitle" : "Hide the instructions.",
	"InstructionsShowMoreText" : "Show more",
	"InstructionsShowMoreTitle" : "Show the full instructions.",
	"LabsHeader" : "Labs",
	"LabsPretext" : "",
	"NoSecurityText" : "Please contact your clinic to get these follow-ups authorized for you.",
	"OrderRecommendationTitle" : "@MYCHART@ORDERTYPENAME@: @MYCHART@ORDERTITLE@",
	"OtherProceduresHeader" : "Other",
	"OtherProceduresPretext" : "",
	"ReferralsHeader" : "Referrals",
	"ReferralsPretext" : "",
	"RequestText" : "Request",
	"SuccessBadgeText" : "Requested",
	"Title" : "",
	"UpcomingTestsAndProceduresPageLinkText" : "See details.",
	"UpcomingTestsAndProceduresPageLinkTitle" : "Click here to view more information.",
});
$$WP.Strings.getNamespace("selftriage.addvisitnode").addStrings( {
	"ActionableVisitTitle" : "Scheduling Visit",
	"AppointmentRequestedText" : "Your appointment has been requested.",
	"AppointmentScheduledText" : "Your appointment has been scheduled.",
	"AppointmentsPageLinkText" : "View visit details",
	"AppointmentsPageLinkTitle" : "Click here to view visit details.",
	"BackToRecommendationsLinkTitle" : "Back to your recommendations",
	"CardTitle" : "Appointments",
	"DuplicateAppointmentHardStop" : "You are unable to schedule this appointment because it looks too similar to an upcoming appointment.",
	"FailedRequestError" : "We were unable to find an appointment with the information provided. Please contact your clinic to schedule this appointment.",
	"InstructionsShowLessText" : "Show less",
	"InstructionsShowLessTitle" : "Hide the instructions.",
	"InstructionsShowMoreText" : "Show more",
	"InstructionsShowMoreTitle" : "Show the full instructions.",
	"NoSecurityText" : "Contact your clinic to schedule an appointment.",
	"NotAvailable" : "This option is not available. Please contact your clinic directly at @MYCHART@HELPDESKPHONE@.",
	"RemoteSchedulingInfoText" : "Please note that it might take up to 5 minutes for this appointment to appear in your appointment list.",
	"ScheduleButtonText" : "Schedule appointment",
	"SuccessBadgeText" : "Scheduled",
	"Title" : "",
	"VisitNodeExpiredText" : "You did not schedule your visit.",
	"VisitOptionTitle" : "Visit",
	"VisitTypeScheduleTitle" : "Schedule @MYCHART@VISITTYPE@",
});
$$WP.Strings.getNamespace("selftriage.baseactionnode").addStrings( {
	"CompletedBadgeStatusText" : "Status complete",
	"CompletedBadgeText" : "Completed",
	"InformationalBadgeStatusText" : "Status information",
	"NotCompletedBadgeText" : "Not completed",
	"Title" : "",
});
$$WP.Strings.getNamespace("selftriage.common").addStrings( {
	"BackToRecommendationsLinkTitle" : "Back to your recommendations",
	"GenericErrorMessage" : "Oops! Something went wrong. Please try again later.",
	"GenericErrorMessageButtonText" : "Close",
	"GenericErrorMessagePopupTitle" : "Error",
	"LinkDisclaimer" : "@MYCHART@LinkText@ opens in a new tab",
	"RecordNotFoundErrorBody" : "Based on the provided information, we couldn\u0027t confirm your identity. Contact your clinic for help at @MYCHART@HELPDESKPHONE@.",
	"RecordNotFoundErrorTitle" : "Patient record not found",
	"RecoverableErrorBody" : "Please try again later. If this error persists, contact your clinic for help at @MYCHART@HELPDESKPHONE@.",
	"Title" : "Symptom Checker",
	"TreeLockedBody" : "Someone else is completing these questions for you right now. Please try again later.",
	"TreeLockedTitle" : "These questions are already in progress somewhere else",
	"UnrecoverableErrorBody" : "You may have been directed to this page by accident. Contact your clinic for help at @MYCHART@HELPDESKPHONE@.",
	"UnrecoverableErrorTitle" : "Something went wrong",
});
$$WP.Strings.getNamespace("selftriage.instructionnode").addStrings( {
	"ActionableInstructionExternalRedirectPrompt" : "You are about to open another website in a new tab. You can return to this page through the Symptom Checker activity.",
	"ActionableInstructionInternalRedirectPrompt" : "You will be redirected to another activity. You can return to this page through the Symptom Checker activity.",
	"ActionableInstructionRedirectContinueButtonText" : "Continue",
	"ActionableInstructionRedirectStayButtonText" : "Stay here",
	"ActionableInstructionRedirectTitle" : "Leave this page?",
	"ActionableInstructionWithoutURLButtonText" : "Acknowledge",
	"ActionableInstructionWithURLButtonText" : "Learn more",
	"CardTitle" : "Instructions",
	"CollapseInstructionLinkLabel" : "Show less",
	"CollapseInstructionLinkTitle" : "Hide the instructions.",
	"ExpandInstructionLinkLabel" : "Show more",
	"ExpandInstructionLinkTitle" : "Show the full instructions.",
	"InstructionsToggleText" : "Instructions",
	"PreviewTextFormat" : "@MYCHART@PREVIEWTEXT@...",
	"SuccessBadgeText" : "Acknowledged",
	"Title" : "",
});
$$WP.Strings.getNamespace("selftriage.landingpage").addStrings( {
	"ContinueDecisionTreeButtonText" : "Continue",
	"ContinueRestartDecisionTreePrompt" : "You can continue from where you left off or start over.",
	"ContinueRestartDecisionTreeTitle" : "You have previously saved answers",
	"DefaultDecisionTreeCardInfo" : "@MYCHART@DECISIONTREE@ @MYCHART@DECISIONTREEDESCRIPTION@",
	"EmergencyDisclaimer" : "Call @MYCHART@EMERGENCYPHONE@ if you have an emergency.",
	"InProgress" : "In progress",
	"InProgressDecisionTreeCardInfo" : "@MYCHART@DECISIONTREE@ In progress @MYCHART@DECISIONTREEDESCRIPTION@",
	"InProgressReachedUsageLimitPopupPrompt" : "You can continue from where you left off. If you need to choose a different symptom, you can go to the Symptom List. If you need further assistance, contact your clinic directly at @MYCHART@HELPDESKPHONE@.",
	"LandingPageButtonText" : "Symptom List",
	"LandingPageHeaderSubtitle" : "Find the right care for your symptoms.",
	"LandingPageRecommendationHistory" : "Recommendation History",
	"LandingPageSearchBarPrompt" : "Search for symptom",
	"NoData" : "Currently you have no symptoms to use with this tool. ",
	"NoDecisionTreeResultsMessage" : "No symptoms found for \"@MYCHART@SEARCHTERM@\". Try a different search.",
	"NoDecisionTrees" : "No symptoms are available for you to check now.",
	"PastSelfTriageLinkTitle" : "Symptom Checker History",
	"posttext" : "",
	"ReachedUsageLimitPopupPrompt" : "If you want to see your previous recommendations for this symptom, you can go to Symptom Checker History. If you need to choose a different symptom, you can go to the Symptom List. If you need further assistance, contact your clinic directly at @MYCHART@HELPDESKPHONE@.",
	"ReachedUsageLimitPopupTitle" : "Unable to check symptom",
	"RestartDecisionTreeButtonText" : "Start over",
	"ShowAllResultsMessage" : "Start with a symptom below",
	"ShowDecisionTreeResultsMessage" : "Showing @MYCHART@DECISIONTREERESULTS@ results",
	"ShowOneDecisionTreeResultMessage" : "Showing 1 result",
	"StartDecisionTreeErrorText" : "Unable to continue. Please choose another symptom or try again later.",
	"Title" : "Symptom Checker",
	"TreeOutdatedErrorMessagePopupText" : "This tool was recently updated. You will need to re-answer the questions.",
	"TreeOutdatedErrorMessagePopupTitle" : "Your previous answers have been reset",
});
$$WP.Strings.getNamespace("selftriage.nodegroupoption").addStrings( {
	"AutocompleteDisclaimer" : "Some recommendations may autocomplete after accepting.",
	"AvailableOptionsText" : "Showing @MYCHART@NUMOPTIONS@ options",
	"BackToOptions" : "Back to Options",
	"ChooseOneText" : "Choose 1 of the @MYCHART@NUMOPTIONS@ options below",
	"CompletedBadgeText" : "Completed",
	"ContinueText" : "Continue",
	"CreateAccountToContinue" : "Create @MYCHART@APPTITLE@ account to continue",
	"EVisitExplanation" : "Have clinical staff get back to you with next steps for your concerns without going to the clinic.",
	"GetStartedText" : "Get started",
	"NotChosenOptionHeader" : "Recommendations not selected",
	"NotCompletedBadgeText" : "Not completed",
	"OnDemandVideoVisitExplanation" : "Talk to a provider as soon as possible with a video visit from the comfort of your home.",
	"OptionListHeader" : "Choose a care option to complete",
	"OptionText" : "Option @MYCHART@GROUPNUMBER@",
	"RecommendationsExpirationOnLogout" : "These recommendations will be available to accept until you log out.",
	"RecommendationsExpirationSpecific" : "These recommendations will be available to accept until @MYCHART@RECOMMENDATIONSEXPIRATIONDATE@ at @MYCHART@RECOMMENDATIONSEXPIRATIONTIME@.",
	"RecommendationStatusScreenReaderAnnouncement" : "@MYCHART@RecommendationTitle@: @MYCHART@RecommendationStatus@",
	"SentenceConcatenation" : "@MYCHART@FIRSTSENTENCE@ @MYCHART@SECONDSENTENCE@",
	"SignInToContinue" : "Sign in to continue",
	"SingleUnavailableGroupHeader" : "Recommendations",
	"StartedBadgeText" : "Started",
	"Title" : "",
	"ViewButtonAccessibleText" : "View option @MYCHART@GROUPNUMBER@ @MYCHART@GROUPSTATUS@, @MYCHART@LISTRECOMMENDATIONS@",
	"ViewText" : "View",
});
$$WP.Strings.getNamespace("selftriage.optiongroup").addStrings( {
	"AcceptRecommendationHeader" : "Continue",
	"AcceptRecommendationSubHeader" : "\u003cspan class=\"swoopText\"\u003eStep @MYCHART@CURRENTRECNUMBER@ of @MYCHART@TOTALRECS@\u003c/span\u003e",
	"BackButtonText" : "All recommendations",
	"BackToDetailsReviewPageText" : "Review details",
	"ContinueButtonText" : "Continue",
	"ExpirationOnLogoutString" : "These recommendations will be available to accept until you log out.",
	"ExpirationString" : "These recommendations will be available to accept until @MYCHART@RECEXPIRATIONMONTHANDDATE@, @MYCHART@RECEXPIRATIONYEAR@ at @MYCHART@RECEXPIRATIONTIME@.",
	"InteractiveNodeSectionHeader" : "Continue to begin these recommendations",
	"NonInteractiveNodeSectionHeader" : "The following will be automatically completed if you continue",
	"Title" : "",
});
$$WP.Strings.getNamespace("selftriage.proxyselect").addStrings( {
	"SubjectTooltip" : "Check symptoms for @MYCHART@SUBJECTNAME@",
	"Title" : "Who are you checking symptoms for?",
});
$$WP.Strings.getNamespace("selftriage.selftriagepage").addStrings( {
	"backbuttonText" : "Back to symptom list",
	"BackToSymptomListPopupText" : "If you leave now, you will lose your progress on this page. Would you like to continue?",
	"EndSessionButtonText" : "End session",
	"EndSessionPopupPrompt" : "If you end your session, you will lose all of your progress.",
	"EndSessionPopupTitle" : "End session?",
	"ExitSelfTriageButton" : "Exit @MYCHART@ActivityTitle@",
	"IsThisYouMessageBodyWithAgeMonthsOnly" : "You are already using @MYCHART@ActivityTitle@ as a patient (@MYCHART@AGEMONTHS@-month-old). You can continue using @MYCHART@ActivityTitle@ as this patient, or start over with new information.",
	"IsThisYouMessageBodyWithAgeNewbornOnly" : "You are already using @MYCHART@ActivityTitle@ as a newborn patient. You can continue using @MYCHART@ActivityTitle@ as this patient, or start over with new information.",
	"IsThisYouMessageBodyWithAgeYearsOnly" : "You are already using @MYCHART@ActivityTitle@ as a patient (@MYCHART@AGEYEARS@-year-old). You can continue using @MYCHART@ActivityTitle@ as this patient, or start over with new information.",
	"IsThisYouMessageBodyWithName" : "You are already using @MYCHART@ActivityTitle@ as @MYCHART@PATIENT@. You can continue using @MYCHART@ActivityTitle@ as @MYCHART@PATIENT@, or start over with new information.",
	"IsThisYouMessageBodyWithNameAndMonths" : "You are already using @MYCHART@ActivityTitle@ as @MYCHART@PATIENT@ (@MYCHART@AGEMONTHS@-month-old). You can continue using @MYCHART@ActivityTitle@ as @MYCHART@PATIENT@, or start over with new information.",
	"IsThisYouMessageBodyWithNameAndYears" : "You are already using @MYCHART@ActivityTitle@ as @MYCHART@PATIENT@ (@MYCHART@AGEYEARS@-year-old). You can continue using @MYCHART@ActivityTitle@ as @MYCHART@PATIENT@, or start over with new information.",
	"IsThisYouMessageBodyWithNameNewborn" : "You are already using @MYCHART@ActivityTitle@ as @MYCHART@PATIENT@ (newborn). You can continue using @MYCHART@ActivityTitle@ as @MYCHART@PATIENT@, or start over with new information.",
	"IsThisYouMessageBodyWithoutAny" : "You are already using @MYCHART@ActivityTitle@ as a patient. You can continue using @MYCHART@ActivityTitle@ as the same patient, or start over with new information.",
	"IsThisYouMessageContinue" : "Continue",
	"IsThisYouMessageStartOver" : "Start over",
	"IsThisYouMessageTitleWithName" : "Continue as @MYCHART@PATIENT@?",
	"IsThisYouMessageTitleWithoutName" : "Continue as the same patient?",
	"NotAuthorizedMessage" : "This activity is not available.",
	"posttext" : "",
	"pretext" : "",
	"ReconFailurePopupAcknowledge" : "Restart",
	"ReconFailurePopupBack" : "Back",
	"ReconFailurePopupBodyWithoutSex" : "The recommendations we gave you were for a @MYCHART@MismatchAge@-year-old, but that does not match the information in your MyChart account. You\u0027ll need to restart and answer the questions again to ensure you have the correct advice.",
	"ReconFailurePopupBodyWithoutSexZeroYearOld" : "The recommendations we gave you were for a child younger than a year old, but that does not match the information in your MyChart account. You\u0027ll need to restart and answer the questions again to ensure you have the correct advice.",
	"ReconFailurePopupBodyWithSex" : "The recommendations we gave you were for a @MYCHART@MismatchAge@-year-old @MYCHART@MismatchSex@, but that does not match the information in your MyChart account. You\u0027ll need to restart and answer the questions again to ensure you have the correct advice.",
	"ReconFailurePopupBodyWithSexZeroYearOld" : "The recommendations we gave you were for a @MYCHART@MismatchSex@ younger than a year old, but that does not match the information in your MyChart account. You\u0027ll need to restart and answer the questions again to ensure you have the correct advice.",
	"ReconFailurePopupHeader" : "Unable to save your progress",
	"StayOnPageButtonText" : "Stay on this page",
	"Title" : "Symptom Checker",
	"ViewSymptomCheckerHistoryButton" : "View Symptom Checker history",
});
$$WP.Strings.getNamespace("selftriage.signupnode").addStrings( {
	"AccountCreateButton" : "Create @MYCHART@APPTITLE@ account",
	"AccountCreateDescription" : "Sign up for @MYCHART@APPTITLE@ to view these recommendations in the future. We will verify your identity during signup. You will come back to this page when you are done creating an account.",
	"AccountCreateHeader" : "Want to review these recommendations later?",
	"BackButtonText" : "Back to History",
	"DemographicsHeader" : "Create Account",
	"ErrorText" : "Contact the clinic at @MYCHART@HELPDESKPHONE@ for signup instructions.",
	"InProgressPopupCreateAccountText" : "account creation",
	"InProgressPopupLoginText" : "login attempt",
	"LogInButton" : "Sign in to an existing account",
	"SecureLinkActivateDescription" : "Sign up for @MYCHART@APPTITLE@ to view these recommendations in the future. You will come back to this page when you are done creating an account.",
	"SecureLinkLoginOnlyDescription" : "Log in to @MYCHART@APPTITLE@ to view these recommendations in the future. You will come back to this page when you are done logging in.",
	"Title" : "Create Account",
});
$$WP.Strings.getNamespace("selftriage.termsandconditions").addStrings( {
	"AcceptButtonText" : "Accept",
	"ContinueAcceptButtonTitle" : "Accept and continue",
	"ContinueButtonText" : "Continue",
	"PrivacyCheckboxLabel" : "I accept the privacy policy",
	"PrivacyPageDescription" : "You must accept the privacy policy before continuing with Symptom Checker for @MYCHART@DECISIONTREE@.",
	"TermsCheckboxLabel" : "I accept the terms and conditions",
	"TermsPageDescription" : "You must accept the terms and conditions before continuing with Symptom Checker for @MYCHART@DECISIONTREE@.",
	"TermsPrivacyPageDescription" : "You must accept the terms and conditions and the privacy policy before continuing with Symptom Checker for @MYCHART@DECISIONTREE@.",
	"Title" : "Symptom Checker Terms and Conditions",
});
$$WP.Strings.getNamespace("selftriage.triagehistorypage").addStrings( {
	"BackButtonText" : "Back to symptom list",
	"HistoryDetailsHeader" : "History Details",
	"HistoryListHeader" : "History",
	"HistoryPageTitle" : "Recommendations",
	"HistoryViewSwoopSubHeader" : "\u003cspan class=\"forText swoopText\"\u003eFor\u0026nbsp;\u003c/span\u003e\u003cspan class=\"swoopTreeName\"\u003e@MYCHART@TREENAME@\u003c/span\u003e",
	"MobileChangeDetailsLinkTitle" : "Back to history",
	"MobileSymptomCheckerLinkTitle" : "Want to check a new symptom?",
	"NoCompletedSelfTriages" : "You have not used the symptom checker yet. Once you do, you will be able to come back to this page at any time to review your recommendations.",
	"nodata" : "There were no recommendations.",
	"PagePostText" : "",
	"PagePreText" : "",
	"PastTriageCompletionDate" : "@MYCHART@TRIAGECOMPLETIONDATE@",
	"RecommendationGroupsBackText" : "Recommendation Groups",
	"recommendationTitle" : "Here\u0027s what we recommended for you",
	"recommendationTitleSubText" : "",
	"Title" : "Recommendations History",
});
$$WP.Strings.getNamespace("sendpaymentconf").addStrings( {
	"confSent" : "Confirmation sent!",
	"emailAddress" : "Email address",
	"emailOrPhone" : "Email address or cell number",
	"errBadInput" : "Invalid input. Please try again.",
	"errBadSetup" : "We were unable to process your request.",
	"errNoInput" : "This field is required.",
	"phoneNumber" : "Cell number",
	"sendConfirmation" : "Send confirmation",
	"Title" : "Send Payment Confirmation",
});
$$WP.Strings.getNamespace("shared").addStrings( {
	"AndroidDownloadLink" : "https://play.google.com/store/apps/details?id=epic.mychart.android\u0026hl=en",
	"AndroidText" : "MyChart for Android",
	"CustomHTML" : "",
	"FAQs" : "FAQs",
	"FHIRAPIEducationText" : " ",
	"FHIRAPIEducationURL" : "https://open.epic.com/Tutorial/PatientAuthentication?whereFrom=MyChart",
	"iOSDownloadLink" : "https://itunes.apple.com/us/app/mychart/id382952264?mt=8",
	"iOSText" : "MyChart for iOS",
	"PrintButtonAltText" : "Print this page in a printer-friendly format",
	"PrintButtonTitleText" : "Printer-friendly page",
	"PrivacyPolicy" : "Privacy Policy",
	"TermsAndConditions" : "Terms and Conditions",
	"Title" : "",
});
$$WP.Strings.getNamespace("shared._afterloginlayout").addStrings( {
	"BackToHomeButtonText" : "Home",
	"BackToHomeText" : "Back to the home page",
	"BackToLoginText" : "Back to the login page",
	"BackToMyChartCentral" : "Back to MyChart Central",
	"BackToMyChartCentralHelpText" : "Go back to MyChart Central: Close this tab",
	"ContactUs" : "Contact Us",
	"CustomHTML" : "",
	"FHIRAPIEducationText" : " ",
	"FHIRAPIEducationURL" : "https://open.epic.com/Tutorial/PatientAuthentication?whereFrom=MyChart",
	"GuestText" : "@MYCHART@APPTITLE@ Logo",
	"JumpToAccount" : "Jump to account",
	"JumpToAccountHelpText" : "Continue to see your full MyChart account",
	"LogOutButtonText" : "Log out",
	"LogOutGuestButtonText" : "End session",
	"MenuNavigatorLabel" : "Menu",
	"PatientPrintHeaderHTML" : "Name: @MYCHART@PATIENT@ | DOB: @MYCHART@DOB@",
	"ProxyToolTipText" : "Currently accessing @MYCHART@TABTITLE@\u0027s record",
	"RemoteSubjecttPrintHeaderHTML" : "Name: @MYCHART@PATIENT@",
	"SkipToMainText" : "Skip navigation to main content",
	"TermsAndConditions" : "Terms and Conditions",
	"Title" : "",
});
$$WP.Strings.getNamespace("shared._shareeverywherelayout").addStrings( {
	"AllergiesLink" : "Allergies",
	"BackToHomeText" : "Back to the home page",
	"CloseMenuButtonTitle" : "Close the menu",
	"CodeStatusLabel" : "Code Status",
	"DefaultTheme" : "Switch to default theme",
	"EpicLogoLabel" : "Epic with the patient at the heart",
	"FooterPrivacyPoliciesLink" : "Privacy Policies ",
	"HeaderTextForPatient" : "@MYCHART@PATIENT@\u0027s Health Information",
	"HeaderTextForProxy" : "This chart was shared by @MYCHART@WEBUSER@ on behalf of @MYCHART@PATIENT@.",
	"HealthIssuesLink" : "Current Health Issues",
	"HealthSummaryLink" : "Health Summary",
	"HighContrastTheme" : "Switch to high contrast theme",
	"ImmunizationsLink" : "Immunizations",
	"InfoBubbleAltText" : "More Information Icon.",
	"LocaleInfoLinkText" : "View this chart\u0027s data conventions",
	"LogoAltText" : "Share Everywhere Icon. Return to Share Everywhere home",
	"LogoutIconAltText" : "Logout icon.",
	"LogOutText" : "Close chart",
	"MedicalHistoryLink" : "Medical History",
	"MedicationsLink" : "Medications",
	"MenuHeader" : "Medical Record",
	"MenuSubheader" : " Shared by \u003cspan class=\"bold\"\u003e @MYCHART@WEBUSER@\u003c/span\u003e",
	"PreventiveCareLink" : "Preventive Care",
	"ShareEverywhereDisclaimer" : "This may not be the complete medical record.",
	"TestResultsLink" : "Test Results",
	"Title" : "Share Everywhere",
	"VisitRecordsLink" : "Visit Records",
});
$$WP.Strings.getNamespace("shareeverywhere").addStrings( {
	"AdditionalResources" : "Additional Resources",
	"AdditionalResources_1" : "",
	"AdditionalResources_2" : "",
	"AdditionalResources_3" : "",
	"AdditionalResources_4" : "",
	"AdditionalResources_AdditionalResourcesTitle" : "",
	"AutomaticLanguageSwitchPopupTitle" : "Display language",
	"AutomaticLanguageSwitchWarning" : "This page is displayed in @MYCHART@LANGUAGE@ (@MYCHART@LOCALE@).",
	"CancelLogoutButtonText" : "Stay here",
	"ConfirmLogoutButtonText" : "Close chart",
	"DataFormatPretext" : "This chart uses the following conventions:",
	"DateFormat" : "Date Format: @MYCHART@DATEFORMAT@",
	"DecimalSeparator" : "Decimal Separator: \"@MYCHART@DECIMALSEPARATOR@\"",
	"LanguagePickerRecommendation" : "Use the language selector in the menu to view it in another language.",
	"LocaleSettingsPopupTitle" : "Data conventions",
	"LogoutPopupMessage" : "You\u0027ll need to get a new Share Code from @MYCHART@WEBUSER@ to regain access.",
	"LogoutPopupTitle" : "Are you sure you want to close the chart?",
	"ShareEverywhereHomeHeader" : "@MYCHART@ACCESSOR@, welcome to Share Everywhere.",
	"ShareEverywhereHomeText" : "This chart has all information that can be shared through Share Everywhere. Use the menu to view information from @MYCHART@PATIENT@\u0027s chart. You can also message the care team a summary of any clinical care that you\u0027ve provided.",
	"TimeFormat" : "Time Format: @MYCHART@TIMEFORMAT@",
	"Title" : "Share Everywhere",
	"Uses12HourClock" : "This chart uses a 12-hour clock.",
	"Uses24HourClock" : "This chart uses a 24-hour clock.",
});
$$WP.Strings.getNamespace("shareeverywhere.generatecode").addStrings( {
	"AboutShareEverywhereDesc" : "Share Everywhere allows you to share your record with just about anyone, like a doctor, chiropractor, social worker, physical therapist, dentist, or school nurse. This gives them the ability to see your health record summary, view other clinical data, and submit a note to your care team. For more information visit \u003ca href=\"https://www.shareeverywhere.com/FAQ\"\u003ewww.shareeverywhere.com/FAQ\u003c/a\u003e.",
	"AboutShareEverywhereTitle" : "About Share Everywhere",
	"additionalSidebarContent" : "",
	"allergiesFeatureText" : "Allergies",
	"authorBoxHelpText" : "Name",
	"authorBoxLabel" : "Who do you want to share your record with?",
	"ceauthLink" : "Authorize sharing",
	"ceauthLinkDescription" : "Allow your care teams to exchange your health information to better coordinate care.",
	"codeErrorDescription" : "Please try again later.",
	"codeErrorHeader" : "There was an error generating your code.",
	"codeExpirationText" : "If you request a share code it will expire after 60 minutes.",
	"codeExpired" : "Your code has expired.",
	"codeInstructions" : "\u003cb\u003e@MYCHART@ACCESSOR@\u003c/b\u003e can now visit @MYCHART@SHARELINK@ and enter the share code below to view your record.",
	"dismissCodeButtonText" : "Dismiss",
	"dmFeatureText" : "The person accessing your record will also be able to write a clinical note to your care team.",
	"expirationText" : "This code will expire at @MYCHART@TOKENEXPIRATION@.",
	"healthissuesFeatureText" : "Health Issues",
	"immunizationsFeatureText" : "Immunizations",
	"instructionsStepOne" : "Enter the name of the provider you want to share your record with. This person will be able to write a clinical note to your care team. @MYCHART@SHARELINK@",
	"instructionsStepOneLink" : "What info will I be sharing?",
	"instructionsStepThree" : "Have them enter the code and your birthdate at @MYCHART@SHARELINK@",
	"instructionsStepTwo" : "Get a share code and tell them this code.",
	"introTitle" : "Share Your Health Record",
	"logoAltText" : "ShareEverywhere logo",
	"medsFeatureText" : "Medications",
	"MoreWaysToShareDescription" : "",
	"MoreWaysToShareTitle" : "More Ways to Share",
	"notEnabledDisclaimer" : "Share Everywhere is not currently enabled for this record.",
	"posttext" : "",
	"pretext" : "",
	"proxyFormLink" : "Grant proxy access",
	"proxyFormLinkDescription" : "Grant ongoing access to your family members and care givers.",
	"readyToShare" : "You\u0027re ready to share!",
	"requestCodeButtonText" : "Get share code",
	"shareEverywhereDescription" : "Grant one-time, limited access to the health information you can see in @MYCHART@APPTITLE@, including:",
	"shareEverywhereLink" : "www.shareeverywhere.com",
	"startOverCodeButtonText" : "Start over",
	"Title" : "Share Everywhere",
	"visitRecordsLink" : "Access visit records",
	"visitRecordsLinkDescription" : "View, download, or transmit summaries of your past visits.",
});
$$WP.Strings.getNamespace("sharinghub").addStrings( {
	"ActivityLinklistHeader" : "Already know which sharing option you want?",
	"AnyoneElseAccessibleDescription" : "Anyone else. This might be someone at another organization, like your school, insurance, or workplace.",
	"AnyoneElseDescription" : "This might be someone at another organization, like your school, insurance, or workplace.",
	"AnyoneElseFHIRAccessibleDescription" : "Give a third party app access. You will need to go through the third party app to connect to @MYCHART@APPTITLE@. (Opens in a new window)",
	"AnyoneElseFHIRDescription" : "You will need to go through the third party app to connect to @MYCHART@APPTITLE@.",
	"AnyoneElseFHIRTitle" : "Give a third party app access",
	"AnyoneElseROIAccessibleDescription" : "Request a formal copy. You can request specific pieces of information, including lab images, or request everything. This request might take a few days for your healthcare organization to process.",
	"AnyoneElseROIDescription" : "You can request specific pieces of information, including lab images, or request everything. This request might take a few days for your healthcare organization to process.",
	"AnyoneElseROITitle" : "Request a formal copy",
	"AnyoneElseTitle" : "Anyone else",
	"AnyoneElseVDTAccessibleDescription" : "Download or send a snapshot. You can download or send a summary or specific visit details. You will get this as a human-readable file plus standard-based machine-readable files. This is available immediately.",
	"AnyoneElseVDTDescription" : "You can download or send a summary and/or specific visit details. You will get this as a human-readable file plus standard-based machine-readable files. This is available immediately.",
	"AnyoneElseVDTTitle" : "Download or send a snapshot",
	"AuthorizedSharingAccessibleDescription" : "Manage and sign sharing agreements for other organizations to request your record from @MYCHART@APPTITLE@.",
	"AuthorizedSharingDescription" : "Manage and sign sharing agreements for other organizations to request your record from @MYCHART@APPTITLE@.",
	"AuthorizedSharingTitle" : "Manage record authorizations",
	"BackButtonAccessibleText" : "Back to previous step",
	"BackButtonText" : "Back",
	"CEAuthLink" : "Give permission to share your health record",
	"CEIDLink" : "View your Care Everywhere ID",
	"DownloadMyRecordTitle" : "Download health and visit summary",
	"EHIELink" : "Request computer-readable export",
	"FriendOrFamily" : "Family member, close friend, or caretaker",
	"FriendOrFamilyAccessibleDescription" : "A family member, close friend, or caretaker. This person might be taking care of you or helping you track your health.",
	"FriendOrFamilyDescription" : "This person might be taking care of you or helping you track your health.",
	"FriendOrFamilyProxyAccessibleDescription" : "Manage ongoing access to your @MYCHART@APPTITLE@ account. This person might be taking care of you or helping you track your health.",
	"FriendOrFamilyProxyDescription" : "This person might be taking care of you or helping you track your health.",
	"FriendOrFamilyProxyTitle" : "Manage ongoing access to your @MYCHART@APPTITLE@ account",
	"FriendOrFamilyROIAccessibleDescription" : "Request a formal copy. You can request specific pieces of information, including lab images, or request everything. This request might take a few days for your healthcare organization to process.",
	"FriendOrFamilyROIDescription" : "You can request specific pieces of information, including lab images, or request everything. This request might take a few days for your healthcare organization to process.",
	"FriendOrFamilyROITitle" : "Request a formal copy",
	"FriendOrFamilyVDTAccessibleDescription" : "Download or send a snapshot. This will contain your health summary and/or specific visit details. This is available immediately. ",
	"FriendOrFamilyVDTDescription" : "This will contain your health summary and/or specific visit details. This is available immediately.",
	"FriendOrFamilyVDTTitle" : "Download or send a snapshot",
	"FriendsAndFamilyTitle" : "Friends and family access",
	"FriendsFamilyLink" : "Manage friends and family access",
	"HealthRecordOnGoDescription" : "Learn how health data is securely shared between doctors and organizations",
	"HealthRecordOnGoTitle" : "Your Health Record on the Go",
	"LearningCardButtonText" : "Learning topics",
	"LearningCardHeader" : "Watch to Learn",
	"LoadingAlert" : "Loading...",
	"MOPageTitle" : "Sharing Hub",
	"PFIOAccessibleDescription" : "Other organizations can currently receive information from your health record. You can limit your sharing with these organizations.",
	"PFIOAccessibleDescriptionEducation" : "See how your healthcare information is safely shared with healthcare organizations to improve your healthcare outcomes.",
	"PFIOAccessibleDescriptionOptOut" : "Outside organizations currently cannot receive information from your health record. You can start sharing with these organizations.",
	"PFIODescription" : "Other organizations can currently receive information from your health record. You can limit your sharing with these organizations.",
	"PFIODescriptionEducation" : "See how your health information is safely shared with healthcare organizations to improve your health outcomes.",
	"PFIODescriptionOptOut" : "Outside organizations currently cannot receive information from your health record. You can start sharing with these organizations.",
	"PFIOLink" : "Prevent other healthcare organizations from requesting your health record",
	"PFIOLinkEducation" : "Learn more about how your health record is shared",
	"PFIOLinkOptOut" : "Allow other healthcare organizations to request your health record",
	"PFIOTitle" : "Prevent other healthcare organizations from requesting your health record",
	"PFIOTitleEducation" : "Learn how healthcare organizations share your health record",
	"PFIOTitleOptOut" : "Allow other healthcare organizations to receive your health record",
	"Pretext" : "There are many ways to manage and share your health information. Let us help you find what you need.",
	"ProviderAccessibleDescription" : "A healthcare provider. A healthcare provider is a health professional (for example, a doctor, dentist, nurse, or social worker) or a healthcare organization.",
	"ProviderCEAccessibleDescription" : "Your health record is shared with other organizations so they can receive critical information like allergies, medications, and past diagnostics. You can manage how your health record is shared.",
	"ProviderCEDescription" : "Your health record is shared with other organizations so they can receive critical information like allergies, medications, and past diagnostics. You can manage how your health record is shared.",
	"ProviderCETitle" : "Manage how your health record is shared",
	"ProviderDescription" : "A healthcare provider is a health professional (for example, a doctor, dentist, nurse, or social worker) or a healthcare organization.",
	"ProviderROIAccessibleDescription" : "Request a formal copy. You can request specific pieces of information, including lab images, or request everything. This request might take a few days for your healthcare organization to process.",
	"ProviderROIDescription" : "You can request specific pieces of information, including lab images, or request everything. This request might take a few days for your healthcare organization to process.",
	"ProviderROITitle" : "Request a formal copy",
	"ProviderSEAccessibleDescription" : "Give one-time access to your @MYCHART@APPTITLE@ account. This provider might be new to you, and you don\u0027t plan to see them again or you don\u0027t see them often.",
	"ProviderSEDescription" : "This provider might be new to you, and you don\u0027t plan to see them again or you don\u0027t see them often.",
	"ProviderSETitle" : "Give one-time access to your @MYCHART@APPTITLE@ account",
	"ProviderTitle" : "Healthcare provider",
	"ProviderVDTAccessibleDescription" : "Download or send a snapshot. This provider may be new to you, and you plan to see them again. They may be a specialist outside of your regular healthcare organization or a school nurse.",
	"ProviderVDTDescription" : "This provider may be new to you, and you plan to see them again. They may be a specialist outside of your regular healthcare organization or a school nurse.",
	"ProviderVDTTitle" : "Download or send a snapshot",
	"ROILink" : "Request formal copy of health record",
	"SelfServiceAccessibleDescription" : "@MYCHART@SelfServiceActivityTitle@. @MYCHART@SelfServiceActivityDescription@",
	"SelfServiceBackButtonText" : "Back to Sharing Hub",
	"SelfServiceDownloadButtonProcessingText" : "Requesting download",
	"SelfServiceDownloadButtonText" : "Request download",
	"SelfServiceDownloadLimitErrorHeader" : "Request submission failed",
	"SelfServiceDownloadLimitErrorSecondaryHeader" : "You have reached the daily request limit for this document.",
	"SelfServiceDownloadLimitErrorStatusText" : "You can download recent requests from the Requested Records page.",
	"SelfServiceDownloadRequestFailBodyText" : "Oops! We could not submit your request at this time. Try again later.",
	"SelfServiceDownloadRequestFailHeader" : "Request submission failed",
	"SelfServiceDownloadSuccessPageButtonText" : "Go to Requested Records",
	"SelfServiceDownloadSuccessPageHeader" : "Download requested",
	"SelfServiceDownloadSuccessPageSecondaryHeader" : "Your request was successful",
	"SelfServiceDownloadSuccessPageStatusText" : "You can see its status on the Requested Records page.",
	"SelfServicePrivacyConsentText" : "I understand and acknowledge that this document might include sensitive information. If I share this document with someone else, they can see all of this information.",
	"ShareEverywhereLink" : "Grant one-time access with Share Everywhere",
	"ShareEverywhereTitle" : "Share Everywhere",
	"SharingYourRecordDescription" : "Learn more about how you can share your record",
	"SharingYourRecordTitle" : "Sharing Your Record",
	"Title" : "Sharing Hub",
	"TriagePromptHowToControlSharing" : "How do you want to control the sharing of your health record?",
	"TriagePromptHowToShareAnyoneElse" : "How do you want to share your health information?",
	"TriagePromptHowToShareFriendsFamily" : "How do you want to share your health information with a family member, close friend, or caretaker?",
	"TriagePromptHowToShareProvider" : "How do you want to share your health information with a provider?",
	"TriagePromptHowToShareYourself" : "How do you want to share your health information with yourself?",
	"TriagePromptWhoToShareWith" : "Who do you want to share your health information with?",
	"VDTLink" : "Download health and visit summary",
	"WatchMoreVideosButton" : "Watch more videos",
	"Yourself" : "Yourself",
	"YourselfAccessibleDescription" : "Yourself. You might be trying to get a copy for your personal reference.",
	"YourselfDescription" : "You might be trying to get a copy for your personal reference.",
	"YourselfFHIRAccessibleDescription" : "Give a third party app access. You will need to go through the third party app to connect to @MYCHART@APPTITLE@. (Opens in a new window)",
	"YourselfFHIRDescription" : "You will need to go through the third party app to connect to @MYCHART@APPTITLE@.",
	"YourselfFHIRTitle" : "Give a third party app access",
	"YourselfROIAccessibleDescription" : "Request a formal copy. You can request specific pieces of information, including lab images, or request everything. This request might take a few days for your healthcare organization to process.",
	"YourselfROIDescription" : "You can request specific pieces of information, including lab images, or request everything. This request might take a few days for your healthcare organization to process.",
	"YourselfROITitle" : "Request a formal copy",
	"YourselfVDTAccessibleDescription" : "Download or send a snapshot. You can download or send a summary or specific visit details. You will get this as a human-readable file plus standard-based machine-readable files. This is available immediately.",
	"YourselfVDTDescription" : "You can download or send a summary and specific visit details. You will get this as a human-readable file plus standard-based machine-readable files. This is available immediately.",
	"YourselfVDTTitle" : "Download or send a snapshot",
});
$$WP.Strings.getNamespace("shopperpatient.personalinformation").addStrings( {
	"ContinueButton" : "Continue",
	"DemographicCollectionErrorMessage" : "Unable to collect your personal information. Please contact your clinic.",
	"DemographicEntryErrorPopupButton" : "Close",
	"DemographicEntryErrorPopupMessage" : "Please fill out all of the required pieces of demographic information.",
	"DemographicEntryErrorPopupTitle" : "Error",
	"DemographicsHeader" : "Enter personal information about the patient",
	"LogInOptionButton" : "Sign in",
	"LogInOptionExplanation" : "Or, sign in to an existing account to skip this step",
	"Title" : "",
});
$$WP.Strings.getNamespace("shopperpatient.userroutingpage").addStrings( {
	"AlternativeDividerPrompt" : "OR",
	"CloseErrorPopupText" : "Close",
	"ErrorPopupMessage" : "Oops! Something went wrong. Please try again later.",
	"ErrorPopupTitle" : "Error",
	"ExistingUserButtonText" : "Sign in",
	"ExistingUserCardText" : "Get faster and personalized health recommendations by signing into your existing @MYCHART@APPTITLE@ account.",
	"ExistingUserCardTitle" : "Connect using your @MYCHART@APPTITLE@ account",
	"MissingFieldsPopupMessage" : "Please fill out all of the required pieces of demographic information.",
	"NewPatientButtonText" : "Continue for yourself",
	"NewPatientCardText" : "We\u0027ll need some information about the patient to help us provide recommendations for care. It\u0027s important that you enter accurate information for your recommendations to be correct.",
	"NewPatientCardTitle" : "Continue without a @MYCHART@APPTITLE@ account",
	"NewProxyButtonText" : "Continue for someone else",
	"Title" : "",
});
$$WP.Strings.getNamespace("signup").addStrings( {
	"Account_Created_Email_Print_Not_Enabled" : "After finishing here, ask the front desk about how to access the @MYCHART@AppTitle@ account.",
	"Account_Creation_Fail_Collect_Email" : "Sign up later through email?",
	"Account_Creation_Fail_Email_Header" : "An email has been sent to @MYCHART@FailEmailAddress@ so that you can finish creating your account later.",
	"Account_Creation_Fail_Email_Header_Dependent" : "An email has been sent to @MYCHART@FailEmailAddressDependent@ so that @MYCHART@PatientFirstName@ can finish creating their account later.",
	"Account_Creation_Fail_Header" : "We cannot complete creating your @MYCHART@AppTitle@ account at this time.",
	"Account_Creation_Fail_Header_Dependent" : "We cannot complete creating @MYCHART@PatientFirstName@\u0027s @MYCHART@AppTitle@ account at this time.",
	"Account_Creation_Fail_Instant_Activation_Not_Configured" : "After finishing here, ask the front desk for help creating your @MYCHART@AppTitle@ account.",
	"Account_Creation_Fail_Instant_Activation_Not_Configured_Dependent" : "After finishing here, ask the front desk for help creating @MYCHART@PatientFirstName@\u0027s @MYCHART@AppTitle@ account.",
	"Account_Creation_Fail_Print_Header" : "Take the instructions to sign up from the printer below",
	"AccountReactivationFailEmailHeader" : "An email has been sent to @MYCHART@ReactivationFailEmailAddress@ so that you can finish reactivating your account later.",
	"AccountReactivationFailEmailHeaderDependent" : "An email has been sent to @MYCHART@ReactivationFailEmailAddressDependent@ so that @MYCHART@PatientFirstName@ can finish reactivating their account later.",
	"AccountReactivationFailHeader" : "We cannot complete reactivating your @MYCHART@AppTitle@ account at this time.",
	"AccountReactivationFailHeaderDependent" : "We cannot complete reactivating @MYCHART@PatientFirstName@\u0027s @MYCHART@AppTitle@ account at this time.",
	"AccountReactivationFailInstantActivationNotConfigured" : "After finishing here, ask the front desk for help reactivating your @MYCHART@AppTitle@ account.",
	"AccountReactivationFailInstantActivationNotConfiguredDependent" : "After finishing here, ask the front desk for help reactivating @MYCHART@PatientFirstName@\u0027s @MYCHART@AppTitle@ account.",
	"ConfirmationPage_EmailInstructions" : "Check @MYCHART@SentEmailAddress@ for further instructions.",
	"ConfirmationPage_Instructions" : "",
	"ConfirmationPage_Instructions_Email" : "We\u0027ve sent instructions to activate your @MYCHART@AppTitle@ account to @MYCHART@ConfirmationEmailAddress@.",
	"ConfirmationPage_Instructions_Email_Dependent" : "We\u0027ve sent instructions to activate @MYCHART@PatientFirstName@\u0027s @MYCHART@AppTitle@ account to @MYCHART@ConfirmationEmailAddress@.",
	"ConfirmationPage_Instructions_Print" : "When you\u0027re finished, see the receptionist to pick up your printout.",
	"ConfirmationPage_Instructions_Print_Dependent" : "When finished, see the receptionist to pick up @MYCHART@PatientFirstName@\u0027s printout.",
	"ConfirmationPage_Instructions_PrintAtKiosk" : "Take the printout from the printer below.",
	"ConfirmationPage_Instructions_SMS" : "A @MYCHART@AppTitle@ activation link has been sent to @MYCHART@ConfirmationPhoneNumber@.",
	"ConfirmationPage_PrinterInstructions" : "Take instructions from printer below",
	"ConfirmationPageReactivateSuccessBanner" : "You\u0027ve reactivated your @MYCHART@AppTitle@ account!",
	"ConfirmationPageReactivateSuccessBannerDependent" : "You\u0027ve reactivated @MYCHART@PatientFirstName@\u0027s @MYCHART@AppTitle@ account!",
	"ConfirmationPageSuccessBanner" : "You\u0027ve created a @MYCHART@AppTitle@ account!",
	"ConfirmationPageSuccessBannerDependent" : "You\u0027ve created a @MYCHART@AppTitle@ account for @MYCHART@PatientFirstName@!",
	"EmailConfirmationPopup_Instructions" : "Send instructions to @MYCHART@InstructionEmailAddress@?",
	"EmailConfirmationPopup_Notifications" : "Send notifications to @MYCHART@NotificationEmailAddress@?",
	"EmailPrompt_DoNotSend" : "Don\u0027t send",
	"EmailPrompt_Send" : "Send",
	"EmailPrompt_Subheader" : "Email address",
	"EmailPromptPage_Header" : "Sign up via email",
	"EmailPromptPage_PrimaryEmail" : "Save as primary email address",
	"EmailPromptPage_PrimaryEmailSubheader" : "This email address will be saved as your primary email address.",
	"EmailPromptPage_PrimaryEmailSubheader_Dependent" : "This email address will be saved as @MYCHART@PatientFirstName@\u0027s primary email address.",
	"EmailPromptPage_Subheader" : "Enter your email address to receive sign up information.",
	"EmailPromptPage_Subheader_Dependent" : "Enter @MYCHART@PatientFirstName@\u0027s email address to receive sign up information.",
	"Error" : "Error:",
	"FullPhone" : "Phone number",
	"FullPhoneClarification" : "Enter your phone number, including the area code",
	"FullPhoneClarification_Dependent" : "Enter @MYCHART@PatientFirstName@\u0027s phone number, including the area code",
	"HideConfirmPassword_SpokenLabel" : "Toggle showing confirm password. Password is currently shown.",
	"HidePassword_SpokenLabel" : "Toggle showing password. Password is currently shown.",
	"IntlPhoneClarification" : "Enter your phone number, including the area code. Include + and country code for international numbers.",
	"IntlPhoneClarification_Dependent" : "Enter @MYCHART@PatientFirstName@\u0027s phone number, including the area code. Include + and country code for international numbers.",
	"MyChart_Information_1" : "Communicate with your doctor",
	"MyChart_Information_1_Dependent" : "Communicate with @MYCHART@PatientFirstName@\u0027s doctor",
	"MyChart_Information_2" : "Access your test results",
	"MyChart_Information_2_Dependent" : "Access @MYCHART@PatientFirstName@\u0027s test results",
	"MyChart_Information_3" : "Request prescription refills",
	"MyChart_Information_4" : "Manage your reminders",
	"MyChart_Information_4_Dependent" : "Manage @MYCHART@PatientFirstName@\u0027s reminders",
	"MyChart_Information_Reactivate_Header" : "Reactivate Your @MYCHART@AppTitle@ Account",
	"MyChart_Information_Reactivate_Header_Dependent" : "Reactivate @MYCHART@PatientFirstName@\u0027s @MYCHART@AppTitle@ Account",
	"MyChart_Information_Reactivate_Later_Header" : "Reactivate Your @MYCHART@AppTitle@ Account Later",
	"MyChart_Information_Reactivate_Later_Header_Dependent" : "Reactivate @MYCHART@PatientFirstName@\u0027s @MYCHART@AppTitle@ Account Later",
	"MyChart_Information_Reactivating_Header" : "Reactivating Your @MYCHART@AppTitle@ Account",
	"MyChart_Information_Reactivating_Header_Dependent" : "Reactivating @MYCHART@PatientFirstName@\u0027s @MYCHART@AppTitle@ Account",
	"MyChartSignup_AskLater" : "Ask later",
	"MyChartSignup_Continue" : "Continue",
	"MyChartSignup_Create_Header" : "Create Your @MYCHART@AppTitle@ Account",
	"MyChartSignup_Create_Header_Dependent" : "Create @MYCHART@PatientFirstName@\u0027s @MYCHART@AppTitle@ Account",
	"MyChartSignup_Create_Later_Header" : "Create Your @MYCHART@AppTitle@ Account Later",
	"MyChartSignup_Create_Later_Header_Dependent" : "Create @MYCHART@PatientFirstName@\u0027s @MYCHART@AppTitle@ Account Later",
	"MyChartSignup_Creating_Header" : "Creating Your @MYCHART@AppTitle@ Account",
	"MyChartSignup_Creating_Header_Dependent" : "Creating @MYCHART@PatientFirstName@\u0027s @MYCHART@AppTitle@ Account",
	"MyChartSignup_Dont_Re_Activate" : "No thanks",
	"MyChartSignup_DontSignup" : "No thanks",
	"MyChartSignup_No" : "No",
	"MyChartSignup_Ok" : "Ok",
	"MyChartSignup_Re_Activate" : "Activate",
	"MyChartSignup_Signup" : "Sign up",
	"MyChartSignup_Submit" : "Submit",
	"MyChartSignup_Yes" : "Yes",
	"NotificationsEmailPromptPage_Header" : "Where would you like notifications sent to?",
	"NotificationsEmailPromptPage_Header_Dependent" : "Where would @MYCHART@PatientFirstName@ like notifications sent to?",
	"NotificationsSelectionPage_LabResultsInfo" : "Instantly notified when your results come in.",
	"NotificationsSelectionPage_LabResultsInfo_Dependent" : "Instantly notified when @MYCHART@PatientFirstName@\u0027s results come in.",
	"NotificationsSelectionPage_LabResultsTitle" : "Lab Results",
	"NotificationsSelectionPage_MessagesInfo" : "Be alerted when you receive new messages.",
	"NotificationsSelectionPage_MessagesInfo_Dependent" : "Be alerted when @MYCHART@PatientFirstName@ receives new messages.",
	"NotificationsSelectionPage_MessagesTitle" : "Messages",
	"NotificationsSelectionPage_PrescriptionsInfo" : "Sent in a refill? Get notified when your prescriptions are ready.",
	"NotificationsSelectionPage_PrescriptionsInfo_Dependent" : "Sent in a refill? Get notified when @MYCHART@PatientFirstName@\u0027s prescriptions are ready.",
	"NotificationsSelectionPage_PrescriptionsTitle" : "Prescriptions",
	"NotificationsSelectionPage_PrimaryEmailDisclaimer" : "@MYCHART@AppTitle@ notifications will be sent to your primary email address: @MYCHART@DisclaimerEmailAddress@",
	"NotificationsSelectionPage_PrimaryEmailDisclaimer_Dependent" : "@MYCHART@AppTitle@ notifications will be sent to @MYCHART@PatientFirstName@\u0027s primary email address: @MYCHART@DisclaimerEmailAddressDependent@",
	"NotificationsSelectionPage_Prompt" : "Would you like to receive email notifications?",
	"NotificationsSelectionPage_Prompt_Dependent" : "Would @MYCHART@PatientFirstName@ like to receive email notifications?",
	"NotificationsSelectionPage_QuickRemindersInfo" : "Get reminded of upcoming appointments.",
	"NotificationsSelectionPage_QuickRemindersTitle" : "Quick Reminders",
	"NotOnFile" : "Not on file",
	"Password_Fail_Too_Long" : "The password must be @MYCHART@PasswordMaxLength@ characters or fewer.",
	"Password_Fail_Too_Short" : "The password must be at least @MYCHART@PasswordMinLength@ characters.",
	"Password_Fail_Unknown" : "The password entered is not valid.",
	"PasswordFailMixedCase" : "The password must contain upper and lower case letters.",
	"PasswordFailSpecialCharacter" : "The password must contain a special character.",
	"PasswordNotMatch" : "Passwords do not match.",
	"PasswordPromptPage_ConfirmPasswordSubheader" : "Confirm password",
	"PasswordPromptPage_CreatePassword" : "Create a password",
	"PasswordPromptPage_PasswordRequirements" : "Your password must be at least @MYCHART@PassReqMinLength@ characters long.",
	"PasswordPromptPage_PasswordRequirements_Dependent" : "@MYCHART@PatientFirstName@\u0027s password must be at least @MYCHART@PassReqMinLengthDependent@ characters long.",
	"PasswordPromptPage_PasswordSubheader" : "Password",
	"PasswordPromptPage_UsernameSubheader" : "Your username is: @MYCHART@ExistingUsername@",
	"PasswordPromptPage_UsernameSubheader_Dependent" : "@MYCHART@PatientFirstName@\u0027s username is: @MYCHART@ExistingUsernameDependent@",
	"PasswordPromptPagePasswordRequirementsAlphanum" : "Your password must be at least @MYCHART@PassReqMinLengthAlphanum@ characters long and have a letter and a number.",
	"PasswordPromptPagePasswordRequirementsDependentAlphanum" : "@MYCHART@PatientFirstName@\u0027s password must be at least @MYCHART@PassReqMinLengthDependentAlphanum@ characters long and have a letter and a number.",
	"PasswordPromptPagePasswordRequirementsDependentMixed" : "@MYCHART@PatientFirstName@\u0027s password must be at least @MYCHART@PassReqMinLengthDependentMixed@ characters long and have upper and lower case letters.",
	"PasswordPromptPagePasswordRequirementsDependentMixedAlphanum" : "@MYCHART@PatientFirstName@\u0027s password must be at least @MYCHART@PassReqMinLengthDependentMixedAlphanum@ characters long, have upper and lower case letters, and have a number.",
	"PasswordPromptPagePasswordRequirementsDependentSpecial" : "@MYCHART@PatientFirstName@\u0027s password must be at least @MYCHART@PassReqMinLengthDependentSpecial@ characters long and have a special character.",
	"PasswordPromptPagePasswordRequirementsDependentSpecialAlphanum" : "@MYCHART@PatientFirstName@\u0027s password must be at least @MYCHART@PassReqMinLengthDependentSpecialAlphanum@ characters long, have a special character, and have a letter and a number.",
	"PasswordPromptPagePasswordRequirementsDependentSpecialMixed" : "@MYCHART@PatientFirstName@\u0027s password must be at least @MYCHART@PassReqMinLengthDependentSpecialMixed@ characters long, have a special character, and have upper and lower case letters.",
	"PasswordPromptPagePasswordRequirementsDependentSpecialMixedAlphanum" : "@MYCHART@PatientFirstName@\u0027s password must be at least @MYCHART@PassReqMinLengthDependentSpecialMixedAlphanum@ characters long, have a special character, have upper and lower case letters, and have a number.",
	"PasswordPromptPagePasswordRequirementsMixed" : "Your password must be at least @MYCHART@PassReqMinLengthMixed@ characters long and have upper and lower case letters.",
	"PasswordPromptPagePasswordRequirementsMixedAlphanum" : "Your password must be at least @MYCHART@PassReqMinLengthMixedAlphanum@ characters long, have upper and lower case letters, and have a number.",
	"PasswordPromptPagePasswordRequirementsSpecial" : "Your password must be at least @MYCHART@PassReqMinLengthSpecial@ characters long and have a special character.",
	"PasswordPromptPagePasswordRequirementsSpecialAlphanum" : "Your password must be at least @MYCHART@PassReqMinLengthSpecialAlphanum@ characters long, have a special character, and have a letter and a number.",
	"PasswordPromptPagePasswordRequirementsSpecialMixed" : "Your password must be at least @MYCHART@PassReqMinLengthSpecialMixed@ characters long, have a special character, and have upper and lower case letters.",
	"PasswordPromptPagePasswordRequirementsSpecialMixedAlphanum" : "Your password must be at least @MYCHART@PassReqMinLengthSpecialMixedAlphanum@ characters long, have a special character, have upper and lower case letters, and have a number.",
	"PDFAdditionalInfo" : "Additional Information",
	"PDFEmergency" : "For medical emergencies, dial @MYCHART@EMERGENCYPHONE@.",
	"PDFFriendlyName" : "@MYCHART@AppTitle@ Sign-Up",
	"PDFHeader" : "Thank you for enrolling in @MYCHART@AppTitle@!",
	"PDFInstructions" : "Please follow the instructions below to securely access your online medical record. @MYCHART@AppTitle@ allows you to send messages to your doctor, view your test results, renew your prescriptions, schedule appointments, and more.",
	"PDFNotification" : "New notification from @MYCHART@AppTitle@!",
	"PDFReminder" : "Remember, @MYCHART@AppTitle@ is NOT to be used for urgent needs.",
	"PDFSignInHeader" : "How Do I Sign In?",
	"PDFSincerely" : "Sincerely,",
	"PDFStepOne" : "1. In your internet browser, go to @MYCHART@MyChartURL@",
	"PDFStepThree" : "3. Click Sign In. You can now view your medical record.",
	"PDFStepTwo" : "2. Enter your @MYCHART@AppTitle@ username and password.",
	"PDFUsername" : "Username: @MYCHART@Username@",
	"PhoneNumberPrompt_ConfirmNumber" : "Phone number confirmation",
	"PhoneNumberPrompt_DoNotSend" : "Don\u0027t send",
	"PhoneNumberPrompt_PopupPrompt" : "Send text message to @MYCHART@PhoneNumber@?",
	"PhoneNumberPrompt_Send" : "Send",
	"PrintoutFriendlyName" : "@MYCHART@AppTitle@ Activation",
	"SavePhoneNumber" : "Make this my primary mobile number",
	"SavePhoneNumber_Dependent" : "Make this @MYCHART@PatientFirstName@\u0027s primary mobile number",
	"ShowConfirmPassword_SpokenLabel" : "Toggle showing confirm password. Password is currently hidden.",
	"ShowPassword_SpokenLabel" : "Toggle showing password. Password is currently hidden.",
	"SignupBannerButton" : "Create account",
	"SignupBannerHeader" : "Save time with @MYCHART@APPTITLE@",
	"SignupBannerText" : "Sign up for @MYCHART@APPTITLE@ to access your personal healthcare information with your computer or smartphone.",
	"SignupMethodPage_EmailActivationCode" : "Email me an activation code",
	"SignupMethodPage_EmailActivationCode_Dependent" : "Email @MYCHART@PatientFirstName@ an activation code",
	"SignupMethodPage_InstantActivation" : "Email me an activation link",
	"SignupMethodPage_InstantActivation_Dependent" : "Email an activation link",
	"SignupMethodPage_InstantActivationSMS" : "Text me an activation link",
	"SignupMethodPage_InstantActivationSMS_Dependent" : "Text an activation link",
	"SignupMethodPage_PrintAtServer" : "Print an activation code",
	"SignupMethodPage_SignupAtKiosk" : "Complete sign up now",
	"SignupMethodPage_SignupAtKiosk_Dependent" : "Complete signing @MYCHART@PatientFirstName@ up now",
	"SignupMethodSelection_InformationHeader" : "Use @MYCHART@AppTitle@ to communicate with your doctor, access test results, request prescription refills, and manage your reminders.",
	"SignupMethodSelection_InformationHeader_Dependent" : "Use @MYCHART@AppTitle@ to communicate with @MYCHART@PatientFirstName@\u0027s doctor, access test results, request prescription refills, and manage @MYCHART@PatientFirstName@\u0027s reminders.",
	"SignupPage_SpokenLabel" : "@MYCHART@AppTitle@ allows you to communicate with your doctor, access your test results, request prescription refills, manage your reminders and more.",
	"SMSConfirmPopupDetailsECS" : "We\u0027ll send a confirmation message to @MYCHART@PHONENUMBER@ from @MYCHART@SHORTCODE@. If you don\u0027t receive it in the next few minutes, see the receptionist. You will need to respond to the message to enroll.",
	"Title" : "",
	"Username_DeactivatedAccount_Header" : "This is your existing username",
	"Username_DeactivatedAccount_Header_Dependent" : "This is @MYCHART@PatientFirstName@\u0027s existing username",
	"Username_DeactivatedAccount_Subheader" : "Your username cannot be changed.",
	"Username_DeactivatedAccount_Subheader_Dependent" : "Their username cannot be changed.",
	"Username_Fail_Format" : "The username is in the wrong format.",
	"Username_Fail_Too_Long" : "The username must be @MYCHART@UsernameMaxLength@ characters or fewer.",
	"Username_Fail_Too_Short" : "The username must be at least @MYCHART@UsernameMinLength@ characters.",
	"Username_Fail_Unknown" : "The username entered is not valid.",
	"Username_Fail_Used" : "The username chosen is already in use. Please choose another.",
	"UsernameCustomError" : "",
	"UsernamePromptPage_CreateUsername" : "Create a username",
	"UsernamePromptPage_UsernamePlaceholder" : "e.g. JohnDoe123",
	"UsernamePromptPage_UsernamePlaceholder_LargeText" : "e.g. John23",
	"UsernamePromptPage_UsernameRequirements" : "This username can only contain letters, numbers, @, -, ., and _, must be at least @MYCHART@UserReqMinLength@ characters long, and must begin with a letter or number.",
	"UsernamePromptPage_UsernameRequirements_Spoken" : "This username can only contain letters, numbers, @, hyphen, period, and _, must be at least @MYCHART@UserReqMinLengthSpoken@ characters long, and must begin with a letter or number.",
	"UsernamePromptPage_UsernameSubheader" : "Username",
});
$$WP.Strings.getNamespace("signup.signup_login").addStrings( {
	"AcceptTermsAndConditions" : "You must accept the terms and conditions to proceed.",
	"AccessCodeError" : "Please enter your activation code.",
	"AccessCodeInvalid" : "Invalid activation code.",
	"DOBError" : "Please enter your date of birth.",
	"DOBInvalid" : "Invalid date of birth.",
	"EmailError" : "Please enter your email address.",
	"EmailInvalid" : "Invalid email address.",
	"EmailPunctuationError" : "Your email address cannot contain any spaces or punctuation.",
	"FirstNameError" : "Please enter your first name.",
	"HidePasswordButtonText" : "Hide",
	"HintError" : "Please enter your password hint.",
	"HintPasswordError" : "Your pasword hint cannot include your password.",
	"IDDOBError" : "Please enter your username and date of birth.",
	"IDError" : "Please enter a username.",
	"IDPasswordError" : "Please eneter a username and password.",
	"IDPunctuationError" : "Your username cannot contain any spaces or symbols other than a period (.), hyphen (-), underscore (_), or the at symbol (@).",
	"IDSSNDOBError" : "Please enter username, @MYCHART@NationalIDLabel@ and date of birth.",
	"IDSSNError" : "Please enter your username and @MYCHART@NationalIDLabel@.",
	"LastNameError" : "Please enter your last name.",
	"MRNError" : "Please enter your medical record number.",
	"NavigationCancel" : "Stay here",
	"NavigationConfirm" : "Leave this page",
	"NavigationDetails" : "If you leave this page, you will need to log in again. If you are leaving to retrieve your code, you should open a new browser tab.",
	"NavigationTitle" : "Are you sure you want to leave?",
	"NeedAuthMethod" : "At least one authentication method must be selected.",
	"NewPasswordError" : "Your new password cannot contain any spaces.",
	"PasswordError" : "Please enter a password.",
	"PasswordInSecAnsError" : "Your secret answer cannot include your password.",
	"PasswordInSecQuesAnsError" : "Neither your security question nor your secret answer may contain your password.",
	"PasswordInSecQuesError" : "Your security question cannot include your password.",
	"PasswordSpaceError" : "Your password cannot contain any spaces.",
	"PhoneEmpty" : "Please enter your primary phone number.",
	"PhoneError" : "Please enter your mobile phone number.",
	"PhonePunctuationError" : "Your mobile phone number cannot contain any spaces, letters, or punctuation.",
	"ReTypeEmailEmptyError" : "Please retype your email address.",
	"ReTypeEmailError" : "Your email and the retyped email are not the same.",
	"ReTypeEmailPunctuationError" : "Your retyped email address cannot contain any spaces or punctuation.",
	"ReTypePasswordEmptyError" : "Please retype your password.",
	"ReTypePasswordError" : "Your password and the retyped password are not the same.",
	"ReTypePhoneEmptyError" : "Please retype your mobile phone number.",
	"ReTypePhoneError" : "Your mobile phone number and the retyped mobile phone number are not the same.",
	"SecAnsEmptyError" : "Please enter an answer to your security question.",
	"SecQuesEmptyError" : "Please enter a security question.",
	"ShowPasswordButtonText" : "Show",
	"SSN4Empty" : "Please enter the last 4 digits of your @MYCHART@NationalIDLabel@.",
	"SSN4Invalid" : "Invalid last 4 digits of @MYCHART@NationalIDLabel@.",
	"SSNDOBError" : "Please enter your @MYCHART@NationalIDLabel@ and date of birth.",
	"SSNError" : "Please enter your @MYCHART@NationalIDLabel@ in the form of @MYCHART@SSNFORMAT@.",
	"SSNInvalid" : "Invalid @MYCHART@NationalIDLabel@",
	"Title" : "",
	"ValidEmailError" : "Please enter a valid email address.",
	"ValidPhoneNumberError" : "Please enter a valid phone number.",
	"YesNoError" : "Please select yes or no.",
	"ZipError" : "Please enter your ZIP code.",
});
$$WP.Strings.getNamespace("signupdemographicform").addStrings( {
	"BackButtonLabel" : "Back",
	"BacktoHomeButtonLabel" : "Back to Login Page",
	"BacktoHomeButtonUrl" : "~/default.asp",
	"CaptchaPretext" : "As a spam prevention measure, complete the CAPTCHA below.",
	"ExistingAccountError" : "There is an existing account for this person.\u003cbr /\u003e\u003cbr /\u003eFrom the login page, click \"Forgot username?\" or \"Forgot password?\" to access this account.",
	"ExistingAccountErrorTitle" : "Account already exists",
	"FormHelpTextScheduleForSomeoneElseGuarantor" : "The guarantor is the person responsible for paying the cost not covered by insurance.",
	"FormTitle" : "Sign up for @MYCHART@APPTITLE@",
	"FormTitleOpenSchedulingPatient" : "Patient information",
	"FormTitleScheduleForSomeoneElseGuarantor" : "Guarantor information",
	"FormTitleScheduleForSomeoneVisitContact" : "Your information",
	"InactiveExistingAccountError" : "There is an existing account for this person. \u003cbr /\u003e\u003cbr /\u003ePlease contact us directly to restore access to your account.",
	"InactiveExistingAccountErrorTitle" : "Account already exists",
	"InBasketMessageSent" : "Thank you - your request has been sent to the clinic. You will receive an activation code in your mail or email within a week.\u003cbr /\u003e\u003cbr /\u003eIf you have any questions or if you do not receive your activation code, call customer service.",
	"InBasketMessageSentFallback" : "We were unable to verify your information, so your request has been sent to the clinic. You will receive an activation code by mail or email within a week.\u003cbr /\u003e\u003cbr /\u003eIf you have any questions or if you do not receive your activation code, call customer service at @MYCHART@HELPDESKPHONE@.",
	"InBasketMessageSentTitle" : "Request Submitted",
	"InvalidProxyInviteError" : "Ask the patient to resend the invitation.",
	"InvalidProxyInviteErrorTitle" : "Something Went Wrong With Your Invitation",
	"MessageSuppressedError" : "We were unable to verify your identity using the information provided. Please contact customer service at @MYCHART@HELPDESKPHONE@ for assistance.",
	"MessageSuppressedErrorTitle" : "Unable to verify your identity",
	"NextButtonLabel" : "Next",
	"NoMessageError" : "We are experiencing technical difficulties at this time. Please try again later or contact our customer service line for assistance.",
	"NoMessageErrorTitle" : "Try again later",
	"posttext" : "",
	"posttext2FASignupOnly" : "",
	"posttext3rdparty" : "",
	"posttextGuestPatient" : "",
	"posttextGuestProxy" : "",
	"posttextGuestScheduleForSomeoneElse" : "",
	"posttextPatientChoice" : "",
	"posttextScheduleForSomeoneElsePatient" : "",
	"posttextScheduleForSomeoneElseVisitContact" : "",
	"pretext" : "We need some information to grant you a @MYCHART@APPTITLE@ account. After you submit this request, it may take up to a week for processing and verification. When you\u0027re approved, you will receive an email or a letter with your activation code and instructions on how to activate your @MYCHART@APPTITLE@ account. If you have any questions, please contact us at @MYCHART@HELPDESKPHONE@.",
	"pretext3rdparty" : "Follow these steps to sign up for a @MYCHART@APPTITLE@ account.\u003cul class=\u0027bulleted\u0027\u003e\u003cli\u003eEnter your personal information.\u003c/li\u003e\u003cli\u003eVerify your identity.\u003c/li\u003e\u003cli\u003eChoose a username and password.\u003c/li\u003e\u003c/ul\u003e\u003cp\u003eIf you have any questions, please contact us at @MYCHART@HELPDESKPHONE@.\u003c/p\u003e",
	"pretextGuestPatient" : "",
	"pretextGuestProxy" : "",
	"pretextOpenScheduling" : "",
	"pretextPatientChoice" : "Follow these steps to sign up for a @MYCHART@APPTITLE@ account.\u003cul class=\u0027bulleted\u0027\u003e\u003cli\u003eEnter your personal information.\u003c/li\u003e\u003cli\u003eVerify your identity.\u003c/li\u003e\u003cli\u003eChoose a username and password.\u003c/li\u003e\u003c/ul\u003e\u003cp\u003eIf you have any questions, please contact us at @MYCHART@HELPDESKPHONE@.\u003c/p\u003e",
	"pretextScheduleForSomeoneElseInsurancePage" : "",
	"pretextScheduleForSomeoneElsePatient" : "",
	"pretextScheduleForSomeoneElseVisitContact" : "",
	"pretextTwoFactorSignupOnly" : "Follow these steps to sign up for a @MYCHART@APPTITLE@ account.\u003cul class=\u0027bulleted\u0027\u003e\u003cli\u003eEnter your personal information.\u003c/li\u003e\u003cli\u003eVerify your contact information.\u003c/li\u003e\u003cli\u003eChoose a username and password.\u003c/li\u003e\u003c/ul\u003e\u003cp\u003eIf you have any questions, please contact us at @MYCHART@HELPDESKPHONE@.\u003c/p\u003e",
	"RequiredLegendLabel" : "Indicates a required field.",
	"ScheduleButtonLabel" : "Schedule",
	"StartOverButtonLabel" : "Start over",
	"SubmitButtonLabel" : "Submit",
	"Title" : "Signup",
	"TitleGuestPatient" : "Patient information",
	"TitleGuestProxy" : "Your information",
	"UnableToSignupError" : "Unable to complete @MYCHART@APPTITLE@ signup. Please contact customer service at @MYCHART@HELPDESKPHONE@ for help activating your account.",
	"UnableToSignupErrorTitle" : "Contact us",
	"UnknownError" : "We are experiencing technical difficulties at this time. Please try again or contact our customer service line for assistance.",
	"UnknownErrorTitle" : "Try again later",
	"WrongConfigurationError" : "We are experiencing technical difficulties at this time. Please contact our customer service line for assistance.",
	"WrongConfigurationErrorTitle" : "Contact us",
});
$$WP.Strings.getNamespace("socialcare").addStrings( {
	"activeapplications" : "Active applications",
	"appeal" : "Appeal",
	"appealapproved" : "Appeal approved",
	"appealdecisiontooltip" : "Appeal @MyChart@DecisionName@",
	"appealdenied" : "Appeal denied",
	"AppealPending" : "Appeal pending",
	"appealresolved" : "Appeal resolved",
	"applicationfailedtext" : "There was a problem placing your application. Please contact your local social services office for assistance.",
	"applicationinterruptedtext" : "There was a problem submitting your application. Please try again in a few minutes or restart.",
	"applicationsubmittedtext" : "Your application was submitted.",
	"approved" : "Decision approved",
	"cancelapplication" : "Cancel Application",
	"cancelbuttontooltip" : "Cancel @MyChart@ApplicationName@ application",
	"CancelReason" : "",
	"completedapplications" : "Completed applications",
	"continueAppeal" : "Continue appeal",
	"continuebutton" : "Continue",
	"continuous" : "Continuous",
	"continuousfromdate" : "Continuous from @MyChart@FormattedStartDate@",
	"daterange" : "@MyChart@FormattedStartDateForRange@ – @MyChart@FormattedEndDateForRange@",
	"daterangenoend" : "@MyChart@FormattedStartDateForNoEnd@ – unspecified",
	"daterangenostart" : "unspecified – @MyChart@FormattedEndDateForNoStart@",
	"decisionsheader" : "Decisions",
	"decisiontreepagebacktext" : "Go to Social Assistance",
	"decisiontreepagetitle" : "Social Assistance Application",
	"denied" : "Decision denied",
	"effectivecolon" : "Effective:",
	"effectivedatestooltip" : "Effective dates",
	"episodenamedecisions" : "@MyChart@EpisodeNameHeader@ decisions",
	"errorpopupbutton" : "OK",
	"errorpopupcontent" : "An error occurred. Please reload the page.",
	"errorpopuptitle" : "Error",
	"idcolon" : "ID:",
	"inactive" : "Inactive",
	"inprogresspopupprompt" : "You can continue from where you left off or start over.",
	"inprogresspopuptitle" : "You have an application in progress",
	"letterdisplaynamenew" : "@MyChart@FormattedReceivedDate@ (New)",
	"letterDocumentLabel" : "Letters and documents:",
	"letterpopuptitle" : "Decision Letter",
	"noactive" : "You have no active social assistance applications on file.",
	"nocompleted" : "You have no completed social assistance applications on file.",
	"nodates" : "None",
	"nodecisionstodisplay" : "You have no @MyChart@EpisodeNameNoDecisions@ decisions to display.",
	"nodecisionstodisplay2" : "You have no decisions to display.",
	"outcometooltip" : "Outcome",
	"overturned" : "Decision overturned",
	"pendingsnapshotswarning" : "Some letter attachments are not available yet. Please check back later to see all attachments.",
	"pretext2" : "You can view the status of your submitted applications for social assistance below, as well as any decisions that have been made on your behalf.",
	"pretext3" : "You can view social assistance decisions below that have been made on your behalf.",
	"pretexthereyoucanview" : "You can view the status of your submitted applications for social services or assistance below.",
	"programnamewithid" : "@MyChart@DecisionProgramName@ [Ref#: @MyChart@MPIID@]",
	"ReferralStatus" : "",
	"ReferralStatus_1" : "Authorized",
	"ReferralStatus_2" : "Open",
	"ReferralStatus_3" : "Pending review",
	"ReferralStatus_4" : "Canceled",
	"ReferralStatus_5" : "Denied",
	"ReferralStatus_6" : "Closed",
	"ReferralStatus_7" : "New request",
	"ReferralStatus_8" : "Incomplete",
	"relateddecisionsheader" : "Related decisions",
	"responsiblecolon" : "Responsible:",
	"responsibleusertooltip" : "Responsible user",
	"restartbutton" : "Start over",
	"sendusamessage" : "send us a message.",
	"sendusamessagepretext" : "If you\u0027d like to appeal another decision not shown here, ",
	"shortdelaytext" : "There may be a short delay before it appears in the Active Applications section below.",
	"showinactivedecisions" : "Show inactive @MyChart@EpisodeNameCheckbox@ decisions",
	"sidebarapplications" : "Applications",
	"sidebarapplicationsdetail" : "A social worker will review your application.",
	"sidebardecisionsdetail" : "Once a decision is finalized and sent to you, you can view a letter and other information about the decision on this page.",
	"socialassistance" : "Social Assistance",
	"submitapplication" : "Submit an application",
	"submitapplicationinprogress" : "Submit an application (in progress)",
	"submitted" : "Submitted",
	"Title" : "Social Assistance",
	"unknown" : "Unknown",
	"unknownspecialty" : "Unknown Specialty",
	"viewdocument" : "View document",
	"viewdocumentaccessibledescription" : "An attachment for letter about @MyChart@DecisionNameViewDocument@ decision, received on @MyChart@FormattedDateViewDocument@, @MyChart@DocumentDescriptionViewDocument@",
	"viewletter" : "View letter",
	"viewletteraccessibledescriptionnew" : "A new letter about @MyChart@DecisionNameViewLetterNew@ decision, received on @MyChart@FormattedDateViewLetterNew@",
	"viewletteraccessibledescriptionpreviouslyviewed" : "A previously viewed letter about @MyChart@DecisionNameViewLetter@ decision, received on @MyChart@FormattedDateViewLetter@",
});
$$WP.Strings.getNamespace("studyfinder.searchpage").addStrings( {
	"AcceptingHealthyVolunteersDefinition" : "Accepts those who do not have the condition or disease being studied.",
	"AcceptingHealthyVolunteersHeader" : "Volunteers needed",
	"AnyDistanceDropdownValue" : "Any distance",
	"ClearFilters" : "Clear filters",
	"DistanceRadiusDropdownLabel" : "Search within",
	"FiftyKilometersDropdownValue" : "50 kilometers",
	"FiftyMilesDropdownValue" : "50 miles",
	"FiltersHeader" : "Filters",
	"FiltersHeaderActive" : "Filters (@MYCHART@FilterCount@)",
	"FiltersHeaderActiveAccessible" : "Button for active filters, @MYCHART@FilterCount@ currently selected",
	"FuzzyMatchText" : "Showing results for \u003cspan class=\u0027searchTerm\u0027\u003e@MYCHART@SUGGESTEDTEXT@\u003c/span\u003e. No search results found for \u003cspan class=\u0027searchTerm\u0027\u003e@MYCHART@USERSEARCHTERM@\u003c/span\u003e.",
	"LocationLabel" : "Location:",
	"NoResultsText" : "No results found",
	"NoSearchResultsHeaderWithTerm" : "No search results for \u003cspan class=\u0027searchTerm\u0027\u003e@MYCHART@SEARCHTERM@\u003c/span\u003e",
	"OneHundredKilometersDropdownValue" : "100 kilometers",
	"OneHundredMilesDropdownValue" : "100 miles",
	"SearchButton" : "Search",
	"SearchGhostText" : "Diagnoses, conditions, or treatments",
	"SearchResultsHeader" : "Search results",
	"SearchResultsHeaderWithTerm" : "Search results for \u003cspan class=\u0027searchTerm\u0027\u003e@MYCHART@SEARCHTERM@\u003c/span\u003e",
	"SomeResultsText" : "Showing @MYCHART@LoadedResults@ of @MYCHART@TotalResults@",
	"TenKilometersDropdownValue" : "10 kilometers",
	"TenMilesDropdownValue" : "10 miles",
	"Title" : "",
	"TwentyFiveKilometersDropdownValue" : "25 kilometers",
	"TwentyFiveMilesDropdownValue" : "25 miles",
	"ViewResults" : "View results",
});
$$WP.Strings.getNamespace("studyfinder.searchresults").addStrings( {
	"InvitePendingCalloutLabel" : "You are invited to participate in this study. View the study details to let the study team know if you are interested.",
	"LearnMoreLinkAccessibleDescription" : "View study details for @MyChart@StudyName@",
	"LearnMoreLinkName" : "View details",
	"LoadMoreResultsButton" : "See more studies",
	"NoResultsSecondaryTextWithFilters" : "Try removing some filters.",
	"NoResultsSecondaryTextWithSearchTerm" : "Try changing your search term.",
	"NoResultsSecondaryTextWithSearchTermAndFilters" : "Try changing your search term or removing some filters.",
	"NoResultsText" : "No results found",
	"PrincipalInvestigatorIconAccessibleDescription" : "Principal investigator",
	"StudySiteIconAccessibleDescription" : "Site",
	"Title" : "",
});
$$WP.Strings.getNamespace("tefcaapps").addStrings( {
	"AppBlockedMessage" : "To start sharing again, use the link \"@MYCHART@BLOCKEDAPPSLINK@\"",
	"AppBlockedMessageTitle" : "Sharing stopped",
	"AppUnblockedMessage" : "You can now update your information in this app.",
	"AppUnblockedMessageTitle" : "Sharing started ",
	"BackToReviewPageBtn" : "Back to Linked Apps and Devices",
	"BlockedAppsSectionTitle" : "Apps You\u0027ve Stopped Sharing With",
	"ErrorPopupCloseBtn" : "OK",
	"ErrorPopupMessage" : "Failed to update your sharing status. Please try again later.",
	"ErrorPopupTitle" : "Error",
	"LastAccessTime" : "Data last sent on \u003cbr\u003e @MYCHART@DATETIME@ @MYCHART@TIMEZONE@",
	"NoBlockedAppsMessage" : "You have not stopped sharing with any apps.",
	"NoSharingAppsMessage" : "There are no other apps accessing your information.",
	"OptInAppBtn" : "Start sharing",
	"OptInAppTooltip" : "Start sharing information with @MYCHART@TEFCAAPPNAME@.",
	"OptInTefcaPretext" : "Sharing your information allows you to access your @MYCHART@APPTITLE@ information with apps in regulated networks. You must verify your identity in those apps before they can access your data.",
	"OptOutAppBtn" : "Stop sharing",
	"OptOutAppPopupMessage" : "You will no longer be able to get updated @MYCHART@APPTITLE@ information with @MYCHART@TEFCAAPPNAME@.",
	"OptOutAppPopupTitle" : "Stop sharing your information with @MYCHART@TEFCAAPPNAME@",
	"OptOutAppTooltip" : "Stop sharing information with @MYCHART@TEFCAAPPNAME@.",
	"OptOutInstruction" : "Stop sharing your information will stop all such apps accessing your @MYCHART@APPTITLE@ information. You can also stop sharing with some apps which are accessing your information.",
	"OptOutTefcaPopupMessage" : "You will no longer be able to get updated @MYCHART@APPTITLE@ information with apps in regulated networks.",
	"OptOutTefcaPopupTitle" : "Stop sharing your information",
	"OptOutTefcaPretext" : "You\u0027ve verified your identity in the following apps which are in a regulated network. You can change your sharing preference with the network or individual apps at any time. ",
	"PopupCancelBtn" : "Cancel",
	"PopupContinueBtn" : "Stop sharing",
	"ReviewBlockedAppsLink" : "Review apps you\u0027ve stopped sharing with.",
	"StartTefcaSharingBtn" : "Share your information",
	"StopTefcaSharingBtn" : "Stop sharing your information",
	"TefcaOptedOutMessage" : "Information sharing has been stopped. Apps in the regulated networks cannot access your information.",
	"Title" : "Apps You\u0027ve Stopped Sharing With",
});
$$WP.Strings.getNamespace("telemedicine").addStrings( {
	"back" : "Okay",
	"backTooltip" : "Return to the previous screen",
	"camera" : "Camera",
	"cameraAltTextFailure" : "View camera troubleshooting guide",
	"cameraAltTextSuccess" : "Camera found",
	"cameraDisabled" : "Device Disabled",
	"cameraTroubleshooting" : "Ensure that your Camera is plugged in\u003cbr/\u003eCheck that your camera is functional\u003cbr/\u003eEnsure that no other apps are using your camera",
	"cancel" : "Cancel",
	"cancelTooltip" : "Cancel without saving",
	"CancelUserValidation" : "Cancel",
	"CancelUserValidationTooltip" : "Go back to the previous page",
	"cancelVisitButton" : "Cancel visit",
	"cancelVisitTooltip" : "Cancel the video visit",
	"Chrome" : "Chrome",
	"chromeDownloadHelpTextLbl" : "Try restarting your computer to join the video visit. You can also join your visit from the MyChart Mobile app.",
	"chromeDownloadHelpTextTitle" : "Already downloaded the plugin?",
	"chromeFirstStepLabel" : "1.",
	"chromeInstalledMessage" : "Plugin installed.  Restart @MYCHART@BROWSER@ to begin your video visit.",
	"chromePluginDownload" : "Check your Downloads folder and run the VidyoClientForWeb installer. After installing, restart @MYCHART@BROWSER@ to join the video visit.",
	"chromePluginMissing" : "VidyoWeb is not installed",
	"chromePluginPrompt" : "Follow the steps below to install VidyoWeb for @MYCHART@BROWSER@. You will need to restart @MYCHART@BROWSER@ to complete the VidyoWeb installation.",
	"chromeSecondStepLabel" : "2.",
	"ChromiumEdge" : "Edge",
	"cleaningUp" : "Cleaning up",
	"cleaningUpPageTitle" : "Cleaning Up",
	"close" : "Close",
	"closeTooltip" : "Quit the Video Visit",
	"comma" : ",",
	"conferenceFull" : "The video visit is full. You cannot join at this time.",
	"connectionLost" : "Connection to server lost",
	"continueText" : "Continue",
	"continueTooltip" : "Begin Video Visit",
	"CookiesNotEnabledError" : "Please @MYCHART@COOKIESNOTENABLEDLINK@ to join your video visit.",
	"CookiesNotEnabledErrorLinkText" : "enable cookies",
	"countdown" : "Starting visit in @MYCHART@Countdown@",
	"DateOfBirth" : "Date of birth",
	"defaultProvider" : "your provider",
	"deviceConfigurationTitle" : "Device Configuration",
	"DOBFormat" : "MM/DD/YYYY",
	"downloadChromeExtensionText" : "Install VidyoWeb extension",
	"downloadChromeExtensionTooltip" : "Download VidyoWeb extension",
	"downloadedChromeExtensionText" : "Extension installed",
	"downloadedChromePluginText" : "Plugin installed",
	"downloadText" : "Download VidyoWeb plugin",
	"downloadTooltip" : "Download VidyoWeb plugin",
	"echeckin" : "@MYCHART@BrandECheckIn@",
	"echeckinNoMnemonic" : "eCheck-In",
	"echeckinNotComplete" : "@MYCHART@BrandECheckIn@ not complete",
	"echeckinNotCompleteNoMnemonic" : "eCheck-In not complete",
	"echeckinRequired" : "You must complete @MYCHART@BrandECheckIn@ before joining the Video Visit",
	"echeckinRequiredNoMnemonic" : "You must complete eCheck-In before joining the Video Visit",
	"echeckinTasks" : "Complete tasks",
	"echeckinTasksNotComplete" : "Incomplete visit tasks",
	"echeckinTasksRequired" : "You must complete your visit tasks before joining the Video Visit",
	"enableCameraText" : "Enable your device by clicking on the icon in the top right corner of this window.",
	"failedConnect" : "An error occurred while communicating with the server. Please close the window and try again.",
	"failedLogin" : "An error occurred with the plugin.  Please close the window and try again.",
	"failedSession" : "Failed to initialize the Video Visit.  Please ensure that you are logged into @MYCHART@APPTITLE@.",
	"failedToLoadPluginMessage" : "The plug-in could not be loaded. Ensure that it is allowed by accepting any prompts or checking your browser security settings.",
	"failedToLoadPluginTitle" : "Unable to load plug-in",
	"FindingYourVideoVisit" : "Finding Your Video Visit",
	"fullscreenAltText" : "fullscreen",
	"fullscreenDisabledTooltip" : "Fullscreen is not supported by your browser.  Try F11.",
	"fullscreenTooltip" : "Switch to fullscreen",
	"goToEcheckin" : "Go to @MYCHART@BrandECheckIn@",
	"goToEcheckinNoMnemonic" : "Go to eCheck-In",
	"goToEcheckinTasks" : "Go to tasks",
	"GuestAvsAvailable" : "Your visit summary is available",
	"hardwareErrorSomethingMissing" : "We found the following problems: ",
	"HardwareTestECheckInError" : "Unable to retrieve the hardware test information. Please continue to the next step.",
	"HardwareTestECheckInNoFDI" : "Hardware test is not available",
	"HardwareTestECheckInPretext" : "Before it\u0027s time for your video visit, make sure you have a working camera, microphone, and speaker.",
	"infoAltText" : "info",
	"InvalidDOBImageTitle" : "Invalid data",
	"InvalidDOBText" : "The birth date you entered is incorrect. Try again.",
	"LinkError" : "Your access to this video visit is expired or disabled. The time for your visit may have already passed or you may have failed to confirm your identity too many times. Try scheduling a new visit or contact your health provider.",
	"LinkToAnonymousTelehealthText" : "Schedule a new visit",
	"LinkToAnonymousTelehealthTextTooltip" : "Schedule a new video visit",
	"loading" : "Loading",
	"LocationSelectTitle" : "Where will you be during the visit?",
	"login" : "Login",
	"logout" : "Logout",
	"logoutCountdown" : "You will be logged out in ",
	"logoutTooltip" : "Logout",
	"microphone" : "Microphone",
	"microphoneAltTextFailure" : "View microphone troubleshooting guide",
	"microphoneAltTextSuccess" : "Microphone found",
	"microphoneTroubleshooting" : "Ensure that your microphone is plugged in\u003cbr/\u003eCheck that your microphone is functional\u003cbr/\u003eEnsure that no other apps are using your microphone",
	"mobileMessage" : "This site is not supported on mobile web browsers.  Please use a desktop web browser or the mobile app.",
	"muteSpeakerAltText" : "mute speaker",
	"muteSpeakerTooltip" : "Mute speaker",
	"network" : "Network",
	"networkAltTextFailure" : "View network troubleshooting guide",
	"networkAltTextSuccess" : "Connected",
	"networkTroubleshooting" : "Ensure that you are connected to the Internet",
	"noCamera" : "No camera",
	"noMicrophone" : "No microphone",
	"noNetwork" : "Unable to connect to server",
	"normalScreenTooltip" : "Switch to normal screen",
	"noSpeakers" : "No speakers",
	"notified" : "We\u0027ll let your provider know you are having a problem",
	"ondemandcountdown" : "Going to waiting room in @MYCHART@Countdown@",
	"PatientLocationStepErrorBannerMessage" : "@MYCHART@PROVIDERNAME@ cannot see patients in @MYCHART@SELECTEDLOCATION@.",
	"PatientLocationStepErrorBannerMessageNoName" : "The provider you are scheduled with cannot see patients in @MYCHART@SELECTEDLOCATION@.",
	"PatientLocationStepErrorBannerSuggestCall" : "If you will be in @MYCHART@SELECTEDLOCATION@ for the visit, call \u003cspan id=\"schedulingPhone\" dir=\"ltr\"\u003e\u003ca href=\"tel:@MYCHART@PHONENUMBER@\"\u003e@MYCHART@PHONENUMBER@\u003c/a\u003e\u003c/span\u003e to reschedule or cancel your appointment.",
	"PatientLocationStepErrorBannerSuggestCallNoPhone" : "If you will be in @MYCHART@SELECTEDLOCATION@ for the visit, call \u003cspan id=\"schedulingPhone\"\u003e@MYCHART@SCHEDULINGPHONE@\u003c/span\u003e to reschedule or cancel your appointment.",
	"PatientLocationStepErrorBannerSuggestCancel" : "If you will be in @MYCHART@SELECTEDLOCATION@ for the visit, you will need to cancel your appointment.",
	"PatientLocationStepErrorBannerSuggestReschedule" : "If you will be in @MYCHART@SELECTEDLOCATION@ for the visit, you will need to reschedule your appointment.",
	"PatientLocationStepErrorBannerSuggestRescheduleCancel" : "If you will be in @MYCHART@SELECTEDLOCATION@ for the visit, you will need to reschedule or cancel your appointment.",
	"pausedAltText" : "audio and video are paused",
	"pausedModalTooltipMessage" : "Video Visit paused",
	"pauseTooltip" : "Pause Video Visit",
	"playPauseAltText" : "play,pause",
	"pluginAlreadyRunning" : "You have another instance of Vidyo plugin running. Please quit any other Vidyo instance and retry.",
	"pluginDownload" : "Check your Downloads folder and run the VidyoWeb installer. This page will reload automatically once VidyoWeb is installed.",
	"pluginErrorTitle" : "Error with VidyoWeb plugin",
	"pluginMissing" : "VidyoWeb plugin is not installed",
	"pluginNotSupportedMessage" : "This browser is not supported.  Please use another browser.",
	"pluginNotSupportedTitle" : "Plugin not supported",
	"pluginPrompt" : "Use the link below to download and install VidyoWeb plugin. This page will reload automatically once VidyoWeb is installed.",
	"providerConnectingLabel" : "@MYCHART@ProviderName@ is connecting",
	"providerDisconnectedText" : "@MYCHART@ProviderName@ left the Video Visit.",
	"providerDisconnectedTitle" : "Provider Disconnected",
	"providerImageAltText" : "provider image",
	"providerMuted" : "Provider\u0027s microphone is Muted",
	"ProxyAccessFieldCustomListDefaultText" : "[Choose]",
	"ProxyAccessRequestCancelCaption" : "Cancel",
	"ProxyAccessRequestCancelTooltip" : "Cancel this request for access and return to the previous page",
	"ProxyAccessRequestImageTitle" : "Family access",
	"ProxyAccessRequestPostText" : "",
	"ProxyAccessRequestPreText" : "With @MYCHART@APPTITLE@ access to @MYCHART@PATIENT@, you can send messages to the care team, view test results, renew prescriptions, schedule appointments, and much more. Fill out the form below to request a @MYCHART@APPTITLE@ account with access to @MYCHART@PATIENT@\u0027s record.",
	"ProxyAccessRequestSubmitCaption" : "Submit",
	"ProxyAccessRequestSubmitTooltip" : "Submit this request for access to @MYCHART@PATIENT@\u0027s @MYCHART@APPTITLE@ account.",
	"ProxyAccessRequestTitle" : "Request Proxy Access",
	"quitting" : "Quitting @MYCHART@APPTITLE@ Video Visit",
	"ReadyForVideoVisit" : "Ready to begin video visit",
	"RequestProxyAccessAction" : "Request access to this patient\u0027s account",
	"RequestProxyAccessButtonText" : "Request access",
	"RequestProxyAccessButtonTooltip" : "",
	"RequestProxyAccessPrompt" : "To view more details about the completed visit, you may request full access to this patient\u0027s account.",
	"RequestProxyAccessSent" : "Your request for full access was submitted",
	"RequestProxyAccessSentImageTitle" : "Success",
	"restartConference" : "Restart the conference",
	"resumeTooltip" : "Resume Video Visit",
	"retry" : "Retry",
	"save" : "Save",
	"saveTooltip" : "Save these settings",
	"sessionPreempted" : "You have been disconnected from the Video Visit because you logged on from a different device.",
	"sessionTimeout" : "Session Timeout",
	"settingsAltText" : "settings",
	"settingsTooltip" : "Settings",
	"speakerAltTextFailure" : "view speaker troubleshooting guide",
	"speakerAltTextSuccess" : "speaker found",
	"speakers" : "Speakers",
	"speakerTroubleshooting" : "Check that you have speakers\u003cbr/\u003eEnsure that your speakers are not muted\u003cbr/\u003eCheck that your speakers are functional",
	"stayOnlineButtonText" : "Stay online",
	"stayOnlineButtonTitle" : "continue the video visit",
	"stayOnlinePrompt" : "Your @MYCHART@APPTITLE@ session is timing out. Would you like to stay online?",
	"SubmitUserValidation" : "Submit",
	"SubmitUserValidationTooltip" : "Submit your date of birth",
	"systemDefault" : "System default",
	"TelehealthBackToAppointment" : "Back to Appointment",
	"TelehealthContinueECheckIn" : "Continue @MYCHART@BrandECheckIn@",
	"TelehealthContinueECheckInNoMnemonic" : "Continue eCheck-In",
	"TelehealthContinueECheckInTasks" : "Complete tasks",
	"TelehealthLocationNeeded" : "To ensure we are able to provide you care, we need to know where you will be for the visit.",
	"TelehealthReturnToApptDetails" : "Your required @MYCHART@BrandECheckIn@ steps have been completed and saved. If you need to rejoin the video visit, you can do so on the Appointment Details screen.",
	"TelehealthReturnToApptDetailsEcheckinTaskVersion" : "Your required pre-visit tasks have been completed and saved. If you need to rejoin the video visit, you can do so on the Appointment Details screen.",
	"TelehealthReturnToApptDetailsNoMnemonic" : "Your required eCheck-In steps have been completed and saved. If you need to rejoin the video visit, you can do so on the Appointment Details screen.",
	"TelehealthSkipECheckIn" : "It’s time to join your video visit. Your provider will cover any incomplete topics during your visit.",
	"TelehealthVideoVisitCheckedIn" : "Your video visit has been checked in",
	"TelehealthVideoVisitCompleted" : "Your video visit has been completed",
	"testAgain" : "Test again",
	"testAgainTooltip" : "Run the hardware checks again.",
	"testInProgress" : "Checking your hardware...",
	"testSuccess" : "Hardware test successful",
	"testSuccessOnDemand" : "Hardware test successful; close this window to continue",
	"Title" : "Telemedicine",
	"TooManyFailedAttemptsHeader" : "This Appointment is Locked",
	"TooManyFailedAttemptsText" : "You have entered an incorrect birth date too many times. Your access to this video visit is disabled. Try scheduling a new visit or contact your health provider.",
	"troubleshootingTitle" : "Troubleshooting Tips",
	"unmuteSpeakerTooltip" : "Unmute speaker",
	"unsecureConnection" : "Connection is not secure",
	"unsecureConnectionText" : "This browser requires a secure connection to be able to connect. Please use another browser.",
	"UpgradeRequestSent" : "Thank you for using @MYCHART@APPTITLE@. Your request to upgrade to full access has been sent.",
	"UpgradeRequestSentHeader" : "Upgrade Requested",
	"VerifyDOB" : "Verify your date of birth",
	"VerifyDOBAvsPretext" : "Hi @MYCHART@GUESTINFORMALNAME@! For your security, confirm your birth date before we take you to your After Visit Summary.",
	"VerifyDOBUpgradePretext" : "Hi @MYCHART@GUESTINFORMALNAME@! For your security, confirm your birth date before we take you to the form to request full access.",
	"VerifyIdentityAvsImageTitle" : "Document",
	"VerifyIdentityProxyAccessImageTitle" : "Family access",
	"VerifyIdentityVideoVisitImageTitle" : "Video visit",
	"VerifyVisitInformation" : "Verify your visit information",
	"VerifyVisitInformationPretext" : "Hi @MYCHART@GUESTINFORMALNAME@!",
	"videoPaused" : "Video paused",
	"videoVisitTitle" : "Video Visit",
	"ViewGuestAvs" : "View summary",
	"ViewGuestAvsDetails" : "View a summary of this visit. Note that a more complete summary may be available to you if you are granted full access to this patient\u0027s account.",
	"ViewGuestAvsImageTitle" : "Document",
	"ViewGuestAvsTooltip" : "",
	"VisitCompletePosttext" : "",
	"VisitCompletePretext" : "",
	"VisitCompleteTitle" : "Your video visit is complete",
	"VisitInformationDOB" : "If the information above looks correct to you, confirm your birth date before we take you to your video visit. ",
	"VisitInformationWarning" : "For your security, if you did not schedule this visit, or if you are not @MYCHART@PROXY@, call the help desk at @MYCHART@HELPDESKPHONE@.",
	"VisitLockedTitle" : "This video visit is unavailable",
	"VisitLockedWarningImageTitle" : "Warning",
	"VisitSchedulingInformation" : "@MYCHART@SCHEDULER@ scheduled this video visit for @MYCHART@PATIENTNAME@ on @MYCHART@VISITDATE@.",
	"volumeTooltip" : "Speaker Volume",
	"waitingForLabel" : "Waiting for @MYCHART@ProviderName@",
});
$$WP.Strings.getNamespace("textoptin").addStrings( {
	"BackStepButton" : "Back",
	"ConfirmNumberHeader" : "Mobile number",
	"ConfirmProxyNumberDescription" : "To change your mobile number, switch to your record.",
	"ConfirmReadOnlyNumberDescription" : "If your mobile number is out of date, please contact your clinic to have it updated.",
	"DisplayPrivacyPolicyURL" : "Privacy Policy: @MYCHART@PRIVACYPOLICYURL@",
	"DisplayTermsAndConditionsURL" : "Terms and Conditions: @MYCHART@TERMSANDCONDITIONSURL@",
	"EditLinkText" : "Edit",
	"MessagesForNumber" : "Choose which text messages you would like to receive:",
	"MobileDescriptionWithNumber" : "Mobile phone number: @MYCHART@MOBILENUMBER@",
	"MobileGhostText" : "Enter your mobile number",
	"MobilePhoneEntryName" : "Mobile phone",
	"NextStepButton" : "Next",
	"OptInPageHeader" : "Manage Text Subscriptions",
	"PhoneVerificationCompleteSubheader" : "Your mobile number @MYCHART@MOBILENUMBER@ has been successfully verified",
	"PhoneVerificationDescription" : "To make sure we can reach you, a security code has been sent to your phone number. Please enter it in the box below.",
	"PhoneVerificationHeader" : "Verification",
	"PrivacyPolicy" : "Privacy Policy",
	"ProxyWarningText" : "To subscribe or unsubscribe from text messages, switch to your record.",
	"ReturnToCommPrefsButton" : "Return to communication preferences",
	"SMSManagementHeader" : "Message subscription",
	"SMSOptInFailedAcknowledgeButton" : "OK",
	"SMSOptInFailedText" : "An error occurred. Please try again later.",
	"SMSOptInFailedTitle" : "Failed to send opt-in text message",
	"SMSOptOutFailedTitle" : "Failed to send opt-out text message",
	"SMSPrimarySenderDescription" : "Account, patient, and visit updates",
	"SMSSenderGroupers" : "@MYCHART@GROUPERLIST@",
	"SMSSenderShortCodeLabel" : "Messages will be sent from @MYCHART@SHORTCODE@",
	"TermsAndConditions" : "SMS Terms and Conditions",
	"Title" : "",
	"UpdateMobileErrorText" : "Please try again, and make sure that your mobile number is valid.",
	"UpdateMobileErrorTitle" : "An error occured",
});
$$WP.Strings.getNamespace("transplant").addStrings( {
	"Title" : "Transplant Information",
	"TransplantEpisodePrimaryText" : "@MYCHART@TransplantOrgansList@",
	"TransplantInfoPhaseEval" : "Under evaluation for a transplant",
	"TransplantInfoPhaseEvalActive" : "Actively under evaluation for a transplant",
	"TransplantInfoPhaseEvalApproved" : "Approved for a transplant",
	"TransplantInfoPhaseReferral" : "Referred for a transplant",
	"TransplantInfoPhaseTransplanted" : "Transplanted on @MYCHART@TransplantPhaseDate@",
	"TransplantInfoPhaseWaitlist" : "On the waitlist since @MYCHART@TransplantPhaseDate@",
	"TransplantInfoWidgetTitle" : "Transplant Overview",
	"TransplantOrganAbdominalWall" : "Abdominal Wall",
	"TransplantOrganBladder" : "Bladder",
	"TransplantOrganFace" : "Face",
	"TransplantOrganHeart" : "Heart",
	"TransplantOrganIntestine" : "Intestine",
	"TransplantOrganIslet" : "Islet",
	"TransplantOrganKidney" : "Kidney",
	"TransplantOrganLarynx" : "Larynx",
	"TransplantOrganLeg" : "Leg",
	"TransplantOrganLiver" : "Liver",
	"TransplantOrganLung" : "Lung",
	"TransplantOrganPancreas" : "Pancreas",
	"TransplantOrganPenis" : "Penis",
	"TransplantOrganTrachea" : "Trachea",
	"TransplantOrganUpperLimb" : "Upper Limb",
	"TransplantOrganUterus" : "Uterus",
	"TransplantScoreLabelCas" : "CAS subscore: ",
	"TransplantScoreLabelCpra" : "CPRA: ",
	"TransplantScoreLabelHeartStatus" : "Heart status: ",
	"TransplantScoreLabelIntestineStatus" : "Intestine status: ",
	"TransplantScoreLabelMeld" : "MELD: ",
	"TransplantScoreLabelPeld" : "PELD: ",
	"TransplantScoreValueAndDate" : "@MYCHART@TransplantScoreValue@ (@MYCHART@TransplantScoreDate@)",
});
$$WP.Strings.getNamespace("travelhistory.activitycontainer").addStrings( {
	"DomesticBannerButtonText" : "Got it!",
	"DomesticBannerHeaderText" : "New travel screening inside the United States",
	"DomesticBannerInfoText" : "In addition to travel outside the United States, take a moment to enter trips you\u0027ve taken inside the United States.",
	"DomesticHeaderText" : "Trips outside the state or country",
	"MainDescriptionText" : "Please update the trips you have taken since @MYCHART@EARLIESTALLOWEDDATE@. If you\u0027ve visited multiple destinations, add each as a separate trip.",
	"MainDescriptionTextDependent" : "Please update the trips @MYCHART@PatientFirstName@ has taken since @MYCHART@EARLIESTALLOWEDDATE@. If they\u0027ve visited multiple destinations, add each as a separate trip.",
	"MainHeaderText" : "Trips outside the country",
	"NoTripText" : "You have no trips on file.",
	"NoTripTextDependent" : "@MYCHART@PatientFirstName@ has no trips on file.",
	"Title" : "",
	"TripLoadErrorPopupButtonText" : "OK",
	"TripLoadErrorPopupDescriptionText" : "An error occurred while attempting to load data. Please try again later.",
	"TripLoadErrorPopupTitleText" : "Error",
});
$$WP.Strings.getNamespace("travelhistory.travelhistory").addStrings( {
	"AddNewTrip" : "Add a trip",
	"AddTrip" : "Add a Trip",
	"Cancel" : "Cancel",
	"ConfirmTripsCorrect" : "Confirm trips",
	"DaysBetweenDates" : "Number of days: @MyChart@NumDaysBetween@",
	"Delete" : "Remove",
	"DeleteTripPopup" : "Are you sure you want to delete @MyChart@TripName@?",
	"Destination" : "",
	"Destination_10" : "Antarctica",
	"Destination_100" : "Bulgaria",
	"Destination_104" : "Myanmar",
	"Destination_108" : "Burundi",
	"Destination_112" : "Belarus",
	"Destination_116" : "Cambodia",
	"Destination_12" : "Algeria",
	"Destination_120" : "Cameroon",
	"Destination_124" : "Canada",
	"Destination_132" : "Cabo Verde",
	"Destination_136" : "Cayman Islands",
	"Destination_140" : "Central African Republic",
	"Destination_144" : "Sri Lanka",
	"Destination_148" : "Chad",
	"Destination_152" : "Chile",
	"Destination_156" : "China",
	"Destination_158" : "Taiwan",
	"Destination_16" : "American Samoa",
	"Destination_162" : "Christmas Island",
	"Destination_166" : "Cocos (Keeling) Islands",
	"Destination_170" : "Colombia",
	"Destination_174" : "Comoros",
	"Destination_175" : "Mayotte",
	"Destination_178" : "Congo",
	"Destination_180" : "Congo (Democratic Republic of the)",
	"Destination_184" : "Cook Islands",
	"Destination_188" : "Costa Rica",
	"Destination_191" : "Croatia",
	"Destination_192" : "Cuba",
	"Destination_196" : "Cyprus",
	"Destination_20" : "Andorra",
	"Destination_203" : "Czechia",
	"Destination_204" : "Benin",
	"Destination_208" : "Denmark",
	"Destination_212" : "Dominica",
	"Destination_214" : "Dominican Republic",
	"Destination_218" : "Ecuador",
	"Destination_222" : "El Salvador",
	"Destination_226" : "Equatorial Guinea",
	"Destination_231" : "Ethiopia",
	"Destination_232" : "Eritrea",
	"Destination_233" : "Estonia",
	"Destination_234" : "Faroe Islands",
	"Destination_238" : "Falkland Islands (Malvinas)",
	"Destination_239" : "South Georgia and the South Sandwich Islands",
	"Destination_24" : "Angola",
	"Destination_242" : "Fiji",
	"Destination_246" : "Finland",
	"Destination_248" : "Aland Islands",
	"Destination_250" : "France",
	"Destination_254" : "French Guiana",
	"Destination_258" : "French Polynesia",
	"Destination_260" : "French Southern Territories",
	"Destination_262" : "Djibouti",
	"Destination_266" : "Gabon",
	"Destination_268" : "Georgia",
	"Destination_270" : "Gambia",
	"Destination_275" : "Palestine",
	"Destination_276" : "Germany",
	"Destination_28" : "Antigua and Barbuda",
	"Destination_288" : "Ghana",
	"Destination_292" : "Gibraltar",
	"Destination_296" : "Kiribati",
	"Destination_300" : "Greece",
	"Destination_304" : "Greenland",
	"Destination_308" : "Grenada",
	"Destination_31" : "Azerbaijan",
	"Destination_312" : "Guadeloupe",
	"Destination_316" : "Guam",
	"Destination_32" : "Argentina",
	"Destination_320" : "Guatemala",
	"Destination_324" : "Guinea",
	"Destination_328" : "Guyana",
	"Destination_332" : "Haiti",
	"Destination_334" : "Heard Island and McDonald Islands",
	"Destination_336" : "Holy See",
	"Destination_340" : "Honduras",
	"Destination_344" : "Hong Kong",
	"Destination_348" : "Hungary",
	"Destination_352" : "Iceland",
	"Destination_356" : "India",
	"Destination_36" : "Australia",
	"Destination_360" : "Indonesia",
	"Destination_364" : "Iran",
	"Destination_368" : "Iraq",
	"Destination_372" : "Ireland",
	"Destination_376" : "Israel",
	"Destination_380" : "Italy",
	"Destination_384" : "Côte d\u0027Ivoire",
	"Destination_388" : "Jamaica",
	"Destination_392" : "Japan",
	"Destination_398" : "Kazakhstan",
	"Destination_4" : "Afghanistan",
	"Destination_40" : "Austria",
	"Destination_400" : "Jordan",
	"Destination_404" : "Kenya",
	"Destination_408" : "North Korea",
	"Destination_410" : "South Korea",
	"Destination_414" : "Kuwait",
	"Destination_417" : "Kyrgyzstan",
	"Destination_418" : "Lao People\u0027s Democratic Republic",
	"Destination_422" : "Lebanon",
	"Destination_426" : "Lesotho",
	"Destination_428" : "Latvia",
	"Destination_430" : "Liberia",
	"Destination_434" : "Libya",
	"Destination_438" : "Liechtenstein",
	"Destination_44" : "Bahamas",
	"Destination_440" : "Lithuania",
	"Destination_442" : "Luxembourg",
	"Destination_446" : "Macao",
	"Destination_450" : "Madagascar",
	"Destination_454" : "Malawi",
	"Destination_458" : "Malaysia",
	"Destination_462" : "Maldives",
	"Destination_466" : "Mali",
	"Destination_470" : "Malta",
	"Destination_474" : "Martinique",
	"Destination_478" : "Mauritania",
	"Destination_48" : "Bahrain",
	"Destination_480" : "Mauritius",
	"Destination_484" : "Mexico",
	"Destination_492" : "Monaco",
	"Destination_496" : "Mongolia",
	"Destination_498" : "Moldova",
	"Destination_499" : "Montenegro",
	"Destination_50" : "Bangladesh",
	"Destination_500" : "Montserrat",
	"Destination_504" : "Morocco",
	"Destination_508" : "Mozambique",
	"Destination_51" : "Armenia",
	"Destination_512" : "Oman",
	"Destination_516" : "Namibia",
	"Destination_52" : "Barbados",
	"Destination_520" : "Nauru",
	"Destination_524" : "Nepal",
	"Destination_528" : "Netherlands",
	"Destination_531" : "Curacao",
	"Destination_533" : "Aruba",
	"Destination_534" : "Sint Maarten (Dutch part)",
	"Destination_535" : "Bonaire, Sint Eustatius and Saba",
	"Destination_540" : "New Caledonia",
	"Destination_548" : "Vanuatu",
	"Destination_554" : "New Zealand",
	"Destination_558" : "Nicaragua",
	"Destination_56" : "Belgium",
	"Destination_562" : "Niger",
	"Destination_566" : "Nigeria",
	"Destination_570" : "Niue",
	"Destination_574" : "Norfolk Island",
	"Destination_578" : "Norway",
	"Destination_580" : "Northern Mariana Islands",
	"Destination_581" : "United States Minor Outlying Islands",
	"Destination_583" : "Micronesia",
	"Destination_584" : "Marshall Islands",
	"Destination_585" : "Palau",
	"Destination_586" : "Pakistan",
	"Destination_591" : "Panama",
	"Destination_598" : "Papua New Guinea",
	"Destination_60" : "Bermuda",
	"Destination_600" : "Paraguay",
	"Destination_604" : "Peru",
	"Destination_608" : "Philippines",
	"Destination_612" : "Pitcairn",
	"Destination_616" : "Poland",
	"Destination_620" : "Portugal",
	"Destination_624" : "Guinea-Bissau",
	"Destination_626" : "Timor-Leste",
	"Destination_630" : "Puerto Rico",
	"Destination_634" : "Qatar",
	"Destination_638" : "Réunion",
	"Destination_64" : "Bhutan",
	"Destination_642" : "Romania",
	"Destination_643" : "Russian Federation",
	"Destination_646" : "Rwanda",
	"Destination_652" : "Saint Barthélemy",
	"Destination_654" : "Saint Helena, Ascension and Tristan da Cunha",
	"Destination_659" : "Saint Kitts and Nevis",
	"Destination_660" : "Anguilla",
	"Destination_662" : "Saint Lucia",
	"Destination_663" : "Saint Martin (French part)",
	"Destination_666" : "Saint Pierre and Miquelon",
	"Destination_670" : "Saint Vincent and the Grenadines",
	"Destination_674" : "San Marino",
	"Destination_678" : "Sao Tome and Principe",
	"Destination_68" : "Bolivia",
	"Destination_682" : "Saudi Arabia",
	"Destination_686" : "Senegal",
	"Destination_688" : "Serbia",
	"Destination_690" : "Seychelles",
	"Destination_694" : "Sierra Leone",
	"Destination_70" : "Bosnia and Herzegovina",
	"Destination_702" : "Singapore",
	"Destination_703" : "Slovakia",
	"Destination_704" : "Vietnam",
	"Destination_705" : "Slovenia",
	"Destination_706" : "Somalia",
	"Destination_710" : "South Africa",
	"Destination_716" : "Zimbabwe",
	"Destination_72" : "Botswana",
	"Destination_724" : "Spain",
	"Destination_728" : "South Sudan",
	"Destination_729" : "Sudan",
	"Destination_732" : "Western Sahara",
	"Destination_74" : "Bouvet Island",
	"Destination_740" : "Suriname",
	"Destination_744" : "Svalbard and Jan Mayen",
	"Destination_748" : "Eswatini",
	"Destination_752" : "Sweden",
	"Destination_756" : "Switzerland",
	"Destination_76" : "Brazil",
	"Destination_760" : "Syrian Arab Republic",
	"Destination_762" : "Tajikistan",
	"Destination_764" : "Thailand",
	"Destination_768" : "Togo",
	"Destination_772" : "Tokelau",
	"Destination_776" : "Tonga",
	"Destination_780" : "Trinidad and Tobago",
	"Destination_784" : "United Arab Emirates",
	"Destination_788" : "Tunisia",
	"Destination_792" : "Turkey",
	"Destination_795" : "Turkmenistan",
	"Destination_796" : "Turks and Caicos Islands",
	"Destination_798" : "Tuvalu",
	"Destination_8" : "Albania",
	"Destination_800" : "Uganda",
	"Destination_804" : "Ukraine",
	"Destination_807" : "North Macedonia",
	"Destination_818" : "Egypt",
	"Destination_826" : "United Kingdom of Great Britain and Northern Ireland",
	"Destination_831" : "Guernsey",
	"Destination_832" : "Jersey",
	"Destination_833" : "Isle of Man",
	"Destination_834" : "Tanzania",
	"Destination_84" : "Belize",
	"Destination_840" : "United States of America",
	"Destination_850" : "Virgin Islands (U.S.)",
	"Destination_854" : "Burkina Faso",
	"Destination_858" : "Uruguay",
	"Destination_86" : "British Indian Ocean Territory",
	"Destination_860" : "Uzbekistan",
	"Destination_862" : "Venezuela",
	"Destination_876" : "Wallis and Futuna",
	"Destination_882" : "Samoa",
	"Destination_887" : "Yemen",
	"Destination_894" : "Zambia",
	"Destination_90" : "Solomon Islands",
	"Destination_900" : "Washington, D.C.",
	"Destination_901" : "Alabama",
	"Destination_902" : "Alaska",
	"Destination_903" : "Arizona",
	"Destination_904" : "Arkansas",
	"Destination_905" : "California",
	"Destination_906" : "Colorado",
	"Destination_907" : "Connecticut",
	"Destination_908" : "Delaware",
	"Destination_909" : "Florida",
	"Destination_910" : "Georgia",
	"Destination_911" : "Hawaii",
	"Destination_912" : "Idaho",
	"Destination_913" : "Illinois",
	"Destination_914" : "Indiana",
	"Destination_915" : "Iowa",
	"Destination_916" : "Kansas",
	"Destination_917" : "Kentucky",
	"Destination_918" : "Louisiana",
	"Destination_919" : "Maine",
	"Destination_92" : "Virgin Islands (British)",
	"Destination_920" : "Maryland",
	"Destination_921" : "Massachusetts",
	"Destination_922" : "Michigan",
	"Destination_923" : "Minnesota",
	"Destination_924" : "Mississippi",
	"Destination_925" : "Missouri",
	"Destination_926" : "Montana",
	"Destination_927" : "Nebraska",
	"Destination_928" : "Nevada",
	"Destination_929" : "New Hampshire",
	"Destination_930" : "New Jersey",
	"Destination_931" : "New Mexico",
	"Destination_932" : "New York",
	"Destination_933" : "North Carolina",
	"Destination_934" : "North Dakota",
	"Destination_935" : "Ohio",
	"Destination_936" : "Oklahoma",
	"Destination_937" : "Oregon",
	"Destination_938" : "Pennsylvania",
	"Destination_939" : "Rhode Island",
	"Destination_940" : "South Carolina",
	"Destination_941" : "South Dakota",
	"Destination_942" : "Tennessee",
	"Destination_943" : "Texas",
	"Destination_944" : "Utah",
	"Destination_945" : "Vermont",
	"Destination_946" : "Virginia",
	"Destination_947" : "Washington",
	"Destination_948" : "West Virginia",
	"Destination_949" : "Wisconsin",
	"Destination_950" : "Wyoming",
	"Destination_96" : "Brunei Darussalam",
	"DestinationRequiredPopup" : "The following info is required: Destination",
	"DomesticSubheader" : "Have you traveled outside of the state or country since @MyChart@DomesticDate@?",
	"DomesticSubheaderDependent" : "Has @MYCHART@PatientFirstName@ traveled outside of the state or country since @MyChart@DomesticDateDependent@?",
	"DoNotDelete" : "Don\u0027t remove",
	"Edit" : "Edit",
	"EditDescriptiveText" : "Edit @MYCHART@TripToEdit@",
	"EditEndDatePrompt" : "Enter the date that the trip ended",
	"EditLocationLabel" : "Destination",
	"EditLocationPrompt" : "Enter the first few letters of the destination you traveled to",
	"EditStartDatePrompt" : "Enter the date that the trip started",
	"EndDateLabel" : "End date",
	"Header" : "Review and Update Your Travel History",
	"HeaderDependent" : "Review and update @MYCHART@PatientFirstName@\u0027s travel history",
	"KnownEndDate" : "Trip ending @MyChart@EndDate@",
	"KnownStartDate" : "Trip starting @MyChart@StartDate@",
	"LocationSearchPrompt" : "Where did you go?",
	"LocationSearchPromptDependent" : "Where did @MYCHART@PatientFirstName@ go?",
	"NotOnFile" : "Not on file",
	"NoTripsHeader" : "You have no trips on file.",
	"NoTripsHeaderDependent" : "@MYCHART@PatientFirstName@ has no trips on file.",
	"Save" : "Save",
	"StartDateLabel" : "Start date",
	"Subheader" : "Have you traveled outside of the country since @MyChart@Date@?",
	"SubheaderDependent" : "Has @MYCHART@PatientFirstName@ traveled outside of the country since @MyChart@DateDependent@?",
	"Title" : "",
	"UnknownEndDate" : "Unknown end date",
	"UnknownStartDate" : "Unknown start date",
	"UnknownTripDates" : "Unknown trip dates",
	"UpdateTrip" : "Update Trip",
});
$$WP.Strings.getNamespace("travelhistory.tripcard").addStrings( {
	"Title" : "",
	"TripAddButtonViewText" : "Add a trip",
	"TripDateRangeNoEndDateText" : "Trip beginning @MYCHART@STARTMONTH@ @MYCHART@STARTDAY@, @MYCHART@STARTYEAR@",
	"TripDateRangeNoStartDateText" : "Trip ending @MYCHART@ENDMONTH@ @MYCHART@ENDDAY@, @MYCHART@ENDYEAR@",
	"TripDateRangeText" : "@MYCHART@STARTMONTH@ @MYCHART@STARTDAY@, @MYCHART@STARTYEAR@ - @MYCHART@ENDMONTH@ @MYCHART@ENDDAY@, @MYCHART@ENDYEAR@",
	"TripDateRangeWithinSameYearAndMonthText" : "@MYCHART@STARTMONTH@ @MYCHART@STARTDAY@ - @MYCHART@ENDDAY@, @MYCHART@STARTYEAR@",
	"TripDateRangeWithinSameYearMonthAndDayText" : "@MYCHART@STARTMONTH@ @MYCHART@STARTDAY@, @MYCHART@STARTYEAR@",
	"TripDateRangeWithinSameYearText" : "@MYCHART@STARTMONTH@ @MYCHART@STARTDAY@ - @MYCHART@ENDMONTH@ @MYCHART@ENDDAY@, @MYCHART@STARTYEAR@",
	"TripDurationInDays" : "Number of days: @MYCHART@DURATIONDAYS@",
	"TripDurationNoDates" : "Unknown trip dates",
	"TripDurationNoEndDate" : "Unknown end date",
	"TripDurationNoStartDate" : "Unknown start date",
	"TripEditButtonTitleText" : "Edit trip",
	"TripEditButtonViewText" : "Edit",
	"TripRemoveButtonTitleText" : "Remove trip",
	"TripRemoveButtonViewText" : "Remove",
});
$$WP.Strings.getNamespace("travelhistory.tripcreator").addStrings( {
	"AcceptButtonTitleText" : "Save trip",
	"AcceptButtonViewText" : "Accept",
	"CancelButtonTitleText" : "Cancel updating trip.",
	"CancelButtonViewText" : "Cancel",
	"GoBackButtonTitleText" : "Go back to selecting a different destination for the trip.",
	"GoBackButtonViewText" : "Go back",
	"lookup_add_selected_alt_text" : "Add selected destination",
	"lookup_close_popup_instruction" : "You can press the escape button to close the popup.",
	"lookup_custom_trysearch" : "Search again",
	"lookup_form_header" : "Enter the details about a trip taken between @MYCHART@TRIPEARLIESTSTARTDAY@ and today.",
	"lookup_name_label" : "Destination:",
	"lookup_open_popup_text" : "A new popup window called add a trip has appeared. Press the escape button to close this popup.",
	"lookup_results_pretext_few_results" : "Your search returned @MYCHART@HITS@ results.",
	"lookup_results_pretext_more_results" : "Your search returned more than @MYCHART@HITS@ results. Consider refining your search keyword.",
	"lookup_results_pretext_no_results" : "Your search returned no results.",
	"lookup_search_placeholder" : "Search for a destination",
	"lookup_startover_label" : "Change destination for this trip",
	"lookup_suggestion_all_results_shown" : "All results displayed.",
	"lookup_suggestion_has_more_results" : "Search to see more results.",
	"lookup_suggestion_no_results" : "No results found.",
	"lookup_suggestion_search_tag" : " - Search",
	"popup_cancelbutton_label" : "Cancel",
	"Title" : "TripCreator",
	"TripEditorPopupHeaderForAddTripText" : "Add a Trip",
	"TripEditorPopupHeaderForEditTripText" : "Update Trip",
	"TripEndDateBeforeAffectedRangeErrorDescriptionText" : "End date can not be before @MYCHART@TRIPEARLIESTSTARTDAY@.",
	"TripEndDateBeforeStartDateErrorDescriptionText" : "End date can not be before start date.",
	"TripEndDateErrorLabelText" : "Error: ",
	"TripEndDateInputLabel" : "End date:",
	"TripRemovePopupDescriptionText" : "Are you sure you want to remove this trip to @MYCHART@DESTINATION@?",
	"TripRemovePopupGoBackButtonText" : "Go back",
	"TripRemovePopupHeaderText" : "Remove Trip",
	"TripRemovePopupRemoveButtonText" : "Remove",
	"TripSaveErrorPopupButtonText" : "OK",
	"TripSaveErrorPopupDescriptionText" : "An error occurred while attempting to complete the action. Please try again later.",
	"TripSaveErrorPopupTitleText" : "Error",
	"TripStartDateInputLabel" : "Start date:",
});
$$WP.Strings.getNamespace("trends").addStrings( {
	"AbnormalRangeDescriptor" : "Abnormal",
	"BeginCarePlanLandmark" : "Begin Care Plan: @MYCHART@BeginCarePlanName@",
	"DatatableCaption" : "Response Data",
	"DateColumnHeader" : "Date",
	"DescriptionColumnHeader" : "Description",
	"EndCarePlanLandmark" : "End Care Plan: @MYCHART@EndCarePlanName@",
	"EventColumnHeader" : "Event",
	"GoodTrend" : "This value is trending in a good direction.",
	"GraphTableTitle" : "Graph Data",
	"LandmarkTableTitle" : "Related Events",
	"LastAnsweredContext" : "Last answered: @MYCHART@LastSubmitDate@",
	"LearnMoreCommand" : "Learn more",
	"LoadMoreCommand" : "Load more trends",
	"NoDataPlaceholder" : "You have no trends to display.",
	"NoMoreToLoad" : "All trends have been loaded.",
	"NormalRangeColumnHeader" : "Normal Range",
	"NormalRangeDescriptor" : "Normal",
	"PoorTrend" : "This value is trending in a worse direction.",
	"QuestionResponseNo" : "No",
	"QuestionResponseYes" : "Yes",
	"ReferenceRangeAbove" : "Above @MYCHART@LowerBound@",
	"ReferenceRangeBelow" : "Below @MYCHART@UpperBound@",
	"ReferenceRangeBounded" : "@MYCHART@LowerBound@ - @MYCHART@UpperBound@",
	"Scoreline" : "Values within the shaded area are ideal.",
	"StaticTrend" : "This value is staying steady in the same range.",
	"Title" : "Trends Dashboard",
	"ValueColumnHeader" : "Value",
});
$$WP.Strings.getNamespace("ui.accountbadges").addStrings( {
	"AccountSelectedText" : "Account selected",
	"PatientSelectedText" : "Patient selected",
	"Title" : "",
});
$$WP.Strings.getNamespace("ui.calendar").addStrings( {
	"CalendarNextPrevMonthHelpText" : "Show @MYCHART@DATEWITHMONTH@",
	"CancelButton" : "Cancel",
	"DatePickerDescription" : "@MYCHART@AssociatedLabelText@ - Pick a date",
	"DefaultFieldDescription" : "Date Picker",
	"NextButtonOverride" : "",
	"NextButtonTooltip" : "Go to next month",
	"NotAvailableTooltip" : "Not Available",
	"PrevButtonOverride" : "",
	"PrevButtonTooltip" : "Go to previous month",
	"SelectTooltip" : "Click to select",
	"Title" : "",
});
$$WP.Strings.getNamespace("ui.captcha").addStrings( {
	"HCaptchaDisclaimer" : "This site is protected by hCaptcha®.",
	"HCaptchaDisclaimerLinkAltText" : "This site is protected by hCaptcha®. Learn more about hCaptcha®.",
	"NewWindowAltText" : "Opens in new window.",
	"PrivacyPolicyLinkText" : "Privacy",
	"reCAPTCHABlank" : "You must answer the CAPTCHA.",
	"reCAPTCHAContinueLabel" : "Next",
	"reCAPTCHALabel" : "This field is machine-generated content. Please ignore.",
	"reCAPTCHAPretext" : "As a spam prevention measure, complete the CAPTCHA below.",
	"TermsLinkText" : "Terms",
	"Title" : "Captcha",
});
$$WP.Strings.getNamespace("ui.carousel").addStrings( {
	"IndicatorButtonTitleText" : "Go to this slide",
	"IndicatorSlideLabel" : "@MYCHART@CURRENTSLIDE@ of @MYCHART@TOTALSLIDES@",
	"LeftButtonTitle" : "Go to the previous slide",
	"RightButtonTitle" : "Go to the next slide",
	"Title" : "",
});
$$WP.Strings.getNamespace("ui.chartgraph").addStrings( {
	"CanvasDescription" : "Copy of graph used for technical purposes. Please ignore.",
	"GraphImgAlt" : "Image of graph",
	"GraphLoadErr" : "There was a problem generating the graph. Try reloading the page.",
	"Title" : "",
});
$$WP.Strings.getNamespace("ui.combobox").addStrings( {
	"MultiSelectNumberSelectedAssistiveTextPlural" : "@MYCHART@NumberMultiItemsSelected@ items selected",
	"MultiSelectNumberSelectedAssistiveTextSingular" : "1 item selected",
	"NoResultsMessage" : "No results found",
	"Placeholder" : "Select an option",
	"Title" : "",
});
$$WP.Strings.getNamespace("ui.dropdown").addStrings( {
	"MultiselectPlaceholderText" : "Select one or more options",
	"PlaceholderText" : "Select an option",
	"Title" : "Dropdown",
});
$$WP.Strings.getNamespace("ui.infobubble").addStrings( {
	"MoreInformation" : "More Information",
	"Title" : "",
});
$$WP.Strings.getNamespace("ui.subway").addStrings( {
	"CurrentStep" : "@MYCHART@STEPNAME@ - Current step",
	"FutureStep" : "@MYCHART@STEPNAME@ - Not yet available",
	"NavigationBackButton" : "Back",
	"NavigationCancelButton" : "Cancel",
	"NavigationFinishLaterButton" : "Finish later",
	"NavigationNextButton" : "Next",
	"NavigationSaveBeforeContinuing" : "Save your changes above before continuing",
	"NavigationSubmitBeforeContinuing" : "Submit your changes above before continuing",
	"NavigationSubmitButton" : "Submit",
	"NavigationVerifyCheckbox" : "This information is correct",
	"RequiredFieldsWarning" : "Please fully complete this step",
	"ScrollLeft" : "Show steps 1 to @MYCHART@LASTVISIBLESTEP@",
	"ScrollRight" : "Show steps @MYCHART@FIRSTHIDDENSTEP@ to @MYCHART@TOTALNUMBEROFSTEPS@",
	"StepNumberIndicator" : "Step @MYCHART@CURRENTSTEPNUMBER@ of @MYCHART@TOTALNUMBEROFSTEPS@.",
	"Title" : "",
	"VisitedStep" : "Return to @MYCHART@STEPNAME@",
});
$$WP.Strings.getNamespace("ui.timepreferencewidget").addStrings( {
	"AllAvailableLabel" : "All available times",
	"CurrentPreferences" : "Your current preferences: @MYCHART@DAYSSTRING@ \u0026bull; @MYCHART@TIMESSTRING@",
	"CurrentPreferencesShort" : "@MYCHART@DAYSSTRING@ \u0026bull; @MYCHART@TIMESSTRING@",
	"NoPreferredDay" : "Any day",
	"NoPreferredTime" : "Any time",
	"OnFileLabel" : "Use my preferences",
	"OptionTitle" : "Times on @MYCHART@DAY@ @MYCHART@TIMERANGE@",
	"OtherLabel" : "Filter times",
	"Title" : "",
});
$$WP.Strings.getNamespace("ui.toast").addStrings( {
	"DismissButtonAltText" : "Dismiss the warning message",
	"DismissSuccessButtonAltText" : "Dismiss the success message",
	"SuccessIconAltText" : "Success indicator",
	"Title" : "",
	"WarningIconAltText" : "Warning indicator",
});
$$WP.Strings.getNamespace("upcomingorders").addStrings( {
	"BrowserPageTitle" : "Upcoming Tests and Procedures",
	"CommentsSectionText" : "Comments",
	"CompleteAsDirected" : "Complete as directed by your provider",
	"DeclineButton" : "Decline",
	"ECheckInButton" : "eCheck-in",
	"Encounter" : "@MYCHART@VisitType@ on @MYCHART@VisitDate@",
	"HideReminder" : "Hide reminder from home page until @MYCHART@HiddenUntilDate@",
	"InstructionsSectionText" : "Instructions",
	"Interval" : "Interval: @MYCHART@OrderInterval@",
	"LastDone" : "Last Done: @MYCHART@LastDoneDate@",
	"MoreDetailsButton" : "More details",
	"NeverDone" : "Never",
	"NoData" : "You have no upcoming tests or procedures.",
	"NoProviderString" : "From your visit",
	"OrderDetailsPopupTitle" : "Order Details",
	"OrderNumberingGroup" : "@MYCHART@OrderIndex@ of @MYCHART@TotalOrdersInGroup@",
	"PageTitle" : "Upcoming Tests and Procedures",
	"PastExpiry" : "Expired on @MYCHART@ExpirationDate@",
	"PdfLoadingAssistiveText" : "Loading",
	"PdfRequestTimeoutPopupContents" : "Could not download PDF at this time. Please try again later.",
	"PdfRequestTimeoutPopupTitle" : "PDF Download Failure",
	"ProviderString" : "From @MYCHART@ProviderName@",
	"RemainingOccurrences" : "Remaining: @MYCHART@StandingOccurrences@ of @MYCHART@OriginalStandingOccurrences@",
	"ReminderHidden" : "Reminder hidden from home page until @MYCHART@HiddenUntilDate@",
	"ReqReportButton" : "Download document",
	"ReqReportText" : "Download and print this document, then bring it to your lab or clinic",
	"ScheduleButton" : "Schedule",
	"ScheduleButtonTitleText" : "Schedule the ticket",
	"ScheduleMultipleApptsButton" : "Schedule",
	"ScheduleMultipleApptsText" : "Schedule these tests, procedures, and related visits.",
	"ScheduleText" : "Schedule these tests and procedures",
	"StandingDetailsSectionText" : "Details",
	"Title" : "Upcoming orders",
	"UnavailableAppt" : "You will be able to schedule this starting on @MYCHART@ApptAvailableDate@",
	"VisitDetailsButton" : "View visit details",
	"VisitDetailsText" : "Appointment scheduled for @MYCHART@ApptDate@",
});
$$WP.Strings.getNamespace("upcomingordersreadonly").addStrings( {
	"DefaultOrderInstructionsText" : "Contact your organization for instructions on how to complete this test or procedure.",
	"LabReqOrderInstructionsText" : "Your healthcare provider has ordered a test or procedure for you. You will need to print your order documents and bring them with you to the lab that will perform your test or procedure.",
	"Title" : "Upcoming Orders Read Only",
});
$$WP.Strings.getNamespace("upload").addStrings( {
	"DocumentRemoveConfirmationText" : "File has been removed",
	"DocumentRemovePopupDescriptionText" : "Are you sure you want to delete @MYCHART@DOCUMENTNAME@?",
	"DocumentRemovePopupGoBackButtonText" : "Go back",
	"DocumentRemovePopupHeaderText" : "Delete document",
	"DocumentRemovePopupRemoveButtonText" : "Remove",
	"EditButtonTitleText" : "Edit name of @MYCHART@DOCUMENTNAME@",
	"FileNameLabel" : "Filename:",
	"FileNotAcceptedPopupAnotherUploadErrorText" : "Another file is currently being uploaded. Please wait for the upload to complete.",
	"FileNotAcceptedPopupButtonText" : "OK",
	"FileNotAcceptedPopupHeaderText" : "File not uploaded",
	"FileNotAcceptedPopupInvalidFilenameErrorText" : "Oops! The filename contains invalid characters. Please rename the file and try again.",
	"FileNotAcceptedPopupLargeImageErrorText" : "Oops! Your file is too big. Please upload a file smaller than @MYCHART@ALLOWEDIMAGESIZE@ MB.",
	"FileNotAcceptedPopupLargeImageErrorTextKb" : "Oops! Your file is too big. Please upload a file smaller than @MYCHART@ALLOWEDIMAGESIZEKB@ kB.",
	"FileNotAcceptedPopupLargeVideoErrorText" : "Oops! Your file is too big. Please upload a file smaller than @MYCHART@ALLOWEDVIDEOSIZE@ MB.",
	"FileNotAcceptedPopupTooManyFilesErrorText" : "You have uploaded too many files. Only @MYCHART@MAXUPLOADS@ are allowed.",
	"FileNotAcceptedPopupWrongExtensionErrorText" : "Oops! This file type is not allowed. Please upload files with the following types: @MYCHART@ALLOWEDEXTENSIONS@",
	"FileNotAcceptedPopupWrongExtensionErrorTextNoExtensions" : "File type not accepted.",
	"listSeparator" : ", ",
	"LoadingConfigPrompt" : "Loading ...",
	"RemoveButtonText" : "Remove",
	"RemoveButtonTitleText" : "Remove @MYCHART@DOCUMENTNAME@",
	"ServerErrorPopupButtonText" : "OK",
	"ServerErrorPopupDescriptionDeleteFileFailedText" : "Cannot delete file at this time. Please try again later.",
	"ServerErrorPopupDescriptionEditFileFailedText" : "Cannot update file at this time. Please try again later.",
	"ServerErrorPopupDescriptionGetConfigFailedText" : "Cannot initialize the upload control at this time. Please try again later.",
	"ServerErrorPopupDescriptionUploadFileFailedText" : "Oops! Looks like we ran into a network issue and couldn’t upload your file at this moment. Please try again later.",
	"ServerErrorPopupHeaderText" : "Error",
	"Title" : "Upload",
	"TryAgainText" : "Try again",
	"UploadAnotherFilePrompt" : "Add another document",
	"UploadFilePrompt" : "Add a document",
	"UploadInfoBubbleHelpText" : "You can attach up to @MYCHART@MAXUPLOADS@ files. The allowed file types are @MYCHART@ALLOWEDEXTENSIONS@. ",
	"UploadInfoBubbleHelpTextNoExtensions" : "You can attach up to @MYCHART@MAXUPLOADS@ files. ",
	"UploadInfoBubbleHelpTextOneFile" : "You can attach up to 1 file. The allowed file types are @MYCHART@ALLOWEDEXTENSIONS@. ",
	"UploadInfoBubbleHelpTextOneFileNoExtensions" : "You can attach up to 1 file. ",
	"UploadInfoBubbleImageSizeHelpText" : "The maximum file size is @MYCHART@ALLOWEDIMAGESIZE@ MB for images and documents. ",
	"UploadInfoBubbleLabel" : "File attachment information",
	"UploadInfoBubbleVideoSizeHelpText" : "The maximum file size is @MYCHART@ALLOWEDVIDEOSIZE@ MB for videos. ",
	"UploadingFilePrompt" : "Uploading ...",
	"UploadLimitReachedErrorMessage" : "You have reached the upload files limit. If you would like to upload another file, please remove one first.",
	"ViewButtonText" : "View",
	"ViewButtonTitleText" : "View @MYCHART@DOCUMENTNAME@",
});
$$WP.Strings.getNamespace("viewdocument").addStrings( {
	"acceptedDocumentsTitle" : "Documents On File",
	"added" : "Added on @MYCHART@DATEADDED@ ",
	"addOtherSignatures" : "Add other signatures",
	"addOtherSignaturesDescription" : "Add other signatures to @MYCHART@ESignDocumentName@",
	"allDocumentsTitle" : "Documents On File",
	"backToDocCenterButtonText" : "Back to My Documents",
	"cannotDisplayMobile" : "Sorry, the document you\u0027ve requested cannot be displayed. Please use a computer browser to view this document.",
	"closeButtonText" : "Close",
	"dateHeader" : "Date",
	"defaultDateFilter" : "All Dates",
	"defaultDocTypeFilter" : "All Documents",
	"departmentAltText" : "Department",
	"docAssigned" : "Sent to you on @MYCHART@AssignedDate@",
	"docDateAscending" : "Currently documents are sorted in ascending order by the date.",
	"docDateAscendingAction" : "Click to sort documents in ascending order by the date.",
	"docDateDescending" : "Currently documents are sorted in descending order by the date.",
	"docDateDescendingAction" : "Click to sort documents in descending order by the date.",
	"docDateFilterLabel" : "Date: ",
	"docToSignHeader" : "Documents to sign",
	"docToSignPendingHeader" : "Documents waiting on signatures from others",
	"docTypeAscending" : "Currently documents are sorted in ascending order by the document type.",
	"docTypeAscendingAction" : "Click to sort documents in ascending order by the document type.",
	"docTypeDescending" : "Currently documents are sorted in descending order by the document type.",
	"docTypeDescendingAction" : "Click to sort documents in descending order by the document type.",
	"docTypeFilterLabel" : "Document Type: ",
	"docTypeHeader" : "Document type",
	"documentAudioIconAltText" : "Document is an Audio file.",
	"documentESignIconAltText" : "Document was e-signed.",
	"documentImageIconAltText" : "Document is an Image.",
	"documentPDFIconAltText" : "Document is a PDF.",
	"documentTiffIconAltText" : "Document is a tiff file.",
	"documenttooltip" : "View @MYCHART@DOCTYPE@",
	"documentToPrintAltText" : "Document to print",
	"documentVideoIconAltText" : "Document is a Video.",
	"download" : "Download",
	"downloadCancel" : "Cancel",
	"downloadConfirmTitle" : "Confirm download",
	"downloadContinuePrompt" : "Do you want to continue?",
	"downloadFileRiskPrompt" : "Once you download this file, it will no longer be secured by @MYCHART@APPTITLE@. Other apps on your device might have access to this file.",
	"downloadIconAltText" : "Download Document",
	"endOfLifePlanningLink" : "@MYCHART@BrandEOLPlanning@",
	"endOfLifePlanningLinkNoMnemonic" : "End-of-Life Planning",
	"errorAltText" : "Warning: no documents loaded.",
	"errorDocumentFailed" : "There was an error retrieving your document.",
	"errorDocumentFailedTitle" : "Document load failed",
	"errorLoadTime" : "Your document took too long to load. Please try again later.",
	"errorText" : "There was an error retrieving your documents.",
	"eSignDocumentHeader" : "Review and Sign Document",
	"expiredDocumentBadgeHoverText" : "This document has expired.",
	"expiredDocumentBadgeText" : "Expired",
	"imagePreviewAltText" : "Image preview for document",
	"loadMore" : "Load more documents",
	"newDocument" : "This document has not yet been viewed",
	"noAcordex" : "Sorry, the document you\u0027ve requested cannot be displayed. \u003ca href=\"@MYCHART@DOWNLOADLINK@\"\u003ePlease click here  to download your document\u003c/a\u003e.",
	"nodatatext" : "There are no documents of this kind to display.",
	"noDocsToSign" : "No documents to sign",
	"noEmbeddedPdf" : "Oops! It appears your browser does not support embedded PDFs. \u003ca href=\"@MYCHART@DOWNLOADLINK@\"\u003eDownload the document here\u003c/a\u003e.",
	"noFilePreview" : "Previews are not supported for @MYCHART@FILEEXTENSION@ files.",
	"noOtherDocs" : "No other documents",
	"noPdfAltButton" : "View here",
	"noPdfAltText" : "Oops! It appears your browser does not support embedded pdfs. If you\u0027d like to view it: ",
	"noSignedDocs" : "No signed documents",
	"otherDocsHeader" : "Other documents",
	"pendingDocumentBadgeHoverText" : "This document is currently being reviewed.",
	"pendingDocumentBadgeText" : "In review",
	"pendingDocumentsTitle" : "Documents In Review",
	"pendingSignatureBadgeHoverText" : "This document is waiting on signatures from others.",
	"pendingSignatureBadgeText" : "Pending",
	"posttext" : "",
	"pretext" : "",
	"print" : "Print",
	"printIconAltText" : "Print Document",
	"providerAltText" : "Provider",
	"rejectedDocumentBadgeHoverText" : "There were issues with this document submission.",
	"rejectedDocumentBadgeText" : "Not accepted",
	"rejectedDocumentsTitle" : "Refused Documents",
	"reviewAndSignButton" : "Review and sign",
	"reviewAndSignButtonDescription" : "Review and sign @MYCHART@ESignDocumentName@",
	"sidebarContent" : "",
	"sidebarTitle" : "Helpful Links",
	"signed" : "Signed on @MYCHART@DATESIGNED@ ",
	"signedDocsHeader" : "Signed documents",
	"statusHeader" : "Status",
	"Title" : "My Documents",
	"toggleShowRejected" : "Show Declined Documents",
	"unreadDocumentAltText" : "Unread",
	"unsignedField" : "This signature field is blank.",
	"uploaded" : "Uploaded on @MYCHART@DATEUPLOADED@",
	"useComputerToDownload" : "Sorry, the document you\u0027ve requested cannot be displayed. Please use a computer browser to download this document.",
	"viewedDocument" : "This document has been viewed previously",
	"visitDetailsButton" : "Go to visit details",
	"visitInfo" : "@MYCHART@VisitType@ on @MYCHART@VisitDate@",
	"visitRecordsLink" : "Visit records",
	"visitsLink" : "View past visits",
});
$$WP.Strings.getNamespace("virtualassistant").addStrings( {
	"ActionButtonLabel" : "Get started",
	"BackToChatAction" : "Back to chat",
	"CloseAcknowledge" : "End chat",
	"CloseCancel" : "Go back",
	"CloseHeading" : "Close chat",
	"CloseText" : "Closing will end the chat. Your chat will not be saved.",
	"ConnectionFailureAcknowledge" : "Close chat",
	"ConnectionFailureHeading" : "Error connecting",
	"ConnectionFailureText" : "We ran into an issue while connecting you with @MyChart@VirtualAssistantName@. Please try again later.",
	"CreditCardDetectedBody" : "Remove the credit card number from your message. Credit card information cannot be stored directly in the chat.",
	"CreditCardDetectedHeader" : "Credit card number detected",
	"DisclaimerLinkText" : "Learn more",
	"DisclaimerOverlayAcknowledge" : "Ok",
	"DisclaimerOverlayText" : "\u003cstrong\u003eThe @MyChart@VirtualAssistantName@ should not be used for medical emergencies.\u003c/strong\u003e If you need immediate attention, dial @MYCHART@EMERGENCYPHONE@ or go to the nearest hospital or emergency treatment center.",
	"DisclaimerText" : "Call @MYCHART@EMERGENCYPHONE@ if you have an emergency.",
	"DrawerTitle" : "AI Agent",
	"EditMessageButton" : "Edit message",
	"IllegalCharacterHeading" : "Unsupported character",
	"IllegalCharacterText" : "Some of the text you\u0027ve entered cannot be submitted. Unsupported characters have been removed from your text.",
	"LiveChatConnectionFailureBody" : "We were unable to connect you with an agent. You may contact us by sending a message or calling our support line: @MYCHART@HELPDESKPHONE@.",
	"LiveChatConnectionFailureNoMsgBody" : "We were unable to connect you with an agent. You may contact us by calling our support line: @MYCHART@HELPDESKPHONE@.",
	"MessageSentBody" : "Message sent",
	"MessageSentConfirmation" : "Message sent successfully!",
	"NoAgentsBody" : "You may contact us by sending a message or calling our support line: @MYCHART@HELPDESKPHONE@.",
	"NoAgentsHeader" : "No agents available",
	"NoAgentsNoMsgBody" : "You may contact us by calling our support line: @MYCHART@HELPDESKPHONE@.",
	"PreviousChatExpired" : "Your previous chat has ended due to inactivity.",
	"ShowMoreLink" : "Show more",
	"StartMessage" : "Start message",
	"Title" : "",
	"ViewConversationAction" : "View my conversation in Messages",
	"ViewMessageLink" : "View in messages",
});
$$WP.Strings.getNamespace("virtualassistantreadonly").addStrings( {
	"ChatTitle" : "Virtual Assistant",
	"Connected" : "@MYCHART@SubjectNameJoined@ has joined the chat.",
	"ConnectingToAgent" : "You are now being connected to a representative.",
	"Disconnected" : "@MYCHART@SubjectNameLeft@ has left the chat.",
	"EndChat" : "The chat session has ended. Thank you for contacting us. You may close this chat.",
	"MessageStepErrorBody" : "Unable to send a message. Invalid step: @MYCHART@SendMessageStep@",
	"MessageStepErrorHeader" : "Error",
	"NextInQueue" : "You are next in line",
	"PlaceInQueue" : "Place in line: @MYCHART@QueuePosition@",
	"StartChat" : "Get help from @MYCHART@AssistantName@",
	"Title" : "",
	"VirtualAssistantName" : "Virtual Assistant",
});
$$WP.Strings.getNamespace("virtualqueue").addStrings( {
	"ActivityTitle" : "",
	"ActivityTitle_1" : "Schedule an Appointment",
	"ComeBackLaterInstructions" : "",
	"ComeBackLaterInstructions_1" : "The line is full. Check back later.",
	"ComeBackLaterInstructionsMobile" : "",
	"ComeBackLaterInstructionsMobile_1" : "Join the line or check back later.",
	"HighDemand" : "",
	"HighDemand_1" : "To help you schedule, we limit the number of people who can make appointments at the same time.",
	"JoinWaitingRoomCommandTitle" : "Join the line",
	"PlaceInLineLabel" : "You are number \u003cspan id=\"place-in-line\"\u003e@MYCHART@PLACEINLINE@\u003c/span\u003e in line.",
	"Title" : "Waiting Room",
	"WaitingRoomInstructions" : "",
	"WaitingRoomInstructions_1" : "To stay in line, do not close or leave this page. You\u0027ll be redirected to schedule when it is your turn.",
	"WaitingRoomNavigationDetails" : "If you leave now, you\u0027ll lose your place in line.",
	"WaitingRoomNavigationLeaveLine" : "Leave line",
	"WaitingRoomNavigationStayHere" : "Stay here",
	"WaitingRoomNavigationTitle" : "Leaving line",
});
$$WP.Strings.getNamespace("visitnotes").addStrings( {
	"CareTeam" : "Care Team",
	"NoteFromCareTeam" : "Note from Care Team",
	"NoteLinkAccessibleDescription" : "@MYCHART@NoteType@, @MYCHART@DateTimeMessage@, @MYCHART@ProviderName@",
	"NotesFromCareTeam" : "Notes from Care Team",
	"NoVisitNotes" : "No notes available for this visit",
	"OverflowMessageGeneric" : "Only the most recent @MYCHART@NoteLimit@ notes are displayed. To view older notes, call customer service to start a request.",
	"OverflowMessageWithPhoneNumber" : "Only the most recent @MYCHART@NoteLimit@ notes are displayed. To view older notes, call customer service at @MYCHART@DepartmentPhoneNumber@ to start a request.",
	"ProviderPhotoAccessibleDescription" : "Photo of @MYCHART@ProviderName@",
	"SignedDateTime" : "Signed @MYCHART@DateTime@",
	"Title" : "Visit Notes",
	"UpdatedDateTime" : "Updated @MYCHART@DateTime@",
});
$$WP.Strings.getNamespace("visitnotifications").addStrings( {
	"BarcodeOnBadgeImageAltText" : "Sample Barcode on a Badge",
	"BarcodeOnPagerImageAltText" : "Sample Barcode on a Pager",
	"BarcodeScannerImageAltText" : "Sample Barcode Scanner",
	"CancelButton" : "Cancel",
	"CardHeaderBarcodePager" : "Scan the barcode on the pager",
	"CardHeaderBarcodeRTLS" : "Scan the barcode on the badge",
	"CardHeaderManualPager" : "Enter the code on the pager",
	"CardHeaderManualRTLS" : "Enter the code on the badge",
	"ErrorStatePager" : "When you are done here, see the front desk to pick up a pager",
	"ErrorStateRTLS" : "When you are done here, see the front desk to pick up a badge",
	"GotItButton" : "Got it!",
	"HavingTroubleButton" : "I\u0027m having trouble",
	"IHaveAPager" : "I have a pager",
	"IHaveARTLS" : "I have a badge",
	"InvalidBarcode" : "There was a problem scanning the barcode. Try again",
	"InvalidCode" : "The code was not recognized",
	"ManualEntryDescriptionPager" : "Pager code",
	"ManualEntryDescriptionRTLS" : "Badge code",
	"NeedHelpPagerBarcode" : "There should be a barcode scanner attached to the kiosk. The barcode on the pager is a normal barcode like you would see at the grocery store.",
	"NeedHelpPagerManual" : "The code on the pager should be a series of letters and numbers that you can use to identify this specific pager.",
	"NeedHelpRTLSBarcode" : "There should be a barcode scanner attached to the kiosk. The barcode on the badge is a normal barcode like you would see at the grocery store.",
	"NeedHelpRTLSManual" : "The code on the badge should be a series of letters and numbers that you can use to identify this specific badge.",
	"NoDevicesButton" : "I don\u0027t see one",
	"NoDevicesHelpPager" : "There should be a stack of pagers next to the kiosk. They might be on either side, or even below the kiosk.",
	"NoDevicesHelpRTLS" : "There should be a stack of badges next to the kiosk. They might be on either side, or even below the kiosk.",
	"OkButton" : "OK",
	"OtherText" : "Other",
	"PageHeaderPager" : "Pager Assignment",
	"PageHeaderRTLS" : "Badge Assignment",
	"PhoneType" : "",
	"PhoneType_1" : "Mobile",
	"PhoneType_7" : "Home",
	"PhoneType_8" : "Work",
	"PleaseWaitVerifying" : "Verifying",
	"PromptPageSubheaderPager" : "Take a pager from the stack of pagers next to this kiosk",
	"PromptPageSubheaderRTLS" : "Take a badge from the stack of badges next to this kiosk",
	"SMSBackText" : "Back",
	"SMSCardEdit" : "Edit",
	"SMSCardUpdateButton" : "Update",
	"SMSClearPopupCancel" : "Go back",
	"SMSClearPopupClear" : "Confirm cancellation",
	"SMSClearPopupDetails" : "Notifications will no longer be sent to @MYCHART@PHONENUMBER@.",
	"SMSClearPopupDetailsBoth" : "Notifications will no longer be sent to @MYCHART@PHONENUMBER@ and @MYCHART@EMAIL@.",
	"SMSClearPopupDetailsEmailOnly" : "Notifications will no longer be sent to @MYCHART@EMAIL@.",
	"SMSClearPopupHeader" : "Are you sure you want to cancel notifications for this visit?",
	"SMSClearPopupTitle" : "Cancel status updates",
	"SMSConfirmationMessageCheckbox" : "Send a signup confirmation message",
	"SMSConfirmPopupChangeNumber" : "Change information",
	"SMSConfirmPopupDetails" : "We\u0027ll send a confirmation message to @MYCHART@PHONENUMBER@. If you don\u0027t receive it in the next few minutes, stop by the front desk before your appointment.",
	"SMSConfirmPopupDetailsECS" : "We\u0027ll send a confirmation message to @MYCHART@PHONENUMBER@ from @MYCHART@SHORTCODE@. If you don\u0027t receive it in the next few minutes, stop by the front desk before your appointment.",
	"SMSConfirmPopupHeader" : "Send notifications to @MYCHART@PHONENUMBER@?",
	"SMSConfirmPopupHeaderBoth" : "Send notifications to @MYCHART@PHONENUMBER@ and @MYCHART@EMAIL@?",
	"SMSConfirmPopupHeaderEmail" : "Send notifications to @MYCHART@EMAIL@?",
	"SMSConfirmPopupReceiveTitle" : "Receive status updates",
	"SMSConfirmPopupTitle" : "Confirm sign up",
	"SMSConfirmPopupYes" : "Yes",
	"SMSDetailsCustomerOnly" : "",
	"SMSEditCardInstructionText" : "Update your contact information here. Changes entered here will not replace the contact information on file.",
	"SMSEmailLabel" : "Email",
	"SMSEmptyEmailText" : "Email address not entered",
	"SMSEmptyPhoneText" : "Mobile phone not entered",
	"SMSEnterNumberLabel" : "Mobile number",
	"SMSEntryPageCardInstructions" : "Contact information here will only be used for these updates. It will not replace contact information on file.",
	"SMSEntryPageCardInstructionsNoCard" : "Add yourself to receive status updates for this visit. Contact information here will only be used for these updates. It will not replace contact information on file.",
	"SMSEntryPageEmptyCardInstructions" : "We have no contact information for you. Select \"Edit\" to add your contact information for this visit.",
	"SMSEntryPageSubheader" : "Where should we send notifications?",
	"SMSEntryPageSubheaderDependent" : "Who should we send notifications to?",
	"SMSEntryPageSubheaderNoEmail" : "Enter a mobile phone to sign up to receive notifications for this visit.",
	"SMSEntryPageSubheaderWithEmail" : "Enter a mobile phone or email to sign up to receive notifications for this visit.",
	"SMSExistingEmailLabel" : "Choose an email",
	"SMSExistingNumberLabel" : "Choose an existing number",
	"SMSFooterCancelNotifications" : "Stop notifications",
	"SMSFooterClear" : "Cancel",
	"SMSFooterContinue" : "Continue",
	"SMSFooterNo" : "No",
	"SMSFooterSignUp" : "Sign up",
	"SMSFooterSkip" : "Don\u0027t sign up",
	"SMSFooterYes" : "Yes",
	"SMSNameLabel" : "Your name",
	"SMSOtherEmailLabel" : "Enter other email",
	"SMSOtherNumberLabel" : "Or enter a different number",
	"SMSPageHeader" : "Visit Status Notification Signup",
	"SMSPageHeaderCallToAction" : "Do you want to sign up to get status updates about this visit?",
	"SMSPageHeaderEditPage" : "Update Contact Information",
	"SMSPhoneHelpText" : "Enter a phone number",
	"SMSPromptPageSubheader" : "Would you like to receive notifications for this visit?",
	"SMSProxyDisclaimerLine" : "Notifications will be sent to you on behalf of @MYCHART@PATIENT@\u0027s visit.",
	"SMSScreenReaderEdit" : "Edit Contact Information for @MYCHART@VISITNAME@",
	"SMSScreenReaderVisitPhoto" : "@MYCHART@VISITNAME@ profile picture",
	"SMSSignedUpBadge" : "Signed up",
	"SMSSignupConfirmedHeader" : "You have signed up to receive notifications",
	"SMSValidatePopupHeader" : "Enter a phone number",
	"SMSValidatePopupHeaderExisting" : "Enter an existing phone number or a different phone number",
	"SMSValidatePopupTitle" : "Validate popup",
	"SMSZeroStateText" : "Add yourself",
	"StillHavingTroubleButton" : "I\u0027m still having trouble",
	"StillNoDevicesButton" : "I still don\u0027t see one",
	"Title" : "Visit Notifications Strings",
});
$$WP.Strings.getNamespace("visits").addStrings( {
	"ActiveAdmission" : "This hospital stay is still active. Information will appear here once the stay is complete.",
	"AdditionalActions" : "(ADMIN ONLY) Links created via FDI records need to have their names configured with Strings Manager",
	"AdditionalActionsDetails" : "Additional actions and details",
	"AdditionalActionsHeader" : "Other actions you can take:",
	"AddToCalendarLabel" : "Add to calendar",
	"AddToWaitListButtonLabel" : "Get on the Wait List",
	"AddToWaitListPreText" : "Want an earlier time?",
	"AdmissionForOutpatientSurg" : "Outpatient Procedure",
	"AdmissionInstructionLine1" : "We\u0027re looking forward to seeing you!",
	"AdmissionInstructionLine2" : "Please call us if you have any questions about your upcoming admission.",
	"AdmissionTitleDateRange" : "Hospital Visit - @MYCHART@AdmissionDate@ to @MYCHART@DischargeDate@",
	"AdmissionTitleSingleDate" : "Hospital Visit - @MYCHART@SingleAdmissionDate@",
	"AdmissionWithoutService" : "Hospital Visit",
	"AdmissionWithSurgeriesInstruction" : "",
	"AdmittingProvider" : "Admitting Provider",
	"AdtHovInstruction" : "Please call us if you have any questions about your upcoming hospital visit.",
	"AllDepartmentsSelected" : "All departments",
	"AllProvidersSelected" : "All doctors",
	"AllSpecialtiesSelected" : "All specialties",
	"AlreadyConfirmedMultipleVisitsText" : "You\u0027ve confirmed these appointments!",
	"AlreadyConfirmedOneVisitText" : "You\u0027ve confirmed this appointment!",
	"AmbulatoryPreTextBody" : "",
	"AmbulatoryPreTextTitle" : "",
	"AnotherTime" : "Rescheduled to another time",
	"ApplyFiltersButton" : "Apply filters",
	"AppointmentDetailsTitle" : "Appointment Details",
	"AppointmentLocationClearLabel" : "Appointment Location:",
	"AppointmentRequestsSectionHeader" : "Requested appointments",
	"AppointmentRescheduledPreText" : "Thanks, the appointment is now rescheduled for @MYCHART@PATIENT@!",
	"AppointmentRescheduledTitle" : "Appointment Rescheduled",
	"AppointmentScheduledPreText" : "Thanks, the appointment is now scheduled for @MYCHART@PATIENT@!",
	"AppointmentTimeLabel" : "Starts at @MYCHART@TIME@ @MYCHART@TIMEZONE@",
	"AppointmentTimeLabelAM" : "Starts in the AM @MYCHART@TIMEZONE@",
	"AppointmentTimeLabelPM" : "Starts in the PM @MYCHART@TIMEZONE@",
	"ArrivalAcknowledgedTitleText" : "Got it!",
	"ArrivalAdditionalActionsHeader" : "Before your visit:",
	"ArrivalBannerAlmostDoneDetailText" : "Please go to the front desk to complete check in.",
	"ArrivalBannerAlmostDoneECheckInDetailText" : "Please complete @MYCHART@BrandECheckIn@.",
	"ArrivalBannerAlmostDoneECheckInDetailTextNoMnemonic" : "Please complete eCheck-In.",
	"ArrivalBannerAlmostDoneECheckInTasksDetailText" : "Complete visit tasks.",
	"ArrivalBannerAlmostDoneHeader" : "Almost done!",
	"ArrivalBannerAlmostDoneIconAltText" : "Action",
	"ArrivalBannerButtonLabel" : "I\u0027m here",
	"ArrivalBannerCheckedInDetailText" : "We\u0027ve checked you in. Please wait for your name to be called.",
	"ArrivalBannerDetailText" : "Have you arrived for this appointment?",
	"ArrivalBannerEDArrivedDetailText" : "You\u0027ve arrived for your visit. Please wait for your name to be called.",
	"ArrivalBannerHeader" : "Confirm you\u0027ve arrived",
	"ArrivalBannerIconAltText" : "Alert",
	"ArrivalBannerProxyButtonLabel" : "@MYCHART@SubjectName@ has arrived",
	"ArrivalBannerProxyDetailText" : "Has @MYCHART@SubjectName@ arrived for this appointment?",
	"ArrivalBannerProxyHeader" : "Confirm @MYCHART@SubjectName@ has arrived",
	"ArrivalBannerWelcomeHeader" : "Welcome!",
	"ArrivalErrorButtonLabel" : "OK",
	"ArrivalErrorMessageText" : "Thanks for letting us know you\u0027re here, but we weren\u0027t able to notify the front desk. Please go to the front desk to check in.",
	"ArrivalErrorTitleText" : "Something went wrong",
	"ArrivalEtaTitleText" : "How long until you arrive?",
	"ArrivalNotComingTitleText" : "Let us know",
	"ArrivalTimeLabel" : "Arrive by @MYCHART@ARRIVALTIME@ @MYCHART@TIMEZONE@",
	"AuthorizedCopay" : "You have authorized your expected @MYCHART@AUTHORIZEDCOPAYAMOUNT@ copay.",
	"AuthorizedPrepay" : "You have authorized your expected @MYCHART@AUTHORIZEDPREPAYAMOUNT@ prepay.",
	"AvailableAppointmentsHeader" : "You have @MYCHART@AVAILABLEAPPOINTMENTS@ available @MYCHART@APPOINTMENTNAME@ appointments to schedule.",
	"AvailableOneAppointment" : "You have 1 available @MYCHART@APPOINTMENTNAME@ appointment to schedule.",
	"AVSButtonTitle" : "View After Visit Summary",
	"AVSButtonTitleEnUS" : "View After Visit Summary®",
	"AVSView" : "After Visit Summary®",
	"BackToDetailsButtonLabel" : "Back to Visit Details",
	"BackToListButtonLabel" : "Back to Appointments and Visits",
	"BackToPreviousPageLabel" : "Back to the previous page",
	"BackToVisits" : "Appointments and Visits List",
	"BalancePayPreText" : "Pay your outstanding balances.",
	"BarcodeAltText" : "This barcode might be scanned to help you check in",
	"BarcodeOnlyText" : "This barcode might be scanned to help you check in.",
	"ButtonClearLabel" : "for @MYCHART@VISITTYPE@ on @MYCHART@DATE@",
	"CalculatingPaymentMain" : "Calculating payment due.",
	"CalculatingPaymentSub" : "This might take a few minutes. Please wait or check back later.",
	"CalendarDescriptionTextAppointmentTime" : "Appointment Time: @MYCHART@TIME@ @MYCHART@TIMEZONE@",
	"CalendarDescriptionTextArrivalLocation" : "Arrival Location: @MYCHART@ARRIVALLOCATION@",
	"CalendarDescriptionTextArriveBy" : "Arrive by @MYCHART@TIME@ @MYCHART@TIMEZONE@",
	"CalendarDescriptionTextJoinBy" : "Join by @MYCHART@TIME@ @MYCHART@TIMEZONE@",
	"CalendarDescriptionTextMoreDetails" : "Check @MYCHART@APPTITLE@ for appointment details.",
	"CalendarDescriptionTextPhoneNumber" : "Phone: @MYCHART@PHONENUMBER@",
	"CalendarFileName" : "Upcoming Appointment",
	"CalendarPluralFileName" : "Upcoming Appointments",
	"CalendarPopupIncludeDetails" : "Include details",
	"CalendarPopupIncludeTimeOnly" : "Include time only",
	"CalendarPopupPrompt" : "Would you like to include details in the calendar appointment?",
	"CalendarPopupTitle" : "Add to Calendar",
	"CalendarSubjectTextDefault" : "Doctor Visit",
	"CalendarSubjectTextDefaultWithProxy" : "Doctor Visit for @MYCHART@PATIENT@",
	"CalendarSubjectTextVisitTypeAndProvider" : "@MYCHART@VISITTYPE@ with @MYCHART@PROVIDER@",
	"CalendarSubjectTextVisitTypeAndProviderWithProxy" : "@MYCHART@VISITTYPE@ with @MYCHART@PROVIDER@ for @MYCHART@PATIENT@",
	"CalendarSubjectTextVisitTypeWithProxy" : "@MYCHART@VISITTYPE@ for @MYCHART@PATIENT@",
	"CancelApptPreText" : "",
	"CancelButtonLabel" : "Cancel appointment",
	"CancelEVisitLabel" : "Cancel @MYCHART@BrandEVisit@",
	"CancelEVisitLabelNoMnemonic" : "Cancel E-Visit",
	"CancelPanelLabel" : "Cancel appointments",
	"CancelPreText" : "",
	"CancelRequestSent" : "You have sent a message canceling this appointment. Your cancellation is being processed.",
	"CancelVisitLabel" : "Cancel visit",
	"CannotCancel" : "This visit cannot be canceled online. To cancel, please call @MYCHART@CANCELPHONE@.",
	"CannotCancelAppt" : "This appointment cannot be canceled online. To cancel, please call @MYCHART@CANCELPHONEAPPT@.",
	"CannotCancelApptNoPhone" : "This appointment cannot be canceled online.",
	"CannotCancelEVisit" : "This @MYCHART@BrandEVisit@ cannot be canceled because someone responded to it.",
	"CannotCancelEVisitNoMnemonic" : "This E-Visit cannot be canceled because someone responded to it.",
	"CannotCancelEVisitProxy" : "This @MYCHART@BrandEVisit@ cannot be canceled because it is under review.",
	"CannotCancelEVisitProxyNoMnemonic" : "This E-Visit cannot be canceled because it is under review.",
	"CannotCancelEVisitUnderReview" : "This @MYCHART@BrandEVisit@ cannot be canceled because it is under review.",
	"CannotCancelEVisitUnderReviewNoMnemonic" : "This E-Visit cannot be canceled because it is under review.",
	"CannotCancelNoPhone" : "This visit cannot be canceled online.",
	"ChiefComplaintHeader" : "Reason for Visit",
	"ClearFiltersButton" : "Reset filters",
	"ClientTimeZoneAppointmentTimeLabel" : "Starts at @MYCHART@TIME@ @MYCHART@CLIENTTIMEZONE@",
	"ClientTimeZoneJoinByTimeLabel" : "Join by @MYCHART@CLIENTTIMEZONEJOINBYTIME@ @MYCHART@CLIENTTIMEZONE@",
	"ClientTimeZoneVisitTime" : "@MYCHART@TIME@ @MYCHART@CLIENTTIMEZONE@",
	"CollapseInstructionLink" : "Collapse",
	"CollapseInstructionLinkTitle" : "click to collapse instructions",
	"CompleteInformationHeader" : "Complete visit information",
	"ConfirmButtonLabel" : "Confirm",
	"ConfirmButtonLabelForScreenReaderMultipleVisits" : "Confirm these appointments",
	"ConfirmButtonLabelForScreenReaderOneVisit" : "Confirm this appointment",
	"ConfirmCancel" : "Cancel",
	"ConfirmContent" : "Are you sure you want to remove this appointment from the wait list? You will need to call the clinic to add yourself back to the wait list.",
	"ConfirmErrorContent" : "Unable to confirm the appointment. Please try again later. If you continue to see this error, please contact the clinic.",
	"ConfirmOK" : "Remove",
	"ConfirmTitle" : "Remove From Wait List",
	"ContinueECheckInButtonLabel" : "Continue @MYCHART@BrandECheckIn@",
	"ContinueECheckInButtonLabelNoMnemonic" : "Continue eCheck-In",
	"ContinuePreVisitTasksButtonLabel" : "Continue pre-visit tasks",
	"ContinueSchedulingHeader" : "Continue scheduling",
	"CopayAuthorizedListPage" : "You have authorized this amount",
	"CopayButtonLabel" : "Pay copay",
	"CopayPreText" : "Your expected copay is",
	"CrossOrgProxyMissingURL" : "Check your email or text messages for access to this video visit.",
	"CrossOrgProxyMissingURLHeader" : "This video visit cannot be accessed from @MYCHART@APPTITLE@",
	"CrossOrgProxyVisitExpired" : "Your access to this video visit may have expired or information about the visit is unavailable at this time.",
	"CrossOrgProxyVisitExpiredHeader" : "This video visit is unavailable",
	"CrossOrgSchedulingUnavailable" : "Unable to schedule an on-demand video visit at this time.",
	"CrossOrgSchedulingUnavailableHeader" : "Scheduling unavailable",
	"DateTime" : "@MYCHART@DATE@ @MYCHART@TIME@",
	"DateTimeAMWithTimeZone" : "@MYCHART@DATE@ AM @MYCHART@TIMEZONE@",
	"DateTimePMWithTimeZone" : "@MYCHART@DATE@ PM @MYCHART@TIMEZONE@",
	"DateTimeToBeDetermined" : "@MYCHART@DATE@, Time to Be Determined",
	"DateTimeWithTimeZone" : "@MYCHART@DATE@ @MYCHART@TIME@ @MYCHART@TIMEZONE@",
	"DefaultVisitTypeName" : "Visit",
	"DepartmentsCategory" : "Departments",
	"DetailsButtonLabel" : "Details",
	"DetailsButtonTooltip" : "View details of this appointment",
	"DetailsPagePVGLink" : "@MYCHART@HYPERLINKMARKUPSTART@Download your visit guide@MYCHART@HYPERLINKMARKUPEND@ for more information about your upcoming visits.",
	"DetailsPostText" : "",
	"DetailsPreText" : "",
	"DiagnosesHeader" : "Diagnoses",
	"DownloadLink" : "Download this file",
	"DownloadMyRecord" : "Document Center",
	"DrivingDirectionsButtonLabel" : "Get directions",
	"DurationString" : "(@MYCHART@DURATION@ minutes)",
	"DurationStringAdmission" : "For @MYCHART@DURATION@ day(s)",
	"ECheckInAdmissionsCompleteAltText" : "Information has been updated for this hospital visit",
	"ECheckInBarcodeHeader" : "Keep this barcode ready for when you arrive",
	"ECheckInButtonLabel" : "@MYCHART@BrandECheckIn@",
	"ECheckInButtonLabelNoMnemonic" : "eCheck-In",
	"ECheckInButtonTooltip" : "Complete registration online",
	"ECheckInClinicSteps" : "",
	"ECheckInClinicSteps_1" : "Scan Insurance Card",
	"ECheckInClinicSteps_2" : "Sign Documents",
	"ECheckInClinicSteps_3" : "Complete Your MSPQ",
	"ECheckInClinicSteps_4" : "Verify Emergency Contacts",
	"ECheckInClinicStepsHeader" : "When you arrive, you may need to:",
	"ECheckInClinicStepsHeaderGeolocation" : "You may need to:",
	"ECheckInCompleteAltText" : "@MYCHART@BrandECheckIn@ complete",
	"ECheckInCompleteAltTextNoMnemonic" : "eCheck-In complete",
	"ECheckInCompletedHeader" : "Thanks for using @MYCHART@BrandECheckIn@!",
	"ECheckInCompletedHeaderInpatient" : "Thanks for updating your information!",
	"ECheckInCompletedHeaderNoMnemonic" : "Thanks for using eCheck-In!",
	"ECheckInCompletedInHomeVisit" : "The information you\u0027ve submitted is now on file.",
	"ECheckInCompletedNoBarcode" : "The information you\u0027ve submitted is now on file.",
	"ECheckInCompletedNotification" : "Thanks for using @MYCHART@BrandECheckIn@!",
	"ECheckInCompletedNotificationNoMnemonic" : "Thanks for using eCheck-In!",
	"EcheckInCompletedText" : "@MYCHART@BrandECheckIn@ completed",
	"EcheckInCompletedTextNoMnemonic" : "eCheck-In completed",
	"ECheckInCompletedTitle" : "@MYCHART@BrandECheckIn@ Complete",
	"ECheckInCompletedTitleNoMnemonic" : "eCheck-In Complete",
	"ECheckInCompletedWithBarcode" : "The information you\u0027ve submitted is now on file. Scan this barcode when you arrive to save time. You can use the @MYCHART@APPTITLE@ app or a printed barcode.",
	"ECheckInCompleteFraction" : "You\u0027ve completed @MYCHART@BrandECheckIn@ for @MYCHART@COMPLETEDECHECKINCOUNT@ of @MYCHART@TOTALECHECKINCOUNT@ visits.",
	"ECheckInCompleteFractionNoMnemonic" : "You\u0027ve completed eCheck-In for @MYCHART@COMPLETEDECHECKINCOUNTNOMNEMONIC@ of @MYCHART@TOTALECHECKINCOUNTNOMNEMONIC@ visits.",
	"ECheckInFilteredSteps" : "",
	"ECheckInFilteredSteps_1" : "Make Payments",
	"ECheckInFilteredSteps_10" : "Verify Insurance",
	"ECheckInFilteredSteps_11" : "Sign Documents",
	"ECheckInFilteredSteps_12" : "Verify Travel History",
	"ECheckInFilteredSteps_19" : "Update Visit Pharmacy",
	"ECheckInFilteredSteps_2" : "Verify Personal Information",
	"ECheckInFilteredSteps_3" : "Verify Insurance",
	"ECheckInFilteredSteps_4" : "Verify Medications",
	"ECheckInFilteredSteps_5" : "Verify Allergies",
	"ECheckInFilteredSteps_6" : "Verify Health Issues",
	"ECheckInFilteredSteps_7" : "Complete Visit Questionnaires",
	"ECheckInFilteredSteps_9" : "Verify the Person Responsible for Payment",
	"ECheckInGeolocationCheckedIn" : "We\u0027ve checked you in. Please wait for your name to be called.",
	"ECheckInGeolocationSignedIn" : " Please go to the front desk to complete check in.",
	"ECheckInGeolocationSignedInHeader" : "You\u0027re almost done!",
	"ECheckInInProgressPreTextLine1Hospital" : "You have begun the @MYCHART@BrandECheckIn@ process.",
	"ECheckInInProgressPreTextLine1HospitalNoMnemonic" : "You have begun the eCheck-In process.",
	"ECheckInInProgressPreTextLine2Hospital" : "Save time at the hospital by completing the following tasks in @MYCHART@BrandECheckIn@:",
	"ECheckInInProgressPreTextLine2HospitalNoMnemonic" : "Save time at the hospital by completing the following tasks in eCheck-In:",
	"ECheckInNotCompletePreText" : "Save time by completing @MYCHART@BrandECheckIn@ ahead of time.",
	"ECheckInNotCompletePreTextNoMnemonic" : "Save time by completing eCheck-In ahead of time.",
	"ECheckInNotStartedPreTextHospital" : "Save time at the hospital by completing the following tasks in @MYCHART@BrandECheckIn@:",
	"ECheckInNotStartedPreTextHospitalNoMnemonic" : "Save time at the hospital by completing the following tasks in eCheck-In:",
	"ECheckInPartiallyCompletedNoBarcode" : "The information you\u0027ve submitted is now on file. Click the button below to continue checking in.",
	"ECheckInPartiallyCompletedTitle" : "Thanks for checking in!",
	"ECheckInPartiallyCompletedWithBarcode" : "The information you\u0027ve submitted is now on file. Click the button below to continue checking in. If you decide to stop here, you may still use this barcode when you arrive.",
	"ECheckInTasksButtonLabel" : "Complete tasks",
	"ECheckInTasksCompleteAltText" : "Ready to arrive",
	"ECheckInTasksCompletedHeader" : "You are ready to arrive",
	"ECheckInTasksCompletedNotification" : "You\u0027re ready to arrive!",
	"EcheckInTasksCompletedText" : "Ready for arrival",
	"ECheckInTasksCompletedTitle" : "Ready for arrival",
	"ECheckInTasksCompleteFraction" : "You\u0027re ready to arrive for @MYCHART@CompletedECheckInTasksCount@ of @MYCHART@TotalECheckInTasksCount@ visits.",
	"ECheckInTasksNotCompletePreText" : "Save time by completing tasks ahead of time.",
	"ECheckInTasksNotStartedPreTextHospital" : "Save time at the hospital by completing the following tasks:",
	"EDSelfRegistrationButtonLabel" : "@MYCHART@BrandEDSelfRegistration@",
	"EDSelfRegistrationButtonLabelNoMnemonic" : "Self-Registration",
	"EDSelfRegistrationCompleteAltText" : "Information has been updated for this emergency visit",
	"EDSelfRegistrationCompleted" : "The information you\u0027ve submitted is now on file.",
	"EDSelfRegistrationCompletedHeader" : "Thanks for updating your information!",
	"EDSelfRegistrationCompletedTitle" : "@MYCHART@BrandEDSelfRegistration@ Complete",
	"EDSelfRegistrationCompletedTitleNoMnemonic" : "Self-Registration Complete",
	"EDSelfRegistrationNotCompletePreText" : "Save time by completing @MYCHART@BrandEDSelfRegistration@.",
	"EDSelfRegistrationNotCompletePreTextNoMnemonic" : "Save time by completing Self-Registration.",
	"EDSelfRegistrationTasksCompletedTitle" : "Registration tasks complete",
	"EDSelfRegistrationTasksNotCompletePreText" : "Save time by completing tasks.",
	"EducationMaterials" : "Education Materials",
	"ErrorClose" : "OK",
	"ErrorLinkIsDeadFailure" : "Unable to begin video visit because it is already completed.",
	"ErrorLinkIsDeadSuccess" : "Unable to begin video visit because it is already completed. This video visit will be removed.",
	"ErrorTitle" : "Error",
	"ErrorVisitDetailsWebRequestFailedTitle" : "Unable to load details for this visit",
	"ErrorWebRequestFailed" : "Please try again later. If you continue to see this error, contact your healthcare provider.",
	"EstimatedCopayLabel" : "Expected copay",
	"EVisitActionHeader" : "Complete your @MYCHART@BrandEVisit@ to submit it!",
	"EVisitActionHeaderNoMnemonic" : "Complete your E-Visit to submit it!",
	"EVisitAltText" : "This is an @MYCHART@BrandEVisit@",
	"EVisitAltTextNoMnemonic" : "This is an E-Visit",
	"EVisitButtonLabel" : "Continue @MYCHART@BrandEVisit@",
	"EVisitButtonLabelNoMnemonic" : "Continue E-Visit",
	"EVisitButtonTooltip" : "Finish your @MYCHART@BrandEVisit@",
	"EVisitButtonTooltipNoMnemonic" : "Finish your E-Visit",
	"EVisitContinueButtonLabel" : "Continue @MYCHART@BrandEVisit@",
	"EVisitContinueButtonLabelNoMnemonic" : "Continue E-Visit",
	"EVisitHasResponse" : "You can view the response from our @MYCHART@BrandEVisit@ team in your \u003ca href=\"@MYCHART@ABSOLUTEURL@Messaging/Review/\"\u003eMessage Center\u003c/a\u003e",
	"EVisitHasResponseNoMnemonic" : "You can view the response from our E-Visit team in your \u003ca href=\"@MYCHART@ABSOLUTEURL@Messaging/Review/\"\u003eMessage Center\u003c/a\u003e",
	"EVisitInstructions" : "Once you finish your @MYCHART@BrandEVisit@, a doctor will review your submission. You will receive a @MYCHART@APPTITLE@ message in response within @MYCHART@EVISITEXPECTEDRESPONSETIME@.",
	"EVisitInstructionsNoMnemonic" : "Once you finish your E-Visit, a doctor will review your submission. You will receive a @MYCHART@APPTITLE@ message in response within @MYCHART@EVISITEXPECTEDRESPONSETIME@.",
	"EVisitPageTitle" : "@MYCHART@BrandEVisit@ Details",
	"EVisitPageTitleNoMnemonic" : "E-Visit Details",
	"EVisitPaymentActionHeaderNotYetPaid" : "Your @MYCHART@BrandEVisit@ Payment is Due",
	"EVisitPaymentActionHeaderNotYetPaidNoMnemonic" : "Your E-Visit Payment is Due",
	"EVisitPaymentActionHeaderPaid" : "Your @MYCHART@BrandEVisit@ Payment",
	"EVisitPaymentActionHeaderPaidNoMnemonic" : "Your E-Visit Payment",
	"EVisitProviderInitButtonLabel" : "@MYCHART@BrandEVisit@",
	"EVisitProviderInitButtonLabelNoMnemonic" : "E-Visit",
	"EVisitProviderInitButtonTooltip" : "@MYCHART@BrandEVisit@",
	"EVisitProviderInitButtonTooltipNoMnemonic" : "E-Visit",
	"EVisitQuestionnairePretext" : "When you are ready, use the @MYCHART@BrandEVisit@ button to fill out your submission.",
	"EVisitQuestionnairePretextNoMnemonic" : "When you are ready, use the E-Visit button to fill out your submission.",
	"EVisitReviewedHeader" : "Your @MYCHART@BrandEVisit@ for @MYCHART@EVISITREASONFORVISIT@ has been reviewed",
	"EVisitReviewedHeaderNoMnemonic" : "Your E-Visit for @MYCHART@EVISITREASONFORVISIT@ has been reviewed",
	"EVisitScheduledNotYetSyncedPreText" : "Your @MYCHART@BrandEVisit@ was created, but is not yet available. Check your account later to complete it.",
	"EVisitScheduledNotYetSyncedPreTextNoMnemonic" : "Your E-Visit was created, but is not yet available. Check your account later to complete it.",
	"EVisitScheduledTitle" : "@MYCHART@BrandEVisit@ Created",
	"EVisitScheduledTitleNoMnemonic" : "E-Visit Created",
	"EVisitSubmissionHeader" : "Your @MYCHART@BrandEVisit@ Submission",
	"EVisitSubmissionHeaderNoMnemonic" : "Your E-Visit Submission",
	"EVisitSubmitted" : "You can expect to receive a @MYCHART@APPTITLE@ message with a response from our team within @MYCHART@EVISITEXPECTEDRESPONSETIME@. If you do not receive a response or your symptoms get worse, please call your clinic. You can return to this page through your appointments and visits list.",
	"EVisitSubmittedHeader" : "Your @MYCHART@BrandEVisit@ for @MYCHART@EVISITREASONFORVISIT@ has been submitted",
	"EVisitSubmittedHeaderNoMnemonic" : "Your E-Visit for @MYCHART@EVISITREASONFORVISIT@ has been submitted",
	"EVisitSubmittedTitle" : "@MYCHART@BrandEVisit@ Submitted",
	"EVisitSubmittedTitleNoMnemonic" : "E-Visit Submitted",
	"EVisitTitle" : "@MYCHART@BrandEVisit@ for @MYCHART@EVISITREASONFORVISIT@",
	"EVisitTitleNoMnemonic" : "E-Visit for @MYCHART@EVISITREASONFORVISIT@",
	"EVisitUnderReview" : "We\u0027re currently reviewing your @MYCHART@BrandEVisit@. You can expect to receive a @MYCHART@APPTITLE@ message with a response from our team within @MYCHART@EVISITEXPECTEDRESPONSETIME@. If you do not receive a response or your symptoms get worse, please call your clinic. You can return to this page through your appointments and visits list.",
	"EVisitUnderReviewHeader" : "Your @MYCHART@BrandEVisit@ for @MYCHART@EVISITREASONFORVISIT@ is under review",
	"EVisitUnderReviewHeaderNoMnemonic" : "Your E-Visit for @MYCHART@EVISITREASONFORVISIT@ is under review",
	"EVisitUnderReviewNoMnemonic" : "We\u0027re currently reviewing your E-Visit. You can expect to receive a @MYCHART@APPTITLE@ message with a response from our team within @MYCHART@EVISITEXPECTEDRESPONSETIME@. If you do not receive a response or your symptoms get worse, please call your clinic. You can return to this page through your appointments and visits list.",
	"EVisitVisitNewMessageLabel" : "View new message",
	"EVisitVisitTypeLabel" : "@MYCHART@BrandEVisit@ for @MYCHART@EVISITREASONFORVISIT@",
	"EVisitVisitTypeLabelNoMnemonic" : "E-Visit for @MYCHART@EVISITREASONFORVISIT@",
	"EVisitWithAnyResponse" : "We\u0027re currently reviewing your @MYCHART@BrandEVisit@. You can see messages regarding this @MYCHART@BrandEVisit@ in your \u003ca href=\"@MYCHART@ABSOLUTEURL@Messaging/Review/\"\u003eMessage Center\u003c/a\u003e",
	"EVisitWithAnyResponseNoMnemonic" : "We\u0027re currently reviewing your E-Visit. You can see messages regarding this E-Visit in your \u003ca href=\"@MYCHART@ABSOLUTEURL@Messaging/Review/\"\u003eMessage Center\u003c/a\u003e",
	"EVisitWithDeletedResponse" : "We\u0027re currently reviewing your @MYCHART@BrandEVisit@.",
	"EVisitWithDeletedResponseNoMnemonic" : "We\u0027re currently reviewing your E-Visit.",
	"ExpectedArrivalDate" : "Expected on @MYCHART@DATE@",
	"ExpectedArrivalDateAM" : "Expected on @MYCHART@DATE@ in the AM @MYCHART@TIMEZONE@",
	"ExpectedArrivalDateBoldAM" : "Expected on @MYCHART@DATE@ in the @MYCHART@BOLDMARKUPSTART@AM@MYCHART@BOLDMARKUPEND@ @MYCHART@TIMEZONE@",
	"ExpectedArrivalDateBoldPM" : "Expected on @MYCHART@DATE@ in the @MYCHART@BOLDMARKUPSTART@PM@MYCHART@BOLDMARKUPEND@ @MYCHART@TIMEZONE@",
	"ExpectedArrivalDatePM" : "Expected on @MYCHART@DATE@ in the PM @MYCHART@TIMEZONE@",
	"ExpectedArrivalDateTime" : "Expected on @MYCHART@DATE@ at @MYCHART@TIME@ @MYCHART@TIMEZONE@",
	"ExternalAdmissionSummary" : "Admission Summary",
	"ExternalIncompletePretext" : "Visit is from another organization that doesn\u0027t allow further details to be viewed here. Please log in to your account there",
	"ExternalLinkingWidgetPretext" : "You will be able to see visits from the following organizations when you activate your account",
	"ExternalPretext" : "Visit is from another organization",
	"ExternalSummaryUnavailable" : "Your summary is being created for you - please check back later.",
	"ExternalVisitSummary" : "Visit Summary",
	"FilterOn" : "Filter on:",
	"FiltersButton" : "More filter options",
	"FiltersDisabled" : "Filters are disabled. Select @MYCHART@VISITSHOMEORG@ to use filters.",
	"FinishECheckInPreText" : "Finish @MYCHART@BrandECheckIn@ for the following appointments:",
	"FinishECheckInPreTextNoMnemonic" : "Finish eCheck-In for the following appointments:",
	"FinishECheckInTasksPreText" : "Finish tasks for the following appointments:",
	"FinishSignupButton" : "Finish creating account",
	"FinishSignupHeader" : "Save time in the future",
	"FinishSignupText" : "With a @MYCHART@APPTITLE@ account, you can message your doctor, view your test results, and schedule new appointments online.",
	"FriendsAndFamilyUpdates" : "Friends \u0026 Family Updates",
	"FullyPreparedForVisitHeader" : "You\u0027re all set!",
	"FutureVisitsLabel" : "Future visits",
	"GuestProxyLinkSent" : "We’ll text or email you a link you can use to return to this page.",
	"GuestProxyLinkSentWithInformation" : "We’ve sent a link to @MYCHART@GUESTPROXYSENTTO@. You can use it to return to this page.",
	"GuestProxyLinkSentWithInformationToBoth" : "We’ve sent a link to @MYCHART@GUESTPROXYEMAILSENTTO@ and @MYCHART@GUESTPROXYTEXTSENTTO@. You can use it to return to this page.",
	"GuestProxyRequestSectionTitle" : "Scheduling for someone else?",
	"GuestProxyRequestText" : "Request access to @MYCHART@SubjectName@\u0027s @MYCHART@APPTITLE@ to see more of their health information and to access this appointment information anytime.",
	"GuestProxyRequestTextButton" : "Request @MYCHART@APPTITLE@ Access",
	"HideFiltersButton" : "(Hide filter options)",
	"HospitalVisitImgAltText" : "This was a hospital visit",
	"InpatientPreTextBody" : "",
	"InpatientPreTextTitle" : "",
	"InProgressLabel" : "In-progress visits",
	"InProgressMultiECheckInButtonLabel" : "Finish @MYCHART@BrandECheckIn@ for @MYCHART@VISITTYPE@",
	"InProgressMultiECheckInButtonLabelNoMnemonic" : "Finish eCheck-In for @MYCHART@VISITTYPE@",
	"InvitedGuestList" : "The following people have been invited to your visit:",
	"IsCanceled" : "(Canceled)",
	"IsNoShow" : "(Missed)",
	"JoinByTimeLabel" : "Join by @MYCHART@JOINBYTIME@ @MYCHART@TIMEZONE@",
	"LastThreeMonthsLabel" : "Last 3 months",
	"LD" : "Upcoming Delivery",
	"LeftWithoutSeen" : "(Not Seen)",
	"LinkedEstimateButtonText" : "View estimate",
	"LinkedEstimateListHeader" : "Review cost estimates for the following visits:",
	"LinkedEstimateText" : "There is a cost estimate available for this visit.",
	"LinkInstructions" : "We need some more information from you before we can schedule this appointment. Click the link below.",
	"LinkMayOpenInNewWindow" : "This link may open in a new window or tab.",
	"ListPostText" : "",
	"ListPreText" : "",
	"LocationInstructionsHeader" : "Directions for @MYCHART@LOCATIONNAME@",
	"ManageGuestList" : "Manage who will participate in this video visit",
	"MedicationInfiniteAppointmentsHeader" : "Schedule as needed for @MYCHART@APPOINTMENTNAME@.",
	"MessageNotSentHeader" : "Unable to send text notifications",
	"MessageNotSentNoDepPhoneSubtext" : "We couldn\u0027t send a text message to the phone number you entered. Contact your clinic at @MYCHART@SCHEDULINGPHONE@ to receive text notifications.",
	"MessageNotSentSubtext" : "We couldn\u0027t send a text message to the phone number you entered. Contact your clinic at @MYCHART@DEPARTMENTPHONE@ to receive text notifications.",
	"MoreDetailsLabel" : "More details",
	"MultiECheckInButtonLabel" : "@MYCHART@BrandECheckIn@ to @MYCHART@VISITTYPE@",
	"MultiECheckInButtonLabelNoMnemonic" : "eCheck-In to @MYCHART@VISITTYPE@",
	"MultiECheckInTasksButtonLabel" : "Complete tasks for @MYCHART@VISITTYPE@",
	"MultipleAppointmentScheduledPreText" : "Thanks, your appointments are scheduled!",
	"MultipleAppointmentScheduledPreTextProxy" : "Thanks, you scheduled appointments for @MYCHART@PATIENT@!",
	"MutipleProvidersDescriptionListPage" : "@MYCHART@BOLDMARKUPSTART@@MYCHART@VISITTYPE@@MYCHART@BOLDMARKUPEND@ with @MYCHART@PROVIDER@ and",
	"NewRequestLabel" : "New request",
	"NextNote" : "Next Note",
	"NoBedsideAVSDataMessage" : "This hospital stay doesn\u0027t have any After Visit Summaries available yet.",
	"NoDataToDisplay" : "There are no past visits to display.",
	"NoFiltersLabel" : "All",
	"NoInfoFound" : "No information found",
	"NoLocationFound" : "No location found",
	"NoMoreVisitsWithFilters" : "There are no more visits with the selected filters",
	"NoNotesToSelf" : "There are no notes to self for this visit.",
	"NoPastVisitsWithFilters" : "There are no past visits with the selected filters.",
	"NotAllowedToJoinVideoText" : "You are not allowed to join the video visit.",
	"NotesButtonTitle" : "View clinical notes",
	"NotesToSelf" : "Notes to Self",
	"NoteToSelfAudioLink" : "@MYCHART@NoteToSelfTitle@ Audio note @MYCHART@NoteToSelfInfo@",
	"NoteToSelfAudioLinkBody" : "@MYCHART@NoteToSelfTitle@ Audio note @MYCHART@NoteToSelfInfo@ @MYCHART@NoteToSelfText@",
	"NoteToSelfSubtitle" : "by @MYCHART@AuthorName@, @MYCHART@NoteDate@",
	"NoteToSelfTextLink" : "@MYCHART@NoteToSelfTitle@ Text note @MYCHART@NoteToSelfInfo@",
	"NoteToSelfTextLinkBody" : "@MYCHART@NoteToSelfTitle@ Text note @MYCHART@NoteToSelfInfo@ @MYCHART@NoteToSelfText@",
	"NoteToSelfVideoLink" : "@MYCHART@NoteToSelfTitle@ Video note @MYCHART@NoteToSelfInfo@",
	"NoteToSelfVideoLinkBody" : "@MYCHART@NoteToSelfTitle@ Video note @MYCHART@NoteToSelfInfo@ @MYCHART@NoteToSelfText@",
	"NoUpcomingVisitsLabel" : "There are no upcoming visits to display.",
	"NoUpcomingVisitsWithFilters" : "There are no upcoming visits with the selected filters.",
	"NoVisitsDataMessage" : "You have no information available for this visit.",
	"OldestDateLoadedLabel" : "Oldest record loaded from @MYCHART@OldestRenderedDate@",
	"OnDemandVideoVisitClientTimeZoneETBSTime" : "You are expected to be seen around @MYCHART@ETBSTIME@ @MYCHART@CLIENTTIMEZONE@",
	"OnDemandVideoVisitClientTimeZoneQueueTime" : "Joined waiting list at @MYCHART@QUEUETIME@ @MYCHART@CLIENTTIMEZONE@",
	"OnDemandVideoVisitHeader" : "You’re waiting for your video visit",
	"OnDemandVideoVisitQueueTimeNotAvailable" : "Waiting list joined time not yet available",
	"OneYearAgoLabel" : "1 year ago",
	"OrganizationFilterLabel" : "Organization: ",
	"OrgNameLabel" : "Information from",
	"OrgUpdatedLabel" : "Updated @MYCHART@ORGTIMESTAMP@",
	"OrgUpToDate" : "Up to date",
	"Other" : " Other",
	"OtherNoPrimary" : " Provider",
	"OtherOptionBucket" : "Other",
	"Others" : " Others",
	"OthersNoPrimary" : " Providers",
	"PaidCopay" : "You have paid the @MYCHART@PAIDCOPAYAMOUNT@ copay.",
	"PaidPrepay" : "You have paid the @MYCHART@PAIDPREPAYAMOUNT@ prepay.",
	"PanelFallbackManyVisits" : "@MYCHART@FIRSTPANELCHILDVISITTYPE@ and @MYCHART@NUMBEROFOTHERPANELVISITS@ Other Appointments",
	"PanelFallbackOneVisit" : "@MYCHART@FIRSTPANELCHILDVISITTYPE@",
	"PanelFallbackTwoVisits" : "@MYCHART@FIRSTPANELCHILDVISITTYPE@ and @MYCHART@SECONDPANELCHILDVISITTYPE@",
	"PanelPaymentText" : "This visit has one or more payments. Click Details for more information.",
	"PastOnlyOption" : "Past Only",
	"PastVisitDetailsTitle" : "Past Visit Details",
	"PastVisitsSectionHeader" : "Past visits",
	"PatientNextStepInstructionsCustom" : "@MyChart@Instructions@",
	"PaymentPaidListPage" : "You have already paid this amount",
	"PaymentPaidWithPaymentPlanListPage" : "Prepay paid",
	"PaymentPlanButtonLabel" : "Set up payment plan",
	"PaymentPlanOfferText" : "The estimate is eligible for a monthly payment plan.",
	"PaymentsButtonLabel" : "Make payment",
	"PaymentsCompletePreText" : "You\u0027ve completed your payment choices.",
	"PaymentsNotCompletePreText" : "Save time by completing payments ahead of time.",
	"PendingRequestsLabel" : "Pending",
	"PerformedBy" : "Performed by @MYCHART@PROVIDERS@",
	"PhoneDefault" : "",
	"PreadmissionCasesTitle" : "Procedures scheduled during your stay",
	"PreAdmissionDescription" : "@MYCHART@BOLDMARKUPSTART@@MYCHART@VISITTYPE@@MYCHART@BOLDMARKUPEND@ will be admitted by @MYCHART@PROVIDER@",
	"PreadmissionPostText" : "",
	"PreadmissionPreText" : "",
	"PrepareForVisitHeader" : "Get ready for your visit!",
	"PrepareForYourVisitHeader" : "Prepare for Your Visit",
	"PrepayDiscountConditionsLabel" : "(if paid in full by @MYCHART@SHORTDATE@)",
	"PrepayDueLabel" : "Prepay due",
	"PrepaymentsButtonLabel" : "Make payment",
	"PrepayOnHBPaymentPlanRemainderText" : "The rest of this visit\u0027s hospital fees are included in your monthly payment plan.",
	"PrepayOnHBPaymentPlanText" : "This visit\u0027s hospital fees are included in your monthly payment plan.",
	"PrepayOnPaymentPlanRemainderText" : "The rest of this visit is included in your monthly payment plan.",
	"PrepayOnPaymentPlanText" : "This visit is included in your monthly payment plan.",
	"PrepayOnPBPaymentPlanRemainderText" : "The rest of this visit\u0027s physician fees are included in your monthly payment plan.",
	"PrepayOnPBPaymentPlanText" : "This visit\u0027s physician fees are included in your monthly payment plan.",
	"PrepayPreText" : "Your prepay due is",
	"PreviousNote" : "Previous Note",
	"PrimarySurgeon" : "Primary surgeon",
	"PrintBarcodeButton" : "Print your barcode",
	"PrintQuestionnaire" : "Print",
	"ProcedureActionsHeader" : "Prepare for your procedure",
	"ProceduresActionsHeader" : "Prepare for your procedures",
	"ProcedureTitle" : "Planned Procedures",
	"ProgressBarIconAlt" : "We are loading your Visit Guide",
	"ProviderAndProvider" : "@MYCHART@PROVIDER1@ and @MYCHART@PROVIDER2@",
	"ProviderDetailsTooltip" : "View details about this provider",
	"ProvidersCategory" : "Doctors",
	"PVGContent" : "This may take a few seconds.",
	"PVGErrorMessage" : "Unable to load your Visit Guide. Please try again later. If you continue to see this error, please contact the clinic.",
	"PVGLinkText" : "This guide contains information about all your upcoming visits. ",
	"PVGLinkTitle" : "Download your visit guide",
	"PVGNewWindowContent" : "Loading your visit guide. This may take a few seconds. ",
	"PVGTitle" : "Loading Your Visit Guide",
	"PVGWaitingContent" : "We are still working on your visit guide. It may take a little longer until it’s ready.",
	"QnrFuture" : "All questionnaires for this appointment will be available for you to answer on @MYCHART@QNRAVAILDATE@.",
	"QuestionnairesAnsweredPreText" : "Review your questionnaire answers below.",
	"QuestionnairesFilledHyperspace" : "Completed by @MYCHART@ANSWERINGPROVIDER@",
	"QuestionnaireSingleLink" : "Answer and print appointment questionnaires.",
	"QuestionnaireSingleLinkEVisit" : "Answer and print @MYCHART@BrandEVisit@ questionnaires.",
	"QuestionnaireSingleLinkEVisitNoMnemonic" : "Answer and print E-Visit questionnaires.",
	"QuestionnaireSingleLinkWithVisitType" : "Answer and print appointment questionnaires for @MYCHART@VISITTYPE@.",
	"QuestionnairesInProgressText" : "In Progress",
	"QuestionnairesNotStartedText" : "Not Started",
	"QuestionnairesPreText" : "Save time at the clinic by filling out the following questionnaires: ",
	"QuestionnairesReviewText" : "Review",
	"ReadCardText" : "Document: @MYCHART@CardTitle@. Open",
	"ReadDownloadCardText" : "Document: @MYCHART@CardTitle@. Download",
	"ReadyScheduleRequestsLabel" : "Ready to schedule",
	"ReadyToScheduleCardText" : "Your appointment request has been approved.",
	"ReadyToScheduleCardTextPlural" : "Your appointment requests have been approved.",
	"RecentVisitsSectionTitle" : "Recent visits",
	"RelatedLinksTitle" : "Related Links",
	"RemoveFromWaitListButtonLabel" : "Get off the Wait List",
	"RemoveFromWaitListPreText" : "You will be notified if an earlier time becomes available.",
	"RequestErrorContent" : "Unable to submit your request. Please try again later. If you continue to see this error, please contact the clinic.",
	"RequestOnlyOption" : "Request Only",
	"RequestProxyAccessButton" : "Request full access to @MYCHART@PATIENT@",
	"RequestProxyAccessButtonHelpText" : "Request access to @MYCHART@PATIENT@\u0027s account to unlock many more features of @MYCHART@APPTITLE@, such as requesting refills, messaging your doctors, and quickly scheduling appointments.",
	"RequestProxyAccessSentPopup" : "Your request for full access to @MYCHART@PATIENT@ was submitted.",
	"RequestProxyAccessSentSuccess" : "Request Sent",
	"RequestProxyAccessSentText" : "Your request for full access has been submitted.",
	"RequestResponsiblePhoneNumber" : "If you have any questions, please call at @MYCHART@REQUESTPHONENUMBER@.",
	"RequestStatus" : "Status: @MYCHART@REQUESTSTATUS@",
	"RequestSubmitDate" : "Submitted on @MYCHART@REQUESTCREATEDATE@",
	"RescheduleButtonLabel" : "Reschedule appointment",
	"RescheduledAlertTextLine1" : "Any questionnaires attached to this appointment will need to be reviewed and resubmitted.",
	"RescheduledAlertTextLine2" : "@MYCHART@BrandECheckIn@ has been reset for this appointment.",
	"RescheduledAlertTextLine2NoMnemonic" : "eCheck-In has been reset for this appointment.",
	"RescheduledAlertTextLine2TasksReset" : "Tasks have been reset for this appointment.",
	"RescheduledAlertTitle" : "Please note: ",
	"RescheduledTo" : "Rescheduled to",
	"ResidentialMedAdmission" : "Stay",
	"ScheduleCompletedSubtext" : "You\u0027re all set! You can review details of your upcoming appointment below.",
	"ScheduleCompletedTitle" : "Appointment Scheduled",
	"ScheduledProcedures" : "@MYCHART@PROCEDURESCOUNT@ procedures scheduled for this visit",
	"ScheduleMultipleCompletedTitle" : "Appointments Scheduled",
	"ScheduleNextAppointmentButtonLabel" : "Schedule the next appointment",
	"ScheduleNowButtonLabel" : "Schedule",
	"SchedulingButtonLabel" : "Schedule an appointment",
	"SelectedFiltersWillBeApplied" : "(selected filters will be applied)",
	"SendDirectLinks" : "View and invite participants",
	"SevenDaysLabel" : "Next 7 days",
	"ShowCanceledButton" : "Show canceled visits",
	"ShowFilterLabel" : "Show: ",
	"SignupButton" : "Sign Up Now",
	"SignupHeader" : "Get a @MYCHART@APPTITLE@ Account",
	"SignupText" : "To save time at the clinic, sign up for @MYCHART@APPTITLE@ and check in online for your appointment. Please note that before you sign up for @MYCHART@APPTITLE@, we will verify your identity using questions from a third-party system.",
	"SingleProviderDescriptionListPage" : "@MYCHART@BOLDMARKUPSTART@@MYCHART@VISITTYPE@@MYCHART@BOLDMARKUPEND@ with @MYCHART@PROVIDER@",
	"SingleQuestionnairesPreText" : "Save time at the clinic by filling out the following questionnaire: ",
	"SixMonthsAgoLabel" : "6 months ago",
	"SomeFilterOptionsSelected" : "@MYCHART@NUMFILTERSSELECTED@ of @MYCHART@TOTALFILTERCOUNT@",
	"SpecialtiesCategory" : "Specialties",
	"StartECheckInButtonLabel" : "Start @MYCHART@BrandECheckIn@",
	"StartECheckInButtonLabelNoMnemonic" : "Start eCheck-In",
	"StartVideoVisitHeader" : "It\u0027s time to start your video visit!",
	"StaticPdfWarning" : "Some of this information might have changed since your visit. This is what your chart included on the day of your visit.",
	"SurgeryTitle" : "Visit Details",
	"SurveyButtonTitle" : "Submit feedback survey",
	"SurveyButtonTitles" : "Submit feedback surveys",
	"SyncingPageText" : "Loading appointment information.",
	"TelemedicineBeginVisitButtonLabel" : "Join video visit",
	"TelemedicineBeginVisitPreText" : "When you are ready to talk to your doctor, click the button.",
	"TelemedicineCannotJoinText" : "You cannot join the video visit at this time.",
	"TelemedicineCannotJoinTextBecauseARulePreventsJoining" : "You cannot join the video visit at this time.",
	"TelemedicineConferenceFullText" : "The video visit is full. You cannot join at this time.",
	"TelemedicineEcheckInDisabledButton" : "Once @MYCHART@BrandECheckIn@ is complete, start your video visit with the button.",
	"TelemedicineEcheckInDisabledButtonNoMnemonic" : "Once eCheck-In is complete, start your video visit with the button.",
	"TelemedicineEcheckInRequiredIconAltText" : "Alert",
	"TelemedicineEcheckInRequiredTasksText" : "You must complete your pre-visit tasks before joining the video visit.",
	"TelemedicineEcheckInRequiredText" : "You must complete @MYCHART@BrandECheckIn@ before joining the video visit.",
	"TelemedicineEcheckInRequiredTextNoMnemonic" : "You must complete eCheck-In before joining the video visit.",
	"TelemedicineEcheckInTasksDisabledButton" : "Once your pre-visit tasks are complete, start your video visit with the button.",
	"TelemedicineGuideBannerEarlyDetail" : "Check out the tasks below that you can complete before your video visit begins.",
	"TelemedicineGuideBannerEarlyHeader" : "Not yet time for your video visit",
	"TelemedicineGuideBannerECheckInHeader" : "@MYCHART@BrandECheckIn@ Required",
	"TelemedicineGuideBannerECheckInHeaderNoMnemonic" : "eCheck-In Required",
	"TelemedicineGuideBannerECheckInNotFinished" : "Some steps are not yet completed. Click the button to continue where you left off.",
	"TelemedicineGuideBannerECheckInTasksHeader" : "Pre-visit tasks incomplete",
	"TelemedicineGuideBannerECheckInTasksNotFinished" : "Some pre-visit tasks are not yet completed. Click the button to continue where you left off.",
	"TelemedicineGuideBannerReadyDetail" : "We\u0027re ready for you! Begin the video visit, and your provider will be with you shortly.",
	"TelemedicineGuideBannerReadyHeader" : "Ready to begin video visit",
	"TelemedicineGuideBannerWaitingDetail" : "You\u0027re all set for your video visit. Please wait until your scheduled time to join.",
	"TelemedicineGuideBannerWaitingHeader" : "Waiting for video visit to begin",
	"TelemedicineGuideBannerWaitingODVVDetail" : "You\u0027re all set. We\u0027ll send you a notification when it\u0027s time to begin your video visit.",
	"TelemedicineJoinStatusNotStarted" : "Your video visit has not started yet.",
	"TelemedicineOnDemandBeginVisitPreText" : "We\u0027ll let you know when your doctor is ready. When you receive this notification, click the button to get started.",
	"TelemedicineTestHardwareButtonLabel" : "Test hardware",
	"TelemedicineTestHardwarePreText" : "Test that your camera and microphone are working.",
	"TelemedMultiQuestionnairesPreText" : "Fill out the following questionnaires before your video visit: ",
	"TelemedSingleQuestionnairePreText" : "Fill out the following questionnaire before your video visit: ",
	"TeleModeTypeTelephone" : "This is a telephone visit",
	"TeleModeTypeVideo" : "This is a video visit",
	"TestResultsButtonTitle" : "View test results",
	"ThreeMonthsAgoLabel" : "3 months ago",
	"ThreeOrMoreProviderVisitDescription" : "@MYCHART@BOLDMARKUPSTART@@MYCHART@VISITTYPE@@MYCHART@BOLDMARKUPEND@ with @MYCHART@PROVIDER@ and @MYCHART@NUMBEROFOTHERS@ others",
	"TicketAlreadyScheduledTitle" : "Appointment Already Scheduled",
	"TicketUnavailableTitle" : "This appointment is no longer available",
	"TimeToBeDetermined" : "Time to Be Determined",
	"Title" : "Widget",
	"TitleSubheader" : "with @MYCHART@ProviderName@ at @MYCHART@LocationName@",
	"TitleSubheaderLocationOnly" : "at @MYCHART@LocationName@",
	"TitleSubheaderProviderOnly" : "with @MYCHART@ProviderName@",
	"TwoProviderVisitDescription" : "@MYCHART@BOLDMARKUPSTART@@MYCHART@VISITTYPE@@MYCHART@BOLDMARKUPEND@ with @MYCHART@PROVIDER@ and @MYCHART@OTHERPROVIDER@",
	"UncheckAllButton" : "Uncheck all",
	"UnconfirmedPreText" : "Let staff know you don\u0027t need a reminder call.",
	"UnreadCardText" : "New document: @MYCHART@CardTitle@. Open",
	"UnreadDownloadCardText" : "New document: @MYCHART@CardTitle@. Download",
	"UnviewedVisitDetailsTooltipText" : "Not yet viewed",
	"UpcomingOnlyOption" : "Upcoming Only",
	"UpcomingPastRequestOption" : "All",
	"UpcomingProcedures" : "Upcoming Procedures",
	"UpcomingVisitsSectionHeader" : "Upcoming visits",
	"UpdateInfoButtonText" : "@MYCHART@BrandECheckIn@",
	"UpdateInfoButtonTextNoMnemonic" : "eCheck-In",
	"UpdateInfoButtonTextTaskVersion" : "Complete tasks",
	"UpdateInfoButtonTooltip" : "Complete registration online",
	"VAPEligibleDetails" : "Visit Auto Pay is available for this service.",
	"VAPEligibleListPage" : "Visit Auto Pay is available",
	"VAPSignedUpDetails" : "This service is signed up for Visit Auto Pay.",
	"VAPSignedUpListPage" : "Signed up for Visit Auto Pay",
	"ViewDirectLinks" : "View participants",
	"ViewFullDirectionsButtonText" : "View full directions",
	"ViewFullInstructionsButtonText" : "View full instructions",
	"ViewMoreLinkLabel" : "Load more past visits",
	"VisitActionsHeader" : "Prepare for your visit",
	"VisitAutoPaymentsButtonLabel" : "Set up auto pay",
	"VisitDetailsButtonTitle" : "View visit details",
	"VisitDetailsTitle" : "Visit Details",
	"VisitGuideImageAlt" : "Visit Guide icon",
	"VisitInstructionsHeader" : "Visit Instructions",
	"VisitLocationClearLabel" : "Visit Location:",
	"VisitsTitle" : "Appointments and Visits",
	"VisitTime" : "@MYCHART@TIME@",
	"VisitTimeWithTimeZone" : "@MYCHART@TIME@ @MYCHART@TIMEZONE@",
	"VisitTitle" : "@MYCHART@VisitType@ - @MYCHART@VisitDate@",
	"VisitTitleDate" : "Visit - @MYCHART@VisitDate@",
	"VisitTitleNoTypeDate" : "Visit",
	"VisitTitleType" : "@MYCHART@VisitType@",
	"WaitListErrorContent" : "Unable to update the wait list. Please try again later. If you continue to see this error, please contact the clinic.",
	"WidgetAdmissionSubtextDateRange" : "@MYCHART@AdmissionDate@ - @MYCHART@DischargeDate@",
	"WidgetGoTo" : "Go to Visits",
	"WidgetLoadingAX" : "Loading Visits",
	"WidgetNoData" : "No visits related to your @MYCHART@ConditionTitle@.",
	"WidgetPlusMoreBoth" : "+ more recent and future visits",
	"WidgetPlusMoreFuture" : "+ more future visits",
	"WidgetPlusMoreRecent" : "+ more recent visits",
	"WidgetQuickLinkTitle" : "Visits",
});
$$WP.Strings.getNamespace("visits.checklistfixed").addStrings( {
	"ActionIconCompleteAccessibleDescription" : "Completed",
	"ActionIconInProgressAccessibleDescription" : "Started",
	"ActionIconNotStartedAccessibleDescription" : "Not started",
	"ActionIconUnavailableAccessibleDescription" : "Not yet available",
	"ChecklistItemAccessibleDescription" : "@MYCHART@ITEMTITLE@, @MYCHART@ITEMACTIONTYPE@",
	"ChecklistItemAccessibleDescriptionNoAction" : "@MYCHART@ITEMNOACTIONTITLE@",
	"ChecklistItemAvailableLaterTitleExtension" : "available later",
	"ChecklistItemCompletedTitleExtension" : "completed",
	"ChecklistItemInProgressTitleExtension" : "In progress",
	"ChecklistItemTitleExtension" : "(@MYCHART@TITLEEXTENSION@)",
	"NewTabActionAccessibleDescription" : "This action will open in a new tab",
	"NewWindowActionAccessibleDescription" : "This action will open in a new window",
	"SameTabActionAccessibleDescription" : "This action will leave the current page",
	"Title" : "Visits Checklist",
});
$$WP.Strings.getNamespace("visits.visitdetails").addStrings( {
	"ActionAccessibleDescription" : "@MYCHART@ACTIONNAME@. @MYCHART@ACTIONTYPE@.",
	"ActionWillDownloadFile" : "This action will download a file and may leave the current page",
	"AdditionalActionsSectionTitle" : "Additional actions",
	"AdditionalInfoHeader" : "Instructions for @MYCHART@VISITNAME@",
	"AddToCalendarAccessibleDescription" : "Add to calendar for @MYCHART@ADDTOCALENDARVISITNAME@.",
	"AdmissionWithoutServiceVisitTypeName" : "Hospital Visit",
	"AMAppointmentTime" : "AM",
	"AppointmentStartTime" : "@MYCHART@STARTTIME@ @MYCHART@TIMEZONE@",
	"AppointmentTimeRange" : "@MYCHART@STARTTIME@ - @MYCHART@ENDTIME@ @MYCHART@TIMEZONE@",
	"AppointmentTimeStartsAt" : "Starts at @MYCHART@STARTTIME@ @MYCHART@TIMEZONE@",
	"ArrivalChecklistHeader" : "To do after you arrive",
	"BackToVisitDetails" : "Back to Visit Details",
	"BackToVisits" : "Appointments and Visits List",
	"BeginNextECheckInString" : "Begin @MYCHART@ECHECKIN@ for next visit",
	"BeginNextTasks" : "Complete tasks",
	"CancelEDVisitOnlineNotAvailableNoPhone" : "To cancel, call the emergency department.",
	"CancelLabel" : "Cancel",
	"CancelOnlineOnlyAvailable" : "You can cancel online. To reschedule, call @MYCHART@RESCHEDULEPHONE@.",
	"CancelOnlineOnlyAvailableNoPhone" : "You can cancel online. To reschedule, call the clinic.",
	"CancelOnlyCancelRequested" : "Your cancellation request has been sent and is being processed.",
	"CancelOnlyOnlineNotAvailable" : "To cancel, call @MYCHART@CANCELONLYPHONE@.",
	"CancelOnlyOnlineNotAvailableNoPhone" : "To cancel, call the clinic.",
	"CannotCancelEVisit" : "This @MYCHART@EVISIT@ cannot be canceled because someone has responded to it.",
	"CannotCancelEVisitOnline" : "This @MYCHART@EVISIT@ cannot be canceled online.",
	"CannotCancelEVisitUnderReview" : "This @MYCHART@EVISIT@ cannot be canceled because it is under review.",
	"ChecklistActionFractionCompletedStatusTitleExtension" : "@MYCHART@NUMACTIONSCOMPLETED@ of @MYCHART@NUMTOTALACTIONS@ completed",
	"ChecklistHeaderPanel" : "To do before your visits",
	"ChiefComplaintHeader" : "Reason for visit",
	"ClinicCheckInActionDescription" : "@MYCHART@CLINICCHECKINSTEPSLIST@ for your @MYCHART@VISITNAME@",
	"ClinicCheckInActionTitle" : "Go to the front desk",
	"ClinicCheckInComponentVisitActionTitle" : "Go to the front desk for @MYCHART@CLINICCHECKINCOMPONENTVISITNAME@",
	"CommandWillOpenTask" : "Open this task",
	"ComponentECheckInCompleteActionDescription" : "The information you\u0027ve submitted is now on file for @MYCHART@NUMECHECKINCOMPLETED@ of @MYCHART@NUMTOTALVISITS@ visits. Please continue to complete @MYCHART@ECHECKIN@ for the next visit.",
	"ComponentECheckInCompleteActionTitle" : "@MYCHART@ECHECKIN@ completed (@MYCHART@NUMECHECKINCOMPLETED@ of @MYCHART@NUMTOTALVISITS@)",
	"ComponentTasksCompleteActionDescription" : "The information you\u0027ve submitted is now on file. Please continue to complete additional tasks for the next visit.",
	"ComponentTasksCompleteActionTitle" : "Tasks completed (@MYCHART@NUMTASKSCOMPLETED@ of @MYCHART@NUMTOTALVISITSWITHTASKS@)",
	"ComponentVisitDetailsListAccessibleDescription" : "Visit details",
	"ComponentVisitInstructionsListAccessibleDescription" : "Visit instructions",
	"ConfirmErrorPopupDescription" : "Unable to confirm the visit. Please try again later. If you continue to see this error, please contact the clinic.",
	"ConfirmErrorPopupTitle" : "Error confirming the visit",
	"ConfirmIncompleteHeader" : "Confirm you can make it",
	"ConfirmName" : "Confirm visit",
	"ConfirmSuccessMessage" : "You have successfully confirmed your visit",
	"ConfirmSuccessMessagePanel" : "You have successfully confirmed your visits",
	"ConfirmVisitsName" : "Confirm visits",
	"ConfirmWaitListRemovePopupConfirmLabel" : "Remove",
	"ConfirmWaitListRemovePopupDescription" : "Are you sure you want to remove this visit from the wait list? You will need to call the clinic to add yourself back to the wait list.",
	"ConfirmWaitListRemovePopupTitle" : "Remove from wait list",
	"CoreMoreDetailsText" : "More details",
	"DefaultPanelOneVisitTypeName" : "@MYCHART@FIRSTONEPANELVISITTYPENAME@",
	"DefaultPanelThreeOrMoreVisitTypeName" : "@MYCHART@FIRSTTHREEORMOREPANELVISITTYPENAME@ and @MYCHART@NUMBEROFOTHERTHREEORMOREPANELVISITS@ Other Visits",
	"DefaultPanelTwoVisitTypeName" : "@MYCHART@FIRSTTWOPANELVISITTYPENAME@ and @MYCHART@SECONDTWOPANELVISITTYPENAME@",
	"DiagnosesHeaderPlural" : "Diagnoses",
	"DiagnosesList" : "@MYCHART@DIAGNOSESLIST@",
	"DiagnosisHeaderSingular" : "Diagnosis",
	"DirectLinksInvitedParticipant" : "@MYCHART@DIRECTLINKSPARTICIPANT@",
	"DirectLinksInvitedParticipantWithRelationship" : "@MYCHART@DIRECTLINKSPARTICIPANTNAME@ (@MYCHART@DIRECTLINKSPARTICIPANTRELATIONSHIP@)",
	"DownloadingPatientVisitGuideText" : "Downloading your visit guide...",
	"DownloadPatientVisitGuideErrorPopupDescription" : "Unable to load your Visit Guide. Please try again later. If you continue to see this error, please contact the clinic.",
	"DownloadPatientVisitGuideErrorPopupTitle" : "Error downloading your Visit Guide",
	"DrivingDirectionsLinkAccessibleDescription" : "Get directions for @MYCHART@DRIVINGDIRECTIONSDEPARTMENTNAME@. This link will open in a new window.",
	"ECheckInActionTitle" : "Complete @MYCHART@ECHECKIN@",
	"ECheckInButtonTitle" : "Continue @MYCHART@ECHECKIN@",
	"ECheckInCompleteActionDescription" : "The information you\u0027ve submitted is now on file.",
	"ECheckInCompleteBannerTitle" : "@MYCHART@ECHECKIN@ completed",
	"ECheckInCompletedActionLabel" : "Complete additional tasks",
	"ECheckInCompleteTasksForVisit" : "Complete tasks for @MYCHART@COMPONENTVISITNAME@",
	"ECheckInName" : "@MYCHART@BrandECheckIn@",
	"ECheckInNameNoMnemonic" : "eCheck-In",
	"ECheckInNotCompleteActionDescription" : "Save time by completing @MYCHART@ECHECKIN@ for your @MYCHART@VISITNAME@.",
	"ECheckInTasksActionTitle" : "Complete tasks",
	"ECheckInTasksCompleteBannerTitle" : "Tasks complete",
	"ECheckInTasksNotCompleteActionDescription" : "Save time by completing these tasks for your @MYCHART@VISITNAME@.",
	"EDSelfRegistrationCompleteActionDescription" : "The information you\u0027ve submitted for @MYCHART@EDSELFREGISTRATION@ is now on file.",
	"EDSelfRegistrationCompleteActionTitle" : "@MYCHART@EDSELFREGISTRATION@ completed",
	"EDSelfRegistrationCompleteBannerTitle" : "@MYCHART@EDSELFREGISTRATION@ completed",
	"EDSelfRegistrationIncompleteActionTitle" : "Begin @MYCHART@EDSELFREGISTRATION@",
	"EDSelfRegistrationInProgressActionTitle" : "Continue @MYCHART@EDSELFREGISTRATION@",
	"EDSelfRegistrationName" : "@MYCHART@BrandEDSelfRegistration@",
	"EDSelfRegistrationNameNoMnemonic" : "Self-Registration",
	"EDSelfRegistrationNotCompleteActionDescription" : "Save time by completing @MYCHART@EDSELFREGISTRATION@ for your @MYCHART@VISITNAME@.",
	"ErrorPopupTitle" : "Error",
	"EstimateActionLabel" : "View estimate for @MYCHART@VISITNAME@",
	"EVisitCancelHeader" : "Need to cancel?",
	"EVisitInProgressButtonText" : "Continue @MYCHART@EVISIT@",
	"EVisitInstructions" : "Once you finish your @MYCHART@EVISIT@, a provider will review your submission. You will receive a @MYCHART@APPTITLE@ message in response within @MYCHART@EVISITEXPECTEDRESPONSETIME@.",
	"EVisitName" : "@MYCHART@BrandEVisit@",
	"EVisitNameNoMnemonic" : "E-Visit",
	"EVisitNotCompleteActionDescription" : "Complete your @MYCHART@EVISIT@ for @MYCHART@EVISITRFV@.",
	"EVisitNotSubmittedPromotedContentDescription" : "Please continue with your @MYCHART@EVISIT@ to fully submit it.",
	"EVisitNotSubmittedPromotedContentTitle" : "Continue your @MYCHART@EVISIT@ submission",
	"EVisitReviewedPromotedContentTitle" : "Your @MYCHART@EVISIT@ has been reviewed",
	"EVisitSubmissionActionTitle" : "Submit @MYCHART@EVISIT@",
	"EVisitSubmittedBannerTitle" : "@MYCHART@EVISIT@ submitted",
	"EVisitSubmittedPromotedContentDescription" : "You can expect to receive a @MYCHART@APPTITLE@ message from our team within @MYCHART@EVISITEXPECTEDRESPONSETIME@.",
	"EVisitSubmittedPromotedContentTitle" : "Your @MYCHART@EVISIT@ has been submitted",
	"EVisitUnderReviewPromotedContentDescription" : "We\u0027re currently reviewing your @MYCHART@EVISIT@. You can expect to receive a @MYCHART@APPTITLE@ message from our team within @MYCHART@EVISITEXPECTEDRESPONSETIME@.",
	"EVisitUnderReviewPromotedContentTitle" : "Your @MYCHART@EVISIT@ is under review",
	"EVisitUnreadResponsePromotedContentDescription" : "You can view the response from our @MYCHART@EVISIT@ team in your messages.",
	"EVisitViewMessageButtonText" : "View messages",
	"EVisitWithAnyResponsePromotedContentDescription" : "You can see messages regarding this @MYCHART@EVISIT@ in your Message Center.",
	"EVisitWithDeletedResponsePromotedContentDescription" : "We\u0027re currently reviewing your @MYCHART@EVISIT@.",
	"ExpectedOnDate" : "Expected on @MYCHART@EXPECTEDDATE@",
	"ExpectedToBeSeenByTime" : "Expected to be seen by @MYCHART@ETBSTIME@ @MYCHART@TIMEZONE@",
	"GetReadyEVisitSectionTitle" : "Your @MYCHART@EVISIT@ Submission",
	"GetReadySectionDescription" : "Save time and help us provide better care by completing your visit checklist.",
	"GetReadySectionDescriptionVideoVisit" : "Save time by completing these tasks before your visit:",
	"GetReadySectionEDTitle" : "Continue your visit",
	"GetReadySectionTitle" : "Get ready for your visit",
	"GetReadySectionTitleForProxy" : "Get ready for @MYCHART@PatientFirstName@\u0027s visit",
	"GetReadySectionTitlePanelVisit" : "Get ready for your visits",
	"GetReadySectionTitleTelephoneVisit" : "Get ready for your telephone visit",
	"GetReadySectionTitleVideoVisit" : "Get ready for your video visit",
	"GroupedQuestionnaireActionTitle" : "Answer questionnaires",
	"GroupedQuestionnaireAllUnavailableIncompleteActionDescription" : "Check back on @MYCHART@QUESTIONNAIREAVAILABLEDATE@ to fill out questionnaires for your @MYCHART@VISITNAME@.",
	"GroupedQuestionnaireCompleteActionDescription" : "You can view and print your completed questionnaires for your @MYCHART@VISITNAME@.",
	"GroupedQuestionnaireCompletedActionLabel" : "View and print completed questionnaires",
	"GroupedQuestionnaireFractionCompletedAndReviewableStatusTitleExtension" : "@MYCHART@NUMQUESTIONNAIRESCOMPLETED@ of @MYCHART@NUMTOTALQUESTIONNAIRES@ completed, @MYCHART@NUMQUESTIONNAIRESREVIEWABLE@ reviewable",
	"GroupedQuestionnaireIncompleteActionDescription" : "Save time by filling out questionnaires for your @MYCHART@VISITNAME@.",
	"GroupedQuestionnaireInProgressActionDescription" : "Save time by continuing to fill out questionnaires for your @MYCHART@VISITNAME@.",
	"GroupedQuestionnaireInProgressReviewableActionDescription" : "Save time by continuing to fill out or review questionnaires for your @MYCHART@VISITNAME@.",
	"GroupedQuestionnaireSomeUnavailableCompleteActionDescription" : "You can view and print your completed questionnaires for your @MYCHART@VISITNAME@. Check back on @MYCHART@QUESTIONNAIREAVAILABLEDATE@ to fill out all remaining questionnaires.",
	"GroupedQuestionnaireSomeUnavailableIncompleteActionDescription" : "Save time by filling out available questionnaires for your @MYCHART@VISITNAME@. Check back on @MYCHART@QUESTIONNAIREAVAILABLEDATE@ to fill out all remaining questionnaires.",
	"GroupedQuestionnaireSomeUnavailableInProgressActionDescription" : "Save time by continuing to fill out available questionnaires for your @MYCHART@VISITNAME@. Check back on @MYCHART@QUESTIONNAIREAVAILABLEDATE@ to fill out all remaining questionnaires.",
	"GroupedQuestionnaireSomeUnavailableInProgressReviewableActionDescription" : "Save time by continuing to fill out or review available questionnaires for your @MYCHART@VISITNAME@. Check back on @MYCHART@QUESTIONNAIREAVAILABLEDATE@ to fill out all remaining questionnaires.",
	"HBPaymentPaymentPlanAmountPaidPrimaryActionDescription" : "The remaining hospital fees due for your @MYCHART@VISITNAME@ are included in your monthly payment plan.",
	"HBPaymentPaymentPlanNoAmountPaidPrimaryActionDescription" : "The hospital fees due for your @MYCHART@VISITNAME@ are included in your monthly payment plan.",
	"HomeHealthVisitExpectedTime" : "Expect to be seen at @MYCHART@EXPECTEDTIMEHOMEHEALTH@ @MYCHART@TIMEZONE@",
	"InPersonVisitArrivalTime" : "Arrive by @MYCHART@ARRIVALTIMEINPERSON@ @MYCHART@TIMEZONE@",
	"InstructionsButtonLabel" : "View full instructions",
	"InvitedParticipantsLabel" : "Invited participants (@MYCHART@NUMINVITEDPARTICIPANTS@)",
	"JoinVideoVisitButtonLabel" : "Join video visit",
	"LinkWillLeaveCurrentPage" : "This link will leave the current page",
	"LinkWillOpenInNewWindow" : "This link will open in a new window",
	"LinkWillOpenInNewWindowOrTab" : "This link will open in a new window or tab",
	"LocationInstructionsDisclosureButtonAccessibleDescription" : "View full location instructions for @MYCHART@DISCLOSUREBUTTONDEPARTMENTNAME@",
	"LocationInstructionsHeader" : "Location instructions for @MYCHART@LOCATIONINSTRUCTIONSDEPARTMENTNAME@",
	"ManageDirectLinks" : "Manage participants",
	"ManageEVisitHeader" : "Manage your @MYCHART@EVISIT@",
	"ManageMultipleVisitsHeader" : "Manage your visits",
	"ManageVisitHeader" : "Manage your visit",
	"ManageVisitHeaderTelephoneVisit" : "Manage your telephone visit",
	"ManageVisitHeaderVideoVisit" : "Manage your video visit",
	"MoreProvidersDisclosureText" : "Other providers",
	"MultiDayVisitStartDate" : "Starting on @MYCHART@VISITDATE@",
	"MultipleProceduresInstructionsHeader" : "Preparation instructions for your procedures",
	"NoDataDescription" : "No details are available at this time.",
	"NoQRCodeDescription" : "No QR code is available for your visit.",
	"OfferAcceptedDescription" : "You\u0027re all set! You can review details of your new appointment below.",
	"OfferAcceptedTitle" : "Earlier appointment accepted",
	"OfferSectionTitle" : "Earlier appointment available",
	"PaymentAmountPaidActionTitleExtension" : "@MYCHART@PAYMENTAMOUNTPAID@ already paid",
	"PaymentAuthorizedCopayActionTitle" : "@MYCHART@COPAYAMOUNTAUTHORIZED@ expected copay authorized",
	"PaymentBalanceActionTitle" : "Make @MYCHART@BALANCEAMOUNTDUE@ payment",
	"PaymentCannotPayOnlinePrimaryActionDescription" : "You cannot make a payment for your @MYCHART@VISITNAME@ online.",
	"PaymentCombinedActionDescription" : "@MYCHART@PAYMENTPRIMARYACTIONDESCRIPTION@ @MYCHART@PAYMENTSECONDARYACTIONDESCRIPTION@",
	"PaymentCombinedSecondaryActionDescription" : "@MYCHART@PAYMENTSECONDARYPAYMENTPLANACTIONDESCRIPTION@ @MYCHART@PAYMENTSECONDARYVISITAUTOPAYACTIONDESCRIPTION@",
	"PaymentCopayActionTitle" : "Pay @MYCHART@COPAYAMOUNTDUE@ copay",
	"PaymentCopayAuthorizedPrimaryActionDescription" : "You have authorized your expected copay for your @MYCHART@VISITNAME@.",
	"PaymentCopayCannotPayActionTitle" : "@MYCHART@CANNOTPAYCOPAYAMOUNTDUE@ copay due",
	"PaymentCopayPaidActionTitle" : "@MYCHART@COPAYAMOUNTPAID@ copay paid",
	"PaymentDiscountedPrepayActionTitle" : "Make @MYCHART@DISCOUNTEDPREPAYAMOUNTDUE@ payment and save @MYCHART@DISCOUNTEDPREPAYAMOUNTDISCOUNTED@",
	"PaymentEligiblePaymentPlanSecondaryActionDescription" : "This estimate is eligible for a monthly payment plan.",
	"PaymentHasPaidPrimaryActionDescription" : "You have completed payment for your @MYCHART@VISITNAME@.",
	"PaymentPaymentPlanActionTitle" : "Set up payment plan",
	"PaymentPaymentPlanAmountPaidPrimaryActionDescription" : "The remaining amount due for your @MYCHART@VISITNAME@ is included in your monthly payment plan.",
	"PaymentPaymentPlanEligiblePrimaryActionDescription" : "The estimate for your @MYCHART@VISITNAME@ is eligible for a monthly payment plan.",
	"PaymentPaymentPlanNoAmountPaidPrimaryActionDescription" : "The total amount due for your @MYCHART@VISITNAME@ is included in your monthly payment plan.",
	"PaymentPaymentPlanSetUpActionTitle" : "Payment plan set up",
	"PaymentPayOnlineDiscountedPrimaryActionDescription" : "Pay for your @MYCHART@VISITNAME@ in full by @MYCHART@DISCOUNTEDPREPAYVISITDATE@ to save money, otherwise, @MYCHART@DISCOUNTEDPREPAYORIGINALAMOUNTDUE@ will be due.",
	"PaymentPayOnlinePrimaryActionDescription" : "Save time by paying for your @MYCHART@VISITNAME@ ahead of time.",
	"PaymentPrepayActionTitle" : "Make @MYCHART@PREPAYAMOUNTDUE@ payment",
	"PaymentPrepayCannotPayActionTitle" : "@MYCHART@CANNOTPAYPREPAYAMOUNTDUE@ payment due",
	"PaymentPrepayPaidActionTitle" : "@MYCHART@PREPAYAMOUNTPAID@ prepay paid",
	"PaymentVisitAutoPayActionTitle" : "Set up Visit Auto Pay",
	"PaymentVisitAutoPayEligiblePrimaryActionDescription" : "Save time by setting up Visit Auto Pay for your @MYCHART@VISITNAME@.",
	"PaymentVisitAutoPayEligibleSecondaryActionDescription" : "Visit Auto Pay is available for this service.",
	"PaymentVisitAutoPayPrimaryActionDescription" : "The total amount due for your @MYCHART@VISITNAME@ will be paid automatically.",
	"PaymentVisitAutoPaySetUpActionTitle" : "Visit Auto Pay set up",
	"PaymentVisitAutoPaySignedUpSecondaryActionDescription" : "This service is signed up for Visit Auto Pay.",
	"PaymentWaitingForFilerActionLoadingText" : "Calculating payment due...",
	"PaymentWaitingForFilerErrorActionDescription" : "Something went wrong on the server. Try again later.",
	"PaymentWaitingForFilerErrorActionTitle" : "Error calculating payment due",
	"PBPaymentPaymentPlanAmountPaidPrimaryActionDescription" : "The remaining physician fees due for your @MYCHART@VISITNAME@ are included in your monthly payment plan.",
	"PBPaymentPaymentPlanNoAmountPaidPrimaryActionDescription" : "The physician fees due for your @MYCHART@VISITNAME@ are included in your monthly payment plan.",
	"PhoneVisitType" : "Telephone visit",
	"PMAppointmentTime" : "PM",
	"PopupAcknowledgeLabel" : "Ok",
	"PopupCloseButtonLabel" : "Close",
	"PopupDeclineLabel" : "Cancel",
	"PreadmissionArrivalAfternoon" : "Arrive in the afternoon",
	"PreadmissionArrivalEvening" : "Arrive in the evening",
	"PreadmissionArrivalMorning" : "Arrive in the morning",
	"PreadmissionArrivalOvernight" : "Arrive overnight",
	"PreadmissionArrivalTime" : "Arrive by @MYCHART@PREADMISSIONTIME@ @MYCHART@TIMEZONE@",
	"ProcedureNames" : "@MYCHART@ALLPROCEDURENAMES@",
	"ProviderBioLink" : "View bio",
	"ProviderBioLinkAccessibleDescription" : "View bio for @MYCHART@PROVIDERBIOPROVIDERNAME@. This link will open in a new window.",
	"QRCodeAccessibleDescription" : "This QR code can be scanned to help you check in",
	"QRCodeActionLabel" : "View QR code for checking in",
	"QRCodePageSubText" : "When you arrive at the check in area at @MYCHART@DEPARTMENTNAME@ on @MYCHART@VISITDATE@, scan the QR code below to help save time when checking in.",
	"QRCodePageTitle" : "Your @MYCHART@VISITNAME@ QR Code",
	"QRCodePromotedContentDescription" : "Once you arrive, scan this QR code to save time checking in.",
	"QRCodePromotedContentTitle" : "Arrive with QR code",
	"QRCodePromotedLinkLabel" : "Open QR code",
	"QueueJoinTime" : "In line since @MYCHART@QUEUETIME@ @MYCHART@TIMEZONE@",
	"RemainingNumberOfInvitedParticipantsPluralText" : "...and @MYCHART@NUMREMAININGINVITEDPARTICIPANTS@ others",
	"RemainingNumberOfInvitedParticipantsSingularText" : "...and 1 other",
	"RequestProxyAccessSentSuccessTitle" : "Request sent",
	"RequestProxyAccessSentText" : "Your request for full access has been successfully submitted.",
	"RescheduleCallCancelRequested" : "To reschedule, call @MYCHART@RESCHEDULECANCELREQUESTEDPHONE@. Your cancellation request has been sent and is being processed.",
	"RescheduleCancelLabel" : "Can\u0027t make it?",
	"RescheduleCancelOnlineAvailable" : "You can reschedule or cancel online.",
	"RescheduleCancelOnlineNotAvailable" : "To reschedule or cancel, call @MYCHART@RESCHEDULECANCELPHONE@.",
	"RescheduleCancelOnlineNotAvailableNoPhone" : "To reschedule or cancel, call the clinic.",
	"RescheduledHeader" : "Visit rescheduled",
	"RescheduleLabel" : "Reschedule",
	"RescheduleNotAvailableCancelRequested" : "To reschedule, call the clinic. Your cancellation request has been sent and is being processed.",
	"RescheduleOnlineCancelRequested" : "You can reschedule online. Your cancellation request has been sent and is being processed.",
	"RescheduleOnlineOnlyAvailable" : "You can reschedule online. To cancel, call @MYCHART@CANCELPHONE@.",
	"RescheduleOnlineOnlyAvailableNoPhone" : "You can reschedule online. To cancel, call the clinic.",
	"ResidentialMedAdmissionVisitTypeName" : "Stay",
	"ScheduledBannerDescription" : "You\u0027re all set! You can review details of your upcoming visit below.",
	"ScheduledGuestVideoVisitBannerDescription" : "You\u0027re all set! You should receive a secure link to join your video visit.",
	"ScheduledHeader" : "Visit scheduled",
	"ScheduledInfiniteMedicationOrderTitle" : "@MYCHART@INFINITEMEDICATIONORDERAPPOINTMENTNAME@ scheduled",
	"ScheduledStandingOrderTitle" : "@MYCHART@STANDINGORDERAPPOINTMENTNAME@ scheduled (@MYCHART@CURRENTOCCURRENCE@ of @MYCHART@TOTALOCCURRENCES@)",
	"ScheduledVisitsBannerDescription" : "You\u0027re all set! You can review details of your upcoming visits below.",
	"ScheduledVisitsHeader" : "Visits scheduled",
	"ScheduleInfiniteMedicationOrderLinkLabel" : "Schedule again",
	"ScheduleStandingOrderLinkLabel" : "Schedule next visit",
	"ScheduleSuccessWithOptionToScheduleAgainDescription" : "You\u0027re all set! Review the details of your upcoming visit below or schedule the next visit.",
	"SingleProcedureInstructionsHeader" : "Preparation instructions for your procedure",
	"SingleQuestionnaireActionTitle" : "Answer @MYCHART@QUESTIONNAIRENAME@",
	"SingleQuestionnaireCompleteActionDescription" : "You can view and print this completed questionnaire for your @MYCHART@VISITNAME@.",
	"SingleQuestionnaireCompletedActionLabel" : "View and print completed questionnaire",
	"SingleQuestionnaireIncompleteActionDescription" : "Save time by filling out this questionnaire for your @MYCHART@VISITNAME@.",
	"SingleQuestionnaireReviewActionDescription" : "Save time by reviewing this filled out questionnaire for your @MYCHART@VISITNAME@.",
	"SingleQuestionnaireSomeUnavailableCompleteActionDescription" : "You can view and print this completed questionnaire for your @MYCHART@VISITNAME@. Check back on @MYCHART@QUESTIONNAIREAVAILABLEDATE@ to fill out all remaining questionnaires.",
	"SingleQuestionnaireSomeUnavailableIncompleteActionDescription" : "Save time by filling out this questionnaire for your @MYCHART@VISITNAME@. Check back on @MYCHART@QUESTIONNAIREAVAILABLEDATE@ to fill out all remaining questionnaires.",
	"SingleQuestionnaireSomeUnavailableReviewActionDescription" : "Save time by reviewing this filled out questionnaire for your @MYCHART@VISITNAME@. Check back on @MYCHART@QUESTIONNAIREAVAILABLEDATE@ to fill out all remaining questionnaires.",
	"SurgeryExpectedAfternoon" : "Procedure expected in the afternoon",
	"SurgeryExpectedDateAfternoon" : "Procedure expected on @MYCHART@VISITDATE@ in the afternoon",
	"SurgeryExpectedDateEvening" : "Procedure expected on @MYCHART@VISITDATE@ in the evening",
	"SurgeryExpectedDateMorning" : "Procedure expected on @MYCHART@VISITDATE@ in the morning",
	"SurgeryExpectedDateOvernight" : "Procedure expected on @MYCHART@VISITDATE@ overnight",
	"SurgeryExpectedDateTime" : "Procedure expected on @MYCHART@VISITDATE@ at @MYCHART@PROCEDUREEXPECTEDTIMEONDATE@ @MYCHART@TIMEZONE@",
	"SurgeryExpectedEvening" : "Procedure expected in the evening",
	"SurgeryExpectedMorning" : "Procedure expected in the morning",
	"SurgeryExpectedOvernight" : "Procedure expected overnight",
	"SurgeryExpectedTime" : "Procedure expected at @MYCHART@PROCEDUREEXPECTEDTIME@ @MYCHART@TIMEZONE@",
	"TelehealthECheckInRequiredPromotedContentDescription" : "This video visit requires you to complete @MYCHART@ECHECKIN@ to join.",
	"TelehealthECheckInRequiredPromotedContentTitle" : "@MYCHART@ECHECKIN@ is required",
	"TelehealthModeDepartmentNameText" : "From @MYCHART@TELEHEALTHDEPARTMENTNAME@",
	"TelehealthModeDescriptionTelephone" : "When it is time for your visit, you will be receiving a call from the primary provider associated with the visit.",
	"TelehealthModeDescriptionVideo" : "When it is time for your visit, you will be virtually meeting with the primary provider associated with the visit.",
	"TelehealthModeTextTelephone" : "Telephone visit",
	"TelehealthModeTextVideo" : "Video visit",
	"TelehealthNotNotifiedToJoinODVVPromotedContentDescription" : "We\u0027ll send you a notification when it\u0027s time to join the video visit.",
	"TelehealthNotNotifiedToJoinODVVPromotedContentTitle" : "Video visit is starting soon",
	"TelehealthPhoneNumberHelpText" : "Call @MYCHART@TELEHEALTHDEPARTMENTPHONENUMBER@ for any questions or concerns about your visit.",
	"TelehealthReadyToJoinPromotedContentDescription" : "Join the video visit and your provider will be with you shortly.",
	"TelehealthReadyToJoinPromotedContentTitle" : "It\u0027s time to join",
	"TelehealthTasksRequiredPromotedContentDescription" : "This video visit requires you to complete pre-visit tasks.",
	"TelehealthTasksRequiredPromotedContentTitle" : "Pre-visit tasks required",
	"TelehealthTestHardwareTitle" : "Video visit starting soon",
	"TelehealthTooEarlyToJoinCheckBackNoTimeZonePromotedContentDescription" : "Check back on @MYCHART@VISITDATE@ at @MYCHART@STARTTIME@ for a link to join.",
	"TelehealthTooEarlyToJoinCheckBackPromotedContentDescription" : "Check back on @MYCHART@VISITDATE@ at @MYCHART@STARTTIME@ @MYCHART@TIMEZONE@ for a link to join.",
	"TelehealthTooEarlyToJoinNoExpectedTimePromotedContentDescription" : "Check back later for a link to join. In the meantime, you can test your hardware.",
	"TelehealthTooEarlyToJoinTestHardwareNoTimeZonePromotedContentDescription" : "Check back on @MYCHART@VISITDATE@ at @MYCHART@STARTTIME@ for a link to join. In the meantime, you can test your hardware.",
	"TelehealthTooEarlyToJoinTestHardwarePromotedContentDescription" : "Check back on @MYCHART@VISITDATE@ at @MYCHART@STARTTIME@ @MYCHART@TIMEZONE@ for a link to join. In the meantime, you can test your hardware.",
	"TelehealthUnableToJoinPromotedContentTitle" : "Unable to join video visit",
	"TelehealthWaitingToJoinCheckBackNoTimeZonePromotedContentDescription" : "Check back on @MYCHART@VISITDATE@ at @MYCHART@STARTTIME@.",
	"TelehealthWaitingToJoinCheckBackPromotedContentDescription" : "Check back on @MYCHART@VISITDATE@ at @MYCHART@STARTTIME@ @MYCHART@TIMEZONE@.",
	"TelehealthWaitingToJoinConferenceFullPromotedContentDescription" : "You cannot join your video visit right now because it is full. Check again later.",
	"TelehealthWaitingToJoinDenyJoiningPromotedContentDescription" : "You cannot join your video visit through @MYCHART@APPTITLE@. Call the clinic if you think there has been a mistake.",
	"TelehealthWaitingToJoinPromotedContentTitle" : "Not yet time to join",
	"TelehealthWaitingToJoinRulePreventingPromotedContentDescription" : "You cannot join your video visit right now. Check again later.",
	"TelehealthWaitingToJoinTestHardwareNoTimeZonePromotedContentDescription" : "Check back on @MYCHART@VISITDATE@ at @MYCHART@STARTTIME@. In the meantime, you can test your hardware.",
	"TelehealthWaitingToJoinTestHardwarePromotedContentDescription" : "Check back on @MYCHART@VISITDATE@ at @MYCHART@STARTTIME@ @MYCHART@TIMEZONE@. In the meantime, you can test your hardware.",
	"TelephoneVisitExpectedTime" : "Expect to be called at @MYCHART@EXPECTEDTIMETELEPHONE@ @MYCHART@TIMEZONE@",
	"TestHardwareButtonLabel" : "Test hardware",
	"Title" : "Visit Details",
	"ToBeDeterminedTime" : "Start time to be determined",
	"TruncatedImageFigureCaption" : "This image has been visually modified to reduce space.",
	"UpcomingLDVisitTypeName" : "Upcoming Delivery",
	"UpcomingProceduresVisitTypeName" : "Upcoming Procedures",
	"UpdateWaitListAddSuccessMessage" : "You have successfully opted in to receiving notifications for earlier times",
	"UpdateWaitListErrorPopupDescription" : "Unable to update the wait list. Please try again later. If you continue to see this error, please contact the clinic.",
	"UpdateWaitListErrorPopupTitle" : "Error updating wait list",
	"UpdateWaitListRemoveSuccessMessage" : "You have successfully opted out of receiving notifications for earlier times",
	"VideoVisitJoinTime" : "Join by @MYCHART@JOINTIMEVIDEO@ @MYCHART@TIMEZONE@",
	"VideoVisitType" : "Video visit",
	"ViewAllVisitsButtonText" : "View all visits",
	"ViewDirectLinks" : "View participants",
	"VisitInstructionsDisclosureButtonAccessibleDescription" : "View full visit instructions for @MYCHART@VISITNAME@",
	"VisitInstructionsHeader" : "Visit instructions for @MYCHART@VISITNAME@",
	"VisitNoInstructionsDescription" : "No instructions to review for your @MYCHART@VISITNAME@.",
	"VisitRescheduledPreText" : "Thanks, the visit is now rescheduled for @MYCHART@PATIENT@",
	"VisitScheduledPreText" : "Thanks, the visit is now scheduled for @MYCHART@PATIENT@",
	"WaitListHeader" : "Want to be seen earlier?",
	"WaitListLabel" : "Opt in to receiving notifications for earlier times.",
	"WaitListToggleAccessibleText" : "Opt in to receiving notifications for earlier times",
	"WalkInExpectedTime" : "@MYCHART@EXPECTEDTIMEONMYWAY@ @MYCHART@TIMEZONE@ walk-in",
});
$$WP.Strings.getNamespace("welcomewizard.authpage").addStrings( {
	"ActivityTitle" : "Sign up with MyChart Central",
	"AuthPageCancelButton" : "Cancel",
	"DescriptionText" : "MyChart Central will share the following information with @MYCHART@CustomerOrg@ to create your account:",
	"PageTitle" : "Share your information",
	"Title" : "",
});
$$WP.Strings.getNamespace("welcomewizard.demographicsform").addStrings( {
	"DemogsSubtitle" : "Provide some information about yourself to set up your @MYCHART@APPTITLE@ account.",
	"DemogsSubtitleWithReadOnly" : "Provide some information about yourself to set up your @MYCHART@APPTITLE@ account. Information that can\u0027t be updated here can be changed later in Personal Information.",
	"DemogsTitle" : "Enter your information",
	"EditAddressFormHeader" : "Address",
	"EditInfoTitle" : "Edit your information",
	"EditNonSecureContactInfoFormHeader" : "Contact information",
	"ErrorButton" : "Try again",
	"ErrorSubtitle" : "There was a problem saving your information. Please try again.",
	"ErrorTitle" : "Something Went Wrong",
	"PullErrorSubtitle" : "There was a problem retrieving your information. ",
	"ReadOnlySecureContactInfoExplanation" : "You can edit your email address or mobile phone after you create your account.",
	"SignupDisabledBody" : "We are not accepting new users right now. If you have a @MYCHART@APPTITLE@ account, you can log in. Otherwise, try again later.",
	"Title" : "",
});
$$WP.Strings.getNamespace("welcomewizard.linkaccounts").addStrings( {
	"BelowAgeErrorButton" : "Exit",
	"BelowAgeErrorDescription" : "You must be at least @MYCHART@MINAGE@ years old to sign up for @MYCHART@APPTITLE@.",
	"BelowAgeErrorTitle" : "Could not create account",
	"ButtonHelpText" : "Go to \"Link My Accounts\" in @MYCHART@APPTITLE@ to link additional accounts.",
	"FailDescriptionMultiple" : "Go to \"Link My Accounts\" in @MYCHART@APPTITLE@ to try linking these accounts again.",
	"FailDescriptionSingle" : "Go to \"Link My Accounts\" in @MYCHART@APPTITLE@ to try linking this account again.",
	"FailPopupButton" : "Continue",
	"FailTitleMultiple" : "Failed to link accounts",
	"FailTitleSingle" : "Failed to link account",
	"LinkAccContinue" : "Link these accounts to @MYCHART@APPTITLE@.",
	"LinkedSection" : "Your account list",
	"Linking" : "Linking...",
	"Loading" : "Loading...",
	"NextButton" : "Continue",
	"NoDemographicMatchErrorTextFAQ" : "We could not verify your account at @MYCHART@ORGANIZATIONNAME@. Please visit our \u003ca target=\"_blank\" class=\"expandable\" href=\"@MYCHART@ABSOLUTEURL@community/faq\" title=\"Opens in new window\"\u003eFAQ page\u003c/a\u003e for help.",
	"PageTitleWithForwarded" : "Review linked account",
	"PageTitleWithoutForwarded" : "Review linked account",
	"RelatedOrgsDropdownAXDescr" : "Associated Organizations for @MYCHART@PARENTORG@",
	"UnlinkAccountsSection" : "Other accounts you can add",
	"UnlinkedAccountsSubtitle" : "We noticed that you have other organizations linked to your @MYCHART@LINKEDORG@ account. Consider adding them to @MYCHART@APPTITLE@.",
});
$$WP.Strings.getNamespace("welcomewizard.loginsetup").addStrings( {
	"CancelWorkflowLabel" : "Cancel",
	"CodeEntryPageTitle" : "Verify your contact information",
	"ContactCardCentralLoginLabel" : "Epic ID",
	"ContactCardEditButtonLabel" : "Edit",
	"ContactCardEmailLabel" : "Email",
	"ContactCardMobileLabel" : "Mobile phone",
	"ContactCardNewEmailLabel" : "New email",
	"ContactCardNewMobileLabel" : "New mobile phone",
	"ContactCardPreviousEmailLabel" : "Email",
	"ContactCardPreviousMobileLabel" : "Mobile phone",
	"ContinueButtonLabel" : "Continue",
	"CreateAccountCommandText" : "Create account",
	"CredentialsPageTitle" : "Your login information",
	"DoubleCheckPageTitle" : "Verify your email",
	"DoubleCheckPageTitleSU" : "Confirm your email",
	"DoubleCheckSMSPageTitle" : "Verify your mobile phone",
	"DoubleCheckSMSPageTitleSU" : "Confirm your mobile phone",
	"DoubleCheckSMSSubtitle" : "If you ever lose access to your Epic ID email, we\u0027ll use your mobile phone to help regain access to your account.",
	"DoubleCheckSMSSubtitleSU" : "If you ever lose access to your @MYCHART@APPTITLE@ account, we\u0027ll use your mobile phone to help regain access to your account.",
	"DoubleCheckSubtitle" : "You must use a unique email to sign up for @MYCHART@APPTITLE@.",
	"DoubleCheckSubtitleSU" : "Your email address will become part of your Epic ID, which is a new way of logging in to MyChart. Use it to access @MYCHART@APPTITLE@ and all of the accounts you\u0027ve linked to @MYCHART@APPTITLE@.",
	"EnterCodeHelptext" : "Enter the security code you received.",
	"GatherContactPageTitle" : "Verify your email",
	"GatherContactSMSPageTitle" : "Verify your mobile phone",
	"GatherContactSMSSubtitle" : "If you ever lose access to your Epic ID email, we\u0027ll use your mobile phone to help regain access to your account. We\u0027ll send you a code to make sure you have access to this number.",
	"GatherContactSMSSubtitleSU" : "If you ever lose access to your @MYCHART@APPTITLE@ account, we\u0027ll use your mobile phone to help regain access to your account. We\u0027ll send you a code to make sure you have access to this number.",
	"GatherContactSubtitle" : "You must use a unique email to login to @MYCHART@APPTITLE@. We\u0027ll send you a one-time use security code to verify you have access to this email.",
	"GatherContactSubtitleSU" : "We\u0027ll send you a one-time use security code to verify you have access to this email.",
	"GatherNewContactPageTitle" : "Contact information already in use",
	"GatherNewContactSMSSubtitle" : "There\u0027s already a @MYCHART@APPTITLE@ account that uses this phone number. You need to verify a unique mobile phone number so that we can help you regain access in case you ever get locked out of your account.",
	"GatherNewContactSMSSubtitleSU" : "There\u0027s already a @MYCHART@APPTITLE@ account using this phone number. Please enter a different phone number for your @MYCHART@APPTITLE@ account.",
	"GatherNewContactSubtitle" : "There\u0027s already a @MYCHART@APPTITLE@ account using this email. This email must be unique to your @MYCHART@APPTITLE@ Account.",
	"GatherNewContactSubtitleSU" : "There\u0027s already a @MYCHART@APPTITLE@ account using this email address. Please enter a different email address for your @MYCHART@APPTITLE@ account.",
	"IntroPageSubtitle" : "Your email will become your Epic ID, which you can use to log in to @MYCHART@APPTITLE@ and all of your linked accounts.",
	"IntroPageTitle" : "Verify your email",
	"LearnMorePageTitle" : "Learn more",
	"MyChartIDInfo" : "Your email address will become your Epic ID, which will get you into all of your linked accounts.",
	"MyChartIDLabel" : "Your Epic ID",
	"NumberOne" : "1",
	"NumberThree" : "3",
	"NumberTwo" : "2",
	"PasswordLabel" : "Password: ",
	"PasswordSectionHeader" : "Password",
	"SendCodeCommandText" : "Send verification code",
	"SendCodeHelptext" : "Receive a security code via email.",
	"SendCodeSMSHelptext" : "Receive a security code via text message.",
	"StatusChangedHelptext" : "Once we verify your identity, you will be able to sign up or log in to @MYCHART@APPTITLE@.",
});
$$WP.Strings.getNamespace("welcomewizard.mobileversionerror").addStrings( {
	"PageTitle" : "Update Required",
	"Subtitle" : "This version of the app is no longer supported by @MYCHART@APPTITLE@. Please update the app to sign up for @MYCHART@APPTITLE@.",
});
$$WP.Strings.getNamespace("welcomewizard.pushpage").addStrings( {
	"ButtonText" : "Save my settings",
	"ContactInfoDesc" : "This includes information such as phone number and email address.",
	"ContactInfoTitle" : "Contact Information",
	"DemogsDesc" : "This includes demographic information such as name, legal sex, and language.",
	"DemogsTitle" : "Details about Me",
	"EditAddressAccessibleDescription" : "Edit address.",
	"EditButtonLabel" : "Edit",
	"EditContactMethodsAccessibleDescription" : "Edit contact methods.",
	"OptInAndSyncCheckboxLabel" : "Sync this information with my linked accounts",
	"OptInCheckboxLabel" : "I\u0027d like future updates to be pushed to all my linked accounts",
	"PageTitle" : "Update your information with one click",
	"PageTitleSU" : "Update your information in one place",
	"PushFailedDetail" : "Please try saving your settings again.",
	"PushFailedHeader" : "There was a problem turning on auto-updates",
	"PushNextText" : "Continue",
	"PushWorkingText" : "Loading",
	"Subtitle" : "With all of your MyChart accounts under one roof, you can update your contact information at multiple organizations at the same time.",
	"SubtitleSU" : "With your MyChart accounts under one roof, you can update your contact information at multiple organizations at the same time.",
	"Title" : "",
	"ToggleCaption" : "Turn on auto-updates for all linked accounts",
	"ToggleHelptext" : "You can toggle auto-updates for specific accounts on the Personal Information page.",
});
$$WP.Strings.getNamespace("welcomewizard.searchaccounts").addStrings( {
	"AccountCreatedLabel" : "We\u0027ve created your @MYCHART@APPTITLE@ account with the email you provided. ",
	"AccountCreatedTitle" : "Account Created",
	"AccountLinkFailedHeading" : "Account Link Failed",
	"BackToSearchButton" : "Link a different account",
	"CEOptOutBody" : "You cannot link this account because you have not given your permission to share your record. Please contact their customer service department to authorize sharing your record.",
	"DefaultAccountName" : "your account",
	"ErrorTitle" : "We couldn\u0027t link @MYCHART@ORGANIZATIONNAME@",
	"GenericErrorTitle" : "We couldn\u0027t link your account",
	"LinkAccountButtonDescription" : "Link Account. Redirect me to @MYCHART@ORGANIZATIONNAME@ to log in.",
	"LoginRequiredDescription" : "You\u0027ll temporarily leave @MYCHART@APPTITLE@ to log in to your linked account.",
	"LoginRequiredHeading" : "Login required",
	"MyChartDotOrgLinkText" : "Search for healthcare organizations with MyChart.",
	"MyChartDotOrgQuestionText" : "Don\u0027t have a MyChart account?",
	"OneResultDescription" : "1 organization found.",
	"PageTitle" : "Now Available in Madison, Wisconsin",
	"ResultsDescription" : "@MYCHART@NUMRESULTS@ organizations found.",
	"SearchResultsTitle" : "Matching Organizations",
	"SearchText" : "Search",
	"SkipText" : "Skip linking for now",
	"Subtitle" : "MyChart Central is starting with a few organizations based in our hometown of Madison, WI, but will be available nationwide later this year.\r\n\u003cbr\u003e\r\n\u003cbr\u003e\r\nTo sign up for MyChart Central, you need an existing MyChart account with at least one participating organization. If your healthcare organization isn\u0027t participating yet, be sure to check back soon.\r\n",
	"Title" : "",
	"TooManyResultsDescription" : "More than @MYCHART@NUMRESULTS@ organizations were found. Try again with a more specific search term.",
	"TooManyResultsTitle" : "Some results are not shown",
	"UnlinkableDescription" : "These organizations don\u0027t have the option for you to link accounts with @MYCHART@APPTITLE@.",
	"UnlinkableHeading" : "Sharing not allowed for the following accounts",
});
$$WP.Strings.getNamespace("welcomewizard.sharedstrings").addStrings( {
	"ActivityTitle" : "Sign up for @MYCHART@APPTITLE@",
	"MyChartCentralBrandedLoginTerm" : "Epic ID",
	"MyChartCentralURLDisplayText" : "central.mychart.org.",
	"PostLoginCloseButton" : "Finish later",
	"PreLoginCloseButton" : "Cancel",
	"Title" : "",
});
$$WP.Strings.getNamespace("welcomewizard.signupcomplete").addStrings( {
	"ContinueButton" : "Continue",
	"PageTitle" : "You\u0027re signed up!",
	"QuestionsText" : "If you need help, visit:",
	"Subtitle" : "You can now use your @MYCHART@MyChartCentralBrandedLoginTerm@ and password to sign into all of your linked MyChart accounts.",
	"SubtitleSU" : "You can now use your @MYCHART@MyChartCentralBrandedLoginTermSU@ to log in to MyChart Central and your linked accounts.",
});
$$WP.Strings.getNamespace("welcomewizard.welcome").addStrings( {
	"Accept" : "Accept",
	"CreateAccountButton" : "Sign up for @MYCHART@APPTITLE@",
	"Loading" : "Loading...",
	"MyChartCentralLogoAltText" : "MyChart Central logo",
	"PageTitle" : "Make login easy with Epic ID",
	"PageTitleSU" : "One login for your MyChart accounts",
	"SignInButton" : "I already have a @MYCHART@APPTITLE@ account",
	"Subtitle" : "When you sign up for @MYCHART@APPTITLE@, you can use your Epic ID to access all of your MyChart accounts with a single login.",
	"SubtitleSU" : "With @MYCHART@APPTITLE@, you can bring together multiple MyChart accounts for a simpler login experience.",
	"TCActivityTitle" : "Terms and Conditions",
	"TCCheckbox" : "I agree to @MYCHART@APPTITLE@\u0027s terms and conditions",
	"ViewTCButton" : "View terms and conditions",
});
$$WP.Strings.getNamespace("whiteboard").addStrings( {
	"BarcodeHeader" : "View More",
	"CreateAccountToViewMore" : "Ask your care team for help creating a @MYCHART@APPTITLE@ account to view more",
	"MemosHeader" : "About your stay",
	"MemosHeaderLong" : "Here\u0027s some information about your stay",
	"Title" : "Whiteboard",
	"ViewMoreOnMyChart" : "Log into @MYCHART@APPTITLE@ to see more information",
});
;
/*! Copyright (c) Epic Systems Corporation 2012-2017 */
"ELEMENT_NODE"in document||(document.ELEMENT_NODE=1,document.ATTRIBUTE_NODE=2,document.TEXT_NODE=3,document.CDATA_SECTION_NODE=4,document.ENTITY_REFERENCE_NODE=5,document.ENTITY_NODE=6,document.PROCESSING_INSTRUCTION_NODE=7,document.COMMENT_NODE=8,document.DOCUMENT_NODE=9,document.DOCUMENT_TYPE_NODE=10,document.DOCUMENT_FRAGMENT_NODE=11,document.NOTATION_NODE=12),"undefined"==typeof WP&&(WP={}),void 0===WP.DOM&&(WP.DOM={}),void 0===WP.DOM.Add&&(WP.DOM.Add={}),void 0===WP.DOM.Search&&(WP.DOM.Search={}),void 0===WP.DOM.Browser&&(WP.DOM.Browser={}),"undefined"==typeof $$WP&&($$WP={}),WP.DOM.Browser._getAndroidVersion=function(){var e,r=-1;return WP.DOM.Browser.isAndroid&&null!=(e=new RegExp(/Android [\d+\.]{3,5}/).exec(navigator.userAgent))&&(r=e[0].replace("Android ","")),r},WP.DOM.Browser._getIEVersion=function(){var e=-1;return"Microsoft Internet Explorer"==navigator.appName&&null!=new RegExp("MSIE ([0-9]{1,}[.0-9]{0,})").exec(navigator.userAgent)&&(e=parseFloat(RegExp.$1)),e},WP.DOM.Browser._getIEDocumentMode=function(){return-1===WP.DOM.Browser.IEVersion?-1:"object"!=typeof arguments.caller?9:8},WP.DOM.Browser.showUnsupportedBrowserBanner=function(){if("true"!==sessionStorage.HideUnsupportedBrowserBanner){var e=$$WP.Strings.get("UnsupportedBrowserErrorMessageWithLink","global");title=$$WP.Strings.get("UnsupportedBrowserErrorMessageDismissTitle","global"),"true"===sessionStorage.IEHyperspaceLaunch&&(e=$$WP.Strings.get("UnsupportedBrowserAdminErrorMessage","global"));var r,t="";t+='<div class="unsupportedBrowserBanner" id="unsupported_banner" role="presentation">',t+="<strong>"+e,t+='</a>&nbsp;<a href="#" class="closeBanner" id="close_banner" tabindex="0" data-function="dismiss" title="'+title+'">',t+='<svg class="closeButton" aria-hidden="true" focusable="false"><use xlink:href="'+makeStaticImageLink("library.svg#_flat_x")+'"></use></svg>',t+="</a ></strong > ",t+="</div>",(r=dangerou$.parseHtml(t)).on("click",'[data-function="dismiss"]',(function(e){sessionStorage.setItem("HideUnsupportedBrowserBanner","true"),e.preventDefault(),e.stopPropagation(),$$WP.Debug.RemoveBanner(r)})),isEmbedded()&&r.find("#browser_link").attr("href",makeLink("Home/UnsupportedBrowser?isEmbedded=1")),$$WP.Debug.AddBanner(r),setTimeout((function(){document.activeElement.blur()}),100),"true"===sessionStorage.IEHasLoggedSoftStop||-1!==window.location.href.toLowerCase().indexOf("action=logout")||!0===$$WP.LocalOrAdmin||isShareEverywhere()||"true"===sessionStorage.IEHyperspaceLaunch||"true"===sessionStorage.PicelAuth||!0===$$WP.IsShareEverywhere||!0===$$WP.IsH2GDataTile||(-1===window.location.href.toLowerCase().indexOf(".asp")?WP.DOM.Browser.logUnsupportedBrowserStopShown(!1):getCSRFTokenAsQS((function(e){$$WPUtil.IsNullOrEmpty(e)||WP.DOM.Browser.logUnsupportedBrowserStopShown(!1)})))}},WP.DOM.Browser.checkBrowserSupported=function(){(-1!==window.location.href.toLowerCase().indexOf("hyperspacelaunch=true")||-1!==window.location.href.toLowerCase().indexOf("home/error?code=9")||$$WP.HyperspaceSignup||$$WP.HyperspaceAdmin)&&"true"!==sessionStorage.HideUnsupportedBrowserBanner&&sessionStorage.setItem("IEHyperspaceLaunch","true"),-1!==window.location.href.toLowerCase().indexOf("action=logout")&&"true"===sessionStorage.IEHyperspaceLaunch&&WP.Comm.postLogoutOperations(),-1!==window.location.href.toLowerCase().indexOf("linkauth")&&-1!==window.location.href.toLowerCase().indexOf("postloginurl")&&sessionStorage.setItem("PicelAuth","true");var e=$afe.select("body").hasClass("isInside");WP.DOM.Browser.isIE&&0===$afe.select(".unsupportedbrowser").length&&!$$WP.HyperspaceQuestionnaire?!0===$$WP.LocalOrAdmin||isShareEverywhere()||!0===$$WP.IEHardStopDisabled||"true"===sessionStorage.IEHyperspaceLaunch||"true"===sessionStorage.PicelAuth||!0===$$WP.IsShareEverywhere||!0===$$WP.IsH2GDataTile?WP.DOM.Browser.showUnsupportedBrowserBanner():e&&!isDataTile()?window.location=makeLink("Home/Logout"):isEmbedded()?window.location=makeLink("Home/UnsupportedBrowser?isEmbedded=1"):window.location=makeLink("Home/UnsupportedBrowser"):0===$afe.select(".unsupportedbrowser").length||WP.DOM.Browser.isIE?0!==$afe.select(".unsupportedbrowser").length&&setTimeout((function(){$afe.select("h1").focus()}),100):($$WP&&$$WP.Utilities&&!$$WP.Utilities.isValidBrowser()?($afe.select("#error_details").text(""),$afe.select("#error_details").safeAppend(dangerou$.parseHtml($$WP.Strings.get("NonIEBrowserUnsupportedMessage","Home.Browser"))),$afe.select("h1").text($$WP.Strings.get("NonIEBrowserUnsupportedTitle","Home.Browser")),$afe.select(".browser_list").remove(),$afe.select("#error_reason").remove()):($afe.select("#error_details").text(""),$afe.select("#error_details").safeAppend(dangerou$.parseHtml($$WP.Strings.get("BrowserSupportedMessage","Home.Browser"))),$afe.select("h1").text($$WP.Strings.get("BrowserSupportedTitle","Home.Browser")),$afe.select(".browser_list").remove(),$afe.select("#error_reason").remove()),setTimeout((function(){$afe.select("h1").focus()}),100))},WP.DOM.Browser.logUnsupportedBrowserStopShown=function(e){$.ajax({url:makeLink("Home/LogUnsupportedBrowserStopShown"),type:"POST",data:$$WPUtil.postify({isHardStop:e}),cache:!1,dataType:"json"});var r=e?"IEHasLoggedHardStop":"IEHasLoggedSoftStop";sessionStorage.setItem(r,"true")},WP.DOM.Browser.isSafari=null!==navigator.userAgent.toLowerCase().match(/safari/)&&null===navigator.userAgent.toLowerCase().match(/chrome/),WP.DOM.Browser.isOmniweb=null!=navigator.userAgent.toLowerCase().match(/omniweb/),WP.DOM.Browser.isOpera=null!=navigator.userAgent.toLowerCase().match(/opera/),WP.DOM.Browser.isHyperdrive=null!=navigator.userAgent.toLowerCase().match(/hyperdrive/),WP.DOM.Browser.userAgent=navigator.userAgent,WP.DOM.Browser.isIE=null!=navigator.appVersion.match(/MSIE/)||!!navigator.userAgent.match(/Trident.*rv\:11\./),WP.DOM.Browser.isLegacyEdge=!!navigator.userAgent.match(/Edge\/([1-4]\d\.)/i),WP.DOM.Browser.isChromiumEdge=!!navigator.userAgent.match(/Edg\//i),WP.DOM.Browser.IEVersion=WP.DOM.Browser._getIEVersion(),WP.DOM.Browser.IEDocMode=WP.DOM.Browser._getIEDocumentMode(),WP.DOM.Browser.isNewIE=WP.DOM.Browser.isIE&&WP.DOM.Browser.IEVersion>=8,WP.DOM.Browser.isOldIE=WP.DOM.Browser.isIE&&!WP.DOM.Browser.isNewIE,WP.DOM.Browser.isFirefox=null!=WP.DOM.Browser.userAgent.match(/firefox/i),WP.DOM.Browser.isOldFirefox=WP.DOM.Browser.isFirefox&&(null!=WP.DOM.Browser.userAgent.match(/firefox\/2./i)||null!=WP.DOM.Browser.userAgent.match(/firefox\/1./i)),WP.DOM.Browser.isNewFirefox=WP.DOM.Browser.isFirefox&&!WP.DOM.Browser.isOldFirefox,WP.DOM.Browser.isWebKit=null!=navigator.appVersion.match(/WebKit/),WP.DOM.Browser.isChrome=null!=navigator.appVersion.match(/Chrome/),WP.DOM.Browser.orientation=window.orientation,WP.DOM.Browser.isAndroid=navigator.userAgent.match(/Android/i),WP.DOM.Browser.isWebOS=navigator.userAgent.match(/webOS/i),WP.DOM.Browser.isIPhone=navigator.userAgent.match(/iPhone/i),WP.DOM.Browser.isIPad=navigator.userAgent.match(/iPad/i)||"MacIntel"===navigator.platform&&navigator.maxTouchPoints>1,WP.DOM.Browser.isIPod=navigator.userAgent.match(/iPod/i),WP.DOM.Browser.isBlackBerry=navigator.userAgent.match(/BlackBerry/i),WP.DOM.Browser.isWindowsPhone=navigator.userAgent.match(/Windows Phone/i),WP.DOM.Browser.isMobile=WP.DOM.Browser.isAndroid||WP.DOM.Browser.isWebOS||WP.DOM.Browser.isIPhone||WP.DOM.Browser.isIPad||WP.DOM.Browser.isIPod||WP.DOM.Browser.isBlackBerry||WP.DOM.Browser.isWindowsPhone||navigator.userAgent.toLowerCase().match(/mobile/i),void 0===WP.DOM.Create&&(WP.DOM.Create={}),WP.DOM.Create.tag=function(e,r,t,o,n){var s=document.createElement(e||"div");return s?(r&&(s.className=r),t&&(s.id=t),o&&(s.title=o),n&&dangerou$.setHtml(s,n),s):null},WP.DOM.Create.anchoredNode=function(e,r,t){var o=document.createElement("a");return o.href="#",(r=r||!1)?dangerou$.setHtml(o,e):o.appendChild(document.createTextNode(HTMLUnencode(e))),t&&(o.title=t),WP.Events.addListener(o,"click",(function(){return!1})),o},void 0===WP.DOM.Read&&(WP.DOM.Read={}),WP.DOM.Read.getStyle=function(e,r){var t,o,n=r.split("-"),s=n[0];if("string"==typeof e&&(e=document.getElementById(e)),e&&"#text"!==e.nodeName&&"#comment"!==e.nodeName){for(t=1;t<n.length;t++)s+=n[t].charAt(0).toUpperCase()+n[t].slice(1);if(e.currentStyle)o=e.currentStyle[s];else if(window.getComputedStyle)try{o=document.defaultView.getComputedStyle(e,null).getPropertyValue(r)}catch(e){o=""}return o}},WP.DOM.Read.getBorderWidth=function(e){var r={};return r.left=parseInt(WP.DOM.Read.getStyle(e,"border-left-width"),10),r.top=parseInt(WP.DOM.Read.getStyle(e,"border-top-width"),10),r.right=parseInt(WP.DOM.Read.getStyle(e,"border-right-width"),10),r.bottom=parseInt(WP.DOM.Read.getStyle(e,"border-bottom-width"),10),r},WP.DOM.Read.getAbsolutePosition=function(e){if("string"==typeof e&&(e=document.getElementById(e)),e){var r,t,o,n,s,i,a,d,u={x:0,y:0};if(null!==e)if(e.getBoundingClientRect)r=document.documentElement,t=e.getBoundingClientRect(),o=window.pageXOffset,n=window.pageYOffset,o||(o=r.scrollLeft),n||(n=r.scrollTop),u.x=t.left+o,u.y=t.top+n;else for(u.x=e.offsetLeft,u.y=e.offsetTop,s=e.parentNode,i=e.offsetParent,a=null;null!=i;){if(u.x+=i.offsetLeft,u.y+=i.offsetTop,d=i.tagName.toLowerCase(),(WP.DOM.Browser.isOldIE&&"table"!=d||(WP.DOM.Browser.isNewFirefox||WP.DOM.Browser.isChrome)&&"td"==d)&&(a=WP.DOM.Browser.getBorderWidth(i),u.x+=a.left,u.y+=a.top),i!=document.body&&i!=document.documentElement&&(u.x-=i.scrollLeft,u.y-=i.scrollTop),!WP.DOM.Browser.isIE||WP.DOM.Browser.isNewIE)for(;i!=s&&null!==s;)u.x-=s.scrollLeft,u.y-=s.scrollTop,(WP.DOM.Browser.isOldFirefox||WP.DOM.Browser.isWebKit)&&(a=WP.DOM.Browser.getBorderWidth(s),u.x+=a.left,u.y+=a.top),s=s.parentNode;s=i.parentNode,i=i.offsetParent}return u.x=parseInt(u.x,10),u.y=parseInt(u.y,10),u}},void 0===WP.DOM.Search&&(WP.DOM.Search={}),WP.DOM.Search.getPrevious=function(e){var r,t;for(t=function(e){if(!e)return null;if(e.previousSibling){for(r=e.previousSibling;r.lastChild;)r=r.lastChild;return r}return e.parentNode},r=t(e);"#text"===r.nodeName||"#comment"===r.nodeName;)r=t(r);return r},WP.DOM.Search.getNext=function(e){var r,t;for(t=function(e){if(e&&e.firstChild)return e.firstChild;for(var r=e;null!==r;){if(r.nextSibling)return r.nextSibling;r=r.parentNode}return r},r=t(e);"#text"===r.nodeName||"#comment"===r.nodeName;)r=t(r);return r},WP.DOM.Search.getPreviousFiltered=function(e,r){return void 0===e&&((e={})[document.ELEMENT_NODE]=1,e[document.ATTRIBUTE_NODE]=1),WP.Utils.iterateFindNext(WP.DOM.Search.getPrevious,(function(r){return r&&e[r.nodeType]}),r)},WP.DOM.Search.getNextFiltered=function(e,r){return void 0===e&&((e={})[document.ELEMENT_NODE]=1,e[document.ATTRIBUTE_NODE]=1),WP.Utils.iterateFindNext(WP.DOM.Search.getNext,(function(r){return r&&e[r.nodeType]}),r)},WP.DOM.Search.getFocused=function(e,r){var t=!0===r?parent.document:document;try{return t.querySelector&&t.querySelector(":focus")||t.activeElement||e}catch(r){return e}},void 0===WP.DOM.Test&&(WP.DOM.Test={}),WP.DOM.Test.beingRendered=function(e){return e.nodeType===document.DOCUMENT_NODE||"none"!=WP.DOM.Read.getStyle(e,"display")&&(!/colgroup|col|thead|tbody|tfoot|tr|td|th/.test(e.tagName)||"collapse"==WP.DOM.Read.getStyle(e,"visibility"))&&WP.DOM.Test.beingRendered(e.parentNode)},WP.DOM.Test.canFocus=function(e){if(!WP.DOM.Test.beingRendered(e)||"#text"===e.nodeName||"#comment"===e.nodeName)return!1;var r=parseInt(e.getAttribute("tabindex"));return isNaN(r)?!!(/^button|input|object|select|textarea$/i.test(e.nodeName)||e.href&&/^a|area$/i.test(e.nodeName))&&(!e.disabled&&!e.readOnly&&"hidden"!==e.type):r>=0},WP.DOM.Test.canFocusViaNavigation=function(e){return WP.DOM.Test.canFocus(e)&&(e.tabIndex||0)>=0},WP.DOM.Search.getPreviousFocusable=function(e){return WP.Utils.iterateFindNext(WP.DOM.Search.getPrevious,WP.DOM.Test.canFocus,e)},WP.DOM.Search.getNextFocusable=function(e){return WP.Utils.iterateFindNext(WP.DOM.Search.getNext,WP.DOM.Test.canFocus,e)},WP.DOM.Add.addCSSRules=function(e,r){var t;if("insertRule"in e)for(var o=/([\s\S]*?)\{([\s\S]*?)\}/g;t=o.exec(r);)e.insertRule(t[0],e.cssRules.length);else"cssText"in e&&(e.cssText+=r)},WP.DOM.Search.findStyleSheet=function(e){for(var r=document.styleSheets,t=0;t<r.length;t++)if(r[t].href.lastIndexOf(e)==r[t].href.length-e.length)return r[t];return null},WP.DOM.Add.addStyleSheet=function(){var e,r=document.getElementsByTagName("head")[0],t=document.createElement("style");for(r.appendChild(t),e=0;e<document.styleSheets.length;e++)if((document.styleSheets[e].ownerNode||document.styleSheets[e].owningElement)===t)return document.styleSheets[e]},WP.DOM.Add.addCSSRule=function(e,r){"insertRule"in e?e.insertRule(r,e.cssRules.length):"cssText"in e&&(e.cssText+=r)},WP.DOM.Search.getLastFocusable=function(e){for(;e.lastChild;)e=e.lastChild;return WP.DOM.Test.canFocus(e)?e:WP.DOM.Search.getPreviousFocusable(e)};;
/*! Copyright (c) Epic Systems Corporation 2012-2019 */
function schedPrefTimeButtonClick(e){var t,o,a;t=$afe.select("#allavaillabel"),o=$afe.select("#schedpreflabel"),a=$afe.select("#schedotherlabel"),"1"===e&&(t.removeClass("unselected").addClass("selected"),o.removeClass("selected").addClass("unselected"),a.removeClass("selected").addClass("unselected"),$afe.select("#schedpref").addClass("hidden"),$afe.select(".timeTable #daytimetable").addClass("hidden")),"2"===e&&(o.removeClass("unselected").addClass("selected"),t.removeClass("selected").addClass("unselected"),a.removeClass("selected").addClass("unselected"),$afe.select("#schedpref").removeClass("hidden"),$afe.select(".timeTable #daytimetable").addClass("hidden")),"3"===e&&(a.removeClass("unselected").addClass("selected"),t.removeClass("selected").addClass("unselected"),o.removeClass("selected").addClass("unselected"),$afe.select("#schedpref").addClass("hidden"),$afe.select(".timeTable #daytimetable").removeClass("hidden"))}WP=WP||{},WP.Controls=WP.Controls||{},void 0===WP.Controls.ProgressSpinner&&(WP.Controls.ProgressSpinner=function WP$Controls$ProgressSpinner(e,t,o,a){t=t||"Please wait...",o=o||"block",a=a||64;var s,n=createElement("div","progbar","progbar"),l=createImage("","","spinner64.gif",t),r=createElement("div","progbar","progbartext");return this.isHidden=!1,l.style.display=o,l.height=a,l.width=a,r.style.display=o,$T(r,t),n.appendChild(l),n.appendChild(r),e.appendChild(n),"hidden"===e.className&&(e.className=""),this.remove=function(){e.removeChild(n)},this.updateLabel=function(e){$T(r,e)},this.hide=function(){if(!0===this.isHidden)return!0;s=n.style.display,n.style.display="none",this.isHidden=!0},this.show=function(){this.isHidden=!1,n.style.display=s},SetActivity(),s=n.style.display,this}),void 0===WP.Controls.InfoButton&&(WP.Controls.InfoButton=function WP$Controls$InfoButton(e,t,o,a,s,n,l,r,d,i,c,u,p,f,h){$$WP.Debug.log("This function is deprecated. Do not use it in new development. If you are calling this function from a .NET activity, you *MUST* use $$WP.UI.InfoBubble instead.");var m,C,v,P,W,$,I=$afe.jq(e);return p=p||"",f=f||"",$="popup_"+(o=o||"popupdiv"),a||""===a||(a="Instructions:"),P=WP.DOM.Browser.isFirefox?" ":"",s||(s=P),m=$afe.jq(document.createElement("a")).safeAttr("href","#").safeAttr("role","tooltip").addClass("popupinstructionsicon").safeAttr("title",s),h&&m.removeAttr("title").safeAttr("role","button").safeAttr("aria-label",s).safeAttr("aria-describedby",$),!0===u&&(m=I.safeWrapAll(m).parent()),m.on("click",(function(){return!1})),i&&m.prop("tabindex",i),r&&m.on("click",r),!0!==u&&(d&&d.length>0?m.safeAppend(dangerou$.parseHtml("<span>"+d+"</span>")):(c||(c="images/info.png"),W="See Instructions.",p&&f&&(W=$$WP.Strings.get(p,f)),m.safeAppend($afe.jq(document.createElement("img")).safeAttr("src",makeStaticLink(c)).safeAttr("alt",W).safeAttr("data-altnode",p)))),C=$$WP.SimpleTemplates.Div({class:"popupInstructions card extraWide hidden",id:$,title:""}),dangerou$.setHtml(C,t),""!==a&&(v=$afe.jq(document.createElement("span")).addClass("header"),dangerou$.setHtml(v,a),C.safePrepend(v)),!0===u&&(I=m.safeWrapAll($afe.jq(document.createElement("div")).addClass("popupiconcontainer")).parent()),I.safeAppend(m),I.safeAppend(C),h||($endanchor=$$WP.SimpleTemplates.Anchor({href:"#",class:"clearlabel clickable","data-id":"endanchor"}),I.safeAppend($endanchor),$endanchor.keyup((function(e){$$WPUtil.handlePopupEndAnchor(e,f)}))),$$WPUtil.addSinglePopupListener(I,f,!0),!0}),void 0===WP.Controls.Recaptcha&&(WP.Controls.Recaptcha={},WP.Controls.Recaptcha.showReCAPTCHA=function(e,t,o){var a={};a.lang=t,a.callback=WP.Controls.Recaptcha.callback,a.tabindex=a.x,Recaptcha.create(o,e,a)},WP.Controls.Recaptcha.callback=function(){try{var e=document.getElementById("recaptcha_response_field").placeholder;$afe.select("#recaptcha_response_placeholder").text(e)}catch(e){}},WP.Controls.Recaptcha.doCheck=function(){var e,t,o=document.getElementById("g-recaptcha-response"),a=document.getElementById("newquestion"),s=document.getElementById("questionanswer"),n=document.getElementById("twofactorcode"),l=!0,r=document.getElementById("newpasswd"),d=document.getElementById("verifypasswd");return t=function(e,t,o){var a=!1;return""!==o&&(l&&e.focus(),l=!1,a=!0),$T(document.getElementById(t),o),a},n&&t(n,"twofactorcodealert",n.value?"":"The code is required."),o&&t(o,"captchaalert",o.value?"":"You must respond to the CAPTCHA above to finish logging in."),s&&t(s,"questionansweralert",s.value?"":"The answer to your security question is required."),a&&(e="","SELECT"===a.tagName?"0"===a.value&&(e="The security question is required."):a.value||(e="The security question is required."),t(a,"questionalert",e),l&&s.value&&-1!==a.value.indexOf(s.value)&&t(s,"questionansweralert","The answer to your security question cannot be contained within the question itself.")),r&&(t(r,"newpassalert",r.value?"":"You must enter a new password.")||t(r,"retypepassalert",d.value?"":"You must retype the password.")||t(r,"retypepassalert",d.value!==r.value?"Your new password and the retyped password are not the same.":"")),l&&WP.Events.cancelBeforeUnload(),l},WP.Controls.Recaptcha.formatCode=function WPControls$formatTwoAuth(){var e=document.getElementById("twofactorcode"),t=e.value;t=t.toUpperCase(),e.value=t.replace(/^\s+|s+$/g,"")}),WP.Controls.Browse=WP.Controls.Browse||{},WP.Controls.Browse.getTimeOutFun=function(e,t){return function(){t===e.timeOutChecks&&!0===e.uploading&&(e.src=$$WPUtil.addUrlParameter(e.src,"Error","waytoobig"),e.timedOut=!0,WP.Events.addListener(e.nextElement,"keydown",e.nextElemTab),WP.Events.addListener(e.previousElement,"keydown",e.prevElemTab))}},void 0===WP.Controls.ScrollIndicator&&(WP.Controls.ScrollIndicator={},WP.Controls.ScrollIndicator._didBindRedrawHandler=!1,WP.Controls.ScrollIndicator.addTo=function(e,t){var o=$afe.jq(e),a=o.parent();a.find(".scrollIndicator").length>0||(o.safeBefore($afe.jq(document.createElement("span")).addClass("scrollIndicator right")),o.safeBefore($afe.jq(document.createElement("span")).addClass("scrollIndicator left")),o.addClass("hasScrollIndicator"),a.children(".scrollIndicator.left"),a.children(".scrollIndicator.right"),a.on("click touchstart",".scrollIndicator",(function(a){var s,n=$afe.jq(this).hasClass("left")?-1:1;s=t||.25*e.clientWidth,o.animate({scrollLeft:"+="+n*s},200),a.preventDefault()})),e.draw=WP.Controls.ScrollIndicator.Draw,e.draw(),o.on("scroll touchmove",WP.Controls.ScrollIndicator.UpdateScrollIndicatorOpacity),this._didBindRedrawHandler||(this._didBindRedrawHandler=!0,$afe.jq(window).on("resize orientationchange",WP.Controls.ScrollIndicator.RedrawIndicators)))},WP.Controls.ScrollIndicator.UpdateScrollIndicatorOpacity=function(){var e=this.scrollWidth-this.clientWidth,t=$afe.jq(this).parent(),o=1,a="visible";(o=1*Math.min(1,$afe.jq(this).scrollLeft()/15))<=0&&(a="hidden"),t.children(".scrollIndicator.left").css({opacity:o,visibility:a}),a="visible",(o=1*Math.min(1,(e-15-$afe.jq(this).scrollLeft())/15))<=0&&(a="hidden"),t.children(".scrollIndicator.right").css({opacity:o,visibility:a})},WP.Controls.ScrollIndicator.Draw=function(){var e=$afe.jq(this),t=$afe.jq(this).parent(),o=t.children(".scrollIndicator.left"),a=t.children(".scrollIndicator.right");this.scrollWidth<=this.clientWidth?t.find(".scrollIndicator").css("opacity",0):($.proxy(WP.Controls.ScrollIndicator.UpdateScrollIndicatorOpacity,this)(),t.find(".scrollIndicator").css({top:this.offsetTop,height:this.clientHeight}),Math.round(e.position().left)!==Math.round(o.position().left)&&o.css("left",e.position().left),Math.round(e.position().left+this.clientWidth)!==Math.round(a.position().left+a.width())&&a.css("left",e.position().left+this.clientWidth-a.width()))},WP.Controls.ScrollIndicator.RedrawIndicators=function(e){var t=0;"resize"===e.type&&(t=10),setTimeout((function(){$afe.select(".hasScrollIndicator").each((function(){this.draw&&this.draw()}))}),t)}),void 0===WP.Controls.UploadButtonFocus&&(WP.Controls.UploadButtonFocus={},WP.Controls.UploadButtonFocus._divButtonID,WP.Controls.UploadButtonFocus.startListener=function(e){window.addEventListener("message",WP.Controls.UploadButtonFocus.messageResponse),WP.Controls.UploadButtonFocus._divButtonID=e},WP.Controls.UploadButtonFocus.messageResponse=function(e){var t=$afe.select("#"+WP.Controls.UploadButtonFocus._divButtonID);"uploadFocus"===e.data?t.addClass("uploadButtonFocus"):"uploadBlur"===e.data&&t.removeClass("uploadButtonFocus")},WP.Controls.UploadButtonFocus.uploadFocus=function(){origin=window.location.href,parent.postMessage("uploadFocus",origin)},WP.Controls.UploadButtonFocus.uploadBlur=function(){origin=window.location.href,parent.postMessage("uploadBlur",origin)});;
WP=WP||{},WP.Controls=WP.Controls||{},WP.Controls.Menu=function WP$Controls$Menu(){};;
function specialEffects(){var e;if(e=window.location.toString(),setScannedImageSize(),-1==e.indexOf("printmode"))try{setupTabbedSections()}catch(e){}if($afe.select(".report .rpt.Universal").length||resizeLargeImgAndTable(),"function"==typeof loadGraphs)try{loadGraphs()}catch(e){}$afe.select("form:not(.withAutoComplete)").safeAttr("autocomplete","off"),$afe.select("input:not(.withAutoComplete)").safeAttr("autocomplete","off"),e.indexOf("printmode")>0&&-1===e.indexOf("printquestionnaire")&&adjustForPrintMode(),doTextHighlight(),setupButtoncheck()}function adjustForPrintMode(){var e,t,a,n,i,o,s;for(a=(t=document.querySelector("#main, #datatile")).getElementsByTagName("a"),e=0;e<a.length;e++)a[e].href="",a[e].onclick="",a[e].removeAttribute("href"),a[e].removeAttribute("onclick"),a[e].removeAttribute("title"),a[e].removeAttribute("target");for(n=t.getElementsByTagName("tr"),e=0;e<n.length;e++)n[e].onclick="",n[e].removeAttribute("onclick"),n[e].removeAttribute("title");for(i=t.getElementsByTagName("input"),e=0;e<i.length;e++)i[e].disabled=!0;for(o=t.getElementsByTagName("select"),e=0;e<o.length;e++)o[e].disabled=!0;for(s=t.getElementsByTagName("textarea"),e=0;e<s.length;e++)s[e].disabled=!0;simulatePrintMedia()}function simulatePrintMedia(){var e=document.styleSheets;for(var t of e){var a=t.cssRules;for(var n of a)if(n.type===CSSRule.MEDIA_RULE){n.media;n.conditionText.indexOf("print")>=0?n.media.mediaText+=", screen":n.conditionText.indexOf("screen")>=0&&(n.media.mediaText="disabled")}}}function doTextHighlight(){var e,t,a,n,i,o,s,l,r,d,c;if(null!==(e=document.getElementById("hilitefxform"))&&null!==(i=document.getElementById("hilitefxid"))&&null!=(o=i.value)&&0!==o.length&&null!==document.getElementById(o)&&null!==(t=e.getElementsByTagName("input")))for((l=new Array(3))[0]=document.getElementsByTagName("TD"),l[1]=document.getElementsByTagName("DIV"),l[2]=document.getElementsByTagName("SPAN"),r=0;r<l.length;r+=1)for(d=0;d<l[r].length;d+=1)if(c=l[r][d],containsClassName(c,"srchbl"))for(s=0;s<t.length;s+=1){if(null===(a=t[s]))return;null!==a.getAttribute("id")&&-1!==a.getAttribute("id").indexOf("hilitefxid")||(n=a.value).length>0&&$$WPUtil.highlightNodeText(c,n)}}function setupExpandableObject(e,t,a){var n,i,o,s;if("object"==typeof e&&(a||!(e.className.indexOf("expandable")<0)))for(n=t?function(){return expandElement(this),!1}:function(){return expandElementExcl(this),!1},i=e.children,o=0;o<i.length;o++)i[o].className.indexOf("clickable")>-1&&(collapseElement(i[o],n),i[o].onmouseover=function(){applyClass(this,"hover")},i[o].onmouseout=function(){removeClassNames(this,"hover")},"A"===(s=WP.DOM.Search.getNext(i[o])).nodeName.toUpperCase()&&(s.onfocus=function(){applyClass(this.parentNode,"hover")},s.onblur=function(){removeClassNames(this.parentNode,"hover")}))}function expandElement(e){setChildElmntDisp(e,!0),e.onclick=function(){return collapseElement(this,(function(){return expandElement(this),!1})),!1}}function collapseElement(e,t){setChildElmntDisp(e,!1),e.onclick=t}function expandElementExcl(e){var t,a,n;for(n=function(){return expandElementExcl(this),!1},t=e.parentNode.children,a=0;a<t.length;a++)t[a].className.indexOf("clickable")>-1&&collapseElement(t[a],n);setChildElmntDisp(e,!0),e.onclick=function(){return collapseElement(this,(function(){return expandElementExcl(this),!1})),!1}}function setChildElmntDisp(e,t){var a,n,i,o,s,l,r,d,c;if(null!==(r=e.getAttribute("id"))&&(r=r.substring(5,r.length)),null!==(a=document.getElementById(r))){for(n=e.getElementsByTagName("img"),i=a.children,"A"!==e.firstElementChild.nodeName||$$WPUtil.IsNullOrEmpty(e.firstElementChild.getAttribute("aria-expanded"))||(d=e.firstElementChild,c=!0),t?(o="rowopen.svg",s="",c&&d.setAttribute("aria-expanded","true")):(o="rowclosed.svg",s="none",c&&d.setAttribute("aria-expanded","false")),a.style.display=s,l=0;l<i.length;l++)i[l].style.display=s;n.length>0&&n[0].className.indexOf("icon")>-1&&$afe.jq(n[0]).safeAttr("src",makeStaticImageLink(o))}}function setupTabbedSections(){var e,t=$afe.select(".innertabs .membertab a");t.each((function(){var e=$(this),t=e.safeAttr("href").indexOf("#")>=0,a=void 0!==e.attr("onclick")||null!==e.prop("onclick"),n=void 0!==typeof jQuery&&void 0!==jQuery._data(this,"events")&&void 0!==jQuery._data(this,"events").click;isBillingDetailsTab=e.parent().hasClass("ba_detail_tab"),t&&!(a||n||isBillingDetailsTab)&&($(this).click(showTabbedSection),e.on("keydown","","",$$WP.Utilities.UI.NavTabsSpacebarHelper))})),null!==(e=document.location.toString().match("tabbedsec=tab_[A-Za-z0-9_]*"))&&e.length>0&&$afe.select("#"+e[0].split("=")[1]).click(),0===$afe.select(".innertabs .membertab.selected").length&&t.first().click()}function showTabbedSection(e){var t,a,n,i,o;if("mycondition"===$$WPUtil.queryString("mode")&&0!==$afe.select(".innertabs .membertab.selected").length)switch(e.currentTarget.id.substring(0,12)){case"tab_topic_1":o="325015",$$WPUtil.LogTabClick(o,1);break;case"tab_topic_2_":o="325016",$$WPUtil.LogTabClick(o,1);break;case"tab_topic_3":o="325017",$$WPUtil.LogTabClick(o,1);break;case"tab_topic_4":o="325018",$$WPUtil.LogTabClick(o,1);break;case"tab_topic_5":o="325019",$$WPUtil.LogTabClick(o,1);break;case"tab_topic_6":o="325020",$$WPUtil.LogTabClick(o,1);break;case"tab_topic_7":o="325021",$$WPUtil.LogTabClick(o,1);break;case"tab_topic_8":o="325022",$$WPUtil.LogTabClick(o,1);break;case"tab_topic_9":o="325023",$$WPUtil.LogTabClick(o,1);break;case"tab_topic_10":o="325024",$$WPUtil.LogTabClick(o,1)}if("string"==typeof e){if(0===(t=$afe.select("#"+e).parents(".membertab").first()).length)return void $$WP.Debug.logError("couldn't find tab with ID "+e)}else t=$afe.jq(this).parents(".membertab").first();return(i=t.parents(".innertabs").first().find(".membertab")).removeClass("selected"),i.find("a").safeAttr("aria-selected","false"),i.each((function(){sectionID=getTabSectionID($(this)),$afe.select("#"+sectionID).addClass("hidden")})),t.addClass("selected"),t.find("a").safeAttr("aria-selected","true"),!!(a=t.find("a").safeAttr("id"))&&(a=a.substring(4,a.length),(n=$afe.select("#"+a)).removeClass("hidden"),n.find(".component").not(".hidden").not(".loaded").each((function(){var e=$afe.jq(this),t=$$WPComp.getInstance(e.safeAttr("data-component-id"));t&&"function"==typeof t.refresh&&t.refresh()})),!1)}function getTabSectionID(e){return e.find("a").safeAttr("id").substring(4)}function setScannedImageSize(){var e,t,a;(e=document.getElementById("scan"))&&(t=e.width)>700&&(a=700*e.height/t,a-=a%1,t=700,e.style.height=a+"px",e.style.width=t+"px")}function adjustLightbox(){var e,t,a,n,i=document.getElementById("lightbox"),o=document.getElementById("wrap");if(i&&o){for(e=i.clientHeight,a=0;a<i.children.length;a++)e<(t=i.children[a]).clientHeight&&(e=t.clientHeight);if(window.innerHeight){if(e>window.innerHeight)return;n=window.pageYOffset+.5*(window.innerHeight-e)}else{if(e>document.documentElement.clientHeight)return;n=document.documentElement.scrollTop+.5*(document.documentElement.clientHeight-e)}(n-=parseInt(WP.DOM.Read.getStyle(o,"margin-top"),10))<0&&(n=0),i.style.marginTop=n+"px"}}function hideLightbox(){var e,t=$afe.select("#lightbox, #lightbox_overlay");0!==t.length&&(t.removeAttr("tabindex"),t.addClass("hidden"),setAriaHiddenForPage(!1),$afe.select("body").removeClass("showLightBox"),$afe.select("[data-root]").each((function(){$afe.jq(this).off("focus.popup"),$afe.jq(this).removeAttr("data-root")})),tryRunLighboxCallback(initLightbox.onCloseCallback),tryRunLighboxCallback(showLightBox.onCloseCallback),e=$afe.select(".lb_overlay:visible").length,$$WPUtil.UI.PDF&&$$WPUtil.UI.PDF.needIframeShim()&&$$WPUtil.UI.PDF.pageHasEmbeddedPdf()&&0==e&&$$WPUtil.UI.PDF.showPdfs())}function tryRunLighboxCallback(e){if("function"==typeof e){try{e()}catch(e){}try{delete e}catch(e){}}}function resetLightbox(){var e,t;e=$afe.select("#lightbox"),t=$afe.select("#lightbox_overlay"),$afe.select("body").removeClass("showLightBox"),e.safeAttr("style","").removeClass("hidden").empty(),t.safeAttr("style","").removeClass("hidden"),WP.Events&&(WP.Events.removeListener(window,"resize",adjustLightbox),WP.Events.removeListener(window,"scroll",adjustLightbox))}function initLightbox(e,t,a){if(!0!==$$WPUtil.isAbsoluteURL(e)){initLightbox.onCloseCallback=a||function(){};var n,i,o,s,l,r,d=document.getElementById("lightbox"),c=document.getElementById("lightbox_overlay");o={},i={},getFirstAndLastFocusableElements(document.body,o,"root"),d&&c?($(d).safeAttr("role","dialog"),$(d).safeAttr("aria-modal","true"),n=function(e){var a;dangerou$.setHtml(d,e),$afe.jq(d).add($afe.jq(c)).removeClass("hidden").css("display","block"),setAriaHiddenForPage(!0),$$WPUtil.UI.PDF&&$$WPUtil.UI.PDF.needIframeShim()&&$$WPUtil.UI.PDF.pageHasEmbeddedPdf()&&$$WPUtil.UI.PDF.hidePdfs(),adjustLightbox(),$afe.jq(d).safeAttr("tabindex",0),d.focus(),a=lightBoxKeyDownHandler(d,hideLightbox,i),WP.Events&&(WP.Events.addListener(window,"resize",(function(){null!==s&&window.clearTimeout(s),s=window.setTimeout(adjustLightbox,100)})),WP.Events.addListener(window,"scroll",(function(){null!==s&&window.clearTimeout(s),s=window.setTimeout(adjustLightbox,100)})),WP.Events.addListener(d,"keydown",a),l=addPopupRootElementFocusHandler(!0,i),r=addPopupRootElementFocusHandler(!1,i),$afe.jq(o.first).on("focus.popup",l),$afe.jq(o.first).on("focus.popup",r));var n,f=d.getElementsByTagName("script");for(n=0;n<f.length;n++)if(!1===$$WPUtil.isAbsoluteURL(f[n].getAttribute("src"))){var u=document.createElement("script");u.type="text/javascript",f[n].src&&(u.src=f[n].src),document.body.appendChild(u)}else console.error("Non-enduser message: Someone tried to include a script from outside of MyChart in the return value of a lightbox.  Potential phishing attempt.  This code was not executed.");WP.Utils.minifyElement($afe.select("#lightbox")),$afe.select(".ghostInput input, .ghostInput select, .ghostInput textarea").trigger("change"),"function"==typeof t&&t(),$afe.select("div#lightbox .lb_hide").off().on("click",(function(e){return $$WP.Utilities.HideLightbox(this),!1}))},$.ajax({url:e,success:n,method:"GET",data:{lb:"true"},error:function(){window.location=e}})):window.location.href=e}else console.error("Non-enduser message: Someone tried to execute a lightbox control from outside of MyChart.  Potential phishing attempt.  This code was not executed.")}function showLightBox(e,t){var a,n;a=document.getElementById("lightbox"),n=document.getElementById("lightbox_overlay"),dangerou$.setHtml(a,e),n.style.display="block",a.style.display="block",$afe.select("body").addClass("showLightBox"),$afe.jq(n).removeClass("hidden"),$afe.jq(a).removeClass("hidden"),showLightBox.onCloseCallback=t||function(){},$$WPUtil.UI.PDF&&$$$WPUtil.UI.PDF.needIframeShim()&&$$WPUtil.UI.PDF.pageHasEmbeddedPdf()&&$$WPUtil.UI.PDF.hidePdfs(),adjustLightbox(),WP.Events&&(WP.Events.addListener(window,"resize",adjustLightbox),WP.Events.addListener(window,"scroll",adjustLightbox)),$afe.jq(a).safeAttr("tabindex",0),a.focus()}function lightBoxKeyDownHandler(e,t,a){if(WP.Events){getFirstAndLastFocusableElements(e,a);var n=a.first,i=a.last;return KEYCODE_TAB=9,function(e){var a="Tab"===e.key||e.keyCode===KEYCODE_TAB;27!==e.keyCode?a&&(e.shiftKey?document.activeElement===n&&(i.focus(),e.preventDefault()):document.activeElement===i&&(n.focus(),e.preventDefault())):t()}}}function getFirstAndLastFocusableElements(e,t,a){var n=$afe.select('a[href], area[href], input:not([disabled],[type="hidden"]), select:not([disabled]), textarea:not([disabled]), button:not([disabled]), iframe, object, embed, *[tabindex], *[contenteditable]',e);t.first=n[0],t.last=n[n.length-1],a&&($afe.jq(t.first).attr("data-"+a,"first"),$afe.jq(t.last).attr("data-"+a,"last"))}function addPopupRootElementFocusHandler(e,t){return function rootElementReceivedFocus(a){var n;n=e?t.first:t.last,a.target===n||a.target.contains(n)||(n.focus(),a.preventDefault())}}var proxyPopup;"undefined"==typeof WP&&(WP={}),void 0===WP.Controls&&(WP.Controls={});var gotTheMessage=!1;function photoIframe(e){var t,a,n,i,o,s,l,r=document.getElementById("iframeproxypicker_"+e);i=r.parentElement.parentElement.parentElement.parentElement,l=document.createElement("div"),r.parentNode.parentNode.appendChild(l,r.parentNode),t=new WP.Controls.ProgressSpinner(l," ","inline"),o=document.getElementById("photoImg_"+e),t.hide(),r.writeError=function(e){var s;if(!n){if(e.length<2)return;a=WP.DOM.Create.tag("tr","tableRowMessage"),(n=WP.DOM.Create.tag("td","tableProxyMessage alert")).colSpan=4,a.appendChild(n),s=r.parentNode.parentNode.parentNode,getChild(s,0).rowSpan++,s.nextSibling?i.insertBefore(a,r.parentNode.parentNode.parentNode.nextSibling):i.appendChild(a)}dangerou$.setHtml(n,e),t.oldDisp&&(o.style.display=t.oldDisp),t.hide(),o.style.display=t.oldDisp||""},(s=document.getElementById("photodelete_"+e)).style.display=o.src.indexOf("ProxySilhouette.png")>0?"none":"",WP.Events.addListener(s,"click",(function(){var a;if(!1===t.isHidden)return r.src=r.src,t.hide(),o.style.display=t.oldDisp,s.style.display=o.src.indexOf("ProxySilhouette.png")>0?"none":"",void r.fixTabbing(r);o.src=makeStaticImageLink("ProxySilhouette.png"),(a=document.getElementById("photo_"+e)).value="",WP.Events.fireEvent(a,"change"),s.style.display="none",r.fixTabbing&&r.fixTabbing(r)})),r.beforeupload=function(){return t.show(),t.oldDisp=o.style.display,o.style.display="none",!0},r.viewer={addImage:function(){},transferToForm:function(){}},r.onupload=function(a,n,i,l){var d,c="When you click Save on the Personalize page, this photo will be saved to the medical record and visible to medical staff.";if(o.style.display=t.oldDisp,t.hide(),1!==a)return c="Only images may be used as your patient photo.",void r.writeError(c);(d=document.getElementById("photo_"+e)).value="showfile.asp?key="+l,WP.Events.fireEvent(d,"change"),o.src="showfile.asp?key="+l,s.style.display="",r.nextElement=s,!1===gotTheMessage&&(gotTheMessage=!0,WP.Events.addListener(o,"load",(function(){c.length&&window.setTimeout((function(){alert(c)}),50)}),!0))},proxyPopup||((proxyPopup=document.getElementById("popupphotopopup")).parentElement.removeChild(proxyPopup),document.getElementById(i.parentElement.id+"_col0").appendChild(proxyPopup))}function updateSilhouetteColor(e,t){var a,n=document.getElementById("photoImg_"+t),i=e.nextSibling;(a=i.className.match(/color\d/,""))&&a[0]&&(a=a[0]),removeClassNames(i,a),applyClass(i,escape(e.value)),n&&(removeClassNames(n,a),applyClass(n,escape(e.value)))}var showFlyout=function showFlyout(e){var t,a;t=$afe.select("#flyout"),removeClassNames(t[0],"collapsed"),"keyboard"===e.data.trigger&&(a=t.find("a.flyoutitem").not(".chosen")).length>0&&a[0].focus()},hideFlyout=function hideFlyout(){var e=document.getElementById("flyout");applyClass(e,"collapsed")};function setupMyCondNav(){var e;$afe.select("#flyout")&&($afe.select("body").on({focus:hideFlyout,click:showFlyout},"#flyoutprompt",{trigger:"keyboard"}).on({mouseleave:hideFlyout,mouseenter:showFlyout},"#flyout, #flyoutprompt",{trigger:"mouse"}).on({focus:hideFlyout},"#innertabs .tab a"),(e=$afe.select(".innertabs .tab"))&&applyClass(e[e.length-1],"lasttab"))}function resizeLargeImgAndTable(){var e,t;$afe.select(".report table").each((function(){var a;(e=$afe.jq(this).find("img")).length>0&&($afe.jq(this).addClass("tableLayoutFixed"),e.each((function(){t=$afe.jq(this).parent().width(),$afe.jq(this).safeAttr("width")>t&&"large_img"!=$afe.jq(this).parent().prop("className")&&(a=$$WP.SimpleTemplates.Div({class:"large_img"}),$afe.jq(this).safeWrap(a))})))})),$afe.select(".section#summary table,.section#discharge table,.section#patedu table,.section#instructions table,.report table,body.md_letters .section table").each((function(){var e;t=$afe.jq(this).parent().width(),$afe.jq(this).safeAttr("width")>t&&(e=$$WP.SimpleTemplates.Div({class:"table_wrapper"}),$afe.jq(this).safeWrap(e))})),$afe.select(".section#summary img,.section#discharge img,.section#patedu img,.section#instructions img,body.md_letters .section img").each((function(){var e;t=$afe.jq(this).parent().width(),$afe.jq(this).safeAttr("width")>t&&"large_img"!=$afe.jq(this).parent().prop("className")&&(e=$$WP.SimpleTemplates.Div({class:"large_img"}),$afe.jq(this).safeWrap(e))}))}function showPopup(e,t,a,n){$$WPUtil.quickPopup(new $$WPComp.ConfirmComponent({callback:function(e){e?$afe.select("#lightbox_overlay").css("display","none"):($afe.select("#DECLINE").prop("onclick",null),$afe.select("#DECLINE").off(),$afe.select("#DECLINE").click())},ToolbarButtons:[{Text:a,Class:"otherbutton"},{Text:n,Class:"inlinedelete"}],TitleText:e,Html:t,AffirmButtonIndex:0,forcePrompt:!0,IsClosable:!0}),{Size:$$WP.Containers.Popup.SizeEnum.SMALL})}function SMSLightbox(e,t,a,n,i){var o,s,l,r;if(SMSLightbox._isSMSOn=$afe.select("[name=orig_sms_on]").safeAttr("value"),"1"===SMSLightbox._isSMSOn){if(o="inlinedelete","1"===$afe.select("input[name='reqBillTklr']").val()&&"1"===$afe.select("input[name='paperlessSignup']").val())for(l=$afe.select("[name='orig_events']").val(),s=3;s<6;s++)if(-1!==(r=l.indexOf("tklr^"+s))&&l.charAt(r+8)){SMSLightbox._turnEmailOn=!0,t=a;break}}else"0"===SMSLightbox._isSMSOn&&(o="completeworkflow");$$WPUtil.quickPopup(new $$WPComp.ConfirmComponent({callback:function(e){var t,a,n;if(e)if(SMSLightbox._turnEmailOn){for(n=3;n<6;n++)$afe.select("#tklr_"+n+"_smtp").prop("checked")||$afe.select("#tklr_"+n+"_smtp").prop("checked",!0);$afe.select("[name=sms_on]").safeAttr("value",0),$afe.select("input#submitform").click()}else"1"===SMSLightbox._isSMSOn?a=0:"0"===SMSLightbox._isSMSOn&&(a=1),t=$afe.select('#PrefsForm [name="sec_token"]').safeAttr("value"),$.ajax({url:makeLink("inside.asp?mode=patprefs&co=true"),type:"post",data:{sec_token:t,SMSFlag:a},error:$$WPUtil.DisplayAjaxError,success:function(e){var t;e&&($afe.select(".smsswitchlink").remove(),t=dangerou$.parseHtml(e).find(".smsswitchlink"),"0"===SMSLightbox._isSMSOn?(t.safeInsertAfter($afe.select("table[id^=prefs]")),$afe.select('input[id$="sms"]').removeAttr("disabled").prop("disabled",!1),$afe.select('td[headers$="col2"]').removeClass("greyoutbackground"),$afe.select("[name=sms_on]").safeAttr("value",1),$afe.select("[name=orig_sms_on]").safeAttr("value",1)):"1"===SMSLightbox._isSMSOn&&(t.safeInsertAfter($afe.select("table[id^=prefs] thead")),$afe.select('input[id$="sms"]').prop("disabled",!0),$afe.select('td[headers$="col2"]').addClass("greyoutbackground"),$afe.select("[name=sms_on]").safeAttr("value",0),$afe.select("[name=orig_sms_on]").safeAttr("value",0)))}})},ToolbarButtons:[{Text:n,Class:o},{Text:i,Class:"otherbutton"}],TitleText:e,Html:t,AffirmButtonIndex:0,forcePrompt:!0,IsClosable:!0}),{Size:$$WP.Containers.Popup.SizeEnum.MEDIUM,HasBackButton:!1})}function setupButtoncheck(e){var t;(t=(e=e||$afe.select("body")).find("p.buttoncheck")).find("input.buttoncheck:checked").parent().addClass("checked").safeAttr("aria-checked","true"),t.find("input.buttoncheck[disabled]").parent().addClass("disabled"),t.find("input.buttoncheck").change("checked",(function(){var e=$afe.jq(this).parent("p");e.toggleClass("checked"),e.hasClass("checked")?e.removeClass("unchecked").safeAttr("aria-checked","true"):e.addClass("unchecked").safeAttr("aria-checked","false")}))}function setAriaHiddenForPage(e){var t=[];for(addIdToArray("header",t),addIdToArray("footer",t),addIdToArray("content",t),addIdToArray("menu-container",t),addIdToArray("toastWrapper",t),i=0;i<t.length;i++)t[i].setAttribute("aria-hidden",e)}function addIdToArray(e,t){var a=document.getElementById(e);a&&t.push(a)}SMSLightbox._isSMSOn=null,SMSLightbox._turnEmailOn=null;;
/*! Copyright (c) Epic Systems Corporation 2011 - 2016 */
"function"!=typeof String.prototype.trim&&(String.prototype.trim=function(){return this.replace(/^\s+|\s+$/g,"")}),"undefined"==typeof WP&&(WP={}),void 0===WP.Strings&&(WP.Strings={}),WP.Strings.isEmpty=function(t){return 0===WP.Strings.lTrim(t).length},WP.Strings.lTrim=function(t){return t.replace(/^\W+/g,"")},WP.Strings.getTextWidth=function(t,i){var n,e,s;return t&&i?(s=$afe.jq(i),(n=dangerou$.parseHtml("<div>"+t+"</div>")).css({position:"absolute",float:"left","white-space":"nowrap",visibility:"hidden",width:"auto"}),n.css({"font-style":s.css("font-style"),"font-variant":s.css("font-variant"),"font-weight":s.css("font-weight")}),n.css({"font-size":s.css("font-size"),"font-family":s.css("font-family"),"line-height":s.css("line-height")}),n.safeAppendTo(document.body),e=n.width(),n.remove(),e):0};;
/*! Copyright (c) Epic Systems Corporation 2014 - 2016 */
$$WPUtil.guaranteeExistence($$WP,"Behaviors");var $$WPBehav=$$WP.Behaviors;$$WPBehav.AnimateHeights={add:function WPBehav$AnimateHeights$add(e){var t,i,a,n,s,h,o,g;if(s=e.$container.get(0),t=WP.DOM.Read.getStyle(s,"height"),i=WP.DOM.Read.getStyle(s,"max-height"),a=WP.DOM.Read.getStyle(s,"min-height"),e.$container.on(WP.Events.TRANSITION_END_STR,null,(function(e){e&&e.target&&!$afe.jq(e.target).hasClass("component")||($afe.jq(this).removeClass("capped"),$afe.jq(window).trigger("componentRendered"),$afe.select("#footer").removeClass("moving"))})),(g=e.$container.closest(".filledContainer")).length||(g=null),n=t.indexOf("%")>-1?parseFloat(t,10):$$WPUtil.cssValueToPixels(t),!isNaN(n)){if(t.indexOf("%")>-1){if(!g)throw"Components with a percentage based height must be a child (or child of a child) of an element with the filledContainer class.  The percentage of the height will be a percentage of this filled container's height.";return g.on("resize",{percentage:n/100,of:g,component:e},this._recalculatePercentageBasedHeight),void(e.__$heightHolder=g)}return e.$container.css("height",n+"px"),e.addEventListener("resize",this._maintainFixedHeight),void(g&&g.css("height",Math.max(g.contentHeight(),n)+"px"))}o=$$WPUtil.cssValueToPixels(a),e.$container.css("height",o+"px"),g&&g.css("height",Math.max(g.contentHeight(),o)+"px"),h=$$WPUtil.cssValueToPixels(i),isNaN(h)?h=99999:99999!==h&&e.$content.css("overflow","hidden"),o!==h?(e._animationData={$heightHolder:g,minHeight:o,maxHeight:h,component:e},e.addEventListener("resize",this._adjustHeightToFitContent)):e.addEventListener("resize",this._maintainFixedHeight)},remove:function(e){e.removeEventListener("resize",this._adjustHeightToFitContent),e.removeEventListener("resize",this._maintainFixedHeight),e.__$heightHolder&&e.__$heightHolder.off("resize",this._recalculatePercentageBasedHeight)},_maintainFixedHeight:function WPBehav$AnimateHeights$_maintainFixedHeight(e){var t,i;t=$afe.jq(e.currentTarget),i=$$WPUtil.cssValueToPixels(t.css("height")),$$WPComp.getInstance(t.safeAttr("data-component-id")).capHeight(i)},_adjustHeightToFitContent:function WPBehav$AnimateHeights$_adjustHeightToFitContent(e,t){var i,a=!1;return t&&(isNaN(t.delta)?a=!0===t.forceShrink:(i=isNaN(this.__containerTargetHeight)?$$WPUtil.cssValueToPixels(this.$container.css("height")):this.__containerTargetHeight,(i+=t.delta)<0&&(i=0),this.__containerTargetHeight=i,this.$container.css("height",i+"px"),!0===t.allowGrowth&&(i=""))),$$WPBehav.AnimateHeights._setAppropriateHeight(this.$container,this._animationData.minHeight,this._animationData.maxHeight,this._animationData.$heightHolder,i,a),!1},_recalculatePercentageBasedHeight:function WPBehav$AnimateHeights$_recalculatePercentageBasedHeight(e){var t;t=$$WPUtil.cssValueToPixels(e.data.of.inlineStyle("height"))*e.data.percentage,isNaN(t)&&(t=(e.data.of.contentHeight()-$afe.jq(this).heightMargin())*e.data.percentage),$$WPBehav.AnimateHeights._setAppropriateHeight(e.data.component.$container,t,t,null,t)},_setAppropriateHeight:function WPBehav$AnimateHeights$_setAppropriateHeight(e,t,i,a,n,s){var h,o,g,r,c,l;h=e.get(0).style.height,r=a&&a.length,t=t||0,i=i||99999,l=$$WPComp.getInstance(e.safeAttr("data-component-id")),e.addClass("isanimating"),($$WPUtil.isNaN(n)||n<0)&&(c=e.children(".content"),$$WPComp.isComponent(l)&&!isNaN(l.__containerTargetHeight)?l.__containerTargetHeight:$$WPUtil.cssValueToPixels(c.css("height")),c.css("height","auto"),s&&e.css("height","auto"),n=e.contentHeight(),s&&e.css("height",h),r&&(n=Math.max(n,$$WPUtil.cssValueToPixels(a.inlineStyle("height"))))),e.removeClass("isanimating"),o=Math.min(Math.max(t,n),i),g=l.__containerTargetHeight!==o,l.__containerTargetHeight=o,o+="px",g?(s||(e.addClass("capped"),$afe.select("#footer").addClass("moving"),setTimeout((function(){$afe.select("#footer").removeClass("moving")}),500)),e.css("height",o),e.hasClass("component")&&!isNaN(i)&&(l.capHeight(i),a&&a.inlineStyle("height")!==o&&(a.css("height",o),a.find(".component").trigger("resize")))):99999!==i&&l.capHeight(i)}},$$WP.Behaviors.matchRowHeights=function(e,t){var i,a,n="",s=0,h=0,o=0;e.find(t).each((function(){var g=$afe.jq(this);0!==g.length&&(i=g.outerHeight(),a=g.offset().top,g.css("min-height",i),h!==a?((s+=1)>1&&e.find(t+"."+n).css("height",o),n="row"+s,h=a,o=i):o<i&&(o=i),g.addClass(n)),""!==n&&e.find(t+"."+n).css("height",o)}))};;
!function(){var e=Handlebars.template,n=$$WP.Templates=$$WP.Templates||{};(n=n.Core=n.Core||{}).loggingout=e({compiler:[8,">= 4.3.0"],main:function(e,n,t,a,o){var i=null!=n?n:e.nullContext||{},r=e.hooks.helperMissing,l=e.escapeExpression,g=e.lookupProperty||function(e,n){if(Object.prototype.hasOwnProperty.call(e,n))return e[n]};return"  <div>"+l((g(t,"getStringResource")||n&&g(n,"getStringResource")||r).call(i,"LoggingOutMessage","Core.LoggingOutPopup",{name:"getStringResource",hash:{},data:o,loc:{start:{line:1,column:8},end:{line:1,column:72}}}))+'</div><div><img alt="'+l((g(t,"getStringResource")||n&&g(n,"getStringResource")||r).call(i,"LoggingOutMessage","Core.LoggingOutPopup",{name:"getStringResource",hash:{},data:o,loc:{start:{line:1,column:93},end:{line:1,column:157}}}))+'" src="'+l((g(t,"makeStaticLink")||n&&g(n,"makeStaticLink")||r).call(i,"images/spinner_barbershop.gif",{name:"makeStaticLink",hash:{},data:o,loc:{start:{line:1,column:164},end:{line:1,column:214}}}))+'" /></div>'},useData:!0})}();;
!function(){var l=Handlebars.template,n=$$WP.Templates=$$WP.Templates||{};(n=n.Core=n.Core||{}).ButtonBar=l({compiler:[8,">= 4.3.0"],main:function(l,n,e,t,o){var a,r,u=null!=n?n:l.nullContext||{},i=l.lookupProperty||function(l,n){if(Object.prototype.hasOwnProperty.call(l,n))return l[n]};return'<div class="'+l.escapeExpression("function"==typeof(r=null!=(r=i(e,"Class")||(null!=n?i(n,"Class"):n))?r:l.hooks.helperMissing)?r.call(u,{name:"Class",hash:{},data:o,loc:{start:{line:1,column:63},end:{line:1,column:72}}}):r)+'"><div class="titlebarblurbackground" ></div>'+(null!=(a=i(e,"if").call(u,null!=n?i(n,"Image"):n,{name:"if",hash:{},fn:l.program(1,o,0),inverse:l.noop,data:o,loc:{start:{line:1,column:117},end:{line:1,column:309}}}))?a:"")+(null!=(a=i(e,"if").call(u,null!=n?i(n,"SupportsAriaLabel"):n,{name:"if",hash:{},fn:l.program(5,o,0),inverse:l.program(8,o,0),data:o,loc:{start:{line:1,column:309},end:{line:1,column:498}}}))?a:"")+(null!=(a=i(e,"if").call(u,null!=n?i(n,"ExpandBtn"):n,{name:"if",hash:{},fn:l.program(11,o,0),inverse:l.noop,data:o,loc:{start:{line:1,column:498},end:{line:1,column:877}}}))?a:"")+(null!=(a=i(e,"if").call(u,null!=n?i(n,"Buttons"):n,{name:"if",hash:{},fn:l.program(20,o,0),inverse:l.noop,data:o,loc:{start:{line:1,column:877},end:{line:1,column:1528}}}))?a:"")+"</div> "},1:function(l,n,e,t,o){var a,r=l.lookupProperty||function(l,n){if(Object.prototype.hasOwnProperty.call(l,n))return l[n]};return null!=(a=r(e,"if").call(null!=n?n:l.nullContext||{},null!=(a=null!=n?r(n,"Image"):n)?r(a,"Src"):a,{name:"if",hash:{},fn:l.program(2,o,0),inverse:l.noop,data:o,loc:{start:{line:1,column:130},end:{line:1,column:302}}}))?a:""},2:function(l,n,e,t,o){var a,r=l.lambda,u=l.escapeExpression,i=l.lookupProperty||function(l,n){if(Object.prototype.hasOwnProperty.call(l,n))return l[n]};return'<a href="#" data-id="-1" '+(null!=(a=i(e,"if").call(null!=n?n:l.nullContext||{},null!=(a=null!=n?i(n,"Image"):n)?i(a,"Class"):a,{name:"if",hash:{},fn:l.program(3,o,0),inverse:l.noop,data:o,loc:{start:{line:1,column:172},end:{line:1,column:221}}}))?a:"")+'><img alt="'+u(r(null!=(a=null!=n?i(n,"Image"):n)?i(a,"Alt"):a,n))+'" title="'+u(r(null!=(a=null!=n?i(n,"Image"):n)?i(a,"Alt"):a,n))+'" src="'+u(r(null!=(a=null!=n?i(n,"Image"):n)?i(a,"Src"):a,n))+'" /></a>'},3:function(l,n,e,t,o){var a,r=l.lookupProperty||function(l,n){if(Object.prototype.hasOwnProperty.call(l,n))return l[n]};return'class="'+l.escapeExpression(l.lambda(null!=(a=null!=n?r(n,"Image"):n)?r(a,"Class"):a,n))+'"'},5:function(l,n,e,t,o){var a,r=l.lookupProperty||function(l,n){if(Object.prototype.hasOwnProperty.call(l,n))return l[n]};return null!=(a=(r(e,"ifNotNullOrEmpty")||n&&r(n,"ifNotNullOrEmpty")||l.hooks.helperMissing).call(null!=n?n:l.nullContext||{},null!=n?r(n,"Text"):n,{name:"ifNotNullOrEmpty",hash:{},fn:l.program(6,o,0),inverse:l.noop,data:o,loc:{start:{line:1,column:334},end:{line:1,column:419}}}))?a:""},6:function(l,n,e,t,o){var a,r=null!=n?n:l.nullContext||{},u=l.hooks.helperMissing,i="function",c=l.escapeExpression,s=l.lookupProperty||function(l,n){if(Object.prototype.hasOwnProperty.call(l,n))return l[n]};return'<h2 id="'+c(typeof(a=null!=(a=s(e,"AriaLabelID")||(null!=n?s(n,"AriaLabelID"):n))?a:u)===i?a.call(r,{name:"AriaLabelID",hash:{},data:o,loc:{start:{line:1,column:368},end:{line:1,column:383}}}):a)+'">'+c(typeof(a=null!=(a=s(e,"Text")||(null!=n?s(n,"Text"):n))?a:u)===i?a.call(r,{name:"Text",hash:{},data:o,loc:{start:{line:1,column:385},end:{line:1,column:393}}}):a)+"</h2>"},8:function(l,n,e,t,o){var a,r=l.lookupProperty||function(l,n){if(Object.prototype.hasOwnProperty.call(l,n))return l[n]};return null!=(a=(r(e,"ifNotNullOrEmpty")||n&&r(n,"ifNotNullOrEmpty")||l.hooks.helperMissing).call(null!=n?n:l.nullContext||{},null!=n?r(n,"Text"):n,{name:"ifNotNullOrEmpty",hash:{},fn:l.program(9,o,0),inverse:l.noop,data:o,loc:{start:{line:1,column:427},end:{line:1,column:491}}}))?a:""},9:function(l,n,e,t,o){var a,r=l.lookupProperty||function(l,n){if(Object.prototype.hasOwnProperty.call(l,n))return l[n]};return"<h2>"+l.escapeExpression("function"==typeof(a=null!=(a=r(e,"Text")||(null!=n?r(n,"Text"):n))?a:l.hooks.helperMissing)?a.call(null!=n?n:l.nullContext||{},{name:"Text",hash:{},data:o,loc:{start:{line:1,column:457},end:{line:1,column:465}}}):a)+"</h2>"},11:function(l,n,e,t,o){var a,r=null!=n?n:l.nullContext||{},u=l.lookupProperty||function(l,n){if(Object.prototype.hasOwnProperty.call(l,n))return l[n]};return'<a href="#" data-id="'+(null!=(a=u(e,"if").call(r,null!=(a=null!=n?u(n,"ExpandBtn"):n)?u(a,"Identifier"):a,{name:"if",hash:{},fn:l.program(12,o,0),inverse:l.noop,data:o,loc:{start:{line:1,column:536},end:{line:1,column:595}}}))?a:"")+'" class="pocexpand '+(null!=(a=u(e,"if").call(r,null!=(a=null!=n?u(n,"ExpandBtn"):n)?u(a,"Class"):a,{name:"if",hash:{},fn:l.program(14,o,0),inverse:l.program(16,o,0),data:o,loc:{start:{line:1,column:614},end:{line:1,column:682}}}))?a:"")+'">'+(null!=(a=u(e,"if").call(r,null!=(a=null!=n?u(n,"ExpandBtn"):n)?u(a,"Image"):a,{name:"if",hash:{},fn:l.program(18,o,0),inverse:l.noop,data:o,loc:{start:{line:1,column:684},end:{line:1,column:848}}}))?a:"")+l.escapeExpression(l.lambda(null!=(a=null!=n?u(n,"ExpandBtn"):n)?u(a,"Text"):a,n))+"</a>"},12:function(l,n,e,t,o){var a,r=l.lookupProperty||function(l,n){if(Object.prototype.hasOwnProperty.call(l,n))return l[n]};return l.escapeExpression(l.lambda(null!=(a=null!=n?r(n,"ExpandBtn"):n)?r(a,"Identifier"):a,n))},14:function(l,n,e,t,o){var a,r=l.lookupProperty||function(l,n){if(Object.prototype.hasOwnProperty.call(l,n))return l[n]};return l.escapeExpression(l.lambda(null!=(a=null!=n?r(n,"ExpandBtn"):n)?r(a,"Class"):a,n))},16:function(l,n,e,t,o){return"otherbutton"},18:function(l,n,e,t,o){var a,r=l.lambda,u=l.escapeExpression,i=l.lookupProperty||function(l,n){if(Object.prototype.hasOwnProperty.call(l,n))return l[n]};return'<img title="'+u(r(null!=(a=null!=(a=null!=n?i(n,"ExpandBtn"):n)?i(a,"Image"):a)?i(a,"Title"):a,n))+'" alt="'+u(r(null!=(a=null!=(a=null!=n?i(n,"ExpandBtn"):n)?i(a,"Image"):a)?i(a,"Alt"):a,n))+'" src="'+u(r(null!=(a=null!=(a=null!=n?i(n,"ExpandBtn"):n)?i(a,"Image"):a)?i(a,"Src"):a,n))+'" class="'+u(r(null!=(a=null!=(a=null!=n?i(n,"ExpandBtn"):n)?i(a,"Image"):a)?i(a,"Class"):a,n))+'"/>'},20:function(l,n,e,t,o){var a,r=l.lookupProperty||function(l,n){if(Object.prototype.hasOwnProperty.call(l,n))return l[n]};return'<div class="buttons">'+(null!=(a=r(e,"each").call(null!=n?n:l.nullContext||{},null!=n?r(n,"Buttons"):n,{name:"each",hash:{},fn:l.program(21,o,0),inverse:l.noop,data:o,loc:{start:{line:1,column:913},end:{line:1,column:1515}}}))?a:"")+"</div>"},21:function(l,n,e,t,o){var a,r,u=null!=n?n:l.nullContext||{},i=l.hooks.helperMissing,c=l.lookupProperty||function(l,n){if(Object.prototype.hasOwnProperty.call(l,n))return l[n]};return(null!=(a=(c(e,"ifNotNullOrEmpty")||n&&c(n,"ifNotNullOrEmpty")||i).call(u,null!=n?c(n,"Title"):n,{name:"ifNotNullOrEmpty",hash:{},fn:l.program(22,o,0),inverse:l.program(29,o,0),data:o,loc:{start:{line:1,column:930},end:{line:1,column:1375}}}))?a:"")+(null!=(a=c(e,"if").call(u,null!=n?c(n,"Image"):n,{name:"if",hash:{},fn:l.program(31,o,0),inverse:l.noop,data:o,loc:{start:{line:1,column:1375},end:{line:1,column:1489}}}))?a:"")+l.escapeExpression("function"==typeof(r=null!=(r=c(e,"Text")||(null!=n?c(n,"Text"):n))?r:i)?r.call(u,{name:"Text",hash:{},data:o,loc:{start:{line:1,column:1489},end:{line:1,column:1497}}}):r)+"</button>"},22:function(l,n,e,t,o){var a,r,u=l.escapeExpression,i=null!=n?n:l.nullContext||{},c=l.hooks.helperMissing,s="function",p=l.lookupProperty||function(l,n){if(Object.prototype.hasOwnProperty.call(l,n))return l[n]};return'<button type="button" data-id="'+u(l.lambda((a=o&&p(o,"root"))&&p(a,"Identifier"),n))+(null!=(a=p(e,"if").call(i,null!=n?p(n,"Identifier"):n,{name:"if",hash:{},fn:l.program(23,o,0),inverse:l.program(25,o,0),data:o,loc:{start:{line:1,column:1008},end:{line:1,column:1065}}}))?a:"")+'" aria-label="'+u(typeof(r=null!=(r=p(e,"Title")||(null!=n?p(n,"Title"):n))?r:c)===s?r.call(i,{name:"Title",hash:{},data:o,loc:{start:{line:1,column:1079},end:{line:1,column:1088}}}):r)+'" title="'+u(typeof(r=null!=(r=p(e,"Title")||(null!=n?p(n,"Title"):n))?r:c)===s?r.call(i,{name:"Title",hash:{},data:o,loc:{start:{line:1,column:1097},end:{line:1,column:1106}}}):r)+'" class="button '+(null!=(a=p(e,"if").call(i,null!=n?p(n,"Class"):n,{name:"if",hash:{},fn:l.program(27,o,0),inverse:l.program(16,o,0),data:o,loc:{start:{line:1,column:1122},end:{line:1,column:1170}}}))?a:"")+'">'},23:function(l,n,e,t,o){var a,r=l.lookupProperty||function(l,n){if(Object.prototype.hasOwnProperty.call(l,n))return l[n]};return l.escapeExpression("function"==typeof(a=null!=(a=r(e,"Identifier")||(null!=n?r(n,"Identifier"):n))?a:l.hooks.helperMissing)?a.call(null!=n?n:l.nullContext||{},{name:"Identifier",hash:{},data:o,loc:{start:{line:1,column:1026},end:{line:1,column:1040}}}):a)},25:function(l,n,e,t,o){var a,r=l.lookupProperty||function(l,n){if(Object.prototype.hasOwnProperty.call(l,n))return l[n]};return l.escapeExpression("function"==typeof(a=null!=(a=r(e,"index")||o&&r(o,"index"))?a:l.hooks.helperMissing)?a.call(null!=n?n:l.nullContext||{},{name:"index",hash:{},data:o,loc:{start:{line:1,column:1048},end:{line:1,column:1058}}}):a)},27:function(l,n,e,t,o){var a,r=l.lookupProperty||function(l,n){if(Object.prototype.hasOwnProperty.call(l,n))return l[n]};return l.escapeExpression("function"==typeof(a=null!=(a=r(e,"Class")||(null!=n?r(n,"Class"):n))?a:l.hooks.helperMissing)?a.call(null!=n?n:l.nullContext||{},{name:"Class",hash:{},data:o,loc:{start:{line:1,column:1135},end:{line:1,column:1144}}}):a)},29:function(l,n,e,t,o){var a,r=null!=n?n:l.nullContext||{},u=l.lookupProperty||function(l,n){if(Object.prototype.hasOwnProperty.call(l,n))return l[n]};return'<button type="button" data-id="'+l.escapeExpression(l.lambda((a=o&&u(o,"root"))&&u(a,"Identifier"),n))+(null!=(a=u(e,"if").call(r,null!=n?u(n,"Identifier"):n,{name:"if",hash:{},fn:l.program(23,o,0),inverse:l.program(25,o,0),data:o,loc:{start:{line:1,column:1231},end:{line:1,column:1288}}}))?a:"")+'" class="button '+(null!=(a=u(e,"if").call(r,null!=n?u(n,"Class"):n,{name:"if",hash:{},fn:l.program(27,o,0),inverse:l.program(16,o,0),data:o,loc:{start:{line:1,column:1304},end:{line:1,column:1352}}}))?a:"")+'">'},31:function(l,n,e,t,o){var a,r=l.lambda,u=l.escapeExpression,i=l.lookupProperty||function(l,n){if(Object.prototype.hasOwnProperty.call(l,n))return l[n]};return'<img title="'+u(r(null!=(a=null!=n?i(n,"Image"):n)?i(a,"Title"):a,n))+'" alt="'+u(r(null!=(a=null!=n?i(n,"Image"):n)?i(a,"Alt"):a,n))+'" src="'+u(r(null!=(a=null!=n?i(n,"Image"):n)?i(a,"Src"):a,n))+'" class="'+u(r(null!=(a=null!=n?i(n,"Image"):n)?i(a,"Class"):a,n))+'"/>'},useData:!0})}();;
!function(){var l=Handlebars.template,e=$$WP.Templates=$$WP.Templates||{};(e=e.Core=e.Core||{}).overlay=l({compiler:[8,">= 4.3.0"],main:function(l,e,a,n,o){var t,r=l.lookupProperty||function(l,e){if(Object.prototype.hasOwnProperty.call(l,e))return l[e]};return'<div class="lightbox_overlay lb_overlay template '+l.escapeExpression("function"==typeof(t=null!=(t=r(a,"Class")||(null!=e?r(e,"Class"):e))?t:l.hooks.helperMissing)?t.call(null!=e?e:l.nullContext||{},{name:"Class",hash:{},data:o,loc:{start:{line:1,column:50},end:{line:1,column:59}}}):t)+'"></div>'},useData:!0})}();;
!function(){var e=Handlebars.template,a=$$WP.Templates=$$WP.Templates||{};(a=a.Core=a.Core||{}).loading=e({compiler:[8,">= 4.3.0"],main:function(e,a,n,l,t){var r,o=null!=a?a:e.nullContext||{},s=e.lookupProperty||function(e,a){if(Object.prototype.hasOwnProperty.call(e,a))return e[a]};return'<div role="alert" aria-live="assertive" class="ajaxspinner">'+(null!=(r=s(n,"if").call(o,null!=a?s(a,"DataFromMultipleSources"):a,{name:"if",hash:{},fn:e.program(1,t,0),inverse:e.program(3,t,0),data:t,loc:{start:{line:1,column:61},end:{line:1,column:448}}}))?r:"")+(null!=(r=s(n,"if").call(o,null!=a?s(a,"ExtraMessage"):a,{name:"if",hash:{},fn:e.program(5,t,0),inverse:e.noop,data:t,loc:{start:{line:1,column:448},end:{line:1,column:555}}}))?r:"")+"</div>"},1:function(e,a,n,l,t){var r,o,s=null!=a?a:e.nullContext||{},i=e.hooks.helperMissing,c=e.escapeExpression,u=e.lookupProperty||function(e,a){if(Object.prototype.hasOwnProperty.call(e,a))return e[a]};return c((u(n,"setStringNamespace")||a&&u(a,"setStringNamespace")||i).call(s,"Global",{name:"setStringNamespace",hash:{},data:t,loc:{start:{line:1,column:92},end:{line:1,column:123}}}))+(null!=(r=(u(n,"addTemplate")||a&&u(a,"addTemplate")||i).call(s,"Core.externalloadingindicator",{name:"addTemplate",hash:{},data:t,loc:{start:{line:1,column:123},end:{line:1,column:172}}}))?r:"")+'<span class="loadingStatus subtlecolor loading">'+c((u(n,"getStringResource")||a&&u(a,"getStringResource")||i).call(s,"GenericLoadingMessage",{name:"getStringResource",hash:{},data:t,loc:{start:{line:1,column:220},end:{line:1,column:265}}}))+"</span>"+c("function"==typeof(o=null!=(o=u(n,"clearStringNamespace")||(null!=a?u(a,"clearStringNamespace"):a))?o:i)?o.call(s,{name:"clearStringNamespace",hash:{},data:t,loc:{start:{line:1,column:272},end:{line:1,column:296}}}):o)},3:function(e,a,n,l,t){var r,o=null!=a?a:e.nullContext||{},s=e.hooks.helperMissing,i="function",c=e.escapeExpression,u=e.lookupProperty||function(e,a){if(Object.prototype.hasOwnProperty.call(e,a))return e[a]};return'<div class="spinner"></div><span class="primary clearlabel">'+c(typeof(r=null!=(r=u(n,"PrimaryMessage")||(null!=a?u(a,"PrimaryMessage"):a))?r:s)===i?r.call(o,{name:"PrimaryMessage",hash:{},data:t,loc:{start:{line:1,column:364},end:{line:1,column:382}}}):r)+'</span><span class="loadingStatus">'+c(typeof(r=null!=(r=u(n,"LoadingStatus")||(null!=a?u(a,"LoadingStatus"):a))?r:s)===i?r.call(o,{name:"LoadingStatus",hash:{},data:t,loc:{start:{line:1,column:417},end:{line:1,column:434}}}):r)+"</span>"},5:function(e,a,n,l,t){var r,o=e.lookupProperty||function(e,a){if(Object.prototype.hasOwnProperty.call(e,a))return e[a]};return'<span class="secondary clearlabel" style="display:block">'+e.escapeExpression("function"==typeof(r=null!=(r=o(n,"ExtraMessage")||(null!=a?o(a,"ExtraMessage"):a))?r:e.hooks.helperMissing)?r.call(null!=a?a:e.nullContext||{},{name:"ExtraMessage",hash:{},data:t,loc:{start:{line:1,column:525},end:{line:1,column:541}}}):r)+"</span>"},useData:!0})}();;
!function(){var n=Handlebars.template,l=$$WP.Templates=$$WP.Templates||{};(l=l.Core=l.Core||{}).externaljump=n({compiler:[8,">= 4.3.0"],main:function(n,l,e,a,o){var t,r,i=null!=l?l:n.nullContext||{},s=n.hooks.helperMissing,c=n.escapeExpression,u=n.lookupProperty||function(n,l){if(Object.prototype.hasOwnProperty.call(n,l))return n[l]};return c((u(e,"setStringNamespace")||l&&u(l,"setStringNamespace")||s).call(i,"community.externaljump",{name:"setStringNamespace",hash:{},data:o,loc:{start:{line:1,column:56},end:{line:1,column:103}}}))+(null!=(t=u(e,"if").call(i,null!=l?u(l,"ErrorMessage"):l,{name:"if",hash:{},fn:n.program(1,o,0),inverse:n.program(3,o,0),data:o,loc:{start:{line:1,column:103},end:{line:1,column:1575}}}))?t:"")+c("function"==typeof(r=null!=(r=u(e,"clearStringNamespace")||(null!=l?u(l,"clearStringNamespace"):l))?r:s)?r.call(i,{name:"clearStringNamespace",hash:{},data:o,loc:{start:{line:1,column:1575},end:{line:1,column:1599}}}):r)},1:function(n,l,e,a,o){var t,r=n.lookupProperty||function(n,l){if(Object.prototype.hasOwnProperty.call(n,l))return n[l]};return'<p class="nodata">'+n.escapeExpression("function"==typeof(t=null!=(t=r(e,"ErrorMessage")||(null!=l?r(l,"ErrorMessage"):l))?t:n.hooks.helperMissing)?t.call(null!=l?l:n.nullContext||{},{name:"ErrorMessage",hash:{},data:o,loc:{start:{line:1,column:141},end:{line:1,column:157}}}):t)+"</p>"},3:function(n,l,e,a,o){var t,r,i=null!=l?l:n.nullContext||{},s=n.hooks.helperMissing,c="function",u=n.escapeExpression,p=n.lookupProperty||function(n,l){if(Object.prototype.hasOwnProperty.call(n,l))return n[l]};return'<div role="alert" aria-live="assertive" class="loadingContainer">'+(null!=(t=p(e,"if").call(i,null!=l?p(l,"OrganizationName"):l,{name:"if",hash:{},fn:n.program(4,o,0),inverse:n.noop,data:o,loc:{start:{line:1,column:234},end:{line:1,column:541}}}))?t:"")+(null!=(t=(p(e,"addTemplate")||l&&p(l,"addTemplate")||s).call(i,"Core.externalloadingindicator",{name:"addTemplate",hash:{},data:o,loc:{start:{line:1,column:541},end:{line:1,column:590}}}))?t:"")+'</div><div class="loadedcontent">'+(null!=(t=p(e,"unless").call(i,null!=l?p(l,"IsSignupWorkFlow"):l,{name:"unless",hash:{},fn:n.program(9,o,0),inverse:n.noop,data:o,loc:{start:{line:1,column:623},end:{line:1,column:1228}}}))?t:"")+(null!=(t=p(e,"if").call(i,null!=l?p(l,"Message"):l,{name:"if",hash:{},fn:n.program(16,o,0),inverse:n.noop,data:o,loc:{start:{line:1,column:1228},end:{line:1,column:1268}}}))?t:"")+'<div class="externalframewrapper"><iframe tabindex="0" class="externalframe" id="'+u(typeof(r=null!=(r=p(e,"ExternalJumpIframeId")||(null!=l?p(l,"ExternalJumpIframeId"):l))?r:s)===c?r.call(i,{name:"ExternalJumpIframeId",hash:{},data:o,loc:{start:{line:1,column:1349},end:{line:1,column:1373}}}):r)+'" name="'+u(typeof(r=null!=(r=p(e,"ExternalJumpIframeId")||(null!=l?p(l,"ExternalJumpIframeId"):l))?r:s)===c?r.call(i,{name:"ExternalJumpIframeId",hash:{},data:o,loc:{start:{line:1,column:1381},end:{line:1,column:1405}}}):r)+'" src="'+u(typeof(r=null!=(r=p(e,"Url")||(null!=l?p(l,"Url"):l))?r:s)===c?r.call(i,{name:"Url",hash:{},data:o,loc:{start:{line:1,column:1412},end:{line:1,column:1419}}}):r)+'" title="'+u(typeof(r=null!=(r=p(e,"IframeTitle")||(null!=l?p(l,"IframeTitle"):l))?r:s)===c?r.call(i,{name:"IframeTitle",hash:{},data:o,loc:{start:{line:1,column:1428},end:{line:1,column:1443}}}):r)+'"></iframe></div><div class="browsersupport"></div></div><div id="'+u(typeof(r=null!=(r=p(e,"LastFocusTrapId")||(null!=l?p(l,"LastFocusTrapId"):l))?r:s)===c?r.call(i,{name:"LastFocusTrapId",hash:{},data:o,loc:{start:{line:1,column:1509},end:{line:1,column:1528}}}):r)+'" tabindex="0" role="application"></div>'},4:function(n,l,e,a,o){var t,r,i=null!=l?l:n.nullContext||{},s=n.lookupProperty||function(n,l){if(Object.prototype.hasOwnProperty.call(n,l))return n[l]};return'<div class="logo">'+(null!=(t=s(e,"if").call(i,null!=l?s(l,"IsPayvider"):l,{name:"if",hash:{},fn:n.program(5,o,0),inverse:n.program(7,o,0),data:o,loc:{start:{line:1,column:276},end:{line:1,column:466}}}))?t:"")+'</div><div class="loadingStatus subtlecolor">'+n.escapeExpression("function"==typeof(r=null!=(r=s(e,"LoadingStatus")||(null!=l?s(l,"LoadingStatus"):l))?r:n.hooks.helperMissing)?r.call(i,{name:"LoadingStatus",hash:{},data:o,loc:{start:{line:1,column:511},end:{line:1,column:528}}}):r)+"</div>"},5:function(n,l,e,a,o){var t,r=null!=l?l:n.nullContext||{},i=n.hooks.helperMissing,s=n.escapeExpression,c=n.lookupProperty||function(n,l){if(Object.prototype.hasOwnProperty.call(n,l))return n[l]};return'<img class="roundedimage" src="'+s((c(e,"makeLink")||l&&c(l,"makeLink")||i).call(r,"Image/Load?fileName=",{name:"makeLink",hash:{},data:o,loc:{start:{line:1,column:325},end:{line:1,column:360}}}))+s("function"==typeof(t=null!=(t=c(e,"OrganizationLogo")||(null!=l?c(l,"OrganizationLogo"):l))?t:i)?t.call(r,{name:"OrganizationLogo",hash:{},data:o,loc:{start:{line:1,column:360},end:{line:1,column:380}}}):t)+'" alt=""/>'},7:function(n,l,e,a,o){var t,r=n.lookupProperty||function(n,l){if(Object.prototype.hasOwnProperty.call(n,l))return n[l]};return'<img class="roundedimage" src="'+n.escapeExpression("function"==typeof(t=null!=(t=r(e,"OrganizationLogo")||(null!=l?r(l,"OrganizationLogo"):l))?t:n.hooks.helperMissing)?t.call(null!=l?l:n.nullContext||{},{name:"OrganizationLogo",hash:{},data:o,loc:{start:{line:1,column:429},end:{line:1,column:449}}}):t)+'" alt=""/>'},9:function(n,l,e,a,o){var t,r,i=null!=l?l:n.nullContext||{},s=n.hooks.helperMissing,c="function",u=n.escapeExpression,p=n.lookupProperty||function(n,l){if(Object.prototype.hasOwnProperty.call(n,l))return n[l]};return'<div class="externalheader grid"><div class="row"><div class="col-8"><img class="externallogo roundedimage" src="'+u(typeof(r=null!=(r=p(e,"OrganizationLogo")||(null!=l?p(l,"OrganizationLogo"):l))?r:s)===c?r.call(i,{name:"OrganizationLogo",hash:{},data:o,loc:{start:{line:1,column:764},end:{line:1,column:784}}}):r)+'" alt=""/><h2 class="orgName header">'+u(typeof(r=null!=(r=p(e,"OrganizationName")||(null!=l?p(l,"OrganizationName"):l))?r:s)===c?r.call(i,{name:"OrganizationName",hash:{},data:o,loc:{start:{line:1,column:821},end:{line:1,column:841}}}):r)+'</h2></div><div class="col-4 grid"><div class="contactinfo subtle row fixed '+u(typeof(r=null!=(r=p(e,"contactInfoClass")||(null!=l?p(l,"contactInfoClass"):l))?r:s)===c?r.call(i,{name:"contactInfoClass",hash:{},data:o,loc:{start:{line:1,column:917},end:{line:1,column:937}}}):r)+'">'+(null!=(t=p(e,"if").call(i,null!=l?p(l,"Address"):l,{name:"if",hash:{},fn:n.program(10,o,0),inverse:n.noop,data:o,loc:{start:{line:1,column:939},end:{line:1,column:1053}}}))?t:"")+(null!=(t=p(e,"if").call(i,null!=l?p(l,"Contact"):l,{name:"if",hash:{},fn:n.program(13,o,0),inverse:n.noop,data:o,loc:{start:{line:1,column:1053},end:{line:1,column:1193}}}))?t:"")+"</div></div></div></div>"},10:function(n,l,e,a,o){var t,r=n.lookupProperty||function(n,l){if(Object.prototype.hasOwnProperty.call(n,l))return n[l]};return'<span class="address section col-6">'+(null!=(t=r(e,"each").call(null!=l?l:n.nullContext||{},null!=l?r(l,"Address"):l,{name:"each",hash:{},fn:n.program(11,o,0),inverse:n.noop,data:o,loc:{start:{line:1,column:990},end:{line:1,column:1039}}}))?t:"")+"</span>"},11:function(n,l,e,a,o){var t;return"<span>"+(null!=(t=n.lambda(l,l))?t:"")+"</span>"},13:function(n,l,e,a,o){var t,r=n.lookupProperty||function(n,l){if(Object.prototype.hasOwnProperty.call(n,l))return n[l]};return'<span class="contact section col-6">'+(null!=(t=r(e,"each").call(null!=l?l:n.nullContext||{},null!=l?r(l,"Contact"):l,{name:"each",hash:{},fn:n.program(14,o,0),inverse:n.noop,data:o,loc:{start:{line:1,column:1104},end:{line:1,column:1179}}}))?t:"")+"</span>"},14:function(n,l,e,a,o){var t,r,i=n.lookupProperty||function(n,l){if(Object.prototype.hasOwnProperty.call(n,l))return n[l]};return'<span class="contact'+n.escapeExpression("function"==typeof(r=null!=(r=i(e,"index")||o&&i(o,"index"))?r:n.hooks.helperMissing)?r.call(null!=l?l:n.nullContext||{},{name:"index",hash:{},data:o,loc:{start:{line:1,column:1141},end:{line:1,column:1151}}}):r)+'">'+(null!=(t=n.lambda(l,l))?t:"")+"</span>"},16:function(n,l,e,a,o){var t,r=n.lookupProperty||function(n,l){if(Object.prototype.hasOwnProperty.call(n,l))return n[l]};return"<p>"+n.escapeExpression("function"==typeof(t=null!=(t=r(e,"Message")||(null!=l?r(l,"Message"):l))?t:n.hooks.helperMissing)?t.call(null!=l?l:n.nullContext||{},{name:"Message",hash:{},data:o,loc:{start:{line:1,column:1246},end:{line:1,column:1257}}}):t)+"</p>"},useData:!0})}();;
!function(){var e=Handlebars.template,i=$$WP.Templates=$$WP.Templates||{};(i=i.Core=i.Core||{}).scrollbarwidth=e({compiler:[8,">= 4.3.0"],main:function(e,i,t,n,l){return'<div style="visibility: hidden; width: 100px; height: 100px; overflow: hidden;"><p style="width: 100px; height: 200px;">Unused/invisible text content</p></div>'},useData:!0})}();;
!function(){var n=Handlebars.template,e=$$WP.Templates=$$WP.Templates||{};(e=e.Core=e.Core||{}).externalorganizationbadge=n({compiler:[8,">= 4.3.0"],main:function(n,e,l,t,r){var o,a=n.lookupProperty||function(n,e){if(Object.prototype.hasOwnProperty.call(n,e))return n[e]};return'<div class="popupiconcontainer" data-id="ignore"><div href="#popupinstructionsicon" class="popupinstructionsicon" data-id="ignore" role="button" aria-hidden>'+(null!=(o=a(l,"if").call(null!=e?e:n.nullContext||{},null!=e?a(e,"IncompleteH2GSetup"):e,{name:"if",hash:{},fn:n.program(1,r,0),inverse:n.program(6,r,0),data:r,loc:{start:{line:1,column:213},end:{line:1,column:1636}}}))?o:"")+"</div></div>"},1:function(n,e,l,t,r){var o,a=n.lookupProperty||function(n,e){if(Object.prototype.hasOwnProperty.call(n,e))return n[e]};return null!=(o=a(l,"unless").call(null!=e?e:n.nullContext||{},null!=e?a(e,"AdditionalData"):e,{name:"unless",hash:{},fn:n.program(2,r,0),inverse:n.program(4,r,0),data:r,loc:{start:{line:1,column:239},end:{line:1,column:727}}}))?o:""},2:function(n,e,l,t,r){var o=null!=e?e:n.nullContext||{},a=n.hooks.helperMissing,c=n.escapeExpression,i=n.lookupProperty||function(n,e){if(Object.prototype.hasOwnProperty.call(n,e))return n[e]};return'<img class="externalicon" data-altnode="ExternalIconAlt" data-id="externalicon" src="'+c((i(l,"makeStaticLink")||e&&i(e,"makeStaticLink")||a).call(o,"images/CareEverywhere-With-Arrow.png",{name:"makeStaticLink",hash:{},data:r,loc:{start:{line:1,column:424},end:{line:1,column:481}}}))+'" alt="'+c((i(l,"getStringResource")||e&&i(e,"getStringResource")||a).call(o,"ExternalIconAlt",{name:"getStringResource",hash:{},data:r,loc:{start:{line:1,column:488},end:{line:1,column:527}}}))+'"/>'},4:function(n,e,l,t,r){var o=null!=e?e:n.nullContext||{},a=n.hooks.helperMissing,c=n.escapeExpression,i=n.lookupProperty||function(n,e){if(Object.prototype.hasOwnProperty.call(n,e))return n[e]};return'<img class="externalicon" data-altnode="ExternalIconAlt" data-id="externalicon" src="'+c((i(l,"makeStaticLink")||e&&i(e,"makeStaticLink")||a).call(o,"images/my1chartlogo.png",{name:"makeStaticLink",hash:{},data:r,loc:{start:{line:1,column:623},end:{line:1,column:667}}}))+'" alt="'+c((i(l,"getStringResource")||e&&i(e,"getStringResource")||a).call(o,"ExternalIconAlt",{name:"getStringResource",hash:{},data:r,loc:{start:{line:1,column:674},end:{line:1,column:713}}}))+'"/>'},6:function(n,e,l,t,r){var o,a,c,i=n.lookupProperty||function(n,e){if(Object.prototype.hasOwnProperty.call(n,e))return n[e]};return a=null!=(a=i(l,"useOrgLogoForH2GData")||(null!=e?i(e,"useOrgLogoForH2GData"):e))?a:n.hooks.helperMissing,c={name:"useOrgLogoForH2GData",hash:{},fn:n.program(7,r,0),inverse:n.program(4,r,0),data:r,loc:{start:{line:1,column:727},end:{line:1,column:1629}}},o="function"==typeof a?a.call(null!=e?e:n.nullContext||{},c):a,i(l,"useOrgLogoForH2GData")||(o=n.hooks.blockHelperMissing.call(e,o,c)),null!=o?o:""},7:function(n,e,l,t,r){var o,a=n.lookupProperty||function(n,e){if(Object.prototype.hasOwnProperty.call(n,e))return n[e]};return null!=(o=(a(l,"ifArray")||e&&a(e,"ifArray")||n.hooks.helperMissing).call(null!=e?e:n.nullContext||{},e,{name:"ifArray",hash:{},fn:n.program(8,r,0),inverse:n.program(10,r,0),data:r,loc:{start:{line:1,column:756},end:{line:1,column:1443}}}))?o:""},8:function(n,e,l,t,r){var o,a=n.lookupProperty||function(n,e){if(Object.prototype.hasOwnProperty.call(n,e))return n[e]};return null!=(o=(a(l,"arrayHasOneElem")||e&&a(e,"arrayHasOneElem")||n.hooks.helperMissing).call(null!=e?e:n.nullContext||{},e,{name:"arrayHasOneElem",hash:{},fn:n.program(9,r,0),inverse:n.program(12,r,0),data:r,loc:{start:{line:1,column:773},end:{line:1,column:1257}}}))?o:""},9:function(n,e,l,t,r){var o;return null!=(o=(n.lookupProperty||function(n,e){if(Object.prototype.hasOwnProperty.call(n,e))return n[e]})(l,"each").call(null!=e?e:n.nullContext||{},e,{name:"each",hash:{},fn:n.program(10,r,0),inverse:n.noop,data:r,loc:{start:{line:1,column:798},end:{line:1,column:987}}}))?o:""},10:function(n,e,l,t,r){var o,a=null!=e?e:n.nullContext||{},c=n.hooks.helperMissing,i=n.escapeExpression,u=n.lookupProperty||function(n,e){if(Object.prototype.hasOwnProperty.call(n,e))return n[e]};return'<img class="externalicon orglogo roundedimage" data-altnode="ExternalIconAlt" data-id="externalicon" src="'+i("function"==typeof(o=null!=(o=u(l,"LogoUrl")||(null!=e?u(e,"LogoUrl"):e))?o:c)?o.call(a,{name:"LogoUrl",hash:{},data:r,loc:{start:{line:1,column:918},end:{line:1,column:929}}}):o)+'" alt="'+i((u(l,"getStringResource")||e&&u(e,"getStringResource")||c).call(a,"ExternalIconAlt",{name:"getStringResource",hash:{},data:r,loc:{start:{line:1,column:936},end:{line:1,column:975}}}))+'"/>'},12:function(n,e,l,t,r){var o=null!=e?e:n.nullContext||{},a=n.hooks.helperMissing,c=n.escapeExpression,i=n.lookupProperty||function(n,e){if(Object.prototype.hasOwnProperty.call(n,e))return n[e]};return'<svg class="externalicon orglogo roundedimage hovereffect" data-altnode="ExternalIconAlt" data-id="externalicon" aria-label="'+c((i(l,"getStringResource")||e&&i(e,"getStringResource")||a).call(o,"ExternalIconAlt",{name:"getStringResource",hash:{},data:r,loc:{start:{line:1,column:1120},end:{line:1,column:1159}}}))+'">'+c((i(l,"referenceSvg")||e&&i(e,"referenceSvg")||a).call(o,"library.svg#happytogether_externalorgmultiplesource",{name:"referenceSvg",hash:{},data:r,loc:{start:{line:1,column:1161},end:{line:1,column:1231}}}))+"</svg>"},useData:!0})}();;
!function(){var n=Handlebars.template,e=$$WP.Templates=$$WP.Templates||{};(e=e.Core=e.Core||{}).externalorganizationdetails=n({compiler:[8,">= 4.3.0"],main:function(n,e,a,l,o){var t,i,r=null!=e?e:n.nullContext||{},c=n.hooks.helperMissing,u="function",s=n.escapeExpression,m=n.lookupProperty||function(n,e){if(Object.prototype.hasOwnProperty.call(n,e))return n[e]};return'<div class="organization extraWide CenterItems" data-id="ignore" title="'+s(typeof(i=null!=(i=m(a,"OrganizationName")||(null!=e?m(e,"OrganizationName"):e))?i:c)===u?i.call(r,{name:"OrganizationName",hash:{},data:o,loc:{start:{line:1,column:73},end:{line:1,column:93}}}):i)+'"><img class="organizationLogo extraWide roundedimage" src="'+s(typeof(i=null!=(i=m(a,"LogoUrl")||(null!=e?m(e,"LogoUrl"):e))?i:c)===u?i.call(r,{name:"LogoUrl",hash:{},data:o,loc:{start:{line:1,column:153},end:{line:1,column:164}}}):i)+'" title="'+s(typeof(i=null!=(i=m(a,"OrganizationName")||(null!=e?m(e,"OrganizationName"):e))?i:c)===u?i.call(r,{name:"OrganizationName",hash:{},data:o,loc:{start:{line:1,column:173},end:{line:1,column:193}}}):i)+'" alt="" aria-hidden="true"/>'+(null!=(t=m(a,"if").call(r,null!=e?m(e,"NoTimestamp"):e,{name:"if",hash:{},fn:n.program(1,o,0),inverse:n.noop,data:o,loc:{start:{line:1,column:222},end:{line:1,column:325}}}))?t:"")+'<div class="'+(null!=(t=m(a,"if").call(r,null!=e?m(e,"NoTimestamp"):e,{name:"if",hash:{},fn:n.program(3,o,0),inverse:n.program(5,o,0),data:o,loc:{start:{line:1,column:337},end:{line:1,column:425}}}))?t:"")+'">'+s(typeof(i=null!=(i=m(a,"OrganizationName")||(null!=e?m(e,"OrganizationName"):e))?i:c)===u?i.call(r,{name:"OrganizationName",hash:{},data:o,loc:{start:{line:1,column:427},end:{line:1,column:447}}}):i)+"</div>"+(null!=(t=m(a,"if").call(r,null!=e?m(e,"NoTimestamp"):e,{name:"if",hash:{},fn:n.program(7,o,0),inverse:n.noop,data:o,loc:{start:{line:1,column:453},end:{line:1,column:485}}}))?t:"")+(null!=(t=m(a,"unless").call(r,null!=e?m(e,"NoTimestamp"):e,{name:"unless",hash:{},fn:n.program(9,o,0),inverse:n.noop,data:o,loc:{start:{line:1,column:485},end:{line:1,column:855}}}))?t:"")+"</div>"},1:function(n,e,a,l,o){return'<div class="organizationName extraWide organizationNameContainerNoTimestamp">'},3:function(n,e,a,l,o){return"organizationNameNoTimestamp"},5:function(n,e,a,l,o){return"organizationName extraWide "},7:function(n,e,a,l,o){return"</div>"},9:function(n,e,a,l,o){var t,i=n.lookupProperty||function(n,e){if(Object.prototype.hasOwnProperty.call(n,e))return n[e]};return null!=(t=(i(a,"ifEquals")||e&&i(e,"ifEquals")||n.hooks.helperMissing).call(null!=e?e:n.nullContext||{},null!=e?i(e,"LinkType"):e,3,{name:"ifEquals",hash:{},fn:n.program(10,o,0),inverse:n.program(12,o,0),data:o,loc:{start:{line:1,column:508},end:{line:1,column:844}}}))?t:""},10:function(n,e,a,l,o){var t=null!=e?e:n.nullContext||{},i=n.hooks.helperMissing,r=n.escapeExpression,c=n.lookupProperty||function(n,e){if(Object.prototype.hasOwnProperty.call(n,e))return n[e]};return r((c(a,"addStringResourceMnemonic")||e&&c(e,"addStringResourceMnemonic")||i).call(t,"@MYCHART@ORGTIMESTAMP@",null!=e?c(e,"FormattedLocalTimeStamp"):e,{name:"addStringResourceMnemonic",hash:{},data:o,loc:{start:{line:1,column:532},end:{line:1,column:610}}}))+'<div class="organizationTimeStamp">'+r((c(a,"getStringResource")||e&&c(e,"getStringResource")||i).call(t,"OrgUpdatedLabel",{name:"getStringResource",hash:{},data:o,loc:{start:{line:1,column:645},end:{line:1,column:684}}}))+"</div>"+r((c(a,"removeStringResourceMnemonic")||e&&c(e,"removeStringResourceMnemonic")||i).call(t,"@MYCHART@ORGTIMESTAMP@",{name:"removeStringResourceMnemonic",hash:{},data:o,loc:{start:{line:1,column:690},end:{line:1,column:747}}}))},12:function(n,e,a,l,o){var t=n.lookupProperty||function(n,e){if(Object.prototype.hasOwnProperty.call(n,e))return n[e]};return'<div class="organizationTimeStamp">'+n.escapeExpression((t(a,"getStringResource")||e&&t(e,"getStringResource")||n.hooks.helperMissing).call(null!=e?e:n.nullContext||{},"OrgUpToDate",{name:"getStringResource",hash:{},data:o,loc:{start:{line:1,column:790},end:{line:1,column:825}}}))+"</div>"},useData:!0})}();;
!function(){var e=Handlebars.template,n=$$WP.Templates=$$WP.Templates||{};(n=n.Core=n.Core||{}).externalorganizationicon=e({compiler:[8,">= 4.3.0"],main:function(e,n,l,t,o){var a,r,c,i=null!=n?n:e.nullContext||{},u=e.hooks.helperMissing,s=e.escapeExpression,p=e.lookupProperty||function(e,n){if(Object.prototype.hasOwnProperty.call(e,n))return e[n]},d='<div class="popupiconcontainer" data-id="ignore"><a href="#popupinstructionsicon" class="popupinstructionsicon" data-id="ignore" role="button" aria-hidden>\x3c!-- calculate the AltTextNode for the logo image --\x3e'+s((p(l,"setAltTextNode")||n&&p(n,"setAltTextNode")||u).call(i,null!=n?p(n,"IncompleteH2GSetup"):n,null!=n?p(n,"AdditionalData"):n,{name:"setAltTextNode",hash:{},data:o,loc:{start:{line:1,column:264},end:{line:1,column:316}}}));return r=null!=(r=p(l,"useOrgLogoForH2GData")||(null!=n?p(n,"useOrgLogoForH2GData"):n))?r:u,c={name:"useOrgLogoForH2GData",hash:{},fn:e.program(1,o,0),inverse:e.program(10,o,0),data:o,loc:{start:{line:1,column:316},end:{line:1,column:1759}}},a="function"==typeof r?r.call(i,c):r,p(l,"useOrgLogoForH2GData")||(a=e.hooks.blockHelperMissing.call(n,a,c)),null!=a&&(d+=a),d+'</a><div class="popupInstructions extraWide autowidth hidden" data-id="ignore"><span class="subtle">'+s((p(l,"getStringResource")||n&&p(n,"getStringResource")||u).call(i,"OrgNameLabel",{name:"getStringResource",hash:{},data:o,loc:{start:{line:1,column:1859},end:{line:1,column:1895}}}))+"</span>"+(null!=(a=(p(l,"ifArray")||n&&p(n,"ifArray")||u).call(i,n,{name:"ifArray",hash:{},fn:e.program(15,o,0),inverse:e.program(16,o,0),data:o,loc:{start:{line:1,column:1902},end:{line:1,column:2076}}}))?a:"")+"</div></div>"},1:function(e,n,l,t,o){var a,r=null!=n?n:e.nullContext||{},c=e.hooks.helperMissing,i=e.lookupProperty||function(e,n){if(Object.prototype.hasOwnProperty.call(e,n))return e[n]};return(null!=(a=(i(l,"ifArray")||n&&i(n,"ifArray")||c).call(r,n,{name:"ifArray",hash:{},fn:e.program(2,o,0),inverse:e.program(4,o,0),data:o,loc:{start:{line:1,column:341},end:{line:1,column:1034}}}))?a:"")+(null!=(a=(i(l,"ifEquals")||n&&i(n,"ifEquals")||c).call(r,null!=n?i(n,"AltTextNode"):n,"ExternalIncompleteIconAlt",{name:"ifEquals",hash:{},fn:e.program(8,o,0),inverse:e.noop,data:o,loc:{start:{line:1,column:1034},end:{line:1,column:1295}}}))?a:"")},2:function(e,n,l,t,o){var a,r=e.lookupProperty||function(e,n){if(Object.prototype.hasOwnProperty.call(e,n))return e[n]};return null!=(a=(r(l,"arrayHasOneElem")||n&&r(n,"arrayHasOneElem")||e.hooks.helperMissing).call(null!=n?n:e.nullContext||{},n,{name:"arrayHasOneElem",hash:{},fn:e.program(3,o,0),inverse:e.program(6,o,0),data:o,loc:{start:{line:1,column:358},end:{line:1,column:842}}}))?a:""},3:function(e,n,l,t,o){var a;return null!=(a=(e.lookupProperty||function(e,n){if(Object.prototype.hasOwnProperty.call(e,n))return e[n]})(l,"each").call(null!=n?n:e.nullContext||{},n,{name:"each",hash:{},fn:e.program(4,o,0),inverse:e.noop,data:o,loc:{start:{line:1,column:383},end:{line:1,column:578}}}))?a:""},4:function(e,n,l,t,o){var a,r=null!=n?n:e.nullContext||{},c=e.hooks.helperMissing,i="function",u=e.escapeExpression,s=e.lookupProperty||function(e,n){if(Object.prototype.hasOwnProperty.call(e,n))return e[n]};return'<img class="externalicon orglogo roundedimage hovereffect" data-altnode="'+u(typeof(a=null!=(a=s(l,"AltTextNode")||(null!=n?s(n,"AltTextNode"):n))?a:c)===i?a.call(r,{name:"AltTextNode",hash:{},data:o,loc:{start:{line:1,column:470},end:{line:1,column:485}}}):a)+'" data-id="externalicon" src="'+u(typeof(a=null!=(a=s(l,"LogoUrl")||(null!=n?s(n,"LogoUrl"):n))?a:c)===i?a.call(r,{name:"LogoUrl",hash:{},data:o,loc:{start:{line:1,column:515},end:{line:1,column:526}}}):a)+'" alt="'+u((s(l,"getStringResource")||n&&s(n,"getStringResource")||c).call(r,null!=n?s(n,"AltTextNode"):n,{name:"getStringResource",hash:{},data:o,loc:{start:{line:1,column:533},end:{line:1,column:566}}}))+'"/>'},6:function(e,n,l,t,o){var a,r=null!=n?n:e.nullContext||{},c=e.hooks.helperMissing,i=e.escapeExpression,u=e.lookupProperty||function(e,n){if(Object.prototype.hasOwnProperty.call(e,n))return e[n]};return'<svg class="externalicon orglogo roundedimage hovereffect" data-altnode="'+i("function"==typeof(a=null!=(a=u(l,"AltTextNode")||(null!=n?u(n,"AltTextNode"):n))?a:c)?a.call(r,{name:"AltTextNode",hash:{},data:o,loc:{start:{line:1,column:659},end:{line:1,column:674}}}):a)+'" data-id="externalicon" aria-label="'+i((u(l,"getStringResource")||n&&u(n,"getStringResource")||c).call(r,null!=n?u(n,"AltTextNode"):n,{name:"getStringResource",hash:{},data:o,loc:{start:{line:1,column:711},end:{line:1,column:744}}}))+'">'+i((u(l,"referenceSvg")||n&&u(n,"referenceSvg")||c).call(r,"library.svg#happytogether_externalorgmultiplesource",{name:"referenceSvg",hash:{},data:o,loc:{start:{line:1,column:746},end:{line:1,column:816}}}))+"</svg>"},8:function(e,n,l,t,o){var a,r=null!=n?n:e.nullContext||{},c=e.hooks.helperMissing,i=e.escapeExpression,u=e.lookupProperty||function(e,n){if(Object.prototype.hasOwnProperty.call(e,n))return e[n]};return'<svg class="externalicon orglogo incompleteSetupBadge" data-altnode="'+i("function"==typeof(a=null!=(a=u(l,"AltTextNode")||(null!=n?u(n,"AltTextNode"):n))?a:c)?a.call(r,{name:"AltTextNode",hash:{},data:o,loc:{start:{line:1,column:1157},end:{line:1,column:1172}}}):a)+'" data-id="externalicon">'+i((u(l,"referenceSvg")||n&&u(n,"referenceSvg")||c).call(r,"library.svg#happytogether_externaldataorglogoincompletesetup",{name:"referenceSvg",hash:{},data:o,loc:{start:{line:1,column:1197},end:{line:1,column:1276}}}))+"</svg>"},10:function(e,n,l,t,o){var a,r=e.lookupProperty||function(e,n){if(Object.prototype.hasOwnProperty.call(e,n))return e[n]};return null!=(a=(r(l,"ifEquals")||n&&r(n,"ifEquals")||e.hooks.helperMissing).call(null!=n?n:e.nullContext||{},null!=n?r(n,"AltTextNode"):n,"ExternalIncompleteIconAlt",{name:"ifEquals",hash:{},fn:e.program(11,o,0),inverse:e.program(13,o,0),data:o,loc:{start:{line:1,column:1303},end:{line:1,column:1734}}}))?a:""},11:function(e,n,l,t,o){var a,r=null!=n?n:e.nullContext||{},c=e.hooks.helperMissing,i=e.escapeExpression,u=e.lookupProperty||function(e,n){if(Object.prototype.hasOwnProperty.call(e,n))return e[n]};return'<img class="externalicon" data-altnode="'+i("function"==typeof(a=null!=(a=u(l,"AltTextNode")||(null!=n?u(n,"AltTextNode"):n))?a:c)?a.call(r,{name:"AltTextNode",hash:{},data:o,loc:{start:{line:1,column:1396},end:{line:1,column:1411}}}):a)+'" data-id="externalicon" src="'+i((u(l,"makeStaticLink")||n&&u(n,"makeStaticLink")||c).call(r,"images/CareEverywhere-With-Arrow.png",{name:"makeStaticLink",hash:{},data:o,loc:{start:{line:1,column:1441},end:{line:1,column:1498}}}))+'" alt="'+i((u(l,"getStringResource")||n&&u(n,"getStringResource")||c).call(r,null!=n?u(n,"AltTextNode"):n,{name:"getStringResource",hash:{},data:o,loc:{start:{line:1,column:1505},end:{line:1,column:1538}}}))+'"/>'},13:function(e,n,l,t,o){var a,r=null!=n?n:e.nullContext||{},c=e.hooks.helperMissing,i=e.escapeExpression,u=e.lookupProperty||function(e,n){if(Object.prototype.hasOwnProperty.call(e,n))return e[n]};return'<img class="externalicon" data-altnode="'+i("function"==typeof(a=null!=(a=u(l,"AltTextNode")||(null!=n?u(n,"AltTextNode"):n))?a:c)?a.call(r,{name:"AltTextNode",hash:{},data:o,loc:{start:{line:1,column:1589},end:{line:1,column:1604}}}):a)+'" data-id="externalicon" src="'+i((u(l,"makeStaticLink")||n&&u(n,"makeStaticLink")||c).call(r,"images/my1chartlogo.png",{name:"makeStaticLink",hash:{},data:o,loc:{start:{line:1,column:1634},end:{line:1,column:1678}}}))+'" alt="'+i((u(l,"getStringResource")||n&&u(n,"getStringResource")||c).call(r,null!=n?u(n,"AltTextNode"):n,{name:"getStringResource",hash:{},data:o,loc:{start:{line:1,column:1685},end:{line:1,column:1718}}}))+'"/>'},15:function(e,n,l,t,o){var a;return null!=(a=(e.lookupProperty||function(e,n){if(Object.prototype.hasOwnProperty.call(e,n))return e[n]})(l,"each").call(null!=n?n:e.nullContext||{},n,{name:"each",hash:{},fn:e.program(16,o,0),inverse:e.noop,data:o,loc:{start:{line:1,column:1919},end:{line:1,column:1999}}}))?a:""},16:function(e,n,l,t,o){var a,r=e.lookupProperty||function(e,n){if(Object.prototype.hasOwnProperty.call(e,n))return e[n]};return null!=(a=(r(l,"addTemplate")||n&&r(n,"addTemplate")||e.hooks.helperMissing).call(null!=n?n:e.nullContext||{},"Core.externalorganizationdetails",n,{name:"addTemplate",hash:{},data:o,loc:{start:{line:1,column:1933},end:{line:1,column:1990}}}))?a:""},useData:!0})}();;
!function(){var n=Handlebars.template,a=$$WP.Templates=$$WP.Templates||{};(a=a.Core=a.Core||{}).externalloadingindicator=n({compiler:[8,">= 4.3.0"],main:function(n,a,l,o,i){var r,t,e,c=n.lookupProperty||function(n,a){if(Object.prototype.hasOwnProperty.call(n,a))return n[a]},s="";return t=null!=(t=c(l,"canShowExternalLoadingIndicator")||(null!=a?c(a,"canShowExternalLoadingIndicator"):a))?t:n.hooks.helperMissing,e={name:"canShowExternalLoadingIndicator",hash:{},fn:n.program(1,i,0),inverse:n.program(3,i,0),data:i,loc:{start:{line:1,column:1},end:{line:1,column:347}}},r="function"==typeof t?t.call(null!=a?a:n.nullContext||{},e):t,c(l,"canShowExternalLoadingIndicator")||(r=n.hooks.blockHelperMissing.call(a,r,e)),null!=r&&(s+=r),s},1:function(n,a,l,o,i){return'<div class="loadingExt loading externalLoadingIndicator"><span class="lE-backorbit"></span><span class="lE-moon"></span><span class="lE-fullLogo"></span><span class="lE-panhandleAndCheck"></span></div>'},3:function(n,a,l,o,i){return'<div class="loadingIndicator"><div class="indicator"></div></div>'},useData:!0})}();;
!function(){var n=Handlebars.template,l=$$WP.Templates=$$WP.Templates||{};(l=l.UI=l.UI||{}).AjaxSpinner=n({compiler:[8,">= 4.3.0"],main:function(n,l,e,a,r){var o,t=null!=l?l:n.nullContext||{},i=n.lookupProperty||function(n,l){if(Object.prototype.hasOwnProperty.call(n,l))return n[l]};return'<div role="'+(null!=(o=i(e,"if").call(t,null!=l?i(l,"role"):l,{name:"if",hash:{},fn:n.program(1,r,0),inverse:n.program(3,r,0),data:r,loc:{start:{line:1,column:67},end:{line:1,column:107}}}))?o:"")+'" class="ajaxspinner '+(null!=(o=(i(e,"ifEquals")||l&&i(l,"ifEquals")||n.hooks.helperMissing).call(t,null!=l?i(l,"inline"):l,1,{name:"ifEquals",hash:{},fn:n.program(5,r,0),inverse:n.program(7,r,0),data:r,loc:{start:{line:1,column:128},end:{line:1,column:210}}}))?o:"")+' hidden"><div class="loadingmessage">'+(null!=(o=i(e,"if").call(t,null!=(o=null!=l?i(l,"loadingMessage"):l)?i(o,"length"):o,{name:"if",hash:{},fn:n.program(9,r,0),inverse:n.program(11,r,0),data:r,loc:{start:{line:1,column:247},end:{line:1,column:459}}}))?o:"")+'<div aria-hidden="true" class="loadingHeart"></div></div></div>'},1:function(n,l,e,a,r){var o,t=n.lookupProperty||function(n,l){if(Object.prototype.hasOwnProperty.call(n,l))return n[l]};return n.escapeExpression("function"==typeof(o=null!=(o=t(e,"role")||(null!=l?t(l,"role"):l))?o:n.hooks.helperMissing)?o.call(null!=l?l:n.nullContext||{},{name:"role",hash:{},data:r,loc:{start:{line:1,column:79},end:{line:1,column:87}}}):o)},3:function(n,l,e,a,r){return"alert"},5:function(n,l,e,a,r){return" defaultajaxinline "},7:function(n,l,e,a,r){return" defaultajaxoverlay "},9:function(n,l,e,a,r){var o,t=n.lookupProperty||function(n,l){if(Object.prototype.hasOwnProperty.call(n,l))return n[l]};return n.escapeExpression("function"==typeof(o=null!=(o=t(e,"loadingMessage")||(null!=l?t(l,"loadingMessage"):l))?o:n.hooks.helperMissing)?o.call(null!=l?l:n.nullContext||{},{name:"loadingMessage",hash:{},data:r,loc:{start:{line:1,column:276},end:{line:1,column:294}}}):o)},11:function(n,l,e,a,r){var o,t=n.lookupProperty||function(n,l){if(Object.prototype.hasOwnProperty.call(n,l))return n[l]};return null!=(o=t(e,"if").call(null!=l?l:n.nullContext||{},null!=(o=null!=(o=null!=l?t(l,"loadingMessage"):l)?t(o,"string"):o)?t(o,"length"):o,{name:"if",hash:{},fn:n.program(12,r,0),inverse:n.program(14,r,0),data:r,loc:{start:{line:1,column:294},end:{line:1,column:452}}}))?o:""},12:function(n,l,e,a,r){var o,t=n.lookupProperty||function(n,l){if(Object.prototype.hasOwnProperty.call(n,l))return n[l]};return n.escapeExpression(n.lambda(null!=(o=null!=l?t(l,"loadingMessage"):l)?t(o,"string"):o,l))},14:function(n,l,e,a,r){var o=n.lookupProperty||function(n,l){if(Object.prototype.hasOwnProperty.call(n,l))return n[l]};return'<div class="defaultLoadingMessage">'+n.escapeExpression((o(e,"getStringResource")||l&&o(l,"getStringResource")||n.hooks.helperMissing).call(null!=l?l:n.nullContext||{},"AjaxMessage","Global",{name:"getStringResource",hash:{},data:r,loc:{start:{line:1,column:402},end:{line:1,column:446}}}))+"</div>"},useData:!0})}();;
/*! Copyright (c) Epic Systems Corporation 2014 */
$$WPUtil.guaranteeExistence($$WP,"Controllers");var $$WPControl=$$WP.Controllers;$$WPControl.Controller=function WPControl$Controller(t){this.WP$BaseObject(),$$WPUtil.IsNullOrEmpty(t)&&(t=""),this._ViewInstance=t,this._GUID=this._GUID+this._ViewInstance},$$WPControl.Controller.prototype={_GUID:"5AF32D57-2448-43E5-854F-45E1F1D38193_Controller",_ViewInstance:"",proxify:function WPControl$Controller$proxify(t){var o,e,n;for(e=arguments||[],o=0;o<e.length;o++)"function"==typeof this[n=e[o]]?this[n]=$.proxy(this[n],this):$$WP.Debug.logError(n+" is not a function. Cannot proxify it.")}},$$WPControl.Controller.extend($$WP.BaseObject,"WP$Controllers$Controller"),$$WP.Debug.UnitTest=$$WP.Debug.UnitTest||{},$$WP.Debug.UnitTest.tests=$$WP.Debug.UnitTest.tests||[],$$WP.Debug.UnitTest.tests.push((function UnitTests$Controller(t){var o,e,n,s;o=$$WP.Debug.UnitTest.assert,(e=function(){}).prototype={callbackInvoked:!1,onTest:function(){this.callbackInvoked=!0},onTest2:function(){this.callbackInvoked=!0},onTest3:function(){this.callbackInvoked=!0}},e.extend("Controllers.Controller"),s="unittest_controller_proxify",(n=new e).proxify("onTest","onTest2","onTest3"),o(n.hasOwnProperty("onTest")&&n.hasOwnProperty("onTest2")&&n.hasOwnProperty("onTest3"),"Proxify did not copy all of the methods to the instance object."),$afe.select("body").on(s,n.onTest),$afe.select("body").trigger(s),o(n.callbackInvoked,"Proxified method was not invoked as an event callback"),n.callbackInvoked=!1,$afe.select("body").off(s,n.onTest),n=null}));;
/*! Copyright (c) Epic Systems Corporation 2014-2018 */
var $$WPComp;void 0===$$WP.Components&&($$WP.Components={TITLEBARIDENTIFIER:"titlebar",TOOLBARIDENTIFIER:"toolbar",__Instances:[],getInstance:function WPComp$getInstance(t){return $$WPComp.__Instances[t]},isComponent:function WPComp$isComponent(t){return!(!t||isNaN(t.ComponentNumber))&&(t instanceof $$WPComp.Component||"function"==typeof t.Components$Component)},applySettings:function WPComp$applySettings(t,e){var i,n;if(i=function(t,e){e.Class&&-1===(" "+t.Class+" ").indexOf(e.Class)&&(t.Class+=" "+e.Class)},!(e=$$WPUtil.mergeObjects(t,e,!1,!0)).__prototypeProcessed){for(i(e,e._constructor.prototype),n=e._constructors.length-1;n>-1;n--)i(e,e._constructors[n].prototype);e.__prototypeProcessed=!0}},ComplexObjects:{},_Events:{_onoff:function(t,e){var i,n,s,o,a,r,l;for(i in l=t.__Events)if(n=l[i],Array.isArray(n))for(s=n.length-1;s>-1;s--){for(r in o=n[s].$listeningElement||t.$container,a="",n[s])"$listeningElement"!==r&&(a+=r+" ");"on"===e?o[e](a,"empty"===i?"":i,{},$$WPComp._Events._eventProcessor):o[e](a,"empty"===i?"":i,$$WPComp._Events._eventProcessor)}},on:function(t){$$WPComp._Events._onoff(t,"on")},off:function(t){$$WPComp._Events._onoff(t,"off")},_eventProcessor:function Behaviors$EventHandlers$_eventProcessor(t,e){var i,n,s,o,a,r;if("resize"!==t.type&&$$WPUtil.setActivity(),t.$target=$afe.jq(t.target),t.$target.hasClass("disabled"))t.preventDefault();else if(t.$dataId=t.$target.closest("[data-id]"),t.$dataId.hasClass("disabled"))t.preventDefault();else for(t.dataId=t.$dataId.safeAttr("data-id"),i=$$WPComp.getInstance($afe.jq(t.delegateTarget).closest("[data-component-id]").safeAttr("data-component-id"));i;){if(i.__Events){for(n=(s=i.__Events[""===t.handleObj.selector?"empty":t.handleObj.selector]).length-1;n>-1;n--){for(a=!1,r=0;r<s[n].$listeningElement.length;r++)if(s[n].$listeningElement.get(r)===t.delegateTarget){a=!0;break}if(a)break}if(-1!==n){if(!(o=s[n][t.type]))return;for(n=o.length-1;n>-1;n--)if(o[n].fun&&!1===o[n].fun.apply(o[n].context||i,[t,e]))return $$WPUtil.preventEvent(t),!1}}i=$$WPComp.getInstance(i.$container.parent().closest("[data-component-id]").safeAttr("data-component-id"))}}},__Server:{waitingFor:0}},($$WPComp=$$WP.Components).ComplexObjects.Image=function WPComp$CO$Image(t,e,i,n){this.Src=t,this.Class=e,this.Alt=i,this.Title=void 0===n?i:n},$$WPComp.ComplexObjects.Image.prototype={Src:"",Class:"",Alt:"",Title:""},$$WPComp.ComplexObjects.Button=function WPComp$CO$Button(t,e,i,n,s){this.Text=t,this.Image=e,this.Class=i,this.Identifier=n,null!==s&&(this.Title=s)},$$WPComp.ComplexObjects.Button.prototype={Text:"",Image:$$WPComp.ComplexObjects.Image.prototype,Class:"",Identifier:"",Title:""},$$WPComp.ComplexObjects.ButtonBar=function WPComp$CO$ButtonBar(t,e,i,n,s,o,a){this.Text=t,this.Image=e,this.Class=i,this.Buttons=n,this.Identifier=s,this.SupportsAriaLabel=o,this.AriaLabelID=a},$$WPComp.ComplexObjects.ButtonBar.prototype={Buttons:[],Identifier:"",Text:"",SupportsAriaLabel:!1,AriaLabelID:"",Image:$$WPComp.ComplexObjects.Image.prototype,Class:"",HasText:function WP$BB$HT(){return this.Text&&this.Text.toString()}},$$WPComp.Component=function WPComp$Component(t){var e;this.BaseObject(),$$WPComp.applySettings(t,this),this.ComponentNumber=$$WPComp.__Instances.length,$$WPComp.__Instances.push(this),this.Tag=this.Tag||"div",this.$container||(this.$container=$afe.jq(document.createElement(this.Tag))),this.$container.addClass(this.Class),this.$container.hasClass("Popup")||this.$container.hasClass("messageComponent")?(this.$container.safeAttr("data-component-id",String(this.ComponentNumber)),this.$scrollable=$afe.jq(document.createElement("div")).addClass("scrollable"),this.$content=$afe.jq(document.createElement("div")).addClass("content"),this.$scrollable.safeAppend(this.$content),this.$container.safeAppend(this.$scrollable)):(this.$container.safeAttr("data-component-id",String(this.ComponentNumber)),this.$content=$afe.jq(document.createElement("div")).addClass("content"),this.$container.safeAppend(this.$content)),this._visible=!0,(this.Components$Component$hide||this.hide).apply(this),!1===this.CommunicationsIndicator||$$WPComp.isComponent(this.CommunicationsIndicator)||("string"!=typeof this.CommunicationsIndicator&&(this.CommunicationsIndicator=$$WP.Strings.getForTemplate("GenericLoadingMessage","Global")),this.DataFromMultipleSources?(this.CommunicationsIndicator=new $$WPComp.InlineLoadingComponentWithSources({Data:{PrimaryMessage:this.CommunicationsIndicator},AreaName:this.AreaName,DataFromMultipleSources:!0}),this.CommunicationsIndicator.parentComponent=this):this.CommunicationsIndicator=new $$WPComp.InlineLoadingComponent({Data:{PrimaryMessage:this.CommunicationsIndicator}})),this.SupportAnimations&&$$WPBehav.AnimateHeights.add(this),this.LoadParameters&&(this.load(this.LoadParameters),delete this.LoadParameters),null!==this.Html&&void 0!==this.Html&&(this.html(this.Html),delete this.Html),""===this.TitleText&&(e=$$WP.Strings.getNamespace(this.StringsNamespace),this.TitleText=e.getStringForTemplate("Title")),this.addEventListener("click",this._componentClick)},$$WPComp.Component.prototype={MaintainFocus:!1,StringsNamespace:"Global",__Server:{waitingFor:0},CommunicationsIndicator:$$WP.Strings.getForTemplate("GenericLoadingMessage","Global"),_visible:!1,$parent:null,$toolbar:null,$title:null,$scrollable:null,ContainerComponent:null,ComponentNumber:Number,FocusOnClose:null,Tag:"div",Class:"component",ToolbarButtons:null,TitleText:"",TitleButtons:[],TitleImage:null,IsClosable:!1,SupressTitle:!1,AlwaysShowExpandIcon:!1,AlwaysShowViewMore:!1,ShowPocExpandIcon:!1,SupportAnimations:!1,$container:null,$content:null,_shownOnce:!1,_isDisposed:!1,_Title:null,AreaName:"",DataFromMultipleSources:!1,SupportsAriaLabel:!1,SupportsAriaDescription:!1,AriaDescriptionComponentNumber:-1,AriaLabelComponentNumber:-1,addEventListener:function WPComp$addListener(t,e,i,n,s){var o,a,r;for(this.isVisible()&&$$WPComp._Events.off(this),n=n||this.$container,s=s||"empty",this.__Events=this.__Events||{},this.__Events[s]=this.__Events[s]||[],r=(o=this.__Events[s]).length-1;r>-1&&!a;r--)if(n===o[r].$listeningElement){a=o[r];break}a||(a={$listeningElement:n},o.push(a)),a[t]=a[t]||[],a[t].push({fun:e,context:i}),this.isVisible()&&$$WPComp._Events.on(this)},removeEventListener:function WPComp$removeListener(t,e,i,n){var s,o,a,r,l;for(this.isVisible()&&$$WPComp._Events.off(this),i=i||this.$container,n=n||"empty",a=(s=this.__Events[n]).length-1;a>-1&&!o;a--)if(i===s[a].$listeningElement){o=s[a];break}if(o[t]){for(r=o[t].length-1;r>-1;r--)if(o[t][r].fun===e){o[t]=o[t].slice(r,r);break}if(0===o[t].length){for(l in delete o[t],r=-1,o)r++;0===r&&(this.__Events[n]=s.slice(a,a),0===this.__Events[n].length&&delete this.__Events[n])}}this.isVisible()&&$$WPComp._Events.on(this)},_componentClick:function WPComp$_click(t){return"viewmore"===t.dataId||t.dataId===$$WPComp.TITLEBARIDENTIFIER+"viewmore"?(this.showAllContentInPopup(),!1):t.dataId===$$WPComp.TITLEBARIDENTIFIER+"close"||t.dataId===$$WPComp.TOOLBARIDENTIFIER+"close"?(this.dispose(!0),!1):void 0},showAllContentInPopup:function WPComp$showAllContentInPopup(){var t,e,i;i=$$WP.Strings.getNamespace("Core.Component"),e=this.copy({SupportAnimations:!1}),t=new $$WPContain.Popup({Components:[e],TitleText:this._Title.HasText()||i.getStringForTemplate("ShowingAllContent"),positioningFunction:$$WPContain.Positions.InsideCentered,Size:$$WPContain.Popup.SizeEnum.LARGE}),e.$container.css("height","100%"),e.$container.css("max-height","100%"),e.$content.css("height","100%"),e.$content.css("max-height","100%"),e.show(),t.show()},hasTitle:function WPComp$hasTitle(){return!!this._Title&&(this.IsClosable||this._Title.HasText()||this._Title.Buttons&&this._Title.Buttons.length>0)},setTitle:function(t,e,i,n,s){var o,a=this._createButtonContent("library.svg#closepopup","");this.IsClosable="boolean"==typeof n?n:this.IsClosable&&null!==t,this.$container.removeClass("textlessTitle"),this._Title=new $$WPComp.ComplexObjects.ButtonBar(t,i,"titlebar",$$WPUtil.copyObject(e),$$WPComp.TITLEBARIDENTIFIER),this.$title&&this.$title.remove(),this.hasTitle()?(this.IsClosable&&!this._Title._addedCloseButton&&(this._Title.Buttons=this._Title.Buttons||[],o=$$WP.Strings.getNamespace("Core.Component").getStringForTemplate("ClosePopupAlt"),this._Title.Buttons.push(new $$WPComp.ComplexObjects.Button(a,null,"cancelworkflow","close",o)),this._Title._addedCloseButton=!0),s&&(this._Title.ExpandBtn=s),this._Title.HasText()?(this.SupportsAriaLabel=!0,this._Title.SupportsAriaLabel=!0,this._Title.AriaLabelID="popuplabel"+this.ComponentNumber):(this.$container.addClass("textlessTitle"),this._Title.Text=""),this.$title=$afe.renderTemplate($$WP.Templates.Core.ButtonBar,this._Title),this.$title.find(".button").removeClass("button"),this.$container.hasClass("Popup")||this.$container.hasClass("messageComponent")?this.$scrollable.safePrepend(this.$title):this.$container.safePrepend(this.$title)):this.$title=dangerou$.parseHtml("<div></div>"),this._titleSetOnce=!0},focus:function WPComp$focus(t){try{null===this.FocusOnClose&&(this.FocusOnClose=WP.DOM.Search.getFocused(document.body))}catch(t){}try{var e=(t?this.$content:this.$container).get(0);WP.DOM.Search.getNextFocusable(e).focus()}catch(t){}},html:function WPComp$html(t,e){if(null!=t){if(t instanceof Handlebars.SafeString)$$WP.Debug.logError("A Component's HTML should be a String. It's currently a Handlebars.SafeString. Setting the content anyway..."),t=t.toString();else if("string"!=typeof t)return void $$WP.Debug.logError("A Component's HTML must be a String. It's currently a(n) "+typeof t+".");if(-1!==t.search("<body")&&(t="<div class='errormessage'>"+$$WP.Strings.get("WidgetErrorMessage")+"</div>"),this.maintainFocus(e),$$WPUtil&&"function"==typeof $$WPUtil.removePopupListener&&$$WPUtil.removePopupListener(this.$content),dangerou$.setHtml(this.$content,$$WP.Strings.getNamespace().replaceMnemonics(t||"")),this.isVisible()){var i=$$WPUtil.getScrollTop();this.$container.trigger("resize"),$$WPUtil.setScrollTop(i),$$WP&&$$WP.Utilities&&$$WP.Utilities.UI&&(isDataTile()&&(this.$content.find(".cardlist.column_3").removeClass("column_3").addClass("column_2"),this.$content.find(".cardlist.column_4").removeClass("column_4").addClass("column_2")),this.$content.find(".cardlist").trigger("cardLoad"),this.$content.find(".navparent").length>0&&"function"==typeof $$WP.Utilities.UI.NavTabs&&$$WP.Utilities.UI.NavTabs({}))}$$WPUtil&&"function"==typeof $$WPUtil.addPopupListener&&$$WPUtil.addPopupListener(this.$content)}else $$WP.Debug.logError("Trying to set non-existant html in a component...")},maintainFocus:function setFocusLater(t){if(this.MaintainFocus&&$.contains(this.$content.get(0),document.activeElement)){if(this._previouslyFocused=document.activeElement,this._nextFocusSelect=null,document.activeElement.id)this._nextFocusSelect="#"+document.activeElement.id;else{if(!t)return void WP.DOM.Search.getPreviousFocusable(this.$container.get(0)).focus();this._nextFocusSelect=t}window.setTimeout((function(t){var e,i=$$WP.Components.getInstance(t);i._nextFocusSelect&&(e=i.$content.find(i._nextFocusSelect).get(0)),e||(e=i),e.focus()}),50,[this.ComponentNumber])}},dispose:function WPComp$dispose(t){if(!this._isDisposed){this.$container.hasClass("capped")&&$afe.select("#footer").removeClass("moving"),this.hide(),this.SupportAnimations&&$$WPBehav.AnimateHeights.remove(this),this.$container.empty(),this.$container.remove(),$$WPComp.__Instances[this.ComponentNumber]&&($$WPComp.__Instances[this.ComponentNumber]=null);for(var e=$$WPComp.__Instances;null===e[e.length-1];)e.pop();this._isDisposed=!0,this.ContainerComponent&&1===this.ContainerComponent._Components.length&&this.ContainerComponent.dispose()}},show:function WPComp$show(){var t,e;if(!0!==this._visible)if(this._isDisposed)$$WP.Debug.logError("Cannot shown disposed component number "+this.ComponentNumber);else{if($$WP.Debug.UpdateTopMarginForBanners(),this._visible=!0,this.$container.removeClass("hidden"),!this._shownOnce){if(this._titleSetOnce||this.setTitle(this.TitleText,this.TitleButtons,this.TitleImage,this.IsClosable),this.setToolbar(this.ToolbarButtons),0===(e=this.$container.parent()).length?this.$parent?this.$parent.safeAppend(this.$container):$$WP.Debug.logError("Cannot show component that has no $parent"):this.$parent=e,this.SupportAnimations&&0===this.$container.closest(".SupportsAnimations").length){for(t=this;t.ContainerComponent;)t=t.ContainerComponent;t.$container.addClass("SupportsAnimations")}this._shownOnce=!0}$$WPComp._Events.on(this),this.isVisible()&&(this.$container.trigger("resize"),this.$content.find(".cardlist").trigger("cardLoad"))}},hide:function WPComp$hide(){if(!1!==this._visible){this._visible=!1;var t=this.__containerTargetHeight||this.$container.outerHeight(!0);this.$container.addClass("hidden"),$$WPComp._Events.off(this),this.$container.parent().closest(".component").trigger("resize",{delta:-t})}},isVisible:function WPComp$isVisible(){return this._visible&&this.$container.parent().length>0},copy:function WPComp$copy(t){return new this._constructor(t)},capHeight:function WPComp$capHeight(t){if(!isNaN(t)&&this._visible){this.$content.css("height","auto"),t=Math.floor(t);var e,i,n,s,o,a,r,l=0;if(e=this.$title.contentHeight()+this.$title.heightPadding(),i=t-this.$container.heightPadding()-e,n=this.$content.contentHeight(),s=this.$container.children("a.viewmore"),o=$$WP.Strings.getNamespace(this.StringsNamespace),this._Title&&this._Title.Buttons)if(this.ShowPocExpandIcon)this._Title.ExpandBtn&&(r=!0);else for(a=0;a<this._Title.Buttons.length;a++)"viewmore"===this._Title.Buttons[a].Identifier&&(r=!0,l=a);n<=i?(this.AlwaysShowViewMore?(s.length||(s=$$WP.SimpleTemplates.Anchor({class:"viewmore noFadeContent","data-id":"viewmore",href:makeLink("")}),$$WP.Strings.setDisplayText(s,"ViewMoreLabel","Core.Component"),this.$container.safeAppend(s)),n+s.outerHeight(!0)>i&&(this.$content.css("height",n-s.outerHeight(!0)+"px"),s.removeClass("noFadeContent"))):s.length&&s.remove(),r&&!this.AlwaysShowExpandIcon?this.ShowPocExpandIcon?this.setTitle(this._Title.Text,this._Title.Buttons,this._Title.Image,this.IsClosable):this._Title&&this._Title.Buttons&&(this._Title.Buttons=this._Title.Buttons.slice(0,l),this.setTitle(this._Title.Text,this._Title.Buttons,this._Title.Image,this.IsClosable)):!r&&this.AlwaysShowExpandIcon&&this._Title&&(this._Title.Buttons=this._Title.Buttons||[],this.ShowPocExpandIcon?(this._Title.ExpandBtn=new $$WPComp.ComplexObjects.Button("",new $$WPComp.ComplexObjects.Image(makeStaticLink("images/widget_open.svg"),"",o.getStringForTemplate("ViewMoreLabel")),"viewmore","viewmore"),this.setTitle(this._Title.Text,this._Title.Buttons,this._Title.Image,this.IsClosable,this._Title.ExpandBtn)):(this._Title.Buttons.push(new $$WPComp.ComplexObjects.Button("",new $$WPComp.ComplexObjects.Image(makeStaticLink("images/widget_open.svg"),"",o.getStringForTemplate("ViewMoreLabel")),"viewmore","viewmore")),this.setTitle(this._Title.Text,this._Title.Buttons,this._Title.Image,this.IsClosable)))):(0===s.length&&(s=$$WP.SimpleTemplates.Anchor({class:"viewmore","data-id":"viewmore",href:makeLink("")}),$$WP.Strings.setDisplayText(s,"ViewMoreLabel",this.StringsNamespace),this.$container.safeAppend(s),r||this._Title&&(this._Title.Buttons=this._Title.Buttons||[],this.ShowPocExpandIcon?(this._Title.ExpandBtn=new $$WPComp.ComplexObjects.Button("",new $$WPComp.ComplexObjects.Image(makeStaticLink("images/widget_open.svg"),"",o.getStringForTemplate("ViewMoreLabel")),"viewmore","viewmore"),this.setTitle(this._Title.Text,this._Title.Buttons,this._Title.Image,this.IsClosable,this._Title.ExpandBtn)):(this._Title.Buttons.push(new $$WPComp.ComplexObjects.Button("",new $$WPComp.ComplexObjects.Image(makeStaticLink("images/widget_open.svg"),"",o.getStringForTemplate("ViewMoreLabel")),"viewmore","viewmore")),this.setTitle(this._Title.Text,this._Title.Buttons,this._Title.Image,this.IsClosable)),i-=this.$title.contentHeight()+this.$title.heightPadding()-e)),this.$content.css("height",i-s.outerHeight(!0)+"px"))}},setToolbar:function WPComp$setToolbar(t){this.$container.removeClass("notoolbar"),this.ToolbarButtons=$$WPUtil.copyObject(t),t&&t.length?(this.$toolbar&&this.$toolbar.remove(),this.$toolbar=$afe.renderTemplate($$WP.Templates.Core.ButtonBar,new $$WPComp.ComplexObjects.ButtonBar("",null,"toolbar",this.ToolbarButtons,$$WPComp.TOOLBARIDENTIFIER)),this.$container.safeAppend(this.$toolbar)):this.$container.addClass("notoolbar")},waitingForRequest:function WPComp$waitingForRequest(t){return"string"==typeof t?this.__Server[t]?this.__Server[t].waitingFor>0:0:this.__Server.waitingFor>0},makeRequest:function WPComp$makeRequest(t,e,i,n){var s,o,a;if(t.url)return e=e||"other",!1===i||$$WPComp.isComponent(i)||(null!=i&&!0!==i||(i=this.CommunicationsIndicator),!1===i||$$WPComp.isComponent(i)||("string"!=typeof i&&(i=$$WP.Strings.getForTemplate("GenericLoadingMessage","Global")),i=new $$WPComp.InlineLoadingComponent({Data:{PrimaryMessage:i}}))),$$WPComp.isComponent(i)&&i.refresh(),s={CommunicationsIndicator:i,Options:t=$$WPUtil.mergeObjects({type:"POST",data:{},dataType:"html",cache:!1},t,!1),success:t.success,failure:t.failure,callbackParam:n},t.success=this.__serverSuccess,t.error=this.__serverFailed,t.url=$$WPUtil.addUrlParameter(t.url,"ComponentNumber",this.ComponentNumber),this.__Server[e]=this.__Server[e]||{length:0,waitingFor:0},(o=this.__Server[e])[o.length]=s,t.context={ComponentNumber:this.ComponentNumber,Identifier:e,RequestNumber:o.length},++o.length,++o.waitingFor,this.__Server.waitingFor++,$$WPComp.isComponent(i)&&i.show(this.$container),$.ajax(t),$$WPComp.__Server.waitingFor++,(a=$$WP.Strings.getNamespace("Global")).addMnemonic("@MYCHART@UNLOADEDCOMPONENTS@",$$WPComp.__Server.waitingFor.toString()),$afe.select("#skiplink").text(a.getString("GlobalLoadingIndicator")),a.removeMnemonic("@MYCHART@UNLOADEDCOMPONENTS@"),t.context.RequestNumber},cancelRequest:function(t,e){if(this.__Server[t]){var i=this.__Server[t][e];if(i.canceled=!0,$$WPComp.isComponent(i.CommunicationsIndicator)){try{i.CommunicationsIndicator.hide(this.$container)}catch(t){}$$WPComp.__Server.waitingFor--}}},_createButtonContent:function(t,e){var i=$("<use></use>"),n=makeStaticImageLink(t);i.safeAttr("xlink:href",n);var s=$("<svg></svg>");return s.safeAttr("aria-hidden","true"),s.safeAttr("focusable","false"),s.addClass("btnImg"),s.safeAppend(i),new Handlebars.SafeString(s.prop("outerHTML")+e)},__serverSuccess:function WPBehave$Server$success(t){$$WPComp.getInstance(this.ComponentNumber).__serverCallback(this.Identifier,this.RequestNumber,t,"success")},__serverFailed:function WPBehave$Server$failure(t){$$WPComp.getInstance(this.ComponentNumber).__serverCallback(this.Identifier,this.RequestNumber,t,"failure")},__serverCallback:function WPBehave$Server$sharedCallback(t,e,i,n){var s,o;if(s=this.__Server[t][e],this.__Server[t].waitingFor--,this.__Server.waitingFor--,0===this.__Server[t].waitingFor?delete this.__Server[t]:delete this.__Server[t][e],!s.canceled){if($$WPComp.isComponent(s.CommunicationsIndicator))try{s.CommunicationsIndicator.hide(this.$container)}catch(t){}"function"==typeof s[n]?s[n].apply(this,[i,s.callbackParam]):$$WP.Debug.logError("Could not find appropriate callback for value returned by server.\nThe value returned was: "+i+".\t\nThe component number was: "+this.ComponentNumber+".\t\nIts container's class was: "+this.$container.get(0).className),$$WPComp.__Server.waitingFor--}o=$$WP.Strings.getNamespace("Global"),$$WPComp.__Server.waitingFor>0?(o.addMnemonic("@MYCHART@UNLOADEDCOMPONENTS@",$$WPComp.__Server.waitingFor.toString()),$afe.select("#skiplink").text(o.getString("GlobalLoadingIndicator")),o.removeMnemonic("@MYCHART@UNLOADEDCOMPONENTS@")):$afe.select("#skiplink").text(o.getString("SkipNavigationText"))},load:function WPComp$load(){$$WP.Debug.logError("Components must declare a load function")}},$$WPComp.Component.extend("BaseObject"));$afe.onDocumentReady((function SaveSkipNavText(){$$WP.Strings.add("SkipNavigationText",$afe.select("#skiplink").text(),"Global")}));;
/*! Copyright (c) Epic Systems Corporation 2016 */
var $$WP;$$WP.$body=$$WP.$body||$afe.select("body"),function WP$Common$Model$definition(){var t=function WP$Common$Model(t){var e,r,n;if(this.WP$BaseObject(),this.ModelId=o++,this._propertyListeners=[],s[this.ModelId]=this,"object"===$.type(t)&&Array.isArray(this.s_dataMembers))for(n=this._constructor.prototype,r=0;r<this.s_dataMembers.length;r++)e=this.s_dataMembers[r],n.hasOwnProperty(e)||$$WP.Debug.logError(this._constructor._className+" defined '"+e+"' in s_dataMembers, but that field was not defined in the prototype."),e in t&&(this[e]=t[e])},e={s_dataMembers:null,ModelId:null,_propertyListeners:null,addPropertyListener:function WP$Common$Model$addPropertyListener(t,e,o){var s;return s={propertyName:t,callback:e,contextData:o,listenerId:r++},this._propertyListeners.push(s),s.listenerId},removePropertyListener:function WP$Common$Model$removePropertyListener(t){var e;for(e=0;e<this._propertyListeners.length;e++)if(this._propertyListeners[e].listenerId===t)return void this._propertyListeners.splice(e,1)},setProperty:function WP$Common$Model$setProperty(t,e){var o,r,s,n;if((o=this[t])!==e)for(this[t]=e,r={model:this,propertyName:t,from:o,to:e},s=0;s<this._propertyListeners.length;s++)((n=this._propertyListeners[s]).propertyName===t||$$WPUtil.IsNullOrEmpty(n.propertyName))&&n.callback(r,n.contextData)},toRawObject:function WP$Common$Model$toRawObject(){var t,e,o,r={};for(t=0;t<this.s_dataMembers.length;t++)o=this[e=this.s_dataMembers[t]],$$WPUtil.IsNullOrEmpty(o)||"function"!=typeof o.WP$Common$Model?r[e]=o:r[e]=o.toRawObject();return r},dispose:function WP$Common$Model$dispose(){delete s[this.ModelId]},proxify:function WP$Common$Model$proxify(t){var e,o,r;for(o=arguments||[],e=0;e<o.length;e++)"function"==typeof this[r=o[e]]?this[r]=$.proxy(this[r],this):$$WP.Debug.logError(r+" is not a function. Cannot proxify it.")}},o=1,r=1,s={};t.prototype=e,t.getInstance=function WP$Common$Model$getInstance(t){return s[t]||null},$$WP.Common=$$WP.Common||{},$$WP.Common.Model=t,t.extend($$WP.BaseObject,"WP$Common$Model")}(),$$WP.Debug.UnitTest=$$WP.Debug.UnitTest||{},$$WP.Debug.UnitTest.tests=$$WP.Debug.UnitTest.tests||[],$$WP.Debug.UnitTest.tests.push((function UnitTests$Common$Model(t){$$WP.Debug.UnitTest.assert}));;
/*! Copyright (c) Epic Systems Corporation 2016 */
!function WP$Common$ModelCollection$definition(){var e=$$WP.Common.Model,t=function WP$Common$ModelCollection(e,t,n){var i,a,s,d,l,c,h;for(e=e||[],t=t||[],n=n||[],i=$$WP.Debug.UnitTest.assert,this._indexDefinitions={},this._indexDefinitionsByProperty={},this._indices={},this._monitoredProperties={},this._monitoredEvents={add:[],remove:[]},this._modelId2listenerId={},this._indexedProperties={},this._mutexRules={},this.Models=[],this._changeBatch={changesMap:{},changeEventData:{},openBatchCounter:0,collectionEvents:{}},this._onPropertyChanged=$.proxy(this._onPropertyChanged,this),a=0;a<e.length;a++){for(d=(s=new o(e[a])).propertyNames,l=0;l<d.length;l++)i(-1===(c=d[l]).indexOf(","),"Indexed property names cannot contain commas. It will corrupt the index definitions."),this._indexedProperties[c]=!0,this._indexDefinitionsByProperty[c]=this._indexDefinitionsByProperty[c]||[],this._indexDefinitionsByProperty[c].push(s);this._indexDefinitions[s.indexName]=s,this._indices[s.indexName]={}}for(a=0;a<t.length;a++)c=t[a],this.addMonitoredProperty(c);for(a=0;a<n.length;a++){if(void 0===(h=new r(n[a],this)).indexDefinition)return void $$WP.Debug.logError("'"+c+"' is not indexed by itself and therefore cannot have mutex rules.");this._mutexRules[h.propertyName]=this._mutexRules[h.propertyName]||{},this._mutexRules[h.propertyName][h.value]=h}},n={_indexDefinitions:null,_indexDefinitionsByProperty:null,_indices:null,_monitoredProperties:null,_monitoredEvents:null,_modelId2listenerId:null,_changeBatch:null,_indexedProperties:null,_mutexRules:null,Models:null,empty:function WP$Common$ModelCollection$empty(){var e;for(this.openChangeBatch();this.Models.length>0;)e=this.Models[0],this.remove(e);this.closeChangeBatch()},add:function WP$Common$ModelCollection$add(e){var n,o;for(n in o=e.addPropertyListener("",this._onPropertyChanged),this._modelId2listenerId[e.ModelId]=o,this.Models.push(e),this._indexDefinitions)this._addToIndex(this._indexDefinitions[n],e);this._onCollectionEvent(t.AddEvent)},addRange:function WP$Common$ModelCollection$addRange(e){this.openChangeBatch();for(var t=0;t<e.length;t++)this.add(e[t]);this.closeChangeBatch()},remove:function WP$Common$ModelCollection$remove(e){var n;if(-1!==this.Models.indexOf(e)){for(n in e.removePropertyListener(this._modelId2listenerId[e.ModelId]),this.Models.splice(this.Models.indexOf(e),1),this._indexDefinitions)this._removeFromIndex(this._indexDefinitions[n],e,e);this._onCollectionEvent(t.RemoveEvent)}},removeRange:function WP$Common$ModelCollection$removeRange(e){this.openChangeBatch();for(var t=0;t<e.length;t++)this.remove(e[t]);this.closeChangeBatch()},getFromIndex:function WP$Common$ModelCollection$getFromIndex(e,t,n){var o,r,i,a,s,l;if(Array.isArray(e)||(e=[e]),Array.isArray(t)||(t=[t]),r=e.join(",")+",","object"!=typeof(i=this._indices[r]))return $$WP.Debug.logError("Index does not exist for "+r),null;if(e.length!==t.length)return $$WP.Debug.logError("Each specified property name must have a corresponding value"),null;if(null===(a=d(i,t,!1)))"set"===(s=this._indexDefinitions[r]).storeAs?a={size:0}:"array"===s.storeAs&&(a=[]);else if(!0===n)if("set"===(s=this._indexDefinitions[r]).storeAs){for(o in l={},a)l[o]=a[o];a=l}else"array"===s.storeAs&&(a=a.slice());return a},getFirstInIndex:function WP$Common$ModelCollection$getFirstInIndex(e,t){var n=this.getFromIndex(e,t);return null===n?null:("size"in n&&(n=i(n)),Array.isArray(n)&&(n=0===n.length?null:n[0]),n)},getIndex:function WP$Common$ModelCollection$getIndex(e){var t;return"string"==typeof e&&(e=[e]),t=e.join(",")+",",this._indices[t]||null},sortByIndex:function WP$Common$ModelCollection$sortByIndex(e){if(!this._indexedProperties[e])throw"["+e+"] is not an indexed property on this collection.";this.Models=this.Models.sort((function(t,n){return t[e]-n[e]}))},addMonitoredProperty:function WP$Common$ModelCollection$addMonitoredProperty(e){Array.isArray(this._monitoredProperties[e])||(this._monitoredProperties[e]=[])},addPropertyListener:function WP$Common$ModelCollection$addPropertyListener(e,t,n){var o;if(Array.isArray(this._monitoredProperties[e])){if("function"==typeof t)return o={callback:t,contextData:n,listenerId:a++},this._monitoredProperties[e].push(o),o.listenerId;$$WP.Debug.logError("Property change listener must be a function")}else $$WP.Debug.logError(e+" is not a monitorable property.")},removePropertyListener:function WP$Common$ModelCollection$removePropertyListener(e,t){var n,o;if(n=this._monitoredProperties[e],Array.isArray(n))for(o=0;o<n.length;o++)if(n[o].listenerId===t)return void n.splice(o,1)},addCollectionEventListener:function WP$Common$ModelCollection$addCollectionEventListener(e,t,n){var o;if("function"==typeof t)return o={callback:t,contextData:n,listenerId:s++},this._monitoredEvents[e].push(o),o.listenerId;$$WP.Debug.logError("Event listener must be a function")},removeCollectionEventListener:function WP$Common$ModelCollection$removeCollectionEventListener(e,t){var n,o;if(n=this._monitoredEvents[e],Array.isArray(n))for(o=0;o<n.length;o++)if(n[o].listenerId===t)return void n.splice(o,1)},openChangeBatch:function WP$Common$ModelCollection$openChangeBatch(){this._changeBatch.openBatchCounter++},closeChangeBatch:function WP$Common$ModelCollection$closeChangeBatch(){var t,n,o,r,i,a,s,d,l,c,h,m,u,g,p,y,f,x,I;if(0!==this._changeBatch.openBatchCounter)if(this._changeBatch.openBatchCounter--,this._changeBatch.openBatchCounter<0)$$WP.Debug.logError("Tried to close the change batch, but there wasn't one open.");else if(!(this._changeBatch.openBatchCounter>0)){for(o in t=[],n=this._changeBatch.changesMap)t.push(o);for(t.sort(),r=0;r<t.length;r++){for(g in o=t[r],i=e.getInstance(o),a=n[o],s={},this._indexedProperties)void 0!==a[g]?s[g]=a[g].from:s[g]=i[g];for(g in d={},a)if(c=this._indexDefinitionsByProperty[g],!$$WPUtil.IsNullOrEmpty(c))for(l=0;l<c.length;l++)d[c[l].indexName]=!0;for(h in d)m=this._indexDefinitions[h],this._removeFromIndex(m,s,i),this._addToIndex(m,i)}for(f in y=this._changeBatch.collectionEvents,u=this._changeBatch.changeEventData,this._changeBatch={changesMap:{},changeEventData:{},openBatchCounter:0,collectionEvents:{}},y)for(x in this._monitoredEvents[f])(I=this._monitoredEvents[f][x]).callback(I.contextData);for(g in u){for(o in u[g])(p=u[g][o]).from===p.to&&delete u[g][o];$.isEmptyObject(u[g])||this._invokePropertyListeners(g,u[g])}}},size:function WP$Common$ModelCollection$size(){return this.Models.length},contains:function WP$Common$ModelCollection$contains(e){return-1!==this.Models.indexOf(e)},toArray:function WP$Common$ModelCollection$toArray(){return this.Models},toRawObjectArray:function WP$Common$ModelCollection$toRawObjectArray(){var e,t=[];for(e=0;e<this.Models.length;e++)t[e]=this.Models[e].toRawObject();return t},_onCollectionEvent:function WP$Common$ModelCollection$_onCollectionEvent(e){var t,n;if(this._changeBatch.openBatchCounter>0)this._changeBatch.collectionEvents[e]=!0;else for(t in this._monitoredEvents[e])(n=this._monitoredEvents[e][t]).callback(n.contextData)},_invokePropertyListeners:function WP$Common$ModelCollection$_invokePropertyListeners(e,t){var n,o,r;if(n=this._monitoredProperties[e],Array.isArray(n))for(r=0;r<n.length;r++)(o=n[r]).callback(t,o.contextData)},_addToIndex:function WP$Common$ModelCollection$_addToIndex(e,t){var n,o,r,i,a,s;for(o=e.propertyNames,i=r=this._indices[e.indexName],n=0;n<o.length-1;n++)null!==(a=t[o[n]])&&"object"==typeof a&&$$WP.Debug.logError("Indices will not work if the indexed value is a non-null object."),i=r[a]||{},r[a]=i,r=i;s=t[o[o.length-1]],"set"===e.storeAs?(i[s]=i[s]||{size:0},i[s][t.ModelId]=!0,i[s].size++):"array"===e.storeAs?(i[s]=i[s]||[],i[s].push(t)):i[s]=t},_removeFromIndex:function WP$Common$ModelCollection$_removeFromIndex(e,t,n){var o,r,i,a,s,l;for(r=e.propertyNames||[],i=[],o=0;o<r.length;o++)i[o]=t[r[o]];a=i[i.length-1],s=this._indices[e.indexName],null!==(l=d(s,i,!0))&&("set"===e.storeAs?(l[a]=l[a]||{size:0},l[a][n.ModelId]&&(delete l[a][n.ModelId],l[a].size--)):"array"===e.storeAs?(l[a]=l[a]||[],l[a].splice(l[a].indexOf(n),1),0===l[a].length&&delete l[a]):delete l[a])},_getMutexRule:function WP$Common$ModelCollection$_getMutexRule(e,t){var n=this._mutexRules[e]||{};return(n=n[t])||null},_onPropertyChanged:function WP$Common$ModelCollection$_onPropertyChanged(e){var t,n,o,r,i,a,s,d,l,c,h;if(n=(t=e.model).ModelId,o=e.propertyName,r=this._indexedProperties[o],i=Array.isArray(this._monitoredProperties[o]),r||i){if(null!==(a=this._getMutexRule(e.propertyName,e.to))&&null!==(h=this.getFirstInIndex(o,a.value))&&h[o]===a.value&&h!==t)return this.openChangeBatch(),h.setProperty(o,a.bumpToValue),this._onPropertyChanged(e),void this.closeChangeBatch();if(this._changeBatch.openBatchCounter>0)(s=this._changeBatch.changesMap)[n]=s[n]||{},s[n][o]=s[n][o]||{from:e.from},s[n][o].to=e.to,i&&((d=this._changeBatch.changeEventData)[o]=d[o]||{},d[o][n]=s[n][o],d[o][n].model=t);else{if(r){for(l=this._indexDefinitionsByProperty[o],t[o]=e.from,c=0;c<l.length;c++)this._removeFromIndex(l[c],t,t);for(t[o]=e.to,c=0;c<l.length;c++)this._addToIndex(l[c],t)}i&&((d={})[n]=e,this._invokePropertyListeners(o,d))}}},getKeyValueFormat:function WP$Common$ModelCollection$getKeyValueFormat(e){var t,n,o;for(o={},t=0;t<this.Models.length;t++)o[(n=this.Models[t])[e]]=n;return o}},o=function WP$Common$ModelCollection$IndexDefinition(e){var t=e.propertyNames;this.storeAs=e.storeAs,Array.isArray(t)||(t=[t]),this.propertyNames=t,this.indexName=this.propertyNames.join(",")+","};o.prototype={indexName:null,storeAs:null,propertyNames:null};var r=function WP$Common$ModelCollection$MutexRule(e,t){this.propertyName=e.propertyName,this.value=e.value,this.bumpToValue=e.bumpToValue,this.modelCollection=t,this.indexDefinition=t._indexDefinitions[this.propertyName+","]};r.prototype={propertyName:null,value:null,bumpToValue:null,indexDefinition:null,modelCollection:null};var i=function WP$Common$ModelCollection$modelIdSet2Array(t,n){var o,r,i;for(o in i=[],t)!0===t[o]&&null!==(r=e.getInstance(o))&&(n?i.push(r.toRawObject()):i.push(r));return i},a=1,s=1,d=function WP$Common$ModelCollection$s_traverseIndex(e,t,n){var o,r;for(o=e,r=0;r<t.length-1;r++)if(o=o[t[r]],"object"!==$.type(o))return null;return n?o:o[t[t.length-1]]||null};t.prototype=n,t.modelIdSet2Array=i,t.IndexDefinition=o,t.MutexRule=r,t.AddEvent="add",t.RemoveEvent="remove",$$WP.Common=$$WP.Common||{},$$WP.Common.ModelCollection=t,t.extend($$WP.BaseObject,"WP$Common$ModelCollection")}(),$$WP.Debug.UnitTest=$$WP.Debug.UnitTest||{},$$WP.Debug.UnitTest.tests=$$WP.Debug.UnitTest.tests||[],$$WP.Debug.UnitTest.tests.push((function UnitTests$Common$ModelCollection(e){var t,n,o,r,i,a,s;r=$$WP.Debug.UnitTest.assert,t=$$WP.Common.Model,n=$$WP.Common.ModelCollection;var d=function UnitTest$isSizedSet(e){return $.isPlainObject(e)&&e.hasOwnProperty("size")};!function UnitTest$Common$ModelCollection$DefineTesterClass(){(o=function WP$Common$ModelCollection$Tester(e){this.WP$Common$Model(e),this.Selected=!1}).prototype={s_dataMembers:["Id","Name","Value"],Id:null,Name:null,Value:null,Selected:null},o.extend($$WP.Common.Model,"WP$Common$ModelCollection$Tester"),i=[{propertyNames:"Selected",storeAs:"set"},{propertyNames:"Id",storeAs:"single"},{propertyNames:"Name",storeAs:"array"},{propertyNames:"Value",storeAs:"set"},{propertyNames:["Value","Id"],storeAs:"single"},{propertyNames:["Id","Value"],storeAs:"single"},{propertyNames:["Id","Name","Value"],storeAs:"single"}],a=["Value"],s=[{propertyName:"Selected",value:!0,bumpToValue:!1}]}(),function UnitTest$Common$ModelCollection$BasicFunctionality(){var e,t,d;d=new n(i,a,s),r(0===d.size(),"size() did not return 0 for a newly created ModelCollection"),r(Array.isArray(d.Models)&&0===d.Models.length,"The Models property on the new ModelCollection was not properly initialized as an empty array"),e=new o({Id:1,Name:"tester1",Value:"a"}),d.add(e),r(1===d.size(),"size() did not return 1 as expected after a call to add()"),r(Array.isArray(d.Models)&&1===d.Models.length,"The Models property was not an array of length 1 as expected after the call to add()"),r(Array.isArray(d.Models)&&d.Models[0]===e,"The value of Models[0] did not match the expected value after the call to add()"),t=new o({Id:2,Name:"tester2",Value:"b"}),d.add(t),r(2===d.size(),"size() did not return 2 as expected after the second call to add()"),r(Array.isArray(d.Models)&&2===d.Models.length,"The Models property was not an array of length 2 as expected after the second call to add()"),r(Array.isArray(d.Models)&&d.Models[0]===e,"The value of Models[0] did not match the expected value after the second call to add()"),r(Array.isArray(d.Models)&&d.Models[1]===t,"The value of Models[1] did not match the expected value after the second call to add()"),d.remove(e),r(1===d.size(),"size() did not return 1 as expected after the a call to remove()"),r(Array.isArray(d.Models)&&1===d.Models.length,"The Models property was not an array of length 1 as expected after a call to remove()"),r(Array.isArray(d.Models)&&d.Models[0]===t,"The value of Models[0] did not match the expected value after the call to add()"),d.remove(t),r(0===d.size(),"size() did not return 0 as expected after the a call to remove()"),r(Array.isArray(d.Models)&&0===d.Models.length,"The Models property was not an array of length 0 as expected after a call to remove()"),e.dispose()}(),function UnitTest$Common$ModelCollection$Indexing(){var e,l,c,h;h=new n(i,a,s),e=new o({Id:1,Name:"tester1",Value:"a"}),h.add(e),r(t.getInstance(e.ModelId)===e,"ModelId--\x3einstance map was not correctly updated when instance was first added to the collection."),c=h.getFromIndex("Id",1),r(c===e,"[Id] (single) index was not correctly updated on first instance added."),c=h.getFromIndex("Name","tester1"),r(Array.isArray(c)&&1===c.length&&c[0]===e,"[Name] (array) index was not correctly updated on first instance added."),c=h.getFromIndex("Value","a"),r(d(c)&&1===c.size&&c[e.ModelId],"[Value] (set) index was not correctly updated on first instance added."),l=new o({Id:2,Name:"tester2",Value:"a"}),h.add(l),c=h.getFromIndex("Value","a"),r(d(c)&&2===c.size&&c[e.ModelId]&&c[l.ModelId],"[Value] (set) index was not correctly updated when a second instance with the same value was added."),e.setProperty("Id",-1),c=h.getFromIndex("Id",1),r(null===c,"[Id] (single) index was not correctly cleared under 1 when the instance's Id property changed from 1 to -1"),c=h.getFromIndex("Id",-1),r(c===e,"[Id] (single) index was not correctly set under -1 when the instance's Id property changed from 1 to -1"),e.setProperty("Name","tester2"),c=h.getFromIndex("Name","tester1"),r(Array.isArray(c)&&0===c.length,"[Name] (array) index was not correctly cleared under 'tester1' when the instance's Name property changed from 'tester1' to 'tester2'"),c=h.getFromIndex("Name","tester2"),r(Array.isArray(c)&&2===c.length&&c[0]===l&&c[1]===e,"[Name] (array) index was not correctly set under 'tester2' when the instance's Name property changed from 'tester1' to 'tester2'"),e.setProperty("Value","b"),c=h.getFromIndex("Value","a"),r(d(c)&&1===c.size&&!c[e.ModelId]&&c[l.ModelId],"[Value] (set) index did not correctly remove the instance from the value 'a'"),c=h.getFromIndex("Value","b"),r(d(c)&&1===c.size&&c[e.ModelId],"[Value] (set) index did not correctly move the instance to the value 'b'"),c=h.getFromIndex("Id",-1,!0),r(c===e,"[Id] (single) index: failed to ignore the asCopy=true flag in getFromIndex(). "),c=h.getFromIndex("Name","tester2",!0),r(Array.isArray(c)&&2===c.length&&c[0]===l&&c[1]===e&&c!==h.getFromIndex("Name","tester2")&&c!==h.getFromIndex("Name","tester2",!0)&&h.getFromIndex("Name","tester2")==h.getFromIndex("Name","tester2"),"[Name] (array) index: failed to get a copy of the index storage structure from getFromIndex()"),c=h.getFromIndex("Value","b",!0),r(d(c)&&1===c.size&&c[e.ModelId]&&c!==h.getFromIndex("Value","b")&&c!==h.getFromIndex("Value","b",!0)&&h.getFromIndex("Value","b")==h.getFromIndex("Value","b"),"[Value] (set) index: failed to get a copy of the index storage structure from getFromIndex()"),c=h.getFirstInIndex("Id",-1),r(c===e,"[Id] (single) index failed to get the correct instance with getFirstInIndex"),c=h.getFirstInIndex("Name","tester2"),r(c===l,"[Name] (array) index failed to get the correct instance with getFirstInIndex"),c=h.getFirstInIndex("Value","b"),r(c===e,"[Value] (set) index failed to get the correct instance with getFirstInIndex"),c=h.getFromIndex(["Id","Value"],[e.Id,e.Value]),r(c===e,"[Id, Value] (single) index did not contain the expected instance."),c=h.getFromIndex(["Id","Name","Value"],[e.Id,e.Name,e.Value]),r(c===e,"[Id, Name, Value] (single) index did not contain the expected instance."),e.setProperty("Id",1),e.setProperty("Name","tester1"),c=h.getFromIndex(["Id","Value"],[e.Id,e.Value]),r(c===e,"[Id, Value] (single) index did not contain the expected instance."),c=h.getFromIndex(["Id","Name","Value"],[e.Id,e.Name,e.Value]),r(c===e,"[Id, Name, Value] (single) index did not contain the expected instance."),h.remove(e),h.remove(l),c=h.getFromIndex("Id",e.Id),r(null===c,"[Id] (single) index did not properly remove the removed instance"),c=h.getFromIndex(["Id","Value"],[e.Id,e.Value]),r(null===c,"[Id, Value] (single) index did not properly remove the removed instance."),c=h.getFromIndex(["Id","Name","Value"],[e.Id,e.Name,e.Value]),r(null===c,"[Id, Name, Value] (single) index did not properly remove the removed instance."),c=h.getFromIndex("Id","no instances have this Id"),r(null===c,"[Id] (single) index did not return null for a value for which it had no instances"),c=h.getFromIndex("Name","no instances have this Name"),r(Array.isArray(c)&&0===c.length,"[Name] (array) index did not return an empty array for a value for which it had no instances"),c=h.getFromIndex("Value","no instances have this Value"),r(d(c)&&0===c.size,"[Value] (set) index did not return an empty set for a value for which it had no instances"),e.dispose(),l.dispose()}(),function UnitTest$Common$ModelCollection$ChangeBatch(){var e,t,d;function checkIndexUnchanged(){t=d.getFirstInIndex("Id",1),r(t===e,"The instance was already removed from its original index location by changes made in an open change batch."),t=d.getFirstInIndex("Name","tester1"),r(t===e,"The instance was already removed from its original index location by changes made in an open change batch."),t=d.getFirstInIndex("Value","a"),r(t===e,"The instance was already removed from its original index location by changes made in an open change batch."),t=d.getFirstInIndex("Id",2),r(null===t,"The instance was already moved to its new index location by changes made in an open change batch."),t=d.getFirstInIndex("Name","tester2"),r(null===t,"The instance was already moved to its new index location by changes made in an open change batch."),t=d.getFirstInIndex("Value","b"),r(null===t,"The instance was already moved to its new index location by changes made in an open change batch.")}d=new n(i,a,s),e=new o({Id:1,Name:"tester1",Value:"a"}),d.add(e),d.openChangeBatch(),d.openChangeBatch(),e.setProperty("Id",2),e.setProperty("Name","tester2"),e.setProperty("Value","b"),checkIndexUnchanged(),d.closeChangeBatch(),checkIndexUnchanged(),d.closeChangeBatch(),function checkIndexChanged(){t=d.getFirstInIndex("Id",1),r(null===t,"The instance was not removed from its original index location when the change batch was closed."),t=d.getFirstInIndex("Name","tester1"),r(null===t,"The instance was not removed from its original index location when the change batch was closed."),t=d.getFirstInIndex("Value","a"),r(null===t,"The instance was not removed from its original index location when the change batch was closed."),t=d.getFirstInIndex("Id",2),r(t===e,"The instance was already moved to its new index location by changes made in an open change batch."),t=d.getFirstInIndex("Name","tester2"),r(t===e,"The instance was already moved to its new index location by changes made in an open change batch."),t=d.getFirstInIndex("Value","b"),r(t===e,"The instance was already moved to its new index location by changes made in an open change batch.")}(),d.openChangeBatch(),d.remove(e),t=d.getFirstInIndex("Id",2),r(null===t,"The instance was not removed from the index during removal. This should happen even if a change batch is open."),t=d.getFirstInIndex("Name","tester2"),r(null===t,"The instance was not removed from the index during removal. This should happen even if a change batch is open."),t=d.getFirstInIndex("Value","b"),r(null===t,"The instance was not removed from the index during removal. This should happen even if a change batch is open."),e.dispose()}(),function UnitTest$Common$ModelCollection$Mutex(){var e,t,d;d=new n(i,a,s),e=new o({Id:1,Name:"tester1",Value:"a"}),t=new o({Id:2,Name:"tester2",Value:"b"}),d.add(e),d.add(t),e.setProperty("Selected",!0),r(!0===e.Selected&&!1===t.Selected,"Initially setting an instance to be selected failed"),t.setProperty("Selected",!0),r(!1===e.Selected&&!0===t.Selected,"Mutual exclusion did not behave as expected when setting the second instance to be selected"),d.remove(t),e.setProperty("Selected",!0),r(!0===e.Selected&&!0===t.Selected,"Mutual exclusion did not behave as expected with disposed instances"),e.dispose(),t.dispose()}(),function UnitTest$Common$ModelCollection$PropertyMonitor(){var e,t,d,l,c,h,m,u;t=function(e,t){c=e,l=t,d=!0},m={},(u=new n(i,a,s)).addPropertyListener("Value",t,m),e=new o({Id:1,Name:"tester1",Value:"a"}),u.add(e),u.openChangeBatch(),e.setProperty("Value","b"),r(!d,"Callback was invoked during an open change batch"),e.setProperty("Value","a"),u.closeChangeBatch(),r(!d,"Callback was invoked after a change batch closed even though the net change was nothing"),u.openChangeBatch(),e.setProperty("Value","b"),e.setProperty("Value","c"),u.closeChangeBatch(),h=c[e.ModelId],r(d&&l===m&&"object"===$.type(h)&&"a"===h.from&&"c"===h.to,"Callback was not correctly invoked after multiple changes inside of a change batch."),e.dispose()}()}));;
/*! Copyright 2017-2021 Epic Systems Corporation */
!function WP$I18N$Locale$definition(){var e=$$WP.Common.ModelCollection,t=function WP$I18N$Locale(e){this.WP$Common$Model(e)},n=[{propertyNames:"Identifier",storeAs:"single"}];t.prototype={s_dataMembers:["Identifier","PrimaryLocaleName","Language","ForceMetricUnits","DatePatterns","TimePatterns","Months","Days","DateSeparator","TimeSeparator","DecimalSeparator","GroupSeparator","RangeSeparator","DecimalPlaces","GroupSize","NegativePattern","CurrencySymbol","CurrencyCode","CurrencyDecimalPlaces","CurrencyGroupSize","CurrencyPositivePattern","CurrencyNegativePattern","PercentSymbol"],PrimaryLocaleName:null,Identifier:null,Language:null,ForceMetricUnits:null,DatePatterns:null,TimePatterns:null,Months:null,Days:null,DateSeparator:null,TimeSeparator:null,DecimalSeparator:null,GroupSeparator:null,RangeSeparator:null,DecimalPlaces:null,GroupSize:null,NegativePattern:null,CurrencySymbol:null,CurrencyCode:null,CurrencyDecimalPlaces:null,CurrencyGroupSize:null,CurrencyPositivePattern:null,CurrencyNegativePattern:null,PercentSymbol:null},t.createModelCollection=function WP$I18N$Locale$createModelCollection(){return new e(n)},t.convertRawLocales=function WP$I18N$Locale$convertRawLocales(e,n){var r,a,l,o;for(r in o=[],n.openChangeBatch(),e)"object"==typeof(a=e[r])&&(null===(l=n.getFromIndex("Identifier",r))&&((l=new t(a)).Identifier=r,n.add(l)),o.push(l));return n.closeChangeBatch(),o},$$WP.I18N=$$WP.I18N||{},$$WP.I18N.Locale=t,t.extend($$WP.Common.Model,"WP$I18N$Locale")}(),$$WP.Debug.UnitTest=$$WP.Debug.UnitTest||{},$$WP.Debug.UnitTest.tests=$$WP.Debug.UnitTest.tests||[],$$WP.Debug.UnitTest.tests.push((function UnitTests$Locale(e){$$WP.Debug.UnitTest.assert}));;
/*! Copyright (c) Epic Systems Corporation 2014

*mborofsk 7/13 266376 - update refresh function
*mborofsk 2/14 300081 - Ensuring loading merges objects and uses default propertly
*/
$$WPComp.ViewComponent=function WPComp$ViewComponent(t){this.Components$Component(t)},$$WPComp.ViewComponent.prototype={Url:"",refresh:function WPComp$ViewComponent$refresh(t){var e=-this.$container.outerHeight(!0);this.load(this._lastRequest),e+=this.$container.outerHeight(!0),this.$container.trigger("resize",{delta:e})},copy:function WPComp$VieComponent$copy(t){return(t=t||{}).Html=t.Html||this.$content.get(0).innerHTML,new this._constructor(t)},load:function(t,e){this._lastRequest=t||this.Url,this.makeRequest({type:"GET",success:this.html,dataType:"html",url:t||this.Url},"load",e)}},$$WPComp.ViewComponent.extend("Components.Component");;
!function WP$UI$LocaleSwitcherController$definition(){var e=function WP$UI$LocaleSwitcherController(e){this.WP$Controllers$Controller(),this.proxify("_localeButtonKeyDown","_localeButtonClick","_openLocaleDropdown","_closeLocaleDropdown","_setFocusToMenuButton"),this.proxify("_setFocusToFirstLink","_setFocusToLastLink","_setFocusToNextLink","_setFocusToPreviousLink","_localeLinkKeyDown"),this.proxify("_localeLinkClick"),this.$root=e,this.$menuButton=this.$root.find("button#localeswitch"),this.$links=this.$root.find(".morelocalesitemlink"),this.$currentLocaleLink=this.$root.find("#currentlanguagelink"),this.$firstLink=this.$links.first(),this.$lastLink=this.$links.last(),this.$localesList=this.$root.find("#morelocalesnav"),this.numLinks=this.$links.length,this.currentIndex=0,this.isShareEverywhereUI="language_picker"==this.$root.parent().safeAttr("id"),this.keyCode={TAB:9,RETURN:13,ESC:27,SPACE:32,PAGEUP:33,PAGEDOWN:34,END:35,HOME:36,LEFT:37,UP:38,RIGHT:39,DOWN:40},this.$root.on("blur",this._closeLocaleDropdown),this.$menuButton.on("keydown",this._localeButtonKeyDown),this.$menuButton.on("click",this._localeButtonClick),this.$links.on("keydown",this._localeLinkKeyDown),this.$currentLocaleLink.on("click",this._closeLocaleDropdown),this.$links.on("click",this._localeLinkClick)};e.prototype={$root:null,$menuButton:null,$links:null,$firstLink:null,$lastLink:null,$localesList:null,currentIndex:0,_localeButtonKeyDown:function WP$UI$LocaleSwitcherController$_localeButtonKeyDown(e){var t=!0;switch(e.keyCode){case this.keyCode.SPACE:case this.keyCode.RETURN:this._openLocaleDropdown(),this._setFocusToFirstLink();break;default:t=!1}t&&(e.stopPropagation(),e.preventDefault())},_localeButtonClick:function WP$UI$LocaleSwitcherController$_localeButtonClick(e){"true"===this.$menuButton.safeAttr("aria-expanded")?this._closeLocaleDropdown(!0):(this._openLocaleDropdown(),this._setFocusToFirstLink()),e.stopPropagation(),e.preventDefault()},_localeLinkClick:function WP$UI$LocaleSwitcherController$_localeLinkClick(e){var t=$afe.jq(e.currentTarget);if("currentlanguagelink"!==t.safeAttr("id")){var o,s=new URLSearchParams(document.location.search);return s.set("lang",t.safeAttr("lang")),o=document.location.pathname+"?"+s.toString(),$$WP.Utilities.TryRedirect(o),!1}return!0},_openLocaleDropdown:function WP$UI$LocaleSwitcherController$_openProxyDropdown(){this.isShareEverywhereUI&&(this.$localesList.slideDown(200),this.$menuButton.safeAttr("data-expand-state","expanded")),this.$localesList.removeClass("localeHide").removeClass("jqHidden").addClass("localeShow").safeAttr("aria-hidden","false"),this.$menuButton.safeAttr("aria-expanded","true"),$afe.select("body").on("click",this._closeLocaleDropdown)},_closeLocaleDropdown:function WP$UI$LocaleSwitcherController$_closeLocaleDropdown(e){this.$menuButton.safeAttr("aria-expanded","false"),this.$localesList.removeClass("localeShow").addClass("localeHide").addClass("jqHidden").safeAttr("aria-hidden","true"),this.isShareEverywhereUI&&(this.$localesList.slideUp(200),this.$menuButton.safeAttr("data-expand-state","collapsed")),e||this._setFocusToMenuButton(),$afe.select("body").off("click",this._closeLocaleDropdown)},_setFocusToMenuButton:function WP$UI$LocaleSwitcherController$_setFocusToMenuButton(){this.$menuButton.focus()},_setFocusToFirstLink:function WP$UI$LocaleSwitcherController$_setFocusToFirstLink(){this.$firstLink.focus(),this.currentIndex=0},_setFocusToLastLink:function WP$UI$LocaleSwitcherController$_setFocusToLastLink(){this.$lastLink.focus(),this.currentIndex=this.numLinks-1},_setFocusToPreviousLink:function WP$UI$LocaleSwitcherController$_setFocusToPreviousLink(e){return this.currentIndex<=0?e?(this._setFocusToLastLink(),!1):(this._closeLocaleDropdown(),!0):(this.$links.eq(--this.currentIndex).focus(),!1)},_setFocusToNextLink:function WP$UI$LocaleSwitcherController$_setFocusToNextLink(e){return this.currentIndex>=this.$links.length-1?e?(this._setFocusToFirstLink(),!1):(this._closeLocaleDropdown(this.isShareEverywhereUI),!0):(this.$links.eq(++this.currentIndex).focus(),!1)},_localeLinkKeyDown:function(e){var t=!1;if(!(e.ctrlKey||e.altKey||e.metaKey)){if(e.shiftKey)e.keyCode===this.keyCode.TAB&&(t=!this._setFocusToPreviousLink(!1));else switch(t=!0,e.keyCode){case this.keyCode.ESC:this._closeLocaleDropdown();break;case this.keyCode.SPACE:this._localeLinkClick(e);break;case this.keyCode.UP:this._setFocusToPreviousLink(!0);break;case this.keyCode.DOWN:this._setFocusToNextLink(!0);break;case this.keyCode.TAB:t=!this._setFocusToNextLink(!1);break;case this.keyCode.HOME:case this.keyCode.PAGEUP:this._setFocusToFirstLink();break;case this.keyCode.END:case this.keyCode.PAGEDOWN:this._setFocusToLastLink();break;default:t=!1}t&&(e.stopPropagation(),e.preventDefault())}}},$$WP.UI=$$WP.UI||{},$$WP.UI.LocaleSwitcherController=e,e.extend($$WP.Controllers.Controller,"WP$UI$LocaleSwitcherController")}();;
/*! Copyright 2020-2024 Epic Systems Corporation */
!function WP$UI$Command$definition(){var s=function WP$UI$Command(s){this.WP$Common$Model(s),this.CommandType=$$WP.UI.CommandOptions.resolveCommandType(this.CmdOptions),this.CssClasses=$$WP.UI.CommandOptions.resolveCssClasses(this.Priority,this.Tone,this.CmdOptions)};s.prototype={s_dataMembers:["Caption","CmdOptions","Priority","Tone"],Caption:null,CmdOptions:null,Priority:null,Tone:null,CommandType:null,CssClasses:null},$$WP.UI=$$WP.UI||{},$$WP.UI.Command=s,$$WP.Common&&s.extend($$WP.Common.Model,"WP$UI$Command")}(),function WP$UI$CommandOptions$definition(){var s=function WP$UI$CommandOptions(s){if(this.WP$Common$Model(s),this.DataAttrs)for(key in this.DataAttrs)"data-"===key.toLowerCase().substr(0,5)&&(this.DataAttrs[key.substring(5)]=this.DataAttrs[key],delete this.DataAttrs[key]);this.IconCssClasses=("btnImg "+this.IconCssClasses).trim(),this.IsSvgSprite=this.IconPath&&this.IconPath.indexOf(".svg#")>0};s.prototype={s_dataMembers:["AriaDescribedBy","AriaLabel","Callback","CssClasses","DataAttrs","IconCssClasses","IconPath","Id","IsDisabled","IsSubmit","LinkTarget","MiscContent","Path","Title","UsesJqShowHide"],AriaDescribedBy:null,AriaLabel:null,Callback:null,CssClasses:null,DataAttrs:null,IconCssClasses:null,IconPath:null,Id:null,IsDisabled:null,IsSubmit:null,LinkTarget:null,MiscContent:null,Path:null,Title:null,UsesJqShowHide:null,IsSvgSprite:null},s.resolveCommandType=function WP$UI$CommandOptions$resolveCommandType(s){if(s){if(s.Path)return"Navigation";if(s.Callback)return"Action"}},s.resolveCssClasses=function WP$UI$CommandOptions$resolveCssClasses(s,t,e){var n=["button"];return s&&(["primary","secondary","tertiary"].indexOf(s.toLowerCase())<0?$$WP.Debug.logError("Priority must be either 'primary', 'secondary', 'tertiary', or undefined.",!0):n.push(s.toLowerCase())),t&&(["positive","neutral","negative"].indexOf(t.toLowerCase())<0?$$WP.Debug.logError("Tone must be either 'positive', 'neutral', 'negative', or undefined.",!0):n.push(t.toLowerCase())),e&&(!0===e.IsDisabled&&n.push("disabled"),!0===e.UsesJqShowHide&&n.push("jqHidden"),e.CssClasses&&n.push(e.CssClasses)),n.join(" ")},$$WP.UI=$$WP.UI||{},$$WP.UI.CommandOptions=s,$$WP.Common&&s.extend($$WP.Common.Model,"WP$UI$CommandOptions")}(),$$WP.Debug.UnitTest=$$WP.Debug.UnitTest||{},$$WP.Debug.UnitTest.tests=$$WP.Debug.UnitTest.tests||[],$$WP.Debug.UnitTest.tests.push((function UnitTests$Command(s){$$WP.Debug.UnitTest.assert}));;
!function(){var n=Handlebars.template,l=$$WP.Templates=$$WP.Templates||{};(l=l.UI=l.UI||{}).Command=n({compiler:[8,">= 4.3.0"],main:function(n,l,e,o,t,a,r){var u,i,s=null!=l?l:n.nullContext||{},c=n.hooks.helperMissing,p=n.lookupProperty||function(n,l){if(Object.prototype.hasOwnProperty.call(n,l))return n[l]};return(null!=(u=(p(e,"ifEquals")||l&&p(l,"ifEquals")||c).call(s,null!=l?p(l,"CommandType"):l,"Navigation",{name:"ifEquals",hash:{},fn:n.program(1,t,0,a,r),inverse:n.program(4,t,0,a,r),data:t,loc:{start:{line:1,column:79},end:{line:1,column:351}}}))?u:"")+'class="'+n.escapeExpression("function"==typeof(i=null!=(i=p(e,"CssClasses")||(null!=l?p(l,"CssClasses"):l))?i:c)?i.call(s,{name:"CssClasses",hash:{},data:t,loc:{start:{line:1,column:358},end:{line:1,column:372}}}):i)+'"'+(null!=(u=p(e,"with").call(s,null!=l?p(l,"CmdOptions"):l,{name:"with",hash:{},fn:n.program(11,t,0,a,r),inverse:n.noop,data:t,loc:{start:{line:1,column:373},end:{line:1,column:682}}}))?u:"")+">"+(null!=(u=p(e,"with").call(s,null!=l?p(l,"CmdOptions"):l,{name:"with",hash:{},fn:n.program(24,t,0,a,r),inverse:n.noop,data:t,loc:{start:{line:1,column:709},end:{line:1,column:1053}}}))?u:"")+(null!=(u=(p(e,"ifEquals")||l&&p(l,"ifEquals")||c).call(s,null!=l?p(l,"CommandType"):l,"Navigation",{name:"ifEquals",hash:{},fn:n.program(30,t,0,a,r),inverse:n.program(32,t,0,a,r),data:t,loc:{start:{line:1,column:1053},end:{line:1,column:1125}}}))?u:"")},1:function(n,l,e,o,t){var a,r=n.lookupProperty||function(n,l){if(Object.prototype.hasOwnProperty.call(n,l))return n[l]};return'<a href="'+n.escapeExpression(n.lambda(null!=(a=null!=l?r(l,"CmdOptions"):l)?r(a,"Path"):a,l))+'"'+(null!=(a=r(e,"if").call(null!=l?l:n.nullContext||{},null!=(a=null!=l?r(l,"CmdOptions"):l)?r(a,"LinkTarget"):a,{name:"if",hash:{},fn:n.program(2,t,0),inverse:n.noop,data:t,loc:{start:{line:1,column:146},end:{line:1,column:216}}}))?a:"")},2:function(n,l,e,o,t){var a,r=n.lookupProperty||function(n,l){if(Object.prototype.hasOwnProperty.call(n,l))return n[l]};return'target="'+n.escapeExpression(n.lambda(null!=(a=null!=l?r(l,"CmdOptions"):l)?r(a,"LinkTarget"):a,l))+'"'},4:function(n,l,e,o,t){var a,r=null!=l?l:n.nullContext||{},u=n.lookupProperty||function(n,l){if(Object.prototype.hasOwnProperty.call(n,l))return n[l]};return'<button type="'+(null!=(a=u(e,"if").call(r,null!=(a=null!=l?u(l,"CmdOptions"):l)?u(a,"IsSubmit"):a,{name:"if",hash:{},fn:n.program(5,t,0),inverse:n.program(7,t,0),data:t,loc:{start:{line:1,column:238},end:{line:1,column:292}}}))?a:"")+'"'+(null!=(a=u(e,"if").call(r,null!=(a=null!=l?u(l,"CmdOptions"):l)?u(a,"IsDisabled"):a,{name:"if",hash:{},fn:n.program(9,t,0),inverse:n.noop,data:t,loc:{start:{line:1,column:293},end:{line:1,column:338}}}))?a:"")},5:function(n,l,e,o,t){return"submit"},7:function(n,l,e,o,t){return"button"},9:function(n,l,e,o,t){return"disabled "},11:function(n,l,e,o,t){var a,r=null!=l?l:n.nullContext||{},u=n.lookupProperty||function(n,l){if(Object.prototype.hasOwnProperty.call(n,l))return n[l]};return(null!=(a=u(e,"if").call(r,null!=l?u(l,"Callback"):l,{name:"if",hash:{},fn:n.program(12,t,0),inverse:n.noop,data:t,loc:{start:{line:1,column:393},end:{line:1,column:438}}}))?a:"")+(null!=(a=u(e,"if").call(r,null!=l?u(l,"AriaDescribedBy"):l,{name:"if",hash:{},fn:n.program(14,t,0),inverse:n.noop,data:t,loc:{start:{line:1,column:438},end:{line:1,column:506}}}))?a:"")+(null!=(a=u(e,"if").call(r,null!=l?u(l,"AriaLabel"):l,{name:"if",hash:{},fn:n.program(16,t,0),inverse:n.noop,data:t,loc:{start:{line:1,column:506},end:{line:1,column:556}}}))?a:"")+(null!=(a=u(e,"if").call(r,null!=l?u(l,"Title"):l,{name:"if",hash:{},fn:n.program(18,t,0),inverse:n.noop,data:t,loc:{start:{line:1,column:556},end:{line:1,column:593}}}))?a:"")+(null!=(a=u(e,"if").call(r,null!=l?u(l,"Id"):l,{name:"if",hash:{},fn:n.program(20,t,0),inverse:n.noop,data:t,loc:{start:{line:1,column:593},end:{line:1,column:621}}}))?a:"")+(null!=(a=u(e,"each").call(r,null!=l?u(l,"DataAttrs"):l,{name:"each",hash:{},fn:n.program(22,t,0),inverse:n.noop,data:t,loc:{start:{line:1,column:621},end:{line:1,column:673}}}))?a:"")},12:function(n,l,e,o,t){var a,r=n.lookupProperty||function(n,l){if(Object.prototype.hasOwnProperty.call(n,l))return n[l]};return'onclick="'+n.escapeExpression("function"==typeof(a=null!=(a=r(e,"Callback")||(null!=l?r(l,"Callback"):l))?a:n.hooks.helperMissing)?a.call(null!=l?l:n.nullContext||{},{name:"Callback",hash:{},data:t,loc:{start:{line:1,column:418},end:{line:1,column:430}}}):a)+'"'},14:function(n,l,e,o,t){var a,r=n.lookupProperty||function(n,l){if(Object.prototype.hasOwnProperty.call(n,l))return n[l]};return'aria-describedby="'+n.escapeExpression("function"==typeof(a=null!=(a=r(e,"AriaDescribedBy")||(null!=l?r(l,"AriaDescribedBy"):l))?a:n.hooks.helperMissing)?a.call(null!=l?l:n.nullContext||{},{name:"AriaDescribedBy",hash:{},data:t,loc:{start:{line:1,column:479},end:{line:1,column:498}}}):a)+'"'},16:function(n,l,e,o,t){var a,r=n.lookupProperty||function(n,l){if(Object.prototype.hasOwnProperty.call(n,l))return n[l]};return'aria-label="'+n.escapeExpression("function"==typeof(a=null!=(a=r(e,"AriaLabel")||(null!=l?r(l,"AriaLabel"):l))?a:n.hooks.helperMissing)?a.call(null!=l?l:n.nullContext||{},{name:"AriaLabel",hash:{},data:t,loc:{start:{line:1,column:535},end:{line:1,column:548}}}):a)+'"'},18:function(n,l,e,o,t){var a,r=n.lookupProperty||function(n,l){if(Object.prototype.hasOwnProperty.call(n,l))return n[l]};return'title="'+n.escapeExpression("function"==typeof(a=null!=(a=r(e,"Title")||(null!=l?r(l,"Title"):l))?a:n.hooks.helperMissing)?a.call(null!=l?l:n.nullContext||{},{name:"Title",hash:{},data:t,loc:{start:{line:1,column:576},end:{line:1,column:585}}}):a)+'"'},20:function(n,l,e,o,t){var a,r=n.lookupProperty||function(n,l){if(Object.prototype.hasOwnProperty.call(n,l))return n[l]};return'id="'+n.escapeExpression("function"==typeof(a=null!=(a=r(e,"Id")||(null!=l?r(l,"Id"):l))?a:n.hooks.helperMissing)?a.call(null!=l?l:n.nullContext||{},{name:"Id",hash:{},data:t,loc:{start:{line:1,column:607},end:{line:1,column:613}}}):a)+'"'},22:function(n,l,e,o,t){var a,r=n.escapeExpression,u=n.lookupProperty||function(n,l){if(Object.prototype.hasOwnProperty.call(n,l))return n[l]};return"data-"+r("function"==typeof(a=null!=(a=u(e,"key")||t&&u(t,"key"))?a:n.hooks.helperMissing)?a.call(null!=l?l:n.nullContext||{},{name:"key",hash:{},data:t,loc:{start:{line:1,column:645},end:{line:1,column:653}}}):a)+'="'+r(n.lambda(l,l))+'"'},24:function(n,l,e,o,t,a,r){var u,i,s=null!=l?l:n.nullContext||{},c=n.lookupProperty||function(n,l){if(Object.prototype.hasOwnProperty.call(n,l))return n[l]};return(null!=(u=c(e,"if").call(s,null!=l?c(l,"IconPath"):l,{name:"if",hash:{},fn:n.program(25,t,0,a,r),inverse:n.noop,data:t,loc:{start:{line:1,column:729},end:{line:1,column:1013}}}))?u:"")+n.escapeExpression(n.lambda(null!=r[1]?c(r[1],"Caption"):r[1],l))+(null!=(u="function"==typeof(i=null!=(i=c(e,"MiscContent")||(null!=l?c(l,"MiscContent"):l))?i:n.hooks.helperMissing)?i.call(s,{name:"MiscContent",hash:{},data:t,loc:{start:{line:1,column:1027},end:{line:1,column:1044}}}):i)?u:"")},25:function(n,l,e,o,t){var a,r=n.lookupProperty||function(n,l){if(Object.prototype.hasOwnProperty.call(n,l))return n[l]};return null!=(a=r(e,"if").call(null!=l?l:n.nullContext||{},null!=l?r(l,"IsSvgSprite"):l,{name:"if",hash:{},fn:n.program(26,t,0),inverse:n.program(28,t,0),data:t,loc:{start:{line:1,column:745},end:{line:1,column:1006}}}))?a:""},26:function(n,l,e,o,t){var a,r=null!=l?l:n.nullContext||{},u=n.hooks.helperMissing,i=n.escapeExpression,s=n.lookupProperty||function(n,l){if(Object.prototype.hasOwnProperty.call(n,l))return n[l]};return'<svg class="'+i("function"==typeof(a=null!=(a=s(e,"IconCssClasses")||(null!=l?s(l,"IconCssClasses"):l))?a:u)?a.call(r,{name:"IconCssClasses",hash:{},data:t,loc:{start:{line:1,column:776},end:{line:1,column:794}}}):a)+'" xmlns="http://www.w3.org/2000/svg" focusable="false" aria-hidden="true">'+i((s(e,"referenceSvg")||l&&s(l,"referenceSvg")||u).call(r,null!=l?s(l,"IconPath"):l,{name:"referenceSvg",hash:{},data:t,loc:{start:{line:1,column:868},end:{line:1,column:893}}}))+"</svg>"},28:function(n,l,e,o,t){var a,r=null!=l?l:n.nullContext||{},u=n.hooks.helperMissing,i=n.escapeExpression,s=n.lookupProperty||function(n,l){if(Object.prototype.hasOwnProperty.call(n,l))return n[l]};return'<img class="'+i("function"==typeof(a=null!=(a=s(e,"IconCssClasses")||(null!=l?s(l,"IconCssClasses"):l))?a:u)?a.call(r,{name:"IconCssClasses",hash:{},data:t,loc:{start:{line:1,column:919},end:{line:1,column:937}}}):a)+'" aria-hidden="true" src="'+i((s(e,"makeStaticImageLink")||l&&s(l,"makeStaticImageLink")||u).call(r,null!=l?s(l,"IconPath"):l,{name:"makeStaticImageLink",hash:{},data:t,loc:{start:{line:1,column:963},end:{line:1,column:995}}}))+'" />'},30:function(n,l,e,o,t){return"</a>"},32:function(n,l,e,o,t){return"</button>"},useData:!0,useDepths:!0})}();;
/*0*/