Prior Authorization Coverage Requirement Discovery
The Prior Authorization Coverage Requirement Discovery configuration category includes the following configurable options:
CDS Hook
Coverage identifier system
DTR application URL
Payer source label
Payer source URL
Plan Definition ID
|
CDS Hook |
|
|
JSON | |
The CDS Service JSON including prefetch keys required for the above plan definition. The service id provided will be ignored. | |
|
|
{
"hook": "order-sign",
"title": "Order sign request",
"description": "CDS Hook for order sign",
"prefetch": {
"patient": "Patient/{{context.patientId}}"
}
}
|
|
|
|
Coverage identifier system |
|
|
STRING | |
The system to match the provider Coverage resource with the payer Coverage resource | |
|
|
http://acme.org/fhir-ns/payer-coverage-identifier-system
|
|
|
|
DTR application URL |
|
|
STRING | |
URL for DTR application | |
|
|
http://dtr.app
|
|
|
|
Payer source label |
|
|
STRING | |
The name of the Payer as displayed in the CDS Hook response card | |
|
|
Health Level Seven International
|
|
|
|
Payer source URL |
|
|
STRING | |
The URL of the Payer as returned in the CDS Hook response card | |
|
|
https://www.hl7.org/
|
|
|
|
Plan Definition ID |
|
|
STRING | |
The plan definition to invoke when this hook is called | |
|
|
ASLPCrd-CdsHook
|
|
|