59.117    OpenID Connect (OIDC) 59.119    Prior Authorization Documentation Templates and Requirements   

59.146.1Prior Authorization Coverage Requirement Discovery

 

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

  • CDS Hook Json (Text)

  • CDS Hook JSON (File)

59.146.2Property: CDS Hook Json (Text)

 
Property Name CDS Hook Json (Text)
Property Key
Property Type JSON
Description The CDS Service JSON Text including prefetch keys required. The service id provider will be ignored. This value will be ignored if both it and CDS Hook JSON (File) are present.
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}}"
}
}

59.146.3Property: CDS Hook JSON (File)

 
Property Name CDS Hook JSON (File)
Property Key
Property Type Resource Path
Description The CDS Service JSON File including prefetch keys required. The service id provided will be ignored. This file will take precedence over CDS Hook JSON (Text) if both properties are set.
Applies to Modules
  • Prior Auth CRD
Default Value (no default)
Example Property
module.[MODULE_ID].config.cds_hook.file = classpath:/example/cds-hooks-example.json
   59.117    OpenID Connect (OIDC) 59.119    Prior Authorization Documentation Templates and Requirements