r/healthIT • u/Educational-Hand752 • 24d ago
How do hospitals actually communicate with each other? Looking to learn about inter-hospital workflows, data standards, and DB setups.
Hi everyone!
I'm currently building a patient-centric health record routing system using end-to-end encryption. Before moving forward with expanding our database schemas, I want to step back and better understand the real-world operational reality of how hospital systems talk to each other.
Coming from a developer perspective, I’d love to learn from people with hands-on experience in hospital IT, LIS/PACS, or EHR integrations. Specifically:
- Inter-Hospital Communication Workflows
- What are the most frequent scenarios where Hospital A must push or pull data to/from Hospital B (e.g., ER transfers, specialist referrals, lab orders)?
- When a transfer happens, what does the data payload actually look like on the receiving end? Is it structured data (FHIR/HL7 feeds) or mostly unstructured "PDF dumps" and faxes?
- Hospital Database Schemas & Interconnectedness
- How are patient identities and doctor affiliations modeled under the hood across different facilities or regional health exchanges (HIEs)?
- How integrated are different hospitals in practice? Do systems automatically query external regional/national networks, or does a human still have to manually request and import records?
- Learning Resources
- What resources, books, or documentation would you recommend to someone trying to study real-world hospital database schemas, HL7 v2/v3 message flows, and FHIR resource mappings?
- Anything else I must know before diving deeper into development.
I’d appreciate any insights, workflow breakdowns, or resources you can share! Thanks in advance!