4.2 Acquiring Patient Data from External Sources
Key Takeaways
- External sources of patient data include reference laboratories, imaging centers, other providers, other EHR systems, immunization registries, and pharmacy medication-history networks.
- Inbound data arrives by interface (HL7, C-CDA, FHIR), Direct secure messaging, portal or fax-to-image, or manual scanning, and each route has a different verification burden.
- Every inbound record must be matched to the correct patient before it is filed, because a misfiled external document creates an overlay error.
- Discrete inbound data can be reconciled into the problem, medication, allergy, and immunization lists; narrative documents are filed as images and remain unsearchable.
- External data is verified for patient match, date, source, and completeness before a clinician is notified that it is available.
A patient's history rarely lives in one system. Test plan task 1.E — "acquire patient data from external sources (e.g., diagnostic laboratories, ancillary facilities, other health care providers, other EHR systems)" — makes retrieving and correctly filing outside information a core duty. Knowledge statement 1.K4 lists the sources; the skill being tested is knowing how the data arrives and what must be checked before it becomes part of the chart.
Where External Data Comes From
| Source | Typical Content | Usual Channel |
|---|---|---|
| Reference laboratory | Chemistry, hematology, microbiology, pathology results | HL7 ORU interface |
| Imaging center / hospital radiology | Radiology reports and images | HL7 ORU for reports; DICOM for images |
| Other providers | Consult notes, operative reports, discharge summaries | Direct secure messaging, C-CDA, fax-to-image |
| Other EHR systems / HIE | Continuity of Care Documents, longitudinal summaries | Query-based exchange, C-CDA, FHIR API |
| State immunization registry (IIS) | Historical vaccine doses | Bidirectional HL7 interface |
| Pharmacy benefit / Surescripts | Fill history and medication claims | Medication history query |
| Payers | Eligibility, claims history, prior authorization status | X12 EDI 270/271, 278 |
| Patient | Home monitoring data, prior records, questionnaires | Portal upload, scanning |
| Public health / registries | Reportable condition follow-up, cancer registry data | Secure transport per program |
The Four Inbound Channels
- Standards-based interfaces. An HL7 v2 result message or a FHIR API response lands as discrete data that populates a structured field and can be trended, alerted on, and reported. This is the highest-value channel and the one covered in Section 10.1.
- Document exchange. A C-CDA summary or a Direct secure message delivers a structured document. Portions can be reconciled discretely (problems, medications, allergies, immunizations); the rest is retained as a viewable document.
- Fax and image capture. Inbound faxes routed into the document management queue arrive as images. They are legible to people, invisible to queries, and must be indexed manually. Optical character recognition improves searchability but does not create discrete data.
- Manual entry and scanning. Paper records the patient brings, outside forms, and completed questionnaires are scanned and indexed using the workflow in Section 3.1.
Verification Before Filing
The most consequential step is the one that happens before the document reaches the chart. Every inbound item is checked for:
- Patient match. At least two identifiers must agree — legal name and date of birth at minimum, ideally with a third such as address or the outside MRN. A near match is not a match. When identity cannot be confirmed, the item is held in an unmatched queue and researched, never filed on a best guess.
- Correct date. The date of service on the document, not the date it arrived, drives clinical interpretation and any timely-filing calculation.
- Source and authenticity. The sending facility, ordering provider, and (for results) the performing laboratory's CLIA identity should be present.
- Completeness. Missing pages, truncated result sets, and documents that reference attachments not received are returned to the sender rather than filed as complete.
- Legibility. An unreadable scan is rescanned; a blurry image in a legal record is a defect, not a nuisance.
A misfiled external document is an overlay error — Patient B's data inside Patient A's chart — and it carries the same clinical and privacy consequences described in Section 2.2.
Reconciliation Into the Chart
Receiving data is not the same as adopting it. Discrete inbound content is reconciled, meaning a qualified user compares the incoming list against the local list and decides what to accept:
| List | Reconciliation Question |
|---|---|
| Problems | Is this condition current, historical, or a duplicate of an existing entry under a different term? |
| Medications | Is the patient still taking this? Does it duplicate an active local prescription? |
| Allergies | Is this a true allergy or a side effect, and is the reaction documented? |
| Immunizations | Does the registry dose duplicate one already recorded locally? |
Clinical acceptance decisions belong to clinicians. The EHR specialist's role is to make the comparison visible, remove obvious duplicates according to policy, and route anything ambiguous. Immunization reconciliation is often the exception — many organizations allow trained staff to accept registry doses because the registry is the authoritative source.
Notification and Closing the Loop
External data that arrives but is never seen is functionally lost. After verification and filing:
- Route results and documents to the ordering or responsible provider's inbox, not just into the chart.
- Flag abnormal or critical values so they surface above routine traffic; the critical-value protocol in Section 7.2 applies to outside laboratories as well.
- Update the tracking queue so an order that was pending is now closed, which is how open-loop diagnostic failures are prevented.
- Document the receipt with source, date received, and who filed it, so the audit trail explains how the record entered the chart.
A faxed consultation note arrives for a patient whose name matches the record, but the date of birth on the fax differs by one digit from the date of birth in the EHR. What is the correct action?
A C-CDA summary from another health system arrives containing a medication list. Which statement best describes what happens next?
Which inbound channel delivers external results as discrete data that the EHR can trend and evaluate with decision support?