Surgical Note Details
{{ note.procedure_name }}
Patient: {{ note.patient.get_full_name }}
Patient ID: {{ note.patient.patient_id }}
Date of Birth: {{ note.patient.date_of_birth|date:"M d, Y" }}
Surgery Date: {{ note.surgery_date|date:"M d, Y" }}
Surgeon: {{ note.surgeon.get_full_name }}
Operating Room: {{ note.operating_room.name }}
Note ID: {{ note.id }}
{{ revision.get_action_display }}
{{ revision.created_at|date:"M d, Y g:i A" }}By: {{ revision.created_by.get_full_name }}
{% if revision.reason %}Reason: {{ revision.reason }}
{% endif %}Electronically Signed
Signed by: {{ note.signed_by.get_full_name }}
Date: {{ note.signed_at|date:"M d, Y g:i A" }}
IP Address: {{ note.signature_ip|default:"Not recorded" }}
Electronic Signature Required
This note is complete and ready for electronic signature.