Difference between revisions of "Code Types"

From OpenEMR Project Wiki
Line 26: Line 26:
:<span style="color:red">RED</span> - Mandatory setting for this code type
:<span style="color:red">RED</span> - Mandatory setting for this code type
:''Italic'' - Optional setting for this code type (ie. the ct_id can be anything greater than 100 for this code type)
:''Italic'' - Optional setting for this code type (ie. the ct_id can be anything greater than 100 for this code type)
*Note the ct_key and ct_id are columns from the sql code_types table.


==Mechanism for adding Code Types==
==Mechanism for adding Code Types==
Line 34: Line 35:
recommend making sure the ct_id is greater than 100.
recommend making sure the ct_id is greater than 100.


==Code Type SQL table==
==Code Type Issues==

Revision as of 22:45, 8 June 2011

Code Types

Current Code Types

ct_key ct_id description
ICD9 1 Diagnosis Codes
CPT4 2 Procedure Codes
HCPCS 3 Pocedure Codes
CVX 100 Immunization Codes

LEGEND:

RED - Mandatory setting for this code type
Italic - Optional setting for this code type (ie. the ct_id can be anything greater than 100 for this code type)
  • Note the ct_key and ct_id are columns from the sql code_types table.

Mechanism for adding Code Types

Can be done in Administration->Lists->Code Types.

If using a code type above, recommend using the same ct_key and ct_id values as above. If creating a new code type, then recommend making sure the ct_id is greater than 100.

Code Type Issues