← ClaudeAtlas

healthcare-data-interoplisted

Build and validate healthcare-data pipelines and de-identify PHI, gated by checks that actually run — structural FHIR R4 validation, HL7 v2.x parsing, a Safe-Harbor PHI regex scan, and pydicom-based DICOM header de-identification with a re-read verify step. Use when the user works with DICOM, HL7 v2, or FHIR data; needs to ingest/transform/map clinical data; wants to de-identify or anonymize PHI; checks interoperability conformance; or builds a healthcare data pipeline. Triggers: "DICOM", "HL7", "FHIR", "de-identify PHI", "anonymize patient data", "healthcare data pipeline", "interoperability", "Safe Harbor", "US Core", "IHE".
NeuralMedic-DE/claude-skills · ★ 0 · Data & Documents · score 75
Install: claude install-skill NeuralMedic-DE/claude-skills
# Healthcare data interop (validated, de-identified) Build healthcare-data pipelines and **prove** the data is well-formed and stripped of PHI — correctness is gated by scripts that run (FHIR/HL7 validation, PHI scan, DICOM de-id + verify), not by assertion. ## Core principle **Validity and de-identification are measured, not claimed.** The loop is: scan/validate → fix the root cause → re-validate, until the gate is green; then a human reviews what the automation cannot decide. **Be honest about scope (this is the rule that keeps the skill correct):** - **De-identification reduces, but does not eliminate, re-identification risk.** HIPAA gives two paths — **Safe Harbor** (remove the 18 identifiers) and **Expert Determination** (a qualified statistician certifies low risk). GDPR distinguishes true **anonymization** (irreversible, out of scope of GDPR) from **pseudonymization** (reversible, still personal data). State which you are doing. → `references/02-deidentification.md` - The scripts handle **header/structured PHI only**. They do **not** touch **burned-in pixel PHI** in images, and the regex scan does **not** reliably catch **names or free-text PHI**. - **Structural FHIR validation ≠ profile conformance.** A green structural run does not prove US Core / IG conformance; that needs a real validator. This skill is **engineering assistance, not a clinical or regulatory sign-off.** ## When to use vs. not - Use for: validating FHIR R4 / HL7 v2 messages; d