Difference between revisions of "Code Types"

From OpenEMR Project Wiki
Line 7: Line 7:
|-
|-
|<span style="color:red">ICD9</span>
|<span style="color:red">ICD9</span>
|1
|<span style="color:red">1</span>
|Diagnosis Codes
|Diagnosis Codes
|-
|-
|CPT4
|<span style="color:red">CPT4</span>
|2
|<span style="color:red">2</span>
|Procedure Codes
|Procedure Codes
|-
|-
|HCPCS
|<span style="color:red">HCPCS</span>
|3
|<span style="color:red">3</span>
|Pocedure Codes
|Pocedure Codes
|-
|-
|CVX
|<span style="color:red">CVX</span>
|''100''
|''100''
|Immunization Codes
|Immunization Codes
Line 24: Line 24:


LEGEND:
LEGEND:
RED - 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)
:''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:41, 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