{# * _health_snapshot_immunization_card.html.twig * * @package OpenEMR * @link https://www.open-emr.org * @author Jerry Padgett * @author Stephen Nielson * @copyright Copyright (c) 2016-2024 Jerry Padgett * @copyright Copyright (C) 2024 Open Plan IT Ltd. * @license https://github.com/openemr/openemr/blob/master/LICENSE GNU General Public License 3 #}
{{ 'Patient Immunization' | xlt }}
{% for record in immunizationRecords %}
{{ record.administered_formatted | xlt }} : {{ record.code_text | xlt }} : {{ record.note | xlt }} : {{ record.completion_status | xlt }}
{% else %}

{{ 'No records found.' | xlt }}

{% endfor %}