|
{{-- LOGO --}}
|
PATIENT CARD |
| NAME | |
| {{ $data['patient']->first_name ?? '' }} {{ $data['patient']->last_name ?? '' }} {{ $data['patient']->other_names ?? '' }} | |
| PATIENT NUMBER | RESIDENCE |
| {{ $data['patient']->number ?? '' }} | {{ get_name(get_name($data['patient']->id, "id", "village_id", "patients"), "id", "name", "villages") }} |
| DISTRICT {{ get_name($data['patient']->district_id, "id", "name", "districts") }} |
{{ getDNS1DBarcodePNGOCards(sprintf("%04u", $data['patient']->id)) }}
{{ sprintf("%04u", $data['patient']->id) }} |
|
This card is a property of {{ $data['hospitalInfo']->name ?? '' }}, If found please return to the facility. |
|
| Supported by Streamline ; www.streamlinehealth.org |
|