Skip to content

Commit

Permalink
updated US CDC website link to current immunization VIS page (openemr…
Browse files Browse the repository at this point in the history
  • Loading branch information
JulieThurmes authored Dec 4, 2024
1 parent aa75e0e commit 9ea20c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interface/patient_file/summary/immunizations.php
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ function saveImmunizationObservationResults($id, $immunizationdata)
<div class="form-group mt-3">
<label>
<?php echo xlt('Date of VIS Statement'); ?>
(<a href="https://www.cdc.gov/vaccines/pubs/vis/default.htm" title="<?php echo xla('Help'); ?>" rel="noopener" target="_blank">?</a>)
(<a href="https://www.cdc.gov/vaccines/hcp/vis/current-vis.html" title="<?php echo xla('Help'); ?>" rel="noopener" target="_blank">?</a>)
</label>
<input type='text' size='10' class='datepicker form-control' name="vis_date" id="vis_date"
value='<?php echo (!empty($vis_date)) ? attr($vis_date) : date('Y-m-d'); ?>'
Expand Down

0 comments on commit 9ea20c6

Please sign in to comment.