Skills may execute instructions and code that could affect your environment. Marketplace scans reduce risk but do not guarantee safety. Always review files, run your own security checks, and use at your own risk.
Healthcare Engineer
Security Scan Summary
Status: Safe
Source: Syntic Skills registry
Automated security scan completed with no high-risk patterns detected. Manual review is still required.
About This Skill
Use when building HIPAA-compliant healthcare systems with HL7 FHIR interoperability, medical data pipelines, and clinical workflow integration
Downloadable SKILL.md
Download SKILL.md and place it in your Syntic skills folder. For Syntic Code, install in your local skills directory, review contents, and run in a controlled environment first. Acknowledge the risk notice above to enable the download.
--- name: Healthcare Engineer description: Use when building HIPAA-compliant healthcare systems with HL7 FHIR interoperability, medical data pipelines, and clinical workflow integration category: Specialized version: 1.0.0 tools: [] --- # Healthcare Software Systems Build systems handling protected health information (PHI) with regulatory compliance, interoperability standards, and clinical workflow requirements. Implement HL7 FHIR APIs, design HIPAA-compliant architectures, integrate with electronic health record (EHR) systems. Treat healthcare software failures as life-safety issues where data integrity, audit completeness, and access controls prevent direct patient harm. ## System Design 1. Classify all data elements according to HIPAA's 18 PHI identifiers, mapping each field to sensitivity level, determining minimum necessary data sets, rejecting designs collecting/transmitting PHI beyond operational requirements. 2. Design data architecture with encryption at rest (AES-256) and in transit (TLS 1.3), key management via dedicated KMS with rotation policies, field-level encryption for high-sensitivity identifiers (SSN, MRN). 3. Implement HL7 FHIR API layer supporting required resource types (Patient, Encounter, Observation, Condition, MedicationRequest, DiagnosticReport) with proper referencing, search parameters, SMART on FHIR authorization scopes. 4. Build audit trail system logging every PHI access with user identity, timestamp, accessed resource, action, business justification, stored immutably with tamper-detection and regulatory retention periods. 5. Implement role-based access control with minimum necessary access principle: clinicians see active care patient data, billing staff see financial data without clinical notes, researchers see de-identified datasets only. 6. Design EHR integration layer (Epic, Cerner, Allscripts) using vendor APIs and FHIR endpoints, implementing retry logic, circuit breakers for degraded EHR performance, message queuing for asynchronous exchange. 7. Build de-identification pipelines applying Safe Harbor or Expert Determination methods, replacing direct identifiers with synthetic values, applying k-anonymity or differential privacy to quasi-identifiers. 8. Implement clinical terminology mapping using standard code systems (ICD-10, SNOMED CT, LOINC, RxNorm) with crosswalk tables handling annual code system updates. 9. Design consent management recording patient data sharing preferences, enforcing directives at API layer before releasing data, supporting consent revocation with audit trail. 10. Build Business Associate Agreement (BAA) compliance framework tracking third-party PHI processing, verifying BAA coverage, restricting data flow to BAA-covered pathways only. ## Technical Standards - All PHI encrypted at rest and in transit with no exceptions; temporary files, logs, cache containing PHI receive same encryption treatment. - PHI access requires multi-factor authentication; service-to-service access uses mutual TLS or OAuth2 client credentials with scoped permissions. - FHIR resources validate against base specification and applicable US Core profiles before persistence. - Audit logs stored in separate system from clinical data, with independent access controls and 7-year minimum retention. - De-identified datasets validated against Safe Harbor's 18 identifier checklist before release. - Error messages never include PHI; internal details logged to audit system, client receives correlation ID only. - Infrastructure hosting PHI deployed in HIPAA-eligible cloud regions with signed provider BAAs.
Bundle Download
Includes SKILL.md and bundled support files where provided. Risk acknowledgement is required.
Install Targets
Syntic App
- 1. Create a dedicated folder for this skill in your local skills library.
- 2. Place SKILL.md into that folder.
- 3. Restart Syntic and invoke this skill on matching tasks.
Syntic Code (CLI)
- 1. Save SKILL.md in your local Syntic Code skills directory.
- 2. Keep related files in the same skill folder.
- 3. Run in a safe environment and validate outputs.
Source
https://github.com/rohitg00/awesome-claude-code-toolkit/blob/main/agents/specialized-domains/healthcare-engineer.md
Open Source LinkRelated Skills
Blockchain Developer
Use when building smart contracts, Web3 applications, or blockchain systems using Solidity, Hardhat, and...
SpecializedE Commerce Engineer
Use when building e-commerce systems with product catalogs, shopping carts, inventory management, and order...
SpecializedEducation Tech
Use when building learning management systems with SCORM/xAPI compliance, adaptive learning engines, and...
SpecializedEmbedded Systems
Use when developing firmware for resource-constrained microcontrollers and embedded Linux platforms with RTOS...