By the end of this lesson you will be able to:
Picture this: a patient calls your medical office asking for a copy of their referral letter from last month. You know the letter exists somewhere on the shared computer, but the desktop is covered with dozens of unsorted files. Documents have names such as "Document1.docx," "New folder (3)," and "Letter final FINAL v2.docx." After 10 minutes of searching, you still have not found it. The patient is frustrated, the provider is waiting, and the phone is ringing.
This scenario plays out in offices every day, and it is entirely preventable. File management is the practice of organizing, naming, and storing digital files so you can find them quickly and reliably. In a healthcare environment, good file management is not just a convenience. It is a professional responsibility.
Healthcare offices generate a large volume of digital documents every day: patient intake forms, referral letters, insurance claims, policy manuals, training materials, and scheduling documents. When these files are organized properly, the following benefits result:
Healthcare Scenario: A medical billing specialist receives a call from an insurance company requesting documentation for a claim submitted two weeks ago. With a well-organized folder structure (Claims > 2026 > March > PatientLastName), she locates the file in under 30 seconds, emails it, and the claim is processed that same day. Without that structure, the same request could take 15 minutes or more, delaying the payment and creating a backlog.
Before you start organizing files, it helps to understand how computers store them. Think of your computer's storage system as a filing cabinet. The cabinet itself is the drive (usually the C: drive on a Windows computer). Inside the cabinet are folders (like drawers), and inside those folders are files (like individual documents). Folders can also contain other folders, called subfolders, which work like labeled dividers within a drawer.
Computer scientists call this organization a tree structure because it branches out from a single starting point. At the top is the root directory (C:\), and beneath it are branches of folders and subfolders that spread outward. Every file on your computer has a unique address called a file path that describes exactly where it lives in this tree.
For example, a file path might look like this:
C:\Users\JSmith\Documents\CI1000\Week1\Lesson1-Notes.docx
Reading this path from left to right, you can trace the location: the C: drive, the Users folder, the JSmith user folder, Documents, the CI1000 course folder, the Week1 subfolder, and finally the file itself. Understanding file paths helps you navigate your computer with confidence, especially when saving files to specific locations or troubleshooting missing documents.
Quick access to frequently used files. Keep it clean. Not a long-term storage location.
Your primary storage folder for course work, reports, and personal files.
Where files from the internet land. Move them to the right folder after downloading.
Cloud storage from Microsoft. Files saved here are backed up and accessible from any device.
Arrange the file path from the broadest level (computer) down to the specific file. Click two items to swap their positions, then check your answer.
File Explorer is the built-in Windows application for browsing, organizing, and managing your files and folders. You will use it every day, so learning to navigate it efficiently is an essential skill.
There are several ways to open File Explorer:
When File Explorer opens, you will see several key areas:
The address bar at the top shows the file path of your current location. You can click any part of the path to jump to that folder level. You can also type a path directly into the address bar and press Enter to navigate there instantly.
The large center area displays the files and folders in your current location. You can change how items are displayed using the View menu: Large Icons, Small Icons, List, Details, and more. Details view is the most useful for file management because it shows the file name, date modified, type, and size in neat columns.
The search bar allows you to search for files within the current folder and its subfolders. Type a file
name, keyword, or file extension (such as .pdf) and press Enter. This is a quick way to
find a specific file when you know part of its name but not its exact location. For more search tips,
see Microsoft Support: Find your files in Windows.
Pro Tip: Pin your most important folders to Quick Access by right-clicking the folder and selecting Pin to Quick Access. For this course, pin your CI1000 folder so you can reach it with one click from anywhere in File Explorer.
Now that you know how to navigate File Explorer, it is time to learn the core file operations you will use every day. These actions are the building blocks of digital organization.
To create a new folder in File Explorer, follow these steps:
You can also press Ctrl + Shift + N to create a new folder instantly. For more details, see Microsoft Support: Create a new folder.
| Operation | How to Do It | Keyboard Shortcut |
|---|---|---|
| Rename | Right-click the file, select Rename, type the new name, and press Enter | F2 |
| Copy | Right-click the file, select Copy, navigate to the destination, right-click, and select Paste | Ctrl+C then Ctrl+V |
| Move (Cut) | Right-click the file, select Cut, navigate to the destination, right-click, and select Paste | Ctrl+X then Ctrl+V |
| Delete | Right-click the file and select Delete, or select the file and press the Delete key | Delete |
| Undo | If you accidentally delete, move, or rename a file, immediately press Ctrl+Z to undo | Ctrl+Z |
Pro Tip: Deleted files go to the Recycle Bin, not into permanent deletion. If you accidentally delete a file, double-click the Recycle Bin on your desktop, find the file, right-click it, and select Restore. The file will return to its original location. However, do not rely on the Recycle Bin as a safety net. Empty it regularly to free up disk space.
Every file on your computer has a file extension, a short suffix after the file name that
tells Windows which application should open it. For example, a file named Memo.docx has the
extension .docx, which tells Windows to open it with Microsoft Word. Understanding common file
extensions helps you identify files at a glance and troubleshoot when a file will not open correctly.
.docx (Microsoft Word) is the most common document format in healthcare offices. Use it for memos, referral letters, policy manuals, and any document that needs to be edited.
.pdf (Portable Document Format) preserves formatting exactly and cannot be easily edited. Use it for patient handouts, consent forms, and compliance documents that you want to share without risk of accidental changes.
.txt (Plain Text) contains text with no formatting. Sometimes used when importing or exporting data between software systems.
.xlsx (Microsoft Excel) is used for spreadsheets, data analysis, budgets, and tracking. In healthcare, Excel spreadsheets track patient volume, billing totals, supply inventories, and staff schedules.
.csv (Comma-Separated Values) is a simple spreadsheet format used for data exchange. Many EHR systems can export patient data as CSV files for analysis in Excel.
.pptx (Microsoft PowerPoint) is used for slide presentations. Healthcare professionals use PowerPoint for staff training sessions, patient education presentations, and conference talks.
.jpg and .png are common image formats. JPG is best for photographs (smaller file size), while PNG supports transparent backgrounds and is better for logos and diagrams. Healthcare offices use images in patient brochures, educational materials, and website content.
.zip is a compressed folder that bundles multiple files together and reduces their total size. Useful for emailing multiple documents at once.
.mp3 and .mp4 are audio and video formats. Some healthcare organizations use audio recordings for dictation or video files for training modules.
For a complete reference of file extensions, see Microsoft Support: Common file name extensions in Windows.
A good file name tells you what the file contains without opening it. In healthcare settings, where multiple staff members share files and where compliance audits may require locating specific documents months or years later, consistent naming conventions are essential.
Memo_StaffMeeting_2026-03-15.docx is far more useful than Document1.docx_) and hyphens (-) are
safer alternativesPatientHandout_Diabetes_v2.docx\ / : * ? " < > |. Windows does not allow them, and they can cause errors in other systems
Now it is time to set up the folder structure you will use throughout this course. Create the following hierarchy inside your Documents folder:
Try It Now: Open File Explorer (Windows key + E), navigate to your Documents folder, and create the following folder structure:
Pin the CI1000 folder to Quick Access so you can reach it with one click from now on.
Healthcare Scenario: At a multi-provider medical practice, the office manager establishes a shared folder structure on the network
drive. Each department has its own folder, and within each department folder are subfolders for forms,
policies, and correspondence. Every document follows a consistent naming convention:
DeptName_DocType_YYYY-MM-DD.ext. When a new employee starts, they can find any document within
seconds because the system is logical and consistent. This is the standard you are building toward in your
career.
You just created a patient education handout about diabetes management. You need to save it with a proper file name.
Which file name follows healthcare naming best practices?
Now you need to choose where to save the handout.
Which location is most appropriate?
A colleague asks you to email the handout. Which format should you send?
What file format is best for sharing with patients?
File naming, save location, and file format are the three pillars of professional document management in healthcare.