Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/api-reference/implementation-guides.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ CMS recommends these IGs but does not mandate them. The regulation requires func

| IG | Version | Spec | Used by |
|---|---|---|---|
| Da Vinci Coverage Requirements Discovery (CRD) | STU 2.0.1 | [hl7.org/fhir/us/davinci-crd/STU2.0.1](https://hl7.org/fhir/us/davinci-crd/STU2.0.1/) | CRD |
| Da Vinci Coverage Requirements Discovery (CRD) | STU 2.1.0 | [hl7.org/fhir/us/davinci-crd/STU2.1](https://hl7.org/fhir/us/davinci-crd/STU2.1/) | CRD |
| Da Vinci Documentation Templates and Rules (DTR) | STU 2.0.1 | [hl7.org/fhir/us/davinci-dtr/STU2](https://hl7.org/fhir/us/davinci-dtr/STU2/) | DTR |
| Da Vinci Prior Authorization Support (PAS) | STU 2.1.0 | [hl7.org/fhir/us/davinci-pas/STU2.1](https://hl7.org/fhir/us/davinci-pas/STU2.1/) | PAS |
| Da Vinci Clinical Data Exchange (CDex) | STU 2.1.0 | [hl7.org/fhir/us/davinci-cdex/STU2](https://hl7.org/fhir/us/davinci-cdex/STU2/) | PAS attachments (`$submit-attachment`) |
Expand Down
4 changes: 2 additions & 2 deletions docs/prior-auth/crd.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# CRD

The Payerbox CRD implementation enables real-time communication between EHR systems and payers to determine documentation and prior authorization requirements at the point of care. Built on the [HL7 Da Vinci Coverage Requirements Discovery Implementation Guide](https://hl7.org/fhir/us/davinci-crd/STU2.0.1/).
The Payerbox CRD implementation enables real-time communication between EHR systems and payers to determine documentation and prior authorization requirements at the point of care. Built on the [HL7 Da Vinci Coverage Requirements Discovery Implementation Guide](https://hl7.org/fhir/us/davinci-crd/STU2.1/).

When combined with [DTR](dtr/README.md) and [PAS](pas.md), CRD ensures providers are informed of coverage requirements early in the workflow, reducing claim denials and improving the authorization process.

Payerbox implements Da Vinci CRD STU 2.0.1. See [Compliance / CMS-0057](../compliance/cms-0057.md) for the regulatory context.
Payerbox implements Da Vinci CRD STU 2.1.0. See [Compliance / CMS-0057](../compliance/cms-0057.md) for the regulatory context.

## How CDS Hooks work in CRD

Expand Down
Loading