Difference between revisions of "Code Types"

From OpenEMR Project Wiki
Line 1: Line 1:
=Code Types=
=Code Types=
==Current Code Types==
==Current Code Types==
{|
{| border="1" align="center" style="text-align:center;"
|'''ct_key'''
!ct_key
|'''ct_id'''
!ct_id
|'''description'''
!description
|-
|-
|<span style="color:red">ICD9</span>
|<span style="color:red">ICD9</span>
Line 23: Line 23:
|}
|}


LEGEND:
'''LEGEND''':
:<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)
:''Italic'' - Optional setting for this code type (ie. the ct_id can be anything greater than 100)

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