49.113    Payer to Payer 49.115    Prior Authorization Documentation Templates and Requirements   

49.114.1Prior 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

  • Interceptor Bean Types

  • Payer source label

  • Payer source URL

  • Plan Definition ID

49.114.2Property: CDS Hook

 
Property Name CDS Hook
Property Key
Property Type JSON
Description The CDS Service JSON including prefetch keys required for the above plan definition. 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}}"
}
}

49.114.3Property: Coverage identifier system

 
Property Name Coverage identifier system
Property Key
Property Type STRING
Description The system that is used to determine the member identifier on a Coverage resource.
Applies to Modules
  • Prior Auth CRD
Default Value http://terminology.hl7.org/CodeSystem/v2-0203
Example Property
module.[MODULE_ID].config.coverage_identifier_system = http://terminology.hl7.org/CodeSystem/v2-0203

49.114.4Property: DTR application URL

 
Property Name DTR application URL
Property Key
Property Type STRING
Description URL for DTR application
Applies to Modules
  • Prior Auth CRD
Default Value http://dtr.app
Example Property
module.[MODULE_ID].config.dtr_app_url = http://dtr.app

49.114.5Property: Interceptor Bean Types

 
Property Name Interceptor Bean Types
Property Key
Property Type STRING
Description A comma or whitespace-separated list of bean classes to register as Smile CDR Interceptors.
Applies to Modules
  • CDA Exchange+
  • Channel Import
  • Cluster Manager
  • Consent
  • FHIR Gateway REST Endpoint
  • FHIR REST Endpoint (All FHIR Versions)
  • FHIR REST Endpoint (DSTU2 - Deprecated)
  • FHIR REST Endpoint (R3 - Deprecated)
  • FHIR REST Endpoint (R4 - Deprecated)
  • FHIR Storage (DSTU2 RDBMS)
  • FHIR Storage (R3 RDBMS)
  • FHIR Storage (R4 RDBMS)
  • FHIR Storage (R5 RDBMS)
  • HL7 v2.x Listening Endpoint
  • HL7 v2.x Listening Endpoint (Deprecated)
  • Hybrid Providers REST Endpoint
  • MDM
  • Prior Auth CRD
  • SMART Outbound Security
  • Subscription Matcher (All FHIR Versions)
Default Value (no default)
Example Property
module.[MODULE_ID].config.interceptor_bean_types = 

49.114.6Property: Payer source label

 
Property Name Payer source label
Property Key
Property Type STRING
Description The name of the Payer as displayed in the CDS Hook response card
Applies to Modules
  • Prior Auth CRD
Default Value Health Level Seven International
Example Property
module.[MODULE_ID].config.payer_source_label = Health Level Seven International

49.114.7Property: Payer source URL

 
Property Name Payer source URL
Property Key
Property Type STRING
Description The URL of the Payer as returned in the CDS Hook response card
Applies to Modules
  • Prior Auth CRD
Default Value https://www.hl7.org/
Example Property
module.[MODULE_ID].config.payer_source_url = https://www.hl7.org/

49.114.8Property: Plan Definition ID

 
Property Name Plan Definition ID
Property Key
Property Type STRING
Description The plan definition to invoke when this hook is called
Applies to Modules
  • Prior Auth CRD
Default Value ASLPCrd-CdsHook
Example Property
module.[MODULE_ID].config.plan_definition_id = ASLPCrd-CdsHook
   49.113    Payer to Payer 49.115    Prior Authorization Documentation Templates and Requirements