Sign Operative Note
Review and electronically sign the operative note
Operative Note - {{ surgical_case.case_id }}
Patient Information
MRN: {{ surgical_case.patient.medical_record_number }}
DOB: {{ surgical_case.patient.date_of_birth|date:"M d, Y" }}
Age: {{ surgical_case.patient.age }} years
Operating Room: {{ surgical_case.operating_room.room_number }}
Case Duration: {{ case_duration }} minutes
Procedure Information
{{ note.primary_procedure|default:surgical_case.procedure_name }}
{% if note.secondary_procedures %} Secondary Procedures:{{ note.secondary_procedures }}
{% endif %} Procedure Code(s):{{ surgical_case.procedure_code }}
Surgical Team
{% if surgical_case.assistant_surgeon %} Assistant Surgeon: {{ surgical_case.assistant_surgeon.get_full_name }}
{% endif %} Anesthesiologist: {{ surgical_case.anesthesiologist.get_full_name|default:"Not specified" }}
{% endif %} {% if note.circulating_nurse %} Circulating Nurse: {{ note.circulating_nurse }}
{% endif %} Anesthesia Type: {{ note.anesthesia_type|title|default:"Not specified" }}
Pre-operative Diagnosis
{{ note.preop_diagnosis|default:"Not specified" }}
Post-operative Diagnosis
{{ note.postop_diagnosis|default:"Same as pre-operative diagnosis" }}
Operative Findings
{{ note.operative_findings|default:"No significant findings documented" }}
Procedure Description
{{ note.procedure_description|default:"Detailed procedure description pending" }}
Complications
{{ note.complications|default:"None" }}
Estimated Blood Loss
{{ note.estimated_blood_loss|default:"Not documented" }} mL
Fluid Balance
{{ note.fluid_balance|default:"Not documented" }} mL
Specimens Collected
{{ note.specimens_collected }}
Implants and Devices
{{ note.implants_used }}
Post-operative Plan
{{ note.postop_plan|default:"Standard post-operative care" }}
Additional Notes
{{ note.additional_notes }}
Electronic Signature Required
Document Signed
{{ note.signed_by.get_full_name }}
{{ note.signed_by.professional_title|default:"Physician" }}
{{ note.signature_datetime|date:"M d, Y H:i" }}
{{ note.signature_datetime|timesince }} ago
Document Information
Operative Note
{{ surgical_case.case_id }}
{{ note.created_at|date:"M d, Y H:i" }}
{{ note.updated_at|date:"M d, Y H:i" }}
{{ note.status|title }}
{{ note.signed_by.get_full_name }}
Actions
Related Documents
Signature History
{{ signature.signature_datetime|date:"M d, Y H:i" }}
{{ signature.status|title }}