@toastr_css
@csrf

Patient Requisition Form - Covid-19 Testing

Account
@php use App\Models\Organization; if (isset(request()->org)) { $org = Organization::find(request()->org); // dd($org->org_id); } if (isset(request()->orgCode)) { $org = Organization::where('org_code', request()->orgCode)->first(); // dd($org); } @endphp
@if ($errors->has('organization'))
{{ $errors->first('organization') }}
@endif
{{--
Account State
orgState ? 'readonly' : '' }}>
--}}
Site
Name*
{{-- --}} @if ($errors->has('fname'))
{{ $errors->first('fname') }}
@endif
{{-- --}} @if ($errors->has('lname'))
{{ $errors->first('lname') }}
@endif
Gender*
@if ($errors->has('gender'))
{{ $errors->first('gender') }}
@endif
{{--
Ethnicity*
@if ($errors->has('ethnicity'))
{{ $errors->first('ethnicity') }}
@endif
--}}
Ethnicity*
@if ($errors->has('ethnicity'))
{{ $errors->first('ethnicity') }}
@endif
SSN
@if ($errors->has('ssn'))
{{ $errors->first('ssn') }}
@endif
Date Of Birth *
@if ($errors->has('dob'))
{{ $errors->first('dob') }}
@endif
Email*
@if ($errors->has('email'))
{{ $errors->first('email') }}
@endif
Phone #*
@if ($errors->has('phone'))
{{ $errors->first('phone') }}
@endif
Home Address*
@if ($errors->has('address_one'))
{{ $errors->first('address_one') }}
@endif
@if ($errors->has('address_two'))
{{ $errors->first('address_two') }}
@endif
@if ($errors->has('city'))
{{ $errors->first('city') }}
@endif
@if ($errors->has('state'))
{{ $errors->first('state') }}
@endif
@if ($errors->has('zipcode'))
{{ $errors->first('zipcode') }}
@endif
Are you 18 or older?*
Take Photo of Front of Picture ID *Required for all adults 18 and older
@if ($errors->has('frontPic'))
{{ $errors->first('frontPic') }}
@endif
Take Photo of Back of Picture ID *Required for all adults 18 and older
@if ($errors->has('backPic'))
{{ $errors->first('backPic') }}
@endif
DL/State ID Number
@if ($errors->has('dl_or_state_id'))
{{ $errors->first('dl_or_state_id') }}
@endif
DL/ID Issuing State
@if ($errors->has('dl_or_id_issuing_state'))
{{ $errors->first('dl_or_id_issuing_state') }}
@endif
Do you have Health Insurance*
Insurance Type
{{-- --}} @if ($errors->has('insurance_type'))
{{ $errors->first('insurance_type') }}
@endif
Policy Number
@if ($errors->has('policy_id'))
{{ $errors->first('policy_id') }}
@endif
Group Number
@if ($errors->has('group_id'))
{{ $errors->first('group_id') }}
@endif
Take Photo of Front of Insurance Card
@if ($errors->has('insuranceFrontPic'))
{{ $errors->first('insuranceFrontPic') }}
@endif
Take Photo of Back of Insurance Card
@if ($errors->has('insuranceBackPic'))
{{ $errors->first('insuranceBackPic') }}
@endif
Relationship to Patient
@if ($errors->has('relationship_to_patient'))
{{ $errors->first('relationship_to_patient') }}
@endif
@if ($errors->has('buccal_swab'))
{{ $errors->first('buccal_swab') }}
@endif
{{--
@if ($errors->has('nasal_swab'))
{{ $errors->first('nasal_swab') }}
@endif
@if ($errors->has('saliva_swab'))
{{ $errors->first('saliva_swab') }}
@endif
@if ($errors->has('nasopharyngeal_swab'))
{{ $errors->first('nasopharyngeal_swab') }}
@endif
--}}

COVID 19 SARS-COV-2 by RT-PCR

Encounter for observation for suspected exposure to other biological agent ruled out

  • For cases there is a contact for possible COVID-19 exposure
@if ($errors->has('Z20828'))
{{ $errors->first('Z20828') }}
@endif
COVID-19 and HIPAA
During the COVID-19 national emergency, which also constitutes a nationwide public health emergency, the HHS Office for Civil Rights (OCR) has provided guidance that helps explain how the HIPAA Privacy Rule allows patient information to be shared in the outbreak of infectious disease and to assist patients in receiving the care they need. The district will follow federal guidelines relating to HIPAA and Protected Health Information (PHI).

Consent/Insurance Release: I, the undersigned, understand and grant permission to One Love Laboratory to bill my insurance for laboratory services provided. I understand that the services provided may not be covered by my insurance. I further understand that I am not responsible for co-pays, deductibles, and any amount not covered by my insurer. By signing below, I acknowledge that payment may be made on my behalf to One Love Laboratory. I hereby authorize the ordering physician and/or clinic to disclose any personal or medical information that may be needed to process claims related to services rendered by One Love Laboratory and its affiliates. I understand that my records may be protected under 42 CFR Part 2, under which I may revoke my consent at any time except to the extent that action has been taken in reliance on it, and that in any event, this consent expires six (6) months after the date of program discharge. I consent for and the  Health Department to receive a copy of my results.


Sign
{{-- --}}
@if (isset(request()->org) || isset(request()->orgCode)) @endif
{{-- @jquery --}} @toastr_js @toastr_render