For Social Work, not every license type is recognized in every compact member state. When displaying which privileges are associated with a practitioner, we will need to take into account what type of license they have, and filter the final list of privileges based on which states recognize that license type.
For MVP, we have determined that we will track this licenseType/state mapping in the source code, likely as a YAML config file. Then during the CDK deployment we will have a custom resource that will add this configuration to the compact configuration record in DynamoDB, so that we can query the list of live states at the same time we get the most recent licenseType/state mapping.
Notes
Questions
Assumptions
Estimate
Tasks
Implementation Notes
For Social Work, not every license type is recognized in every compact member state. When displaying which privileges are associated with a practitioner, we will need to take into account what type of license they have, and filter the final list of privileges based on which states recognize that license type.
For MVP, we have determined that we will track this licenseType/state mapping in the source code, likely as a YAML config file. Then during the CDK deployment we will have a custom resource that will add this configuration to the compact configuration record in DynamoDB, so that we can query the list of live states at the same time we get the most recent licenseType/state mapping.
Notes
Questions
Assumptions
Estimate
Tasks
Implementation Notes