home / skills / a5c-ai / babysitter / health-data-integration
This skill enables health data interoperability across EHR, HIE, and CDS using HL7, FHIR, and related standards for seamless integration.
npx playbooks add skill a5c-ai/babysitter --skill health-data-integrationReview the files below or copy the command above to add this skill to your agents.
---
name: health-data-integration
description: Facilitate interoperability between health IT systems including EHR, HIE, and clinical decision support through HL7, FHIR, and other healthcare data standards
allowed-tools: Read, Grep, Write, Edit, Glob, Bash, WebFetch
---
# Health Data Integration
Facilitate interoperability between health IT systems including EHR, HIE, and clinical decision support through HL7, FHIR, and other healthcare data standards.
## Overview
This skill enables integration of healthcare information systems. It encompasses interoperability standards implementation, data exchange configuration, and system integration to support seamless health information sharing.
## Capabilities
### Interoperability Standards
- HL7 v2 messaging
- HL7 FHIR resources
- CDA document exchange
- CCDA implementation
- Direct messaging
### System Integration
- EHR integration
- HIE connectivity
- Lab interfaces
- Pharmacy integration
- Device connectivity
### Data Exchange
- ADT notifications
- Clinical summaries
- Lab results
- Medication data
- Imaging reports
### Data Quality
- Data validation
- Mapping and transformation
- Error handling
- Reconciliation
- Audit logging
## Usage Guidelines
### Integration Process
1. Define integration requirements
2. Assess system capabilities
3. Select appropriate standards
4. Design interface specifications
5. Develop and configure
6. Test thoroughly
7. Deploy and monitor
### FHIR Implementation
- Identify required resources
- Configure API endpoints
- Implement authentication
- Handle search parameters
- Manage subscriptions
### Data Governance
- Establish data standards
- Define ownership
- Implement access controls
- Maintain audit trails
- Ensure privacy compliance
## Integration Points
### Related Processes
- EHR Implementation Methodology
- HIE Integration
- Clinical Decision Support Implementation
### Collaborating Skills
- clinical-workflow-analysis
- regulatory-compliance-assessment
- clinical-decision-support-rules
## References
- HL7 International standards
- ONC interoperability rules
- FHIR implementation guides
- USCDI data standards
This skill enables reliable interoperability between health IT systems by implementing HL7, FHIR, CDA, and related healthcare data standards. It focuses on connecting EHRs, HIEs, labs, pharmacies, and devices to support secure, auditable clinical data exchange. The skill improves data quality, streamlines interfaces, and helps operationalize clinical decision support integration.
I inspect system capabilities, select standards, and create interface specifications for message and API exchange. Implementations cover HL7 v2 message flows, FHIR resources and REST endpoints, CDA/CCDA document exchange, and Direct messaging. I include data mapping, validation, error handling, audit logging, and deployment checks to ensure reliable runtime behavior.
Which standards should I choose for a new integration?
Choose based on use case and partner capabilities: HL7 v2 for event-driven feeds (ADT, labs), FHIR for APIs and CDS, and CDA/CCDA for document exchange. Use implementation guides to narrow resource sets.
How do you ensure data quality across systems?
Use canonical mappings, field-level validation, transformation rules, reconciliation jobs, and audit logs. Combine automated tests with periodic sampling and provider feedback loops.