Prepare a CV for me
What would you like me to prepare? · Which best describes your career stage? · What information can you share?
For medical officer
medical officer job description core responsibilities clinical CV skills
Tailor my CV for a hospital medical officer position
hospital medical officer job description responsibilities patient assessment inpatient emergency clinical documentation
My name is... मेड़ेपुड़ी। अनुषा। And I want... ACV. फर। Medical officer. Job.
hospital medical officer essential CV qualifications clinical responsibilities
Number 8008030179. Email. anushamadepudi@gmail.com. Address. 17-21, मर्लापल्लम कॉलोनी, गणपारम। MBBS College, Orenburg State Medical University, Russia. Experience. Workdesk, duty medical officer at Bagusarajani Devi Hospital, Srikakulam. And also Workdesk medical officer in... भद्राद्रि thermal power station, POC. Intensive hospital. GGH, श्रीकाकुलम। 29 May 2023 to 26 May 2024 Languages, English, Telugu, Hindi। Strength. I am self-motivated and reliable hardworking person. I have knowledge about medical practice in hospitals and I can communicate with patients and staff friendly. And work harmoniously. Declaration. I hereby declare that I am Medipudi Anusha, want to apply as medical practitioner, and above particulars are true and correct to best of my knowledge. I want my CV in Word. And in text.
India hospital medical officer job duties clinical documentation patient assessment emergency management
hospital medicine clinical documentation
~/
mkdir -p "/tmp/workspace/medical-officer-cv/src" "/tmp/workspace/medical-officer-cv/output" && python3 - <<'PY' from docx import Document from docx.shared import Pt, Inches, RGBColor from docx.enum.text import WD_ALIGN_PARAGRAPH from docx.enum.table import WD_TABLE_ALIGNMENT, WD_CELL_VERTICAL_ALIGNMENT from docx.oxml import OxmlElement from docx.oxml.ns import qn from docx.enum.section import WD_SECTION from docx.enum.style import WD_STYLE_TYPE from pathlib import Path base=Path('/tmp/workspace/medical-officer-cv') out=base/'output' name='MEDEPUDI ANUSHA' def shade(cell, fill): tcPr=cell._tc.get_or_add_tcPr(); shd=OxmlElement('w:shd'); shd.set(qn('w:fill'),fill); tcPr.append(shd) def border_bottom(p, color='1F4E79', size='18'): pPr=p._p.get_or_add_pPr(); pbdr=OxmlElement('w:pBdr'); bottom=OxmlElement('w:bottom'); bottom.set(qn('w:val'),'single'); bottom.set(qn('w:sz'),size); bottom.set(qn('w:space'),'1'); bottom.set(qn('w:color'),color); pbdr.append(bottom); pPr.append(pbdr) def add_section(doc, title): p=doc.add_paragraph(); p.paragraph_format.space_before=Pt(9); p.paragraph_format.space_after=Pt(3); border_bottom(p) r=p.add_run(title.upper()); r.bold=True; r.font.name='Arial'; r.font.size=Pt(10); r.font.color.rgb=RGBColor(31,78,121) return p def bullet(doc, text): p=doc.add_paragraph(style='CV Bullet'); p.add_run(text); return p doc=Document() sec=doc.sections[0]; sec.top_margin=Inches(.55); sec.bottom_margin=Inches(.55); sec.left_margin=Inches(.65); sec.right_margin=Inches(.65) normal=doc.styles['Normal']; normal.font.name='Arial'; normal.font.size=Pt(10); normal.font.color.rgb=RGBColor(30,30,30) normal.paragraph_format.space_after=Pt(2) styles=doc.styles for s in ['Title','Subtitle']: styles[s].font.name='Arial' if 'CV Bullet' not in styles: st=styles.add_style('CV Bullet', WD_STYLE_TYPE.PARAGRAPH); st.base_style=styles['Normal']; st.paragraph_format.left_indent=Inches(.17); st.paragraph_format.first_line_indent=Inches(-.13); st.paragraph_format.space_after=Pt(1); st.font.name='Arial'; st.font.size=Pt(9.6) p=doc.add_paragraph(); p.alignment=WD_ALIGN_PARAGRAPH.CENTER; p.paragraph_format.space_after=Pt(0) r=p.add_run(name); r.bold=True; r.font.name='Arial'; r.font.size=Pt(20); r.font.color.rgb=RGBColor(31,78,121) p=doc.add_paragraph(); p.alignment=WD_ALIGN_PARAGRAPH.CENTER; p.paragraph_format.space_after=Pt(3) r=p.add_run('MEDICAL OFFICER'); r.bold=True; r.font.name='Arial'; r.font.size=Pt(11); r.font.color.rgb=RGBColor(80,80,80) p=doc.add_paragraph(); p.alignment=WD_ALIGN_PARAGRAPH.CENTER; p.paragraph_format.space_after=Pt(7) r=p.add_run('8008030179 | anushamadepudi@gmail.com | 17-21, Merlapallam Colony, Ganaparam') r.font.name='Arial'; r.font.size=Pt(9.4) add_section(doc,'Professional Summary') p=doc.add_paragraph(); p.paragraph_format.space_after=Pt(2) p.add_run('MBBS graduate and hospital Medical Officer with hands-on experience supporting inpatient and emergency clinical care. ').bold=True p.add_run('Experienced in working as a Duty Medical Officer at Bagusarajani Devi Hospital, Srikakulam, and as a Medical Officer at Bhadadri Thermal Power Station, POC. Brings a reliable, hardworking approach, patient-focused communication, and the ability to work effectively with multidisciplinary hospital teams.') add_section(doc,'Professional Experience') p=doc.add_paragraph(); p.paragraph_format.space_after=Pt(1) r=p.add_run('Duty Medical Officer | Bagusarajani Devi Hospital, Srikakulam'); r.bold=True; r.font.size=Pt(10.3) bullet(doc,'Supported day-to-day hospital clinical services and patient care as a Duty Medical Officer.') bullet(doc,'Worked collaboratively with patients, nursing staff, and hospital colleagues to support safe, courteous care delivery.') p=doc.add_paragraph(); p.paragraph_format.space_before=Pt(4); p.paragraph_format.space_after=Pt(1) r=p.add_run('Medical Officer | Bhadadri Thermal Power Station, POC'); r.bold=True; r.font.size=Pt(10.3) bullet(doc,'Provided Medical Officer support in an occupational healthcare setting.') bullet(doc,'Communicated clearly and respectfully with patients and staff while supporting coordinated clinical care.') add_section(doc,'Internship') p=doc.add_paragraph(); p.paragraph_format.space_after=Pt(1) r=p.add_run('Internship | Government General Hospital (GGH), Srikakulam'); r.bold=True; r.font.size=Pt(10.3) r=p.add_run(' | 29 May 2023 - 26 May 2024'); r.italic=True; r.font.size=Pt(9.7) bullet(doc,'Completed hospital internship training with exposure to clinical practice and multidisciplinary patient care.') add_section(doc,'Education') p=doc.add_paragraph(); p.paragraph_format.space_after=Pt(3) r=p.add_run('Bachelor of Medicine, Bachelor of Surgery (MBBS)'); r.bold=True; r.font.size=Pt(10.3) p.add_run(' | Orenburg State Medical University, Russia') add_section(doc,'Core Competencies') table=doc.add_table(rows=2, cols=2); table.alignment=WD_TABLE_ALIGNMENT.CENTER; table.autofit=False items=[ 'Patient communication and rapport building','Hospital clinical practice awareness','Multidisciplinary teamwork and coordination','Reliable, self-motivated work ethic', 'Patient and staff-friendly communication','Professional conduct and workplace harmony','Adaptability in hospital environments','Commitment to responsible patient care' ] for i,txt in enumerate(items): cell=table.cell(i//2,i%2); cell.width=Inches(3.45); cell.vertical_alignment=WD_CELL_VERTICAL_ALIGNMENT.CENTER p=cell.paragraphs[0]; p.paragraph_format.space_after=Pt(1); p.paragraph_format.space_before=Pt(1) r=p.add_run('• '+txt); r.font.size=Pt(9.3); r.font.name='Arial' if i//2==0: shade(cell,'F3F7FA') add_section(doc,'Languages') p=doc.add_paragraph('English | Telugu | Hindi'); p.paragraph_format.space_after=Pt(3) add_section(doc,'Declaration') p=doc.add_paragraph(); p.paragraph_format.space_after=Pt(5) p.add_run('I, Medepudi Anusha, hereby declare that the information stated above is true and correct to the best of my knowledge. I am applying for the position of Medical Officer / Medical Practitioner.') p=doc.add_paragraph(); p.paragraph_format.space_before=Pt(7); p.alignment=WD_ALIGN_PARAGRAPH.RIGHT r=p.add_run('Medepudi Anusha'); r.bold=True; r.font.size=Pt(10) # footer footer=sec.footer.paragraphs[0]; footer.alignment=WD_ALIGN_PARAGRAPH.CENTER r=footer.add_run('Medepudi Anusha | Medical Officer CV'); r.font.name='Arial'; r.font.size=Pt(8); r.font.color.rgb=RGBColor(100,100,100) path=out/'Medepudi_Anusha_Medical_Officer_CV.docx'; doc.save(path) text='''MEDEPUDI ANUSHA MEDICAL OFFICER 8008030179 | anushamadepudi@gmail.com Address: 17-21, Merlapallam Colony, Ganaparam PROFESSIONAL SUMMARY MBBS graduate and hospital Medical Officer with hands-on experience supporting inpatient and emergency clinical care. Experienced in working as a Duty Medical Officer at Bagusarajani Devi Hospital, Srikakulam, and as a Medical Officer at Bhadadri Thermal Power Station, POC. Brings a reliable, hardworking approach, patient-focused communication, and the ability to work effectively with multidisciplinary hospital teams. PROFESSIONAL EXPERIENCE Duty Medical Officer | Bagusarajani Devi Hospital, Srikakulam - Supported day-to-day hospital clinical services and patient care as a Duty Medical Officer. - Worked collaboratively with patients, nursing staff, and hospital colleagues to support safe, courteous care delivery. Medical Officer | Bhadadri Thermal Power Station, POC - Provided Medical Officer support in an occupational healthcare setting. - Communicated clearly and respectfully with patients and staff while supporting coordinated clinical care. INTERNSHIP Government General Hospital (GGH), Srikakulam | 29 May 2023 - 26 May 2024 - Completed hospital internship training with exposure to clinical practice and multidisciplinary patient care. EDUCATION Bachelor of Medicine, Bachelor of Surgery (MBBS) Orenburg State Medical University, Russia CORE COMPETENCIES - Patient communication and rapport building - Hospital clinical practice awareness - Multidisciplinary teamwork and coordination - Reliable, self-motivated work ethic - Patient and staff-friendly communication - Professional conduct and workplace harmony - Adaptability in hospital environments - Commitment to responsible patient care LANGUAGES English | Telugu | Hindi DECLARATION I, Medepudi Anusha, hereby declare that the information stated above is true and correct to the best of my knowledge. I am applying for the position of Medical Officer / Medical Practitioner. Medepudi Anusha ''' (out/'Medepudi_Anusha_Medical_Officer_CV.txt').write_text(text,encoding='utf-8') print(path) PY python3 - <<'PY' from docx import Document p='/tmp/workspace/medical-officer-cv/output/Medepudi_Anusha_Medical_Officer_CV.docx' d=Document(p) print('paragraphs',len(d.paragraphs),'tables',len(d.tables)) print('\n'.join(x.text for x in d.paragraphs if x.text.strip())[:1200]) PY
python3 - <<'PY' from docx import Document from docx.shared import Pt, Inches, RGBColor from docx.enum.text import WD_ALIGN_PARAGRAPH from docx.enum.table import WD_TABLE_ALIGNMENT, WD_CELL_VERTICAL_ALIGNMENT from docx.oxml import OxmlElement from docx.oxml.ns import qn from docx.enum.style import WD_STYLE_TYPE from pathlib import Path out=Path('/tmp/workspace/medical-officer-cv/output') out.mkdir(parents=True,exist_ok=True) def shade(cell, fill): tcPr=cell._tc.get_or_add_tcPr(); shd=OxmlElement('w:shd'); shd.set(qn('w:fill'),fill); tcPr.append(shd) def border_bottom(p, color='1F4E79', size='18'): pPr=p._p.get_or_add_pPr(); pbdr=OxmlElement('w:pBdr'); bottom=OxmlElement('w:bottom'); bottom.set(qn('w:val'),'single'); bottom.set(qn('w:sz'),size); bottom.set(qn('w:space'),'1'); bottom.set(qn('w:color'),color); pbdr.append(bottom); pPr.append(pbdr) def section(doc,title): p=doc.add_paragraph();p.paragraph_format.space_before=Pt(9);p.paragraph_format.space_after=Pt(3);border_bottom(p);r=p.add_run(title.upper());r.bold=True;r.font.name='Arial';r.font.size=Pt(10);r.font.color.rgb=RGBColor(31,78,121) def bullet(doc,text): p=doc.add_paragraph(style='CV Bullet');p.add_run(text) doc=Document(); sec=doc.sections[0];sec.top_margin=Inches(.55);sec.bottom_margin=Inches(.55);sec.left_margin=Inches(.65);sec.right_margin=Inches(.65) normal=doc.styles['Normal'];normal.font.name='Arial';normal.font.size=Pt(10);normal.font.color.rgb=RGBColor(30,30,30);normal.paragraph_format.space_after=Pt(2) if 'CV Bullet' not in doc.styles: st=doc.styles.add_style('CV Bullet',WD_STYLE_TYPE.PARAGRAPH);st.base_style=doc.styles['Normal'];st.paragraph_format.left_indent=Inches(.17);st.paragraph_format.first_line_indent=Inches(-.13);st.paragraph_format.space_after=Pt(1);st.font.name='Arial';st.font.size=Pt(9.6) p=doc.add_paragraph();p.alignment=WD_ALIGN_PARAGRAPH.CENTER;p.paragraph_format.space_after=Pt(0);r=p.add_run('MEDEPUDI ANUSHA');r.bold=True;r.font.name='Arial';r.font.size=Pt(20);r.font.color.rgb=RGBColor(31,78,121) p=doc.add_paragraph();p.alignment=WD_ALIGN_PARAGRAPH.CENTER;p.paragraph_format.space_after=Pt(3);r=p.add_run('MEDICAL OFFICER');r.bold=True;r.font.name='Arial';r.font.size=Pt(11);r.font.color.rgb=RGBColor(80,80,80) p=doc.add_paragraph();p.alignment=WD_ALIGN_PARAGRAPH.CENTER;p.paragraph_format.space_after=Pt(7);r=p.add_run('8008030179 | anushamadepudi@gmail.com | 17-21, Merlapallam Colony, Ganaparam');r.font.name='Arial';r.font.size=Pt(9.4) section(doc,'Professional Summary') p=doc.add_paragraph();p.paragraph_format.space_after=Pt(2);p.add_run('MBBS graduate and hospital Medical Officer with hands-on experience supporting inpatient and emergency clinical care. ').bold=True;p.add_run('Experience includes Duty Medical Officer work at Bagusarajani Devi Hospital, Srikakulam, and Medical Officer work at Bhadadri Thermal Power Station, POC. Reliable and hardworking, with patient-focused communication and the ability to work effectively with multidisciplinary hospital teams.') section(doc,'Professional Experience') p=doc.add_paragraph();p.paragraph_format.space_after=Pt(1);r=p.add_run('Duty Medical Officer | Bagusarajani Devi Hospital, Srikakulam');r.bold=True;r.font.size=Pt(10.3) bullet(doc,'Supported day-to-day hospital clinical services and patient care as a Duty Medical Officer.') bullet(doc,'Worked collaboratively with patients, nursing staff, and hospital colleagues to support safe and courteous care delivery.') p=doc.add_paragraph();p.paragraph_format.space_before=Pt(4);p.paragraph_format.space_after=Pt(1);r=p.add_run('Medical Officer | Bhadadri Thermal Power Station, POC');r.bold=True;r.font.size=Pt(10.3) bullet(doc,'Provided Medical Officer support in an occupational healthcare setting.') bullet(doc,'Communicated clearly and respectfully with patients and staff while supporting coordinated clinical care.') section(doc,'Internship') p=doc.add_paragraph();p.paragraph_format.space_after=Pt(1);r=p.add_run('Internship | Government General Hospital (GGH), Srikakulam');r.bold=True;r.font.size=Pt(10.3);r=p.add_run(' | 29 May 2023 - 26 May 2024');r.italic=True;r.font.size=Pt(9.7) bullet(doc,'Completed hospital internship training with exposure to clinical practice and multidisciplinary patient care.') section(doc,'Education') p=doc.add_paragraph();p.paragraph_format.space_after=Pt(3);r=p.add_run('Bachelor of Medicine, Bachelor of Surgery (MBBS)');r.bold=True;r.font.size=Pt(10.3);p.add_run(' | Orenburg State Medical University, Russia') section(doc,'Core Competencies') table=doc.add_table(rows=4,cols=2);table.alignment=WD_TABLE_ALIGNMENT.CENTER;table.autofit=False items=['Patient communication and rapport building','Hospital clinical practice awareness','Multidisciplinary teamwork and coordination','Reliable, self-motivated work ethic','Patient and staff-friendly communication','Professional conduct and workplace harmony','Adaptability in hospital environments','Commitment to responsible patient care'] for i,txt in enumerate(items): cell=table.cell(i//2,i%2);cell.width=Inches(3.45);cell.vertical_alignment=WD_CELL_VERTICAL_ALIGNMENT.CENTER;p=cell.paragraphs[0];p.paragraph_format.space_after=Pt(1);p.paragraph_format.space_before=Pt(1);r=p.add_run('• '+txt);r.font.size=Pt(9.3);r.font.name='Arial' if i//2%2==0:shade(cell,'F3F7FA') section(doc,'Languages');p=doc.add_paragraph('English | Telugu | Hindi');p.paragraph_format.space_after=Pt(3) section(doc,'Declaration');p=doc.add_paragraph();p.paragraph_format.space_after=Pt(5);p.add_run('I, Medepudi Anusha, hereby declare that the information stated above is true and correct to the best of my knowledge. I am applying for the position of Medical Officer / Medical Practitioner.') p=doc.add_paragraph();p.paragraph_format.space_before=Pt(7);p.alignment=WD_ALIGN_PARAGRAPH.RIGHT;r=p.add_run('Medepudi Anusha');r.bold=True;r.font.size=Pt(10) footer=sec.footer.paragraphs[0];footer.alignment=WD_ALIGN_PARAGRAPH.CENTER;r=footer.add_run('Medepudi Anusha | Medical Officer CV');r.font.name='Arial';r.font.size=Pt(8);r.font.color.rgb=RGBColor(100,100,100) path=out/'Medepudi_Anusha_Medical_Officer_CV.docx';doc.save(path) text='''MEDEPUDI ANUSHA MEDICAL OFFICER 8008030179 | anushamadepudi@gmail.com Address: 17-21, Merlapallam Colony, Ganaparam PROFESSIONAL SUMMARY MBBS graduate and hospital Medical Officer with hands-on experience supporting inpatient and emergency clinical care. Experience includes Duty Medical Officer work at Bagusarajani Devi Hospital, Srikakulam, and Medical Officer work at Bhadadri Thermal Power Station, POC. Reliable and hardworking, with patient-focused communication and the ability to work effectively with multidisciplinary hospital teams. PROFESSIONAL EXPERIENCE Duty Medical Officer | Bagusarajani Devi Hospital, Srikakulam • Supported day-to-day hospital clinical services and patient care as a Duty Medical Officer. • Worked collaboratively with patients, nursing staff, and hospital colleagues to support safe and courteous care delivery. Medical Officer | Bhadadri Thermal Power Station, POC • Provided Medical Officer support in an occupational healthcare setting. • Communicated clearly and respectfully with patients and staff while supporting coordinated clinical care. INTERNSHIP Government General Hospital (GGH), Srikakulam | 29 May 2023 - 26 May 2024 • Completed hospital internship training with exposure to clinical practice and multidisciplinary patient care. EDUCATION Bachelor of Medicine, Bachelor of Surgery (MBBS) Orenburg State Medical University, Russia CORE COMPETENCIES • Patient communication and rapport building • Hospital clinical practice awareness • Multidisciplinary teamwork and coordination • Reliable, self-motivated work ethic • Patient and staff-friendly communication • Professional conduct and workplace harmony • Adaptability in hospital environments • Commitment to responsible patient care LANGUAGES English | Telugu | Hindi DECLARATION I, Medepudi Anusha, hereby declare that the information stated above is true and correct to the best of my knowledge. I am applying for the position of Medical Officer / Medical Practitioner. Medepudi Anusha ''' (out/'Medepudi_Anusha_Medical_Officer_CV.txt').write_text(text,encoding='utf-8') print(path) PY python3 - <<'PY' from docx import Document p='/tmp/workspace/medical-officer-cv/output/Medepudi_Anusha_Medical_Officer_CV.docx' d=Document(p) assert len(d.tables)==1 assert 'MEDEPUDI ANUSHA' in d.paragraphs[0].text assert 'Bagusarajani Devi Hospital' in '\n'.join(x.text for x in d.paragraphs) print('Verified:',len(d.paragraphs),'paragraphs;',len(d.tables),'table') PY ls -la "/tmp/workspace/medical-officer-cv/output"
Medepudi Anusha Medical Officer CV
Word Document · DOCX
Medepudi Anusha Medical Officer CV
Text File · TXT
Add my registration number and graduation year 2022 Reg no APMC/FMR/141285
~/medical-officer-cv/output
APMC foreign medical registration number format Andhra Pradesh Medical Council
python3 - <<'PY' from docx import Document from pathlib import Path out = Path('/tmp/workspace/medical-officer-cv/output') docx_path = out / 'Medepudi_Anusha_Medical_Officer_CV.docx' doc = Document(docx_path) old = '8008030179 | anushamadepudi@gmail.com | 17-21, Merlapallam Colony, Ganaparam' new = '8008030179 | anushamadepudi@gmail.com | APMC Reg. No.: APMC/FMR/141285\n17-21, Merlapallam Colony, Ganaparam' found_contact = False for p in doc.paragraphs: if old in p.text: # Preserve the paragraph alignment but rebuild its content p.clear() r = p.add_run(new) r.font.name = 'Arial' r.font.size = __import__('docx').shared.Pt(9.4) found_contact = True if 'Bachelor of Medicine, Bachelor of Surgery (MBBS)' in p.text: p.clear() r = p.add_run('Bachelor of Medicine, Bachelor of Surgery (MBBS)'); r.bold = True; r.font.size = __import__('docx').shared.Pt(10.3) p.add_run(' | Orenburg State Medical University, Russia | Graduated: 2022') if not found_contact: raise RuntimeError('Contact paragraph not found') doc.save(docx_path) text_path = out / 'Medepudi_Anusha_Medical_Officer_CV.txt' text = text_path.read_text(encoding='utf-8') text = text.replace('8008030179 | anushamadepudi@gmail.com\nAddress:', '8008030179 | anushamadepudi@gmail.com\nAPMC Registration No.: APMC/FMR/141285\nAddress:') text = text.replace('Orenburg State Medical University, Russia\n', 'Orenburg State Medical University, Russia | Graduated: 2022\n') text_path.write_text(text, encoding='utf-8') print('Updated CV files') PY python3 - <<'PY' from docx import Document from pathlib import Path out=Path('/tmp/workspace/medical-officer-cv/output') d=Document(out/'Medepudi_Anusha_Medical_Officer_CV.docx') all_text='\n'.join(p.text for p in d.paragraphs) assert 'APMC/FMR/141285' in all_text assert 'Graduated: 2022' in all_text text=(out/'Medepudi_Anusha_Medical_Officer_CV.txt').read_text(encoding='utf-8') assert 'APMC/FMR/141285' in text and 'Graduated: 2022' in text print('Verification passed') PY ls -la "/tmp/workspace/medical-officer-cv/output"
Medepudi Anusha Medical Officer CV
Word Document · DOCX
Medepudi Anusha Medical Officer CV
Text File · TXT