@extends('organization.layouts.master') @section('content')
@csrf
User Application
@if ($errors->has('fname'))
{{ $errors->first('fname') }}
@endif
@if ($errors->has('lname'))
{{ $errors->first('lname') }}
@endif
@if ($errors->has('dob'))
{{ $errors->first('dob') }}
@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
@if ($errors->has('orgCode'))
{{ $errors->first('orgCode') }}
@endif
@if ($errors->has('phone'))
{{ $errors->first('phone') }}
@endif
@if ($errors->has('gender'))
{{ $errors->first('gender') }}
@endif
@if ($errors->has('ethnicity'))
{{ $errors->first('ethnicity') }}
@endif
@if ($errors->has('address_one'))
{{ $errors->first('address_one') }}
@endif
@if ($errors->has('address_two'))
{{ $errors->first('address_two') }}
@endif
@if ($errors->has('age'))
{{ $errors->first('age') }}
@endif
@if ($errors->has('age'))
{{ $errors->first('age') }}
@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

Covid-19 DX Code

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

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
@if ($errors->has('terms'))
{{ $errors->first('terms') }}
@endif
@endsection