agentsclimarketplace

Healthcare informatics

Skill fabioc-aloha/Alex_Skill_Mall/plugins/domain-expertise/healthcare-informatics

284 curated plugins for AI assistants across 16 categories: security, Azure, documentation, code quality, cloud infrastructure, and more. Works with GitHub Copilot. Drop into .github/skills/local/ and go.

Install
npx -y skills add fabioc-aloha/Alex_Skill_Mall --skill healthcare-informatics

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 3 stars3 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Clinical terminology, healthcare compliance (HIPAA/HITECH), patient safety, and health data management.

SKILL.md

6.2 KB, as published. Nobody here has run it

Healthcare Informatics Skill

Clinical terminology, healthcare compliance (HIPAA/HITECH), patient safety, and health data management.

Core Principle

Healthcare information systems exist to improve patient outcomes. Every data decision balances access (clinicians need information) against privacy (patients deserve protection). When in doubt, protect the patient.

HIPAA Compliance

Protected Health Information (PHI)

PHI is any individually identifiable health information. The 18 HIPAA identifiers:

#IdentifierExample
1NamesFull name
2Geographic dataAddress, ZIP (3-digit OK if population >20K)
3DatesDOB, admission, discharge, death (year OK)
4Phone numbersAll
5Fax numbersAll
6Email addressesAll
7SSNAll
8Medical record numbersAll
9Health plan beneficiary numbersAll
10Account numbersAll
11Certificate/license numbersAll
12Vehicle identifiersVIN, plates
13Device identifiers/serial numbersAll
14Web URLsAll
15IP addressesAll
16Biometric identifiersFingerprints, voice
17Full-face photographsAll
18Any other unique identifying numberAll

De-identification Methods

MethodApproachUse When
Safe HarborRemove all 18 identifiersStandard approach, lower risk
Expert DeterminationStatistical/scientific analysisNeed richer dataset, qualified expert available

Minimum Necessary Standard

  • Use or disclose only the minimum PHI necessary for the purpose
  • Role-based access controls in EHR systems
  • Audit logs for every PHI access

HITECH Act Extensions

RequirementDetail
Breach notification60 days for breaches affecting 500+ individuals
Business Associate liabilityBAs directly liable for HIPAA violations
Audit trailAll access to electronic PHI must be logged
Encryption safe harborEncrypted data breach = not a reportable breach

FHIR Patient Resource Example

{
  "resourceType": "Patient",
  "id": "example",
  "identifier": [
    {
      "system": "http://hospital.org/mrn",
      "value": "12345"
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "Doe",
      "given": ["John"]
    }
  ],
  "gender": "male",
  "birthDate": "1985-06-15",
  "address": [
    {
      "use": "home",
      "city": "Springfield",
      "state": "IL",
      "postalCode": "62704"
    }
  ]
}

Clinical Terminology Standards

Key Coding Systems

SystemPurposeExample
ICD-10Diagnosis codesE11.9 (Type 2 diabetes without complications)
CPTProcedure codes99213 (Office visit, established patient)
SNOMED CTClinical terms73211009 (Diabetes mellitus)
LOINCLab/observation codes2345-7 (Glucose, serum/plasma)
RxNormMedicationsMetformin 500mg oral tablet
NDCDrug packaging10-digit national drug code

Interoperability Standards

StandardRole
HL7 FHIRRESTful API for health data exchange
HL7 v2Legacy messaging (ADT, ORM, ORU)
CDA/C-CDAStructured clinical documents
DICOMMedical imaging format and protocol
X12 EDIInsurance claims (837), eligibility (270/271)

Electronic Health Records (EHR)

Core EHR Functions

  1. Clinical Documentation — Progress notes, assessments, plans
  2. CPOE — Computerized Provider Order Entry (meds, labs, imaging)
  3. CDS — Clinical Decision Support (alerts, reminders, pathways)
  4. Results Management — Lab values, imaging reports
  5. Medication Management — e-Prescribing, interaction checks, reconciliation

Patient Safety Checks

CheckPurpose
Drug-drug interactionsPrevent harmful combinations
Drug-allergy alertsMatch known allergies
Dose range checkingFlag outlier dosages
Duplicate order detectionPrevent redundant tests/meds
Clinical pathway adherenceEvidence-based care protocols

Healthcare Data Analytics

Quality Measures

Measure TypeExampleSource
Process% of diabetics with annual HbA1cHEDIS
Outcome30-day readmission rateCMS
Patient ExperienceHCAHPS survey scoresCMS
StructureEHR adoption rate, nurse-to-patient ratioVarious

Risk Adjustment

  • HCC (Hierarchical Condition Categories) for Medicare risk scoring
  • Comorbidity indices (Charlson, Elixhauser) for severity adjustment
  • Social Determinants of Health (SDOH) as contextual factors

Research & Clinical Trials

IRB Requirements

ElementRequirement
Informed consentWritten, plain language, voluntary
Risk minimizationReasonable procedures, minimal risk where possible
Privacy protectionsDe-identification or limited datasets
Vulnerable populationsExtra safeguards for children, prisoners, pregnant women

Clinical Trial Phases

PhasePurposeSize
Phase ISafety, dosage20–100
Phase IIEfficacy, side effects100–300
Phase IIIConfirm efficacy, monitor adverse1,000–3,000
Phase IVPost-market surveillanceThousands

AI in Healthcare — Guardrails

Critical: AI-generated medical information must never be presented as clinical advice.

  • Always include disclaimer: "This is informational only. Consult a healthcare professional."
  • Never diagnose or recommend treatment
  • Flag when confidence is low or data is ambiguous
  • Cite clinical guidelines (USPSTF, ACC/AHA, IDSA) when referencing evidence-based practices
  • Document provenance of any clinical data used in analysis

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.