MedicalLicenseGenerator generator¶
Generate state-prefixed medical licence identifiers.
Why: Use MedicalLicenseGenerator when synthetic clinician records need recognisable state-scoped licence keys; use NpiGenerator when the requirement is a national provider identifier.
Category: healthcare.
Output: str.
1 | |
Parameters¶
dataset:str | None; DefaultNone— Country dataset used to resolve supported state or region codes.states:Iterable[str] | None; DefaultNone— Allowed state or region prefixes sampled for each licence.digits:int; Default6— Number of numeric characters appended to the selected prefix.