Bỏ qua

MedicalLicenseGenerator generator

Warning

The current page still doesn't have a translation for this language.

But you can help translating it: Contributing.

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
<key name="value" generator="MedicalLicenseGenerator(dataset='US', states=['CA', 'NY'], digits=7)"/>

Parameters

  • dataset: str | None; Default None — Country dataset used to resolve supported state or region codes.
  • states: Iterable[str] | None; Default None — Allowed state or region prefixes sampled for each licence.
  • digits: int; Default 6 — Number of numeric characters appended to the selected prefix.