fix: disable dataset viewer (corpus is markdown, not tabular)
Browse files
README.md
CHANGED
|
@@ -1,25 +1,26 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
language:
|
| 4 |
-
- en
|
| 5 |
tags:
|
| 6 |
-
- hipaa
|
| 7 |
-
- healthcare
|
| 8 |
-
- compliance
|
| 9 |
-
- legal
|
| 10 |
-
- rag
|
| 11 |
-
- regulations
|
| 12 |
-
- mojar-ai
|
| 13 |
pretty_name: HIPAA Knowledge Base (Mojar AI)
|
| 14 |
size_categories:
|
| 15 |
-
- n<1K
|
|
|
|
| 16 |
---
|
| 17 |
|
| 18 |
# HIPAA Knowledge Base — Mojar AI
|
| 19 |
|
| 20 |
The curated knowledge corpus that powers the **[Mojar AI HIPAA Compliance Assistant](https://www.mojar.ai/free-tools/hipaa-compliance-assistant)** — a free, public AI agent built by [Mojar AI](https://mojar.ai) to help healthcare teams, compliance officers, and engineers get accurate, grounded answers to HIPAA questions.
|
| 21 |
|
| 22 |
-
This dataset is the
|
| 23 |
|
| 24 |
## Why this exists
|
| 25 |
|
|
@@ -29,9 +30,9 @@ HIPAA is large, fragmented, and scattered across:
|
|
| 29 |
- HHS Office for Civil Rights (OCR) guidance pages and FAQs
|
| 30 |
- OCR resolution agreements and enforcement actions
|
| 31 |
- HITECH Act amendments
|
| 32 |
-
- Real-world operational practice that
|
| 33 |
|
| 34 |
-
A general-purpose LLM hallucinates citations, mixes up the Privacy Rule with the Security Rule, and gives advice that
|
| 35 |
|
| 36 |
We're publishing the corpus openly so:
|
| 37 |
|
|
@@ -58,33 +59,33 @@ The agent retrieves from this dataset, cites the source, and refuses to answer w
|
|
| 58 |
|
| 59 |
Long-form Markdown documents covering the HIPAA landscape:
|
| 60 |
|
| 61 |
-
| File
|
| 62 |
-
|---|---|
|
| 63 |
-
| `01-hipaa-privacy-rule.md`
|
| 64 |
-
| `02-hipaa-security-rule.md`
|
| 65 |
-
| `03-breach-notification-rule.md`
|
| 66 |
-
| `04-phi-de-identification.md`
|
| 67 |
-
| `05-business-associates.md`
|
| 68 |
-
| `06-phi-definitions-identifiers.md`
|
| 69 |
-
| `07-patient-rights.md`
|
| 70 |
-
| `08-technical-safeguards-engineering.md`
|
| 71 |
-
| `09-real-world-compliance-pitfalls.md`
|
| 72 |
-
| `10-cloud-computing-hipaa.md`
|
| 73 |
-
| `11-consent-vs-authorization.md`
|
| 74 |
-
| `12-digital-marketing-tracking-risks.md`
|
| 75 |
-
| `13-hitech-act.md`
|
| 76 |
-
| `14-enforcement-penalties.md`
|
| 77 |
-
| `15-hhs-faq-categories.md`
|
| 78 |
-
| `16-rag-system-architecture.md`
|
| 79 |
-
| `17-covered-entities.md`
|
| 80 |
-
| `18-minimum-necessary-standard.md`
|
| 81 |
-
| `19-45-cfr-part-160-verbatim.md`
|
| 82 |
-
| `20-45-cfr-part-162-verbatim.md`
|
| 83 |
-
| `21-45-cfr-part-164-verbatim.md`
|
| 84 |
-
| `22-hhs-official-guidance-pages-verbatim.md`
|
| 85 |
-
| `23-hhs-faq-page-verbatim.md`
|
| 86 |
-
| `24-ocr-resolution-agreements-index-verbatim.md` | Index of OCR enforcement actions
|
| 87 |
-
| `24-q-and-a.md`
|
| 88 |
|
| 89 |
### `datasets-real-life/` — Role-based practitioner Q&A
|
| 90 |
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
language:
|
| 4 |
+
- en
|
| 5 |
tags:
|
| 6 |
+
- hipaa
|
| 7 |
+
- healthcare
|
| 8 |
+
- compliance
|
| 9 |
+
- legal
|
| 10 |
+
- rag
|
| 11 |
+
- regulations
|
| 12 |
+
- mojar-ai
|
| 13 |
pretty_name: HIPAA Knowledge Base (Mojar AI)
|
| 14 |
size_categories:
|
| 15 |
+
- n<1K
|
| 16 |
+
viewer: false
|
| 17 |
---
|
| 18 |
|
| 19 |
# HIPAA Knowledge Base — Mojar AI
|
| 20 |
|
| 21 |
The curated knowledge corpus that powers the **[Mojar AI HIPAA Compliance Assistant](https://www.mojar.ai/free-tools/hipaa-compliance-assistant)** — a free, public AI agent built by [Mojar AI](https://mojar.ai) to help healthcare teams, compliance officers, and engineers get accurate, grounded answers to HIPAA questions.
|
| 22 |
|
| 23 |
+
This dataset is the _source of truth_ the assistant retrieves from. Every answer the agent gives is grounded in one of the documents below, with citations back to the underlying CFR section, HHS guidance page, or curated explainer.
|
| 24 |
|
| 25 |
## Why this exists
|
| 26 |
|
|
|
|
| 30 |
- HHS Office for Civil Rights (OCR) guidance pages and FAQs
|
| 31 |
- OCR resolution agreements and enforcement actions
|
| 32 |
- HITECH Act amendments
|
| 33 |
+
- Real-world operational practice that _isn't_ written down anywhere official
|
| 34 |
|
| 35 |
+
A general-purpose LLM hallucinates citations, mixes up the Privacy Rule with the Security Rule, and gives advice that _sounds_ right but cites sections that don't exist. The Mojar AI HIPAA agent solves that by retrieving from this curated, version-controlled corpus and answering only from what it finds.
|
| 36 |
|
| 37 |
We're publishing the corpus openly so:
|
| 38 |
|
|
|
|
| 59 |
|
| 60 |
Long-form Markdown documents covering the HIPAA landscape:
|
| 61 |
|
| 62 |
+
| File | Topic |
|
| 63 |
+
| ------------------------------------------------ | ----------------------------------------------- |
|
| 64 |
+
| `01-hipaa-privacy-rule.md` | Privacy Rule (45 CFR 164 Subpart E) |
|
| 65 |
+
| `02-hipaa-security-rule.md` | Security Rule (45 CFR 164 Subpart C) |
|
| 66 |
+
| `03-breach-notification-rule.md` | Breach Notification Rule (45 CFR 164 Subpart D) |
|
| 67 |
+
| `04-phi-de-identification.md` | Safe Harbor & Expert Determination methods |
|
| 68 |
+
| `05-business-associates.md` | BAAs, subcontractors, liability |
|
| 69 |
+
| `06-phi-definitions-identifiers.md` | What counts as PHI; the 18 identifiers |
|
| 70 |
+
| `07-patient-rights.md` | Access, amendment, accounting of disclosures |
|
| 71 |
+
| `08-technical-safeguards-engineering.md` | §164.312 from an engineering POV |
|
| 72 |
+
| `09-real-world-compliance-pitfalls.md` | Common mistakes in practice |
|
| 73 |
+
| `10-cloud-computing-hipaa.md` | OCR cloud guidance, BAA gotchas |
|
| 74 |
+
| `11-consent-vs-authorization.md` | When each is required |
|
| 75 |
+
| `12-digital-marketing-tracking-risks.md` | Pixels, analytics, OCR tracking bulletins |
|
| 76 |
+
| `13-hitech-act.md` | HITECH amendments, breach floor |
|
| 77 |
+
| `14-enforcement-penalties.md` | CMP tiers, willful neglect |
|
| 78 |
+
| `15-hhs-faq-categories.md` | Index of HHS FAQs by topic |
|
| 79 |
+
| `16-rag-system-architecture.md` | Notes on building HIPAA-aware RAG |
|
| 80 |
+
| `17-covered-entities.md` | Who's regulated and who isn't |
|
| 81 |
+
| `18-minimum-necessary-standard.md` | §164.502(b) in practice |
|
| 82 |
+
| `19-45-cfr-part-160-verbatim.md` | Verbatim regulatory text |
|
| 83 |
+
| `20-45-cfr-part-162-verbatim.md` | Verbatim regulatory text |
|
| 84 |
+
| `21-45-cfr-part-164-verbatim.md` | Verbatim regulatory text |
|
| 85 |
+
| `22-hhs-official-guidance-pages-verbatim.md` | Verbatim HHS/OCR guidance |
|
| 86 |
+
| `23-hhs-faq-page-verbatim.md` | Verbatim HHS FAQ content |
|
| 87 |
+
| `24-ocr-resolution-agreements-index-verbatim.md` | Index of OCR enforcement actions |
|
| 88 |
+
| `24-q-and-a.md` | Compiled Q&A reference |
|
| 89 |
|
| 90 |
### `datasets-real-life/` — Role-based practitioner Q&A
|
| 91 |
|