The ICD10 Procedure Code generator creates ICD-10-PCS (Procedure Coding System) codes, which are alphanumeric codes used to describe medical, surgical, and diagnostic procedures in healthcare. These codes are standardized under the ICD-10 (International Classification of Diseases, 10th Revision) coding framework for use primarily in the United States.
The table provides key details about the generator, including the short name, sample of the generated data, the supported data types, and whether it is specific to a particular country.
Short name | Example of generated data | Data type matching | Country-specific |
---|---|---|---|
ICD10 Procedure Code | 0H0V0JZ, 0BND4ZZ, … | character varying character text |
Default |
The generator can be assigned to a column whose name starts with ‘ICD10’, then goes ‘Proc’ or ‘Prc’, preceded or followed by any or no characters, and ends with ‘Code’, regardless of the table name.
The generator produces data based on a regular expression. Since it is built on the RegExp generator, see Regular Expression generator to customize settings and understand the correct usage of syntax.
The Text box contains a .csv file that stores information about diagnosis codes. The default path to the file is C:\Users\Public\Documents\Devart\dbForge Studio for PostgreSQL\Data Generators\ICD10ProcedureCodes.csv[0]
.