Difference between revisions of "Code Types"

From OpenEMR Project Wiki
Line 2: Line 2:
==Current Code Types==
==Current Code Types==
{|
{|
|ct_key
|'''ct_key'''
|ct_id
|'''ct_id'''
|description
|'''description'''
|-
|-
|ICD9
|<span style="color:red">ICD9</span>
|1
|1
|Diagnosis Codes
|Diagnosis Codes
Line 19: Line 19:
|-
|-
|CVX
|CVX
|100
|''100''
|Immunization Codes
|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)


==Mechanism for adding Code Types==
==Mechanism for adding Code Types==

Revision as of 22:40, 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)

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 SQL table