Daftar Registrasi Pasien Daftar Registrasi Pasien IHS / Satu Sehat @can('ihs.kunjungan.registrasi.delete') @endcan
@foreach (app_const('GENDERS') as $gender) @endforeach
@if ($selectPage) @endif @forelse ($rows as $item) @empty @endforelse
@unless ($selectAll)
Anda telah memilih {{ $rows->count() }} lokasi, apakah Anda mau memilih semua {{ $rows->total() }} lokasi?
@else Anda sekarang memilih semua {{ $rows->total() }} lokasi. @endif
{{ $item->datetime ?? '-' }}
Nama : {{ optional($item->patient)->name ?? '-' }}
No. Registrasi : {{ optional($item->patient)->registration_password ?? '-' }}
No. RM : {{ optional($item->patient)->medical_record_number ?? '-' }}
No. IHS : {{ optional($item->patient)->ihs_id ?? '-' }}
Encounter :
{{ $item->ihs_id ? 'sync' : 'async' }}


Condition : @if ($item->ihsCondition !== null)
{{ $item->ihs_id ? 'sync' : 'async' }}
@else
not use
@endif

Procedur : @if ($item->ihsProcedur !== null)
{{ $item->ihs_id ? 'sync' : 'async' }}
@else
not use
@endif

CarePlan : @if ($item->ihsCarePlan !== null)
{{ $item->ihs_id ? 'sync' : 'async' }}
@else
not use
@endif

Observation : @if ($item->ihsObservation !== null)
{{ $item->ihs_id ? 'sync' : 'async' }}
@else
not use
@endif

Composition : @if ($item->ihsCompositoin !== null)
{{ $item->ihs_id ? 'sync' : 'async' }}
@else
not use
@endif

ServiceRequest : @if ($item->ihsServiceRequest !== null)
{{ $item->ihs_id ? 'sync' : 'async' }}
@else
not use
@endif

Specimen : @if ($item->ihsSpecimen !== null)
{{ $item->ihs_id ? 'sync' : 'async' }}
@else
not use
@endif

DiagnosticReport : @if ($item->ihsDiagnosticReport !== null)
{{ $item->ihs_id ? 'sync' : 'async' }}
@else
not use
@endif

ClinicalImpression : @if ($item->ihsClincialImpression !== null)
{{ $item->ihs_id ? 'sync' : 'async' }}
@else
not use
@endif

Medication : @if ($item->ihsMedicationRequest !== null)
{{ $item->ihs_id ? 'sync' : 'async' }}
@else
not use
@endif

MedicationRequest : @if ($item->ihsMedicationRequest !== null)
{{ $item->ihs_id ? 'sync' : 'async' }}
@else
not use
@endif

MedicationDispense : @if ($item->ihsMedicationDispense !== null)
{{ $item->ihs_id ? 'sync' : 'async' }}
@else
not use
@endif

MedicationStatement : @if ($item->ihsMedicationStatement !== null)
{{ $item->ihs_id ? 'sync' : 'async' }}
@else
not use
@endif
{{ $rows->links() }}