@extends('organization.layouts.master') @section('content') @csrf User Application First Name @if ($errors->has('fname')) {{ $errors->first('fname') }} @endif Last Name @if ($errors->has('lname')) {{ $errors->first('lname') }} @endif DOB @if ($errors->has('dob')) {{ $errors->first('dob') }} @endif City @if ($errors->has('city')) {{ $errors->first('city') }} @endif State @if ($errors->has('state')) {{ $errors->first('state') }} @endif Zip Code @if ($errors->has('zipcode')) {{ $errors->first('zipcode') }} @endif Account Code @if ($errors->has('orgCode')) {{ $errors->first('orgCode') }} @endif Phone# @if ($errors->has('phone')) {{ $errors->first('phone') }} @endif Gender Male Female @if ($errors->has('gender')) {{ $errors->first('gender') }} @endif Ethnicity @if ($errors->has('ethnicity')) {{ $errors->first('ethnicity') }} @endif Address 1 @if ($errors->has('address_one')) {{ $errors->first('address_one') }} @endif Address 2 @if ($errors->has('address_two')) {{ $errors->first('address_two') }} @endif Are you 18 or older? Yes @if ($errors->has('age')) {{ $errors->first('age') }} @endif No @if ($errors->has('age')) {{ $errors->first('age') }} @endif Upload Choose file Test Selection and Diagnosis Code Selection Buccal Swab @if ($errors->has('buccal_swab')) {{ $errors->first('buccal_swab') }} @endif Nasal Swab @if ($errors->has('nasal_swab')) {{ $errors->first('nasal_swab') }} @endif Saliva Swab @if ($errors->has('saliva_swab')) {{ $errors->first('saliva_swab') }} @endif Nasopharyngeal Swab @if ($errors->has('nasopharyngeal_swab')) {{ $errors->first('nasopharyngeal_swab') }} @endif {{-- --}} COVID 19 SARS-COV-2 by RT-PCR Covid-19 DX Code Z03.818 Encounter for observation for suspected expousre to other biological agents ruled out For cases there is a concert for possible COVID-19 expousre @if ($errors->has('Z03818')) {{ $errors->first('Z03818') }} @endif Z20.828 Contact with and (suspected) expousre to other viral communicable diseases Only to be used if actual expousre with someone confirmed to have COVID-19 @if ($errors->has('Z20828')) {{ $errors->first('Z20828') }} @endif BarCode ID Facility Provider NPI Ethnicity Race Social Srcurity DL/State ID Date of Collection Time of Collection Type of Specimen Date Recived ICD 10 Code Insurance Type Insurer Relation to Insured Policy ID Group ID Test Type Test Option I agree with the terms and conditions @if ($errors->has('terms')) {{ $errors->first('terms') }} @endif Register @endsection
Encounter for observation for suspected expousre to other biological agents ruled out
Contact with and (suspected) expousre to other viral communicable diseases