You are using an unsupported browser. Please update your browser to the latest version on or before July 31, 2020.
close
Welcome to the CAREWare FAQ Page
announcement close button
Home > Documents > Activating ICD9 diagnosis codes in CAREWare
Activating ICD9 diagnosis codes in CAREWare
print icon

CAREWare currently lacks an option to update or activate ICD9 codes. 

 

A process has been created to add specified Diagnosis Definition codes and activate those definition codes for a specified provider.

 

Step 1 - Create the SQL Server stored procedure on the CAREWare database. This procedure will do the work of adding specified Diagnosis Definition codes and activating those definition for the specified provider. If the Diagnosis Definition already exists, the procedure creates the mapping. If that mapping already exists, the procedure does nothing. 

 

The script to create the stored procedure can be found here.

 

Step 2 - For usage, run an EXEC call for each definition that you want to enter and activate. The call will be in the form of:

EXEC dbo.AddAndActivateDiagnosisDefinition 'DiagnosisName', 'ICD9Code', 'DomainName'

 

For example, to add the ICD9 for '097.9: Syphilis, Unspecified:

EXEC dbo.AddAndActivateDiagnosisDefinition 'Syphilis, Unspecified', '097.9', 'MyImportDomain'

Feedback
0 out of 0 found this helpful

Attachments

AddAndActivateDiagnosisDefinition.pdf
scroll to top icon