As mentioned in our earlier post The Direct Project – Gluing EHR’s Together , according to HHS.gov, the goal of the Direct Project is an:
- Transport: How messages will be sent and received (Direct Project)
- Semantics: The structure and format of their exchanged content (e.g. CCD document)
- Vocabulary: What terminology/coding systems will be used (e.g. SNOMED)
- Packaging message content
- Confidentiality and integrity
- Authentication of sender and receiver
- Routing
Those criteria are addressed as follows:
XDM focuses on managing the interchange of documents that healthcare enterprises (from individual physicians up to multi-hospital systems) have decided to share between the patient and the patient’s care providers, or between care providers. This enables better interoperability between Electronic Health Records (EHRs) and Personal Health Records (PHRs).
2. Confidentiality and integrity. Message content is kept confidential through S/MIME encryption and signatures. S/MIME is a standard for public key encryption and signing of MIME data.
3. Authenticity of sender and receiver. X.509 digital signatures are used.
4. Routing. Message routing is handled via SMTP.
None of this stuff is revolutionary technology. It can be obtained through open source libraries and there are commercial products like ZixMail that already meet these criteria. The benefit will be its adoption as a widely-used standard. To learn more about the technical details, the Direct Project’s technical specification is available on-line.