SAP ABAP Data Element ICLH_DIAGFORMAT (Format of Diagnosis Catalog)
Hierarchy
INSURANCE (Software Component) SAP Insurance
   FS-CM (Application Component) Claims Management
     ICL_HEALTH (Package) FS-CM: Health Line of Insurance
Basic Data
Data Element ICLH_DIAGFORMAT
Short Description Format of Diagnosis Catalog  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type ICLH_DIAGFORMAT    
Data Type CHAR   Character String 
Length 2    
Decimal Places 0    
Output Length 2    
Value Table      
Further Characteristics
Search Help: Name    
Search Help: Parameters    
Parameter ID   
Default Component name    
Change document    
No Input History    
Basic direction is set to LTR    
No BIDI Filtering    
Field Label
  Length  Field Label  
Short  
Medium 15 DiagCat Format 
Long  
Heading  
Documentation

Definition

Specifies the format of the file from which diagnoses are imported.

Use

You can select one of the following formats:

  • Internal catalog format:

    SAP provides an internal hard-coded format. This format has the following structure:

    • For diagnosis groups:
    • The diagnosis groups must be in a text file (code page format of the operating system) on the presentation server or application server. The format of a text line in this file must be as follows for the data to be imported correctly:

Position    Meaning

01 - 10    Code for the diagnosis group, such as A00-A09

11 - 20    Code for the next higher group, such as A00-B99

21 - 30    Code for the highest group (root, usually a chapter), such as 001

31 - 80    Name of the diagnosis group

  • For diagnoses:
  • The diagnoses must also be in a text file on the presentation or application server. The format of a text line of this file must be as follows so that data can be read correctly:

Position    Meaning

01 - 10    Diagnosis code, such as G00.9

11 - 20    Code for the diagnosis group, such as G00-G09

21 - 30    Diagnosis code for the reference diagnosis

31 - 31    Diagnosis category (+,*,!)

32 - 32    Treatment type (outpatient or inpatient)

33 - 33    Flag for neurology (X or ' ')

34 - 34    Flag for suspected accident (X or ' ')

35 - 35    Gender-specific (0,1 or 2)

36 - 38    Age up to, such as 012

39 - 41    Age from, such as 040

42 - 71    Short name of diagnosis

72 - 131    Medium-length name of diagnosis

132- 371    Long name of diagnosis

  • Country-specific catalog format:

    Usually each country has an organization that provides the diagnosis catalog. If the catalog also exists in electronic form, each country makes the catalog available in a suitable format.

    To use such a country-specific catalog format, proceed as follows:

  1. Develop your own function module for the country-specific catalog format.
  2. Enter this function module in the Function Module field.

    SAP provides function module ICL_SAMPLE_DIMDI_READ as an example for importing ICD-10 in DIMDI format.
    This diagnosis catalog is downloaded directly from the German Institute for Medical Documentation (DIMDI). The diagnosis groups for diagnoses are imported at the same time.
    Note:
    At present, the DIMDI only has the diagnosis catalog in ASCII format. When the file is uploaded, the code page of the operating system upon which the file is based is used. If this file is uploaded using Windows, for example, the ANSI format is used, which leads to conversion errors with the German umlaut characters. You should therefore convert the file downloaded in ASCII format to the format supported by your operating system.
    In addition, the diagnosis catalog is split into chapters, meaning that it should be uploaded chapter-wise. Enter the required chapter in the Chapter of Catalog field.

  • Diagnosis thesaurus:

    The diagnosis thesaurus might also be available in different formats for each country. The procedure is the same as with country-specific catalog formats:

    1. Develop your own function module for the country-specific diagnosis thesaurus.

    2. Enter this function module in the Function Module field.

    SAP provides function module ICL_SAMPLE_THES_READ as an example for importing the diagnosis thesaurus in DIMDI format. This catalog can be downloaded directly from the DIMDI. DIMDI provides a diagnosis thesaurus which makes it easier to find the diagnosis codes for the diagnosis names. Create this diagnosis thesaurus as your own catalog and assign all diagnoses to diagnosis group DTH.

  • Additional attributes:

    You can import additional attributes for diagnoses. The format of this file has the following structure:

    The additional attributes for diagnoses must be in a text file on the presentation server or application server. The format of a text line in this file must be as follows so that data can be imported correctly:

Position    Meaning

01 - 10    Diagnosis code, such as G00.9

11 - 13    Code for the attribute, such as PV

14 - 17    Code of the internal claim type

18 - 27    Value of the attribute

Dependencies

Example

History
Last changed by/on SAP  20050224 
SAP Release Created in 472