IHE as the workflow layer above healthcare standards
IHE matters because standards alone do not guarantee interoperable workflows. HL7, DICOM, SOAP, and FHIR describe formats and transport options, but IHE profiles narrow those choices into repeatable implementation patterns.
An architect should think of IHE as a constraints-and-contract layer. A profile defines the actors that participate in a workflow and the transactions they must support, so vendors make fewer incompatible choices at integration time.
IHE in the healthcare standards stack
Loading diagram...
How the main standards contribute to an IHE workflow
| Standard | Primary role | Architectural question it answers |
|---|---|---|
| HL7 | Clinical and administrative data exchange | How do orders, demographics, and reports move? |
| DICOM | Imaging objects and modality workflows | How are images, worklists, and storage commitments handled? |
| SOAP / MTOM | Legacy enterprise document transport | How are structured metadata and large binary payloads packaged? |
| FHIR | Modern RESTful clinical APIs | How can document and identity workflows be exposed to modern apps? |
| IHE | Workflow profile and interoperability contract | Which actors and transactions must exist for a use case? |
Architectural shortcut
If a team says "we support HL7" or "we support DICOM", that is not yet enough to guarantee a working enterprise workflow. Ask which IHE profile or workflow contract the system actually implements.
IHE IT Infrastructure Technical Framework
Official starting point for the ITI domain, including profile definitions and actor/transaction methodology.
Open the ITI frameworkAustralian Digital Health Agency: IHE
Local context on why IHE matters inside digital-health interoperability programs.
Read the ADHA overviewWhy DICOM and HL7 have to work together
A radiology workflow is the easiest place to see why IHE exists. HL7 carries the patient and order context. DICOM handles modality worklists, image storage, retrieval, and imaging procedure state. If those two streams drift, the department ends up with patient mismatch, orphaned studies, or delayed reporting.
Order-to-report workflow across standards
Loading diagram...
IHE profiles codify exactly where those transitions happen. That is why the same hospital can combine HL7 order management, DICOM imaging, and enterprise document sharing without inventing a custom integration contract every time.
IHE XDS.b profile overview
Reference for the document sharing profile that extends beyond imaging into enterprise record exchange.
Open the XDS.b chapterThe ITI profiles you keep seeing in enterprise designs
The IT Infrastructure domain is the common platform layer for many IHE deployments. XDS.b governs cross-enterprise document sharing. PIX and PDQ handle patient identity and demographics. ATNA establishes secure nodes and audit expectations. MHD exposes mobile and FHIR-friendly document access on top of document-sharing concepts.
Core ITI profiles in this learning path
| Profile | Problem it solves | Why an AWS architect cares |
|---|---|---|
| XDS.b | Register, discover, and retrieve clinical documents across organizations | Drives repository, registry, metadata, and SOAP transport design |
| PIX / PDQ | Cross-reference identifiers and find patients by demographics | Shapes master patient index and identity lookup services |
| PIXm / PDQm | Offer FHIR-based identity and demographics lookup to lightweight apps | Influences API-first identity services and browser/mobile integration design |
| ATNA | Secure transport and enterprise audit trails | Maps to mTLS, CloudTrail, log retention, and analytics controls |
| MHD | Modernize document access with FHIR APIs | Connects legacy XDS concepts to HealthLake and REST-native apps |
| XCA | Query and retrieve across multiple communities without one shared registry | Introduces gateway, federation, and cross-community routing concerns |
What to carry into the next modules
From here onward, treat every profile as a workflow contract. The rest of the track shows what those contracts mean for repositories, registries, viewers, audit systems, and regional healthcare programs.
Mobile identity profiles modernize lookup without replacing the MPI
Patient identity is a prerequisite for nearly every sharing workflow. Traditional PIX and PDQ use HL7 v2 or v3 patterns. PIXm and PDQm keep the same architectural question but expose FHIR-based transactions that are easier for browser and mobile applications to consume.
How PDQm and PIXm fit before document sharing
Loading diagram...
Legacy and REST-oriented identity profiles
| Question | Traditional profile | FHIR-oriented profile |
|---|---|---|
| How do I find a patient from demographics? | PDQ / PDQv3 | PDQm |
| How do I translate one patient identifier into another domain? | PIX / PIXv3 | PIXm |
FHIR interface does not standardize matching logic
PIXm and PDQm define interoperable transactions, not the patient-matching algorithm itself. Communities still decide their own reconciliation rules, clerical review processes, and identity governance.
PIXm Volume 1
Official IHE publication for RESTful cross-reference queries and FHIR patient identity feeds.
Read PIXmPDQm Volume 1
Official IHE publication for RESTful patient-demographics queries and Match operation support.
Read PDQmKnowledge Check
Test your understanding with this quiz. You need to answer all questions correctly to mark this section as complete.