New Sleep Study Requisition

A new sleep study requisition has been submitted via the website.


Patient Information

@foreach($requisition['patient_info'] as $key => $value)

{{ ucwords(str_replace('_',' ',$key)) }}: {{ $value }}

@endforeach

Requested Services

@foreach($requisition['requested_service'] as $key => $value)

{{ ucwords(str_replace('_',' ',$key)) }}: {{ $value ? 'Yes' : 'No' }}

@endforeach

Study Types

@foreach($requisition['study_types'] as $key => $value)

{{ strtoupper($key) }}: {{ $value ? 'Yes' : 'No' }}

@endforeach

Clinical History

@foreach($requisition['clinical_history'] as $key => $value)

{{ ucwords(str_replace('_',' ',$key)) }}: {{ $value ? 'Yes' : 'No' }}

@endforeach

Medical History

@foreach($requisition['medical_history'] as $key => $value)

{{ ucwords(str_replace('_',' ',$key)) }}: {{ $value ? 'Yes' : 'No' }}

@endforeach

Additional Details

Current Medications: {{ $requisition['current_medications'] ?? 'N/A' }}

Meds to Withhold: {{ $requisition['meds_to_be_withheld'] ?? 'N/A' }}

Supplemental Oxygen: {{ $requisition['supplemental_oxygen'] ? 'Yes' : 'No' }}

Oxygen Reason: {{ $requisition['supplemental_oxygen_reason'] ?? 'N/A' }}

Additional Information: {{ $requisition['additional_information'] ?? 'N/A' }}

Referring Physician

@foreach($requisition['referring_physician'] as $key => $value)

{{ ucwords(str_replace('_',' ',$key)) }}: {{ $value }}

@endforeach
Oshawa Durham Sleep Laboratory
This email was automatically generated from the website.