57.114    OpenID Connect (OIDC) 57.116    Prior Authorization Documentation Templates and Requirements   

57.143.1Prior Authorization Coverage Requirement Discovery

 

The Prior Authorization Coverage Requirement Discovery configuration category includes the following configurable options:

  • CDS Hook

57.143.2Property: CDS Hook

 
Property Name CDS Hook
Property Key
Property Type JSON
Description The CDS Service JSON including prefetch keys required. The service id provided will be ignored.
Applies to Modules
  • Prior Auth CRD
Default Value { "hook": "order-sign", "title": "Order sign request", "description": "CDS Hook for order sign", "prefetch": { "patient": "Patient/{{context.patientId}}" } }
Example Property
module.[MODULE_ID].config.cds_hook = {
"hook": "order-sign",
"title": "Order sign request",
"description": "CDS Hook for order sign",
"prefetch": {
"patient": "Patient/{{context.patientId}}"
}
}
   57.114    OpenID Connect (OIDC) 57.116    Prior Authorization Documentation Templates and Requirements