Data Quality Assessment

Transcription

Data Quality Assessment
ATC −→ ICD: Determination of the reliability for
predicting the ICD code from the ATC code
Peter Filzmoser∗
Alexander Eisl
Florian Endel
Department of Statistics and Probability Theory
Vienna University of Technology, Austria
December 10, 2009
∗
Correspondence to P. Filzmoser, Vienna University of Technology, Department of Statistics and Probability Theory, Wiedner Hauptstraße 8-10, A-1040 Vienna, Austria; Email: [email protected],
Tel.: +43 1 58801 10733, Fax: +43 1 58801 10799
1
Contents
1 Problem
5
2 Data
2.1 Table personen . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
2.2 Table heilmittel . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
2.3 Table medikation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
5
5
6
6
3 Data quality
3.1 Missing values . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
3.2 Date . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
7
7
7
4 A general approach to data quality assessment
4.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
4.2 Database / Datasource . . . . . . . . . . . . . . . . . . . . . . . . .
4.3 Methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
4.3.1 Objective & Subjective assessment . . . . . . . . . . . . . .
4.3.2 Task (in)dependency . . . . . . . . . . . . . . . . . . . . . .
4.3.3 Project (in)dependency . . . . . . . . . . . . . . . . . . . . .
4.3.4 Investigation and Outcome . . . . . . . . . . . . . . . . . . .
4.4 Structure analysis . . . . . . . . . . . . . . . . . . . . . . . . . . . .
4.4.1 Regularities in date/time . . . . . . . . . . . . . . . . . . . .
4.4.2 Relationship of dates . . . . . . . . . . . . . . . . . . . . . .
4.4.3 NULL or empty . . . . . . . . . . . . . . . . . . . . . . . .
4.4.4 Foreign key relations . . . . . . . . . . . . . . . . . . . . . .
4.4.5 Type and range . . . . . . . . . . . . . . . . . . . . . . . .
4.4.6 Distribution of field length . . . . . . . . . . . . . . . . . .
4.5 Sophisticated analysis . . . . . . . . . . . . . . . . . . . . . . . . . .
4.5.1 Regularity of date - differences . . . . . . . . . . . . . . . . .
4.5.2 Distribution of ICD10 / ICD9 . . . . . . . . . . . . . . . . .
4.5.3 Correctness of ATC (pharnr) and ICD . . . . . . . . . . . .
4.5.4 Distance of ’joined by range’ - columns . . . . . . . . . . . .
4.5.5 Consistency of persons (gebjahr, todjahr, sex) . . . . . . . .
4.5.6 Consistency of vkat and rezgeb . . . . . . . . . . . . . . . .
4.5.7 Consistency of medication / number of prescriptions (voanz)
4.6 Subjective analysis . . . . . . . . . . . . . . . . . . . . . . . . . . .
4.7 Scoring . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
4.7.1 Data quality dimensions & execution plan . . . . . . . . . .
4.8 Executing DQA . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
4.8.1 Stored procedures . . . . . . . . . . . . . . . . . . . . . . . .
2
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
8
8
8
9
9
9
11
11
13
13
13
14
14
14
14
15
15
16
16
16
17
17
17
17
18
19
22
22
4.8.2
4.8.3
4.8.4
4.8.5
4.8.6
4.8.7
Database preparation .
Structure information
Completeness . . . . .
Free of error . . . . . .
Relevancy . . . . . . .
Interpretability . . . .
5 Data preprocessing
5.1 From MySQL to R .
5.2 Conversion of ICD-10
5.2.1 Source . . . .
5.2.2 Procedure . .
.
.
.
.
.
.
. . . . . .
to ICD-9
. . . . . .
. . . . . .
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
6 Descriptive statistics
6.1 Results for Vienna (carrier 11) . . . .
6.1.1 Age class distribution . . . . .
6.1.2 Persons related to medication
6.1.3 Persons related to diagnoses .
6.2 Results for Upper Austria (carrier 14)
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
7 Assignment ATC −→ ICD
7.1 Results for Vienna (carrier 11) . . . . . . . . . . . . . . . . . . . . . . . .
7.1.1 Limiting the time period for the join . . . . . . . . . . . . . . . .
7.1.2 Limiting the patients for the join . . . . . . . . . . . . . . . . . .
7.1.3 Limiting to one specific ATC code . . . . . . . . . . . . . . . . . .
7.1.4 Extracting data from the data base . . . . . . . . . . . . . . . . .
7.1.5 Frequency distribution for one ATC code . . . . . . . . . . . . . .
7.1.6 Improving the relation ATC −→ ICD using additional information
7.1.7 Using external information for frequency comparisons . . . . . . .
7.1.8 Maximizing assignments with an automatic procedure . . . . . . .
7.1.9 Further procedure . . . . . . . . . . . . . . . . . . . . . . . . . . .
8 Assignment table ATC −→ ICD
8.1 Heat Maps . . . . . . . . . . . . . . . . . . . . . . . . . . .
8.2 Identifying ATC codes with high predictive ability . . . . .
8.2.1 Identification based solely on relative frequencies . .
8.2.2 Identification based on a reduced assignment table .
8.3 Assignment with all data . . . . . . . . . . . . . . . . . . .
8.3.1 The bootstrap approach . . . . . . . . . . . . . . .
8.3.2 Final assignment table . . . . . . . . . . . . . . . .
8.4 Comparison with expert opinion . . . . . . . . . . . . . . .
3
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
25
26
28
33
38
39
.
.
.
.
39
39
40
40
40
.
.
.
.
.
41
41
41
43
44
46
.
.
.
.
.
.
.
.
.
.
50
50
50
50
51
51
52
54
55
56
57
.
.
.
.
.
.
.
.
58
58
58
58
59
66
67
70
74
8.5
Assignment according to sex and age classes . . . . . . . . . . . . . . . . . 75
9 Final recommendations
80
Appendix
81
A Appendix
82
4
1
Problem
The lack of standardized, reliable and systematic coding of diagnoses in the outpatient
sector renders the availability of valid epidemiological data impossible. Moreover, diagnoses are one of the essential key features for an assessment of the cost-effectiveness and
a quality monitoring. One component for the prognosis of diagnoses is provided by the
outpatient sector due to the use of the ATC code for prescriptions of pharmaceutical
products. The other component, the ICD code, is used in hospitals to code diagnoses.
Therefore, the department for Evidence Based Health Care in the Main Association of
the Austrian Social Security Institutions has initiated a project which tries to derivate
the ICD from the ATC code in order to obtain valid diagnoses for the outpatient sector.
2
Data
The data we have is provided by the Main Association of the Austrian Social Security
Institutions and contains information about prescriptions, diagnoses and general information about the beneficiaries. It is stored in three tables:
2.1
Table personen
The table personen (see Table 1) contains information about the individual persons.
Column
personenID
geschlecht
rezgeb
gebjahr
maxvkat
Description
Unique identifier for individuals.
Sex/Gender.
Boolean indicating whether the person is
exempt from social security contributions.
Year of birth
The most frequent insurance category (Employed (white collar, blue collar), retired...)
Format
INTEGER
ENUM
ENUM
INTEGER
ENUM
Table 1: Columns of the table personen.
For geschlecht, rezgeb and maxvkat the most frequent values were used. As we do
not have any information about the time intervals people are in different categories it is
not possible to take the value the person has for the longest time or, even better, join the
tables using this extra information. Given this lack of data we take the most frequent
value. We do not know if the changes in sex are due to data errors or if they represent
real changes. Given that most rows per person are due to changes in vkat we do not take
the maximum value but that of the first row that belongs to an individual.
5
2.2
Table heilmittel
This table contains information about prescriptions. We have the code “pharnr” that
uniquely identifies a drug. This can be joined with the table fokokey.heilmittel to
get code according to the Anatomical Therapeutic Chemical Classification System (ATC
code). This code consists of five levels, see also Table 2:
1. Anatomical Main Group (one letter, e.g. A)
2. Therapeutic Main Group (two digits)
3. Therapeutic/Pharmacological subgroup (one letter)
4. Chemical/therapeutic/pharmacological subgroup (one letter)
5. Chemical substance (two digits)
For example the ATC code C03CA01 indicates:1
1. C Cardiovascular system
2. C03 Diuretics
3. C03C High-ceiling diuretics
4. C03CA Sulfonamides
5. C03CA01 Furosemide
We use levels one to three for most of our analyses.
Column
pharnr
atc_e1
atc_e2
atc_e3
atc_e4
atc_e5
ddd
Description
Unique identifier for individuals.
ATC level 1
ATC level 2
ATC level 3
ATC level 4
ATC level 5
Dose
Format
INTEGER
CHAR
TINYINT
CHAR
CHAR
TINYINT
INTEGER
Table 2: Columns of the table heilmittel.
2.3
Table medikation
This table contains data about filled prescriptions, see Table 3.
In order to speed up some joins we have included several columns for month and
quarter for both zeitraum and einloesedatum.
1
See http://en.wikipedia.org/wiki/Anatomical_Therapeutic_Chemical_Classification_System
6
Column
id
zeitraum
einloesedatum
id_person
pharnr
Description
Primary key of the row.
The quarter (first day of the quarter) the
prescription was issued.
The date the prescription was filled.
Unique id of the person
Unique identifier for the drug.
Format
INTEGER
DATE
DATE
INTEGER
INTEGER
Table 3: Columns of the table medikation.
3
Data quality
There are two main aspects of data quality that are most relevant for this study. First,
NULL values occur very frequently and, depending on the affected column, make the respective observations unusable for our analysis. Secondly, the frequencies in which dates
are reported are not consistent over the entire data set. The following two subsections
address these issues and give an overview of the quality of the data set at hand.
3.1
Missing values
Missing values that are of particular interest are those regarding fields that we need to
join the tables medikation and diagnose. As we do not use any personal information,
missings of sex, year of birth or insurance category are of minor importance.
Table 4 gives an overview of the relative frequencies of missing values for all columns
of the table diagnose. It can be seen that the data quality of the larger carriers is
good, whereas smaller carriers tend to have inferior data quality. It should be noted that
observations that do not have an ende-date cannot be included in our study. As a result,
carriers 19 to 28 are completely excluded. The table medikation does not contain NULL
values.
3.2
Date
The dates we have are sometimes in daily, monthly or quarterly frequency. That means,
the dates can either be a) real dates, b) the first day of the relevant month, or c) the first
day of the quarter. The question is whether it is reported consistently or not. As a result
it could be the case that data within one carrier can be a mixture of daily, monthly or
quarterly frequencies.
7
carrier
5
7
11
13
14
15
16
17
19
22
24
25
28
n_ende
0.58
0.00
0.00
0.40
0.00
0.00
0.19
0.45
1.00
1.00
1.00
1.00
1.00
n_beginn
1.00
1.00
1.00
1.00
1.00
1.00
1.00
1.00
1.00
1.00
1.00
1.00
1.00
n_icd10
1.00
1.00
1.00
1.00
1.00
1.00
1.00
1.00
1.00
1.00
1.00
1.00
1.00
n_icd9 n_diag1
1.00
0.00
1.00
0.17
1.00
0.00
1.00
0.00
1.00
0.00
1.00
0.00
1.00
0.00
1.00
0.00
1.00
0.00
1.00
0.00
1.00
0.00
1.00
0.00
1.00
0.00
n_art
total
0.00
360,575
0.00
517,809
0.00
2,605,211
0.00
277,119
0.00
2,133,997
0.00
1,378,360
0.00
663,092
0.00
519,731
0.00
472,740
0.00
45,788
0.00
3,999
0.00
21,420
0.00
16,192
Table 4: Relative frequency of NULL values in Table diagnose
4
4.1
A general approach to data quality assessment
Introduction
Data Quality Assessment (DQA) is a set of necessary methods during every work concerning data. If the quality (whatever this means in detail) of datasets is not gathered and
documented adequately, conclusions and further working may be inaccurate or even leading to false results. Additionally, comparability of different data sources and the search
for means of improvement are supported by knowledge about the actual quality of the
given information.
In this particular project a series of values defining the data quality is developed. The
final goal includes a continuous system of indicators from a view over the whole data
source down to predicates of single fields from specific datasets. All values are gathered
in a documented and reproducible way. They spread from plain over adjusted (weighted)
measurements to combined values.
4.2
Database / Datasource
The data source is generally divided by health insurance carrier into different databases.
Every data set should be constructed by the same assembly of tables. To unify all sources,
another database including all entries was created. Additionally, special information like
key tables, translation tables, etc. are stored separately.
There are three tables holding the patient data: persons, medication and diagnosis.
8
Data Quality Assessment (DQA)
objective
subjective
structure analysis
=
task-independent
sophisticated analysis
=
task-dependent
project-independent
project-dependent
Figure 1: DQA Meta-Structure
4.3
Methods
Concerning this project two different approaches to determine the quality of data and
information are used. Both are objective assessments as described in Pipino et al. (2002);
Wang et al. (1992). A further differentiation between task-dependency ( 4.3.2) and
project-dependency ( 4.3.3 on page 11) seems to be necessary.
4.3.1
Objective & Subjective assessment
There is a great difference between objective and subjective investigation methods. Both
approaches are important if the benefit of a data source should be monitored.
Objective assessment measures hard facts naturally occurring in the database. The
involved methods should reproduce exactly equal results if they are used on the same data
source. Scientific investigations implicitly contain objective methods to reduce bias.
Subjective assessment complements objective views. Even if the data quality occurs
in a certain way, expectations have a great impact on the way users perform the whole
investigation process and treat conclusions. Because individual opinions change over time,
results are mostly not reproducible.
4.3.2
Task (in)dependency
“Objective assessments can be task-independent or task-dependent. Taskindependent metrics reflect states of the data without the contextual knowledge of the application, and can be applied to any data set, regardless of the
tasks at hand. Task-dependent metrics, which include the organization’s busi9
Data Quality Assessment (DQA)
obejective assessment methods
sophisticated analysis
structure analysis
identical fields of
different sources
foreign key relations
regularities of date - differences
joined fields
distribution of ICD10 / ICD9
type and range
correctness of ATC (pharnr) and ICD
empty or NULL
distribution of field length
regularities in date/time
consistency of persons
consistency of vkat and rezgeb
relationships of dates
Figure 2: DQA method overview
10
ness rules, company and government regulations, and constraints provided by
the database administrator, are developed in specific application contexts.”
Pipino et al. (2002)
This means, that a differentiation between general methods applied to any database and
procedures observing semantics related to a specific environment, is performed. To avoid
ambiguity errors, task-dependent assessments are summarized under the topic ’structure
analysis’ and task-independency is called ’sophisticated analysis’.
While ’structure analysis’ ( 4.4 on page 13) handles the data as raw values, ’sophisticated analysis’ ( 4.5 on page 15) deals with the actual information as a representation
of real world facts. Both imply a wide range of different methods to investigate many
parameters concerning data quality.
Choosing the actual set of procedures and how they are used or interpreted is one of
the most delicate tasks concerning DQA.
4.3.3
Project (in)dependency
“Currently, most data quality measurements are developed on an ad hoc
basis to solve specific problem, and fundamental principles necessary for developing usable metrics in practice are lacking.” Pipino et al. (2002)
Also the presented attempt to investigate different parameters of data quality is originating in a particular project. Although used methods are partly project related, they are
generally designed for further usage and to advance (primarily) in a similar environment.
The introduction of project (in)dependency is based on shortcomings affecting the
whole DQA approach. In general, a complete set of structure and sophisticated analysis
( 4.3.2 on page 9) would render this differentiation useless. Because of lacking experience
and time, an adaption of this most perfect scenario should be justifiable.
Project dependency can occur in two different forms. On the one side, innately projectindependent methods can be executed in a project-related way (for example by ignoring
less interesting datasets), and on the other side specific procedures may be designed for a
project-dependent use case.
Project-independent means, that a procedure is developed and used in the most general way without any relation to a specific project. Therefore, these methods would be
conceived and executed in the same way regardless which values or parameters seem to
be most interesting.
4.3.4
Investigation and Outcome
Determining the goal in detail, every source (social insurance carrier) and the unified
database are separately analyzed by the whole assembly of methods. This should facilitate
11
Data Quality Assessment (DQA)
obejective assessment methods
sophisticated analysis
structure analysis
identical fields of
different sources
distribution of field length
regularities of date - differences
joined fields
regularities in date/time
distribution of ICD10 / ICD9
foreign key relations
correctness of ATC (pharnr) and ICD
type and range
consistency of persons
empty or NULL
consistency of vkat and rezgeb
relationships of dates
project dependent
project independent
Figure 3: DQA project dependency
a comparison of different data sources and may help to increase global data quality by
identifying negative outliers.
Project dependencies mainly occur during the execution of the data quality assessment
(diagram on the current page). While perfect methods can be defined in theory, practical
implementations often suffer from different problems. In this attempt the worst case,
namely the adaption and alteration of the theoretical construct during utilization, is
scheduled to prevent unexpected problems.
The data quality assessment is not completed by gathering parameters of the given
information. One great challenge is the cumulation of provided values to presentable and
understandable key figures while clearly keeping in touch with the underlying data. This
simplification of a confusing topic (the assessed values would be mainly presented in tables
or simple graphs covering many pages), called scoring ( 4.7 on page 18), is very important
for end-users and decision makers.
12
4.4
Structure analysis
First the structure of the database is analyzed in general. Regularities in different fields,
missing data and leads for further investigations are focused. No knowledge about the
contents of the database or the project should be used for these methods. Therefore they
are per se project independent.
Structure analysis is very important for the management of multidimensional datasets
as source of many different studies. The provided datasets of the actual project is an
extract of a much greater database (Foko) and already limited for one particular task.
As a result only a view parameters are measured and the outcome can’t give a statement
about the source or be generally representative for this kind of information. Nevertheless a predication about the quality concerning the current project and a comparison
between similar studies (based on other datasets) or additional deliveries and the original
information should be possible.
There is a great number of possibilities (in methods as in measurement points) to
investigate the plain outlines of a database. Although the assembly of used methods is
shortened to limit the amount of investment effort while satisfying known requirements,
the presented attempt should be generic enough to produce comparable results. Despite
the amount of measurement points is limited to interesting (database) objects or dimensions, the described procedures are not changed.
To sum the properties of the following methods up, one could state that ’structure
analysis’ is generally objective and primarily task- and project-independent. In our case
we try to satisfy these demands as far as possible, but knowingly prefer specific methods
and dimensions over other for practical reasons.
The following characteristics are gathered:
4.4.1
Regularities in date/time
This assessment should present regularities in every date/time related field. Relationships
between different fields are not focused. Interesting qualities are focal points (reference
dates like first/last day/monday of month, unusual emphasis, ...) and the distribution of
other regularities (weekly, monthly, quarterly, every x days).
The information is measured for every data source separately and for all sources in
common. Different gathering methods, systematic failures, accounting days, etc. should
be visible in the result.
4.4.2
Relationship of dates
In some tables there are different columns holding date values. This method tries to find
systematic relationships between these fields. If such a coherence is found, the precision
is measured. The approach differs to ’regularity of date - differences’ on page 15, because
13
actual dates are compared (to find substitutes) while the other one collates the general
structure of the date/time columns.
Concerning the available data, relationships of date fields within one table / the same
datasets (’line’ of a table) are investigated. Connections between different tables are
discussed in 4.5.4 on page 16.
Also this project-independent approach is altered to give relevant information to the
current study. The result will primarily describe the field used during the further matching
procedure in relation to all others. Comparing different data columns of the same table
may infer which field could be used to substitute or replenish missings.
4.4.3
NULL or empty
The distribution and share of NULLs and empty values are measured for every field.
Blanks and special strings which are known to represent missing data are defined as
empty (although this would add a bit project dependency).
The result mainly shows the completeness of the given information, but can’t reveal
any statement about the usability of the data for a given study (generally task-independent
method).
4.4.4
Foreign key relations
Different foreign key relations are defined in the structure of each database. This method
measures the completeness of the relationships between different tables.
The result presents possible errors in the corresponding fields and may give an idea of
specific rallying points for further investigations.
4.4.5
Type and range
Additionally to the defined type of each column, the occurring data type is investigated
including the range of numerical fields.
The result of this method gives a clearer picture of the actual data structure and
provides a foundation for further data-dependent procedures.
4.4.6
Distribution of field length
This assessment measures the length of every field resulting in a distribution for each
information dimension. Based on the previous result, fields recognized as numerical,
auto-value and text/character are treated differently. To provide comparable results, the
same investigation method and data model is used for every database. Comparative values
are taken from the merged data set of all sources to give an idea about the condition of
every single carrier.
14
Variations between equal columns in different datasets, outliers, rallying points, etc.
should give a picture of the completeness of the given information and occurrence of
errors. Additionally missing or fragmented data can be uncovered by averagely shorter
field lengths and therefore should give a pointer to systematic errors in single sources.
4.5
Sophisticated analysis
Second the semantic or information itself is analyzed on a more sophisticated level. This
approach is primarily based on knowledge about the real world mapped in the datasets,
hints from the first step and other details of the project. Additionally ’objects’ (like
persons) hidden in the datasets are used to describe the quality of the given information.
The usage of methods concerning sophisticated analysis are more dependent of a particular project. ’Usage’ is stressed in this statement, because the presented procedures
are created to serve a defined task. Of course there are quantities of other possibilities to
assess data quality in a sophisticated way, but because of the complexity of the relation(s)
between physical facts, abstract replicas in the database and the following study (including its results), it is obviously impossible to gather all circumstances veiled in the given
information. As a result, primarily parameters relevant for this project are investigated.
Another possible void lies in the distinction between actual statistical study and data
quality assessment. For example the relationship between different time/date fields in
one or more datasets could be described as a data-integrity question or an issue of (descriptive) statistics. Rephrasing, the differentiation between quality problems and actual
(and advantageous) structures is mainly dependent on interpretation and can hardly be
technically determined.
Information about the following circumstances are gathered:
4.5.1
Regularity of date - differences
This method depends on ’regularities in date/time’ ( 4.4.1 on page 13). The result of
the structure analysis contains information about focal points which is used to compare
different data-sources (carriers).
Two relationships between dates are interesting:
• First identical fields of different data sources / databases are compared. If there are
unequal properties, the unification and comparability of different databases must
be investigated. Although only relevant fields are discussed, this (sub) method can
be labeled as project-independent.
• The second approach is based on knowledge about this study. One of the most
important procedures is the matching of dates between different tables (medication
and diagnosis). Comparing characteristics of the involved fields, the quality or
precision of them can be rated.
15
4.5.2
Distribution of ICD10 / ICD9
In this particular project diagnoses and therefore their encoding are very important.
ICD9 and ICD10 are two different but related representations of encoding systems. Their
distribution and frequency in different databases and every table is measured.
During the life-cycle of this project, more ICD10 data is added to develop a conversion
from ICD10 to ICD9. This alteration of the data source should deliver observable changes
in the result of this method.
4.5.3
Correctness of ATC (pharnr) and ICD
Several standardized encoding systems are used to represent medication (ATC and ’Pharmazentralnummer’) and diagnoses (ICD9 and ICD10). Using translation tables which
convert these codes to their real meaning, the correctness of the provided codes can be
determined.
In this particular case several codes are truncated and therefore do not match perfectly
with the indices of the available information. As a result the structure analysation ’foreign
key relations’ on page 14 would lead to faulty results thus this more project-dependent
approach was created.
The method’s result should represent the overall data quality in terms of believability
(4.7.1) and correctness / ’free of error’ (4.7.1).
4.5.4
Distance of ’joined by range’ - columns
The medication and diagnoses tables are joined using date/time columns. To produce
correct congruities of related information, a defined sphere or range is added to the exact
values ( 4.4.1 on page 13 and 4.5.1 on the preceding page).
In contrast to 4.5.1 where the structure of date/time fields is investigated, the quality
of joined values is directly measured. This approach should investigate the real distance
of two matching fields by using two different modalities:
• The tables are joined using other columns. The result should be comparable to the
’join by range’ deliveries and should show the correctness of the applied method.
• Regarding the join as a 1:n relationship, the distance between the originating table
and the joined values can be assessed. This would presume, that there are known
characteristics which can be used to join the date/time fields.
Unfortunately both methods can or should not be used:
• It is technically impossible to perform the first approach, because there are no other
possibilities to join the medication and diagnoses table. Therefore every join based
on date/time fields has to be accepted.
16
• Although the second method is realizable in theory, the result can hardly be interpreted.
Especially the lack of knowledge about relationships between diagnosis and redeeming of the prescription (medication table) prohibits the detection of potential failures. In practice the ’join by range’ method is chosen to circumvent these missing
values and can therefore not evaluate itself.
Also the differences between DQA and statistical investigation become blurred. The
result (distribution of ’distances’ between joined tables) may be more suitable for
statements about real world facts (e.g., how long does it take to redeem a prescription?) than a description of the data quality.
Even though the whole approach seems to be unfeasible, the whole study can provide
knowledge to use this methods in future projects.
4.5.5
Consistency of persons (gebjahr, todjahr, sex)
Redundant properties of persons are investigated.
Because of missing normalization in the database some information reoccur several
times, leading to inconsistencies. Every time a person changes his or her insurance category, a whole data set including birth-year and sex is added. Differences between these
properties affecting one single person is an obvious failure.
The method’s result should list the absolute and relative amount of people affected by
these inconsistencies.
4.5.6
Consistency of vkat and rezgeb
The field ’rezgeb’ defines if prescription charge has to be paid. This tax is bound to the
insurance category ’vkat’ which depends itself on the employment status of a person.
Both values should occur in stable combinations. Measured divergences are seen as
data failure and rate the data quality in terms of completeness (missing values) and
believability or free-of-error.
4.5.7
Consistency of medication / number of prescriptions (voanz)
This approach can not be part of the DQA routine because there are real world inconsistencies between remedies and packaging size per prescription. Therefore a statement
about the data quality can not be derived.
4.6
Subjective analysis
Another method would be ’subjective analysis’ as mentioned in Pipino et al. (2002); Wang
et al. (1992):
17
“Companies must deal with both the subjective perceptions of the individuals
involved with the data, and the objective measurements based on the data set
in question.”Pipino et al. (2002)
This approach is strictly not objective and describes the subjective appraisement of individuals working (more or less directly) with the provided information.
Because of missing experience and the reduced data set, no subjective rating is gathered. Nevertheless this method should be a part of further studies as soon as more
empirical knowledge and a greater sample (both in data-dimensions and involved people)
can be provided. Also the scoring system ( on the current page) should be adjustable
enough to incorporate these informations.
4.7
Scoring
The whole data quality assessment process generates many single values describing the
occurring information in great detail, but can hardly be understood by a human reader.
Even if a single dimension of the overall procedure is prepared for presentation, all properties and relations would fill several pages and are therefore not intelligible. Although
DQA should facilitate decision making, describing the data and understanding the outcome of other investigations, such huge amounts of single values could be irritating or
even leading to false impression.
As a solution the information is cumulated. Resulting aggregations should be specific
data quality metrics like completeness, consistence, etc., therefore single values representing intuitive and well defined properties of the whole information source.
The aggregation process should be as comprehensible and reproducible as possible.
Simple ratio, min/max operations and weighted functions (for example: average) as described in Pipino et al. (2002) are used. Only such procedures allow a reasonable compression of the gathered information while the meaning stays obvious.
Figure 4: Score: levels
Simple values representing different properties of fields, datasets, databases (of variable
sources) and the whole project are included in the data quality assessment process. If
18
further data is provided or the assessment methods of this study are used on other sources,
these scores could be used for comparison.
4.7.1
Data quality dimensions & execution plan
Different data quality dimensions are described in the following paragraphs. Ideas and
(parts of the) definitions are taken from Pipino et al. (2002); Seljak and Zaletel (2004);
London: Office for National Statistics (2007); Ehling (2007).
For practical reasons, the execution plan of the data quality process concerning the
current study (therefore project-dependent) and the per se project independent data quality dimensions are merged.
Figure 5: data quality dimensions related to described assessment methods
Completeness
Incomplete or missing data in heavily used properties of the following study has a greater
influence on the accuracy of the outcome than missing values in other fields. Completeness
measures how much data is actually available.
During this project, the date of medication is matched with dates concerning diagnosis.
As a result, imprecision concerning date fields represent a great loss of information. Other
fields are not as important because they hardly influence the outcome.
19
Source Method
every carrier: medication.eindat
every carrier: medication.pharnr
every carrier: diagnosis.begin
every carrier: diagnosis.end
every carrier: diagnosis.diag1
every carrier: diagnosis.ICD9
every carrier: diagnosis.ICD10
every carrier: diagnosis - data substitutes
every carrier: diagnosis - date substitutes
all carriers: medication.eindat
all carriers: diagnosis.begin
all carriers: diagnosis.end
all carriers: all three investigated fields
Aggregation Outcome
empty or Null
empty or Null
empty or Null
empty or Null
empty or Null
empty or Null
empty or Null
empty or Null
empty or Null
weighted
weighted
weighted
weighted
simple
simple
simple
simple
simple
simple
simple
simple
simple
ratio
ratio
ratio
ratio
ratio
ratio
ratio
ratio
ratio
average
average
average
average
Table 6: Completeness
Free of error
This dimension is an indicator for the error rate presumed. While ’completeness’ concentrates on real missing values and NULLs, the free-of-error assessment tries to guess which
fields contain faulty values.
Source Method Aggregation Outcome
every carrier: medication.eindat
foreign key relations
all carriers
every carrier: diagnosis.begin
foreign key relations
all carriers
every carrier: diagnosis.end
foreign key relations
all carriers
every carrier: diagnosis.diag1
correctness of ICD
all carriers
every carrier: medication.pharnr correctness of ATC
all carriers
every carrier: medication.eindat
field length
all carriers
every carrier: diagnosis.begin
field length
all carriers
every carrier: diagnosis.end
field length
all carriers
all carriers: persons
consistency of persons
all carriers: medication.eindat
weighted average
all carriers: diagnosis.begin
weighted average
all carriers: diagnosis.end
weighted average
all carriers: all investigated fields
weighted average
simple ratio
simple ratio
simple ratio
simple ratio
simple ratio
median, deviation
median, deviation
median, deviation
absolute / ratio
Table 8: Free-of-error
Objectivity
“the extent to which data is unbiased, unprejudiced and impartial” Pipino
et al. (2002)
20
Although this definition supposes subjective assessment methods or requires more knowledge about the data gathering process, we try to induce an impression / give hints. This
is performed by measuring regularities in date/time of the three important fields (medication.eindat; diagnosis.begin; diagnosis.end). The results are presented separately for
every field and every carrier. Cumulation takes place during the sophisticated analysation
’relationships of dates’ on page 13.
Relevancy or value-added
’Relevancy’ is used as a project-dependent data quality dimension. This cumulation
measures “the extend to which data is applicable and helpful for the task at hand” Pipino
et al. (2002). By assessing differences in date/time structures (’regularities of date differences’ on page 15) an idea of how beneficial and useful the available data is for the
current study can be provided.
If there are many time/date values missing or faulty, the quality and relevancy of
possible substitutes is measured using the method ’relationship of dates’ on page 13.
Believability
Not only the objective relevancy and correctness is important, but also the subjective
opinions affect data quality. Therefore the expectations of users concerning the data
they are working with or what they expect others to think about the overall quality is
investigated.
The following constellations are compared:
• free-of-error + objective: actual errors
• free-of-error + subjective: how much errors are expected
• believability + objective: how much people regard data as good/bad
• believability + subjective: how people think about regardings of others concering
the data
During this study no subjective analysis takes place so that the believability dimension is
not defined in greater detail.
Interpretability
“the extend to which data is in appropriate languages, symbols and units, and
the definitions are clear” Pipino et al. (2002)
The whole study heavily relies on coding systems for medication and diagnoses. Concerning diagnoses the ICD system in two versions is used (ICD9 and ICD10). Because they
21
are not compatible, a mixture would strongly decrease the ease of interpretation and as
a result the data quality.
After an additional data delivery the ICD10 codes were transformed into ICD9. This
should have an visible impact in this assessment.
Consistent representation
This data quality dimensions represents the firmness or instability of the data source
concerning the format.
Mainly during the data gathering, clearing and loading stage of a typical data warehouse process, this dimension indicates how convenient new data would fit into given
structures. The assessment methods ’type and range’ on page 14 and ’distribution of field
length’ provide a good view over (possible) differences in the structure of variable data
sources.
4.8
Executing DQA
To execute the more or less complex investigations on all databases, tables and columns,
the power of stored procedures is used.
The semi-automatic investigation process is started and controlled using the comandline. ’Automatic’ means, that every function is used on every database in the same
way and that all databases are examined automatically without any intervention. ’Semi’
should emphasize that the implemented SQL queries are technically bound to this specific
datasets because structural informations like table and column names are not seperated
from analyzation logic.
4.8.1
Stored procedures
In this subsection some extracts from stored procedures are listed and commented. A
complete listing and exact description of every function would break the mold, but an
idea how this investigation is performed including the most important facts and definitions
should be provided.
loadProcedures.sql loads or updates the defined stored procedures in every database
22
Algorithm 1 stored procedure: loadProcedures.sql
# load PROCEDURES defined in ./mysqlProcedures.sql in every FOKODB
DELIMITER ;
USE foko05;
SOURCE /hpc_home/pfilzmos/FloE/mysqlProcedures.sql;
USE foko07;
SOURCE /hpc_home/pfilzmos/FloE/mysqlProcedures.sql;
USE foko11;
SOURCE /hpc_home/pfilzmos/FloE/mysqlProcedures.sql;
[...]
mysqlProcedures.sql here are all procedures stored or linked together (SOURCE command)
Algorithm 2 stored procedure: mysqlProcedures.sql
DELIMITER $$
# includes
SOURCE /hpc_home/pfilzmos/FloE/Null_or_Empty.sql
# template
## further description
DROP PROCEDURE IF EXISTS template $$
CREATE PROCEDURE template()
BEGIN
SELECT ’template’;
END $$
# main function
## calls another procedure (for automation)
DROP PROCEDURE IF EXISTS main $$
CREATE PROCEDURE main()
BEGIN
SELECT database(); # current DB
CALL rowNumber();
CALL null_diag();
CALL empty_diag();
CALL null_med();
CALL empty_med();
CALL ATC();
CALL ICD();
END $$
callMain.sql calls the ’main’ procedure in every database to start the whole investigation process
23
Algorithm 3 stored procedure: callMain.sql
# calls the main() procedure in every database
# start with
## mysql -uUSR -pPWD < callMain.sql
DELIMITER ;
USE foko05;
CALL main();
USE foko07;
CALL main();
USE foko11;
CALL main();
[...]
rowNumber counts the rows of the diagnosis, medication and person table
Algorithm 4 stored procedure: rowNumber()
DELIMITER $$
# row number
## count(*) of diagnosis, medication and people
DROP PROCEDURE IF EXISTS rowNumber $$
CREATE PROCEDURE rowNumber()
BEGIN
INSERT INTO ‘DQA‘.‘dqa‘ (db, tbl, erg, notes) VALUES (
(SELECT database()),
’ausw_diag’,
(SELECT count(*) FROM ausw_diag),
’count’
);
INSERT INTO ‘DQA‘.‘dqa‘ (db, tbl, erg, notes) VALUES (
(SELECT database()),
’ausw_medikation’,
(SELECT count(*) FROM ausw_medikation),
’count’
);
INSERT INTO ‘DQA‘.‘dqa‘ (db, tbl, erg, notes) VALUES (
(SELECT database()),
’ausw_personen’,
(SELECT count(*) FROM ausw_personen),
’count’
);
END $$
empty_med is an extract of an actually used investigation method. The procedure
should determine whether an date value is feasible or not.
24
Algorithm 5 stored procedure: empty_med()
# Empty - Medication
DROP PROCEDURE IF EXISTS empty_med $$
CREATE PROCEDURE empty_med()
BEGIN
INSERT INTO ‘DQA‘.‘dqa‘ (db, tbl, col, erg, notes) VALUES (
(SELECT database()),
’ausw_medikation’,
’einloesedatum’,
(SELECT count(*) FROM ausw_medikation WHERE einloesedatum <=’1950-0101’ OR einloesedatum >’2008-01-01’ ),
’empty_med’
);
END $$
4.8.2
Database preparation
Some accommodations of the databases are necessary to alleviate the investigation process. Results and data are explicitly not affected or altered in any way.
Views are used to map the table structure of the databases ’foko_gesamt’ and ’foko_all’
to the common pattern of all other sources.
Algorithm 6 view of ’foko_all’.’ausw_diag’
CREATE VIEW ‘ausw_diag‘ AS
SELECT
‘alle_diagnosen‘.‘id‘ AS ‘id‘,
‘alle_diagnosen‘.‘beginn‘ AS ‘beginn‘,
‘alle_diagnosen‘.‘ende‘ AS ‘ende‘,
‘alle_diagnosen‘.‘art‘ AS ‘art‘,
‘alle_diagnosen‘.‘id_person‘ AS ‘id_person‘,
‘alle_diagnosen‘.‘ICD10‘ AS ‘ICD10‘,
‘alle_diagnosen‘.‘ICD9‘ AS ‘ICD9‘,
‘alle_diagnosen‘.‘diag1‘ AS ‘diag1‘,
‘alle_diagnosen‘.‘diag2‘ AS ‘diag2‘,
‘alle_diagnosen‘.‘diag3‘ AS ‘diag3‘,
‘alle_diagnosen‘.‘carrier‘ AS ‘carrier‘,
‘alle_diagnosen‘.‘ICD9_3‘ AS ‘ICD9_3‘,
‘alle_diagnosen‘.‘ICD9_group‘ AS ‘ICD9_group‘
FROM ‘alle_diagnosen‘;
Storing results
Because of the huge amount of single values, another database called ’DQA’ is used
to store and cumulate the assessment results. All data is inserted into this table:
25
Algorithm 7 Table DQA.dqa
CREATE TABLE ‘DQA‘.‘dqa‘ (
‘id‘ int(11) NOT NULL auto_increment,
‘db‘ varchar(50) default NULL,
‘tbl‘ varchar(50) default NULL,
‘col‘ varchar(50) default NULL,
‘erg‘ decimal(10,0) default NULL,
‘notes‘ varchar(500) default NULL,
‘timestamp‘ timestamp NOT NULL default CURRENT_TIMESTAMP,
PRIMARY KEY (‘id‘)
)
ENGINE=MyISAM;
4.8.3
Structure information
In this subsection some basic structure information are listed as reference. To safe space
only databases and tables used in later examples are provided.
26
Row count per database
database
foko05
foko05
foko05
foko07
foko07
foko07
foko13
foko13
foko13
foko19
foko19
foko19
foko22
foko22
foko22
foko40
foko40
foko40
foko_all
foko_all
foko_all
foko_gesamt
foko_gesamt
foko_gesamt
table
ausw_diag
ausw_medikation
ausw_personen
ausw_diag
ausw_medikation
ausw_personen
ausw_diag
ausw_medikation
ausw_personen
ausw_diag
ausw_medikation
ausw_personen
ausw_diag
ausw_medikation
ausw_personen
ausw_diag
ausw_medikation
ausw_personen
ausw_diag
ausw_medikation
ausw_personen
ausw_diag
ausw_medikation
ausw_personen
count
360,575
8,326,070
832,074
517,809
14,326,906
2,291,750
277,119
5,160,481
760,921
472,740
5,329,311
796,453
45,788
510,402
39,953
251,242
10,465,089
6,897,964
9,016,033
128,376,288
9,348,404
9,489,409
149,589,380
37,383,631
Table 9: row count per database
Algorithm 8 row count per database
SELECT db, tbl,erg
FROM dqa
WHERE notes=’count’
ORDER BY db;
Row count per table
table
ausw_diag
ausw_medikation
ausw_personen
count
9,481,144
149,589,380
37,383,631
Table 10: row count per table (all sources)
27
Algorithm 9 row count per table (all sources)
SELECT
SUM(erg),
tbl
FROM dqa
WHERE
notes = ’count’ AND
db != ’foko_gesamt’ AND
db != ’foko_all’
GROUP BY tbl;
4.8.4
Completeness
Single values
At first all single values are collected for every carrier and the aggregated tables separately.
Some (project dependent) particularities like the [data] and [date] groups and the
working databases foko_all (before the mentioned additional delivery) and foko_gesamt
(after the delivery) are most important. The two groups are combinations of encoding
(diag1, ICD9 and ICD10 respectively pharnr ) and date/time information (beginn and
ende respectively eindat). This a priori cumulation can be applied because these fields
are substitutes of each other. Primarily during this specific study, missing values in one
of these fields can be corrected by additional data of the other columns.
source method total
foko40.diagnosis.diag1
foko40.diagnosis.ICD9
foko40.diagnosis.ICD10
foko40.diagnosis.beginn
foko40.diagnosis.ende
foko40.diagnosis.diag1
foko40.diagnosis.ICD9
foko40.diagnosis.ICD10
foko40.diagnosis.beginn
foko40.diagnosis.ende
foko40.medication.eindat
foko40.medication.pharnr
foko40.medication.eindat
foko40.diagnosis [data]
foko40.diagnosis [date]
foko40.diagnosis [data]
foko40.diagnosis [date]
[...] the same for all 15 + 2 databases
missing
NULL
NULL
NULL
NULL
NULL
empty
empty
empty
empty
empty
NULL
NULL
empty
NULL
NULL
empty
empty
% missing
0
251,242
251,242
251,242
0
13,027
0
0
0
0
0
0
6
0
0
0
0
289 values
Table 12: single results of ’completeness’
28
0
100 %
100 %
100 %
0
5%
0
0
0
0
0
0
0
0
0
0
0
source
foko_all.ausw_diag
foko_all.ausw_medikation
foko_all.ausw_personen
foko_all.ausw_diag [data]
foko_all.ausw_diag [date]
foko_all.ausw_diag [data]
foko_all.ausw_diag [date]
foko_gesamt.ausw_diag
foko_gesamt.ausw_medikation
foko_gesamt.ausw_personen
foko_gesamt.ausw_diag [data]
foko_gesamt.ausw_diag [date]
foko_gesamt.ausw_diag [data]
foko_gesamt.ausw_diag [date]
method
count
count
count
NULL
NULL
empty
empty
count
count
count
NULL
NULL
empty
empty
total missing
9,016,033
128,376,288
9,348,404
88,316
1,239,689
0
0
9,489,409
149,589,380
37,383,631
88,316
1,240,238
79,536
1,239,689
% missing
1%
13.75 %
0
0
0.98
13.07
0.84
13.75
%
%
%
%
Table 13: single results of ’completeness’ for aggregated tables
All values are reproducible and stored in the DQA database. To gather the interesting
investigations for further processing and cumulation, the following queries are used:
Algorithm 10 gather basic values from DQA database
SELECT
CONCAT(db, ’.’, tbl, ’.’, col) AS source,
UCASE(LEFT(notes, INSTR(notes,’_’)-1)) AS type,
erg AS total,
erg / (SELECT erg FROM dqa WHERE db=d.db and tbl=d.tbl and notes=’count’)
AS percentage
FROM dqa d
WHERE db = ’foko40’
AND col IS NOT NULL
Cumulating columns
The next step includes first accumulations of different investigations in the same table.
source method score (% of missings)
foko40.diagnosis
weighted average (without substitutes)
foko40.diagnosis
weighted average (with substitutes)
foko40.medication
weighted average (without substitutes)
foko14.medication
weighted average (without substitutes)
[...] all 15 + 2 databases
Table 15: per table cumulation
29
30.52 %
0
0
~0 (total ≈8)
68 values
source
foko_all.diagnosis
foko_all.medication
foko_gesamt.diagnosis
foko_gesamt.medication
method
weighted
weighted
weighted
weighted
average
average
average
average
(with substitutes)
(without substitutes)
(with substitutes)
(without substitutes)
score (% of )
3.68 % (total ≈332001)
0.000016 % (total ≈21)
3.48 % (total ≈329943)
0.000014 % (total ≈21)
Table 16: per table cumulation for aggregations
Also the cumulation takes place in the database. The following query combines single
values of on database / carrier to an indicator for every table.
Algorithm 11 cumulate basic values for each table (here: diagnosis with substitutes)
SELECT
db,
100 * (avg(erg) /
(SELECT erg FROM dqa WHERE db=d.db and tbl=d.tbl and notes=’count’)) AS
score ,
avg(erg) AS total
FROM dqa d
WHERE tbl=’ausw_diag’
AND col IS NOT NULL
AND (col = ’data’ OR col = ’date’)
GROUP BY db, tbl
Cumulating tables
Using the quality indicators of single tables, a whole database can be rated. The score
is weighted between 0 and 1 and represents missing values. Therefore lower scores are
better.
30
source
foko05
foko07
foko11
foko13
foko14
foko15
foko16
foko17
foko19
foko22
foko24
foko25
foko28
foko40
foko50
foko_all
foko_gesamt
method score
weighted average
weighted average
weighted average
weighted average
weighted average
weighted average
weighted average
weighted average
weighted average
weighted average
weighted average
weighted average
weighted average
weighted average
weighted average
weighted average
weighted average
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0.021
0.019
Table 18: per database / carrier cumulation
Algorithm 12 per database / carrier cumulation
SELECT
db,
avg(werg) AS score
FROM (
SELECT
db, tbl, col,
100 * (erg / (SELECT erg FROM dqa WHERE db=d.db and tbl=d.tbl and
notes=’count’)) AS werg
FROM dqa d) src
WHERE
(
(tbl=’ausw_diag’ AND (col = ’data’ OR col = ’date’))
OR
tbl=’ausw_medikation’
)
AND col IS NOT NULL
GROUP BY db;
Cumulating databases - final indicator
Finally data quality assessment describes the whole data source in common. Especially
the comparison of the working databases with the cumulation of all separated sources is
important.
31
The score shows how much of the data is missing (that means the lower the score, the
better) and is weighted between 0 and 1.
source raw numbers score
all - single sources
63 / 205,972,874
all - foko_gesamt 1,319,837 / 146,740,725
all - foko_all
1,328,068 / 196,462,420
0
0.0089
0.0067
Table 20: ’completeness’ of whole source
Algorithm 13 completeness of whole source (from single values)
SELECT SUM(erg)
FROM dqa
WHERE (
col=’data’ # data OR
OR col=’date’ # date values from ausw_diag
OR tbl=’ausw_medikation’
)
AND erg > 0 # just for debugging...
AND db != ’foko_all’ # don’t count accumulations
AND db != ’foko_gesamt’ # don’t count accumulations
AND col IS NOT NULL; # don’t use other values
Algorithm 14 ’completeness’ of whole source (from cumulated values)
SELECT SUM(score)
FROM (
SELECT db, avg(werg) AS score FROM (
SELECT db, tbl, col, erg AS werg FROM dqa d) a
WHERE ((tbl=’ausw_diag’ AND (col = ’data’ OR col =
tbl=’ausw_medikation’ ) AND col IS NOT NULL group by db ) b
WHERE
db != ’foko_all’
AND
db != ’foko_gesamt’
Conclusion
In general the data of single sources is quite complete if...
• only relevant tables and columns are investigated
• substitutions are used
• only the presented tests for emptiness are used
32
’date’))
OR
Divergences between the source databases and the cumulated working sets may hint to
flaws during the aggregation process (for example unused substitutions). The additional
delivered data including its effects can easily be determined in the final score.
4.8.5
Free of error
Single values
Mainly the error rate of ATC and ICD codes are relevant for the current project. Code
tables from ATC; ICD are used as references. In the following table some selected
values, which should give an impression over the data quality and also show how misleading single values could be (for example: 22% failures but only 9,872 total errors in
foko22.ausw_diag.ICD), are listed.
source method total errors
foko22.ausw_diag.ICD
ICD
foko22.ausw_medikation.ATC
ATC
foko40.ausw_diag.ICD
ICD
foko40.ausw_medikation.ATC
ATC
foko_all.ausw_diag.ICD
ICD
foko_all.ausw_medikation.ATC
ATC
foko_gesamt.ausw_diag.ICD
ICD
foko_gesamt.ausw_medikation.ATC ATC
% errors
9,872
24,356
13,027
470,495
93,687
7,479,623
5,321,445
8,305,998
21.56
4.77
5.19
4.49
1.03
5.82
56.07
5.55
%
%
%
%
%
%
%
%
Table 22: free of error: single values (ATC/ICD)
Algorithm 15 summary of errors in ATC or ICD codes
SELECT
CONCAT(db, ’.’, tbl, ’.’, col) AS source,
notes AS method,
erg AS total,
erg /
(SELECT erg FROM dqa WHERE db=d.db AND tbl=d.tbl AND notes=’count’) AS
rel
FROM dqa d
WHERE
( col = ’ATC’
OR col = ’ICD’ )
AND col IS NOT NULL;
There are also possible errors hidden in the date/time fields. While the ’completeness’
assessment on page 28 indicates overall complete data, the amount of actually useful data
may be lower.
33
source total errors % errors
foko05.ausw_diag.beginn
360575
100 %
foko05.ausw_diag.ende
209,119
57.99%
foko05.ausw_diag.date
209,119
57.99%
foko05.ausw_medikation.eindat
0
0%
foko07.ausw_diag.beginn
517,809
100 %
foko07.ausw_diag.ende
0
0%
foko07.ausw_diag.date
0
0%
foko07.ausw_medikation.eindat
0
0%
foko13.ausw_diag.beginn
277,119
100 %
foko13.ausw_diag.ende
110,004 39.69 %
foko13.ausw_diag.date
110,004 39.69 %
foko13.ausw_medikation.eindat
0
0%
foko19.ausw_diag.beginn
472,740
100 %
foko19.ausw_diag.ende
472,740
100 %
foko19.ausw_diag.date
472,740
100 %
foko19.ausw_medikation.eindat
0
0%
foko_all.ausw_diag.beginn
9,016,033
100 %
foko_all.ausw_diag.ende
1,239,689 13.74 %
foko_all.ausw_diag.date
1,239,689 13.74 %
foko_all.ausw_medikation.eindat
0
0%
foko_gesamt.ausw_diag.beginn
9,489,409
100 %
foko_gesamt.ausw_diag.ende
1,240,238 13.07 %
foko_gesamt.ausw_diag.date
1,240,238 13.07 %
foko_gesamt.ausw_medikation.eindat
0
0%
Table 24: free of error: single values (date/time)
Algorithm 16 free of error: single values (date/time)
SELECT
CONCAT(db, ’.’, tbl, ’.’, col) AS source,
col AS method,
erg AS total,
(erg / (SELECT erg FROM dqa WHERE db=d.db AND tbl=d.tbl AND
notes=’count’)) *100 AS rel
FROM dqa d
WHERE
notes = ’diag_beginn_err’ OR
notes = ’diag_ende_err’ OR
notes = ’medication_eindat_err’ OR
notes = ’diag_date_err’ AND
col IS NOT NULL;
34
In this first listing we can easily see that there are no ’beginn’ values at all. Therefore
the whole column is omitted in all further investigations.
Cumulating columns
In this step investigated columns of the same table are summarized by cumulating the
fields ’ICD’ (’diag1 ’) with ’ende’ of the ’ausw_diag’ table and ’ATC ’ (’pharnr ’) with
’eindat’ of the medication table. The evolving score describes both columns at once
but independently from another. This means, that an error in one or more investigated
columns of the same record is counted on every occasion, although the affected entry is
entirely unusable no matter how many failures are occurring.
As before the score is weighted between 0 and 1, whereas the lower values are generally
better. Max and min operators are used as aggregation functions.
source
foko05.ausw_diag
foko05.ausw_medikation
foko07.ausw_diag
foko07.ausw_medikation
foko13.ausw_diag
foko13.ausw_medikation
foko19.ausw_diag
foko19.ausw_medikation
foko22.ausw_diag
foko22.ausw_medikation
foko40.ausw_diag
foko40.ausw_medikation
foko_all.ausw_diag
foko_all.ausw_medikation
foko_gesamt.ausw_diag
foko_gesamt.ausw_medikation
score (max)
0.5800
0.0392
0.1702
0.0521
0.3970
0.0401
1.0000
0.0596
1.0000
0.0477
0.0519
0.0450
0.1375
0.0583
0.5608
0.0555
score (min)
0.0022
0
0
0
0
0
0.0028
0
0.2156
0
0
0
0.0104
0
0.1307
0
Table 25: free of error: cumulating columns
The most interesting detail are the high scores of several diagnosis tables. This means,
that the data can not be used in the whole project. Concerning the context, also the
medication table of the affected carriers are useless because the datasets of the same
person are matched by the date.
35
Algorithm 17 free of error: cumulating columns
SELECT
CONCAT(db, ’.’, tbl) AS source,
max(erg) AS total,
max(erg) / (SELECT erg FROM dqa WHERE db=d.db AND tbl=d.tbl AND
notes=’count’) AS score
FROM dqa d
WHERE (
col = ’ICD’ OR
# notes = ’diag_beginn_err’ OR
notes = ’diag_ende_err’ OR
notes = ’diag_date_err’ )
AND col IS NOT NULL
GROUP BY db, tbl;
Cumulating tables
Following all tables of every carrier are cumulated.
Again the max operator is used to achieve a fitting aggregation while the min function
would return 0 for every carrier, because all ’medikation’.’eindat’ fields are complete and
free of errors. Although some carriers may be rated worse than their data quality actually
is, aspects of the ’relevancy’ dimension on page 21 are included. This means, that not
only the occurring errors, but also failures leading to further problems are regarded.
Additionally the average score per database is calculated. This would be the preferred
method if the tables were contextual independent.
source
foko05
foko07
foko11
foko13
foko14
foko15
foko16
foko17
foko19
foko22
foko24
foko25
foko28
foko40
foko50
foko_all
foko_gesamt
score (max)
0.5800
0.1702
0.0640
0.3970
0.0727
0.0451
0.1901
0.4509
1
1
1
1
1
0.0519
0.0331
0.1375
0.5608
score (avg)
0.1553
0.0555
0.0161
0.1092
0.0181
0.0112
0.0915
0.1321
0.2656
0.3158
0.2655
0.2643
0.2583
0.0242
0.0089
0.0515
0.1867
Table 26: free of error: cumulating tables
36
Algorithm 18 free of error: cumulating tables
SELECT a.db, LEFT(MAX(a.score),6) AS score_max , LEFT(AVG(a.score),6) AS
score_avg
FROM (
SELECT
db,
erg / (SELECT erg FROM dqa WHERE db=d.db AND tbl=d.tbl AND
notes=’count’) AS score
FROM dqa d
WHERE (
col = ’ATC’ OR
col = ’ICD’ OR
notes = ’diag_ende_err’ OR
notes = ’medication_eindat_err’)
AND col IS NOT NULL
AND db != ’foko_all’
AND db != ’foko_gesamt’
)a
GROUP BY a.db
Cumulating databases - final indicator
Finally all data sources are aggregated to a single value.
The max operator would produce wrong and unfair values (in fact the worst single
rating would define the overall rating). Hence the average of all relative scores is taken.
There is a big difference between the average of all single values and the average of the
cumulated database-scores. Therefore both values are provided.
source
all carriers
all carriers
foko_all
foko_all
foko_gesamt
foko_gesamt
method
avg(max)
avg
max
avg
max
avg
score
0.4703
0.1328
0.1375
0.0515
0.5608
0.1867
Table 27: free of error - final indicator
37
Algorithm 19 free of error - final indicator (avg(max))
SELECT AVG(b.score) AS score
FROM (
SELECT a.db, left(max(a.score),6) AS score
FROM (
SELECT db, erg / (SELECT erg FROM dqa WHERE db=d.db AND tbl=d.tbl
AND notes=’count’) AS score
FROM dqa d
WHERE (
col = ’ATC’ OR
col = ’ICD’ OR
notes = ’diag_ende_err’ OR
notes = ’medication_eindat_err’)
AND col IS NOT NULL
AND db != ’foko_all’
AND db != ’foko_gesamt’
)a
group by a.db
)b
Algorithm 20 free of error - final indicator (avg)
SELECT LEFT(AVG(a.score),6) AS score
FROM (
SELECT
db,
erg / (SELECT erg FROM dqa WHERE db=d.db AND tbl=d.tbl AND
notes=’count’) AS score
FROM dqa d
WHERE (
col = ’ATC’ OR
col = ’ICD’ OR
notes = ’diag_ende_err’ OR
notes = ’medication_eindat_err’)
AND col IS NOT NULL
AND db != ’foko_all’
AND db != ’foko_gesamt’
)a
4.8.6
Relevancy
This data quality dimension can not be assessed in accordance with the current project.
The method ’regularities of time - differences’ on page 15 can not be performed on
relevant tables, because too many values are missing or erroneous (further details can be
found in in the tables ’single results of completeness’ on page 28 and ’free of error: single
values (date/time)’ on page 34).
38
Also ’relationship of dates’ on page 13, which should measure the quality and relevancy of possible substitutes if many values are missing, would be an improper approach.
Substitution is already used based on expert know-how respectively on the overall design
of the study. Additionally the distribution of missing date/time values leads rather to
systematic or intended gaps then accidental failures.
4.8.7
Interpretability
During the project, all ICD10 codes where converted to ICD9. This means that there is
no kind of distribution between these coding systems.
5
Data preprocessing
5.1
From MySQL to R
(R
For the statistical analysis we prefer to use the statistical software environment
Development Core Team, 2008), because it is freeware and it can deal with large data
is able to communicate with MySQL. There are different possibilities
bases. Moreover,
one can either work with the library(RODBC) or with the
for this purpose: Within
library(DBI). As an example we consider the data from Vienna, being available in the
MySQL table “foko11”. The
commands for both options are:
• library(RODBC)
sv <- odbcConnect("foko11",uid="root",pwd="") # connects to the data base
sqlTables(sv) # shows existing tables
icd <- sqlQuery(sv,"select * from ausw_icd") # example for a query
• library(DBI)
library(RMySQL)
drv <- dbDriver("MySQL")
con <- dbConnect(drv,"foko11","root","") # connects to the data base
dbListTables(con) # lists all available tables
dbListFields(con,"ausw_diag") # lists the available fields in a table
res <- dbSendQuery(con,"SELECT * FROM ausw_diag") # example for a query
diag11 <- fetch(res,n=-1) # fetching all data from the result
In the following we will use the second option because the package “DBI” is more flexible.
package “RMySQL”, which resulted in a configuration
However, one has to install the
error. The problem can be solved by removing the line
int isalpha(int c);
in the file “RS-DBI.h” (line 262).
The data are now ready for working within
39
.
5.2
Conversion of ICD-10 to ICD-9
Information on diagnoses is stored in the international standard diagnostic classification
format (ICD). However, several revisions of this classification system exist and the data
at hand is stored as a mixture of the two newest revisions, ICD-9 and ICD-10. Hence, in
order to make a reasonable statistical analysis, the data has to be mapped to a common
format. Naturally, it would be the best option to map the older (ICD-9) to the newer
(ICD-10) format. However, this mapping is not possible as ICD-10 is more fine-grained
than ICD-9 and the mapping would not be unambiguous. Even matching only subgroups, i.e. only the first three sets, leads to an ambigous mapping. As a result, we have
to map the ICD-10 codes to the ICD-9 system. The following subsections will introduce
the mapping used and give an overview of the mapping procedure.
5.2.1
Source
The Austrian Federal Ministry of Health provides an equivalence-table which we use to
map ICD-10 to ICD-9. In order to use this data for converting the fields in our database,
a first pre-processing step is necessary. We do this using a software called sed which
can be used for stream-editing, filtering and transforming text. The result is a table of
mappings which can be imported into our MySQL database.
5.2.2
Procedure
The last step for converting ICD-10 to ICD-9 is done using MySQL. We create a new table
to store the mapping, and we import the data. Listing 1 shows the required SQL code.
As mentioned above, full-length ICD-9 codes are needed in order to get an unambiguous
mapping.2
Listing 1: SQL code used to create the mapping table.
CREATE TABLE ICD10_9 (
ICD10 CHAR( 6 ) ,
ICD9 CHAR( 6 ) ,
Other CHAR( 1 0 )
);
Then the data can be imported using MySQL’s load data function. After importing,
some empty cells contain invisible carriage returns instead of MySQL NULL-values. These
need to be updated in a final post-processing step using the SQL code in Listing 2.
Listing 2: SQL code used to remove invisible carriage returns.
UPDATE ICD10_9 SET ICD9=NULL WHERE hex ( ICD9)= ’ 0D ’ ;
2
In the initial dataset we received, some carriers reported only the first three digits. Thus, additional
data had to be requested.
40
UPDATE ICD10_9 SET Other=NULL WHERE hex ( Other)= ’ 0D ’ ;
Finally, the initial table can be joined with this mapping table in order to convert ICD-10
codes to ICD-9.
6
6.1
6.1.1
Descriptive statistics
Results for Vienna (carrier 11)
Age class distribution
We first inspect the table for the persons.
res <- dbSendQuery(con,"SELECT * FROM foko11.ausw_personen")
pers11 <- fetch(res,n=-1)
The variable toddatum is not useful since it contains either non-sense values or an artificial
date (here 1960-01-01). Many persons are included with multiple entries which could
lead to biased results. The number of unique persons is
length(unique(pers11$personenID))
[1] 3657108
but in total we have
length(pers11$personenID)
[1] 10463982
entries. Most of the multiple entries come from changes of the insurance. However, also
changes are included regarding the chargeability of medication, but even changes of the
sex. As a solution we directly generated a new table within MySQL where each person
has only one entry, with (one of) the most frequent occurencies of sex, chargeability etc.
This gives
length(pers11U$personenID)
[1] 3657108
unique persons. Excluding further persons with date of birth 0 and without (information
of) sex, we end up with 3.521.176 entries that will be used in the following.
Figure 6 shows the distribution of the age classes (years of birth) where we distinguish
between female and male persons. Obviously, males are significantly more frequent with
year of birth in the range of 1940-1980. After this period there are no essential differences.
Figure 7 compares the age distributions of persons that are chargeable for medication and those who are not. Again we distinguish between female and male persons.
41
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
0
200
400
Frequency
600
800
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
0 5000
25000
Frequency
15000
35000
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
0
5000
25000
Frequency
15000
35000
Sex
M
F
Year of birth
Figure 6: Age class distribution depending on sex.
Chargeable for medication
Sex
M
F
Not chargeable for medication
Year of birth
Sex
M
F
Year of birth
Figure 7: Age class distribution depending on sex for chargeable and non-chargeable
persons.
Much more old women than old men are among the non-chargeable persons, even when
considering that there exist more old females than males in total.
The proportion of the non-chargeable to the chargeable persons, depending on age and
sex, is made visible in Figure 8. While for old people (mainly females) the proportion goes
up to 12%, this decreases rapidly for people being younger than about 50-60 years. The
entries in the year 2008 might be data errors, since in principle the data should originate
from 2006-2007.
42
10
Sex
6
4
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
0
2
Percentage
8
M
F
Year of birth
Figure 8: Percentage of non-chargeable on chargeable persons for medication.
6.1.2
Persons related to medication
The table with the medications can be joined with the persons:
res <- dbSendQuery(con,"SELECT p.geschlecht, p.rezgeb, p.gebjahr
FROM ausw_medikation m INNER JOIN z_personen p ON
m.id_person = p.personenID")
medpers11U <- fetch(res,n=-1)
In total this gives
> nrow(medpers11U)
[1] 32117273
entries in the data base, an amount, which already starts to cause troubles when computing with a standard computer.
Figure 9 shows how often per year (on average) the persons in the different age classes
have taken medical treatment. The bars indeed correspond to the numbers of medical
treatments per age class per year, divided by the number of persons in this age class in the
insurance data base. It is interesting to see that the average number of medication is in
most age classes larger for females, and this ratio increases with age. While the minimum
number of medical treatment (namely on average 1 per year) is for males and females in
the age of about 15 years, this increases continuously (but much slower for males) until
an age of about 85 years, and decreases again. The maximum for females is at more than
25 medical treatments on average per year, while it is about half as much for males.
Similar to the investigations from above, we can distinguish among persons being
chargeable or not chargeable for medication. Thus Figure 10 shows the average number
of medical treatments per year per age class, separated into the chargeables and the nonchargeables. Note the different scales on the vertical axes, i.e. the non-chargeable persons
have much higher values than the chargeables. The distribution of the non-chargeable
group is quite different to that of the chargeables. For the non-chargeables, the frequency
43
6.1.3
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
0
20
40
60
80 100
Frequency
140
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
0
5
10
15
Frequency
20
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
0
5
10
15
20
Frequency of medication per year
25
Sex
M
F
Year of birth
Figure 9: Average number of medical treatments per age class per year.
does not change essentially for people elder that about 40 years, and it is on average per
year about 60 medical treatments per person.
Chargeable for medication
Sex
M
F
Not chargeable for medication
Year of birth
Sex
M
F
Year of birth
Figure 10: Average number of medical treatments per age class.
Persons related to diagnoses
The table with the diagnoses can be joined with the persons:
44
res <- dbSendQuery(con,"SELECT d.ende, d.diag1, d.id_person,
p.personenID, p.geschlecht, p.rezgeb, p.gebjahr, p.maxvkat
FROM ausw_diag d INNER JOIN z_personen p ON
d.id_person = p.personenID")
diagpers11U <- fetch(res,n=-1)
In total this gives
> nrow(diagpers11U)
[1] 2605211
entries in the data base. This of course corresponds to the total number of diagnoses for
the period 2006-2007 of the carrier 11.
Figure 11 shows how often per year (on average) for persons in the different age classes
a diagnose was given, compare to Figure 9. The bars correspond to the numbers of diagnoses per age class per year, divided by the number of persons in this age class in the
insurance data base. The distribution is quite different from that for the medical treatments. While the minimum is again for people with age around 15 years, this increases
quickly to a maximum in the age around 20 (but is still below 1 diagnosis per year on
average). For elder people, the average for females is higher, except for an age around 60
years, where it is again similar to males. The period between 60 and 70 years is a local
minimum.
0.2
0.4
0.6
M
F
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
0.0
Frequency of diagnoses per year
Sex
Year of birth
Figure 11: Average number of diagnoses per age class per year.
Similar to the investigations from above, we can distinguish among persons being
chargeable or not chargeable for medication, and this could influence also the distribution
for the diagnoses. Thus Figure 12 shows the average number of diagnoses per year per
age class, separated into the chargeables and the non-chargeables.
Note the different scales on the vertical axes, i.e. the chargeable persons have much
lower values than the non-chargeables. The distribution of the non-chargeable group is
45
quite different from the chargeables. For the non-chargeables, the distribution of males
and females gets similar for people elder than about 50 years, with an exception in the
range between 60 and 65 years, where the males have more diagnoses.
Chargeable for medication
Sex
0.4
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
0.0
0.2
Frequency
0.6
M
F
Year of birth
2.0
Not chargeable for medication
Sex
1.0
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
0.0
0.5
Frequency
1.5
M
F
Year of birth
Figure 12: Average number of diagnoses per age class.
6.2
Results for Upper Austria (carrier 14)
This section gives descriptive statistics for Upper Austria. Figure 13 shows the distribution of the variable age with respect to gender for people that are chargeable and
non-chargeable for medication. One can clearly see that more women are exempt from
charges, a result similar to the one we found for Vienna.
Figure 14 shows the distribution of age for people that are blue-collar and people that
are white-collar workers. One can see that there are far more male blue-collar workers than
female ones and that there are more female white-collar workers than male ones. However,
for people born in the 1940s there are more male white-collar workers. Figure 15 is similar
but shows the relation for co-insured people. For young people the ratio between males
and females is very balanced but otherwise women are much more frequent. Figures 16
and 17 show the distribution for pensioners and self-insured people.
46
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
0
2000
4000
Frequency
6000
8000
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
0
1000
3000
Frequency
5000
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
0
Frequency
200 400 600 800
1200
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
0
5000
10000
Frequency
15000
Chargeable for medication
Sex
M
F
Not chargeable for medication
Year of birth
Sex
M
F
Year of birth
Figure 13: Age distribution for chargeable versus non-chargeable for medication
White−collar workers (Angestellte)
Sex
M
F
Blue−collar workers (Arbeiter)
Year of birth
Sex
M
F
Year of birth
Figure 14: Age distribution for white- and blue-collar workers
47
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
0
1000
3000
Frequency
5000
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
0
100
200
300
Frequency
400
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
0
500
2500
Frequency
1500
3500
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
0
500
2500
Frequency
1500
3500
Relatives of white−collar workers (Angestellte)
Sex
M
F
Relatives of blue−collar workers (Arbeiter)
Year of birth
Sex
M
F
Year of birth
Figure 15: Distribution of age for relatives of white- and blue-collar workers
White−collar pensioners (Angestellte)
Sex
M
F
Blue−collar pensioners (Arbeiter)
Year of birth
Sex
M
F
Year of birth
Figure 16: Distribution of age for pensioners
48
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
0
10
20
Frequency
30
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
0
20
40
60
80
Frequency
120
Self insured people
Sex
M
F
Relatives of self insured people
Year of birth
Sex
M
F
Year of birth
Figure 17: Distribution of age for self insured people
49
7
7.1
7.1.1
Assignment ATC −→ ICD
Results for Vienna (carrier 11)
Limiting the time period for the join
For the predictions of the ICD from the ATC it is necessary to combine the data of the
diagnose and the medicine via the person identifications. Since we have data for 2 years,
a limitation of the time span for joining the data is required. For this purpose we can use
the variable ende from the diagnose data (end of stay in the hospital, or end of sick-leave),
and the variable einloesedatum from the data with medical treatments (date for taking
up the prescription). While the former should contain exactly the correct day, the latter
will include as date the first day in the subsequent month. Since a prescription is valid for
14 days, and since the prescription could be given to the patient quite before the end of
the sickness period, there remains a certain randomness for the join. In a first approach
we joined the data if the condition
-40 < einloesedatum - ende <= 30
was fulfilled.
7.1.2
Limiting the patients for the join
Patients with many diagnoses per time period will also have various different medical
treatments. Thus, when limiting the time period for the join, we still can get many wrong
assignments for patients with many diagnoses. It will therefore make sense to restrict the
analysis to persons that have a limited number of diagnoses in order to reduce the wrong
assignments.
Figure 18 shows the number of included patients (vertical axis) where a minimum
time period between any two diagnoses is fixed (horizontal axis). We use two different
approaches to measure the frequency. The first one takes the difference between dates
and selects patients that have no such difference that is smaller then some boundary. The
second approach discretizes the dates to months or quarters and selects patients that do
not visit a doctor in the same quarter or month more than once. Obvisouly, the second
approach excludes less people. For Figure 18 the first approach was used. The number of
included persons decreases quickly with increasing minimum time period.
In a first approach we will therefore limit our analysis to persons with at most one
diagnose per quarter.
In MySQL we create the new table with the list of persons with at most one diagnose
per quarter by:
CREATE TABLE z_personen_1xQ_diag SELECT id_person FROM
(SELECT id_person,max(anz) as max FROM
50
Number of Patients for different minimum time periods
350000
●
●
●
250000
Number of patients
450000
●
150000
●
●
0
20
40
60
80
Minimum time period in days
Figure 18: Number of patients for varying minimum time periods of diagnoses.
(SELECT jahr,quartal,id_person,count(*) AS anz FROM z_diagnose z
GROUP BY jahr,quartal,id_person) o GROUP BY id_person) l WHERE max=1;
7.1.3
Limiting to one specific ATC code
The final analysis should show which diagnoses were given to the patients for specific
ATC codes, and subsequently, how unique the diagnosis for an ATC code is, considering
all patients with the corresponding ATC code. For this reason, and for reducing the data
set, we limit ourselves to one specific ATC code in each analysis.
7.1.4
Extracting data from the data base
In a first example with consider the ATC code A01A, and limit the patients to those
with at most one diagnose per quarter, and the time period to obtaining the medicine as
described in Section 7.1.1. The table with these restrictions can be extracted via
from
the data base as follows:
library(DBI)
library(RMySQL)
drv <- dbDriver("MySQL")
con <- dbConnect(drv,"foko11","root","")
res <- dbSendQuery(con,"SELECT diag1,atc_e4,atc_e5,geschlecht,rezgeb,
51
gebjahr,maxvkat FROM z_diagnose d JOIN z_medikation m
ON d.id_person = m.id_person AND ABS(DATEDIFF(d.ende,m.einloesedatum))<40
AND DATEDIFF(d.ende,m.einloesedatum)>-30
JOIN z_heilmittel h ON h.pharnr = m.pharnr JOIN z_personen pers ON
d.id_person=pers.personenID
JOIN z_personen_1xQ_diag q ON q.id_person = pers.personenID
WHERE atc_e1=’A’ AND atc_e2=’01’ AND atc_e3=’A’
ORDER BY diag1")
This results in a data matrix of the following form:
diag1 atc_e4 atc_e5 geschlecht rezgeb gebjahr
maxvkat
1
008
B
09
M
J
2006 Sonstiger
2
008
B
09
W
J
2005 Sonstiger
3
008
B
09
W
J
2005 Sonstiger
4
008
B
09
M
J
2006 Sonstiger
5
008
A
01
W
J
2002 Sonstiger
6
008
B
09
W
J
2005 Sonstiger
7
008
A
01
M
J
2005 Sonstiger
8
008
B
09
M
J
2005 Sonstiger
9
008
A
01
M
J
2004 Sonstiger
10
008
A
01
W
J
2005 Sonstiger
.......
The matrix has 5118 rows in total. We will not use atc_e4 and atc_e5, but the information about the persons will be used later on.
7.1.5
Frequency distribution for one ATC code
A first question for the data extracted above is how many different ICD codes exist, and
what is their frequency. Ideally, we would like to have a unique ICD code for one ATC
code. Unfortunately, the frequencies of the ICD codes to the ATC A01A are as follows:
033 040 044 057 071 074 075 078 133 145 146 151 154 161 191 193 210 213 225 227
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
228 242 251 274 278 299 323 331 334 341 344 348 351 360 362 365 370 371 373 374
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
..........
P07 250 715 R50 774 787 J35 789 K29 401 H25 J10 R11 462 J03 366 474 464 A08 599
21 22 22 22 23 23 23 24 24 25 25 25 25 27 27 28 28 29 29 33
J18 723 J44 M54 535 J04 K08 N39 525 J02 O80 J40 780 463 J20 466 M53 650 724 009
52
33 34 36
A09 465 J06
169 329 502
37
39
39
41
42
48
48
49
56
58
61
63
89
90
92 107 142
In total there are 763 different ICD codes for ATC A01A. However, it can be seen that
the frequency is very low for many ICD’s, and suddenly increases for a few. Almost half
(308) of the different ICD codes have only frequency 1. The relative frequency (frequency
divided by 5118) for the most frequent ICD codes is
J06 465 A09 009 724 650 M53 466 J20 463 780 J40 O80 J02 ....
9.8 6.4 3.3 2.8 2.1 1.8 1.8 1.7 1.2 1.2 1.1 1.1 1.0 0.9 ....
0
200
400
600
100
80
60
40
20
0
Cumulative relative frequency in %
8
6
4
2
0
Relative frequency in %
10
(numbers in %). Figure 19 shows the distribution of the relative frequencies of the ICD
codes for ATC A01A. On the horizontal axis the codes are sorted according to the decreasing order of their frequency. Thus, in the left plot the ICD code J06 has the maximum
relative frequency with 9.8%, whereas in the right plot code J06 has the largest contribution (increase in vertical direction) with 9.8%. The left plot shows a fast decay which is
in fact what we want to see. In the right plot we see an increase, which is in fact not as
fast as we would like to see. The ideal situation would be a very quick jump from 0 to
100%, i.e. that only a few ICD codes are related with the ATC code.
0
Number of sorted ICD codes
200
400
600
Number of sorted ICD codes
Figure 19: Distribution of the relative frequencies of the ICD codes for ATC A01A.
When inspecting Figure 19, we can ask immediately some questions:
• Is it possible to define a lower boundary for the minimum relative frequency (e.g.
1%)? ICD codes that are below that boundary could be ignored, because they are
just “random” or even false assignments to this ATC code.
53
• Is it possible to define an upper boundary (e.g. 3%) for the relative frequency? ICD
codes with relative frequency above that boundary can be considered as strongly
related with this ATC code.
• Is it possible to define a boundary (e.g. 20%) for the cumulative relative frequency?
The most frequent ICD codes being present in at least 20% of the observations could
then be considered in the further analysis.
It should be noted that the frequency distribution can be completely different for another
ATC code.
7.1.6
Improving the relation ATC −→ ICD using additional information
There is additional information available from the persons, like sex, age, etc. This external
information can be used to improve the relative frequencies of the assignments. For
example, by distinguishing between males and females it could be possible that for ATC
code A01A the relative frequency of the ICD code J06 increases in one case, which makes
the assignment clearer.
This will be demonstrated in the following by using the ICD codes with a relative
frequency of more than 3% (these are J06, 465, and A09). They make up almost 20% of
the data for ATC A01A, or, in other words, we end up with a data table with 1000 rows.
When splitting the data into age groups, a comparison of the frequencies of the 3 ICD
codes within the groups is possible:
Diagnose
465
A09
J06
Age
>79 60-79 50-59 40-49 30-39 20-29 <20
0
4
42
106
108
62
6
0
3
7
33
44
52 29
0
7
69
135
164
117
9
The comparison with absolute frequencies is, however, confusing, and therefore we switch
to relative class frequencies. Figure 20 shows this class comparison in form of mosaic
plots. There, the area of each sub-group is proportional to the frequency, but along the
horizontal and vertical axis the lengths of the mosaic tiles represent relative frequencies.
The left plot compares the ICD codes with respect to sex, the right plot distinguishes age
classes. Concerning age there is almost not difference, only ICD code A09 is slightly more
frequent for males compared to the other codes. With respect to the age groups, code A09
shows higher relative frequencies for young people. This is also visualized by the colors
in the plot, which represent “residuals”. The residuals can be seen as deviations from a
situation that we would expect if all relative class frequencies were the same. According
to that, the youngest age group of code A09 shows exceptionally high deviation.
54
465
J06
A09
J06
>79
60−79
>4
A09
>4
465
2:4
2:4
50−59
0:2
0:2
M
−2:0
<−4
−4:−2
Age
<−4
−4:−2
Sex
−2:0
40−49
30−39
Standardized
Residuals:
Standardized
Residuals:
W
20−29
<20
Diagnose
Diagnose
Figure 20: Mosaic plots for the 3 main ICD codes split into classes by sex (left) and age
groups (right).
7.1.7
Using external information for frequency comparisons
In the previous section it was demonstrated that additional information about the persons
can improve the assignment. Figure 20 (right) shows a preference of ICD code A09 for
young people. Now we can compare relative frequencies by considering the age classes.
Considering the same ICD codes as in Figure 20, and splitting for age class <20 gives
the following relative frequencies (in %):
465 A09 J06
13.6 65.9 20.5
On the other hand, all remaining age classes receive relative frequencies (in %):
465 A09 J06
33.8 14.6 51.6
Thus, ICD code A09 can be assigned to ATC code A01A for age class <20 in almost 2/3
of the cases. For the remaining age classes, the assignment therefore is more reliable to
the other ICD codes. In fact, we did not consider all persons here, but restricted just to
the 3 considered ICD codes. When going back to all ICD codes, the assignments are less
pronounced. For the age group <20 we obtain the following relative frequencies (in %):
J20 009 466 A09 780 474 774 P07 A08 J35 765 P59 R11 008 N47 ....
4.8 3.1 3.0 2.9 2.6 2.4 2.3 2.1 2.1 2.0 2.0 1.9 1.7 1.6 1.4 ....
Thus, code A09 is not even on first position of these sorted values, and the percentages
decreased dramatically. The numbers for the remaining age classes are
55
J06
12.0
465
7.9
A09
3.4
009
2.7
724
2.6
650
2.2
M53
2.1
466
1.4
J40
1.4
463
1.4
525
1.2
J02 ....
1.1 ....
indicating that the assignments to J06 and 465 are somewhat clearer than for all age
classes together (see above).
These analyses raise a principal question, namely, which ICD codes should be considered out of the long list of ICD codes that exist in the data base for ATC code A01A. Is
it possible to define boundaries (see above) for the relative frequencies?
7.1.8
Maximizing assignments with an automatic procedure
In the previous sections we tried to use external information of the persons to increase
the relative frequencies for sub-groups. However, we introduced the sub-groups by trial
and error, and not via an automatic procedure. What we need is a procedure that
automatically finds the variable (age, sex, etc.) that leads to clearer group assignments.
It is even possible to allow for several splittings, for example we can split first into male
and female, and than further by age classes.
This goal can be achieved by classification trees (see Breimann et al., 1984; Hastie
et al., 2001). Classification trees try to minimize an error measure like the misclassification
error by searching in turn for the optimal split variable and the optimal split point (e.g.
a certain age group). Applying this method to the data limited to the 3 main ICD codes
yields the tree in Figure 21. Although the legends in the tree are a bit confusing, the
result turns out to be coherent with those from above: The variable Age is the most
important variable for splitting the data, and the split is performed at age class <20.
There are no further splits needed for the tree, otherwise the misclassification error would
increase again. The left branch of the tree is for the young persons, and ICD code A09
has the highest frequency. In the other branch for the remaining persons J06 has the
highest frequency (compare with results above). The misclassification error of this model
is almost 50%, and the reason is that in most cases ICD J06 is predicted.
Thus, the classification tree is not very efficient, even not for this limited data set for
the 3 most occurrent ICD codes. However, there could be another ATC code that allows
for a better prediction. This automatic procedure can be used for finding assignments
with small misclassification error.
The classification tree has to be applied to a limited number of ICD codes, because
otherwise the misclassification error increases even more. One could also concentrate on
one ICD code, like J06, and try to predict this code for all data. In our example, however,
we could not grow a tree, i.e. there was no variable and no split point that could reduce
the misclassification error. The reason is very simple, since the resulting classification of
the tree is as follows:
pred
FALSE TRUE
FALSE 4590 501
56
Age=<20
Age=60−7,50−5,40−4,30−3,20−2
A09
4/16/4
J06
219/98/324
Error : 0.964 CV Error : 0.964 SE : 0.0383
Missclass rates : Null = 0.507 : Model = 0.489 : CV = 0.489
Figure 21: Classification tree for the 3 main ICD codes of ATC A01A.
TRUE
0
0
The rows correspond to the prediction, if J06 is predicted (TRUE) or not (FALSE), and the
columns correspond to the true membership. We can see that J06 is never predicted, thus
yielding a a misclassification rate of not even 10%. One could use subsets of the data to
build the tree, and predict for the data that have been left out, but the result is usually
such a trivial tree, being not useful for prediction.
7.1.9
Further procedure
The further procedure can go at least into two directions:
1. Compute the relative frequencies of all ICD codes for specific ATC codes, without
considering the external information of the individuals. When scanning all ATC
codes in turn, we will end up with a matrix of the following form:
rel. frequ.
ICD1
ICD2
..
.
ICDn
ATC1
f11
f21
..
.
fn1
ATC2 . . .
f12
...
f22
...
..
..
.
.
fn2
...
ATCp
f1p
f2p
..
.
fnp
Thus we fix one ATC code and compute the relative frequencies for all ICD codes.
These are the results for one column in the table. When all ATC codes have been
taken once, the table is complete. In the ideal case each ICD code would have only
once a value that is different from zero. This, however, cannot be expected, and
57
thus the hope is that the most frequent ICD codes of each column (defined via a
boundary or in any other way) are unique, i.e. they are not among the most frequent
ICD codes in any other column.
One can then proceed to compute such a table for other carriers, and compare the
results.
2. Pursue high relative frequencies by considering external information. Thus, one
could build such a table as above for females and males, with the hope that the
assignments get more unique. One can also search for unique assignments with
classification trees.
The final results could then be a filtered version of the above assignment table, where
only subgroups of ATC and ICD codes are included, allowing for a relatively unique
assignment.
8
Assignment table ATC −→ ICD
As mentioned at the end of the previous section, we can compute an assignment table
that includes the frequencies of all combinations of ICD and ATC codes. The resulting
table can be analyzed in different ways:
8.1
Heat Maps
Our analysis focuses on relative frequencies of ICD codes relative to ATC codes. We
therefore could plot heat maps as they are common in genetics (Hastie et al., 2001) to see
if we can identify ATC codes that are well suited for prediction. The idea of heat maps
is to highlight high relative frequencies, which in our case point at reliable assignments.
However, the images are not easy to create as it is difficult to find good breakpoints
between the colors. In addition the large number of different ATC and ICD codes makes
reading the plot very difficult.
Nevertheless, we can look at the summary of the resulting frequency table. Looking
at the summary statistics we can identify several ATC codes that seem to be well suited
for prediction. Unfortunately, some ATC codes with very high maximum values for the
relative frequencies are those were we have very little observations.
8.2
8.2.1
Identifying ATC codes with high predictive ability
Identification based solely on relative frequencies
The following procedure can be used for identifying ATC codes that are reliably predicted
from the ICD codes:
58
1. Select all ATC codes that have a least one ICD code with a relative frequency higher
than some threshold φ.
2. For all the selected ATC codes find the n ICD codes with the highest relative
frequency subject to some restrictions.3
The results for carrier 14 and φ = 0.2 can be seen in Table 28. They include the ATC
codes with the highest relative frequencies (rows), together with the 5 most important
ICD codes and their relative frequencies (rf).
A05
A11B
A13A
B05A
D02B
D10B
H04A
J04A
J07A
J07B
J07C
L01D
N01A
P01B
S01B
S01C
S02A
V01A
V08A
1
414
E84
401
362
E84
J06
E10
011
786
R21
S60
188
C20
009
366
366
H60
J06
787
2
M96
277
040
H34
C44
465
250
A16
729
T01
E10
C67
000
B50
H25
H25
H66
M53
574
3
000
K40
443
I25
277
009
E11
A15
824
585
F99
451
001
000
H26
H26
J06
J04
000
4
001
282
J41
R42
J18
A09
465
793
915
E10
R56
733
003
001
H33
H33
I48
M90
001
5
003
480
S72
000
465
M53
236
496
921
E14
000
N20
004
003
J06
361
M53
D25
003
rf1
0.50
0.21
0.33
0.25
0.41
0.20
0.29
0.21
0.22
0.25
0.40
0.40
1.00
0.67
0.36
0.28
0.22
0.26
0.67
rf2
0.50
0.17
0.17
0.25
0.22
0.18
0.26
0.09
0.11
0.19
0.20
0.33
0.00
0.33
0.23
0.16
0.16
0.19
0.33
rf3
0.00
0.08
0.17
0.25
0.11
0.04
0.04
0.08
0.11
0.06
0.20
0.05
0.00
0.00
0.13
0.13
0.10
0.11
0.00
rf4
0.00
0.06
0.17
0.25
0.07
0.04
0.03
0.04
0.11
0.06
0.20
0.05
0.00
0.00
0.01
0.02
0.04
0.11
0.00
rf5
0.00
0.06
0.17
0.00
0.04
0.03
0.02
0.03
0.11
0.06
0.00
0.05
0.00
0.00
0.01
0.02
0.04
0.07
0.00
Table 28: Top ICDs for selected ATC codes
8.2.2
Identification based on a reduced assignment table
So far we used the assignment table with the relative frequencies to identify interesting
relations between ICD and ATC codes. A disadvantage of this procedure is that even
if the relative frequency for an ATC code is high, there can be several ICD codes that
contribute to this high relative frequency. What we would like to have is an assignment
of an ATC to an ICD that frequently occurs in the data, and that is unique. The ideal
assignment table would thus assign to each ATC code a unique ICD code. In principle,
we could also tolerate several ICD codes being assigned to a specific ATC code, but the
ICD codes should not be assigned to any other ATC code.
3
Some ICD codes have high relative frequencies because the number of observations is very low. These
have to be excluded from our analysis.
59
For this purpose we can use statistics: Since the frequency table we deal with can be
considered as a contingency table, we could check for independence between rows (ICD
codes) and columns (ATC codes). The statistical test is known as the chi-square test, and
the test statistic is based on comparing observed frequencies hij and expected frequencies
êij , for i = 1, . . . , nICD and j = 1, . . . , nAT C , where nICD and nAT C are the numbers of
ICD and ATC codes, respectively, in the frequency table. The expected frequencies under
independence are
P
P
( i hij )( j hij )
P P
êij =
i
j hij
(see, for example, Reimann et al., 2008). For the chi-square test the terms
nij =
hij − êij
p
êij
are squared and summarized over all i and j, and we can assume that if the observed
frequencies are high enough (say at least 5), the resulting statistic is chi-square distributed.
The terms nij can be considered as approximatively standard normally distributed. If the
independence assumption is violated, the expected frequencies will be further away from
the observed frequencies. In other words, high (absolute) values of nij point at high
associations between row i and column j. The absolute value of nij is a measure of the
strength of the association between an ICD and an ATC code. Since we are interested in
cases where the observed frequency is considerably higher than the expected frequency,
we will have to look at high positive values of nij . Thus we can define a boundary κ, and
a high association of row i and column j with high frequencies will require the condition
nij > κ
for the association measure. Consequently, we can define an association matrix. If
the above condition is fulfilled for a specific i and j, the entry (i, j) of the matrix is 1,
otherwise it is 0. For κ we can choose a value that points at the extremes of the standard
normal distribution, say, κ = 3. We can, however, choose κ in such a way that the sum
of the elements (i.e. of the assignments) of the association matrix is limited to a certain
value, e.g. in the range of nAT C . This choice forces almost unique assignments of ATC
codes to ICD codes. More tolerant choices would allow for non-uniqueness.
Example: We compute the table with the absolute frequencies of all assignments ATC
to ICD for Vienna (carrier 11), limited to persons with at most one diagnose per quarter,
and the time period to obtaining the medicine as described in Section 7.1.1. This gives
a contingency table with 2207 ICD codes (rows) and 213 ATC codes (columns). Now we
compute the relative frequencies with respect to each ATC code. Thus, the column sums
of the relative frequency table are 1, and we can see the contribution of each ICD code
to each ATC. This table is used to eliminate rows and columns in the contingency table.
60
The number of rows can be reduced by eliminating ICD codes which occur very rarely,
i.e. where the sum of relative frequencies is lower than 1%. This reduces the number
of relevant ICD codes to 547. Next we reduce the number of ATC codes by eliminating
those which occur rarely, say less than 10 times in the frequency table. We keep 201 ATC
codes.
The reduced contingency table thus has 547 rows and 201 columns, and in the next
step we set up the assignment matrix. Choosing κ = 50 as the boundary gives 241 entries
“1” in the matrix. A part of the most frequent assignments is shown in Table 29.
E84
466
J06
277
366
465
496
650
724
H25
J44
O80
250
295
296
300
340
414
461
462
B01A
0
0
1
0
0
1
0
0
0
0
0
0
0
0
0
0
0
0
0
0
J01F
0
1
1
0
0
1
0
0
0
0
0
0
0
0
0
0
0
0
1
1
J01C J04A
0
0
0
0
1
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
1
0
1
0
R03A
0
1
0
0
0
0
1
0
0
0
1
0
0
0
0
0
0
0
0
0
N05A A12C
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
1
0
1
0
1
0
0
0
0
0
0
0
0
0
J05A
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
L01A
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
N06A
0
0
0
0
0
0
0
0
0
0
0
0
0
0
1
1
0
0
0
0
Table 29: Part of the assignment matrix for Vienna (11) with the most frequent assignments. The rows are ICD codes, the columns are ATC codes.
Now we are interested in top ATC codes with the highest relative frequency. Table
30 shows the first entries of the resulting list. For example, ATC code “S01B” has the
highest relative frequency 0.77 (third column “SUMrf”). This number results from the
original table with the relative frequencies, but only considers contributions of ICD codes
which are assigned according to the assignment matrix. In total, this ATC code occurs
with frequency 14852 (second column “SUMaf”) in the original frequency table. The
contributing ICD codes according to the assignment matrix are listed in column 4 (“ICD”).
Similarly to the information for the ATC code, columns 6 (“af”) and 7 (“rf”) provide the
absolute frequencies and the relative frequencies, respectively. An interesting information
is given in column 5 (“ICDf”): This is the frequency of an ICD code as it occurs in the
61
assignment matrix. For example, ICD code “366” has frequency 2; it is assigned to ATC
code “S01B” and to ATC code “S01C” (see below in the list). Thus, this ICD code is not
unique to an ATC code.
ATC
S01B
SUMaf SUMrf
14852
0.77
L01D
37
0.73
S01C
1794
0.60
J01F
58672
0.54
J04A
1110
0.51
A11B
43
0.47
ICD
366
H25
H26
H33
188
C67
366
H25
H26
J06
465
466
J40
463
525
K08
461
J02
462
J01
011
A16
A15
793
017
010
012
E84
277
282
ICDf
af
rf
2
5926 0.38
2
3826 0.25
2
2088 0.13
1
174 0.01
1
14 0.38
1
13 0.35
2
569 0.30
2
332 0.17
2
252 0.13
4
11018 0.17
3
8666 0.14
3
3394 0.05
2
2843 0.04
2
1447 0.02
2
1362 0.02
2
1360 0.02
2
1300 0.02
2
1239 0.02
2
1100 0.02
1
902 0.01
1
294 0.22
1
119 0.09
1
106 0.08
1
49 0.04
1
40 0.03
1
38 0.03
1
18 0.01
2
10 0.23
1
8 0.19
1
2 0.05
Table 30: Top ATC codes for Vienna (11) with the highest relative frequencies, together
with the most important assignments to ICD codes.
It should be noted that the ICD codes for Vienna (carrier 11) are in mixed form, i.e.
they are provided partly in the form of ICD-10, and partly as ICD-9. An interesting result
is that the top ATC list in Table 30 is not heavily influenced by this error, since the list
includes in most cases both forms if ICD codes for the same diagnosis.
The above procedure has a major advantage: Although the relative frequencies of
the ATC codes are usually quite low, the assignments of ATC codes to ICD codes can
62
be made relatively unique. The question is just, if this top ATC list would also remain
approximately the same if the parameters are varied. For example, when considering a
different time period to obtaining the medicine (different from the described period in
Section 7.1.1), the list could change. It turns out, however, that the list is similar if the
time period gets smaller. When increasing the time period, or even skipping the time
restriction, however, the list changes quite a lot. This is to be expected because many
wrong assignments of ICD and ATC codes will be made already for the individual persons.
A further question is, if the top ATC list will be similar for other carriers. In a first
approach we compared with the data from Upper Austria (carrier 14). Table 31 shows
the corresponding list by using the same parameters as for generating the list in Table
30 (same time period, etc.). The results are interesting: The ATC codes “S01B”, “S01C”,
“J01F”, “J04A”, and “A11B” can be found in both lists, and also the corresponding ICD
assignments are very similar. This result is remarkable, because we have shown only the
very upper parts of the lists. The full lists would have more than 200 ATC entries.
In a further approach we can merge the frequency tables from Vienna (11) and Upper
Austria (14). This would result in even higher reliability, especially for rare ATC codes.
The resulting top ATC list is shown in Table 32. As we could expect, the list for the
merged data is similar to both previous lists. For computing the assignment matrix we
used the boundary κ = 75, which gives a comparable number of total assignments.
63
ATC
A11B
SUMaf
11
SUMrf
0.91
B05A
266
0.73
S01B
3651
0.67
S01C
J01F
592
32189
0.67
0.67
J04A
286
0.65
G02A
46
0.63
H04A
A07F
59
10193
0.63
0.51
ICD
E84
P78
H93
H91
H25
H26
H33
H25
J06
J40
J20
J02
J01
J04
A15
A16
A18
J62
A31
A17
A19
O02
O03
O06
E10
A09
A08
ICDf
af
rf
3
9 0.82
1
1 0.09
3
109 0.4
3
88 0.33
2
1938 0.52
1
492 0.13
1
97 0.03
2
411 0.67
3
10892 0.33
1
3700 0.11
1
2572 0.08
2
2137 0.06
2
2008 0.06
1
934 0.03
1
91 0.31
1
55 0.19
1
17 0.06
1
12 0.04
1
7 0.02
1
6 0.02
1
5 0.02
1
19 0.41
1
7 0.15
1
3 0.07
2
37 0.63
1
4361 0.42
2
934 0.09
Table 31: Top ATC codes for Upper Austria (14) with the highest relative frequencies,
together with the most important assignments to ICD codes.
64
ATC
S01B
SUMaf
22668
SUMrf
0.69
B05A
571
0.68
J01F
118535
0.57
A11B
70
0.54
S01C
3038
0.52
J04A
1635
0.5
L01D
H04A
47
290
0.49
0.41
ICD
H25
366
H26
H93
H91
J06
J40
465
J20
J02
J01
466
K08
J04
525
E84
277
H25
366
A15
011
A16
793
017
010
A18
C67
E10
ICDf
2
2
1
1
1
5
2
2
1
2
2
1
2
1
1
2
1
2
2
1
1
1
1
1
1
1
1
2
af
7645
5926
3056
212
191
30466
9215
8666
5413
4835
4394
3394
3294
2322
1362
30
8
1184
569
294
294
287
49
40
38
27
23
124
rf
0.32
0.25
0.13
0.36
0.32
0.23
0.07
0.07
0.04
0.04
0.03
0.03
0.03
0.02
0.01
0.43
0.11
0.35
0.17
0.14
0.14
0.14
0.02
0.02
0.02
0.01
0.49
0.41
Table 32: Top ATC codes for the merged data from Vienna (11) and Upper Austria (14),
including the highest relative frequencies, together with the most important assignments
to ICD codes.
65
8.3
Assignment with all data
The procedure developed above has the disadvantage that the boundary κ determining
the strength of the association between ATC and ICD needs to be provided. The final
assignment list will change, depending on the choice of κ. Furthermore, the analysis was
done for certain carriers, and it could in principle be (quite) different for other carriers.
The latter problem can be solved by merging the data over all available carriers. Note
that due to missing information about the end of the stay in the hospital of the end of
the sick-leave, many data sets cannot be used for our analysis (see data quality report in
Section 3). A further problem is that some carriers provide their data with ICD9 codes,
others with ICD10 codes. Since a unique conversion is only possible from ICD10 to ICD9,
all ICD10 codes are transformed accordingly.
The join of the diagnose data with the medical treatment data is done in the same
way as suggested in Section 7.1.1. However, here we do not limit the patients to one
treatment per quarter, as done in Section 7.1.2. We finally end up with about 11.7
million assignments of ATC to ICD codes. The corresponding code in MySQL is:
SELECT atc_e1,atc_e2,atc_e3,CONCAT(atc_e1,atc_e2,atc_e3) as
atc,ICD9,icd9_gruppe,icd9_kat
FROM foko_gesamt.alle_med_diag_join md
INNER JOIN foko11.z_heilmittel h ON h.pharnr = md.pharnr AND
d_intervall<40 AND d_intervall>-30
INNER JOIN (SELECT id_person FROM minDiff WHERE minDiff>30) td ON
md.id_person=td.id_person
INNER JOIN fokokey.icd9_system sys ON sys.icd_subkat_code_wd=ICD9;
Parts of the results are presented in Table 33. We could present the table in a more
compact form, by showing only unique assignments and counting their frequency. However, there is a reason to give this detailed information, because it will be used below.
Before working with the results in Table 33, we remove all ATC codes “9999” and all
ICD9 codes starting with “V” and “E”, because they are not of interest in the further
analysis. In this way, raughly 700.000 assignments are eliminated. The assignments can
be summarized by a contingency table (compare Table 29) which includes the frequencies
of all the assignments between specific ATC and ICD9 codes. The resulting table has 898
rows (ICD9 codes) and 219 columns (ATC codes). Similar as above, the number of rows
can be reduced by eliminating ICD codes which occur very rarely, i.e. where the sum of
relative frequencies is lower than 1%. This reduces the number of relevant ICD codes to
339. Next we reduce the number of ATC codes by eliminating those which occur rarely,
say less than 10 times in the frequency table. We keep 214 ATC codes.
Now the first problem of choosing the appropriate constant κ needs to be solved. With
this choice we want to get rid of assignments which are very likely to be wrong, and we
66
Row No. atc_e1
1
M
2
A
3
B
4
A
5
B
6
B
7
B
9
B
10
B
11
9
12
R
13
9
..
..
.
.
11712543
M
11712544
N
11712545
H
11712548
S
11712549
S
11712550
M
atc_e2
1
2
1
2
1
1
1
1
1
99
6
99
..
.
atc_e3
A
B
A
B
A
A
B
A
A
9
A
9
..
.
1
6
3
1
1
5
A
A
A
B
B
B
atc
M01A
A02B
B01A
A02B
B01A
B01A
A02B
B01A
B01A
9999
R06A
9999
..
.
ICD9 icd9_gruppe
465
460 - 466
465
460 - 466
444
440 - 448
444
440 - 448
444
440 - 448
444
440 - 448
785
780 - 789
785
780 - 789
785
780 - 789
0089
001 - 009
4659
460 - 466
4659
460 - 466
..
..
.
.
M01A 9221
920 - 924
N06A 9221
920 - 924
H03A 3661
360 - 379
S01B 3661
360 - 379
S01B 3661
360 - 379
M05B 3661
360 - 379
icd9_kat
465
465
444
444
444
444
785
785
785
008
465
465
..
.
922
922
366
366
366
366
Table 33: List with 11.712.550 rows joining the diagnose and the medical data for each
patient. Each row thus corresponds to one person, where an assignment of ATC and ICD
code was made.
want to keep assignments which are very likely to be correct. Obviously, there seems
to be some “gray zone” in between these two goals. Nevertheless, we aim at satisfying
both goals as good as possible. Our basis is the complete (cleaned) table with all joins
of diagnose and medical data (see Table 33). Although the join was done by a time
window, it is still possible that the wrong data were joined. However, such an incorrect
join should hopefully not happen too often in the table, i.e., we do not expect to find the
corresponding row too often in the table. On the other hand, a correct join should support
our decision for the final assignments of ATCs to ICDs. Thus, we expect to find many
patients with this assignment, and correspondingly many rows with this information.
8.3.1
The bootstrap approach
The above ideas call for a statistically based simulation. The data table shown in Table 33
forms the complete data, where each row corresponds to a patient. Using the bootstrap
technique, we can create a new data set of the same size by randomly selecting rows
with replacement from the complete (cleaned) data. Thus a resulting bootstrap sample
forms a data set of the same size as the complete original cleaned data, but it does not
include many (approximately a third) of the original rows, and it includes other rows
several times. This corresponds to the idea that several patients are not used in the new
67
2000000
1000000
0
Frequency
3000000
data set, but others are considered several times. Drawing not just one but, say, 100 new
bootstrap data sets will allow that the new data bases include on average patients where
correct assignments are more likely than incorrect ones (because they should be more
likely presented in the original data).
The information in the original (cleaned) data table (Table 33) as well as that in each
bootstrap data table can be compressed and represented in form of a contingency table
(see above). The resulting tables with all different and relevant ICD codes (339) as rows
and all different and relevant ATC codes (214) as columns, include the corresponding
frequencies of the assignments in the cells. Now all the resulting contingency tables need
to be compared appropriately.
Here we can use the method derived above, by analyzing the terms nij . Note that for
each i (row, ICD code) and each j (column, ATC code) we now have the value nij for
the original data table, but also further 100 values for the 100 bootstrap data tables. As
before, the goal is to find a boundary κ, where assignments with nij > κ are supposed to
be correct, and otherwise incorrect.
We can inspect the distribution of all values nij , for all i and j, and for all 100
bootstrap samples, in Figure 22 in form of a histogram. The task is to find a boundary
at the right end of this distribution that allows to distinguish non-sense assignments from
useful assignment.
0
500
1000
nij
Figure 22: Distribution of the values nij for 100 bootstrap samples.
The representation of the values nij can be done in a more useful way than in form of
a histogram, as shown in Figure 22, because we have 100 replications of nij for each i and
j, corresponding to 100 tables with values nij . For each table we can count the number of
68
values nij falling in a certain interval, starting e.g. from min(nij ) in steps of 1 to max(nij ).
Thus, we descretize the values nij for each of the 100 tables and count the frequencies.
Accordingly, in each interval we obtain 100 values which can be represented by a boxplot.
Figure 23 shows the boxplots for a selected range of values nij on the horizontal axis. This
is in fact the most interesting range where the number of assignments would “explode”. In
addition to the boxplots a dashed line for the mean values in each interval, and solid lined
for mean ±2 standard error is shown in Figure 23. The standard error is the standard
√
deviation divided by 100, and the lines serve as confidence intervals for the mean values.
The closer nij comes to zero, the larger the confidence interval.
200
●
●
●
●
●
●
100
●
●
●
●
50
Frequency
150
●
●
●●
●
●
●
●
●
●
● ●
●
●
●● ●●
●● ●
0
●●
0
10
20
30
40
50
60
nij
Figure 23: Distribution of the discretized values nij for 100 bootstrap samples.
The goal of the representation shown in Figure 23 is to find the boundary (on the
horizontal axis) where a significant increase of the frequency occurs. This is equivalent
to the point where the number of assignments would explode because of the many wrong
assignments. >From Figure 23 it is already visible that around the value 27 on the
horizontal axis the frequency starts to explode. In order to find the exact value, it will be
useful to compute the differences of the frequencies from one interval to the neighboring
interval. These changes of frequencies should be around zero if the increase is about
constant, but it should be significantly different from zero as soon as there is a significant
increase. Figure 24 shows the differences of the frequencies from one interval to the
interval on the left-hand side (see Figure 23). For larger values of nij these changes
are around zero, but for smaller values they become negative. The confidence intervals
shown in addition to the boxplots in Figure 24 help to decide where the changes deviate
significantly from zero. In our case the confidence band is around zero for larger values of
69
●
●
0
●
●
●
●
●
●
●
●
●
●
●
−50
●●
●
●
●
●●
●
●
●
●●
●
●●
●
●
●
●
●
●
●
●
●
●
−200 −150 −100
Changes of frequencies
50
nij , but the zero-line is no longer included at a value of 27 for the first time. This point is
our boundary, it is the value κ that will be used in the following for generating the final
assignment table.
●
●
0
10
20
30
40
50
60
nij
Figure 24: Changes of the frequencies of the discretized values nij for 100 bootstrap
samples from one interval to the left neighbor.
8.3.2
Final assignment table
The bootstrap approach from the previous section allowed to automatically find the
boundary κ for the final assignments. We can thus use the original assignments from
Table 33 to find the final assignment table. The procedure is as described in Section
8.2.2. We compute the complete assignment matrix with the frequencies of the assignment of each ICD to each ATC code, according to Table 29. Then the values nij are
computed. The final assignment table consists of all assignments where nij > κ, with
the value of κ derived from the above bootstrap approach. Since we assume that assignments are correct if nij > κ, and incorrect otherwise, we can express the reliability of the
assignments in terms of probabilities: If a certain ICD code is uniquely assigned to an
ATC code, the probability for this assignment is 100%. If, on the other hand, an ATC
code AT Cj points at several codes ICDi1 , . . . , ICDij , we use the absolute frequencies
fij1 , . . . , fiji from the assignment matrix for computing the probabilities (compare Section
7.1.9). In more detail, the resulting probabilities pij1 , . . . , piji are computed as
fij
pijk = Pi k
l=1 fijl
70
for k = 1, . . . , i. So, for computing the probabilities, only those assigments are considered
that “make sense”, i.e. where nij > κ. Using the original frequencies results in the
probabilities.
Table 34 lists the beginning and the end of the final assignment table, together with
the values nij , the frequencies according to the data base, and the resulting probabilities.
ATC
J04A
J04A
J04A
J04A
J04A
J04A
J04A
J04A
N06B
N06B
N06B
S01B
S01B
S01B
S01B
S01B
S01B
S01B
S01B
N04B
N04B
N04B
N04B
..
.
ICD
011
010
017
012
031
793
044
518
314
347
312
366
362
361
364
379
365
372
370
332
333
290
276
..
.
Value ηij
1342.8
414.9
353.4
186.5
152.6
81.6
45.7
38.9
1082.6
157.1
114.3
683.1
211.0
131.0
109.8
81.5
71.3
45.4
31.9
660.7
68.9
32.1
30.4
..
.
Frequency
2356
173
139
63
64
119
90
99
598
40
56
31419
4186
1113
414
604
890
291
151
12578
785
986
830
..
.
Probability
75.9
5.6
4.5
2.0
2.1
3.8
2.9
3.2
86.2
5.8
8.1
80.4
10.7
2.8
1.1
1.5
2.3
0.74
0.39
82.9
5.2
6.5
5.5
..
.
D03A
D03A
D03A
D03A
N01A
D01B
C02D
A02A
D07B
599
707
276
290
235
465
585
650
691
32.1
29.8
28.6
27.3
29.7
28.7
28.2
27.4
27.1
711
350
385
423
13
1254
32
182
25
38.0
18.7
20.6
22.6
100
100
100
100
100
Table 34: List with 1.155 rows with the final significant assignments of ATC to ICD
codes, including the value ηij , the frequency of these assignments in the data base, and
the corresponding probability.
71
The final assignment table (see Table 34) includes 182 unique ATC codes out of all
219 codes in the data base. This is because the frequencies of some ATC codes were too
low to be considered for the above procedure, but also because for several ATC codes no
significant assignment could be identified. The ATC codes without assignment are
A03B, A03C, A05, A05C, A07X, A08A, A11E, A11G, A11J, A14A, A15,
C01E, C02L, C07C, C07D, C07F, D02A, D09A, G01B, G02B, G03E, G03X,
M02A, M03A, M05, P01B, R01B, R05, R05F, R05X, S01H, S01J, S02D, S03B,
V01A, V08B, V09G
0
200
400
600
ICD index
800
●
●
1.5
●
●
● ●
●
●
●
●
●
●
●
●●
●● ●
●
● ● ● ●●
●
●
● ●
●
●
● ●
●●
●●
● ●
●● ●
●
● ● ● ●
●
●
●
●
● ●● ● ●
●● ●
●●
●
●●●● ●●●
●
●
●
●
●
●
●
●
●
●●
● ●●
● ● ●●
●
●● ●
●
●
●● ●●
●●●
●●
● ●● ● ● ●
●
●
●
●●●
● ●●
●
● ●
●●
●●●
●●
●
●
●
●●
●●
●●
●
●
●
●
●
●●
●
●
●
●
●
●
●●
●●●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
0
200
400
600
ICD index
800
1.0
●
A05 frequency
●
●
●●●
●
●●●
●
0.5
40
60
●
0.0
●
●
●●●
● ●
● ●
●
●●
●
●
●
● ●
●
●
●
●
●
●
●
●●
●
●
●
●
●●
●
●
●
●
●
●●●
● ● ● ●● ●●●● ●●
●●●● ● ●
●
●
●
●●
●
●
●
●
●
●●
●
●
●
● ●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●●
●●
●
●
●●
●●
●
●
●
●
●
●
●●
● ●●
●●
●
●●●
●●●●●
●
●
●● ●
●●
●
●
●
●
●
●
●
●●●
●
●
●●
●
●
●
●
●
●
●●●
●
●
●
●●● ●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●●
●
●
●
●
●
●
●
●
●
●
●
●
●
●●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●●
●
●
●
●
●
●
●
●
●
●
●
●●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
20
●
●
●
●
0
●
A03C frequency
100
●
●
●
50
2.0
●
80
●
●
0
A03B frequency
150
Rather than developing another statistically based procedure to assign these 37 ATC
codes to ICD codes, we propose to rely on graphical insprection. Figure 25 shows for
3 ATC codes without assignment the absolute frequencies for all different ICD codes
according to our data base. For ATC code A03B (left picture) the boundary between
sensible and wrong assignments could be around 65, because below this bound the number
of assignments increases drastically. Accordingly, the “correct” assignments of ATC code
A03B would be to the ICD codes 009, 366, 465, 574, 724, 789, with frequencies 154, 78, 95,
106, 70, and 92, respectively. This yields the probabilities 25.9%, 13.1%, 16.0%, 17.8%,
11.8% and 15.5%, respectively. The procedure for the remaining ATC codes is similar.
Accordingly, we also obtain assignments with frequencies and probabilities for these 37
ATC codes.
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
0
200
400
600
800
ICD index
Figure 25: Frequency distribution for three out of all 37 ATC codes without assignment.
The final list where each ATC code from our data base is assigned to one or more ICD9 codes can be prepared in a better way for the expert by including textual information
on the meaning of the codes. Table 35 lists a part of this final assignment table.
72
ATC
ICD Probability Explanation of ICD
ANTIHÄMORRHAGIKA
B02A 626
54.19 Menstruationsstörungen und sonstige abnorme Blutungen
B02A 142
3.50 Maligne Neoplasien der Hauptspeicheldrüsen
B02A 218
14.74 Uterusleiomyom
B02A 640
4.56 Blutung in der Frühschwangerschaft
B02A 621
9.65 Sonst. Krankh. des Uterus, anderw. nicht klassifiziert
B02A 188
8.91 Maligne Neoplasien der Harnblase
B02A 622
4.45 Nichtentzündliche Affektionen der Zervix uteri
B02B 571
65.22 Chronische Leberkrankheit und Leberzirrhose
B02B 286
17.70 Koagulopathien
B02B 573
10.87 Andere Affektionen der Leber
B02B 456
6.21 Andere Varizen
ANTIPSORIATIKA
D05A 696
100.00 Psoriasis und ähnliche Affektionen
D05B 696
76.61 Psoriasis und ähnliche Affektionen
D05B 697
6.85 Lichen
D05B 202
16.53 Niedrigmaligne Non-Hodgkin Lymphome und Histiozytosis X
ANTIBIOTIKA UND CHEMOTHERAPEUTIKA ZUR DERMATOLOGISCHEN
D06A 605
64.32 Phimose und Vorhautveränderungen
D06A 707
35.68 Chronisches Ulcus der Haut und Pyoderma gangraenosum
D06B 944
13.96 Verbrennung an Handgelenken und Händen
D06B 945
12.26 Verbrennung der unteren Extremitäten
D06B 078
20.90 And. Krankheiten durch Viren, Chlamydien und Bakterien
D06B 707
28.58 Chronisches Ulcus der Haut und Pyoderma gangraenosum
D06B 035
24.30 Erysipel, excl. im Wochenbett (670)
CORTICOSTEROIDE, DERMATOLOGISCHE ZUBEREITUNGEN
D07A 691
6.12 Atopik-Dermatitis und verwandte Affektionen
D07A 696
5.67 Psoriasis und ähnliche Affektionen
D07A 692
2.69 Kontaktdermatitis und andere Ekzeme
D07A 465
57.82 Akute Infektion der oberen Luftwege an mehreren Stellen
D07A 133
0.84 Acariasis (Milbenbefall), incl. Scabies
D07A 989
1.82 Tox.Wirkung von and.,med.nichtgebräuchlichen Substanzen
D07A 009
21.50 Mangelhaft bezeichnete Infektionen des Verdauungssyst.
D07A 605
2.51 Phimose und Vorhautveränderungen
D07A 695
1.02 Erythematöse Affektionen
D07B 691
100.00 Atopik-Dermatitis und verwandte Affektionen
D07C 989
26.87 Tox.Wirkung von and.,med.nichtgebräuchlichen Substanzen
D07C 035
73.13 Erysipel, excl. im Wochenbett (670)
D07X 696
100.00 Psoriasis und ähnliche Affektionen
Table 35: List with final assignments of selected ATC codes to ICD codes, including
textual information for the codes.
73
8.4
Comparison with expert opinion
We received an assignment table with assignment of ATC and ICD codes made by an
expert. The question is now whether this table corresponds to our results and confirms
our findings. A difficulty with the expert table was that the ICD codes were provided in
form of ICD10 codes. For comparability with our results we needed to convert them to
ICD9 codes. The structure of the expert table is shown in Table 36.
ICD10 from
D50
D50
I00
J00
O00
S00
I00
D50
D65
D65
D70
D70
K70
C00
E50
D50
D55
D60
G60
N17
E50
D50
E50
D50
C00
C00
E40
E50
K55
K65
K70
T90
T79
T36
T51
T66
ICD10 to
D89
D89
I99
J99
O99
T98
I99
D89
D69
D69
D77
D77
K77
D48
E64
D53
D59
D64
G64
N19
E64
D53
E64
D53
D48
D48
E46
E64
K63
K67
K77
T98
T79
T50
T65
T78
ICD9 from
279
279
390
460
633
909
390
279
286
286
288
288
571
140
264
280
282
284
356
584
264
280
264
280
140
140
260
264
557
567
571
905
958
960
980
990
ICD9 to
280
280
459
516
648
910
459
280
287
287
289
289
573
238
269
281
283
285
357
586
269
281
269
281
238
238
263
269
569
568
573
909
958
977
989
995
ATC4
B
B01
B01
B01
B01
B01
B01A
B02
B02
B02A
B02A
B02B
B02B
B03
B03
B03
B03
B03
B03
B03
B03A
B03A
B03B
B03B
B03X
B05
B05
B05
B05
B05
B05
B05
B05
B05
B05
B05
ATC5
B
B01
B01
B01
B01
B01
B01A
B02
B02
B02A
B02A
B02B
B02B
B03
B03
B03
B03
B03
B03
B03
B03A
B03A
B03B
B03B
B03X
B05
B05
B05
B05
B05
B05
B05
B05
B05
B05
B05
Table 36: List with expert assignments of selected ATC codes to ICD codes.
The task is now to compare our results (see Table 35) with the expert opinions (see
74
Table 36. The comparison can be done automatically, by checking if an ATC entry in
our list corresponds to an ATC entry in the expert list. If this is not the case, the result
will be “NA” (not available). In the other case we have to check if our ICD assignment is
in the range “ICD from” – “ICD to” of the expert list. If this is the case the comparison
results in “TRUE”, otherwise in “FALSE”. Thus, Table 35 will be enlarged by one column
with this expert information, and the result is shown in Table 37.
For the complete assignment table we receive the following result:
172 ATC codes are not included in the expert list (NA)
326 assignments are correct (TRUE)
751 assignments are incorrect (FALSE)
These number could be improved by
• treating male and female persons separately
• considering different age classes
A combination of both goals will be the most useful procedure. Thus, separate assignment
lists for male and female persons according to different age classes will have to be computed
in the following section.
8.5
Assignment according to sex and age classes
The quality of the assignments may be improved by distinguishing among sex and age
classes instead of treating all persons equally. Thus, the following classes will be considered:
f1900
f1949
f1969
f1989
m1900
m1949
m1969
m1989
females with year of birth in the interval [1900,1948]
females with year of birth in the interval [1949,1968]
females with year of birth in the interval [1969,1988]
females with year of birth in the interval [1989,2008]
males with year of birth in the interval [1900,1948]
males with year of birth in the interval [1949,1968]
males with year of birth in the interval [1969,1988]
males with year of birth in the interval [1989,2008]
Like in Section 8.3 we have to extract the appropriate data for these classes from the data
base. The MySQL code for class “w1989” is as follows:
SELECT atc_e1,atc_e2,atc_e3,CONCAT(atc_e1,atc_e2,atc_e3) as
atc,ICD9,icd9_gruppe,icd9_kat INTO OUTFILE ’w1989.csv’
FIELDS TERMINATED BY ’,’ OPTIONALLY ENCLOSED BY ’"’
LINES TERMINATED BY ’\n’ FROM foko_gesamt.alle_med_diag_join md
INNER JOIN foko11.z_heilmittel h ON h.pharnr = md.pharnr AND
75
Expert ATC
ICD
Prob Explanation of ICD
ANTIHÄMORRHAGIKA
FALSE B02A 626
54.19 Menstruationsstörungen und sonstige abnorme Blutungen
FALSE B02A 142
3.50 Maligne Neoplasien der Hauptspeicheldrüsen
FALSE B02A 218
14.74 Uterusleiomyom
FALSE B02A 640
4.56 Blutung in der Frühschwangerschaft
FALSE B02A 621
9.65 Sonst. Krankh. des Uterus, anderw. nicht klassifiziert
FALSE B02A 188
8.91 Maligne Neoplasien der Harnblase
FALSE B02A 622
4.45 Nichtentzündliche Affektionen der Zervix uteri
TRUE B02B 571
65.22 Chronische Leberkrankheit und Leberzirrhose
FALSE B02B 286
17.70 Koagulopathien
TRUE B02B 573
10.87 Andere Affektionen der Leber
FALSE B02B 456
6.21 Andere Varizen
ANTIPSORIATIKA
TRUE D05A 696 100.00 Psoriasis und ähnliche Affektionen
TRUE D05B 696
76.61 Psoriasis und ähnliche Affektionen
TRUE D05B 697
6.85 Lichen
FALSE D05B 202
16.53 Niedrigmaligne Non-Hodgkin Lymphome und Histiozytosis X
ANTIBIOTIKA UND CHEMOTHERAPEUTIKA ZUR DERMATOLOGISCHEN
FALSE D06A 605
64.32 Phimose und Vorhautveränderungen
FALSE D06A 707
35.68 Chronisches Ulcus der Haut und Pyoderma gangraenosum
FALSE D06B 944
13.96 Verbrennung an Handgelenken und Händen
FALSE D06B 945
12.26 Verbrennung der unteren Extremitäten
FALSE D06B 078
20.90 And. Krankheiten durch Viren, Chlamydien und Bakterien
FALSE D06B 707
28.58 Chronisches Ulcus der Haut und Pyoderma gangraenosum
FALSE D06B 035
24.30 Erysipel, excl. im Wochenbett (670)
CORTICOSTEROIDE, DERMATOLOGISCHE ZUBEREITUNGEN
TRUE D07A 691
6.12 Atopik-Dermatitis und verwandte Affektionen
TRUE D07A 696
5.67 Psoriasis und ähnliche Affektionen
TRUE D07A 692
2.69 Kontaktdermatitis und andere Ekzeme
FALSE D07A 465
57.82 Akute Infektion der oberen Luftwege an mehreren Stellen
FALSE D07A 133
0.84 Acariasis (Milbenbefall), incl. Scabies
FALSE D07A 989
1.82 Tox.Wirkung von and.,med.nichtgebräuchlichen Substanzen
FALSE D07A 009
21.50 Mangelhaft bezeichnete Infektionen des Verdauungssyst.
FALSE D07A 605
2.51 Phimose und Vorhautveränderungen
TRUE D07A 695
1.02 Erythematöse Affektionen
TRUE D07B 691 100.00 Atopik-Dermatitis und verwandte Affektionen
FALSE D07C 989
26.87 Tox.Wirkung von and.,med.nichtgebräuchlichen Substanzen
FALSE D07C 035
73.13 Erysipel, excl. im Wochenbett (670)
TRUE D07X 696 100.00 Psoriasis und ähnliche Affektionen
Table 37: List with final assignments of selected ATC codes to ICD codes, including the
expert opinion if the assignments are “correct”.
d_intervall<40 AND d_intervall>-30
INNER JOIN (SELECT id_person FROM foko_gesamt.minDiff WHERE minDiff>30)
td ON md.id_person=td.id_person
INNER JOIN foko_gesamt.personenGruppen pg ON pg.personenID=td.id_person AND
76
pg.gruppe="W1989"
INNER JOIN fokokey.icd9_system sys ON sys.icd_subkat_code_wd=ICD9
The resulting file “w1989.csv” contains 165.273 rows with a structure as shown in Table
33. Accordingly, we obtain csv-files also for the other classes. Now the whole bootstrap
procedure, as developed in Section 8.3 is applied to each class. Specifically, the boundary
κ has to be identified for each class separately, resulting in a final assignment table for
each class. These tables are finally combined with the expert opinion.
Since it is impossible to compare the final lists for all classes in this document, we will
concentrate on specific ATC codes only. Table 38 compares the results for the different
classes for the ATC group “Antidiabetika”, i.e. for the ATC codes A10A and A10B.
Diabetes mellitus ist the most frequent assignment, receiving the highest probabilities.
This is of course very logical. However, depending on sex and age class, also other
assignments are possible, with the given probabilities.
A further example of the final results is given in Table 39 for the ATC group “Urologika”
(G04). Here we will expect at least a difference among the results for females and males,
but also for different age classes. Indeed, the assignments shown in Table 39 show typical
profiles of diagnoses appropriate for the single classes. Interestingly, ICD code 340 (Multiple Sklerose) appears in the list only for the age class [1949-1968], but for both females
and males.
77
Expert ATC
ICD
Prob Explanation of ICD
Class w1900 - females [1900-1948]
TRUE A10A 250
96.92 Diabetes mellitus
FALSE A10A 251
3.08 Sonstige Störungen der inneren Sekretion des Pankreas
TRUE A10B 250 100.00 Diabetes mellitus
Class w1949 - females [1949-1968]
TRUE A10A 250
94.12 Diabetes mellitus
FALSE A10A 362
5.88 Andere Netzhautaffektionen, excl.Chorioretinitis (363)
TRUE A10B 250 100.00 Diabetes mellitus
Class w1969 - females [1969-1988]
TRUE A10A 250
77.28 Diabetes mellitus
FALSE A10A 648
19.00 And.besteh.Affektionen der Mutter während d.Gravidität
FALSE A10A 251
3.72 Sonstige Störungen der inneren Sekretion des Pankreas
TRUE A10B 250 100.00 Diabetes mellitus
Class w1989 - females [1989-2008]
TRUE A10A 250 100.00 Diabetes mellitus
TRUE A10B 250 100.00 Diabetes mellitus
Class m1900 - males [1900-1948]
TRUE A10A 250
86.45 Diabetes mellitus
FALSE A10A 251
2.86 Sonstige Störungen der inneren Sekretion des Pankreas
FALSE A10A 362
10.68 Andere Netzhautaffektionen, excl.Chorioretinitis (363)
TRUE A10B 250
83.98 Diabetes mellitus
FALSE A10B 362
16.02 Andere Netzhautaffektionen, excl.Chorioretinitis (363)
Class m1949 - males [1949-1968]
TRUE A10A 250
91.00 Diabetes mellitus
FALSE A10A 251
4.23 Sonstige Störungen der inneren Sekretion des Pankreas
FALSE A10A 362
4.76 Andere Netzhautaffektionen, excl.Chorioretinitis (363)
TRUE A10B 250
94.20 Diabetes mellitus
FALSE A10B 362
5.80 Andere Netzhautaffektionen, excl.Chorioretinitis (363)
Class m1969 - males [1969-1988]
TRUE A10A 250
91.11 Diabetes mellitus
FALSE A10A 251
8.89 Sonstige Störungen der inneren Sekretion des Pankreas
TRUE A10B 250 100.00 Diabetes mellitus
Class m1989 - males [1989-2008]
TRUE A10A 250 100.00 Diabetes mellitus
FALSE A10B 285
50.00 Andere Anämien
FALSE A10B 173
50.00 Andere maligne Neoplasien der Haut
Table 38: List with final assignments for the singe sex/age-classes for ATC codes Antidiabetika, including the expert opinion if the assignments are “correct”.
78
Expert ATC
ICD
Prob Explanation of ICD
Class w1900 - females [1900-1948]
TRUE G04B 788
46.41 Symptome, betr. Harnorgane
TRUE G04B 625
53.59 Schmerzen/Sympt.in Verb.m.weibl.Gen.org.u.Menstr.zykl.
FALSE G04C 596
37.97 Andere Affektionen der Harnblase
FALSE G04C 788
62.03 Symptome, betr. Harnorgane
Class w1949 - females [1949-1968]
TRUE G04B 788
19.16 Symptome, betr. Harnorgane
TRUE G04B 599
29.17 Andere Krankheiten der Urethra und der Harnwege
TRUE G04B 625
15.67 Schmerzen/Sympt.in Verb.m.weibl.Gen.org.u.Menstr.zykl.
TRUE G04B 596
5.663 Andere Affektionen der Harnblase
FALSE G04B 340
20.71 Multiple Sklerose
TRUE G04B 592
9.62 Nephrolithiasis, excl. Nephrokalzinose (275.4)
FALSE G04C 592
45.45 Nephrolithiasis, excl. Nephrokalzinose (275.4)
FALSE G04C 788
35.06 Symptome, betr. Harnorgane
FALSE G04C 596
19.48 Andere Affektionen der Harnblase
Class w1969 - females [1969-1988]
TRUE G04B 599
80.14 Andere Krankheiten der Urethra und der Harnwege
TRUE G04B 596
6.74 Andere Affektionen der Harnblase
TRUE G04B 592
13.12 Nephrolithiasis, excl. Nephrokalzinose (275.4)
FALSE G04C 592
66.67 Nephrolithiasis, excl. Nephrokalzinose (275.4)
FALSE G04C 788
33.33 Symptome, betr. Harnorgane
Class w1989 - females [1989-2008]
TRUE G04B 741
46.24 Spina bifida, excl. occulta (756.1)
TRUE G04B 596
26.88 Andere Affektionen der Harnblase
FALSE G04B 336
6.45 Andere Krankheiten des Rückenmarks
TRUE G04B 788
20.43 Symptome, betr. Harnorgane
FALSE G04C 301
60.00 Persönlichkeitsstörungen (Psychopathien)
FALSE G04C 131
40.00 Trichomonas-Infektion
Class m1900 - males [1900-1948]
TRUE G04B 592
17.84 Nephrolithiasis, excl. Nephrokalzinose (275.4)
TRUE G04B 600
38.54 Prostata-Hyperplasie (incl. Adenom, Fibrom, Myom)
FALSE G04B 185
30.38 Maligne Neoplasien der Prostata
TRUE G04B 788
13.24 Symptome, betr. Harnorgane
TRUE G04C 600
38.72 Prostata-Hyperplasie (incl. Adenom, Fibrom, Myom)
FALSE G04C 788
14.77 Symptome, betr. Harnorgane
TRUE G04C 601
7.35 Entzündliche Krankheiten der Prostata
FALSE G04C 236
13.43 Neoplasien unsicheren Verhaltens der Urogenitalorgane
FALSE G04C 550
25.72 Hernia inguinalis
Class m1949 - males [1949-1968]
TRUE G04B 592
39.09 Nephrolithiasis, excl. Nephrokalzinose (275.4)
TRUE G04B 788
13.00 Symptome, betr. Harnorgane
TRUE G04B 599
18.66 Andere Krankheiten der Urethra und der Harnwege
FALSE G04B 340
12.74 Multiple Sklerose
FALSE G04B 185
9.71 Maligne Neoplasien der Prostata
TRUE G04B 596
5.80 Andere Affektionen der Harnblase
TRUE G04C 600
26.61 Prostata-Hyperplasie (incl. Adenom, Fibrom, Myom)
TRUE G04C 601
20.60 Entzündliche Krankheiten der Prostata
FALSE G04C 788
21.89 Symptome, betr. Harnorgane
FALSE G04C 592
30.90 Nephrolithiasis, excl. Nephrokalzinose (275.4)
Class m1969 - males [1969-1988]
TRUE G04B 592
40.27 Nephrolithiasis, excl. Nephrokalzinose (275.4)
TRUE G04B 596
13.42 Andere Affektionen der Harnblase
TRUE G04B 788
13.76 Symptome, betr. Harnorgane
TRUE G04B 599
22.48 Andere Krankheiten der Urethra und der Harnwege
FALSE G04B 344
10.07 Andere Lähmungen
FALSE G04C 592
53.73 Nephrolithiasis, excl. Nephrokalzinose (275.4)
FALSE G04C 788
28.36 Symptome, betr. Harnorgane
TRUE G04C 601
17.91 Entzündliche Krankheiten der Prostata
Class m1989 - males [1989-2008]
TRUE G04B 741
30.77 Spina bifida, excl. occulta (756.1)
TRUE G04B 596
36.75 Andere Affektionen der Harnblase
TRUE G04B 788
32.48 Symptome, betr. Harnorgane
FALSE G04C 453 100.00 Andere venöse Embolien und Thrombosen
Table 39:
Urologika.
List with final assignments for the singe sex/age-classes for ATC codes
79
9
Final recommendations
The final results presented in Section 8.5 have been derived by
• distinguishing among females and males, and among different age classes,
• joining the data bases for medical treatments and diagnoses for each person only if
they fall in a certain time window,
• and getting rid of non-sense assignments using a statistical approach.
The final lists include
• the information if the assignments correspond to the expert opinion,
• probabilities for the assignments that sum of to 100% for each ATC code.
The probabilities can now be used to assign an ICD code to an ATC code:
1. Take the appropriate assignment list, depending on the person’s sex and age class;
2. look up the ATC code in the list and consider all assignments to the ICD codes,
with their corresponding probabilities;
3. randomly assign an ICD code using the probability from the list.
As an example, for a male person, born in the range [1989-2008] with ATC code G04C we
will – according to Table 39 (bottom) – assign always ICD code 453 (probability 100%).
On the other hand, if this person has ATC code G04B, we will assign one of the ICD
codes 741, 596, and 788, according to the probabilities 30.77%, 36.75%, and 32.48%,
respectively.
Note that each list contains all ATC codes. Thus, we can always assign an ICD code.
The full lists of the final assignments are provided in the Appendix.
80
References
Anatomical Therapeutic Chemical (ATC) Classification System with Defined Daily Doses
(DDD) (http://www.dimdi.de/static/en/klassi/atcddd/index.htm). Download. URL
http://www.dimdi.de/static/en/klassi/atcddd/index.htm. 4.8.5
International Statistical Classification of Diseases and Related Health Problems (ICD)
(http://www.dimdi.de/static/en/klassi/diagnosen/index.htm). Download. URL http:
//www.dimdi.de/static/en/klassi/diagnosen/index.htm. 4.8.5
Austrian Federal Ministry of Health. LKF Stammdaten. Download. URL http://www.
bmgfj.gv.at/cms/site/standard.html?channel=CH0719&doc=CMS1159519039440.
5.2.1
L. Breimann, J.H. Friedman, R.A. Olshen, and C.J. Stone. Classication and Regression
Trees. Wadsworth, Monterey, CA, 1984. 7.1.8
M. Ehling. Handbook on Data Quality Assessment Methods and Tools. European Commission grant 10300.2500.021-2005.708, 22 June 2007. 4.7.1
T. Hastie, R. Tibshirani, and J. Friedman. The Elements of Statistical Learning. Data
Mining, Inference, and Prediction. Springer-Verlag, New York, 2001. 7.1.8, 8.1
London: Office for National Statistics. Guidelines for measuring statistical quality, volume
3.1. Office for National Statistics, November 2007. ISBN 978-1-85774-665-5. 4.7.1
L.L. Pipino, Y.W. Lee, and R.Y. Wang. Data Quality Assessment. COMMUNICATIONS
OF THE ACM, 45(4ve):211–218, April 2002. 4.3, 4.3.2, 4.3.3, 4.6, 4.7, 4.7.1, 4.7.1, 4.7.1,
4.7.1
R Development Core Team. R: A Language and Environment for Statistical Computing.
R Foundation for Statistical Computing, Vienna, 2008. URL http://www.r-project.
org. 5.1
C. Reimann, P. Filzmoser, R.G. Garrett, and R. Dutter. Statistical Data Analysis Explained. Applied Environmental Statistics with R. John Wiley, Chichester, 2008. 8.2.2
R. Seljak and M. Zaletel. Measurement of data quality in the case of short term statistics.
Technical report, Statistical Office of the Republic of Slovenia, 13 August 2004. 4.7.1
R.Y. Wang, H.B. Kon, and S.E. Madnick. Data Quality Requirements Analysis and
Modeling. Technical report, Sloan School of Management / Massachusetts Institute of
Technology, December 1992. 4.3, 4.6
81
A
Appendix
Table 40: Final assignment list for class m1900 - males [1900-1948]
ATC
ICD
Prob
Expert
Explanation of ICD
A01A
A01A
A02A
A02B
A02B
A02B
A02B
A02B
A03A
A03B
A03C
A03D
A03D
A03D
A03D
A03D
A03F
A03F
A03F
A03F
A03F
A03F
A03F
A03F
A03F
A03F
A03F
A04A
A04A
A04A
A04A
A04A
A04A
A04A
486
496
366
530
535
531
532
574
562
579
724
562
574
592
600
788
250
332
366
414
428
486
496
530
535
724
780
191
162
157
197
198
154
153
36.77
63.23
100
26.96
35.24
10.97
7.19
19.65
100
100
100
20.99
19.75
19.14
21.6
18.52
7.64
10.17
8.84
9.12
8.49
9.26
9.75
8.63
7.64
10.31
10.17
12.04
25.82
10.28
7.88
7
10.72
11.6
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
Pneumonie, Erreger NNB
Chron. Verschluss der Atemwege, anderw. nicht klassif.
Katarakt, excl. kongenital (743.3)
Krankheiten des Ösophagus, excl. kongenital (750.4)
Gastritis und Duodenitis
"Ulcus ventriculi, excl. ""Ulcus Dieulafoy"" (448.2)"
Ulcus duodeni
Cholelithiasis
Divertikel des Darmes, incl. Divertikulitis
Intestinale Malabsorption excl. Morbus Whipple (040.2)
Andere Affektionen des Rückens
Divertikel des Darmes, incl. Divertikulitis
Cholelithiasis
Nephrolithiasis, excl. Nephrokalzinose (275.4)
Prostata-Hyperplasie (incl. Adenom, Fibrom, Myom)
Symptome, betr. Harnorgane
*Diabetes mellitus
Parkinson’ Syndrom
Katarakt, excl. kongenital (743.3)
Andere Formen von chron. ischämischen Herzkrankheiten
Herzinsuffizienz
Pneumonie, Erreger NNB
Chron. Verschluss der Atemwege, anderw. nicht klassif.
Krankheiten des Ösophagus, excl. kongenital (750.4)
Gastritis und Duodenitis
Andere Affektionen des Rückens
Allgemeine Symptome
Maligne Neoplasien des Gehirns
Maligne Neoplasien der Trachea, Bronchien und Lunge
Maligne Neoplasien des Pankreas
Sekundäre maligne Neopl.der Atmungs- u.Verdauungsorgane
Sekundäre maligne Neoplasien anderer Organe
Maligne Neoplasien des Rektums und des Anus
Maligne Neoplasien des Dickdarmes
males [1900-1948], continued on next page
82
ATC
ICD
Prob
Expert
Explanation of ICD
A04A
A04A
A05
A05A
A05A
A05A
A05B
A05B
A05B
A05B
A05B
A05B
A05C
A06A
A06A
A06A
A07A
A07A
A07A
A07A
A07B
A07C
A07D
A07E
A07E
A07E
A07E
A07E
A07E
A07F
A07F
A07F
A07X
A08A
A09A
A09A
A09A
A10A
235
155
414
576
573
574
571
573
155
570
303
456
211
564
560
332
570
571
573
348
569
324
199
556
555
558
569
557
562
9
558
8
250
726
577
157
156
250
9.41
5.25
100
23.25
22.37
54.39
62.22
11.65
9.02
2.26
10.34
4.51
100
46.7
24.63
28.67
9.35
57.55
17.99
15.11
100
100
100
44.97
9.46
18.98
9.05
3.67
13.88
49.84
38.8
11.36
100
100
78.69
15.98
5.33
86.45
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
FALSE
FALSE
TRUE
TRUE
TRUE
FALSE
TRUE
FALSE
TRUE
FALSE
TRUE
FALSE
FALSE
TRUE
FALSE
FALSE
TRUE
Neopl.unsicheren Verhaltens,Verdauungs-u.Atmungsorgane
Maligne Neoplasien der Leber u.intrahepat.Gallenwege
Andere Formen von chron. ischämischen Herzkrankheiten
Andere Affektionen des Gallensystems
Andere Affektionen der Leber
Cholelithiasis
Chronische Leberkrankheit und Leberzirrhose
Andere Affektionen der Leber
Maligne Neoplasien der Leber u.intrahepat.Gallenwege
Akute und subakute gelbe Leberatrophie
Alkoholismus (Alkoholabhängigkeit)
Andere Varizen
Benigne Neoplasien sonst. Teile des Verdauungssystems
Funktionelle Verdauungsstörungen, NNB
Darmverschluss ohne Angabe einer Hernie
Parkinson’ Syndrom
Akute und subakute gelbe Leberatrophie
Chronische Leberkrankheit und Leberzirrhose
Andere Affektionen der Leber
Andere Hirnkrankheiten
Andere Affektionen des Darmes
Intrakranieller und intraspinaler Abszess
Maligne Neoplasien, Lokalisation NNB (Carcinomatosis)
Colitis ulcerosa (idiopathische Proctocolitis)
Morbus Crohn (regionale Enteritis)
Andere nichtinfektiöse Gastroenteritis und Colitis
Andere Affektionen des Darmes
Vaskuläre Insuffizienz des Darmes
Divertikel des Darmes, incl. Divertikulitis
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Andere nichtinfektiöse Gastroenteritis und Colitis
Intestinale Infektionen durch sonstige Erreger
*Diabetes mellitus
Periphere Enthesopathien und ähnliche Syndrome
Krankheiten des Pankreas
Maligne Neoplasien des Pankreas
Maligne Neopl.der Gallenblase u.extrahepat.Gallengänge
*Diabetes mellitus
males [1900-1948], continued on next page
83
ATC
ICD
Prob
Expert
Explanation of ICD
A10A
A10A
A10B
A10B
A11A
A11A
A11A
A11B
A11C
A11C
A11D
A11D
A11E
A11E
A11G
A11G
A11H
A11J
A12A
A12A
A12B
A12C
A13A
A13A
A14A
A14A
A15
A16A
B01A
B01A
B01A
B01A
B01A
B01A
B01A
B01A
B01A
B01A
251
362
250
362
44
550
600
600
585
252
354
357
585
724
486
496
335
366
733
714
428
427
428
511
486
496
122
250
715
824
823
959
451
410
717
820
414
996
2.86
10.68
83.98
16.02
33.33
33.33
33.33
100
89.91
10.09
65.55
34.45
54.79
45.21
53.85
46.15
100
100
66.24
33.76
100
100
50
50
48.48
51.52
100
100
31.71
3.07
2.58
3.26
3.2
6.63
5.6
4.18
17.29
4.54
FALSE
FALSE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
TRUE
FALSE
FALSE
TRUE
FALSE
Sonstige Störungen der inneren Sekretion des Pankreas
Andere Netzhautaffektionen, excl.Chorioretinitis (363)
*Diabetes mellitus
Andere Netzhautaffektionen, excl.Chorioretinitis (363)
Sonstige HIV-Infektionen (incl. HTLV-LAV-Infektion)
Hernia inguinalis
Prostata-Hyperplasie (incl. Adenom, Fibrom, Myom)
Prostata-Hyperplasie (incl. Adenom, Fibrom, Myom)
Chronisches Nierenversagen, chron. Niereninsuffizienz
Krankheiten der Parathyreoidea
Mononeuropathie oberer Extremit.u.Mononeuritis multipl.
Entzündliche und toxische Neuropathien
Chronisches Nierenversagen, chron. Niereninsuffizienz
Andere Affektionen des Rückens
Pneumonie, Erreger NNB
Chron. Verschluss der Atemwege, anderw. nicht klassif.
Affektionen der Vorderhornganglienzellen
Katarakt, excl. kongenital (743.3)
Andere Affektionen der Knochen und Knorpel
PCP und andere entzündliche Polyarthropathien
Herzinsuffizienz
Herzrhythmus-Störungen, excl. postoperativ (997.1)
Herzinsuffizienz
Pleuritis und Pleuraerguss, excl. tuberkulös (012.0)
Pneumonie, Erreger NNB
Chron. Verschluss der Atemwege, anderw. nicht klassif.
Echinococcus-Infektion
*Diabetes mellitus
Osteoarthrose und entsprechende Affektionen
Frakturen der Knöchel
Fraktur der Tibia und/oder der Fibula
Andere Komplikationen nach NNB Verletzungen
Thrombose u. Thrombophlebitis, excl.im Wochenbett (671)
Akuter Myokardinfarkt
Innere Kniegelenksschädigung
Fraktur des Femurhalses
Andere Formen von chron. ischämischen Herzkrankheiten
Komplikationen nach bestimmten spezif.Massnahmen
males [1900-1948], continued on next page
84
ATC
ICD
Prob
Expert
Explanation of ICD
B01A
B01A
B01A
B01A
B01A
B01A
B01A
B02A
B02A
B02A
B02B
B02B
B03A
B03A
B03B
B03X
B03X
B03X
B05A
B05B
B05B
B05B
B05B
B05X
B05X
B05X
B06A
C01A
C01A
C01B
C01C
C01C
C01D
C01D
C01D
C01D
C01D
C01D
415
821
436
434
836
453
905
188
791
600
571
456
280
285
714
585
285
586
156
152
507
151
599
148
150
787
707
428
427
427
995
989
414
413
411
410
428
429
2.97
1.24
6.77
2.91
1.45
0.85
1.75
37.12
16.67
46.21
75.71
24.29
60
40
100
70.36
19.76
9.88
100
6.48
20.56
18.87
54.08
20.69
31.03
48.28
100
52.35
47.65
100
70.33
29.67
47.62
15.25
6.8
8.98
15.87
5.47
TRUE
FALSE
TRUE
TRUE
FALSE
TRUE
FALSE
FALSE
FALSE
FALSE
TRUE
FALSE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
TRUE
FALSE
TRUE
TRUE
FALSE
FALSE
FALSE
FALSE
TRUE
TRUE
TRUE
FALSE
FALSE
TRUE
TRUE
TRUE
TRUE
TRUE
TRUE
Akute pulmonale Herzkrankheit (akute pulm. Hypertens.)
Andere Frakturen des Femurs
Akute aber mangelhaft bezeichnete Hirngefässkrankheiten
Verschl.zerebr.Arterien,auch Stenosen(Territorial-Inf.)
Luxation des Knies
Andere venöse Embolien und Thrombosen
Spätfolgen von Verletz.d.Muskel-/Skelettsyst.+Bindegew.
Maligne Neoplasien der Harnblase
Unspezifische Harnbefunde
Prostata-Hyperplasie (incl. Adenom, Fibrom, Myom)
Chronische Leberkrankheit und Leberzirrhose
Andere Varizen
Eisenmangelanämie, excl. akute Blutungsanämie (285.1)
Andere Anämien
PCP und andere entzündliche Polyarthropathien
Chronisches Nierenversagen, chron. Niereninsuffizienz
Andere Anämien
Nierenversagen, NNB
Maligne Neopl.der Gallenblase u.extrahepat.Gallengänge
Maligne Neoplasien des Dünndarmes
Pneumonitis d. Aspiration von festen und flüss. Stoffen
Maligne Neoplasien des Magens
Andere Krankheiten der Urethra und der Harnwege
Maligne Neoplasien des Hypopharynx
Maligne Neoplasien des Ösophagus
Symptome, betr. Verdauungssystem
Chronisches Ulcus der Haut und Pyoderma gangraenosum
Herzinsuffizienz
Herzrhythmus-Störungen, excl. postoperativ (997.1)
Herzrhythmus-Störungen, excl. postoperativ (997.1)
Anderweitig nicht klassifizierte Schädigungen
Tox.Wirkung von and.,med.nichtgebräuchlichen Substanzen
Andere Formen von chron. ischämischen Herzkrankheiten
Angina pectoris
Andere akute oder subakute Formen von ischäm. HerzKK
Akuter Myokardinfarkt
Herzinsuffizienz
Mangelhafte Beschreibungen und Komplik. von HerzKK
males [1900-1948], continued on next page
85
ATC
ICD
Prob
Expert
Explanation of ICD
C01E
C02A
C02A
C02C
C02D
C02D
C02K
C02L
C03B
C03C
C03C
C03C
C03C
C03D
C03D
C03D
C03E
C03E
C04A
C04A
C04A
C04A
C05A
C05B
C05B
C05B
C05C
C05C
C07A
C07A
C07A
C07A
C07A
C07A
C07A
C07B
C07B
C07B
780
401
585
401
401
585
416
366
428
428
585
429
425
428
571
425
571
428
388
386
443
435
273
366
550
715
454
455
414
427
410
401
413
425
428
366
401
414
100
75.42
24.58
100
57.14
42.86
100
100
100
66
13.89
11.04
9.07
66.45
18.23
15.31
31.27
68.73
32.53
17.21
25.28
24.98
100
34.83
30.85
34.33
74.02
25.98
31.24
20.31
8.1
13.84
8.11
4.11
14.29
30.89
21.87
25.24
FALSE
TRUE
FALSE
TRUE
TRUE
FALSE
FALSE
FALSE
FALSE
TRUE
TRUE
TRUE
TRUE
TRUE
TRUE
TRUE
TRUE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
TRUE
TRUE
TRUE
FALSE
TRUE
TRUE
TRUE
TRUE
FALSE
TRUE
FALSE
Allgemeine Symptome
Essentielle Hypertonie
Chronisches Nierenversagen, chron. Niereninsuffizienz
Essentielle Hypertonie
Essentielle Hypertonie
Chronisches Nierenversagen, chron. Niereninsuffizienz
Chron. pulmonale Herzkrankh. (chron. pulm. Hypertens.)
Katarakt, excl. kongenital (743.3)
Herzinsuffizienz
Herzinsuffizienz
Chronisches Nierenversagen, chron. Niereninsuffizienz
Mangelhafte Beschreibungen und Komplik. von HerzKK
Kardiomyopathie
Herzinsuffizienz
Chronische Leberkrankheit und Leberzirrhose
Kardiomyopathie
Chronische Leberkrankheit und Leberzirrhose
Herzinsuffizienz
Andere Affektionen des Ohres
Schwindel-Syndr.u.and.Affektionen d.Vestibular-Appar.
Andere periphere Gefässkrankheiten
Zerebrale ischämische Attacke
Störungen des Plasmaproteinstoffwechsels
Katarakt, excl. kongenital (743.3)
Hernia inguinalis
Osteoarthrose und entsprechende Affektionen
Varizen der unteren Extremitäten
Hämorrhoiden
Andere Formen von chron. ischämischen Herzkrankheiten
Herzrhythmus-Störungen, excl. postoperativ (997.1)
Akuter Myokardinfarkt
Essentielle Hypertonie
Angina pectoris
Kardiomyopathie
Herzinsuffizienz
Katarakt, excl. kongenital (743.3)
Essentielle Hypertonie
Andere Formen von chron. ischämischen Herzkrankheiten
males [1900-1948], continued on next page
86
ATC
ICD
Prob
Expert
Explanation of ICD
C07B
C07C
C07C
C07D
C07D
C07D
C07D
C07D
C07F
C08C
C08D
C08D
C09A
C09A
C09B
C09C
C09C
C09D
C10A
C10A
C10A
C10A
C10A
C10A
C10B
D01A
D01B
D02A
D03A
D03A
D03A
D03B
D03B
D04A
D05A
D05A
D05B
D05B
715
366
715
185
379
427
600
724
366
401
496
427
401
414
401
366
414
401
414
413
410
433
411
436
414
366
724
366
250
486
599
707
35
496
696
170
696
202
22
60.71
39.29
20
20
20
20
20
100
100
57.2
42.8
38.83
61.17
100
43.97
56.03
100
49.12
13.14
11.42
8
5.73
12.59
100
100
100
100
33.51
37.33
29.16
74.65
25.35
100
80.28
19.72
70.21
29.79
FALSE
FALSE
FALSE
NA
NA
NA
NA
NA
FALSE
TRUE
FALSE
FALSE
TRUE
FALSE
TRUE
FALSE
FALSE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
FALSE
TRUE
FALSE
Osteoarthrose und entsprechende Affektionen
Katarakt, excl. kongenital (743.3)
Osteoarthrose und entsprechende Affektionen
Maligne Neoplasien der Prostata
Andere Affektionen des Auges excl. Pseudophakie (366.7)
Herzrhythmus-Störungen, excl. postoperativ (997.1)
Prostata-Hyperplasie (incl. Adenom, Fibrom, Myom)
Andere Affektionen des Rückens
Katarakt, excl. kongenital (743.3)
Essentielle Hypertonie
Chron. Verschluss der Atemwege, anderw. nicht klassif.
Herzrhythmus-Störungen, excl. postoperativ (997.1)
Essentielle Hypertonie
Andere Formen von chron. ischämischen Herzkrankheiten
Essentielle Hypertonie
Katarakt, excl. kongenital (743.3)
Andere Formen von chron. ischämischen Herzkrankheiten
Essentielle Hypertonie
Andere Formen von chron. ischämischen Herzkrankheiten
Angina pectoris
Akuter Myokardinfarkt
Verschl.u.Stenose d.präzerebralen (extrakran.) Arterien
Andere akute oder subakute Formen von ischäm. HerzKK
Akute aber mangelhaft bezeichnete Hirngefässkrankheiten
Andere Formen von chron. ischämischen Herzkrankheiten
Katarakt, excl. kongenital (743.3)
Andere Affektionen des Rückens
Katarakt, excl. kongenital (743.3)
*Diabetes mellitus
Pneumonie, Erreger NNB
Andere Krankheiten der Urethra und der Harnwege
Chronisches Ulcus der Haut und Pyoderma gangraenosum
Erysipel, excl. im Wochenbett (670)
Chron. Verschluss der Atemwege, anderw. nicht klassif.
Psoriasis und ähnliche Affektionen
Maligne Neoplasien der Knochen und Gelenkknorpel
Psoriasis und ähnliche Affektionen
Niedrigmaligne Non-Hodgkin Lymphome und Histiozytosis X
males [1900-1948], continued on next page
87
ATC
ICD
Prob
Expert
Explanation of ICD
D06A
D06A
D06A
D06B
D06B
D07A
D07A
D07B
D07C
D07C
D07X
D07X
D08A
D08A
D09A
D09A
D09A
D10A
D10A
D10B
D11A
D11A
G01A
G02A
G02C
G02C
G02C
G03B
G03B
G03C
G03D
G03E
G03F
G03G
G03G
G03G
G03G
G03G
35
173
440
707
372
696
691
366
35
366
366
414
707
566
290
428
707
110
757
231
691
696
683
196
606
227
701
227
253
185
840
996
829
366
414
440
466
733
34.13
33.33
32.54
77.6
22.4
52.03
47.97
100
45.15
54.85
57.61
42.39
71.07
28.93
31.58
31.58
36.84
54.55
45.45
100
56.82
43.18
100
100
11.11
33.33
55.56
64.29
35.71
100
100
100
100
20
20
20
20
20
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
TRUE
TRUE
FALSE
FALSE
FALSE
FALSE
TRUE
Erysipel, excl. im Wochenbett (670)
Andere maligne Neoplasien der Haut
Arteriosklerose
Chronisches Ulcus der Haut und Pyoderma gangraenosum
Affektionen der Konjunktiva
Psoriasis und ähnliche Affektionen
Atopik-Dermatitis und verwandte Affektionen
Katarakt, excl. kongenital (743.3)
Erysipel, excl. im Wochenbett (670)
Katarakt, excl. kongenital (743.3)
Katarakt, excl. kongenital (743.3)
Andere Formen von chron. ischämischen Herzkrankheiten
Chronisches Ulcus der Haut und Pyoderma gangraenosum
Abszess im Bereich des Anus und Rektums
Senile und präsenile organische Psychosen
Herzinsuffizienz
Chronisches Ulcus der Haut und Pyoderma gangraenosum
Dermatophytie (Tinea)
Kongenitale Anomalien des Integumentums
Carcinoma in situ der Atmungsorgane
Atopik-Dermatitis und verwandte Affektionen
Psoriasis und ähnliche Affektionen
Akute Lymphadenitis
Sekundäre maligne Neoplasien der Lymphknoten
Männliche Infertilität
Benigne Neoplasien sonstiger endokriner Drüsen
Andere Atrophie und Hypertrophie der Haut
Benigne Neoplasien sonstiger endokriner Drüsen
KK der Hypophyse und hypothalam. Regulationsvorgänge
Maligne Neoplasien der Prostata
Verstauchung u.Zerrung der Schulter u.des Oberarmes
Komplikationen nach bestimmten spezif.Massnahmen
Fraktur, NNB
Katarakt, excl. kongenital (743.3)
Andere Formen von chron. ischämischen Herzkrankheiten
Arteriosklerose
Akute oder subakute Bronchitis und Bronchiolitis
Andere Affektionen der Knochen und Knorpel
males [1900-1948], continued on next page
88
ATC
ICD
Prob
Expert
Explanation of ICD
G03H
G03X
G04B
G04B
G04B
G04B
G04C
G04C
G04C
G04C
G04C
H01A
H01B
H01B
H01C
H01C
H01C
H01C
H01C
H02A
H02A
H02A
H02A
H02A
H02A
H02B
H03A
H03A
H03B
H04A
H05A
H05B
J01A
J01C
J01C
J01C
J01C
J01C
185
366
592
600
185
788
600
788
601
236
550
724
253
225
199
152
197
253
189
496
725
191
516
714
446
473
241
193
242
251
733
733
87
35
682
730
465
486
100
100
17.84
38.54
30.38
13.24
38.72
14.77
7.35
13.43
25.72
100
68.42
31.58
51.58
9.47
18.95
3.16
16.84
71.09
7.12
4.93
6.42
7.99
2.45
100
82.82
17.18
100
100
100
100
100
30.36
11.25
6.05
21.28
31.07
FALSE
FALSE
TRUE
TRUE
FALSE
TRUE
TRUE
FALSE
TRUE
FALSE
FALSE
FALSE
TRUE
FALSE
FALSE
FALSE
FALSE
TRUE
FALSE
TRUE
TRUE
FALSE
TRUE
TRUE
TRUE
NA
FALSE
FALSE
FALSE
FALSE
TRUE
FALSE
FALSE
TRUE
FALSE
FALSE
FALSE
FALSE
Maligne Neoplasien der Prostata
Katarakt, excl. kongenital (743.3)
Nephrolithiasis, excl. Nephrokalzinose (275.4)
Prostata-Hyperplasie (incl. Adenom, Fibrom, Myom)
Maligne Neoplasien der Prostata
Symptome, betr. Harnorgane
Prostata-Hyperplasie (incl. Adenom, Fibrom, Myom)
Symptome, betr. Harnorgane
Entzündliche Krankheiten der Prostata
Neoplasien unsicheren Verhaltens der Urogenitalorgane
Hernia inguinalis
Andere Affektionen des Rückens
KK der Hypophyse und hypothalam. Regulationsvorgänge
Benigne Neopl.des Gehirns und sonst.Teile d.Nervensyst.
Maligne Neoplasien, Lokalisation NNB (Carcinomatosis)
Maligne Neoplasien des Dünndarmes
Sekundäre maligne Neopl.der Atmungs- u.Verdauungsorgane
KK der Hypophyse und hypothalam. Regulationsvorgänge
Maligne Neoplasien der Niere sowie anderer Harnorgane
Chron. Verschluss der Atemwege, anderw. nicht klassif.
Polymyalgia rheumatica
Maligne Neoplasien des Gehirns
And.Krankheiten der Alveolen u.Alveolarwand der Lungen
PCP und andere entzündliche Polyarthropathien
Periarteriitis u.verw.Affekt.(vask.Kollag./AutoimmunKK)
Chronische Sinusitis (hyperplastische Sinusitis)
Knotenstruma, nicht toxisch (euthyreote Struma nodosa)
Maligne Neoplasien der Schilddrüse
Thyreotoxikose (Hyperthyreose) mit/ohne Struma
Sonstige Störungen der inneren Sekretion des Pankreas
Andere Affektionen der Knochen und Knorpel
Andere Affektionen der Knochen und Knorpel
Borreliose, Rückfallfieber
Erysipel, excl. im Wochenbett (670)
Phlegmone und Abszess anderer Lokalisation
Osteomyelitis,Periostitis u.and.Inf.m.Knochenbeteilig.
Akute Infektion der oberen Luftwege an mehreren Stellen
Pneumonie, Erreger NNB
males [1900-1948], continued on next page
89
ATC
ICD
Prob
Expert
Explanation of ICD
J01D
J01E
J01E
J01E
J01E
J01F
J01F
J01F
J01F
J01F
J01F
J01F
J01F
J01F
J01F
J01G
J01M
J01M
J01M
J01M
J01M
J01M
J01M
J01M
J01M
J01X
J01X
J01X
J01X
J01X
J02A
J04A
J04A
J04A
J04A
J04A
J04A
J04A
173
600
188
44
598
730
465
490
720
711
525
35
31
466
996
486
600
236
601
599
185
604
188
788
598
996
720
730
711
600
110
11
17
31
10
12
502
212
100
66.04
21.5
3.41
9.04
9.95
30.3
10.59
4.73
3.48
3.37
13.24
0.64
9.64
14.07
100
34.32
13.35
6.91
10.39
14.6
3.26
8.02
6.17
2.97
41.36
7.95
10.23
6.14
34.32
100
75
4.13
4.57
3.26
5.43
5.22
2.39
FALSE
FALSE
FALSE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
TRUE
TRUE
FALSE
TRUE
TRUE
FALSE
FALSE
Andere maligne Neoplasien der Haut
Prostata-Hyperplasie (incl. Adenom, Fibrom, Myom)
Maligne Neoplasien der Harnblase
Sonstige HIV-Infektionen (incl. HTLV-LAV-Infektion)
Urethra-Striktur, excl. kongenital (753.6)
Osteomyelitis,Periostitis u.and.Inf.m.Knochenbeteilig.
Akute Infektion der oberen Luftwege an mehreren Stellen
Bronchitis, nicht akut oder chron. bez. (bis 8 Wochen)
Ankylosierende Spondylitis,and.entzündl.Spondylopathien
Arthropathien in Verbindung mit Infektionen
Andere Krankheiten der Zähne u.des Zahnhalteapparates
Erysipel, excl. im Wochenbett (670)
Durch sonst. Mykobakterien hervorgerufene Krankheiten
Akute oder subakute Bronchitis und Bronchiolitis
Komplikationen nach bestimmten spezif.Massnahmen
Pneumonie, Erreger NNB
Prostata-Hyperplasie (incl. Adenom, Fibrom, Myom)
Neoplasien unsicheren Verhaltens der Urogenitalorgane
Entzündliche Krankheiten der Prostata
Andere Krankheiten der Urethra und der Harnwege
Maligne Neoplasien der Prostata
Orchitis und Epididymitis
Maligne Neoplasien der Harnblase
Symptome, betr. Harnorgane
Urethra-Striktur, excl. kongenital (753.6)
Komplikationen nach bestimmten spezif.Massnahmen
Ankylosierende Spondylitis,and.entzündl.Spondylopathien
Osteomyelitis,Periostitis u.and.Inf.m.Knochenbeteilig.
Arthropathien in Verbindung mit Infektionen
Prostata-Hyperplasie (incl. Adenom, Fibrom, Myom)
Dermatophytie (Tinea)
Lungentuberkulose
Tuberkulose anderer Organe
Durch sonst. Mykobakterien hervorgerufene Krankheiten
Tuberkulöse Erstinfektion
Tuberkulose sonstiger Atmungsorgane
Silikose
Benigne Neopl.der Atmungs- und intrathorakalen Organe
males [1900-1948], continued on next page
90
ATC
ICD
Prob
Expert
Explanation of ICD
J05A
J05A
J05A
J05A
J05A
J06B
J06B
J06B
J07A
J07A
J07B
J07B
J07C
J07C
L01A
L01A
L01A
L01A
L01A
L01A
L01B
L01B
L01B
L01B
L01B
L01B
L01B
L01C
L01C
L01D
L01D
L01X
L01X
L01X
L01X
L01X
L01X
L01X
44
53
54
370
364
340
279
287
38
789
585
586
240
785
191
237
204
203
174
446
714
154
153
696
157
197
204
162
200
188
174
205
159
197
189
198
238
162
27.65
51.56
6.24
8.11
6.44
91.61
3.23
5.16
50
50
78.95
21.05
50
50
50.29
16
16
10.86
2.29
4.57
39.59
18.14
19.54
7.41
6.26
5.87
3.19
80.51
19.49
96.92
3.08
17.1
3.48
12.46
13.91
7.83
14.2
18.26
FALSE
FALSE
TRUE
FALSE
FALSE
TRUE
TRUE
FALSE
NA
NA
NA
NA
NA
NA
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
FALSE
FALSE
FALSE
TRUE
FALSE
FALSE
FALSE
FALSE
TRUE
FALSE
FALSE
FALSE
FALSE
TRUE
Sonstige HIV-Infektionen (incl. HTLV-LAV-Infektion)
Andere Infektionen durch Varicellen-Zoster Virus
Herpes simplex, excl. kongenital (771.2)
Keratitis excl. epidem. Keratokonjunktivitis (077.1)
Affektionen der Iris und des Ziliarkörpers
Multiple Sklerose
Störungen mit Beteiligung der Immunmechanismen
Purpura und andere hämorrhagische Diathesen
Sepsis
Sonstige Symptome, betr. Abdomen und Becken
Chronisches Nierenversagen, chron. Niereninsuffizienz
Nierenversagen, NNB
Einfache und NNB Struma, excl. kongenital (246.1)
Symptome, betr. kardiovaskuläres System
Maligne Neoplasien des Gehirns
Neopl.unsicheren Verhaltens, endokr.Drüsen,Nervensyst.
Lymphatische Leukämie
Multiples Myelom und immunproliferative Neoplasien
Maligne Neoplasien der weiblichen Brustdrüse
Periarteriitis u.verw.Affekt.(vask.Kollag./AutoimmunKK)
PCP und andere entzündliche Polyarthropathien
Maligne Neoplasien des Rektums und des Anus
Maligne Neoplasien des Dickdarmes
Psoriasis und ähnliche Affektionen
Maligne Neoplasien des Pankreas
Sekundäre maligne Neopl.der Atmungs- u.Verdauungsorgane
Lymphatische Leukämie
Maligne Neoplasien der Trachea, Bronchien und Lunge
Hochmaligne Non-Hodgkin Lymphome (NHL)
Maligne Neoplasien der Harnblase
Maligne Neoplasien der weiblichen Brustdrüse
Myeloische Leukämie
Andere maligne Neopl. innerhalb der Verdauungsorgane
Sekundäre maligne Neopl.der Atmungs- u.Verdauungsorgane
Maligne Neoplasien der Niere sowie anderer Harnorgane
Sekundäre maligne Neoplasien anderer Organe
Neoplasien unsicheren Verhaltens and. Lokalisationen
Maligne Neoplasien der Trachea, Bronchien und Lunge
males [1900-1948], continued on next page
91
ATC
ICD
Prob
Expert
Explanation of ICD
L01X
L02A
L02B
L02B
L03A
L03A
L03A
L04A
L04A
L04A
L04A
L04A
L04A
L04A
M01A
M01A
M01A
M01A
M01A
M01A
M01A
M01A
M01A
M01A
M01A
M01B
M01C
M01C
M01C
M02A
M02A
M03A
M03B
M03B
M03B
M03B
M03B
M04A
235
185
185
174
188
340
172
425
358
585
555
714
696
586
715
724
722
717
726
836
354
807
805
716
723
724
275
695
370
366
715
340
340
722
724
723
342
274
12.75
100
98.79
1.21
81.69
9.62
8.69
32.12
7.26
31.02
5.83
10.45
6.05
7.26
32.54
21.76
13.08
8.48
6.3
2.16
4.56
3.41
2.76
1.75
3.21
100
29.41
35.29
35.29
54.93
45.07
100
8.24
33.36
44.26
11.3
2.84
100
FALSE
FALSE
FALSE
TRUE
FALSE
TRUE
FALSE
NA
NA
NA
NA
NA
NA
NA
TRUE
TRUE
TRUE
TRUE
TRUE
FALSE
FALSE
FALSE
FALSE
TRUE
TRUE
TRUE
NA
NA
NA
FALSE
TRUE
FALSE
NA
NA
NA
NA
NA
FALSE
Neopl.unsicheren Verhaltens,Verdauungs-u.Atmungsorgane
Maligne Neoplasien der Prostata
Maligne Neoplasien der Prostata
Maligne Neoplasien der weiblichen Brustdrüse
Maligne Neoplasien der Harnblase
Multiple Sklerose
Malignes Melanom der Haut,excl.Genitalorgane (184,187)
Kardiomyopathie
Neuromuskuläre Affektionen
Chronisches Nierenversagen, chron. Niereninsuffizienz
Morbus Crohn (regionale Enteritis)
PCP und andere entzündliche Polyarthropathien
Psoriasis und ähnliche Affektionen
Nierenversagen, NNB
Osteoarthrose und entsprechende Affektionen
Andere Affektionen des Rückens
Intervertebrale Diskopathien
Innere Kniegelenksschädigung
Periphere Enthesopathien und ähnliche Syndrome
Luxation des Knies
Mononeuropathie oberer Extremit.u.Mononeuritis multipl.
Frakturen einer/mehrerer Rippen,des Sternums,Larynx
Fraktur der Wirbelsäule ohne Rückenmarksschädigung
Andere Arthropathien
Andere Affektionen im zervikalen Bereich
Andere Affektionen des Rückens
Störungen des Mineralstoffwechsels
Erythematöse Affektionen
Keratitis excl. epidem. Keratokonjunktivitis (077.1)
Katarakt, excl. kongenital (743.3)
Osteoarthrose und entsprechende Affektionen
Multiple Sklerose
Multiple Sklerose
Intervertebrale Diskopathien
Andere Affektionen des Rückens
Andere Affektionen im zervikalen Bereich
Hemiplegie
Gicht, excl. Bleigicht (984)
males [1900-1948], continued on next page
92
ATC
ICD
Prob
Expert
Explanation of ICD
M05B
M09A
M09A
N01A
N01B
N01B
N01B
N02A
N02A
N02A
N02A
N02A
N02A
N02A
N02A
N02A
N02B
N02C
N02C
N03A
N03A
N03A
N03A
N03A
N03A
N04A
N04B
N04B
N04B
N05A
N05A
N05A
N05A
N05A
N05A
N05A
N05A
N05A
733
717
836
195
141
161
724
722
724
198
162
707
805
157
715
807
820
346
347
345
350
357
53
295
296
295
332
333
294
295
290
296
331
298
310
303
332
300
100
50
50
100
10.91
10.61
78.48
20.32
30.42
2.05
5.92
5.45
4.62
1.82
24.72
4.69
100
91.43
8.57
54.92
5.48
14.78
7.89
5.74
11.18
100
95.08
3.92
1
12.94
19.83
13.25
9.34
3.47
2.75
4.95
9.84
2.7
TRUE
FALSE
FALSE
NA
FALSE
FALSE
TRUE
FALSE
FALSE
TRUE
TRUE
FALSE
FALSE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
TRUE
TRUE
FALSE
FALSE
FALSE
FALSE
TRUE
TRUE
FALSE
FALSE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
Andere Affektionen der Knochen und Knorpel
Innere Kniegelenksschädigung
Luxation des Knies
Maligne Neoplasien anderer und NNB Lokalisation
Maligne Neoplasien der Zunge
Maligne Neoplasien des Larynx
Andere Affektionen des Rückens
Intervertebrale Diskopathien
Andere Affektionen des Rückens
Sekundäre maligne Neoplasien anderer Organe
Maligne Neoplasien der Trachea, Bronchien und Lunge
Chronisches Ulcus der Haut und Pyoderma gangraenosum
Fraktur der Wirbelsäule ohne Rückenmarksschädigung
Maligne Neoplasien des Pankreas
Osteoarthrose und entsprechende Affektionen
Frakturen einer/mehrerer Rippen,des Sternums,Larynx
Fraktur des Femurhalses
Migräne und andere primäre Kopfschmerzen
Kataplexie und Narkolepsie
Epilepsie
Affektionen des N.trigeminus
Entzündliche und toxische Neuropathien
Andere Infektionen durch Varicellen-Zoster Virus
Schizophrene Psychosen
Affektive Psychosen
Schizophrene Psychosen
Parkinson’ Syndrom
And. extrapyramid.Affektionen u.abnorme Bewegungsstör.
Andere (chronische) organische Psychosen
Schizophrene Psychosen
Senile und präsenile organische Psychosen
Affektive Psychosen
Andere zerebrale Degenerationen
Andere nichtorganische Psychosen
Spezif.nichtpsychot.psych.Störung nach Hirnschädigungen
Alkoholismus (Alkoholabhängigkeit)
Parkinson’ Syndrom
Neurosen
males [1900-1948], continued on next page
93
ATC
ICD
Prob
Expert
Explanation of ICD
N05A
N05A
N05A
N05A
N05B
N05B
N05B
N05C
N06A
N06A
N06A
N06A
N06A
N06A
N06A
N06A
N06B
N06C
N06D
N06D
N06D
N07A
N07A
N07A
N07A
N07B
N07B
N07C
N07C
N07C
N07X
N07X
P01A
P01A
P01A
P02C
P02C
P02C
291
276
486
507
295
303
296
216
296
311
298
300
290
303
332
331
347
366
331
290
332
358
596
600
788
303
291
388
386
780
335
333
562
8
535
122
127
322
1.74
4.79
12.48
1.92
32.81
29.24
37.95
100
31.58
11.35
4.82
5.67
15.41
7.55
16.47
7.15
100
100
29.11
44.17
26.72
13.94
16.03
46.86
23.17
87.92
12.08
29.03
32.37
38.6
74.24
25.76
56.25
11.68
32.07
42.86
28.57
28.57
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
FALSE
FALSE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
TRUE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
FALSE
TRUE
TRUE
FALSE
Alkohol-Psychosen
Gleichgewichtsstör.(Flüssigk.,Elektrolyt.,Säure/Basen)
Pneumonie, Erreger NNB
Pneumonitis d. Aspiration von festen und flüss. Stoffen
Schizophrene Psychosen
Alkoholismus (Alkoholabhängigkeit)
Affektive Psychosen
Benigne Neoplasien der Haut
Affektive Psychosen
Anderweitig nicht klassifiz.depressive Zustandsbilder
Andere nichtorganische Psychosen
Neurosen
Senile und präsenile organische Psychosen
Alkoholismus (Alkoholabhängigkeit)
Parkinson’ Syndrom
Andere zerebrale Degenerationen
Kataplexie und Narkolepsie
Katarakt, excl. kongenital (743.3)
Andere zerebrale Degenerationen
Senile und präsenile organische Psychosen
Parkinson’ Syndrom
Neuromuskuläre Affektionen
Andere Affektionen der Harnblase
Prostata-Hyperplasie (incl. Adenom, Fibrom, Myom)
Symptome, betr. Harnorgane
Alkoholismus (Alkoholabhängigkeit)
Alkohol-Psychosen
Andere Affektionen des Ohres
Schwindel-Syndr.u.and.Affektionen d.Vestibular-Appar.
Allgemeine Symptome
Affektionen der Vorderhornganglienzellen
And. extrapyramid.Affektionen u.abnorme Bewegungsstör.
Divertikel des Darmes, incl. Divertikulitis
Intestinale Infektionen durch sonstige Erreger
Gastritis und Duodenitis
Echinococcus-Infektion
Andere intestinale Helminthosen
Meningitis NNB Ätiologie
males [1900-1948], continued on next page
94
ATC
ICD
Prob
Expert
Explanation of ICD
P03A
R01A
R01A
R01A
R01A
R01B
R01B
R02A
R02A
R03A
R03A
R03A
R03A
R03A
R03B
R03B
R03B
R03B
R03C
R03D
R03D
R03D
R05
R05
R05C
R05C
R05C
R05D
R05D
R05F
R05X
R06A
R06A
R06A
R06A
S01A
S01A
S01A
133
473
471
470
519
366
414
414
496
496
493
162
486
482
496
493
162
486
496
496
493
486
486
496
496
486
466
366
496
366
465
691
133
995
692
370
374
364
100
33
20
10.38
36.62
50
50
45.45
54.55
73.34
4.03
5.14
13.13
4.35
75.69
3.05
6.04
15.23
100
80.36
3.73
15.91
50
50
58.42
30.51
11.07
43.28
56.72
100
100
44.33
9.45
32.77
13.45
12.45
13.54
4.15
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
FALSE
FALSE
FALSE
FALSE
TRUE
FALSE
FALSE
FALSE
FALSE
TRUE
FALSE
TRUE
FALSE
FALSE
TRUE
TRUE
FALSE
FALSE
FALSE
FALSE
NA
NA
NA
NA
TRUE
TRUE
TRUE
Acariasis (Milbenbefall), incl. Scabies
Chronische Sinusitis (hyperplastische Sinusitis)
Nasenpolypen, excl. adenomatöse (212.0)
Nasen-Septum-Deviation
And. Krankh. der Atmungsorgane und Schlafapnoe-Syndrome
Katarakt, excl. kongenital (743.3)
Andere Formen von chron. ischämischen Herzkrankheiten
Andere Formen von chron. ischämischen Herzkrankheiten
Chron. Verschluss der Atemwege, anderw. nicht klassif.
Chron. Verschluss der Atemwege, anderw. nicht klassif.
Asthma bronchiale
Maligne Neoplasien der Trachea, Bronchien und Lunge
Pneumonie, Erreger NNB
Andere bakterielle Pneumonien
Chron. Verschluss der Atemwege, anderw. nicht klassif.
Asthma bronchiale
Maligne Neoplasien der Trachea, Bronchien und Lunge
Pneumonie, Erreger NNB
Chron. Verschluss der Atemwege, anderw. nicht klassif.
Chron. Verschluss der Atemwege, anderw. nicht klassif.
Asthma bronchiale
Pneumonie, Erreger NNB
Pneumonie, Erreger NNB
Chron. Verschluss der Atemwege, anderw. nicht klassif.
Chron. Verschluss der Atemwege, anderw. nicht klassif.
Pneumonie, Erreger NNB
Akute oder subakute Bronchitis und Bronchiolitis
Katarakt, excl. kongenital (743.3)
Chron. Verschluss der Atemwege, anderw. nicht klassif.
Katarakt, excl. kongenital (743.3)
Akute Infektion der oberen Luftwege an mehreren Stellen
Atopik-Dermatitis und verwandte Affektionen
Acariasis (Milbenbefall), incl. Scabies
Anderweitig nicht klassifizierte Schädigungen
Kontaktdermatitis und andere Ekzeme
Keratitis excl. epidem. Keratokonjunktivitis (077.1)
Andere Affektionen des Augenlides
Affektionen der Iris und des Ziliarkörpers
males [1900-1948], continued on next page
95
ATC
ICD
Prob
Expert
Explanation of ICD
S01A
S01A
S01A
S01A
S01B
S01B
S01B
S01B
S01B
S01B
S01C
S01E
S01E
S01E
S01E
S01F
S01G
S01H
S01H
S01X
S01X
S02A
S02A
S02C
S02D
S02D
S03B
S03C
V03A
V03A
V03A
V03A
V03A
V04C
V07A
V08A
V08B
V08B
53
371
54
366
366
362
361
364
379
365
366
365
366
362
361
364
366
366
721
370
371
748
701
366
414
724
366
366
585
599
586
197
340
193
359
454
401
496
11.37
3.25
2.53
52.71
82.11
10.16
3.22
0.69
1.58
2.24
100
33.51
53.24
9.7
3.55
100
100
50
50
58.33
41.67
20
80
100
50
50
100
100
50.09
27.37
8.94
6.62
6.98
100
100
100
25
25
FALSE
TRUE
FALSE
TRUE
TRUE
TRUE
FALSE
TRUE
TRUE
TRUE
TRUE
TRUE
FALSE
FALSE
FALSE
TRUE
FALSE
NA
NA
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
NA
FALSE
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
Andere Infektionen durch Varicellen-Zoster Virus
Hornhauttrübungen und andere Affektionen
Herpes simplex, excl. kongenital (771.2)
Katarakt, excl. kongenital (743.3)
Katarakt, excl. kongenital (743.3)
Andere Netzhautaffektionen, excl.Chorioretinitis (363)
Netzhautablösung und -defekte
Affektionen der Iris und des Ziliarkörpers
Andere Affektionen des Auges excl. Pseudophakie (366.7)
Glaukom, excl. kongenital (743.2)
Katarakt, excl. kongenital (743.3)
Glaukom, excl. kongenital (743.2)
Katarakt, excl. kongenital (743.3)
Andere Netzhautaffektionen, excl.Chorioretinitis (363)
Netzhautablösung und -defekte
Affektionen der Iris und des Ziliarkörpers
Katarakt, excl. kongenital (743.3)
Katarakt, excl. kongenital (743.3)
Spondylosis und ähnliche Affektionen
Keratitis excl. epidem. Keratokonjunktivitis (077.1)
Hornhauttrübungen und andere Affektionen
Kongenitale Anomalien der Atmungsorgane
Andere Atrophie und Hypertrophie der Haut
Katarakt, excl. kongenital (743.3)
Andere Formen von chron. ischämischen Herzkrankheiten
Andere Affektionen des Rückens
Katarakt, excl. kongenital (743.3)
Katarakt, excl. kongenital (743.3)
Chronisches Nierenversagen, chron. Niereninsuffizienz
Andere Krankheiten der Urethra und der Harnwege
Nierenversagen, NNB
Sekundäre maligne Neopl.der Atmungs- u.Verdauungsorgane
Multiple Sklerose
Maligne Neoplasien der Schilddrüse
Muskeldystrophien und andere Myopathien
Varizen der unteren Extremitäten
Essentielle Hypertonie
Chron. Verschluss der Atemwege, anderw. nicht klassif.
males [1900-1948], continued on next page
96
ATC
ICD
V08B
V08B
550
996
Prob
25
25
Expert
Explanation of ICD
NA
NA
Hernia inguinalis
Komplikationen nach bestimmten spezif.Massnahmen
97
Table 41: Final assignment list for class m1949 - males [1949-1968]
ATC
ICD
Prob
Expert
Explanation of ICD
A01A
A01A
A01A
A02A
A02A
A02A
A02B
A02B
A02B
A02B
A02B
A02B
A03A
A03A
A03B
A03C
A03D
A03D
A03D
A03D
A03F
A03F
A04A
A04A
A04A
A04A
A04A
A04A
A04A
A04A
A04A
A04A
A04A
A04A
A05A
A05B
9
465
724
9
465
724
530
535
532
531
789
577
388
907
9
506
9
465
577
592
157
348
191
162
197
153
147
154
157
201
205
202
144
186
576
571
17.55
67.89
14.56
26.94
53.29
19.77
24.18
33.19
5.11
6.9
17.9
12.72
87
13
100
100
28.68
25.74
23.53
22.06
37.25
62.75
24.52
24.14
6.9
15.33
3.07
6.13
3.83
2.68
3.45
4.21
3.07
2.68
100
61.59
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Akute Infektion der oberen Luftwege an mehreren Stellen
Andere Affektionen des Rückens
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Akute Infektion der oberen Luftwege an mehreren Stellen
Andere Affektionen des Rückens
Krankheiten des Ösophagus, excl. kongenital (750.4)
Gastritis und Duodenitis
Ulcus duodeni
"Ulcus ventriculi, excl. ""Ulcus Dieulafoy"" (448.2)"
Sonstige Symptome, betr. Abdomen und Becken
Krankheiten des Pankreas
Andere Affektionen des Ohres
Spätfolgen von Verletzungen des Nervensystems
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Respirat.Affektionen durch chemische Dämpfe und Rauch
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Akute Infektion der oberen Luftwege an mehreren Stellen
Krankheiten des Pankreas
Nephrolithiasis, excl. Nephrokalzinose (275.4)
Maligne Neoplasien des Pankreas
Andere Hirnkrankheiten
Maligne Neoplasien des Gehirns
Maligne Neoplasien der Trachea, Bronchien und Lunge
Sekundäre maligne Neopl.der Atmungs- u.Verdauungsorgane
Maligne Neoplasien des Dickdarmes
Maligne Neoplasien des Nasenrachenraumes
Maligne Neoplasien des Rektums und des Anus
Maligne Neoplasien des Pankreas
Morbus Hodgkin
Myeloische Leukämie
Niedrigmaligne Non-Hodgkin Lymphome und Histiozytosis X
Maligne Neoplasien des Mundbodens
Maligne Neoplasien des Hodens
Andere Affektionen des Gallensystems
Chronische Leberkrankheit und Leberzirrhose
males [1949-1968], continued on next page
98
ATC
ICD
Prob
Expert
Explanation of ICD
A05B
A05B
A05C
A06A
A06A
A06A
A06A
A06A
A07A
A07A
A07A
A07B
A07C
A07D
A07D
A07E
A07E
A07E
A07E
A07F
A07F
A07F
A07X
A07X
A07X
A07X
A07X
A07X
A07X
A08A
A09A
A10A
A10A
A10A
A10B
A10B
A11A
A11B
573
303
9
455
564
560
571
562
3
160
570
9
9
9
465
556
555
558
569
9
8
558
9
291
355
465
724
786
924
465
577
250
251
362
250
362
669
272
10.52
27.9
100
28.63
16.89
12.19
24.38
17.91
50
17.86
32.14
100
100
69.85
30.15
52.02
23.59
16.86
7.52
89.14
7.17
3.69
14.29
14.29
14.29
14.29
14.29
14.29
14.29
100
100
91
4.23
4.76
94.2
5.8
100
50
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
TRUE
TRUE
FALSE
TRUE
TRUE
TRUE
FALSE
TRUE
TRUE
FALSE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
TRUE
FALSE
FALSE
TRUE
FALSE
TRUE
FALSE
Andere Affektionen der Leber
Alkoholismus (Alkoholabhängigkeit)
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Hämorrhoiden
Funktionelle Verdauungsstörungen, NNB
Darmverschluss ohne Angabe einer Hernie
Chronische Leberkrankheit und Leberzirrhose
Divertikel des Darmes, incl. Divertikulitis
Sonstige Salmonellen-Infektionen
Maligne Neopl. d. Nasenhöhlen/-nebenhöhlen, Mittelohres
Akute und subakute gelbe Leberatrophie
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Akute Infektion der oberen Luftwege an mehreren Stellen
Colitis ulcerosa (idiopathische Proctocolitis)
Morbus Crohn (regionale Enteritis)
Andere nichtinfektiöse Gastroenteritis und Colitis
Andere Affektionen des Darmes
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Intestinale Infektionen durch sonstige Erreger
Andere nichtinfektiöse Gastroenteritis und Colitis
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Alkohol-Psychosen
Mononeuropathie der unteren Extremitäten
Akute Infektion der oberen Luftwege an mehreren Stellen
Andere Affektionen des Rückens
Symptome, betr. Atmungsorgane und Thorax
Prellung der unteren Extremitäten und NNB Stellen
Akute Infektion der oberen Luftwege an mehreren Stellen
Krankheiten des Pankreas
*Diabetes mellitus
Sonstige Störungen der inneren Sekretion des Pankreas
Andere Netzhautaffektionen, excl.Chorioretinitis (363)
*Diabetes mellitus
Andere Netzhautaffektionen, excl.Chorioretinitis (363)
Andere Wehen- und Entbindungskomplikationen
Störungen des Lipidstoffwechsels
males [1949-1968], continued on next page
99
ATC
ICD
Prob
Expert
Explanation of ICD
A11B
A11C
A11C
A11D
A11D
A11E
A11G
A11H
A11H
A11J
A12A
A12A
A12B
A12C
A12C
A12C
A13A
A13A
A14A
A14A
A15
A16A
B01A
B01A
B01A
B01A
B01A
B01A
B01A
B01A
B01A
B01A
B01A
B01A
B01A
B01A
B01A
B01A
780
585
193
351
303
724
724
294
753
359
733
193
276
414
465
724
291
780
874
733
938
359
824
823
825
717
959
715
844
836
410
827
905
451
414
820
821
845
50
84.11
15.89
22.17
77.83
100
100
50
50
100
76.25
23.75
100
28.59
46.44
24.96
50
50
29.41
70.59
100
100
7.95
6.99
5.23
11.33
9.48
12.72
4.43
4.99
6.26
1.69
3.97
2.3
8.68
1.84
1.25
2.73
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
FALSE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
FALSE
FALSE
TRUE
TRUE
FALSE
FALSE
FALSE
Allgemeine Symptome
Chronisches Nierenversagen, chron. Niereninsuffizienz
Maligne Neoplasien der Schilddrüse
Affektionen des N.facialis
Alkoholismus (Alkoholabhängigkeit)
Andere Affektionen des Rückens
Andere Affektionen des Rückens
Andere (chronische) organische Psychosen
Kongenitale Anomalien der Harnorgane
Muskeldystrophien und andere Myopathien
Andere Affektionen der Knochen und Knorpel
Maligne Neoplasien der Schilddrüse
Gleichgewichtsstör.(Flüssigk.,Elektrolyt.,Säure/Basen)
Andere Formen von chron. ischämischen Herzkrankheiten
Akute Infektion der oberen Luftwege an mehreren Stellen
Andere Affektionen des Rückens
Alkohol-Psychosen
Allgemeine Symptome
Offene Wunde des Halses
Andere Affektionen der Knochen und Knorpel
Fremdkörper im Verdauungskanal, NNB
Muskeldystrophien und andere Myopathien
Frakturen der Knöchel
Fraktur der Tibia und/oder der Fibula
Fraktur eines/mehr.Fusswurzel- u./od.Mittelfussknochen
Innere Kniegelenksschädigung
Andere Komplikationen nach NNB Verletzungen
Osteoarthrose und entsprechende Affektionen
Verstauchung/Zerrung des Knies und des Beines
Luxation des Knies
Akuter Myokardinfarkt
Andere,multiple u.NNB Frakturen unterer Extremitäten
Spätfolgen von Verletz.d.Muskel-/Skelettsyst.+Bindegew.
Thrombose u. Thrombophlebitis, excl.im Wochenbett (671)
Andere Formen von chron. ischämischen Herzkrankheiten
Fraktur des Femurhalses
Andere Frakturen des Femurs
Verstauchung und Zerrung des Fussgelenkes und Fusses
males [1949-1968], continued on next page
100
ATC
ICD
Prob
Expert
Explanation of ICD
B01A
B01A
B01A
B01A
B01A
B01A
B01A
B02A
B02A
B02A
B02A
B02B
B02B
B02B
B02B
B03A
B03B
B03X
B03X
B03X
B03X
B05A
B05B
B05B
B05X
B05X
B05X
B06A
B06A
B06A
C01A
C01A
C01A
C01B
C01B
C01C
C01C
C01D
453
415
822
829
996
736
411
492
273
632
585
286
571
528
781
280
331
585
148
584
285
388
724
388
112
38
197
454
553
682
428
427
425
427
425
995
989
414
0.87
1.35
0.65
1.41
1.83
0.51
1.54
59.09
6.82
2.27
31.82
12.64
60.92
13.79
12.64
100
100
72.52
6.87
11.45
9.16
100
83.75
16.25
36.36
45.45
18.18
29.73
35.14
35.14
29.48
48.55
21.97
88.43
11.57
67.27
32.73
55.61
TRUE
TRUE
FALSE
FALSE
FALSE
FALSE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
FALSE
FALSE
TRUE
FALSE
FALSE
TRUE
FALSE
FALSE
FALSE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
TRUE
TRUE
TRUE
TRUE
FALSE
FALSE
TRUE
Andere venöse Embolien und Thrombosen
Akute pulmonale Herzkrankheit (akute pulm. Hypertens.)
Fraktur der Patella
Fraktur, NNB
Komplikationen nach bestimmten spezif.Massnahmen
Andere erworbene Deformitäten der Extremitäten
Andere akute oder subakute Formen von ischäm. HerzKK
Emphysem
Störungen des Plasmaproteinstoffwechsels
Missed abortion
Chronisches Nierenversagen, chron. Niereninsuffizienz
Koagulopathien
Chronische Leberkrankheit und Leberzirrhose
Krankheiten der Mundschleimhaut, excl. Zahnfleisch
Symptome, betr. Nerven-, Muskel- und Skelettsystem
Eisenmangelanämie, excl. akute Blutungsanämie (285.1)
Andere zerebrale Degenerationen
Chronisches Nierenversagen, chron. Niereninsuffizienz
Maligne Neoplasien des Hypopharynx
Akutes Nierenversagen, excl. postoperativ (997.5)
Andere Anämien
Andere Affektionen des Ohres
Andere Affektionen des Rückens
Andere Affektionen des Ohres
Candidosis, excl. bei Neugeborenen (771.7)
Sepsis
Sekundäre maligne Neopl.der Atmungs- u.Verdauungsorgane
Varizen der unteren Extremitäten
Andere abdomin. Hernien ohne Einklemmung oder Gangrän
Phlegmone und Abszess anderer Lokalisation
Herzinsuffizienz
Herzrhythmus-Störungen, excl. postoperativ (997.1)
Kardiomyopathie
Herzrhythmus-Störungen, excl. postoperativ (997.1)
Kardiomyopathie
Anderweitig nicht klassifizierte Schädigungen
Tox.Wirkung von and.,med.nichtgebräuchlichen Substanzen
Andere Formen von chron. ischämischen Herzkrankheiten
males [1949-1968], continued on next page
101
ATC
ICD
Prob
Expert
Explanation of ICD
C01D
C01D
C01D
C01D
C01E
C02A
C02A
C02C
C02D
C02D
C02D
C02K
C02K
C02K
C02K
C02L
C02L
C03B
C03B
C03C
C03C
C03C
C03C
C03D
C03D
C03D
C03D
C03E
C03E
C03E
C03E
C04A
C04A
C04A
C04A
C05A
C05A
C05B
413
410
411
429
443
585
401
401
401
465
585
416
572
423
999
465
724
465
724
428
571
425
585
571
425
428
255
571
428
456
425
388
389
386
351
465
724
465
16.53
13.31
7.03
7.51
100
29.57
70.43
100
30.3
33.33
36.36
69.57
13.04
8.7
8.7
50
50
70.29
29.71
30.62
30.9
19.94
18.54
46.72
27.25
21.65
4.38
66.25
14.21
6.75
12.79
76.8
5.92
12.57
4.72
63.54
36.46
51.26
TRUE
TRUE
TRUE
TRUE
TRUE
FALSE
TRUE
TRUE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
TRUE
TRUE
TRUE
TRUE
TRUE
TRUE
FALSE
TRUE
TRUE
FALSE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
Angina pectoris
Akuter Myokardinfarkt
Andere akute oder subakute Formen von ischäm. HerzKK
Mangelhafte Beschreibungen und Komplik. von HerzKK
Andere periphere Gefässkrankheiten
Chronisches Nierenversagen, chron. Niereninsuffizienz
Essentielle Hypertonie
Essentielle Hypertonie
Essentielle Hypertonie
Akute Infektion der oberen Luftwege an mehreren Stellen
Chronisches Nierenversagen, chron. Niereninsuffizienz
Chron. pulmonale Herzkrankh. (chron. pulm. Hypertens.)
Leber-Abszess und Folgen von chron. Leberkrankheit
Andere Krankheiten des Perikards, excl.rheumatisch(393)
Komplikation durch ärztliche Behandlung
Akute Infektion der oberen Luftwege an mehreren Stellen
Andere Affektionen des Rückens
Akute Infektion der oberen Luftwege an mehreren Stellen
Andere Affektionen des Rückens
Herzinsuffizienz
Chronische Leberkrankheit und Leberzirrhose
Kardiomyopathie
Chronisches Nierenversagen, chron. Niereninsuffizienz
Chronische Leberkrankheit und Leberzirrhose
Kardiomyopathie
Herzinsuffizienz
Krankheiten der Nebennieren
Chronische Leberkrankheit und Leberzirrhose
Herzinsuffizienz
Andere Varizen
Kardiomyopathie
Andere Affektionen des Ohres
Taubheit und Schwerhörigkeit
Schwindel-Syndr.u.and.Affektionen d.Vestibular-Appar.
Affektionen des N.facialis
Akute Infektion der oberen Luftwege an mehreren Stellen
Andere Affektionen des Rückens
Akute Infektion der oberen Luftwege an mehreren Stellen
males [1949-1968], continued on next page
102
ATC
ICD
Prob
Expert
Explanation of ICD
C05B
C05C
C05C
C05C
C07A
C07A
C07A
C07A
C07A
C07A
C07A
C07B
C07B
C07C
C07D
C07F
C07F
C08C
C08D
C09A
C09A
C09A
C09A
C09B
C09C
C09D
C10A
C10A
C10A
C10A
C10A
C10A
C10A
C10A
C10B
C10B
D01A
D01A
724
454
455
451
414
427
401
410
425
429
413
465
724
465
786
465
724
401
427
401
410
425
414
401
401
401
414
410
413
436
250
272
429
411
414
412
465
724
48.74
48.83
40.27
10.89
28.34
13.72
24.67
14.01
6.01
5.49
7.76
72.11
27.89
100
100
65.76
34.24
100
100
39.7
18.12
9.45
32.73
100
100
100
35.34
16.72
9.95
6.74
19.59
2.02
5.33
4.31
91.16
8.84
73.73
26.27
FALSE
TRUE
TRUE
TRUE
TRUE
TRUE
TRUE
FALSE
TRUE
TRUE
TRUE
FALSE
FALSE
FALSE
NA
FALSE
FALSE
TRUE
FALSE
TRUE
FALSE
TRUE
FALSE
TRUE
TRUE
TRUE
FALSE
FALSE
FALSE
FALSE
TRUE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
Andere Affektionen des Rückens
Varizen der unteren Extremitäten
Hämorrhoiden
Thrombose u. Thrombophlebitis, excl.im Wochenbett (671)
Andere Formen von chron. ischämischen Herzkrankheiten
Herzrhythmus-Störungen, excl. postoperativ (997.1)
Essentielle Hypertonie
Akuter Myokardinfarkt
Kardiomyopathie
Mangelhafte Beschreibungen und Komplik. von HerzKK
Angina pectoris
Akute Infektion der oberen Luftwege an mehreren Stellen
Andere Affektionen des Rückens
Akute Infektion der oberen Luftwege an mehreren Stellen
Symptome, betr. Atmungsorgane und Thorax
Akute Infektion der oberen Luftwege an mehreren Stellen
Andere Affektionen des Rückens
Essentielle Hypertonie
Herzrhythmus-Störungen, excl. postoperativ (997.1)
Essentielle Hypertonie
Akuter Myokardinfarkt
Kardiomyopathie
Andere Formen von chron. ischämischen Herzkrankheiten
Essentielle Hypertonie
Essentielle Hypertonie
Essentielle Hypertonie
Andere Formen von chron. ischämischen Herzkrankheiten
Akuter Myokardinfarkt
Angina pectoris
Akute aber mangelhaft bezeichnete Hirngefässkrankheiten
*Diabetes mellitus
Störungen des Lipidstoffwechsels
Mangelhafte Beschreibungen und Komplik. von HerzKK
Andere akute oder subakute Formen von ischäm. HerzKK
Andere Formen von chron. ischämischen Herzkrankheiten
Alter Myokardinfarkt
Akute Infektion der oberen Luftwege an mehreren Stellen
Andere Affektionen des Rückens
males [1949-1968], continued on next page
103
ATC
ICD
Prob
Expert
Explanation of ICD
D01B
D01B
D01B
D02A
D02A
D02B
D02B
D03A
D03A
D03B
D03B
D03B
D04A
D05A
D05B
D05B
D06A
D06A
D06B
D06B
D06B
D07A
D07A
D07A
D07B
D07C
D07C
D07C
D07X
D07X
D07X
D08A
D08A
D08A
D08A
D08A
D09A
D10A
9
465
724
465
724
191
793
9
465
707
532
443
465
696
696
202
465
724
945
944
943
696
691
692
691
9
465
724
9
465
724
707
596
565
276
566
571
364
16.88
58.73
24.39
66.27
33.73
62.5
37.5
28.43
71.57
58.49
17.92
23.58
100
100
78.95
21.05
64.96
35.04
45.71
39.05
15.24
60
18.39
21.61
100
20.32
54.35
25.33
21.49
57.02
21.49
30.45
14.55
21.82
14.55
18.64
100
100
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
TRUE
TRUE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Akute Infektion der oberen Luftwege an mehreren Stellen
Andere Affektionen des Rückens
Akute Infektion der oberen Luftwege an mehreren Stellen
Andere Affektionen des Rückens
Maligne Neoplasien des Gehirns
Unspezif. Röntgen- und sonst. Befunde des Körperbaues
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Akute Infektion der oberen Luftwege an mehreren Stellen
Chronisches Ulcus der Haut und Pyoderma gangraenosum
Ulcus duodeni
Andere periphere Gefässkrankheiten
Akute Infektion der oberen Luftwege an mehreren Stellen
Psoriasis und ähnliche Affektionen
Psoriasis und ähnliche Affektionen
Niedrigmaligne Non-Hodgkin Lymphome und Histiozytosis X
Akute Infektion der oberen Luftwege an mehreren Stellen
Andere Affektionen des Rückens
Verbrennung der unteren Extremitäten
Verbrennung an Handgelenken und Händen
Verbrennung der oberen Extremit.,excl.Handgelenk+Hand
Psoriasis und ähnliche Affektionen
Atopik-Dermatitis und verwandte Affektionen
Kontaktdermatitis und andere Ekzeme
Atopik-Dermatitis und verwandte Affektionen
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Akute Infektion der oberen Luftwege an mehreren Stellen
Andere Affektionen des Rückens
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Akute Infektion der oberen Luftwege an mehreren Stellen
Andere Affektionen des Rückens
Chronisches Ulcus der Haut und Pyoderma gangraenosum
Andere Affektionen der Harnblase
Analfissur, -fistel, -ulkus
Gleichgewichtsstör.(Flüssigk.,Elektrolyt.,Säure/Basen)
Abszess im Bereich des Anus und Rektums
Chronische Leberkrankheit und Leberzirrhose
Affektionen der Iris und des Ziliarkörpers
males [1949-1968], continued on next page
104
ATC
ICD
Prob
Expert
Explanation of ICD
D10B
D11A
D11A
G01A
G01A
G01A
G02A
G02A
G02C
G03B
G03B
G03C
G03C
G03C
G03D
G03D
G03D
G03D
G03E
G03F
G03G
G03H
G03H
G03H
G03X
G04B
G04B
G04B
G04B
G04B
G04B
G04C
G04C
G04C
G04C
H01A
H01B
H01B
465
691
696
640
506
233
9
621
227
253
186
302
620
632
617
632
634
621
784
788
606
302
210
317
585
592
788
599
340
185
596
600
601
788
592
724
253
620
100
37.21
62.79
33.33
33.33
33.33
50
50
100
36.36
63.64
73.91
13.04
13.04
12.5
37.5
12.5
37.5
100
100
100
33.33
44.44
22.22
100
39.09
14
18.66
12.74
9.71
5.8
26.61
20.6
21.89
30.9
100
96.97
3.03
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
TRUE
TRUE
TRUE
TRUE
TRUE
TRUE
TRUE
TRUE
FALSE
FALSE
FALSE
TRUE
TRUE
TRUE
TRUE
FALSE
FALSE
TRUE
TRUE
TRUE
FALSE
FALSE
FALSE
TRUE
FALSE
Akute Infektion der oberen Luftwege an mehreren Stellen
Atopik-Dermatitis und verwandte Affektionen
Psoriasis und ähnliche Affektionen
Blutung in der Frühschwangerschaft
Respirat.Affektionen durch chemische Dämpfe und Rauch
Carcinoma in situ der Mammae und der Urogenitalorgane
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Sonst. Krankh. des Uterus, anderw. nicht klassifiziert
Benigne Neoplasien sonstiger endokriner Drüsen
KK der Hypophyse und hypothalam. Regulationsvorgänge
Maligne Neoplasien des Hodens
Sexuelle Verhaltensabweichungen und Störungen
Nichtentzündl.Affektionen d.Ovarien,Eileiter,Lig.latum
Missed abortion
Endometriose
Missed abortion
Spontane Fehlgeburt (Spontanabort)
Sonst. Krankh. des Uterus, anderw. nicht klassifiziert
Symptome, betr. Kopf und Hals
Symptome, betr. Harnorgane
Männliche Infertilität
Sexuelle Verhaltensabweichungen und Störungen
Benigne Neoplasien der Lippe,der Mundhöhle,des Rachens
Leichter Schwachsinn (Debilität, IQ 50-70)
Chronisches Nierenversagen, chron. Niereninsuffizienz
Nephrolithiasis, excl. Nephrokalzinose (275.4)
Symptome, betr. Harnorgane
Andere Krankheiten der Urethra und der Harnwege
Multiple Sklerose
Maligne Neoplasien der Prostata
Andere Affektionen der Harnblase
Prostata-Hyperplasie (incl. Adenom, Fibrom, Myom)
Entzündliche Krankheiten der Prostata
Symptome, betr. Harnorgane
Nephrolithiasis, excl. Nephrokalzinose (275.4)
Andere Affektionen des Rückens
KK der Hypophyse und hypothalam. Regulationsvorgänge
Nichtentzündl.Affektionen d.Ovarien,Eileiter,Lig.latum
males [1949-1968], continued on next page
105
ATC
ICD
Prob
Expert
Explanation of ICD
H01C
H01C
H02A
H02A
H02A
H02A
H02B
H02B
H03A
H03A
H03B
H03C
H04A
H04A
H05A
H05B
J01A
J01A
J01A
J01C
J01C
J01C
J01C
J01C
J01C
J01C
J01C
J01C
J01C
J01C
J01D
J01D
J01D
J01D
J01E
J01E
J01E
J01F
199
171
388
726
724
995
471
431
241
193
242
780
251
250
733
733
294
490
465
463
465
35
525
490
461
682
462
382
466
380
490
465
382
461
44
599
42
465
46.15
53.85
13.2
21.56
60.9
4.33
46.34
53.66
70.75
29.25
100
100
18.75
81.25
100
100
1.57
21.29
77.14
5.54
55.38
5.71
5.92
10.38
3.34
3.26
2.6
2.2
4.45
1.23
18.94
73.09
3.44
4.54
48.31
44.92
6.78
63.66
FALSE
FALSE
TRUE
TRUE
TRUE
FALSE
NA
NA
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
FALSE
TRUE
FALSE
Maligne Neoplasien, Lokalisation NNB (Carcinomatosis)
Maligne Neopl. des Bindegewebes und anderer Weichteile
Andere Affektionen des Ohres
Periphere Enthesopathien und ähnliche Syndrome
Andere Affektionen des Rückens
Anderweitig nicht klassifizierte Schädigungen
Nasenpolypen, excl. adenomatöse (212.0)
Intrazerebrale Hämorrhagie (spontan, nicht traumatisch)
Knotenstruma, nicht toxisch (euthyreote Struma nodosa)
Maligne Neoplasien der Schilddrüse
Thyreotoxikose (Hyperthyreose) mit/ohne Struma
Allgemeine Symptome
Sonstige Störungen der inneren Sekretion des Pankreas
*Diabetes mellitus
Andere Affektionen der Knochen und Knorpel
Andere Affektionen der Knochen und Knorpel
Andere (chronische) organische Psychosen
Bronchitis, nicht akut oder chron. bez. (bis 8 Wochen)
Akute Infektion der oberen Luftwege an mehreren Stellen
Akute Tonsillitis
Akute Infektion der oberen Luftwege an mehreren Stellen
Erysipel, excl. im Wochenbett (670)
Andere Krankheiten der Zähne u.des Zahnhalteapparates
Bronchitis, nicht akut oder chron. bez. (bis 8 Wochen)
Akute Sinusitis (incl. Abszess, Empyem)
Phlegmone und Abszess anderer Lokalisation
Akute Pharyngitis
Eitrige und NNB Otitis media
Akute oder subakute Bronchitis und Bronchiolitis
Affektionen des äusseren Ohres
Bronchitis, nicht akut oder chron. bez. (bis 8 Wochen)
Akute Infektion der oberen Luftwege an mehreren Stellen
Eitrige und NNB Otitis media
Akute Sinusitis (incl. Abszess, Empyem)
Sonstige HIV-Infektionen (incl. HTLV-LAV-Infektion)
Andere Krankheiten der Urethra und der Harnwege
AIDS-Erkrankung
Akute Infektion der oberen Luftwege an mehreren Stellen
males [1949-1968], continued on next page
106
ATC
ICD
Prob
Expert
Explanation of ICD
J01F
J01F
J01F
J01F
J01F
J01F
J01G
J01M
J01M
J01M
J01M
J01M
J01M
J01M
J01M
J01M
J01X
J01X
J01X
J02A
J04A
J04A
J04A
J04A
J04A
J04A
J04A
J05A
J05A
J05A
J05A
J05A
J05A
J05A
J05A
J05A
J06B
J06B
490
525
466
461
462
463
465
599
601
604
600
236
486
602
185
595
996
730
681
465
11
17
10
31
793
511
512
44
53
42
43
54
70
286
571
78
340
323
16.74
5.91
6.58
2.8
2.05
2.27
100
31.21
15.22
11.2
11.31
8.62
12.79
1.55
5.97
2.14
57.69
23.08
19.23
100
78.26
5.05
3.65
2.66
4.35
3.79
2.24
53.33
13.49
4.28
4.52
4.28
4.63
0.87
11.46
3.13
88.59
7.38
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
TRUE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
FALSE
FALSE
FALSE
FALSE
TRUE
FALSE
Bronchitis, nicht akut oder chron. bez. (bis 8 Wochen)
Andere Krankheiten der Zähne u.des Zahnhalteapparates
Akute oder subakute Bronchitis und Bronchiolitis
Akute Sinusitis (incl. Abszess, Empyem)
Akute Pharyngitis
Akute Tonsillitis
Akute Infektion der oberen Luftwege an mehreren Stellen
Andere Krankheiten der Urethra und der Harnwege
Entzündliche Krankheiten der Prostata
Orchitis und Epididymitis
Prostata-Hyperplasie (incl. Adenom, Fibrom, Myom)
Neoplasien unsicheren Verhaltens der Urogenitalorgane
Pneumonie, Erreger NNB
Andere Affektionen der Prostata
Maligne Neoplasien der Prostata
Zystitis
Komplikationen nach bestimmten spezif.Massnahmen
Osteomyelitis,Periostitis u.and.Inf.m.Knochenbeteilig.
Phlegmone und Abszess der Finger und Zehen
Akute Infektion der oberen Luftwege an mehreren Stellen
Lungentuberkulose
Tuberkulose anderer Organe
Tuberkulöse Erstinfektion
Durch sonst. Mykobakterien hervorgerufene Krankheiten
Unspezif. Röntgen- und sonst. Befunde des Körperbaues
Pleuritis und Pleuraerguss, excl. tuberkulös (012.0)
Pneumothorax
Sonstige HIV-Infektionen (incl. HTLV-LAV-Infektion)
Andere Infektionen durch Varicellen-Zoster Virus
AIDS-Erkrankung
AIDS-related Complex, incl. ARC, Prä-AIDS
Herpes simplex, excl. kongenital (771.2)
Virushepatitis, excl. chronische Form (571.4)
Koagulopathien
Chronische Leberkrankheit und Leberzirrhose
And. Krankheiten durch Viren, Chlamydien und Bakterien
Multiple Sklerose
Enzephalitis, Myelitis und Enzephalomyelitis
males [1949-1968], continued on next page
107
ATC
ICD
Prob
Expert
Explanation of ICD
J06B
J07A
J07B
J07C
J07C
L01A
L01A
L01A
L01A
L01A
L01B
L01B
L01B
L01B
L01B
L01B
L01B
L01B
L01B
L01C
L01C
L01C
L01C
L01C
L01C
L01D
L01D
L01D
L01X
L01X
L01X
L01X
L01X
L01X
L01X
L01X
L01X
L01X
204
201
201
780
917
191
202
995
237
865
714
696
153
162
154
555
716
197
364
188
196
189
162
195
191
202
188
154
205
159
502
154
204
162
153
202
289
288
4.03
100
100
50
50
69.34
8.76
13.14
5.84
2.92
18.23
20.36
11.49
11
6.4
11.17
16.42
1.81
3.12
34.78
8.7
17.39
21.74
4.35
13.04
57.14
28.57
14.29
29.63
3.7
3.09
15.43
7.41
16.67
11.11
6.17
4.32
2.47
FALSE
NA
NA
NA
NA
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
FALSE
FALSE
TRUE
FALSE
FALSE
FALSE
TRUE
FALSE
TRUE
FALSE
TRUE
TRUE
FALSE
FALSE
FALSE
Lymphatische Leukämie
Morbus Hodgkin
Morbus Hodgkin
Allgemeine Symptome
Oberflächliche Verletzung des Fusses und der Zehe
Maligne Neoplasien des Gehirns
Niedrigmaligne Non-Hodgkin Lymphome und Histiozytosis X
Anderweitig nicht klassifizierte Schädigungen
Neopl.unsicheren Verhaltens, endokr.Drüsen,Nervensyst.
Verletzung der Milz
PCP und andere entzündliche Polyarthropathien
Psoriasis und ähnliche Affektionen
Maligne Neoplasien des Dickdarmes
Maligne Neoplasien der Trachea, Bronchien und Lunge
Maligne Neoplasien des Rektums und des Anus
Morbus Crohn (regionale Enteritis)
Andere Arthropathien
Sekundäre maligne Neopl.der Atmungs- u.Verdauungsorgane
Affektionen der Iris und des Ziliarkörpers
Maligne Neoplasien der Harnblase
Sekundäre maligne Neoplasien der Lymphknoten
Maligne Neoplasien der Niere sowie anderer Harnorgane
Maligne Neoplasien der Trachea, Bronchien und Lunge
Maligne Neoplasien anderer und NNB Lokalisation
Maligne Neoplasien des Gehirns
Niedrigmaligne Non-Hodgkin Lymphome und Histiozytosis X
Maligne Neoplasien der Harnblase
Maligne Neoplasien des Rektums und des Anus
Myeloische Leukämie
Andere maligne Neopl. innerhalb der Verdauungsorgane
Silikose
Maligne Neoplasien des Rektums und des Anus
Lymphatische Leukämie
Maligne Neoplasien der Trachea, Bronchien und Lunge
Maligne Neoplasien des Dickdarmes
Niedrigmaligne Non-Hodgkin Lymphome und Histiozytosis X
Sonstige KK des Blutes und der blutbildenden Organe
Krankheiten der weissen Blutkörperchen
males [1949-1968], continued on next page
108
ATC
ICD
Prob
Expert
Explanation of ICD
L02A
L02B
L02B
L02B
L03A
L03A
L03A
L03A
L03A
L04A
L04A
L04A
L04A
L04A
L04A
L04A
L04A
L04A
M01A
M01A
M01A
M01A
M01A
M01A
M01A
M01A
M01A
M01A
M01A
M01A
M01B
M01C
M01C
M02A
M02A
M03A
M03B
M03B
185
185
233
625
340
70
570
571
323
585
555
696
710
586
556
714
425
720
724
722
726
727
274
729
922
919
717
723
716
715
724
695
714
465
724
465
724
340
100
89.29
5.95
4.76
45.36
17.06
4.54
28.29
4.75
28.8
20.29
9.24
4.15
4.8
8.44
7.35
10.47
6.47
38.28
9.9
8.22
5.87
2.75
4.94
2.87
2.59
5.71
6.86
3.65
8.36
100
47.83
52.17
46.12
53.88
100
56.7
6.06
FALSE
FALSE
FALSE
FALSE
TRUE
FALSE
FALSE
FALSE
FALSE
NA
NA
NA
NA
NA
NA
NA
NA
NA
TRUE
TRUE
TRUE
TRUE
FALSE
TRUE
FALSE
FALSE
TRUE
TRUE
TRUE
TRUE
TRUE
NA
NA
FALSE
TRUE
FALSE
NA
NA
Maligne Neoplasien der Prostata
Maligne Neoplasien der Prostata
Carcinoma in situ der Mammae und der Urogenitalorgane
Schmerzen/Sympt.in Verb.m.weibl.Gen.org.u.Menstr.zykl.
Multiple Sklerose
Virushepatitis, excl. chronische Form (571.4)
Akute und subakute gelbe Leberatrophie
Chronische Leberkrankheit und Leberzirrhose
Enzephalitis, Myelitis und Enzephalomyelitis
Chronisches Nierenversagen, chron. Niereninsuffizienz
Morbus Crohn (regionale Enteritis)
Psoriasis und ähnliche Affektionen
Diffuse Krankheiten des Bindegewebes (Kollagenosen)
Nierenversagen, NNB
Colitis ulcerosa (idiopathische Proctocolitis)
PCP und andere entzündliche Polyarthropathien
Kardiomyopathie
Ankylosierende Spondylitis,and.entzündl.Spondylopathien
Andere Affektionen des Rückens
Intervertebrale Diskopathien
Periphere Enthesopathien und ähnliche Syndrome
Andere Affektionen der Synovialis, Sehne und Bursa
Gicht, excl. Bleigicht (984)
Andere Affektionen der Weichteile
Prellung des Rumpfes
Oberflächliche Verletzung an mehreren und NNB Stellen
Innere Kniegelenksschädigung
Andere Affektionen im zervikalen Bereich
Andere Arthropathien
Osteoarthrose und entsprechende Affektionen
Andere Affektionen des Rückens
Erythematöse Affektionen
PCP und andere entzündliche Polyarthropathien
Akute Infektion der oberen Luftwege an mehreren Stellen
Andere Affektionen des Rückens
Akute Infektion der oberen Luftwege an mehreren Stellen
Andere Affektionen des Rückens
Multiple Sklerose
males [1949-1968], continued on next page
109
ATC
ICD
Prob
Expert
Explanation of ICD
M03B
M03B
M03B
M04A
M05B
M05B
M09A
N01A
N01A
N01B
N01B
N02A
N02A
N02A
N02A
N02A
N02A
N02B
N02B
N02C
N02C
N03A
N03A
N03A
N03A
N03A
N03A
N04A
N04A
N04B
N04B
N04B
N05A
N05A
N05A
N05A
N05A
N05A
722
723
847
274
733
710
836
942
868
724
723
722
724
304
141
146
715
465
724
346
784
345
296
295
191
350
303
295
297
332
333
757
295
296
300
303
298
318
18.58
15.99
2.67
100
80.12
19.88
100
50
50
78.72
21.28
29.42
49.84
4.63
1.73
1.32
13.07
69.99
30.01
62.95
37.05
50.53
18.55
13.4
3.19
2.3
12.03
95.37
4.63
92.04
5.89
2.07
33.09
19.35
9.62
12.31
4.54
1.41
NA
NA
NA
FALSE
TRUE
FALSE
FALSE
NA
NA
TRUE
TRUE
FALSE
FALSE
FALSE
TRUE
TRUE
FALSE
FALSE
FALSE
FALSE
TRUE
TRUE
FALSE
FALSE
FALSE
TRUE
FALSE
FALSE
FALSE
TRUE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
Intervertebrale Diskopathien
Andere Affektionen im zervikalen Bereich
Verstauchung u. Zerrung anderer/NNB Stellen des Rückens
Gicht, excl. Bleigicht (984)
Andere Affektionen der Knochen und Knorpel
Diffuse Krankheiten des Bindegewebes (Kollagenosen)
Luxation des Knies
Verbrennung des Rumpfes
Verletzung sonstiger abdominaler Organe
Andere Affektionen des Rückens
Andere Affektionen im zervikalen Bereich
Intervertebrale Diskopathien
Andere Affektionen des Rückens
Medikamenten-/Drogenabhängigkeit
Maligne Neoplasien der Zunge
Maligne Neoplasien des Rachenringes
Osteoarthrose und entsprechende Affektionen
Akute Infektion der oberen Luftwege an mehreren Stellen
Andere Affektionen des Rückens
Migräne und andere primäre Kopfschmerzen
Symptome, betr. Kopf und Hals
Epilepsie
Affektive Psychosen
Schizophrene Psychosen
Maligne Neoplasien des Gehirns
Affektionen des N.trigeminus
Alkoholismus (Alkoholabhängigkeit)
Schizophrene Psychosen
Paranoide Syndrome
Parkinson’ Syndrom
And. extrapyramid.Affektionen u.abnorme Bewegungsstör.
Kongenitale Anomalien des Integumentums
Schizophrene Psychosen
Affektive Psychosen
Neurosen
Alkoholismus (Alkoholabhängigkeit)
Andere nichtorganische Psychosen
Andere Ausprägungsgrade des Schwachsinns
males [1949-1968], continued on next page
110
ATC
ICD
Prob
Expert
Explanation of ICD
N05A
N05A
N05A
N05A
N05A
N05A
N05A
N05A
N05A
N05A
N05B
N05B
N05B
N05B
N05B
N05B
N05B
N05B
N05C
N05C
N05C
N05C
N05C
N06A
N06A
N06A
N06A
N06A
N06A
N06A
N06B
N06B
N06B
N06C
N06C
N06C
N06D
N07A
297
291
311
301
310
304
308
309
317
305
304
295
303
305
300
44
345
296
304
943
305
303
345
296
311
300
303
308
298
309
347
894
755
9
465
724
388
358
1.26
2.59
4.71
1.49
1.4
2.38
2.11
1.45
0.46
1.82
12.35
20.21
19.72
6.15
10.87
6.05
10.04
14.61
20.55
4.39
15.39
34.05
25.62
34.81
17.18
17.83
16.09
5.48
5.3
3.32
34.62
53.85
11.54
23.76
52.19
24.05
100
31.52
FALSE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
FALSE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
Paranoide Syndrome
Alkohol-Psychosen
Anderweitig nicht klassifiz.depressive Zustandsbilder
Persönlichkeitsstörungen (Psychopathien)
Spezif.nichtpsychot.psych.Störung nach Hirnschädigungen
Medikamenten-/Drogenabhängigkeit
Psychogene Reaktion (akute Belastungsreaktion)
Psychogene Reaktion (Anpassungsstörung)
Leichter Schwachsinn (Debilität, IQ 50-70)
Drogen- und Medikamentenmissbrauch ohne Abhängigkeit
Medikamenten-/Drogenabhängigkeit
Schizophrene Psychosen
Alkoholismus (Alkoholabhängigkeit)
Drogen- und Medikamentenmissbrauch ohne Abhängigkeit
Neurosen
Sonstige HIV-Infektionen (incl. HTLV-LAV-Infektion)
Epilepsie
Affektive Psychosen
Medikamenten-/Drogenabhängigkeit
Verbrennung der oberen Extremit.,excl.Handgelenk+Hand
Drogen- und Medikamentenmissbrauch ohne Abhängigkeit
Alkoholismus (Alkoholabhängigkeit)
Epilepsie
Affektive Psychosen
Anderweitig nicht klassifiz.depressive Zustandsbilder
Neurosen
Alkoholismus (Alkoholabhängigkeit)
Psychogene Reaktion (akute Belastungsreaktion)
Andere nichtorganische Psychosen
Psychogene Reaktion (Anpassungsstörung)
Kataplexie und Narkolepsie
Mehrere oder NNB offene Wunden der unteren Extremitäten
Andere kongenitale Anomalien der Extremitäten
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Akute Infektion der oberen Luftwege an mehreren Stellen
Andere Affektionen des Rückens
Andere Affektionen des Ohres
Neuromuskuläre Affektionen
males [1949-1968], continued on next page
111
ATC
ICD
Prob
Expert
Explanation of ICD
N07A
N07A
N07A
N07B
N07B
N07B
N07B
N07C
N07C
N07C
N07C
N07X
N07X
P01A
P01A
P01A
P01B
P01B
P02C
P03A
P03A
P03A
R01A
R01A
R01A
R01A
R01A
R01B
R01B
R02A
R02A
R03A
R03A
R03A
R03A
R03A
R03A
R03B
596
600
523
303
304
291
70
388
386
780
389
335
333
562
565
566
44
591
127
133
84
957
473
471
470
461
465
465
724
465
724
496
493
490
466
465
486
496
28.26
33.7
6.52
61.12
22.59
10.21
6.08
41.54
19.11
36.65
2.71
61.7
38.3
59.69
22.09
18.22
50
50
100
60
30
10
10.43
6.03
4.55
6.64
72.36
52.94
47.06
77.14
22.86
12.18
6.89
14.73
8.38
54.08
3.74
43.87
FALSE
FALSE
FALSE
TRUE
TRUE
TRUE
FALSE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
TRUE
TRUE
FALSE
TRUE
FALSE
FALSE
TRUE
TRUE
FALSE
FALSE
FALSE
FALSE
Andere Affektionen der Harnblase
Prostata-Hyperplasie (incl. Adenom, Fibrom, Myom)
Parodonthopathien
Alkoholismus (Alkoholabhängigkeit)
Medikamenten-/Drogenabhängigkeit
Alkohol-Psychosen
Virushepatitis, excl. chronische Form (571.4)
Andere Affektionen des Ohres
Schwindel-Syndr.u.and.Affektionen d.Vestibular-Appar.
Allgemeine Symptome
Taubheit und Schwerhörigkeit
Affektionen der Vorderhornganglienzellen
And. extrapyramid.Affektionen u.abnorme Bewegungsstör.
Divertikel des Darmes, incl. Divertikulitis
Analfissur, -fistel, -ulkus
Abszess im Bereich des Anus und Rektums
Sonstige HIV-Infektionen (incl. HTLV-LAV-Infektion)
Hydronephrose excl. kongenital (753.2)
Andere intestinale Helminthosen
Acariasis (Milbenbefall), incl. Scabies
Malaria
Verletzung anderer und NNB Nerven
Chronische Sinusitis (hyperplastische Sinusitis)
Nasenpolypen, excl. adenomatöse (212.0)
Nasen-Septum-Deviation
Akute Sinusitis (incl. Abszess, Empyem)
Akute Infektion der oberen Luftwege an mehreren Stellen
Akute Infektion der oberen Luftwege an mehreren Stellen
Andere Affektionen des Rückens
Akute Infektion der oberen Luftwege an mehreren Stellen
Andere Affektionen des Rückens
Chron. Verschluss der Atemwege, anderw. nicht klassif.
Asthma bronchiale
Bronchitis, nicht akut oder chron. bez. (bis 8 Wochen)
Akute oder subakute Bronchitis und Bronchiolitis
Akute Infektion der oberen Luftwege an mehreren Stellen
Pneumonie, Erreger NNB
Chron. Verschluss der Atemwege, anderw. nicht klassif.
males [1949-1968], continued on next page
112
ATC
ICD
Prob
Expert
Explanation of ICD
R03B
R03B
R03C
R03C
R03D
R03D
R05
R05C
R05C
R05C
R05D
R05F
R05X
R05X
R06A
R06A
R06A
R06A
R06A
R06A
S01A
S01A
S01A
S01A
S01B
S01B
S01B
S01B
S01B
S01B
S01B
S01B
S01B
S01B
S01C
S01C
S01C
S01C
493
490
465
496
496
493
465
465
490
466
465
465
465
724
995
465
698
691
57
692
54
370
376
372
366
361
364
362
379
371
372
365
921
363
366
370
372
371
13.11
43.03
53.85
46.15
67.93
32.07
100
75.89
15.27
8.83
100
100
73.08
26.92
5.96
87.38
1.51
1.86
1.21
2.09
34.78
30.43
8.7
26.09
50.04
10.64
7.27
9.18
5.36
3.21
6.04
5.36
1.99
0.92
69.74
9.21
14.47
6.58
TRUE
TRUE
FALSE
FALSE
FALSE
TRUE
TRUE
FALSE
TRUE
TRUE
FALSE
TRUE
FALSE
FALSE
NA
NA
NA
NA
NA
NA
FALSE
TRUE
TRUE
TRUE
TRUE
FALSE
TRUE
TRUE
TRUE
TRUE
TRUE
TRUE
FALSE
TRUE
TRUE
TRUE
TRUE
TRUE
Asthma bronchiale
Bronchitis, nicht akut oder chron. bez. (bis 8 Wochen)
Akute Infektion der oberen Luftwege an mehreren Stellen
Chron. Verschluss der Atemwege, anderw. nicht klassif.
Chron. Verschluss der Atemwege, anderw. nicht klassif.
Asthma bronchiale
Akute Infektion der oberen Luftwege an mehreren Stellen
Akute Infektion der oberen Luftwege an mehreren Stellen
Bronchitis, nicht akut oder chron. bez. (bis 8 Wochen)
Akute oder subakute Bronchitis und Bronchiolitis
Akute Infektion der oberen Luftwege an mehreren Stellen
Akute Infektion der oberen Luftwege an mehreren Stellen
Akute Infektion der oberen Luftwege an mehreren Stellen
Andere Affektionen des Rückens
Anderweitig nicht klassifizierte Schädigungen
Akute Infektion der oberen Luftwege an mehreren Stellen
Pruritus u. verwandte Affektionen,excl.psychogen(306.3)
Atopik-Dermatitis und verwandte Affektionen
Andere Virusexantheme
Kontaktdermatitis und andere Ekzeme
Herpes simplex, excl. kongenital (771.2)
Keratitis excl. epidem. Keratokonjunktivitis (077.1)
Affektionen der Orbita
Affektionen der Konjunktiva
Katarakt, excl. kongenital (743.3)
Netzhautablösung und -defekte
Affektionen der Iris und des Ziliarkörpers
Andere Netzhautaffektionen, excl.Chorioretinitis (363)
Andere Affektionen des Auges excl. Pseudophakie (366.7)
Hornhauttrübungen und andere Affektionen
Affektionen der Konjunktiva
Glaukom, excl. kongenital (743.2)
Prellung des Auges und seiner Anhangsgebilde
Chorioretin.Entzünd.,Narben u.and.Affekt.der Chorioidea
Katarakt, excl. kongenital (743.3)
Keratitis excl. epidem. Keratokonjunktivitis (077.1)
Affektionen der Konjunktiva
Hornhauttrübungen und andere Affektionen
males [1949-1968], continued on next page
113
ATC
ICD
Prob
Expert
Explanation of ICD
S01E
S01E
S01E
S01E
S01E
S01F
S01G
S01G
S01G
S01H
S01H
S01X
S01X
S02A
S02C
S02C
S02D
S02D
S03B
S03C
V01A
V03A
V03A
V03A
V03A
V03A
V03A
V04C
V07A
V08A
V08B
V08B
V08B
V08B
365
361
366
371
379
720
9
465
724
362
823
371
370
382
465
724
465
724
465
366
465
585
154
350
403
153
596
193
722
164
9
465
553
722
57.65
12.6
20.3
3.58
5.86
100
18.54
66.08
15.38
50
50
58.97
41.03
100
60.61
39.39
65
35
100
100
100
53.88
13.06
8.57
3.67
11.02
9.8
100
100
100
25
25
25
25
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
NA
NA
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
NA
FALSE
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
Glaukom, excl. kongenital (743.2)
Netzhautablösung und -defekte
Katarakt, excl. kongenital (743.3)
Hornhauttrübungen und andere Affektionen
Andere Affektionen des Auges excl. Pseudophakie (366.7)
Ankylosierende Spondylitis,and.entzündl.Spondylopathien
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Akute Infektion der oberen Luftwege an mehreren Stellen
Andere Affektionen des Rückens
Andere Netzhautaffektionen, excl.Chorioretinitis (363)
Fraktur der Tibia und/oder der Fibula
Hornhauttrübungen und andere Affektionen
Keratitis excl. epidem. Keratokonjunktivitis (077.1)
Eitrige und NNB Otitis media
Akute Infektion der oberen Luftwege an mehreren Stellen
Andere Affektionen des Rückens
Akute Infektion der oberen Luftwege an mehreren Stellen
Andere Affektionen des Rückens
Akute Infektion der oberen Luftwege an mehreren Stellen
Katarakt, excl. kongenital (743.3)
Akute Infektion der oberen Luftwege an mehreren Stellen
Chronisches Nierenversagen, chron. Niereninsuffizienz
Maligne Neoplasien des Rektums und des Anus
Affektionen des N.trigeminus
Renale Hypertonie, hypertonische Nephropathie
Maligne Neoplasien des Dickdarmes
Andere Affektionen der Harnblase
Maligne Neoplasien der Schilddrüse
Intervertebrale Diskopathien
Maligne Neoplasien von Thymus, Herz und Mediastinum
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Akute Infektion der oberen Luftwege an mehreren Stellen
Andere abdomin. Hernien ohne Einklemmung oder Gangrän
Intervertebrale Diskopathien
114
Table 42: Final assignment list for class m1969 - males [1969-1988]
ATC
ICD
Prob
Expert
Explanation of ICD
A01A
A02A
A02A
A02B
A02B
A03A
A03B
A03C
A03C
A03D
A03D
A03D
A03F
A04A
A04A
A04A
A04A
A04A
A05A
A05A
A05A
A05B
A05B
A05C
A06A
A06A
A06A
A07A
A07A
A07A
A07A
A07B
A07C
A07D
A07D
A07E
112
9
465
535
530
388
519
9
301
9
465
592
9
201
340
191
225
331
508
277
576
9
465
465
565
564
455
7
343
112
568
9
261
9
465
556
100
45.16
54.84
70.48
29.52
100
100
50
50
42.47
32.88
24.66
100
23.36
45.79
16.82
7.48
6.54
14.86
68.92
16.22
22.78
77.22
100
30.83
30.83
38.35
18.75
43.75
25
12.5
100
100
63.44
36.56
57.87
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
FALSE
TRUE
FALSE
TRUE
Candidosis, excl. bei Neugeborenen (771.7)
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Akute Infektion der oberen Luftwege an mehreren Stellen
Gastritis und Duodenitis
Krankheiten des Ösophagus, excl. kongenital (750.4)
Andere Affektionen des Ohres
And. Krankh. der Atmungsorgane und Schlafapnoe-Syndrome
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Persönlichkeitsstörungen (Psychopathien)
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Akute Infektion der oberen Luftwege an mehreren Stellen
Nephrolithiasis, excl. Nephrokalzinose (275.4)
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Morbus Hodgkin
Multiple Sklerose
Maligne Neoplasien des Gehirns
Benigne Neopl.des Gehirns und sonst.Teile d.Nervensyst.
Andere zerebrale Degenerationen
Respirat.Affektionen durch and./NNB äussere Wirkstoffe
Sonstige und NNB Stoffwechselstörungen
Andere Affektionen des Gallensystems
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Akute Infektion der oberen Luftwege an mehreren Stellen
Akute Infektion der oberen Luftwege an mehreren Stellen
Analfissur, -fistel, -ulkus
Funktionelle Verdauungsstörungen, NNB
Hämorrhoiden
Durch sonst.Protozoen verursachte Verdauungssystem-KK
Zerebrale Kinderlähmung (Little’ Syndrom)
Candidosis, excl. bei Neugeborenen (771.7)
Andere Affektionen des Peritoneums
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Alimentärer Marasmus
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Akute Infektion der oberen Luftwege an mehreren Stellen
Colitis ulcerosa (idiopathische Proctocolitis)
males [1969-1988], continued on next page
115
ATC
ICD
Prob
Expert
Explanation of ICD
A07E
A07F
A07F
A07X
A08A
A09A
A09A
A09A
A10A
A10A
A10B
A11A
A11A
A11B
A11C
A11C
A11D
A11D
A11D
A11E
A11G
A11G
A11H
A11H
A11J
A12A
A12B
A12C
A12C
A12C
A14A
A15
A15
A16A
A16A
B01A
B01A
B01A
555
9
8
9
490
577
277
508
250
251
250
277
644
508
193
585
9
465
724
724
277
724
277
508
812
193
9
650
640
388
560
9
465
334
344
824
844
823
42.13
92.15
7.85
100
100
67.65
27.06
5.29
91.11
8.89
100
95.83
4.17
100
25
75
21.2
57.07
21.74
100
50
50
89.58
10.42
100
100
100
20.27
6.76
72.97
100
50
50
52.63
47.37
12.35
15.99
8.89
TRUE
TRUE
TRUE
TRUE
FALSE
TRUE
FALSE
FALSE
TRUE
FALSE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
Morbus Crohn (regionale Enteritis)
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Intestinale Infektionen durch sonstige Erreger
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Bronchitis, nicht akut oder chron. bez. (bis 8 Wochen)
Krankheiten des Pankreas
Sonstige und NNB Stoffwechselstörungen
Respirat.Affektionen durch and./NNB äussere Wirkstoffe
*Diabetes mellitus
Sonstige Störungen der inneren Sekretion des Pankreas
*Diabetes mellitus
Sonstige und NNB Stoffwechselstörungen
Vorzeitige oder drohende Wehen
Respirat.Affektionen durch and./NNB äussere Wirkstoffe
Maligne Neoplasien der Schilddrüse
Chronisches Nierenversagen, chron. Niereninsuffizienz
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Akute Infektion der oberen Luftwege an mehreren Stellen
Andere Affektionen des Rückens
Andere Affektionen des Rückens
Sonstige und NNB Stoffwechselstörungen
Andere Affektionen des Rückens
Sonstige und NNB Stoffwechselstörungen
Respirat.Affektionen durch and./NNB äussere Wirkstoffe
Fraktur des Humerus
Maligne Neoplasien der Schilddrüse
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Normale Geburt
Blutung in der Frühschwangerschaft
Andere Affektionen des Ohres
Darmverschluss ohne Angabe einer Hernie
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Akute Infektion der oberen Luftwege an mehreren Stellen
Spino-zerebellare Krankheiten
Andere Lähmungen
Frakturen der Knöchel
Verstauchung/Zerrung des Knies und des Beines
Fraktur der Tibia und/oder der Fibula
males [1969-1988], continued on next page
116
ATC
ICD
Prob
Expert
Explanation of ICD
B01A
B01A
B01A
B01A
B01A
B01A
B01A
B01A
B01A
B01A
B01A
B01A
B01A
B01A
B02A
B02A
B02A
B02A
B02B
B02B
B03A
B03A
B03B
B03X
B05A
B05B
B05X
B06A
C01A
C01B
C01C
C01C
C01D
C01D
C01E
C02A
C02A
C02C
825
717
836
959
827
845
905
821
837
822
838
451
829
733
660
286
669
640
571
287
280
650
640
201
388
388
9
686
780
427
995
989
9
465
443
9
465
9
7.12
10.82
8.24
8.69
2.71
8.55
4.59
2.27
2.28
1.18
1.28
1.14
2.13
1.78
14.29
42.86
28.57
14.29
86.89
13.11
41.67
58.33
100
100
100
100
100
100
100
100
58.65
41.35
42.86
57.14
100
35.88
64.12
31.65
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
FALSE
FALSE
FALSE
TRUE
FALSE
FALSE
TRUE
FALSE
TRUE
FALSE
FALSE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
FALSE
FALSE
FALSE
FALSE
TRUE
FALSE
FALSE
FALSE
Fraktur eines/mehr.Fusswurzel- u./od.Mittelfussknochen
Innere Kniegelenksschädigung
Luxation des Knies
Andere Komplikationen nach NNB Verletzungen
Andere,multiple u.NNB Frakturen unterer Extremitäten
Verstauchung und Zerrung des Fussgelenkes und Fusses
Spätfolgen von Verletz.d.Muskel-/Skelettsyst.+Bindegew.
Andere Frakturen des Femurs
Luxation des Knöchels
Fraktur der Patella
Luxation des Fusses
Thrombose u. Thrombophlebitis, excl.im Wochenbett (671)
Fraktur, NNB
Andere Affektionen der Knochen und Knorpel
Mechanisch behinderte Geburt
Koagulopathien
Andere Wehen- und Entbindungskomplikationen
Blutung in der Frühschwangerschaft
Chronische Leberkrankheit und Leberzirrhose
Purpura und andere hämorrhagische Diathesen
Eisenmangelanämie, excl. akute Blutungsanämie (285.1)
Normale Geburt
Blutung in der Frühschwangerschaft
Morbus Hodgkin
Andere Affektionen des Ohres
Andere Affektionen des Ohres
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Andere lokale Infektionen der Haut und der Subcutis
Allgemeine Symptome
Herzrhythmus-Störungen, excl. postoperativ (997.1)
Anderweitig nicht klassifizierte Schädigungen
Tox.Wirkung von and.,med.nichtgebräuchlichen Substanzen
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Akute Infektion der oberen Luftwege an mehreren Stellen
Andere periphere Gefässkrankheiten
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Akute Infektion der oberen Luftwege an mehreren Stellen
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
males [1969-1988], continued on next page
117
ATC
ICD
Prob
Expert
Explanation of ICD
C02C
C02D
C02D
C02K
C02K
C02L
C03B
C03B
C03C
C03C
C03D
C03E
C03E
C04A
C04A
C04A
C05A
C05A
C05A
C05B
C05B
C05C
C05C
C07A
C07A
C07A
C07B
C07B
C07C
C07C
C07F
C08C
C08C
C08D
C09A
C09B
C09C
C09C
465
401
490
289
745
401
9
465
585
285
425
345
571
388
389
386
9
465
724
9
465
455
454
401
427
414
9
465
9
465
465
585
401
465
401
401
9
401
68.35
50
50
82.76
17.24
100
31.25
68.75
75
25
100
50
50
91.68
4.16
4.16
27.45
49.02
23.53
52.13
47.87
70.13
29.87
61.89
20.04
18.07
29.7
70.3
26
74
100
38.76
61.24
100
100
100
25.88
16.17
FALSE
TRUE
FALSE
FALSE
FALSE
TRUE
FALSE
FALSE
TRUE
FALSE
TRUE
FALSE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
TRUE
TRUE
TRUE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
FALSE
TRUE
TRUE
FALSE
TRUE
Akute Infektion der oberen Luftwege an mehreren Stellen
Essentielle Hypertonie
Bronchitis, nicht akut oder chron. bez. (bis 8 Wochen)
Sonstige KK des Blutes und der blutbildenden Organe
Kongen.Anomal.des Bulbus cordi u.kardiale Septum-Defekt
Essentielle Hypertonie
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Akute Infektion der oberen Luftwege an mehreren Stellen
Chronisches Nierenversagen, chron. Niereninsuffizienz
Andere Anämien
Kardiomyopathie
Epilepsie
Chronische Leberkrankheit und Leberzirrhose
Andere Affektionen des Ohres
Taubheit und Schwerhörigkeit
Schwindel-Syndr.u.and.Affektionen d.Vestibular-Appar.
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Akute Infektion der oberen Luftwege an mehreren Stellen
Andere Affektionen des Rückens
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Akute Infektion der oberen Luftwege an mehreren Stellen
Hämorrhoiden
Varizen der unteren Extremitäten
Essentielle Hypertonie
Herzrhythmus-Störungen, excl. postoperativ (997.1)
Andere Formen von chron. ischämischen Herzkrankheiten
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Akute Infektion der oberen Luftwege an mehreren Stellen
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Akute Infektion der oberen Luftwege an mehreren Stellen
Akute Infektion der oberen Luftwege an mehreren Stellen
Chronisches Nierenversagen, chron. Niereninsuffizienz
Essentielle Hypertonie
Akute Infektion der oberen Luftwege an mehreren Stellen
Essentielle Hypertonie
Essentielle Hypertonie
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Essentielle Hypertonie
males [1969-1988], continued on next page
118
ATC
ICD
Prob
Expert
Explanation of ICD
C09C
C09D
C09D
C10A
C10A
C10B
C10B
D01A
D01A
D01B
D01B
D02A
D02A
D02B
D02B
D03A
D03A
D03B
D04A
D04A
D05A
D05B
D06A
D06A
D06B
D06B
D06B
D06B
D06B
D06B
D07A
D07A
D07B
D07B
D07C
D07C
D07X
D07X
465
9
465
410
414
9
465
9
465
9
465
9
465
277
465
9
465
686
9
465
696
696
9
465
945
944
78
949
943
941
691
696
9
465
9
465
9
465
57.95
26.29
73.71
54.93
45.07
41.67
58.33
28.08
71.92
21.8
78.2
29.73
70.27
57.14
42.86
40.16
59.84
100
37.5
62.5
100
100
33.01
66.99
20.74
22.12
27.19
13.36
9.68
6.91
53.12
46.88
36.84
63.16
26.04
73.96
26.87
73.13
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
Akute Infektion der oberen Luftwege an mehreren Stellen
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Akute Infektion der oberen Luftwege an mehreren Stellen
Akuter Myokardinfarkt
Andere Formen von chron. ischämischen Herzkrankheiten
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Akute Infektion der oberen Luftwege an mehreren Stellen
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Akute Infektion der oberen Luftwege an mehreren Stellen
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Akute Infektion der oberen Luftwege an mehreren Stellen
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Akute Infektion der oberen Luftwege an mehreren Stellen
Sonstige und NNB Stoffwechselstörungen
Akute Infektion der oberen Luftwege an mehreren Stellen
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Akute Infektion der oberen Luftwege an mehreren Stellen
Andere lokale Infektionen der Haut und der Subcutis
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Akute Infektion der oberen Luftwege an mehreren Stellen
Psoriasis und ähnliche Affektionen
Psoriasis und ähnliche Affektionen
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Akute Infektion der oberen Luftwege an mehreren Stellen
Verbrennung der unteren Extremitäten
Verbrennung an Handgelenken und Händen
And. Krankheiten durch Viren, Chlamydien und Bakterien
Verbrennung, NNB
Verbrennung der oberen Extremit.,excl.Handgelenk+Hand
Verbrennung des Gesichtes, Kopfes und Halses
Atopik-Dermatitis und verwandte Affektionen
Psoriasis und ähnliche Affektionen
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Akute Infektion der oberen Luftwege an mehreren Stellen
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Akute Infektion der oberen Luftwege an mehreren Stellen
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Akute Infektion der oberen Luftwege an mehreren Stellen
males [1969-1988], continued on next page
119
ATC
ICD
Prob
Expert
Explanation of ICD
D08A
D09A
D10A
D10B
D10B
D11A
D11A
G01A
G01A
G01A
G01A
G01A
G01B
G02A
G02A
G02A
G02A
G02C
G02C
G02C
G02C
G03B
G03B
G03C
G03C
G03D
G03D
G03D
G03D
G03D
G03F
G03G
G03G
G03H
G03H
G03X
G04B
G04B
686
945
934
9
465
691
696
623
650
217
646
669
9
311
535
635
724
646
650
669
253
302
255
465
487
632
256
614
253
640
465
606
259
302
310
490
592
596
100
100
100
25.24
74.76
59.09
40.91
14.29
50
14.29
7.14
14.29
100
25
25
25
25
15.38
46.15
23.08
15.38
70.59
29.41
55.56
44.44
54.55
18.18
9.09
9.09
9.09
100
88.62
11.38
45.45
54.55
100
40.27
13.42
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
FALSE
TRUE
FALSE
TRUE
FALSE
TRUE
FALSE
FALSE
FALSE
FALSE
TRUE
TRUE
Andere lokale Infektionen der Haut und der Subcutis
Verbrennung der unteren Extremitäten
Fremdkörper in Trachea, Bronchus und Lunge
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Akute Infektion der oberen Luftwege an mehreren Stellen
Atopik-Dermatitis und verwandte Affektionen
Psoriasis und ähnliche Affektionen
Nichtentzündliche Affektionen der Vagina
Normale Geburt
Benigne Neoplasien der Mammae
Andere Schwangerschaftskomplikationen, NNB
Andere Wehen- und Entbindungskomplikationen
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Anderweitig nicht klassifiz.depressive Zustandsbilder
Gastritis und Duodenitis
Legale Schwangerschaftsunterbrechung
Andere Affektionen des Rückens
Andere Schwangerschaftskomplikationen, NNB
Normale Geburt
Andere Wehen- und Entbindungskomplikationen
KK der Hypophyse und hypothalam. Regulationsvorgänge
Sexuelle Verhaltensabweichungen und Störungen
Krankheiten der Nebennieren
Akute Infektion der oberen Luftwege an mehreren Stellen
Grippe (durch nachgewiesene Influenza-Viren)
Missed abortion
Funktionsstörungen der Ovarien
Entzündliche KK der Ovarien, Eileiter und Peritoneums
KK der Hypophyse und hypothalam. Regulationsvorgänge
Blutung in der Frühschwangerschaft
Akute Infektion der oberen Luftwege an mehreren Stellen
Männliche Infertilität
Andere NNB endokrine Störungen
Sexuelle Verhaltensabweichungen und Störungen
Spezif.nichtpsychot.psych.Störung nach Hirnschädigungen
Bronchitis, nicht akut oder chron. bez. (bis 8 Wochen)
Nephrolithiasis, excl. Nephrokalzinose (275.4)
Andere Affektionen der Harnblase
males [1969-1988], continued on next page
120
ATC
ICD
Prob
Expert
Explanation of ICD
G04B
G04B
G04B
G04C
G04C
G04C
H01A
H01B
H01B
H01B
H01B
H01C
H02A
H02A
H02B
H02B
H03A
H03A
H03B
H03B
H04A
H04A
H04A
H05B
J01A
J01A
J01A
J01C
J01C
J01C
J01C
J01C
J01D
J01D
J01D
J01E
J01E
J01F
788
599
344
592
788
601
258
606
253
276
598
555
388
255
471
473
193
241
242
226
251
250
21
585
9
465
490
463
465
525
382
462
9
465
490
9
465
490
13.76
22.48
10.07
53.73
28.36
17.91
100
54.72
7.55
22.64
15.09
100
92.92
7.08
35.48
64.52
55.81
44.19
90.48
9.52
24.24
72.73
3.03
100
19.46
67.57
12.96
9.21
75.53
8.97
3.1
3.19
9.11
75.22
15.67
33.33
66.67
16.2
TRUE
TRUE
FALSE
FALSE
FALSE
TRUE
TRUE
FALSE
TRUE
FALSE
FALSE
FALSE
TRUE
TRUE
NA
NA
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
FALSE
FALSE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
FALSE
FALSE
TRUE
FALSE
FALSE
Symptome, betr. Harnorgane
Andere Krankheiten der Urethra und der Harnwege
Andere Lähmungen
Nephrolithiasis, excl. Nephrokalzinose (275.4)
Symptome, betr. Harnorgane
Entzündliche Krankheiten der Prostata
Polyglanduläre Dysfunktion und ähnliche Störungen
Männliche Infertilität
KK der Hypophyse und hypothalam. Regulationsvorgänge
Gleichgewichtsstör.(Flüssigk.,Elektrolyt.,Säure/Basen)
Urethra-Striktur, excl. kongenital (753.6)
Morbus Crohn (regionale Enteritis)
Andere Affektionen des Ohres
Krankheiten der Nebennieren
Nasenpolypen, excl. adenomatöse (212.0)
Chronische Sinusitis (hyperplastische Sinusitis)
Maligne Neoplasien der Schilddrüse
Knotenstruma, nicht toxisch (euthyreote Struma nodosa)
Thyreotoxikose (Hyperthyreose) mit/ohne Struma
Benigne Neoplasien der Schilddrüse
Sonstige Störungen der inneren Sekretion des Pankreas
*Diabetes mellitus
Tularämie
Chronisches Nierenversagen, chron. Niereninsuffizienz
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Akute Infektion der oberen Luftwege an mehreren Stellen
Bronchitis, nicht akut oder chron. bez. (bis 8 Wochen)
Akute Tonsillitis
Akute Infektion der oberen Luftwege an mehreren Stellen
Andere Krankheiten der Zähne u.des Zahnhalteapparates
Eitrige und NNB Otitis media
Akute Pharyngitis
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Akute Infektion der oberen Luftwege an mehreren Stellen
Bronchitis, nicht akut oder chron. bez. (bis 8 Wochen)
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Akute Infektion der oberen Luftwege an mehreren Stellen
Bronchitis, nicht akut oder chron. bez. (bis 8 Wochen)
males [1969-1988], continued on next page
121
ATC
ICD
Prob
Expert
Explanation of ICD
J01F
J01F
J01F
J01G
J01M
J01M
J01M
J01X
J02A
J02A
J04A
J04A
J04A
J04A
J04A
J04A
J04A
J05A
J05A
J05A
J05A
J05A
J05A
J05A
J06B
J06B
J07A
J07B
J07B
J07C
J07C
J07C
J07C
L01A
L01A
L01A
L01A
L01B
465
525
466
465
599
604
601
682
205
277
11
10
18
17
496
793
518
44
53
54
52
571
70
43
340
323
465
9
465
300
465
883
927
191
201
225
237
534
71.89
7.32
4.59
100
49.82
34.38
15.8
100
28.57
71.43
74
3.32
3.66
3.84
8.2
3.66
3.32
39.2
18.89
9.8
7.1
14.35
7.53
3.12
88.16
11.84
100
37.93
62.07
25
25
25
25
48.94
21.28
12.77
17.02
100
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
TRUE
TRUE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
FALSE
FALSE
FALSE
FALSE
TRUE
FALSE
NA
NA
NA
NA
NA
NA
NA
TRUE
FALSE
FALSE
FALSE
FALSE
Akute Infektion der oberen Luftwege an mehreren Stellen
Andere Krankheiten der Zähne u.des Zahnhalteapparates
Akute oder subakute Bronchitis und Bronchiolitis
Akute Infektion der oberen Luftwege an mehreren Stellen
Andere Krankheiten der Urethra und der Harnwege
Orchitis und Epididymitis
Entzündliche Krankheiten der Prostata
Phlegmone und Abszess anderer Lokalisation
Myeloische Leukämie
Sonstige und NNB Stoffwechselstörungen
Lungentuberkulose
Tuberkulöse Erstinfektion
Miliartuberkulose
Tuberkulose anderer Organe
Chron. Verschluss der Atemwege, anderw. nicht klassif.
Unspezif. Röntgen- und sonst. Befunde des Körperbaues
Andere Lungenkrankheiten
Sonstige HIV-Infektionen (incl. HTLV-LAV-Infektion)
Andere Infektionen durch Varicellen-Zoster Virus
Herpes simplex, excl. kongenital (771.2)
Varicellen (Windpocken)
Chronische Leberkrankheit und Leberzirrhose
Virushepatitis, excl. chronische Form (571.4)
AIDS-related Complex, incl. ARC, Prä-AIDS
Multiple Sklerose
Enzephalitis, Myelitis und Enzephalomyelitis
Akute Infektion der oberen Luftwege an mehreren Stellen
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Akute Infektion der oberen Luftwege an mehreren Stellen
Neurosen
Akute Infektion der oberen Luftwege an mehreren Stellen
Offene Wunde eines oder mehrerer Finger
Quetschung der oberen Extremitäten
Maligne Neoplasien des Gehirns
Morbus Hodgkin
Benigne Neopl.des Gehirns und sonst.Teile d.Nervensyst.
Neopl.unsicheren Verhaltens, endokr.Drüsen,Nervensyst.
Gastro-Jejunal-Ulcus, Ulcus pepticum jejuni
males [1969-1988], continued on next page
122
ATC
ICD
Prob
Expert
Explanation of ICD
L01C
L01D
L01D
L01X
L01X
L01X
L02A
L02B
L03A
L03A
L03A
L04A
L04A
L04A
L04A
L04A
M01A
M01A
M01B
M01C
M01C
M02A
M02A
M02A
M03A
M03A
M03B
M03B
M03B
M03B
M04A
M05B
M09A
N01A
N01A
N01A
N01A
N01B
201
201
188
205
435
285
302
214
340
70
571
555
720
425
585
556
724
727
861
906
275
9
465
724
9
465
724
723
348
847
274
340
919
802
812
813
886
465
100
85.71
14.29
35.14
32.43
32.43
100
100
51.06
18.3
30.64
45.95
13.25
8.84
13.84
18.11
80.66
19.34
100
72.73
27.27
20.41
50.36
29.23
33.33
66.67
63.8
20.89
4.38
10.93
100
100
100
25
25
25
25
46.53
FALSE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
FALSE
FALSE
NA
NA
NA
NA
NA
TRUE
TRUE
FALSE
NA
NA
FALSE
FALSE
TRUE
FALSE
FALSE
NA
NA
NA
NA
FALSE
FALSE
FALSE
NA
NA
NA
NA
FALSE
Morbus Hodgkin
Morbus Hodgkin
Maligne Neoplasien der Harnblase
Myeloische Leukämie
Zerebrale ischämische Attacke
Andere Anämien
Sexuelle Verhaltensabweichungen und Störungen
Lipom
Multiple Sklerose
Virushepatitis, excl. chronische Form (571.4)
Chronische Leberkrankheit und Leberzirrhose
Morbus Crohn (regionale Enteritis)
Ankylosierende Spondylitis,and.entzündl.Spondylopathien
Kardiomyopathie
Chronisches Nierenversagen, chron. Niereninsuffizienz
Colitis ulcerosa (idiopathische Proctocolitis)
Andere Affektionen des Rückens
Andere Affektionen der Synovialis, Sehne und Bursa
Verletzung des Herzens und der Lunge
Spätfolgen von Verletzungen der Haut und Subcutis
Störungen des Mineralstoffwechsels
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Akute Infektion der oberen Luftwege an mehreren Stellen
Andere Affektionen des Rückens
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Akute Infektion der oberen Luftwege an mehreren Stellen
Andere Affektionen des Rückens
Andere Affektionen im zervikalen Bereich
Andere Hirnkrankheiten
Verstauchung u. Zerrung anderer/NNB Stellen des Rückens
Gicht, excl. Bleigicht (984)
Multiple Sklerose
Oberflächliche Verletzung an mehreren und NNB Stellen
Fraktur der Gesichtsknochen
Fraktur des Humerus
Fraktur des Radius und/oder der Ulna
Traumat. Amputation sonstiger Finger (total/partiell)
Akute Infektion der oberen Luftwege an mehreren Stellen
males [1969-1988], continued on next page
123
ATC
ICD
Prob
Expert
Explanation of ICD
N01B
N02A
N02A
N02B
N02C
N02C
N03A
N03A
N03A
N04A
N04B
N05A
N05A
N05A
N05A
N05A
N05A
N05A
N05A
N05A
N05A
N05A
N05B
N05B
N05B
N05C
N05C
N06A
N06A
N06A
N06A
N06A
N06A
N06B
N06B
N06B
N06B
N06C
724
722
724
465
346
784
345
521
759
295
340
295
298
296
300
297
301
303
318
317
309
311
304
292
693
304
292
296
300
311
298
308
309
314
347
173
305
9
53.47
37.59
62.41
100
38.1
61.9
89.43
8.28
2.29
100
100
46.99
8.95
15
10
2.11
3.16
4.64
1.66
1.66
2.08
3.76
69.19
26.22
4.59
68.62
31.38
33.89
27.3
16.81
9.62
7.35
5.04
36.36
12.12
13.64
37.88
38.1
TRUE
FALSE
FALSE
FALSE
FALSE
TRUE
TRUE
TRUE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
TRUE
FALSE
FALSE
FALSE
FALSE
TRUE
FALSE
FALSE
FALSE
FALSE
Andere Affektionen des Rückens
Intervertebrale Diskopathien
Andere Affektionen des Rückens
Akute Infektion der oberen Luftwege an mehreren Stellen
Migräne und andere primäre Kopfschmerzen
Symptome, betr. Kopf und Hals
Epilepsie
Krankheiten der Hartsubstanz der Zähne
Andere und NNB kongenitale Anomalien
Schizophrene Psychosen
Multiple Sklerose
Schizophrene Psychosen
Andere nichtorganische Psychosen
Affektive Psychosen
Neurosen
Paranoide Syndrome
Persönlichkeitsstörungen (Psychopathien)
Alkoholismus (Alkoholabhängigkeit)
Andere Ausprägungsgrade des Schwachsinns
Leichter Schwachsinn (Debilität, IQ 50-70)
Psychogene Reaktion (Anpassungsstörung)
Anderweitig nicht klassifiz.depressive Zustandsbilder
Medikamenten-/Drogenabhängigkeit
Drogen-Psychosen
Dermatitis durch eingenommene Substanzen
Medikamenten-/Drogenabhängigkeit
Drogen-Psychosen
Affektive Psychosen
Neurosen
Anderweitig nicht klassifiz.depressive Zustandsbilder
Andere nichtorganische Psychosen
Psychogene Reaktion (akute Belastungsreaktion)
Psychogene Reaktion (Anpassungsstörung)
Hyperkinetisches Syndrom des Kindesalters
Kataplexie und Narkolepsie
Andere maligne Neoplasien der Haut
Drogen- und Medikamentenmissbrauch ohne Abhängigkeit
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
males [1969-1988], continued on next page
124
ATC
ICD
Prob
Expert
Explanation of ICD
N06C
N06D
N07A
N07A
N07B
N07B
N07B
N07C
N07C
N07C
N07X
N07X
P01A
P01A
P01B
P01B
P01B
P02C
P02C
P02C
P03A
R01A
R01B
R02A
R02A
R03A
R03A
R03B
R03B
R03B
R03C
R03D
R05
R05C
R05C
R05D
R05F
R05X
465
388
358
5
304
292
303
388
386
780
347
335
7
562
9
84
465
122
84
279
133
473
465
9
465
493
490
9
465
490
465
493
465
465
490
465
465
465
61.9
100
85.71
14.29
63.53
16.42
20.05
59.96
11.69
28.35
94.74
5.26
21.43
78.57
33.33
33.33
33.33
55.56
27.78
16.67
100
100
100
15.99
84.01
23.86
76.14
14.94
64.43
20.62
100
100
100
84.05
15.95
100
100
100
FALSE
FALSE
FALSE
FALSE
TRUE
TRUE
TRUE
TRUE
FALSE
FALSE
FALSE
FALSE
TRUE
FALSE
FALSE
TRUE
FALSE
TRUE
TRUE
FALSE
TRUE
FALSE
TRUE
FALSE
TRUE
TRUE
TRUE
FALSE
FALSE
TRUE
FALSE
TRUE
TRUE
FALSE
TRUE
FALSE
TRUE
FALSE
Akute Infektion der oberen Luftwege an mehreren Stellen
Andere Affektionen des Ohres
Neuromuskuläre Affektionen
Sonst. bakt. Lebensmittelvergiftung und Darminfektionen
Medikamenten-/Drogenabhängigkeit
Drogen-Psychosen
Alkoholismus (Alkoholabhängigkeit)
Andere Affektionen des Ohres
Schwindel-Syndr.u.and.Affektionen d.Vestibular-Appar.
Allgemeine Symptome
Kataplexie und Narkolepsie
Affektionen der Vorderhornganglienzellen
Durch sonst.Protozoen verursachte Verdauungssystem-KK
Divertikel des Darmes, incl. Divertikulitis
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Malaria
Akute Infektion der oberen Luftwege an mehreren Stellen
Echinococcus-Infektion
Malaria
Störungen mit Beteiligung der Immunmechanismen
Acariasis (Milbenbefall), incl. Scabies
Chronische Sinusitis (hyperplastische Sinusitis)
Akute Infektion der oberen Luftwege an mehreren Stellen
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Akute Infektion der oberen Luftwege an mehreren Stellen
Asthma bronchiale
Bronchitis, nicht akut oder chron. bez. (bis 8 Wochen)
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Akute Infektion der oberen Luftwege an mehreren Stellen
Bronchitis, nicht akut oder chron. bez. (bis 8 Wochen)
Akute Infektion der oberen Luftwege an mehreren Stellen
Asthma bronchiale
Akute Infektion der oberen Luftwege an mehreren Stellen
Akute Infektion der oberen Luftwege an mehreren Stellen
Bronchitis, nicht akut oder chron. bez. (bis 8 Wochen)
Akute Infektion der oberen Luftwege an mehreren Stellen
Akute Infektion der oberen Luftwege an mehreren Stellen
Akute Infektion der oberen Luftwege an mehreren Stellen
males [1969-1988], continued on next page
125
ATC
ICD
Prob
Expert
Explanation of ICD
R06A
S01A
S01B
S01B
S01B
S01B
S01B
S01B
S01B
S01B
S01B
S01B
S01B
S01B
S01B
S01C
S01C
S01C
S01E
S01E
S01E
S01E
S01E
S01E
S01E
S01F
S01G
S01G
S01X
S01X
S02A
S02A
S02A
S02A
S02C
S02D
S02D
S03B
995
392
364
366
361
921
372
370
77
379
362
371
918
871
365
361
371
378
365
743
368
361
366
377
379
555
9
465
392
361
380
382
388
465
465
465
558
304
100
100
11.93
11.17
11.42
8.63
14.72
5.84
3.3
5.33
5.08
5.33
7.87
4.31
5.08
55.56
27.78
16.67
51.5
6.02
10.53
13.16
10.9
3.01
4.89
100
26.61
73.39
18.18
81.82
28.57
28.57
23.81
19.05
100
64.29
35.71
50
NA
FALSE
TRUE
TRUE
FALSE
FALSE
TRUE
TRUE
FALSE
TRUE
TRUE
TRUE
FALSE
FALSE
TRUE
FALSE
TRUE
TRUE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
NA
Anderweitig nicht klassifizierte Schädigungen
Chorea minor (Sydenham)
Affektionen der Iris und des Ziliarkörpers
Katarakt, excl. kongenital (743.3)
Netzhautablösung und -defekte
Prellung des Auges und seiner Anhangsgebilde
Affektionen der Konjunktiva
Keratitis excl. epidem. Keratokonjunktivitis (077.1)
Andere KK der Konjunktiva durch Viren und Chlamydien
Andere Affektionen des Auges excl. Pseudophakie (366.7)
Andere Netzhautaffektionen, excl.Chorioretinitis (363)
Hornhauttrübungen und andere Affektionen
Oberflächliche Verletzung des Auges
Offene Wunde des Augapfels
Glaukom, excl. kongenital (743.2)
Netzhautablösung und -defekte
Hornhauttrübungen und andere Affektionen
Strabismus und andere Störungen der Augenmotilität
Glaukom, excl. kongenital (743.2)
Kongenitale Anomalien des Auges
Sehstörungen
Netzhautablösung und -defekte
Katarakt, excl. kongenital (743.3)
Affektionen des N.opticus und der Sehnervenbahnen
Andere Affektionen des Auges excl. Pseudophakie (366.7)
Morbus Crohn (regionale Enteritis)
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Akute Infektion der oberen Luftwege an mehreren Stellen
Chorea minor (Sydenham)
Netzhautablösung und -defekte
Affektionen des äusseren Ohres
Eitrige und NNB Otitis media
Andere Affektionen des Ohres
Akute Infektion der oberen Luftwege an mehreren Stellen
Akute Infektion der oberen Luftwege an mehreren Stellen
Akute Infektion der oberen Luftwege an mehreren Stellen
Andere nichtinfektiöse Gastroenteritis und Colitis
Medikamenten-/Drogenabhängigkeit
males [1969-1988], continued on next page
126
ATC
ICD
Prob
Expert
Explanation of ICD
S03B
S03C
V01A
V03A
V03A
V03A
V03A
V07A
V07A
V07A
V08A
V08A
V08B
V08B
465
371
465
340
585
587
201
741
335
596
454
596
465
592
50
100
100
48.33
35.83
7.5
8.33
48.28
6.9
44.83
50
50
50
50
NA
FALSE
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
Akute Infektion der oberen Luftwege an mehreren Stellen
Hornhauttrübungen und andere Affektionen
Akute Infektion der oberen Luftwege an mehreren Stellen
Multiple Sklerose
Chronisches Nierenversagen, chron. Niereninsuffizienz
Schrumpfniere,NNB(term.Atrophie d.Niere,Nephrosklerose)
Morbus Hodgkin
Spina bifida, excl. occulta (756.1)
Affektionen der Vorderhornganglienzellen
Andere Affektionen der Harnblase
Varizen der unteren Extremitäten
Andere Affektionen der Harnblase
Akute Infektion der oberen Luftwege an mehreren Stellen
Nephrolithiasis, excl. Nephrokalzinose (275.4)
127
Table 43: Final assignment list for class m1989 - males [1989-2008]
ATC
ICD
Prob
Expert
Explanation of ICD
A01A
A01A
A02A
A02B
A02B
A03A
A03A
A03B
A03D
A03D
A03F
A03F
A04A
A04A
A04A
A05A
A05A
A05A
A05A
A05B
A05B
A05B
A05B
A05C
A06A
A07A
A07A
A07B
A07B
A07C
A07D
A07E
A07E
A07F
A07F
A07X
605
774
971
535
530
466
765
9
9
465
8
9
415
192
428
277
273
751
573
465
474
571
573
789
564
466
765
8
9
8
9
556
555
9
8
9
86.38
13.62
100
60.14
39.86
54.74
45.26
100
50
50
40.48
59.52
46.67
20
33.33
72.67
5.33
12
10
25
25
25
25
100
100
47.06
52.94
53.06
46.94
100
100
53.27
46.73
66.8
33.2
50
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
TRUE
TRUE
TRUE
TRUE
TRUE
TRUE
TRUE
Phimose und Vorhautveränderungen
Andere Neugeborenen-Gelbsucht
Vergift.d.Pharmaka,die auf autonom.Nervensyst.wirken
Gastritis und Duodenitis
Krankheiten des Ösophagus, excl. kongenital (750.4)
Akute oder subakute Bronchitis und Bronchiolitis
Stör.d.verk.Schwangerschaftsd.,nichtspezif.Geb.untergew
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Akute Infektion der oberen Luftwege an mehreren Stellen
Intestinale Infektionen durch sonstige Erreger
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Akute pulmonale Herzkrankheit (akute pulm. Hypertens.)
Maligne Neoplasien anderer Teile des Nervensystems
Herzinsuffizienz
Sonstige und NNB Stoffwechselstörungen
Störungen des Plasmaproteinstoffwechsels
Andere kongenitale Anomalien der Verdauungsorgane
Andere Affektionen der Leber
Akute Infektion der oberen Luftwege an mehreren Stellen
Chron.Affektionen der Tonsillen u.des adenoiden Gewebes
Chronische Leberkrankheit und Leberzirrhose
Andere Affektionen der Leber
Sonstige Symptome, betr. Abdomen und Becken
Funktionelle Verdauungsstörungen, NNB
Akute oder subakute Bronchitis und Bronchiolitis
Stör.d.verk.Schwangerschaftsd.,nichtspezif.Geb.untergew
Intestinale Infektionen durch sonstige Erreger
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Intestinale Infektionen durch sonstige Erreger
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Colitis ulcerosa (idiopathische Proctocolitis)
Morbus Crohn (regionale Enteritis)
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Intestinale Infektionen durch sonstige Erreger
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
males [1989-2008], continued on next page
128
ATC
ICD
Prob
Expert
Explanation of ICD
A07X
A09A
A10A
A10B
A10B
A11A
A11B
A11C
A11D
A11D
A11E
A11G
A11H
A11J
A12A
A12A
A12B
A12B
A12C
A12C
A12C
A14A
A15
A16A
B01A
B01A
B01A
B01A
B01A
B01A
B01A
B01A
B01A
B01A
B02A
B02B
B03A
B03A
465
277
250
285
173
277
277
466
351
388
924
496
277
560
465
765
270
451
171
410
283
812
9
270
823
824
844
836
825
732
821
827
717
845
286
286
8
466
50
100
100
50
50
100
100
100
52.63
47.37
100
100
100
100
42.11
57.89
78.95
21.05
13.33
53.33
33.33
100
100
100
21.1
16.65
12.52
11.46
5.75
7.05
6.97
4.9
6.89
6.72
100
100
21.24
23.01
FALSE
FALSE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
FALSE
FALSE
FALSE
Akute Infektion der oberen Luftwege an mehreren Stellen
Sonstige und NNB Stoffwechselstörungen
*Diabetes mellitus
Andere Anämien
Andere maligne Neoplasien der Haut
Sonstige und NNB Stoffwechselstörungen
Sonstige und NNB Stoffwechselstörungen
Akute oder subakute Bronchitis und Bronchiolitis
Affektionen des N.facialis
Andere Affektionen des Ohres
Prellung der unteren Extremitäten und NNB Stellen
Chron. Verschluss der Atemwege, anderw. nicht klassif.
Sonstige und NNB Stoffwechselstörungen
Darmverschluss ohne Angabe einer Hernie
Akute Infektion der oberen Luftwege an mehreren Stellen
Stör.d.verk.Schwangerschaftsd.,nichtspezif.Geb.untergew
Störungen des Aminosäurentransportes u.-stoffwechsels
Thrombose u. Thrombophlebitis, excl.im Wochenbett (671)
Maligne Neopl. des Bindegewebes und anderer Weichteile
Akuter Myokardinfarkt
Erworbene hämolytische Anämien
Fraktur des Humerus
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Störungen des Aminosäurentransportes u.-stoffwechsels
Fraktur der Tibia und/oder der Fibula
Frakturen der Knöchel
Verstauchung/Zerrung des Knies und des Beines
Luxation des Knies
Fraktur eines/mehr.Fusswurzel- u./od.Mittelfussknochen
Osteochondropathien
Andere Frakturen des Femurs
Andere,multiple u.NNB Frakturen unterer Extremitäten
Innere Kniegelenksschädigung
Verstauchung und Zerrung des Fussgelenkes und Fusses
Koagulopathien
Koagulopathien
Intestinale Infektionen durch sonstige Erreger
Akute oder subakute Bronchitis und Bronchiolitis
males [1989-2008], continued on next page
129
ATC
ICD
Prob
Expert
Explanation of ICD
B03A
B03A
B03B
B03X
B03X
B05A
B05B
B05B
B05X
B05X
B05X
B06A
C01A
C01A
C01A
C01B
C01B
C01C
C01C
C01D
C01D
C01D
C01E
C02A
C02A
C02C
C02K
C02K
C02K
C02L
C03B
C03B
C03C
C03D
C03E
C03E
C04A
C05A
474
780
282
765
776
388
277
466
270
765
511
686
428
599
745
427
426
995
989
173
797
410
428
3
312
596
448
416
417
682
276
599
425
425
451
410
388
455
29.2
26.55
100
93.88
6.12
100
61.84
38.16
31.37
54.9
13.73
100
28.57
35.71
35.71
81.25
18.75
64.67
35.33
58.82
5.88
35.29
100
50
50
100
53.33
40
6.67
100
55.56
44.44
100
100
42.86
57.14
100
100
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
FALSE
TRUE
FALSE
TRUE
FALSE
TRUE
FALSE
FALSE
TRUE
TRUE
FALSE
FALSE
FALSE
FALSE
TRUE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
TRUE
FALSE
FALSE
FALSE
TRUE
Chron.Affektionen der Tonsillen u.des adenoiden Gewebes
Allgemeine Symptome
Hereditäre hämolytische Anämien
Stör.d.verk.Schwangerschaftsd.,nichtspezif.Geb.untergew
Hämatologische Affektionen des Fetus/Neugeborenen
Andere Affektionen des Ohres
Sonstige und NNB Stoffwechselstörungen
Akute oder subakute Bronchitis und Bronchiolitis
Störungen des Aminosäurentransportes u.-stoffwechsels
Stör.d.verk.Schwangerschaftsd.,nichtspezif.Geb.untergew
Pleuritis und Pleuraerguss, excl. tuberkulös (012.0)
Andere lokale Infektionen der Haut und der Subcutis
Herzinsuffizienz
Andere Krankheiten der Urethra und der Harnwege
Kongen.Anomal.des Bulbus cordi u.kardiale Septum-Defekt
Herzrhythmus-Störungen, excl. postoperativ (997.1)
Störungen im Erregungsleitungssystem des Herzens
Anderweitig nicht klassifizierte Schädigungen
Tox.Wirkung von and.,med.nichtgebräuchlichen Substanzen
Andere maligne Neoplasien der Haut
Altersschwäche ohne Angabe einer Psychose
Akuter Myokardinfarkt
Herzinsuffizienz
Sonstige Salmonellen-Infektionen
Anderweitig nicht klassifiz.Stör.des Sozialverhaltens
Andere Affektionen der Harnblase
Krankheiten der Kapillargefässe
Chron. pulmonale Herzkrankh. (chron. pulm. Hypertens.)
Andere Krankheiten des Lungenkreislaufs
Phlegmone und Abszess anderer Lokalisation
Gleichgewichtsstör.(Flüssigk.,Elektrolyt.,Säure/Basen)
Andere Krankheiten der Urethra und der Harnwege
Kardiomyopathie
Kardiomyopathie
Thrombose u. Thrombophlebitis, excl.im Wochenbett (671)
Akuter Myokardinfarkt
Andere Affektionen des Ohres
Hämorrhoiden
males [1989-2008], continued on next page
130
ATC
ICD
Prob
Expert
Explanation of ICD
C05B
C05B
C05B
C05B
C05B
C05B
C05B
C05C
C07A
C07A
C07A
C07A
C07A
C07B
C07B
C08C
C08C
C08C
C08D
C09A
C09B
C09B
C09C
C09D
C10A
D01A
D01A
D01B
D02A
D02B
D03A
D03A
D03B
D03B
D03B
D03B
D03B
D03B
34
366
482
789
813
844
924
465
425
410
401
796
427
465
807
448
580
796
780
401
276
410
415
173
465
9
466
336
474
277
474
605
85
213
270
686
729
784
14.29
14.29
14.29
14.29
14.29
14.29
14.29
100
38.67
17.33
18.67
4
21.33
50
50
40
46.67
13.33
100
100
50
50
100
100
100
52.8
47.2
100
100
100
44.68
55.32
12.5
12.5
12.5
12.5
12.5
12.5
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
FALSE
TRUE
FALSE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
Streptokokken-Angina und Scharlach
Katarakt, excl. kongenital (743.3)
Andere bakterielle Pneumonien
Sonstige Symptome, betr. Abdomen und Becken
Fraktur des Radius und/oder der Ulna
Verstauchung/Zerrung des Knies und des Beines
Prellung der unteren Extremitäten und NNB Stellen
Akute Infektion der oberen Luftwege an mehreren Stellen
Kardiomyopathie
Akuter Myokardinfarkt
Essentielle Hypertonie
Andere unspezifische Befunde
Herzrhythmus-Störungen, excl. postoperativ (997.1)
Akute Infektion der oberen Luftwege an mehreren Stellen
Frakturen einer/mehrerer Rippen,des Sternums,Larynx
Krankheiten der Kapillargefässe
Akute Glomerulonephritis
Andere unspezifische Befunde
Allgemeine Symptome
Essentielle Hypertonie
Gleichgewichtsstör.(Flüssigk.,Elektrolyt.,Säure/Basen)
Akuter Myokardinfarkt
Akute pulmonale Herzkrankheit (akute pulm. Hypertens.)
Andere maligne Neoplasien der Haut
Akute Infektion der oberen Luftwege an mehreren Stellen
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Akute oder subakute Bronchitis und Bronchiolitis
Andere Krankheiten des Rückenmarks
Chron.Affektionen der Tonsillen u.des adenoiden Gewebes
Sonstige und NNB Stoffwechselstörungen
Chron.Affektionen der Tonsillen u.des adenoiden Gewebes
Phimose und Vorhautveränderungen
Leishmaniase
Benigne Neoplasien der Knochen und Gelenkknorpel
Störungen des Aminosäurentransportes u.-stoffwechsels
Andere lokale Infektionen der Haut und der Subcutis
Andere Affektionen der Weichteile
Symptome, betr. Kopf und Hals
males [1989-2008], continued on next page
131
ATC
ICD
Prob
Expert
Explanation of ICD
D03B
D03B
D04A
D05A
D05B
D05B
D06A
D06B
D07A
D07B
D07C
D07C
D07C
D07X
D08A
D09A
D10A
D10A
D10B
D11A
G01A
G01A
G02C
G03B
G03C
G03C
G03D
G03F
G03G
G03H
G03X
G03X
G04B
G04B
G04B
G04C
H01A
H01A
910
944
605
9
490
701
605
945
605
691
465
474
605
465
703
703
9
465
465
691
465
599
227
465
8
466
521
802
752
312
9
465
741
596
788
453
253
191
12.5
12.5
100
100
50
50
100
100
100
100
32.79
36.07
31.15
100
100
100
30
70
100
100
50
50
100
100
50
50
100
100
100
100
50
50
30.77
36.75
32.48
100
38.46
30.77
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
FALSE
FALSE
FALSE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
TRUE
FALSE
FALSE
FALSE
TRUE
TRUE
TRUE
FALSE
TRUE
FALSE
Oberflächliche Verletzung (Gesicht, Hals, Kopfschwarte)
Verbrennung an Handgelenken und Händen
Phimose und Vorhautveränderungen
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Bronchitis, nicht akut oder chron. bez. (bis 8 Wochen)
Andere Atrophie und Hypertrophie der Haut
Phimose und Vorhautveränderungen
Verbrennung der unteren Extremitäten
Phimose und Vorhautveränderungen
Atopik-Dermatitis und verwandte Affektionen
Akute Infektion der oberen Luftwege an mehreren Stellen
Chron.Affektionen der Tonsillen u.des adenoiden Gewebes
Phimose und Vorhautveränderungen
Akute Infektion der oberen Luftwege an mehreren Stellen
Krankheiten der Nägel
Krankheiten der Nägel
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Akute Infektion der oberen Luftwege an mehreren Stellen
Akute Infektion der oberen Luftwege an mehreren Stellen
Atopik-Dermatitis und verwandte Affektionen
Akute Infektion der oberen Luftwege an mehreren Stellen
Andere Krankheiten der Urethra und der Harnwege
Benigne Neoplasien sonstiger endokriner Drüsen
Akute Infektion der oberen Luftwege an mehreren Stellen
Intestinale Infektionen durch sonstige Erreger
Akute oder subakute Bronchitis und Bronchiolitis
Krankheiten der Hartsubstanz der Zähne
Fraktur der Gesichtsknochen
Kongenitale Anomalien der Genitalorgane
Anderweitig nicht klassifiz.Stör.des Sozialverhaltens
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Akute Infektion der oberen Luftwege an mehreren Stellen
Spina bifida, excl. occulta (756.1)
Andere Affektionen der Harnblase
Symptome, betr. Harnorgane
Andere venöse Embolien und Thrombosen
KK der Hypophyse und hypothalam. Regulationsvorgänge
Maligne Neoplasien des Gehirns
males [1989-2008], continued on next page
132
ATC
ICD
Prob
Expert
Explanation of ICD
H01A
H01B
H01C
H02A
H02A
H02B
H03A
H03A
H03B
H04A
H05B
J01A
J01A
J01C
J01C
J01D
J01D
J01E
J01E
J01E
J01F
J01F
J01G
J01M
J01M
J01X
J02A
J02A
J04A
J04A
J04A
J05A
J05A
J05A
J05A
J06B
J07A
J07B
259
474
752
464
478
465
241
243
465
250
756
9
465
465
474
753
599
593
753
599
465
490
277
9
465
277
277
110
11
13
10
44
43
54
53
765
560
760
30.77
100
100
74.07
25.93
100
57.14
42.86
100
100
100
31.59
68.41
49.85
50.15
46.32
53.68
36.28
31.42
32.3
76.42
23.58
100
45.39
54.61
100
92.31
7.69
75.81
21.77
2.42
15.15
11.11
59.6
14.14
100
100
100
TRUE
FALSE
FALSE
TRUE
TRUE
NA
FALSE
TRUE
FALSE
TRUE
FALSE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
FALSE
FALSE
FALSE
TRUE
TRUE
TRUE
TRUE
FALSE
FALSE
TRUE
FALSE
TRUE
NA
NA
Andere NNB endokrine Störungen
Chron.Affektionen der Tonsillen u.des adenoiden Gewebes
Kongenitale Anomalien der Genitalorgane
Akute Laryngitis und Tracheitis
Andere Krankheiten der oberen Luftwege
Akute Infektion der oberen Luftwege an mehreren Stellen
Knotenstruma, nicht toxisch (euthyreote Struma nodosa)
Kongenitale Hypothyreose (Kretinismus)
Akute Infektion der oberen Luftwege an mehreren Stellen
*Diabetes mellitus
Andere kong. Anomalien des Muskel- und Skelettsystems
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Akute Infektion der oberen Luftwege an mehreren Stellen
Akute Infektion der oberen Luftwege an mehreren Stellen
Chron.Affektionen der Tonsillen u.des adenoiden Gewebes
Kongenitale Anomalien der Harnorgane
Andere Krankheiten der Urethra und der Harnwege
Andere Affektionen der Niere und des Ureters
Kongenitale Anomalien der Harnorgane
Andere Krankheiten der Urethra und der Harnwege
Akute Infektion der oberen Luftwege an mehreren Stellen
Bronchitis, nicht akut oder chron. bez. (bis 8 Wochen)
Sonstige und NNB Stoffwechselstörungen
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Akute Infektion der oberen Luftwege an mehreren Stellen
Sonstige und NNB Stoffwechselstörungen
Sonstige und NNB Stoffwechselstörungen
Dermatophytie (Tinea)
Lungentuberkulose
Tuberkulose der Meningen und des Zentralnervensystems
Tuberkulöse Erstinfektion
Sonstige HIV-Infektionen (incl. HTLV-LAV-Infektion)
AIDS-related Complex, incl. ARC, Prä-AIDS
Herpes simplex, excl. kongenital (771.2)
Andere Infektionen durch Varicellen-Zoster Virus
Stör.d.verk.Schwangerschaftsd.,nichtspezif.Geb.untergew
Darmverschluss ohne Angabe einer Hernie
Schädigungen des Fetus/Neugeborenen durch KK der Mutter
males [1989-2008], continued on next page
133
ATC
ICD
Prob
Expert
Explanation of ICD
J07C
L01A
L01B
L01B
L01B
L01B
L01C
L01D
L01X
L02A
L02A
L02B
L02B
L03A
L04A
L04A
L04A
L04A
L04A
L04A
L04A
L04A
L04A
M01A
M01A
M01B
M01B
M01B
M01C
M02A
M03B
M03B
M03B
M04A
M05B
N01A
N01B
N02A
279
191
135
204
714
284
172
485
191
191
585
344
724
474
586
751
581
714
573
555
223
571
283
465
474
461
465
848
850
465
344
723
343
11
357
813
54
474
100
100
18.57
27.14
42.86
11.43
100
100
100
78.95
21.05
50
50
100
8.55
19.08
13.16
17.11
11.84
14.47
3.95
5.92
5.92
51.57
48.43
33.33
33.33
33.33
100
100
73.93
10.9
15.17
100
100
100
100
58.9
NA
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
NA
NA
NA
NA
NA
NA
NA
NA
NA
FALSE
FALSE
FALSE
FALSE
FALSE
NA
FALSE
NA
NA
NA
FALSE
FALSE
NA
FALSE
FALSE
Störungen mit Beteiligung der Immunmechanismen
Maligne Neoplasien des Gehirns
Sarkoidose (Besnier-Boeck-Schaumann’ Krankheit)
Lymphatische Leukämie
PCP und andere entzündliche Polyarthropathien
Aplastische Anämien
Malignes Melanom der Haut,excl.Genitalorgane (184,187)
Bronchopneumonie, Erreger NNB
Maligne Neoplasien des Gehirns
Maligne Neoplasien des Gehirns
Chronisches Nierenversagen, chron. Niereninsuffizienz
Andere Lähmungen
Andere Affektionen des Rückens
Chron.Affektionen der Tonsillen u.des adenoiden Gewebes
Nierenversagen, NNB
Andere kongenitale Anomalien der Verdauungsorgane
Nephrotisches Syndrom
PCP und andere entzündliche Polyarthropathien
Andere Affektionen der Leber
Morbus Crohn (regionale Enteritis)
Benigne Neoplasien der Niere und sonstiger Harnorgane
Chronische Leberkrankheit und Leberzirrhose
Erworbene hämolytische Anämien
Akute Infektion der oberen Luftwege an mehreren Stellen
Chron.Affektionen der Tonsillen u.des adenoiden Gewebes
Akute Sinusitis (incl. Abszess, Empyem)
Akute Infektion der oberen Luftwege an mehreren Stellen
Andere Verstauchungen und Zerrungen
Commotio cerebri
Akute Infektion der oberen Luftwege an mehreren Stellen
Andere Lähmungen
Andere Affektionen im zervikalen Bereich
Zerebrale Kinderlähmung (Little’ Syndrom)
Lungentuberkulose
Entzündliche und toxische Neuropathien
Fraktur des Radius und/oder der Ulna
Herpes simplex, excl. kongenital (771.2)
Chron.Affektionen der Tonsillen u.des adenoiden Gewebes
males [1989-2008], continued on next page
134
ATC
ICD
Prob
Expert
Explanation of ICD
N02A
N02B
N02B
N02B
N02C
N03A
N03A
N03A
N04A
N04A
N04A
N04B
N05A
N05A
N05A
N05A
N05A
N05A
N05A
N05A
N05A
N05B
N05B
N05C
N05C
N05C
N05C
N06A
N06A
N06A
N06A
N06A
N06A
N06A
N06B
N06C
N06C
N06D
605
465
466
474
700
345
343
344
295
297
298
867
312
299
295
309
317
318
298
314
297
780
345
600
413
453
280
300
296
309
311
312
308
298
314
789
923
362
41.1
28.4
32.63
38.97
100
84.38
7.72
7.89
50
20
30
100
25.64
20.34
9.53
10.81
4.03
3.6
4.87
19.07
2.12
65.26
34.74
35.29
17.65
23.53
23.53
24.14
17.24
18.39
5.36
18.39
9.58
6.9
100
50
50
32.61
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
FALSE
FALSE
FALSE
Phimose und Vorhautveränderungen
Akute Infektion der oberen Luftwege an mehreren Stellen
Akute oder subakute Bronchitis und Bronchiolitis
Chron.Affektionen der Tonsillen u.des adenoiden Gewebes
Hühneraugen und Hornhautschwielen
Epilepsie
Zerebrale Kinderlähmung (Little’ Syndrom)
Andere Lähmungen
Schizophrene Psychosen
Paranoide Syndrome
Andere nichtorganische Psychosen
Verletzung der Beckenorgane,excl. b.Entbindung(664-665)
Anderweitig nicht klassifiz.Stör.des Sozialverhaltens
Typische Psychosen des Kindesalters
Schizophrene Psychosen
Psychogene Reaktion (Anpassungsstörung)
Leichter Schwachsinn (Debilität, IQ 50-70)
Andere Ausprägungsgrade des Schwachsinns
Andere nichtorganische Psychosen
Hyperkinetisches Syndrom des Kindesalters
Paranoide Syndrome
Allgemeine Symptome
Epilepsie
Prostata-Hyperplasie (incl. Adenom, Fibrom, Myom)
Angina pectoris
Andere venöse Embolien und Thrombosen
Eisenmangelanämie, excl. akute Blutungsanämie (285.1)
Neurosen
Affektive Psychosen
Psychogene Reaktion (Anpassungsstörung)
Anderweitig nicht klassifiz.depressive Zustandsbilder
Anderweitig nicht klassifiz.Stör.des Sozialverhaltens
Psychogene Reaktion (akute Belastungsreaktion)
Andere nichtorganische Psychosen
Hyperkinetisches Syndrom des Kindesalters
Sonstige Symptome, betr. Abdomen und Becken
Prellung der oberen Extremitäten
Andere Netzhautaffektionen, excl.Chorioretinitis (363)
males [1989-2008], continued on next page
135
ATC
ICD
Prob
Expert
Explanation of ICD
N06D
N07A
N07B
N07C
N07X
P01A
P01A
P02C
P03A
R01A
R01A
R01B
R02A
R03A
R03A
R03A
R03B
R03B
R03B
R03C
R03D
R05
R05
R05C
R05C
R05C
R05D
R05F
R05X
R05X
R06A
S01A
S01B
S01B
S01B
S01B
S01B
S01B
388
173
304
388
9
535
540
122
133
465
474
704
465
466
493
496
466
493
496
466
493
787
910
465
466
474
474
466
474
605
708
370
366
921
363
362
361
743
67.39
100
100
100
100
38.46
61.54
100
100
37.17
62.83
100
100
55.59
28.98
15.43
57.9
26.88
15.22
100
100
50
50
48.58
23.56
27.86
100
100
50
50
100
100
20.54
14.29
7.14
11.61
8.04
9.82
FALSE
FALSE
TRUE
TRUE
FALSE
FALSE
FALSE
TRUE
TRUE
TRUE
FALSE
FALSE
TRUE
FALSE
TRUE
FALSE
FALSE
TRUE
FALSE
FALSE
TRUE
FALSE
FALSE
FALSE
TRUE
FALSE
FALSE
TRUE
FALSE
FALSE
NA
TRUE
TRUE
FALSE
TRUE
TRUE
FALSE
FALSE
Andere Affektionen des Ohres
Andere maligne Neoplasien der Haut
Medikamenten-/Drogenabhängigkeit
Andere Affektionen des Ohres
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Gastritis und Duodenitis
Akute Appendicitis
Echinococcus-Infektion
Acariasis (Milbenbefall), incl. Scabies
Akute Infektion der oberen Luftwege an mehreren Stellen
Chron.Affektionen der Tonsillen u.des adenoiden Gewebes
Krankheiten der Haare und Haarbälge
Akute Infektion der oberen Luftwege an mehreren Stellen
Akute oder subakute Bronchitis und Bronchiolitis
Asthma bronchiale
Chron. Verschluss der Atemwege, anderw. nicht klassif.
Akute oder subakute Bronchitis und Bronchiolitis
Asthma bronchiale
Chron. Verschluss der Atemwege, anderw. nicht klassif.
Akute oder subakute Bronchitis und Bronchiolitis
Asthma bronchiale
Symptome, betr. Verdauungssystem
Oberflächliche Verletzung (Gesicht, Hals, Kopfschwarte)
Akute Infektion der oberen Luftwege an mehreren Stellen
Akute oder subakute Bronchitis und Bronchiolitis
Chron.Affektionen der Tonsillen u.des adenoiden Gewebes
Chron.Affektionen der Tonsillen u.des adenoiden Gewebes
Akute oder subakute Bronchitis und Bronchiolitis
Chron.Affektionen der Tonsillen u.des adenoiden Gewebes
Phimose und Vorhautveränderungen
Urtikaria
Keratitis excl. epidem. Keratokonjunktivitis (077.1)
Katarakt, excl. kongenital (743.3)
Prellung des Auges und seiner Anhangsgebilde
Chorioretin.Entzünd.,Narben u.and.Affekt.der Chorioidea
Andere Netzhautaffektionen, excl.Chorioretinitis (363)
Netzhautablösung und -defekte
Kongenitale Anomalien des Auges
males [1989-2008], continued on next page
136
ATC
ICD
Prob
Expert
Explanation of ICD
S01B
S01B
S01B
S01C
S01E
S01E
S01E
S01F
S01G
S01G
S01X
S02A
S02C
S02C
S02D
S03B
S03C
V01A
V03A
V07A
V07A
364
378
365
361
365
371
996
743
465
474
348
382
380
605
474
474
474
980
585
596
604
7.14
15.18
6.25
100
42.11
26.32
31.58
100
45.79
54.21
100
100
50
50
100
100
100
100
100
50
50
TRUE
TRUE
TRUE
FALSE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
FALSE
FALSE
NA
FALSE
NA
NA
NA
NA
Affektionen der Iris und des Ziliarkörpers
Strabismus und andere Störungen der Augenmotilität
Glaukom, excl. kongenital (743.2)
Netzhautablösung und -defekte
Glaukom, excl. kongenital (743.2)
Hornhauttrübungen und andere Affektionen
Komplikationen nach bestimmten spezif.Massnahmen
Kongenitale Anomalien des Auges
Akute Infektion der oberen Luftwege an mehreren Stellen
Chron.Affektionen der Tonsillen u.des adenoiden Gewebes
Andere Hirnkrankheiten
Eitrige und NNB Otitis media
Affektionen des äusseren Ohres
Phimose und Vorhautveränderungen
Chron.Affektionen der Tonsillen u.des adenoiden Gewebes
Chron.Affektionen der Tonsillen u.des adenoiden Gewebes
Chron.Affektionen der Tonsillen u.des adenoiden Gewebes
Toxische Wirkung durch Alkohol
Chronisches Nierenversagen, chron. Niereninsuffizienz
Andere Affektionen der Harnblase
Orchitis und Epididymitis
137
Table 44: Final assignment list for class w1900 - females [1900-1948]
ATC
ICD
Prob
Expert
Explanation of ICD
A01A
A02A
A02B
A02B
A02B
A02B
A02B
A03A
A03A
A03B
A03B
A03C
A03D
A03F
A03F
A03F
A03F
A03F
A03F
A03F
A03F
A04A
A04A
A04A
A04A
A04A
A04A
A04A
A05
A05A
A05A
A05A
A05A
A05B
A05B
A05B
366
366
535
530
531
715
532
562
564
366
574
366
574
250
366
401
428
535
715
724
780
174
183
191
162
153
157
11
562
576
571
574
573
571
303
573
100
100
20.98
10.67
6.7
59.02
2.63
61.92
38.08
53.23
46.77
100
100
9.92
15.88
13.18
11.15
10.91
11.3
16.58
11.08
57.23
9.11
3.89
9.96
11.42
5.59
2.79
100
19.04
23.37
48.55
9.04
70.14
14.21
15.65
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
Katarakt, excl. kongenital (743.3)
Katarakt, excl. kongenital (743.3)
Gastritis und Duodenitis
Krankheiten des Ösophagus, excl. kongenital (750.4)
"Ulcus ventriculi, excl. ""Ulcus Dieulafoy"" (448.2)"
Osteoarthrose und entsprechende Affektionen
Ulcus duodeni
Divertikel des Darmes, incl. Divertikulitis
Funktionelle Verdauungsstörungen, NNB
Katarakt, excl. kongenital (743.3)
Cholelithiasis
Katarakt, excl. kongenital (743.3)
Cholelithiasis
*Diabetes mellitus
Katarakt, excl. kongenital (743.3)
Essentielle Hypertonie
Herzinsuffizienz
Gastritis und Duodenitis
Osteoarthrose und entsprechende Affektionen
Andere Affektionen des Rückens
Allgemeine Symptome
Maligne Neoplasien der weiblichen Brustdrüse
Maligne Neoplasien des Ovariums und sonstiger Adnexe
Maligne Neoplasien des Gehirns
Maligne Neoplasien der Trachea, Bronchien und Lunge
Maligne Neoplasien des Dickdarmes
Maligne Neoplasien des Pankreas
Lungentuberkulose
Divertikel des Darmes, incl. Divertikulitis
Andere Affektionen des Gallensystems
Chronische Leberkrankheit und Leberzirrhose
Cholelithiasis
Andere Affektionen der Leber
Chronische Leberkrankheit und Leberzirrhose
Alkoholismus (Alkoholabhängigkeit)
Andere Affektionen der Leber
females [1900-1948], continued on next page
138
ATC
ICD
Prob
Expert
Explanation of ICD
A05C
A05C
A05C
A05C
A06A
A06A
A07A
A07A
A07B
A07B
A07B
A07C
A07C
A07C
A07C
A07D
A07D
A07E
A07E
A07E
A07E
A07E
A07E
A07F
A07F
A07F
A07X
A08A
A08A
A09A
A09A
A10A
A10A
A10B
A11A
A11B
A11B
A11C
401
553
574
733
564
560
571
112
9
558
564
9
276
290
558
558
9
556
555
558
562
557
714
558
9
8
250
620
733
577
157
250
251
250
183
781
820
585
26.92
23.08
26.92
23.08
63.52
36.48
76.14
23.86
33.33
33.33
33.33
32.14
19.64
21.43
26.79
56.28
43.72
32.25
11.52
26.93
17.35
3.1
8.86
49.37
37.24
13.39
100
50
50
76.83
23.17
96.92
3.08
100
100
50
50
39.64
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
TRUE
FALSE
FALSE
TRUE
TRUE
TRUE
TRUE
TRUE
TRUE
FALSE
TRUE
FALSE
FALSE
TRUE
TRUE
FALSE
FALSE
FALSE
TRUE
FALSE
TRUE
FALSE
TRUE
FALSE
TRUE
FALSE
FALSE
Essentielle Hypertonie
Andere abdomin. Hernien ohne Einklemmung oder Gangrän
Cholelithiasis
Andere Affektionen der Knochen und Knorpel
Funktionelle Verdauungsstörungen, NNB
Darmverschluss ohne Angabe einer Hernie
Chronische Leberkrankheit und Leberzirrhose
Candidosis, excl. bei Neugeborenen (771.7)
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Andere nichtinfektiöse Gastroenteritis und Colitis
Funktionelle Verdauungsstörungen, NNB
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Gleichgewichtsstör.(Flüssigk.,Elektrolyt.,Säure/Basen)
Senile und präsenile organische Psychosen
Andere nichtinfektiöse Gastroenteritis und Colitis
Andere nichtinfektiöse Gastroenteritis und Colitis
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Colitis ulcerosa (idiopathische Proctocolitis)
Morbus Crohn (regionale Enteritis)
Andere nichtinfektiöse Gastroenteritis und Colitis
Divertikel des Darmes, incl. Divertikulitis
Vaskuläre Insuffizienz des Darmes
PCP und andere entzündliche Polyarthropathien
Andere nichtinfektiöse Gastroenteritis und Colitis
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Intestinale Infektionen durch sonstige Erreger
*Diabetes mellitus
Nichtentzündl.Affektionen d.Ovarien,Eileiter,Lig.latum
Andere Affektionen der Knochen und Knorpel
Krankheiten des Pankreas
Maligne Neoplasien des Pankreas
*Diabetes mellitus
Sonstige Störungen der inneren Sekretion des Pankreas
*Diabetes mellitus
Maligne Neoplasien des Ovariums und sonstiger Adnexe
Symptome, betr. Nerven-, Muskel- und Skelettsystem
Fraktur des Femurhalses
Chronisches Nierenversagen, chron. Niereninsuffizienz
females [1900-1948], continued on next page
139
ATC
ICD
Prob
Expert
Explanation of ICD
A11C
A11C
A11C
A11C
A11D
A11E
A11E
A11G
A11G
A11H
A11H
A11J
A12A
A12A
A12B
A12C
A13A
A14A
A14A
A14A
A14A
A15
A16A
A16A
B01A
B01A
B01A
B01A
B01A
B01A
B01A
B01A
B01A
B01A
B01A
B01A
B01A
B01A
252
241
193
586
354
401
724
428
724
366
733
366
733
241
428
366
401
366
401
428
724
562
250
733
715
824
820
823
451
717
821
735
996
415
822
825
410
436
10.47
27.62
9.35
12.92
100
43.29
56.71
47.37
52.63
42.42
57.58
100
82.55
17.45
100
100
100
27.62
22.65
25.97
23.76
100
52.13
47.87
39
5.91
9.12
2.86
3.7
6.3
2.37
5.23
4.57
3.44
1.01
0.68
3.5
5.54
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
FALSE
FALSE
FALSE
FALSE
TRUE
FALSE
FALSE
TRUE
TRUE
Krankheiten der Parathyreoidea
Knotenstruma, nicht toxisch (euthyreote Struma nodosa)
Maligne Neoplasien der Schilddrüse
Nierenversagen, NNB
Mononeuropathie oberer Extremit.u.Mononeuritis multipl.
Essentielle Hypertonie
Andere Affektionen des Rückens
Herzinsuffizienz
Andere Affektionen des Rückens
Katarakt, excl. kongenital (743.3)
Andere Affektionen der Knochen und Knorpel
Katarakt, excl. kongenital (743.3)
Andere Affektionen der Knochen und Knorpel
Knotenstruma, nicht toxisch (euthyreote Struma nodosa)
Herzinsuffizienz
Katarakt, excl. kongenital (743.3)
Essentielle Hypertonie
Katarakt, excl. kongenital (743.3)
Essentielle Hypertonie
Herzinsuffizienz
Andere Affektionen des Rückens
Divertikel des Darmes, incl. Divertikulitis
*Diabetes mellitus
Andere Affektionen der Knochen und Knorpel
Osteoarthrose und entsprechende Affektionen
Frakturen der Knöchel
Fraktur des Femurhalses
Fraktur der Tibia und/oder der Fibula
Thrombose u. Thrombophlebitis, excl.im Wochenbett (671)
Innere Kniegelenksschädigung
Andere Frakturen des Femurs
Erworbene Deformitäten der Zehen
Komplikationen nach bestimmten spezif.Massnahmen
Akute pulmonale Herzkrankheit (akute pulm. Hypertens.)
Fraktur der Patella
Fraktur eines/mehr.Fusswurzel- u./od.Mittelfussknochen
Akuter Myokardinfarkt
Akute aber mangelhaft bezeichnete Hirngefässkrankheiten
females [1900-1948], continued on next page
140
ATC
ICD
Prob
Expert
Explanation of ICD
B01A
B01A
B01A
B01A
B02A
B02B
B02B
B02B
B03A
B03A
B03B
B03B
B03B
B03X
B03X
B03X
B03X
B05A
B05B
B05B
B05B
B05X
B05X
B05X
B05X
B06A
C01A
C01A
C01B
C01C
C01C
C01D
C01D
C01D
C01D
C01D
C01E
C01E
453
836
434
905
142
366
427
571
280
285
281
714
285
585
203
285
586
388
276
486
599
151
587
184
157
707
428
427
427
366
780
414
413
411
410
428
366
401
1.04
1.37
2.15
2.22
100
34.55
34.55
30.91
63.93
36.07
17.36
58.25
24.38
58.13
10.95
19.79
11.13
100
30.03
37.59
32.39
47.22
11.11
16.67
25
100
51.4
48.6
100
57.51
42.49
38.43
16.8
6.63
10.67
27.47
42.39
28.74
TRUE
FALSE
TRUE
FALSE
FALSE
FALSE
FALSE
TRUE
TRUE
FALSE
TRUE
FALSE
FALSE
FALSE
TRUE
FALSE
FALSE
FALSE
TRUE
FALSE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
TRUE
TRUE
FALSE
FALSE
TRUE
TRUE
TRUE
TRUE
TRUE
FALSE
TRUE
Andere venöse Embolien und Thrombosen
Luxation des Knies
Verschl.zerebr.Arterien,auch Stenosen(Territorial-Inf.)
Spätfolgen von Verletz.d.Muskel-/Skelettsyst.+Bindegew.
Maligne Neoplasien der Hauptspeicheldrüsen
Katarakt, excl. kongenital (743.3)
Herzrhythmus-Störungen, excl. postoperativ (997.1)
Chronische Leberkrankheit und Leberzirrhose
Eisenmangelanämie, excl. akute Blutungsanämie (285.1)
Andere Anämien
Andere Mangelanämien
PCP und andere entzündliche Polyarthropathien
Andere Anämien
Chronisches Nierenversagen, chron. Niereninsuffizienz
Multiples Myelom und immunproliferative Neoplasien
Andere Anämien
Nierenversagen, NNB
Andere Affektionen des Ohres
Gleichgewichtsstör.(Flüssigk.,Elektrolyt.,Säure/Basen)
Pneumonie, Erreger NNB
Andere Krankheiten der Urethra und der Harnwege
Maligne Neoplasien des Magens
Schrumpfniere,NNB(term.Atrophie d.Niere,Nephrosklerose)
Maligne Neoplasien anderer weiblicher Genitalorgane
Maligne Neoplasien des Pankreas
Chronisches Ulcus der Haut und Pyoderma gangraenosum
Herzinsuffizienz
Herzrhythmus-Störungen, excl. postoperativ (997.1)
Herzrhythmus-Störungen, excl. postoperativ (997.1)
Katarakt, excl. kongenital (743.3)
Allgemeine Symptome
Andere Formen von chron. ischämischen Herzkrankheiten
Angina pectoris
Andere akute oder subakute Formen von ischäm. HerzKK
Akuter Myokardinfarkt
Herzinsuffizienz
Katarakt, excl. kongenital (743.3)
Essentielle Hypertonie
females [1900-1948], continued on next page
141
ATC
ICD
Prob
Expert
Explanation of ICD
C01E
C02A
C02C
C02D
C02D
C02K
C02K
C02L
C02L
C03B
C03B
C03B
C03B
C03C
C03C
C03C
C03D
C03D
C03E
C03E
C04A
C04A
C04A
C05A
C05A
C05B
C05C
C05C
C07A
C07A
C07A
C07A
C07A
C07B
C07B
C07B
C07C
C07C
428
401
401
366
401
416
710
366
715
366
401
428
715
428
429
585
428
571
428
571
388
386
362
366
724
454
454
455
427
401
414
413
410
366
401
715
366
401
28.88
100
100
38.46
61.54
75.56
24.44
67.2
32.8
34.83
25.28
20.21
19.68
75.37
12.22
12.4
88.42
11.58
83.65
16.35
37.99
30.01
32
56.88
43.12
100
85.08
14.92
28.81
37.79
18.89
7.73
6.78
36.19
33.83
29.98
37.86
15.36
TRUE
TRUE
TRUE
FALSE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
FALSE
FALSE
TRUE
TRUE
TRUE
TRUE
TRUE
TRUE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
TRUE
TRUE
TRUE
TRUE
TRUE
TRUE
FALSE
FALSE
TRUE
FALSE
FALSE
TRUE
Herzinsuffizienz
Essentielle Hypertonie
Essentielle Hypertonie
Katarakt, excl. kongenital (743.3)
Essentielle Hypertonie
Chron. pulmonale Herzkrankh. (chron. pulm. Hypertens.)
Diffuse Krankheiten des Bindegewebes (Kollagenosen)
Katarakt, excl. kongenital (743.3)
Osteoarthrose und entsprechende Affektionen
Katarakt, excl. kongenital (743.3)
Essentielle Hypertonie
Herzinsuffizienz
Osteoarthrose und entsprechende Affektionen
Herzinsuffizienz
Mangelhafte Beschreibungen und Komplik. von HerzKK
Chronisches Nierenversagen, chron. Niereninsuffizienz
Herzinsuffizienz
Chronische Leberkrankheit und Leberzirrhose
Herzinsuffizienz
Chronische Leberkrankheit und Leberzirrhose
Andere Affektionen des Ohres
Schwindel-Syndr.u.and.Affektionen d.Vestibular-Appar.
Andere Netzhautaffektionen, excl.Chorioretinitis (363)
Katarakt, excl. kongenital (743.3)
Andere Affektionen des Rückens
Varizen der unteren Extremitäten
Varizen der unteren Extremitäten
Hämorrhoiden
Herzrhythmus-Störungen, excl. postoperativ (997.1)
Essentielle Hypertonie
Andere Formen von chron. ischämischen Herzkrankheiten
Angina pectoris
Akuter Myokardinfarkt
Katarakt, excl. kongenital (743.3)
Essentielle Hypertonie
Osteoarthrose und entsprechende Affektionen
Katarakt, excl. kongenital (743.3)
Essentielle Hypertonie
females [1900-1948], continued on next page
142
ATC
ICD
Prob
Expert
Explanation of ICD
C07C
C07C
C07D
C07F
C08C
C08D
C09A
C09B
C09C
C09D
C10A
C10A
C10A
C10A
C10B
C10B
C10B
D01A
D01B
D01B
D02A
D02B
D02B
D03A
D03A
D03A
D03B
D04A
D05A
D05B
D05B
D05B
D06A
D06B
D06B
D07A
D07A
D07A
715
724
173
366
401
427
401
401
401
401
414
413
433
410
250
366
414
366
715
735
366
153
173
366
428
599
707
366
696
696
697
202
366
707
454
691
692
696
28.05
18.73
100
100
100
100
100
100
100
100
51.4
20.36
12.48
15.76
24.37
27.17
48.46
100
46.97
53.03
100
44.44
55.56
31.9
35.14
32.96
100
100
100
67.21
16.39
16.39
100
53.27
46.73
42.76
27.27
29.97
FALSE
FALSE
NA
FALSE
TRUE
FALSE
TRUE
TRUE
TRUE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
TRUE
TRUE
FALSE
FALSE
FALSE
FALSE
TRUE
TRUE
TRUE
Osteoarthrose und entsprechende Affektionen
Andere Affektionen des Rückens
Andere maligne Neoplasien der Haut
Katarakt, excl. kongenital (743.3)
Essentielle Hypertonie
Herzrhythmus-Störungen, excl. postoperativ (997.1)
Essentielle Hypertonie
Essentielle Hypertonie
Essentielle Hypertonie
Essentielle Hypertonie
Andere Formen von chron. ischämischen Herzkrankheiten
Angina pectoris
Verschl.u.Stenose d.präzerebralen (extrakran.) Arterien
Akuter Myokardinfarkt
*Diabetes mellitus
Katarakt, excl. kongenital (743.3)
Andere Formen von chron. ischämischen Herzkrankheiten
Katarakt, excl. kongenital (743.3)
Osteoarthrose und entsprechende Affektionen
Erworbene Deformitäten der Zehen
Katarakt, excl. kongenital (743.3)
Maligne Neoplasien des Dickdarmes
Andere maligne Neoplasien der Haut
Katarakt, excl. kongenital (743.3)
Herzinsuffizienz
Andere Krankheiten der Urethra und der Harnwege
Chronisches Ulcus der Haut und Pyoderma gangraenosum
Katarakt, excl. kongenital (743.3)
Psoriasis und ähnliche Affektionen
Psoriasis und ähnliche Affektionen
Lichen
Niedrigmaligne Non-Hodgkin Lymphome und Histiozytosis X
Katarakt, excl. kongenital (743.3)
Chronisches Ulcus der Haut und Pyoderma gangraenosum
Varizen der unteren Extremitäten
Atopik-Dermatitis und verwandte Affektionen
Kontaktdermatitis und andere Ekzeme
Psoriasis und ähnliche Affektionen
females [1900-1948], continued on next page
143
ATC
ICD
Prob
Expert
Explanation of ICD
D07B
D07B
D07C
D07X
D07X
D07X
D08A
D09A
D09A
D10A
D10A
D10B
D11A
D11A
G01A
G01A
G01B
G02A
G02C
G03B
G03C
G03C
G03C
G03C
G03D
G03D
G03D
G03E
G03F
G03F
G03G
G03H
G03X
G03X
G03X
G03X
G04B
G04B
366
715
366
366
401
715
707
440
454
366
715
704
691
696
599
618
724
621
618
562
618
625
788
621
562
717
735
366
465
627
599
840
366
715
724
733
788
625
47.37
52.63
100
39.67
31.4
28.93
100
41.38
58.62
57.69
42.31
100
53.15
46.85
45.76
54.24
100
100
100
100
46.11
28.64
11.62
13.62
31.6
35.93
32.47
100
54.03
45.97
100
100
37.65
22.57
17.65
22.12
46.41
53.59
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
FALSE
TRUE
TRUE
TRUE
TRUE
FALSE
TRUE
TRUE
FALSE
FALSE
TRUE
TRUE
TRUE
FALSE
TRUE
TRUE
TRUE
TRUE
TRUE
Katarakt, excl. kongenital (743.3)
Osteoarthrose und entsprechende Affektionen
Katarakt, excl. kongenital (743.3)
Katarakt, excl. kongenital (743.3)
Essentielle Hypertonie
Osteoarthrose und entsprechende Affektionen
Chronisches Ulcus der Haut und Pyoderma gangraenosum
Arteriosklerose
Varizen der unteren Extremitäten
Katarakt, excl. kongenital (743.3)
Osteoarthrose und entsprechende Affektionen
Krankheiten der Haare und Haarbälge
Atopik-Dermatitis und verwandte Affektionen
Psoriasis und ähnliche Affektionen
Andere Krankheiten der Urethra und der Harnwege
Prolaps und Deszensus weiblicher Genitalorgane
Andere Affektionen des Rückens
Sonst. Krankh. des Uterus, anderw. nicht klassifiziert
Prolaps und Deszensus weiblicher Genitalorgane
Divertikel des Darmes, incl. Divertikulitis
Prolaps und Deszensus weiblicher Genitalorgane
Schmerzen/Sympt.in Verb.m.weibl.Gen.org.u.Menstr.zykl.
Symptome, betr. Harnorgane
Sonst. Krankh. des Uterus, anderw. nicht klassifiziert
Divertikel des Darmes, incl. Divertikulitis
Innere Kniegelenksschädigung
Erworbene Deformitäten der Zehen
Katarakt, excl. kongenital (743.3)
Akute Infektion der oberen Luftwege an mehreren Stellen
Klimakterische und postklimakterische Störungen
Andere Krankheiten der Urethra und der Harnwege
Verstauchung u.Zerrung der Schulter u.des Oberarmes
Katarakt, excl. kongenital (743.3)
Osteoarthrose und entsprechende Affektionen
Andere Affektionen des Rückens
Andere Affektionen der Knochen und Knorpel
Symptome, betr. Harnorgane
Schmerzen/Sympt.in Verb.m.weibl.Gen.org.u.Menstr.zykl.
females [1900-1948], continued on next page
144
ATC
ICD
Prob
Expert
Explanation of ICD
G04C
G04C
H01A
H01B
H01B
H01C
H01C
H01C
H01C
H02A
H02A
H02A
H02A
H02A
H02A
H02B
H03A
H03A
H03B
H03C
H04A
H05A
H05A
H05B
J01A
J01C
J01C
J01D
J01D
J01D
J01E
J01F
J01F
J01F
J01F
J01G
J01G
J01G
596
788
722
253
472
152
259
199
194
725
714
191
446
496
516
473
241
193
242
733
251
733
334
733
87
35
486
366
486
715
599
465
720
35
730
428
486
707
37.97
62.03
100
81.82
18.18
58.97
5.13
28.21
7.69
13.67
28.81
3.98
6.34
42.44
4.76
100
83.76
16.24
100
100
100
94.48
5.52
100
100
55.95
44.05
28.26
30.13
41.61
100
41.3
9.93
38.46
10.31
28.57
28.57
42.86
FALSE
FALSE
FALSE
TRUE
FALSE
FALSE
TRUE
FALSE
FALSE
TRUE
TRUE
FALSE
TRUE
TRUE
TRUE
NA
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
FALSE
FALSE
FALSE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
FALSE
FALSE
FALSE
FALSE
Andere Affektionen der Harnblase
Symptome, betr. Harnorgane
Intervertebrale Diskopathien
KK der Hypophyse und hypothalam. Regulationsvorgänge
Chronische Pharyngitis und Rhinopharyngitis
Maligne Neoplasien des Dünndarmes
Andere NNB endokrine Störungen
Maligne Neoplasien, Lokalisation NNB (Carcinomatosis)
Maligne Neoplasien anderer endokriner Drüsen
Polymyalgia rheumatica
PCP und andere entzündliche Polyarthropathien
Maligne Neoplasien des Gehirns
Periarteriitis u.verw.Affekt.(vask.Kollag./AutoimmunKK)
Chron. Verschluss der Atemwege, anderw. nicht klassif.
And.Krankheiten der Alveolen u.Alveolarwand der Lungen
Chronische Sinusitis (hyperplastische Sinusitis)
Knotenstruma, nicht toxisch (euthyreote Struma nodosa)
Maligne Neoplasien der Schilddrüse
Thyreotoxikose (Hyperthyreose) mit/ohne Struma
Andere Affektionen der Knochen und Knorpel
Sonstige Störungen der inneren Sekretion des Pankreas
Andere Affektionen der Knochen und Knorpel
Spino-zerebellare Krankheiten
Andere Affektionen der Knochen und Knorpel
Borreliose, Rückfallfieber
Erysipel, excl. im Wochenbett (670)
Pneumonie, Erreger NNB
Katarakt, excl. kongenital (743.3)
Pneumonie, Erreger NNB
Osteoarthrose und entsprechende Affektionen
Andere Krankheiten der Urethra und der Harnwege
Akute Infektion der oberen Luftwege an mehreren Stellen
Ankylosierende Spondylitis,and.entzündl.Spondylopathien
Erysipel, excl. im Wochenbett (670)
Osteomyelitis,Periostitis u.and.Inf.m.Knochenbeteilig.
Herzinsuffizienz
Pneumonie, Erreger NNB
Chronisches Ulcus der Haut und Pyoderma gangraenosum
females [1900-1948], continued on next page
145
ATC
ICD
Prob
Expert
Explanation of ICD
J01M
J01X
J02A
J02A
J02A
J04A
J04A
J04A
J04A
J04A
J05A
J05A
J05A
J06B
J06B
J07A
J07B
L01A
L01A
L01A
L01A
L01A
L01A
L01A
L01A
L01B
L01B
L01B
L01B
L01B
L01C
L01C
L01C
L01D
L01D
L01X
L01X
L01X
599
996
366
715
735
11
17
18
31
10
53
54
340
340
341
941
585
174
191
237
203
516
964
204
233
714
153
174
154
696
174
183
162
174
188
205
159
289
100
100
35.9
32.82
31.28
83.33
7.38
3.28
3.55
2.46
78.86
7.29
13.86
95.59
4.41
100
100
60.78
8.5
6.54
6.21
6.86
2.61
4.58
3.92
64.11
10.18
17.2
5.29
3.23
72.86
11.43
15.71
89.3
10.7
38.7
6.9
11.49
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
TRUE
TRUE
FALSE
TRUE
FALSE
TRUE
FALSE
TRUE
TRUE
NA
NA
FALSE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
TRUE
FALSE
TRUE
FALSE
FALSE
FALSE
TRUE
FALSE
Andere Krankheiten der Urethra und der Harnwege
Komplikationen nach bestimmten spezif.Massnahmen
Katarakt, excl. kongenital (743.3)
Osteoarthrose und entsprechende Affektionen
Erworbene Deformitäten der Zehen
Lungentuberkulose
Tuberkulose anderer Organe
Miliartuberkulose
Durch sonst. Mykobakterien hervorgerufene Krankheiten
Tuberkulöse Erstinfektion
Andere Infektionen durch Varicellen-Zoster Virus
Herpes simplex, excl. kongenital (771.2)
Multiple Sklerose
Multiple Sklerose
Andere demyelinisierende Krankheiten des ZNS
Verbrennung des Gesichtes, Kopfes und Halses
Chronisches Nierenversagen, chron. Niereninsuffizienz
Maligne Neoplasien der weiblichen Brustdrüse
Maligne Neoplasien des Gehirns
Neopl.unsicheren Verhaltens, endokr.Drüsen,Nervensyst.
Multiples Myelom und immunproliferative Neoplasien
And.Krankheiten der Alveolen u.Alveolarwand der Lungen
Vergift.durch Pharmaka m.Hauptwirk.auf Blutbestandteile
Lymphatische Leukämie
Carcinoma in situ der Mammae und der Urogenitalorgane
PCP und andere entzündliche Polyarthropathien
Maligne Neoplasien des Dickdarmes
Maligne Neoplasien der weiblichen Brustdrüse
Maligne Neoplasien des Rektums und des Anus
Psoriasis und ähnliche Affektionen
Maligne Neoplasien der weiblichen Brustdrüse
Maligne Neoplasien des Ovariums und sonstiger Adnexe
Maligne Neoplasien der Trachea, Bronchien und Lunge
Maligne Neoplasien der weiblichen Brustdrüse
Maligne Neoplasien der Harnblase
Myeloische Leukämie
Andere maligne Neopl. innerhalb der Verdauungsorgane
Sonstige KK des Blutes und der blutbildenden Organe
females [1900-1948], continued on next page
146
ATC
ICD
Prob
Expert
Explanation of ICD
L01X
L01X
L01X
L02A
L02A
L02A
L02B
L02B
L02B
L02B
L02B
L03A
L03A
L03A
L04A
L04A
L04A
L04A
L04A
L04A
M01A
M01A
M01A
M01A
M01A
M01A
M01A
M01A
M01B
M01B
M01B
M01B
M01C
M01C
M02A
M02A
M02A
M03A
238
152
200
182
259
591
174
198
621
611
197
340
188
174
714
358
555
710
696
425
715
717
724
722
735
726
836
354
366
715
722
724
714
710
366
715
724
724
30.65
5.36
6.9
59.52
4.76
35.71
82.58
3.18
8.8
3.18
2.27
33.05
24.93
42.02
63.87
5.55
8.38
6.81
5.65
9.74
38.36
9.52
22.33
11.19
6.76
4.11
1.85
5.88
20.57
19.09
19.19
41.15
80.95
19.05
41.62
31.21
27.17
100
FALSE
TRUE
FALSE
TRUE
TRUE
FALSE
TRUE
FALSE
FALSE
FALSE
FALSE
TRUE
FALSE
FALSE
NA
NA
NA
NA
NA
NA
TRUE
TRUE
TRUE
TRUE
TRUE
TRUE
FALSE
FALSE
FALSE
TRUE
TRUE
TRUE
NA
NA
FALSE
TRUE
TRUE
TRUE
Neoplasien unsicheren Verhaltens and. Lokalisationen
Maligne Neoplasien des Dünndarmes
Hochmaligne Non-Hodgkin Lymphome (NHL)
Maligne Neoplasien des Corpus uteri
Andere NNB endokrine Störungen
Hydronephrose excl. kongenital (753.2)
Maligne Neoplasien der weiblichen Brustdrüse
Sekundäre maligne Neoplasien anderer Organe
Sonst. Krankh. des Uterus, anderw. nicht klassifiziert
Andere Krankheiten der Mammae
Sekundäre maligne Neopl.der Atmungs- u.Verdauungsorgane
Multiple Sklerose
Maligne Neoplasien der Harnblase
Maligne Neoplasien der weiblichen Brustdrüse
PCP und andere entzündliche Polyarthropathien
Neuromuskuläre Affektionen
Morbus Crohn (regionale Enteritis)
Diffuse Krankheiten des Bindegewebes (Kollagenosen)
Psoriasis und ähnliche Affektionen
Kardiomyopathie
Osteoarthrose und entsprechende Affektionen
Innere Kniegelenksschädigung
Andere Affektionen des Rückens
Intervertebrale Diskopathien
Erworbene Deformitäten der Zehen
Periphere Enthesopathien und ähnliche Syndrome
Luxation des Knies
Mononeuropathie oberer Extremit.u.Mononeuritis multipl.
Katarakt, excl. kongenital (743.3)
Osteoarthrose und entsprechende Affektionen
Intervertebrale Diskopathien
Andere Affektionen des Rückens
PCP und andere entzündliche Polyarthropathien
Diffuse Krankheiten des Bindegewebes (Kollagenosen)
Katarakt, excl. kongenital (743.3)
Osteoarthrose und entsprechende Affektionen
Andere Affektionen des Rückens
Andere Affektionen des Rückens
females [1900-1948], continued on next page
147
ATC
ICD
Prob
Expert
Explanation of ICD
M03B
M03B
M03B
M03B
M04A
M05
M05B
M09A
M09A
M09A
M09A
M09A
M09A
M09A
M09A
M09A
M09A
M09A
N01A
N01A
N01B
N01B
N02A
N02A
N02A
N02A
N02A
N02A
N02B
N02B
N02C
N03A
N03A
N03A
N03A
N03A
N03A
N04A
340
724
722
723
274
822
733
174
366
401
519
709
715
720
724
735
813
836
235
151
366
724
724
722
707
805
733
721
820
808
346
345
350
296
53
357
295
295
10.78
49.36
27.16
12.71
100
100
100
9.09
9.09
9.09
9.09
9.09
9.09
9.09
9.09
9.09
9.09
9.09
68.42
31.58
39.34
60.66
42.93
20.47
7.14
7.27
16.2
5.98
71.95
28.05
100
44.24
6.68
23.14
10.94
9.3
5.7
100
NA
NA
NA
NA
FALSE
FALSE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
NA
NA
FALSE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
TRUE
FALSE
FALSE
TRUE
FALSE
FALSE
Multiple Sklerose
Andere Affektionen des Rückens
Intervertebrale Diskopathien
Andere Affektionen im zervikalen Bereich
Gicht, excl. Bleigicht (984)
Fraktur der Patella
Andere Affektionen der Knochen und Knorpel
Maligne Neoplasien der weiblichen Brustdrüse
Katarakt, excl. kongenital (743.3)
Essentielle Hypertonie
And. Krankh. der Atmungsorgane und Schlafapnoe-Syndrome
Andere Affektionen der Haut und der Subcutis
Osteoarthrose und entsprechende Affektionen
Ankylosierende Spondylitis,and.entzündl.Spondylopathien
Andere Affektionen des Rückens
Erworbene Deformitäten der Zehen
Fraktur des Radius und/oder der Ulna
Luxation des Knies
Neopl.unsicheren Verhaltens,Verdauungs-u.Atmungsorgane
Maligne Neoplasien des Magens
Katarakt, excl. kongenital (743.3)
Andere Affektionen des Rückens
Andere Affektionen des Rückens
Intervertebrale Diskopathien
Chronisches Ulcus der Haut und Pyoderma gangraenosum
Fraktur der Wirbelsäule ohne Rückenmarksschädigung
Andere Affektionen der Knochen und Knorpel
Spondylosis und ähnliche Affektionen
Fraktur des Femurhalses
Frakturen des Beckens
Migräne und andere primäre Kopfschmerzen
Epilepsie
Affektionen des N.trigeminus
Affektive Psychosen
Andere Infektionen durch Varicellen-Zoster Virus
Entzündliche und toxische Neuropathien
Schizophrene Psychosen
Schizophrene Psychosen
females [1900-1948], continued on next page
148
ATC
ICD
Prob
Expert
Explanation of ICD
N04B
N04B
N05A
N05A
N05A
N05A
N05A
N05A
N05A
N05A
N05A
N05A
N05A
N05A
N05B
N05B
N05C
N05C
N05C
N05C
N05C
N05C
N06A
N06A
N06A
N06A
N06A
N06A
N06B
N06C
N06C
N06C
N06C
N06D
N06D
N07A
N07A
N07A
332
333
295
290
296
297
298
331
293
310
300
276
332
820
296
295
366
401
428
715
724
780
296
311
300
298
290
303
347
366
401
715
724
290
331
358
596
618
92.79
7.21
13.36
23.42
19.56
3.33
4.81
6.07
1.79
1.18
3.23
7.11
6.61
9.52
80.03
19.97
27.35
16.42
15.92
14.43
13.94
11.93
45.34
16.52
8.66
5.77
20.58
3.13
100
36.54
23.79
20.81
18.87
66.3
33.7
31.6
34.2
34.2
TRUE
TRUE
FALSE
TRUE
FALSE
FALSE
FALSE
FALSE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
FALSE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
FALSE
FALSE
FALSE
FALSE
Parkinson’ Syndrom
And. extrapyramid.Affektionen u.abnorme Bewegungsstör.
Schizophrene Psychosen
Senile und präsenile organische Psychosen
Affektive Psychosen
Paranoide Syndrome
Andere nichtorganische Psychosen
Andere zerebrale Degenerationen
Vorübergehende organische Psychosen
Spezif.nichtpsychot.psych.Störung nach Hirnschädigungen
Neurosen
Gleichgewichtsstör.(Flüssigk.,Elektrolyt.,Säure/Basen)
Parkinson’ Syndrom
Fraktur des Femurhalses
Affektive Psychosen
Schizophrene Psychosen
Katarakt, excl. kongenital (743.3)
Essentielle Hypertonie
Herzinsuffizienz
Osteoarthrose und entsprechende Affektionen
Andere Affektionen des Rückens
Allgemeine Symptome
Affektive Psychosen
Anderweitig nicht klassifiz.depressive Zustandsbilder
Neurosen
Andere nichtorganische Psychosen
Senile und präsenile organische Psychosen
Alkoholismus (Alkoholabhängigkeit)
Kataplexie und Narkolepsie
Katarakt, excl. kongenital (743.3)
Essentielle Hypertonie
Osteoarthrose und entsprechende Affektionen
Andere Affektionen des Rückens
Senile und präsenile organische Psychosen
Andere zerebrale Degenerationen
Neuromuskuläre Affektionen
Andere Affektionen der Harnblase
Prolaps und Deszensus weiblicher Genitalorgane
females [1900-1948], continued on next page
149
ATC
ICD
Prob
Expert
Explanation of ICD
N07B
N07B
N07C
N07C
N07C
N07X
N07X
P01A
P01A
P02C
P02C
P03A
P03A
R01A
R01A
R01A
R01A
R01B
R02A
R02A
R02A
R02A
R03A
R03A
R03A
R03A
R03B
R03B
R03C
R03D
R03D
R05
R05C
R05C
R05C
R05D
R05D
R05D
303
291
386
388
780
335
333
562
8
122
128
133
956
473
471
470
381
146
366
401
715
724
496
493
486
491
496
493
496
496
493
715
466
496
486
366
496
715
82.47
17.53
38.34
20.84
40.83
49.69
50.31
74.54
25.46
91.43
8.57
85.71
14.29
61.52
21.09
8.4
8.98
100
33.88
23.32
22.22
20.58
74.74
9.03
13.81
2.42
92.33
7.67
100
90.19
9.81
100
20.37
43.93
35.69
39.95
33.77
26.28
TRUE
TRUE
FALSE
TRUE
FALSE
FALSE
FALSE
FALSE
TRUE
TRUE
TRUE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
FALSE
TRUE
FALSE
TRUE
FALSE
FALSE
TRUE
FALSE
TRUE
FALSE
TRUE
FALSE
FALSE
FALSE
Alkoholismus (Alkoholabhängigkeit)
Alkohol-Psychosen
Schwindel-Syndr.u.and.Affektionen d.Vestibular-Appar.
Andere Affektionen des Ohres
Allgemeine Symptome
Affektionen der Vorderhornganglienzellen
And. extrapyramid.Affektionen u.abnorme Bewegungsstör.
Divertikel des Darmes, incl. Divertikulitis
Intestinale Infektionen durch sonstige Erreger
Echinococcus-Infektion
Andere Helminthosen
Acariasis (Milbenbefall), incl. Scabies
Verletzung der periph.Nerven(Beckengürtel,untere Extr.)
Chronische Sinusitis (hyperplastische Sinusitis)
Nasenpolypen, excl. adenomatöse (212.0)
Nasen-Septum-Deviation
Nichteitrige Otitis media u.Affektionen d.Tuba audit.
Maligne Neoplasien des Rachenringes
Katarakt, excl. kongenital (743.3)
Essentielle Hypertonie
Osteoarthrose und entsprechende Affektionen
Andere Affektionen des Rückens
Chron. Verschluss der Atemwege, anderw. nicht klassif.
Asthma bronchiale
Pneumonie, Erreger NNB
Chronische Bronchitis (länger als 8 Wochen)
Chron. Verschluss der Atemwege, anderw. nicht klassif.
Asthma bronchiale
Chron. Verschluss der Atemwege, anderw. nicht klassif.
Chron. Verschluss der Atemwege, anderw. nicht klassif.
Asthma bronchiale
Osteoarthrose und entsprechende Affektionen
Akute oder subakute Bronchitis und Bronchiolitis
Chron. Verschluss der Atemwege, anderw. nicht klassif.
Pneumonie, Erreger NNB
Katarakt, excl. kongenital (743.3)
Chron. Verschluss der Atemwege, anderw. nicht klassif.
Osteoarthrose und entsprechende Affektionen
females [1900-1948], continued on next page
150
ATC
ICD
Prob
Expert
Explanation of ICD
R05F
R05X
R05X
R06A
R06A
R06A
R06A
R06A
S01A
S01A
S01A
S01A
S01A
S01A
S01B
S01B
S01B
S01B
S01B
S01C
S01C
S01E
S01E
S01E
S01F
S01G
S01H
S01H
S01X
S02A
S02C
S02C
S02C
S02D
S03B
S03C
V01A
V03A
366
366
724
698
691
133
995
692
370
366
53
374
375
372
366
362
361
365
379
366
361
365
366
362
366
366
374
550
366
380
366
401
724
366
892
366
562
340
100
54.17
45.83
29.4
23.4
7.87
27.95
11.39
7.72
67.17
10.16
9.21
3.31
2.44
85.35
9.95
1.69
2
1
98.18
1.82
29.76
59.31
10.93
100
100
50
50
100
100
42.42
27.27
30.3
100
100
100
100
36.83
FALSE
FALSE
FALSE
NA
NA
NA
NA
NA
TRUE
TRUE
FALSE
TRUE
TRUE
TRUE
TRUE
TRUE
FALSE
TRUE
TRUE
TRUE
FALSE
TRUE
FALSE
FALSE
TRUE
FALSE
NA
NA
FALSE
TRUE
FALSE
FALSE
FALSE
FALSE
NA
FALSE
NA
NA
Katarakt, excl. kongenital (743.3)
Katarakt, excl. kongenital (743.3)
Andere Affektionen des Rückens
Pruritus u. verwandte Affektionen,excl.psychogen(306.3)
Atopik-Dermatitis und verwandte Affektionen
Acariasis (Milbenbefall), incl. Scabies
Anderweitig nicht klassifizierte Schädigungen
Kontaktdermatitis und andere Ekzeme
Keratitis excl. epidem. Keratokonjunktivitis (077.1)
Katarakt, excl. kongenital (743.3)
Andere Infektionen durch Varicellen-Zoster Virus
Andere Affektionen des Augenlides
Affektionen des Tränenapparates
Affektionen der Konjunktiva
Katarakt, excl. kongenital (743.3)
Andere Netzhautaffektionen, excl.Chorioretinitis (363)
Netzhautablösung und -defekte
Glaukom, excl. kongenital (743.2)
Andere Affektionen des Auges excl. Pseudophakie (366.7)
Katarakt, excl. kongenital (743.3)
Netzhautablösung und -defekte
Glaukom, excl. kongenital (743.2)
Katarakt, excl. kongenital (743.3)
Andere Netzhautaffektionen, excl.Chorioretinitis (363)
Katarakt, excl. kongenital (743.3)
Katarakt, excl. kongenital (743.3)
Andere Affektionen des Augenlides
Hernia inguinalis
Katarakt, excl. kongenital (743.3)
Affektionen des äusseren Ohres
Katarakt, excl. kongenital (743.3)
Essentielle Hypertonie
Andere Affektionen des Rückens
Katarakt, excl. kongenital (743.3)
Offene Wunde des Fusses, excl. Zehe allein
Katarakt, excl. kongenital (743.3)
Divertikel des Darmes, incl. Divertikulitis
Multiple Sklerose
females [1900-1948], continued on next page
151
ATC
ICD
Prob
Expert
Explanation of ICD
V03A
V04C
V07A
V08A
V08B
585
193
599
454
454
63.17
100
100
100
100
NA
NA
NA
NA
NA
Chronisches Nierenversagen, chron. Niereninsuffizienz
Maligne Neoplasien der Schilddrüse
Andere Krankheiten der Urethra und der Harnwege
Varizen der unteren Extremitäten
Varizen der unteren Extremitäten
152
Table 45: Final assignment list for class w1949 - females [1949-1968]
ATC
ICD
Prob
Expert
Explanation of ICD
A01A
A01A
A02A
A02A
A02A
A02B
A02B
A02B
A03A
A03B
A03B
A03B
A03C
A03C
A03D
A03F
A03F
A04A
A04A
A04A
A04A
A04A
A04A
A04A
A05A
A05A
A05B
A05B
A05B
A05C
A06A
A06A
A06A
A06A
A07A
A07B
9
465
9
465
724
535
530
531
75
9
465
724
9
465
465
9
465
174
237
183
200
430
153
793
573
571
571
573
303
9
344
564
455
565
112
9
22.42
77.58
30.09
50.6
19.32
61.94
27.89
10.17
100
32.56
34.88
32.56
44.12
55.88
100
47.62
52.38
71.47
8.01
7.21
3.53
3.69
2.56
3.53
37.56
62.44
54.32
15.91
29.77
100
17.53
36.98
30.03
15.45
100
100
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Akute Infektion der oberen Luftwege an mehreren Stellen
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Akute Infektion der oberen Luftwege an mehreren Stellen
Andere Affektionen des Rückens
Gastritis und Duodenitis
Krankheiten des Ösophagus, excl. kongenital (750.4)
"Ulcus ventriculi, excl. ""Ulcus Dieulafoy"" (448.2)"
Infektiöse Mononukleose (Pfeiffer’ Krankheit)
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Akute Infektion der oberen Luftwege an mehreren Stellen
Andere Affektionen des Rückens
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Akute Infektion der oberen Luftwege an mehreren Stellen
Akute Infektion der oberen Luftwege an mehreren Stellen
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Akute Infektion der oberen Luftwege an mehreren Stellen
Maligne Neoplasien der weiblichen Brustdrüse
Neopl.unsicheren Verhaltens, endokr.Drüsen,Nervensyst.
Maligne Neoplasien des Ovariums und sonstiger Adnexe
Hochmaligne Non-Hodgkin Lymphome (NHL)
Subarachnoidalblutung
Maligne Neoplasien des Dickdarmes
Unspezif. Röntgen- und sonst. Befunde des Körperbaues
Andere Affektionen der Leber
Chronische Leberkrankheit und Leberzirrhose
Chronische Leberkrankheit und Leberzirrhose
Andere Affektionen der Leber
Alkoholismus (Alkoholabhängigkeit)
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Andere Lähmungen
Funktionelle Verdauungsstörungen, NNB
Hämorrhoiden
Analfissur, -fistel, -ulkus
Candidosis, excl. bei Neugeborenen (771.7)
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
females [1949-1968], continued on next page
153
ATC
ICD
Prob
Expert
Explanation of ICD
A07C
A07D
A07E
A07E
A07E
A07F
A07F
A07X
A08A
A08A
A08A
A09A
A10A
A10A
A10B
A11A
A11C
A11C
A11C
A11D
A11E
A11G
A11G
A11H
A11J
A11J
A12A
A12B
A12C
A12C
A12C
A12C
A12C
A12C
A12C
A12C
A12C
A14A
9
555
556
555
558
9
8
843
295
465
788
577
250
362
250
651
241
193
585
354
929
465
724
42
465
724
241
276
650
644
640
669
654
643
655
642
646
161
100
100
46.33
30.92
22.75
93.2
6.8
100
33.33
33.33
33.33
100
94.12
5.88
100
100
55.26
23.16
21.58
100
100
50
50
100
55
45
100
100
33.79
10.43
12.8
17.89
6.58
6.46
4.1
3.11
4.84
100
TRUE
TRUE
TRUE
TRUE
TRUE
TRUE
TRUE
FALSE
FALSE
FALSE
FALSE
TRUE
TRUE
FALSE
TRUE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Morbus Crohn (regionale Enteritis)
Colitis ulcerosa (idiopathische Proctocolitis)
Morbus Crohn (regionale Enteritis)
Andere nichtinfektiöse Gastroenteritis und Colitis
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Intestinale Infektionen durch sonstige Erreger
Verstauchung und Zerrung der Hüfte u. des Oberschenkels
Schizophrene Psychosen
Akute Infektion der oberen Luftwege an mehreren Stellen
Symptome, betr. Harnorgane
Krankheiten des Pankreas
*Diabetes mellitus
Andere Netzhautaffektionen, excl.Chorioretinitis (363)
*Diabetes mellitus
Mehrlingsschwangerschaft
Knotenstruma, nicht toxisch (euthyreote Struma nodosa)
Maligne Neoplasien der Schilddrüse
Chronisches Nierenversagen, chron. Niereninsuffizienz
Mononeuropathie oberer Extremit.u.Mononeuritis multipl.
Quetschungen an mehreren und NNB Stellen
Akute Infektion der oberen Luftwege an mehreren Stellen
Andere Affektionen des Rückens
AIDS-Erkrankung
Akute Infektion der oberen Luftwege an mehreren Stellen
Andere Affektionen des Rückens
Knotenstruma, nicht toxisch (euthyreote Struma nodosa)
Gleichgewichtsstör.(Flüssigk.,Elektrolyt.,Säure/Basen)
Normale Geburt
Vorzeitige oder drohende Wehen
Blutung in der Frühschwangerschaft
Andere Wehen- und Entbindungskomplikationen
Abnormität sonst.Organe u.d.weichen Beckenbindegewebes
Hyperemesis gravidarum
Bekannte/vermutete Abnormität oder Schädigung des Fetus
Hypertonie als Komplikation während der Schwangerschaft
Andere Schwangerschaftskomplikationen, NNB
Maligne Neoplasien des Larynx
females [1949-1968], continued on next page
154
ATC
ICD
Prob
Expert
Explanation of ICD
A15
A16A
B01A
B01A
B01A
B01A
B01A
B01A
B01A
B01A
B01A
B01A
B01A
B01A
B01A
B01A
B01A
B01A
B01A
B01A
B01A
B01A
B01A
B01A
B02A
B02A
B02B
B02B
B02B
B02B
B03A
B03A
B03A
B03A
B03A
B03A
B03B
B03B
465
644
824
715
823
717
844
735
825
836
827
451
905
820
959
454
822
996
410
845
415
821
829
736
626
218
573
138
571
578
650
280
669
626
218
285
632
714
100
100
11.75
21.04
5.17
12.77
5.09
8.16
2.55
4.74
1.73
2.59
3.66
1.55
3.24
4.94
0.73
2.44
1.75
2.52
1.1
0.7
1.06
0.7
78.34
21.66
25.93
6.17
40.74
27.16
24.12
12.65
11.05
26.46
19.98
5.74
34.04
49.08
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
FALSE
FALSE
FALSE
TRUE
FALSE
FALSE
TRUE
FALSE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
FALSE
TRUE
FALSE
FALSE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
Akute Infektion der oberen Luftwege an mehreren Stellen
Vorzeitige oder drohende Wehen
Frakturen der Knöchel
Osteoarthrose und entsprechende Affektionen
Fraktur der Tibia und/oder der Fibula
Innere Kniegelenksschädigung
Verstauchung/Zerrung des Knies und des Beines
Erworbene Deformitäten der Zehen
Fraktur eines/mehr.Fusswurzel- u./od.Mittelfussknochen
Luxation des Knies
Andere,multiple u.NNB Frakturen unterer Extremitäten
Thrombose u. Thrombophlebitis, excl.im Wochenbett (671)
Spätfolgen von Verletz.d.Muskel-/Skelettsyst.+Bindegew.
Fraktur des Femurhalses
Andere Komplikationen nach NNB Verletzungen
Varizen der unteren Extremitäten
Fraktur der Patella
Komplikationen nach bestimmten spezif.Massnahmen
Akuter Myokardinfarkt
Verstauchung und Zerrung des Fussgelenkes und Fusses
Akute pulmonale Herzkrankheit (akute pulm. Hypertens.)
Andere Frakturen des Femurs
Fraktur, NNB
Andere erworbene Deformitäten der Extremitäten
Menstruationsstörungen und sonstige abnorme Blutungen
Uterusleiomyom
Andere Affektionen der Leber
Spätfolgen der akuten Poliomyelitis
Chronische Leberkrankheit und Leberzirrhose
Magen-Darm-Blutung, excl. bei Ulcus (531 - 534)
Normale Geburt
Eisenmangelanämie, excl. akute Blutungsanämie (285.1)
Andere Wehen- und Entbindungskomplikationen
Menstruationsstörungen und sonstige abnorme Blutungen
Uterusleiomyom
Andere Anämien
Missed abortion
PCP und andere entzündliche Polyarthropathien
females [1949-1968], continued on next page
155
ATC
ICD
Prob
Expert
Explanation of ICD
B03B
B03B
B03X
B03X
B05A
B05B
B05X
B05X
B06A
C01A
C01A
C01B
C01C
C01D
C01D
C01D
C01E
C01E
C02A
C02A
C02A
C02C
C02D
C02D
C02K
C02K
C02K
C02L
C03B
C03C
C03D
C03D
C03E
C04A
C04A
C04A
C05A
C05B
634
640
585
586
388
724
586
182
707
427
416
427
995
414
413
410
465
535
642
401
585
401
9
250
416
710
234
465
465
428
571
416
571
388
386
389
465
454
7.92
8.97
85.19
14.81
100
100
60
40
100
78
22
100
100
60.68
26.5
12.82
48.15
51.85
9.11
70.49
20.4
100
42.86
57.14
74.68
21.52
3.8
100
100
100
78.07
21.93
100
77.19
18.76
4.04
100
100
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
FALSE
FALSE
FALSE
TRUE
TRUE
TRUE
FALSE
TRUE
TRUE
TRUE
FALSE
FALSE
FALSE
TRUE
FALSE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
TRUE
FALSE
TRUE
FALSE
FALSE
FALSE
FALSE
TRUE
Spontane Fehlgeburt (Spontanabort)
Blutung in der Frühschwangerschaft
Chronisches Nierenversagen, chron. Niereninsuffizienz
Nierenversagen, NNB
Andere Affektionen des Ohres
Andere Affektionen des Rückens
Nierenversagen, NNB
Maligne Neoplasien des Corpus uteri
Chronisches Ulcus der Haut und Pyoderma gangraenosum
Herzrhythmus-Störungen, excl. postoperativ (997.1)
Chron. pulmonale Herzkrankh. (chron. pulm. Hypertens.)
Herzrhythmus-Störungen, excl. postoperativ (997.1)
Anderweitig nicht klassifizierte Schädigungen
Andere Formen von chron. ischämischen Herzkrankheiten
Angina pectoris
Akuter Myokardinfarkt
Akute Infektion der oberen Luftwege an mehreren Stellen
Gastritis und Duodenitis
Hypertonie als Komplikation während der Schwangerschaft
Essentielle Hypertonie
Chronisches Nierenversagen, chron. Niereninsuffizienz
Essentielle Hypertonie
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
*Diabetes mellitus
Chron. pulmonale Herzkrankh. (chron. pulm. Hypertens.)
Diffuse Krankheiten des Bindegewebes (Kollagenosen)
Carcinoma in situ anderer Lokalisationen
Akute Infektion der oberen Luftwege an mehreren Stellen
Akute Infektion der oberen Luftwege an mehreren Stellen
Herzinsuffizienz
Chronische Leberkrankheit und Leberzirrhose
Chron. pulmonale Herzkrankh. (chron. pulm. Hypertens.)
Chronische Leberkrankheit und Leberzirrhose
Andere Affektionen des Ohres
Schwindel-Syndr.u.and.Affektionen d.Vestibular-Appar.
Taubheit und Schwerhörigkeit
Akute Infektion der oberen Luftwege an mehreren Stellen
Varizen der unteren Extremitäten
females [1949-1968], continued on next page
156
ATC
ICD
Prob
Expert
Explanation of ICD
C05C
C05C
C07A
C07A
C07A
C07B
C07C
C07C
C07C
C07D
C07D
C07F
C08C
C08D
C09A
C09B
C09C
C09C
C09C
C09C
C09D
C10A
C10A
C10A
C10A
C10A
C10B
D01A
D01B
D01B
D02A
D02A
D02A
D02B
D03A
D03A
D03A
D03B
454
455
401
427
414
465
9
465
724
574
585
465
401
427
401
401
9
401
465
724
401
414
410
250
436
413
465
691
9
465
9
465
724
174
9
465
724
707
84.81
15.19
62.68
17.58
19.74
100
19.11
58.55
22.34
42.86
57.14
100
100
100
100
100
16.41
15.77
50.39
17.43
100
30.64
12.59
36.76
9.41
10.6
100
100
26.54
73.46
22.76
52.41
24.83
100
22.56
50.91
26.52
73.33
TRUE
TRUE
TRUE
TRUE
TRUE
FALSE
FALSE
FALSE
FALSE
NA
NA
FALSE
TRUE
FALSE
TRUE
TRUE
FALSE
TRUE
FALSE
FALSE
TRUE
FALSE
FALSE
TRUE
FALSE
FALSE
FALSE
FALSE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
Varizen der unteren Extremitäten
Hämorrhoiden
Essentielle Hypertonie
Herzrhythmus-Störungen, excl. postoperativ (997.1)
Andere Formen von chron. ischämischen Herzkrankheiten
Akute Infektion der oberen Luftwege an mehreren Stellen
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Akute Infektion der oberen Luftwege an mehreren Stellen
Andere Affektionen des Rückens
Cholelithiasis
Chronisches Nierenversagen, chron. Niereninsuffizienz
Akute Infektion der oberen Luftwege an mehreren Stellen
Essentielle Hypertonie
Herzrhythmus-Störungen, excl. postoperativ (997.1)
Essentielle Hypertonie
Essentielle Hypertonie
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Essentielle Hypertonie
Akute Infektion der oberen Luftwege an mehreren Stellen
Andere Affektionen des Rückens
Essentielle Hypertonie
Andere Formen von chron. ischämischen Herzkrankheiten
Akuter Myokardinfarkt
*Diabetes mellitus
Akute aber mangelhaft bezeichnete Hirngefässkrankheiten
Angina pectoris
Akute Infektion der oberen Luftwege an mehreren Stellen
Atopik-Dermatitis und verwandte Affektionen
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Akute Infektion der oberen Luftwege an mehreren Stellen
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Akute Infektion der oberen Luftwege an mehreren Stellen
Andere Affektionen des Rückens
Maligne Neoplasien der weiblichen Brustdrüse
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Akute Infektion der oberen Luftwege an mehreren Stellen
Andere Affektionen des Rückens
Chronisches Ulcus der Haut und Pyoderma gangraenosum
females [1949-1968], continued on next page
157
ATC
ICD
Prob
Expert
Explanation of ICD
D03B
D04A
D04A
D05A
D05B
D05B
D05B
D05B
D06A
D06A
D06B
D06B
D06B
D06B
D07A
D07A
D07B
D07B
D07C
D07C
D07C
D07X
D08A
D09A
D10A
D10A
D10B
D11A
D11A
G01A
G01A
G01B
G01B
G02A
G02A
G02A
G02A
G02B
686
465
724
696
696
791
697
118
465
724
944
945
943
949
691
696
340
465
9
465
724
465
707
719
9
465
465
691
359
650
218
465
724
846
632
634
631
626
26.67
56.63
43.37
100
66.67
19.05
7.14
7.14
62.56
37.44
41.05
24.21
15.79
18.95
44.06
55.94
43.75
56.25
17.68
62.26
20.06
100
100
100
22.89
77.11
100
67.48
32.52
38.11
61.89
65.38
34.62
16.13
51.61
22.58
9.68
100
FALSE
FALSE
FALSE
TRUE
TRUE
FALSE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
FALSE
NA
Andere lokale Infektionen der Haut und der Subcutis
Akute Infektion der oberen Luftwege an mehreren Stellen
Andere Affektionen des Rückens
Psoriasis und ähnliche Affektionen
Psoriasis und ähnliche Affektionen
Unspezifische Harnbefunde
Lichen
Gelegenheitsmykosen (opportune Mykosen)
Akute Infektion der oberen Luftwege an mehreren Stellen
Andere Affektionen des Rückens
Verbrennung an Handgelenken und Händen
Verbrennung der unteren Extremitäten
Verbrennung der oberen Extremit.,excl.Handgelenk+Hand
Verbrennung, NNB
Atopik-Dermatitis und verwandte Affektionen
Psoriasis und ähnliche Affektionen
Multiple Sklerose
Akute Infektion der oberen Luftwege an mehreren Stellen
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Akute Infektion der oberen Luftwege an mehreren Stellen
Andere Affektionen des Rückens
Akute Infektion der oberen Luftwege an mehreren Stellen
Chronisches Ulcus der Haut und Pyoderma gangraenosum
Andere Gelenkaffektionen
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Akute Infektion der oberen Luftwege an mehreren Stellen
Akute Infektion der oberen Luftwege an mehreren Stellen
Atopik-Dermatitis und verwandte Affektionen
Muskeldystrophien und andere Myopathien
Normale Geburt
Uterusleiomyom
Akute Infektion der oberen Luftwege an mehreren Stellen
Andere Affektionen des Rückens
Verstauchung und Zerrung der Kreuzbeingegend
Missed abortion
Spontane Fehlgeburt (Spontanabort)
Andere Fehlentwicklungen des befruchteten Eies
Menstruationsstörungen und sonstige abnorme Blutungen
females [1949-1968], continued on next page
158
ATC
ICD
Prob
Expert
Explanation of ICD
G02C
G02C
G03A
G03B
G03B
G03B
G03C
G03C
G03D
G03D
G03D
G03E
G03F
G03F
G03F
G03G
G03H
G03H
G03H
G03X
G03X
G03X
G04B
G04B
G04B
G04B
G04B
G04B
G04C
G04C
G04C
H01A
H01B
H01C
H01C
H02A
H02B
H02B
650
218
647
9
463
465
618
625
640
632
626
465
9
465
724
628
9
465
724
9
465
724
788
599
625
596
340
592
592
788
596
724
31
152
197
388
471
473
39.74
60.26
100
33.33
33.33
33.33
47.27
52.73
19.29
24.23
56.48
100
22.37
58.28
19.35
100
20.91
54.83
24.26
21.23
55.66
23.11
19.16
29.17
15.67
5.66
20.71
9.62
45.45
35.06
19.48
100
100
63.64
36.36
100
38.24
61.76
FALSE
FALSE
NA
FALSE
FALSE
FALSE
TRUE
TRUE
TRUE
TRUE
TRUE
FALSE
FALSE
FALSE
TRUE
TRUE
FALSE
FALSE
TRUE
FALSE
FALSE
TRUE
TRUE
TRUE
TRUE
TRUE
FALSE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
NA
NA
Normale Geburt
Uterusleiomyom
Inf.u.parasit.KK der Mutter als Schwangerschaftskompl.
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Akute Tonsillitis
Akute Infektion der oberen Luftwege an mehreren Stellen
Prolaps und Deszensus weiblicher Genitalorgane
Schmerzen/Sympt.in Verb.m.weibl.Gen.org.u.Menstr.zykl.
Blutung in der Frühschwangerschaft
Missed abortion
Menstruationsstörungen und sonstige abnorme Blutungen
Akute Infektion der oberen Luftwege an mehreren Stellen
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Akute Infektion der oberen Luftwege an mehreren Stellen
Andere Affektionen des Rückens
Weibliche Sterilität und Infertilität (primär,sekundär)
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Akute Infektion der oberen Luftwege an mehreren Stellen
Andere Affektionen des Rückens
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Akute Infektion der oberen Luftwege an mehreren Stellen
Andere Affektionen des Rückens
Symptome, betr. Harnorgane
Andere Krankheiten der Urethra und der Harnwege
Schmerzen/Sympt.in Verb.m.weibl.Gen.org.u.Menstr.zykl.
Andere Affektionen der Harnblase
Multiple Sklerose
Nephrolithiasis, excl. Nephrokalzinose (275.4)
Nephrolithiasis, excl. Nephrokalzinose (275.4)
Symptome, betr. Harnorgane
Andere Affektionen der Harnblase
Andere Affektionen des Rückens
Durch sonst. Mykobakterien hervorgerufene Krankheiten
Maligne Neoplasien des Dünndarmes
Sekundäre maligne Neopl.der Atmungs- u.Verdauungsorgane
Andere Affektionen des Ohres
Nasenpolypen, excl. adenomatöse (212.0)
Chronische Sinusitis (hyperplastische Sinusitis)
females [1949-1968], continued on next page
159
ATC
ICD
Prob
Expert
Explanation of ICD
H03A
H03A
H03B
H03C
H03C
H03C
H04A
H04A
H05A
H05A
H05A
H05B
H05B
J01A
J01C
J01C
J01C
J01C
J01C
J01C
J01C
J01C
J01D
J01D
J01E
J01F
J01F
J01F
J01F
J01F
J01F
J01G
J01M
J01M
J01M
J01X
J02A
J02A
241
193
242
443
526
715
250
251
884
997
733
813
733
465
465
463
525
35
490
462
461
382
490
465
599
465
490
525
466
461
462
465
599
590
486
599
9
465
83.7
16.3
100
33.33
33.33
33.33
90.7
9.3
10
15
75
41.18
58.82
100
64.66
4.7
7.64
3.54
11.18
2.76
3.44
2.09
20.14
79.86
100
66.37
16.46
6.91
5.76
2.74
1.75
100
74.41
12.52
13.07
100
20.17
65.7
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
FALSE
FALSE
FALSE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
Knotenstruma, nicht toxisch (euthyreote Struma nodosa)
Maligne Neoplasien der Schilddrüse
Thyreotoxikose (Hyperthyreose) mit/ohne Struma
Andere periphere Gefässkrankheiten
Krankheiten der Kiefer
Osteoarthrose und entsprechende Affektionen
*Diabetes mellitus
Sonstige Störungen der inneren Sekretion des Pankreas
Mehrere oder NNB offene Wunden der oberen Extremitäten
Komplikationen bestimmter Körpersysteme, NNB
Andere Affektionen der Knochen und Knorpel
Fraktur des Radius und/oder der Ulna
Andere Affektionen der Knochen und Knorpel
Akute Infektion der oberen Luftwege an mehreren Stellen
Akute Infektion der oberen Luftwege an mehreren Stellen
Akute Tonsillitis
Andere Krankheiten der Zähne u.des Zahnhalteapparates
Erysipel, excl. im Wochenbett (670)
Bronchitis, nicht akut oder chron. bez. (bis 8 Wochen)
Akute Pharyngitis
Akute Sinusitis (incl. Abszess, Empyem)
Eitrige und NNB Otitis media
Bronchitis, nicht akut oder chron. bez. (bis 8 Wochen)
Akute Infektion der oberen Luftwege an mehreren Stellen
Andere Krankheiten der Urethra und der Harnwege
Akute Infektion der oberen Luftwege an mehreren Stellen
Bronchitis, nicht akut oder chron. bez. (bis 8 Wochen)
Andere Krankheiten der Zähne u.des Zahnhalteapparates
Akute oder subakute Bronchitis und Bronchiolitis
Akute Sinusitis (incl. Abszess, Empyem)
Akute Pharyngitis
Akute Infektion der oberen Luftwege an mehreren Stellen
Andere Krankheiten der Urethra und der Harnwege
Infektiöse Nierenkrankheiten
Pneumonie, Erreger NNB
Andere Krankheiten der Urethra und der Harnwege
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Akute Infektion der oberen Luftwege an mehreren Stellen
females [1949-1968], continued on next page
160
ATC
ICD
Prob
Expert
Explanation of ICD
J02A
J04A
J04A
J04A
J04A
J04A
J04A
J04A
J05A
J05A
J05A
J05A
J05A
J05A
J06B
J06B
J07A
J07A
J07A
J07B
J07B
J07C
L01A
L01A
L01A
L01A
L01B
L01B
L01C
L01C
L01C
L01C
L01D
L01D
L01X
L01X
L01X
L01X
724
11
10
12
17
31
793
135
44
53
54
42
340
205
340
323
877
122
202
585
202
923
174
237
200
191
714
174
174
183
197
200
174
200
205
152
194
282
14.12
60.3
16.12
5.37
2.69
2.09
9.25
4.18
28.92
25.85
7.67
4.6
29.46
3.5
96.87
3.13
10
60
30
75
25
100
66.52
20.36
9.05
4.07
69.91
30.09
81.61
9.87
4.04
4.48
92.09
7.91
15.72
2.62
3.06
2.18
FALSE
TRUE
TRUE
TRUE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
FALSE
FALSE
FALSE
TRUE
FALSE
NA
NA
NA
NA
NA
NA
FALSE
FALSE
FALSE
TRUE
FALSE
FALSE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
FALSE
FALSE
Andere Affektionen des Rückens
Lungentuberkulose
Tuberkulöse Erstinfektion
Tuberkulose sonstiger Atmungsorgane
Tuberkulose anderer Organe
Durch sonst. Mykobakterien hervorgerufene Krankheiten
Unspezif. Röntgen- und sonst. Befunde des Körperbaues
Sarkoidose (Besnier-Boeck-Schaumann’ Krankheit)
Sonstige HIV-Infektionen (incl. HTLV-LAV-Infektion)
Andere Infektionen durch Varicellen-Zoster Virus
Herpes simplex, excl. kongenital (771.2)
AIDS-Erkrankung
Multiple Sklerose
Myeloische Leukämie
Multiple Sklerose
Enzephalitis, Myelitis und Enzephalomyelitis
Offene Wunde des Gesässes
Echinococcus-Infektion
Niedrigmaligne Non-Hodgkin Lymphome und Histiozytosis X
Chronisches Nierenversagen, chron. Niereninsuffizienz
Niedrigmaligne Non-Hodgkin Lymphome und Histiozytosis X
Prellung der oberen Extremitäten
Maligne Neoplasien der weiblichen Brustdrüse
Neopl.unsicheren Verhaltens, endokr.Drüsen,Nervensyst.
Hochmaligne Non-Hodgkin Lymphome (NHL)
Maligne Neoplasien des Gehirns
PCP und andere entzündliche Polyarthropathien
Maligne Neoplasien der weiblichen Brustdrüse
Maligne Neoplasien der weiblichen Brustdrüse
Maligne Neoplasien des Ovariums und sonstiger Adnexe
Sekundäre maligne Neopl.der Atmungs- u.Verdauungsorgane
Hochmaligne Non-Hodgkin Lymphome (NHL)
Maligne Neoplasien der weiblichen Brustdrüse
Hochmaligne Non-Hodgkin Lymphome (NHL)
Myeloische Leukämie
Maligne Neoplasien des Dünndarmes
Maligne Neoplasien anderer endokriner Drüsen
Hereditäre hämolytische Anämien
females [1949-1968], continued on next page
161
ATC
ICD
Prob
Expert
Explanation of ICD
L01X
L01X
L01X
L01X
L01X
L01X
L02A
L02B
L02B
L02B
L02B
L02B
L03A
L03A
L03A
L04A
L04A
L04A
L04A
L04A
L04A
L04A
L04A
M01A
M01A
M01A
M01A
M01A
M01B
M01B
M01C
M01C
M01C
M01C
M02A
M02A
M03A
M03B
200
183
197
174
162
238
174
174
238
198
457
621
340
323
172
714
585
555
358
556
710
696
586
724
722
726
727
717
999
707
710
695
275
714
465
724
465
340
8.73
11.35
6.11
28.82
7.86
13.54
100
77.82
7.24
2.37
4.1
8.46
86.14
7.9
5.96
35.31
22.37
15.27
2.7
7.46
7.28
6.65
2.96
48.86
16.2
14.51
9.91
10.52
33.8
66.2
37.27
14.55
7.27
40.91
51.93
48.07
100
14.48
FALSE
FALSE
FALSE
TRUE
TRUE
FALSE
TRUE
TRUE
FALSE
FALSE
FALSE
FALSE
TRUE
FALSE
FALSE
NA
NA
NA
NA
NA
NA
NA
NA
TRUE
TRUE
TRUE
TRUE
TRUE
FALSE
FALSE
NA
NA
NA
NA
FALSE
TRUE
FALSE
NA
Hochmaligne Non-Hodgkin Lymphome (NHL)
Maligne Neoplasien des Ovariums und sonstiger Adnexe
Sekundäre maligne Neopl.der Atmungs- u.Verdauungsorgane
Maligne Neoplasien der weiblichen Brustdrüse
Maligne Neoplasien der Trachea, Bronchien und Lunge
Neoplasien unsicheren Verhaltens and. Lokalisationen
Maligne Neoplasien der weiblichen Brustdrüse
Maligne Neoplasien der weiblichen Brustdrüse
Neoplasien unsicheren Verhaltens and. Lokalisationen
Sekundäre maligne Neoplasien anderer Organe
Nichtinfektiöse Krankheiten der Lymphgefässe
Sonst. Krankh. des Uterus, anderw. nicht klassifiziert
Multiple Sklerose
Enzephalitis, Myelitis und Enzephalomyelitis
Malignes Melanom der Haut,excl.Genitalorgane (184,187)
PCP und andere entzündliche Polyarthropathien
Chronisches Nierenversagen, chron. Niereninsuffizienz
Morbus Crohn (regionale Enteritis)
Neuromuskuläre Affektionen
Colitis ulcerosa (idiopathische Proctocolitis)
Diffuse Krankheiten des Bindegewebes (Kollagenosen)
Psoriasis und ähnliche Affektionen
Nierenversagen, NNB
Andere Affektionen des Rückens
Intervertebrale Diskopathien
Periphere Enthesopathien und ähnliche Syndrome
Andere Affektionen der Synovialis, Sehne und Bursa
Innere Kniegelenksschädigung
Komplikation durch ärztliche Behandlung
Chronisches Ulcus der Haut und Pyoderma gangraenosum
Diffuse Krankheiten des Bindegewebes (Kollagenosen)
Erythematöse Affektionen
Störungen des Mineralstoffwechsels
PCP und andere entzündliche Polyarthropathien
Akute Infektion der oberen Luftwege an mehreren Stellen
Andere Affektionen des Rückens
Akute Infektion der oberen Luftwege an mehreren Stellen
Multiple Sklerose
females [1949-1968], continued on next page
162
ATC
ICD
Prob
Expert
Explanation of ICD
M03B
M03B
M03B
M04A
M05B
M09A
M09A
M09A
N01A
N01B
N01B
N02A
N02A
N02A
N02B
N02B
N02C
N02C
N03A
N03A
N03A
N03A
N03A
N04A
N04B
N04B
N05A
N05A
N05A
N05A
N05A
N05A
N05A
N05A
N05A
N05B
N05B
N05B
724
722
723
465
733
714
717
724
310
724
723
722
724
715
465
724
346
161
345
296
295
350
191
295
332
344
295
296
298
297
300
303
301
311
305
304
296
303
43.61
19.93
21.98
100
100
33.33
33.33
33.33
100
66.37
33.63
32.69
49.52
17.79
65.75
34.25
93.51
6.49
42.39
34.78
17.64
3.49
1.69
100
86.35
13.65
35.5
31.01
8
2.11
9.74
4.7
1.36
6.09
1.48
6.3
33.05
13.09
NA
NA
NA
FALSE
TRUE
FALSE
FALSE
FALSE
NA
TRUE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
FALSE
FALSE
TRUE
FALSE
FALSE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
Andere Affektionen des Rückens
Intervertebrale Diskopathien
Andere Affektionen im zervikalen Bereich
Akute Infektion der oberen Luftwege an mehreren Stellen
Andere Affektionen der Knochen und Knorpel
PCP und andere entzündliche Polyarthropathien
Innere Kniegelenksschädigung
Andere Affektionen des Rückens
Spezif.nichtpsychot.psych.Störung nach Hirnschädigungen
Andere Affektionen des Rückens
Andere Affektionen im zervikalen Bereich
Intervertebrale Diskopathien
Andere Affektionen des Rückens
Osteoarthrose und entsprechende Affektionen
Akute Infektion der oberen Luftwege an mehreren Stellen
Andere Affektionen des Rückens
Migräne und andere primäre Kopfschmerzen
Maligne Neoplasien des Larynx
Epilepsie
Affektive Psychosen
Schizophrene Psychosen
Affektionen des N.trigeminus
Maligne Neoplasien des Gehirns
Schizophrene Psychosen
Parkinson’ Syndrom
Andere Lähmungen
Schizophrene Psychosen
Affektive Psychosen
Andere nichtorganische Psychosen
Paranoide Syndrome
Neurosen
Alkoholismus (Alkoholabhängigkeit)
Persönlichkeitsstörungen (Psychopathien)
Anderweitig nicht klassifiz.depressive Zustandsbilder
Drogen- und Medikamentenmissbrauch ohne Abhängigkeit
Medikamenten-/Drogenabhängigkeit
Affektive Psychosen
Alkoholismus (Alkoholabhängigkeit)
females [1949-1968], continued on next page
163
ATC
ICD
Prob
Expert
Explanation of ICD
N05B
N05B
N05B
N05B
N05C
N05C
N05C
N06A
N06A
N06A
N06A
N06A
N06A
N06A
N06B
N06B
N06B
N06B
N06C
N06C
N06C
N06D
N06D
N07A
N07A
N07A
N07A
N07B
N07B
N07C
N07C
N07C
N07C
N07X
P01A
P02C
P02C
P03A
295
75
300
311
304
44
303
296
311
300
308
309
298
303
347
669
681
635
9
465
724
388
290
358
180
340
618
303
304
388
386
780
389
335
562
9
465
465
16.3
1.85
15.68
13.73
28.49
25.1
46.41
40.07
18.79
19.64
5.06
3.29
6.09
7.07
34.69
32.65
26.53
6.12
25.37
52.52
22.11
88.13
11.87
23.68
9.21
47.37
19.74
87.09
12.91
31.46
23.65
42.22
2.67
100
100
19.12
80.88
50
FALSE
FALSE
TRUE
FALSE
FALSE
FALSE
FALSE
TRUE
FALSE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
FALSE
FALSE
TRUE
FALSE
TRUE
TRUE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
FALSE
FALSE
Schizophrene Psychosen
Infektiöse Mononukleose (Pfeiffer’ Krankheit)
Neurosen
Anderweitig nicht klassifiz.depressive Zustandsbilder
Medikamenten-/Drogenabhängigkeit
Sonstige HIV-Infektionen (incl. HTLV-LAV-Infektion)
Alkoholismus (Alkoholabhängigkeit)
Affektive Psychosen
Anderweitig nicht klassifiz.depressive Zustandsbilder
Neurosen
Psychogene Reaktion (akute Belastungsreaktion)
Psychogene Reaktion (Anpassungsstörung)
Andere nichtorganische Psychosen
Alkoholismus (Alkoholabhängigkeit)
Kataplexie und Narkolepsie
Andere Wehen- und Entbindungskomplikationen
Phlegmone und Abszess der Finger und Zehen
Legale Schwangerschaftsunterbrechung
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Akute Infektion der oberen Luftwege an mehreren Stellen
Andere Affektionen des Rückens
Andere Affektionen des Ohres
Senile und präsenile organische Psychosen
Neuromuskuläre Affektionen
Maligne Neoplasien der Cervix uteri
Multiple Sklerose
Prolaps und Deszensus weiblicher Genitalorgane
Alkoholismus (Alkoholabhängigkeit)
Medikamenten-/Drogenabhängigkeit
Andere Affektionen des Ohres
Schwindel-Syndr.u.and.Affektionen d.Vestibular-Appar.
Allgemeine Symptome
Taubheit und Schwerhörigkeit
Affektionen der Vorderhornganglienzellen
Divertikel des Darmes, incl. Divertikulitis
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Akute Infektion der oberen Luftwege an mehreren Stellen
Akute Infektion der oberen Luftwege an mehreren Stellen
females [1949-1968], continued on next page
164
ATC
ICD
Prob
Expert
Explanation of ICD
P03A
R01A
R01A
R01B
R01B
R01B
R02A
R03A
R03A
R03A
R03A
R03A
R03B
R03B
R03B
R03C
R03D
R03D
R05
R05C
R05C
R05C
R05D
R05F
R05X
R06A
R06A
R06A
R06A
S01A
S01B
S01B
S01B
S01B
S01B
S01B
S01B
S01B
724
473
471
461
465
724
465
493
496
490
466
465
496
490
493
465
493
496
465
465
466
490
465
465
465
708
995
691
465
370
366
362
361
364
372
379
77
370
50
78.7
21.3
26.09
43.48
30.43
100
7.82
10.36
16.79
8.51
56.52
37.81
47.97
14.22
100
43.43
56.57
100
75.26
9.83
14.91
100
100
100
3.75
5.67
2.14
88.43
100
60.63
13.36
8.97
3.32
6.28
4.3
0.9
2.24
FALSE
FALSE
FALSE
TRUE
TRUE
FALSE
TRUE
TRUE
FALSE
TRUE
FALSE
FALSE
FALSE
TRUE
TRUE
FALSE
TRUE
FALSE
TRUE
FALSE
TRUE
TRUE
FALSE
TRUE
FALSE
NA
NA
NA
NA
TRUE
TRUE
TRUE
FALSE
TRUE
TRUE
TRUE
FALSE
TRUE
Andere Affektionen des Rückens
Chronische Sinusitis (hyperplastische Sinusitis)
Nasenpolypen, excl. adenomatöse (212.0)
Akute Sinusitis (incl. Abszess, Empyem)
Akute Infektion der oberen Luftwege an mehreren Stellen
Andere Affektionen des Rückens
Akute Infektion der oberen Luftwege an mehreren Stellen
Asthma bronchiale
Chron. Verschluss der Atemwege, anderw. nicht klassif.
Bronchitis, nicht akut oder chron. bez. (bis 8 Wochen)
Akute oder subakute Bronchitis und Bronchiolitis
Akute Infektion der oberen Luftwege an mehreren Stellen
Chron. Verschluss der Atemwege, anderw. nicht klassif.
Bronchitis, nicht akut oder chron. bez. (bis 8 Wochen)
Asthma bronchiale
Akute Infektion der oberen Luftwege an mehreren Stellen
Asthma bronchiale
Chron. Verschluss der Atemwege, anderw. nicht klassif.
Akute Infektion der oberen Luftwege an mehreren Stellen
Akute Infektion der oberen Luftwege an mehreren Stellen
Akute oder subakute Bronchitis und Bronchiolitis
Bronchitis, nicht akut oder chron. bez. (bis 8 Wochen)
Akute Infektion der oberen Luftwege an mehreren Stellen
Akute Infektion der oberen Luftwege an mehreren Stellen
Akute Infektion der oberen Luftwege an mehreren Stellen
Urtikaria
Anderweitig nicht klassifizierte Schädigungen
Atopik-Dermatitis und verwandte Affektionen
Akute Infektion der oberen Luftwege an mehreren Stellen
Keratitis excl. epidem. Keratokonjunktivitis (077.1)
Katarakt, excl. kongenital (743.3)
Andere Netzhautaffektionen, excl.Chorioretinitis (363)
Netzhautablösung und -defekte
Affektionen der Iris und des Ziliarkörpers
Affektionen der Konjunktiva
Andere Affektionen des Auges excl. Pseudophakie (366.7)
Andere KK der Konjunktiva durch Viren und Chlamydien
Keratitis excl. epidem. Keratokonjunktivitis (077.1)
females [1949-1968], continued on next page
165
ATC
ICD
Prob
Expert
Explanation of ICD
S01C
S01E
S01E
S01E
S01F
S01F
S01F
S01G
S01G
S01X
S01X
S02A
S02A
S02C
S02C
S02D
S02D
S03B
S03B
S03B
S03C
S03C
V01A
V03A
V03A
V03A
V03A
V03A
V04C
V07A
V08A
366
365
379
361
364
465
780
9
465
465
724
382
381
465
724
465
724
9
435
465
366
465
9
340
585
174
341
594
193
348
454
100
79.23
10.49
10.28
33.33
33.33
33.33
24.78
75.22
59.03
40.97
78.57
21.43
70.45
29.55
70.83
29.17
27.59
31.03
41.38
36.36
63.64
100
40.25
18.77
32.35
6.42
2.22
100
100
100
TRUE
TRUE
FALSE
FALSE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
NA
NA
NA
FALSE
FALSE
NA
NA
NA
NA
NA
NA
NA
NA
NA
Katarakt, excl. kongenital (743.3)
Glaukom, excl. kongenital (743.2)
Andere Affektionen des Auges excl. Pseudophakie (366.7)
Netzhautablösung und -defekte
Affektionen der Iris und des Ziliarkörpers
Akute Infektion der oberen Luftwege an mehreren Stellen
Allgemeine Symptome
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Akute Infektion der oberen Luftwege an mehreren Stellen
Akute Infektion der oberen Luftwege an mehreren Stellen
Andere Affektionen des Rückens
Eitrige und NNB Otitis media
Nichteitrige Otitis media u.Affektionen d.Tuba audit.
Akute Infektion der oberen Luftwege an mehreren Stellen
Andere Affektionen des Rückens
Akute Infektion der oberen Luftwege an mehreren Stellen
Andere Affektionen des Rückens
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Zerebrale ischämische Attacke
Akute Infektion der oberen Luftwege an mehreren Stellen
Katarakt, excl. kongenital (743.3)
Akute Infektion der oberen Luftwege an mehreren Stellen
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Multiple Sklerose
Chronisches Nierenversagen, chron. Niereninsuffizienz
Maligne Neoplasien der weiblichen Brustdrüse
Andere demyelinisierende Krankheiten des ZNS
Urolithiasis (incl. mit Zystitis und/oder Urethritis)
Maligne Neoplasien der Schilddrüse
Andere Hirnkrankheiten
Varizen der unteren Extremitäten
166
Table 46: Final assignment list for class w1969 - females [1969-1988]
ATC
ICD
Prob
Expert
Explanation of ICD
A01A
A01A
A01A
A02A
A02A
A02A
A02B
A02B
A02B
A03A
A03A
A03B
A03C
A03D
A03D
A03F
A04A
A04A
A04A
A04A
A04A
A05
A05A
A05A
A05A
A05B
A05B
A05B
A05C
A05C
A06A
A07A
A07A
A07B
A07C
A07D
9
465
650
9
465
650
535
530
531
9
465
598
319
9
465
9
174
191
152
340
233
574
277
576
573
571
573
316
9
465
564
9
650
9
9
9
20.76
55.88
23.37
26.29
35.63
38.08
74.22
17.92
7.85
48.2
51.8
100
100
45.8
54.2
100
55.24
6.99
2.8
25.87
9.09
100
56.14
24.56
19.3
50.94
39.62
9.43
35.71
64.29
100
35.29
64.71
100
100
68.87
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
TRUE
TRUE
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Akute Infektion der oberen Luftwege an mehreren Stellen
Normale Geburt
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Akute Infektion der oberen Luftwege an mehreren Stellen
Normale Geburt
Gastritis und Duodenitis
Krankheiten des Ösophagus, excl. kongenital (750.4)
"Ulcus ventriculi, excl. ""Ulcus Dieulafoy"" (448.2)"
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Akute Infektion der oberen Luftwege an mehreren Stellen
Urethra-Striktur, excl. kongenital (753.6)
Nicht näher bestimmbarer Schwachsinn
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Akute Infektion der oberen Luftwege an mehreren Stellen
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Maligne Neoplasien der weiblichen Brustdrüse
Maligne Neoplasien des Gehirns
Maligne Neoplasien des Dünndarmes
Multiple Sklerose
Carcinoma in situ der Mammae und der Urogenitalorgane
Cholelithiasis
Sonstige und NNB Stoffwechselstörungen
Andere Affektionen des Gallensystems
Andere Affektionen der Leber
Chronische Leberkrankheit und Leberzirrhose
Andere Affektionen der Leber
Psychosomatische Erkrankungen im engeren Sinne
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Akute Infektion der oberen Luftwege an mehreren Stellen
Funktionelle Verdauungsstörungen, NNB
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Normale Geburt
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
females [1969-1988], continued on next page
167
ATC
ICD
Prob
Expert
Explanation of ICD
A07D
A07E
A07E
A07F
A07F
A07X
A08A
A08A
A09A
A10A
A10A
A10A
A10B
A11A
A11B
A11C
A11C
A11C
A11D
A11E
A11G
A11H
A11J
A11J
A12A
A12B
A12B
A12C
A12C
A12C
A12C
A12C
A12C
A12C
A12C
A12C
A12C
A13A
465
556
555
9
8
9
9
298
577
250
648
251
250
277
277
241
234
193
351
725
650
277
296
465
241
276
285
640
644
650
643
654
646
669
641
648
661
9
31.13
56.17
43.83
93.27
6.73
100
50
50
100
77.28
19
3.72
100
100
100
69.49
6.78
23.73
100
100
100
100
40
60
100
67.31
32.69
14.71
10.89
33.44
9.69
4.96
7.59
12.38
1.95
2.79
1.6
100
FALSE
TRUE
TRUE
TRUE
TRUE
TRUE
FALSE
FALSE
TRUE
TRUE
FALSE
FALSE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
Akute Infektion der oberen Luftwege an mehreren Stellen
Colitis ulcerosa (idiopathische Proctocolitis)
Morbus Crohn (regionale Enteritis)
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Intestinale Infektionen durch sonstige Erreger
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Andere nichtorganische Psychosen
Krankheiten des Pankreas
*Diabetes mellitus
And.besteh.Affektionen der Mutter während d.Gravidität
Sonstige Störungen der inneren Sekretion des Pankreas
*Diabetes mellitus
Sonstige und NNB Stoffwechselstörungen
Sonstige und NNB Stoffwechselstörungen
Knotenstruma, nicht toxisch (euthyreote Struma nodosa)
Carcinoma in situ anderer Lokalisationen
Maligne Neoplasien der Schilddrüse
Affektionen des N.facialis
Polymyalgia rheumatica
Normale Geburt
Sonstige und NNB Stoffwechselstörungen
Affektive Psychosen
Akute Infektion der oberen Luftwege an mehreren Stellen
Knotenstruma, nicht toxisch (euthyreote Struma nodosa)
Gleichgewichtsstör.(Flüssigk.,Elektrolyt.,Säure/Basen)
Andere Anämien
Blutung in der Frühschwangerschaft
Vorzeitige oder drohende Wehen
Normale Geburt
Hyperemesis gravidarum
Abnormität sonst.Organe u.d.weichen Beckenbindegewebes
Andere Schwangerschaftskomplikationen, NNB
Andere Wehen- und Entbindungskomplikationen
Blutung ante partum,Abruptio placentae,Placenta praevia
And.besteh.Affektionen der Mutter während d.Gravidität
Anomale Wehentätigkeit
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
females [1969-1988], continued on next page
168
ATC
ICD
Prob
Expert
Explanation of ICD
A14A
A15
A15
A15
A16A
A16A
B01A
B01A
B01A
B01A
B01A
B01A
B01A
B01A
B01A
B01A
B01A
B01A
B01A
B01A
B01A
B01A
B01A
B01A
B01A
B01A
B02A
B02B
B02B
B02B
B03A
B03A
B03A
B03A
B03A
B03A
B03B
B03B
465
9
465
564
191
644
824
844
823
836
717
825
845
827
905
735
451
837
959
732
650
715
669
838
454
829
626
592
707
719
650
669
644
643
646
640
632
640
100
49.3
32.39
18.31
17.14
82.86
9.57
10.12
4.98
6.12
7.43
3.67
5.55
1.65
3.43
3.28
2.13
1.45
3.51
1.26
18.98
2.99
8.39
0.84
3.04
1.58
100
33.33
33.33
33.33
53.46
16.11
8
7.63
7.38
7.42
38.79
35.13
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
Akute Infektion der oberen Luftwege an mehreren Stellen
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Akute Infektion der oberen Luftwege an mehreren Stellen
Funktionelle Verdauungsstörungen, NNB
Maligne Neoplasien des Gehirns
Vorzeitige oder drohende Wehen
Frakturen der Knöchel
Verstauchung/Zerrung des Knies und des Beines
Fraktur der Tibia und/oder der Fibula
Luxation des Knies
Innere Kniegelenksschädigung
Fraktur eines/mehr.Fusswurzel- u./od.Mittelfussknochen
Verstauchung und Zerrung des Fussgelenkes und Fusses
Andere,multiple u.NNB Frakturen unterer Extremitäten
Spätfolgen von Verletz.d.Muskel-/Skelettsyst.+Bindegew.
Erworbene Deformitäten der Zehen
Thrombose u. Thrombophlebitis, excl.im Wochenbett (671)
Luxation des Knöchels
Andere Komplikationen nach NNB Verletzungen
Osteochondropathien
Normale Geburt
Osteoarthrose und entsprechende Affektionen
Andere Wehen- und Entbindungskomplikationen
Luxation des Fusses
Varizen der unteren Extremitäten
Fraktur, NNB
Menstruationsstörungen und sonstige abnorme Blutungen
Nephrolithiasis, excl. Nephrokalzinose (275.4)
Chronisches Ulcus der Haut und Pyoderma gangraenosum
Andere Gelenkaffektionen
Normale Geburt
Andere Wehen- und Entbindungskomplikationen
Vorzeitige oder drohende Wehen
Hyperemesis gravidarum
Andere Schwangerschaftskomplikationen, NNB
Blutung in der Frühschwangerschaft
Missed abortion
Blutung in der Frühschwangerschaft
females [1969-1988], continued on next page
169
ATC
ICD
Prob
Expert
Explanation of ICD
B03B
B03X
B03X
B05A
B05B
B05X
B06A
B06A
C01A
C01A
C01B
C01C
C01D
C01E
C02A
C02A
C02C
C02C
C02C
C02K
C02K
C02L
C03B
C03B
C03C
C03D
C03E
C03E
C04A
C04A
C05A
C05B
C05C
C05C
C07A
C07A
C07B
C07C
643
284
174
388
725
755
566
162
994
746
427
458
465
443
642
669
642
431
401
416
746
465
9
465
586
465
481
291
388
386
650
454
454
455
401
427
465
465
26.08
17.39
82.61
100
100
100
83.33
16.67
66.67
33.33
100
100
100
100
46.42
53.58
57.23
10.69
32.08
84.62
15.38
100
46.67
53.33
100
100
53.33
46.67
91.1
8.9
100
100
74.9
25.1
71.38
28.62
100
100
FALSE
FALSE
TRUE
FALSE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
TRUE
FALSE
TRUE
FALSE
FALSE
FALSE
FALSE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
TRUE
TRUE
TRUE
TRUE
FALSE
FALSE
Hyperemesis gravidarum
Aplastische Anämien
Maligne Neoplasien der weiblichen Brustdrüse
Andere Affektionen des Ohres
Polymyalgia rheumatica
Andere kongenitale Anomalien der Extremitäten
Abszess im Bereich des Anus und Rektums
Maligne Neoplasien der Trachea, Bronchien und Lunge
Schädigung durch andere äussere Einflüsse
Andere kongenitale Herzanomalien
Herzrhythmus-Störungen, excl. postoperativ (997.1)
Hypotonie
Akute Infektion der oberen Luftwege an mehreren Stellen
Andere periphere Gefässkrankheiten
Hypertonie als Komplikation während der Schwangerschaft
Andere Wehen- und Entbindungskomplikationen
Hypertonie als Komplikation während der Schwangerschaft
Intrazerebrale Hämorrhagie (spontan, nicht traumatisch)
Essentielle Hypertonie
Chron. pulmonale Herzkrankh. (chron. pulm. Hypertens.)
Andere kongenitale Herzanomalien
Akute Infektion der oberen Luftwege an mehreren Stellen
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Akute Infektion der oberen Luftwege an mehreren Stellen
Nierenversagen, NNB
Akute Infektion der oberen Luftwege an mehreren Stellen
Pneumokokken-Pneumonie (Streptokokkus pneumoniae)
Alkohol-Psychosen
Andere Affektionen des Ohres
Schwindel-Syndr.u.and.Affektionen d.Vestibular-Appar.
Normale Geburt
Varizen der unteren Extremitäten
Varizen der unteren Extremitäten
Hämorrhoiden
Essentielle Hypertonie
Herzrhythmus-Störungen, excl. postoperativ (997.1)
Akute Infektion der oberen Luftwege an mehreren Stellen
Akute Infektion der oberen Luftwege an mehreren Stellen
females [1969-1988], continued on next page
170
ATC
ICD
Prob
Expert
Explanation of ICD
C07F
C08C
C08D
C09A
C09B
C09C
C09D
C10A
C10B
C10B
D01A
D01B
D02A
D02B
D02B
D02B
D03A
D03B
D03B
D04A
D04A
D04A
D05A
D05B
D06A
D06A
D06B
D06B
D06B
D06B
D07A
D07B
D07C
D07X
D07X
D08A
D08A
D09A
726
401
465
401
401
580
465
465
250
724
465
110
465
277
465
883
465
229
686
9
465
650
465
465
465
650
78
944
943
949
691
90
465
9
465
707
596
78
100
100
100
100
100
100
100
100
57.14
42.86
100
100
100
33.33
33.33
33.33
100
30
70
29.6
34.4
36
100
100
49.12
50.88
65.26
18.95
10
5.79
100
100
100
31.92
68.08
41.94
58.06
33.33
FALSE
TRUE
FALSE
TRUE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
Periphere Enthesopathien und ähnliche Syndrome
Essentielle Hypertonie
Akute Infektion der oberen Luftwege an mehreren Stellen
Essentielle Hypertonie
Essentielle Hypertonie
Akute Glomerulonephritis
Akute Infektion der oberen Luftwege an mehreren Stellen
Akute Infektion der oberen Luftwege an mehreren Stellen
*Diabetes mellitus
Andere Affektionen des Rückens
Akute Infektion der oberen Luftwege an mehreren Stellen
Dermatophytie (Tinea)
Akute Infektion der oberen Luftwege an mehreren Stellen
Sonstige und NNB Stoffwechselstörungen
Akute Infektion der oberen Luftwege an mehreren Stellen
Offene Wunde eines oder mehrerer Finger
Akute Infektion der oberen Luftwege an mehreren Stellen
Benigne Neoplasien anderer Gewebe und Organe
Andere lokale Infektionen der Haut und der Subcutis
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Akute Infektion der oberen Luftwege an mehreren Stellen
Normale Geburt
Akute Infektion der oberen Luftwege an mehreren Stellen
Akute Infektion der oberen Luftwege an mehreren Stellen
Akute Infektion der oberen Luftwege an mehreren Stellen
Normale Geburt
And. Krankheiten durch Viren, Chlamydien und Bakterien
Verbrennung an Handgelenken und Händen
Verbrennung der oberen Extremit.,excl.Handgelenk+Hand
Verbrennung, NNB
Atopik-Dermatitis und verwandte Affektionen
Syphilis connata
Akute Infektion der oberen Luftwege an mehreren Stellen
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Akute Infektion der oberen Luftwege an mehreren Stellen
Chronisches Ulcus der Haut und Pyoderma gangraenosum
Andere Affektionen der Harnblase
And. Krankheiten durch Viren, Chlamydien und Bakterien
females [1969-1988], continued on next page
171
ATC
ICD
Prob
Expert
Explanation of ICD
D09A
D09A
D10A
D10A
D10B
D10B
D11A
G01A
G01B
G02A
G02A
G02B
G02B
G02B
G02C
G02C
G02C
G03A
G03B
G03B
G03C
G03C
G03C
G03D
G03D
G03D
G03D
G03E
G03E
G03E
G03F
G03F
G03G
G03H
G03X
G04B
G04B
G04B
465
650
9
465
9
465
691
650
9
634
632
9
465
555
650
669
644
465
302
810
9
465
650
640
632
628
643
9
300
558
495
201
628
302
311
599
596
592
33.33
33.33
28.09
71.91
26.53
73.47
100
100
100
36.36
63.64
33.33
33.33
33.33
67.45
22.05
10.5
100
69.23
30.77
19.82
56.87
23.32
51.73
23.73
8.73
15.8
33.33
33.33
33.33
63.16
36.84
100
100
100
80.14
6.74
13.12
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
FALSE
NA
NA
NA
FALSE
FALSE
FALSE
NA
FALSE
TRUE
FALSE
FALSE
TRUE
TRUE
TRUE
TRUE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
FALSE
FALSE
TRUE
TRUE
TRUE
Akute Infektion der oberen Luftwege an mehreren Stellen
Normale Geburt
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Akute Infektion der oberen Luftwege an mehreren Stellen
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Akute Infektion der oberen Luftwege an mehreren Stellen
Atopik-Dermatitis und verwandte Affektionen
Normale Geburt
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Spontane Fehlgeburt (Spontanabort)
Missed abortion
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Akute Infektion der oberen Luftwege an mehreren Stellen
Morbus Crohn (regionale Enteritis)
Normale Geburt
Andere Wehen- und Entbindungskomplikationen
Vorzeitige oder drohende Wehen
Akute Infektion der oberen Luftwege an mehreren Stellen
Sexuelle Verhaltensabweichungen und Störungen
Fraktur der Klavikula
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Akute Infektion der oberen Luftwege an mehreren Stellen
Normale Geburt
Blutung in der Frühschwangerschaft
Missed abortion
Weibliche Sterilität und Infertilität (primär,sekundär)
Hyperemesis gravidarum
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Neurosen
Andere nichtinfektiöse Gastroenteritis und Colitis
Allerg. Alveolitis durch exogene organische Ursachen
Morbus Hodgkin
Weibliche Sterilität und Infertilität (primär,sekundär)
Sexuelle Verhaltensabweichungen und Störungen
Anderweitig nicht klassifiz.depressive Zustandsbilder
Andere Krankheiten der Urethra und der Harnwege
Andere Affektionen der Harnblase
Nephrolithiasis, excl. Nephrokalzinose (275.4)
females [1969-1988], continued on next page
172
ATC
ICD
Prob
Expert
Explanation of ICD
G04C
G04C
H01A
H01B
H01C
H02A
H02A
H02B
H03A
H03A
H03B
H03C
H03C
H03C
H04A
H04A
H05A
H05B
J01A
J01A
J01C
J01C
J01C
J01D
J01E
J01F
J01F
J01F
J01F
J01G
J01G
J01G
J01G
J01M
J01M
J01X
J02A
J02A
592
788
253
191
9
340
388
465
241
193
242
455
592
643
250
251
714
733
9
465
463
525
465
490
599
490
465
525
466
494
277
344
567
599
590
599
9
465
66.67
33.33
100
100
100
64.98
35.02
100
72.15
27.85
100
33.33
33.33
33.33
87.18
12.82
100
100
27.85
72.15
9.43
10.43
80.14
100
100
14.99
72.14
8.13
4.74
18.18
40.91
31.82
9.09
86.74
13.26
100
26.44
73.56
FALSE
FALSE
TRUE
FALSE
FALSE
TRUE
TRUE
NA
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
FALSE
FALSE
FALSE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
Nephrolithiasis, excl. Nephrokalzinose (275.4)
Symptome, betr. Harnorgane
KK der Hypophyse und hypothalam. Regulationsvorgänge
Maligne Neoplasien des Gehirns
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Multiple Sklerose
Andere Affektionen des Ohres
Akute Infektion der oberen Luftwege an mehreren Stellen
Knotenstruma, nicht toxisch (euthyreote Struma nodosa)
Maligne Neoplasien der Schilddrüse
Thyreotoxikose (Hyperthyreose) mit/ohne Struma
Hämorrhoiden
Nephrolithiasis, excl. Nephrokalzinose (275.4)
Hyperemesis gravidarum
*Diabetes mellitus
Sonstige Störungen der inneren Sekretion des Pankreas
PCP und andere entzündliche Polyarthropathien
Andere Affektionen der Knochen und Knorpel
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Akute Infektion der oberen Luftwege an mehreren Stellen
Akute Tonsillitis
Andere Krankheiten der Zähne u.des Zahnhalteapparates
Akute Infektion der oberen Luftwege an mehreren Stellen
Bronchitis, nicht akut oder chron. bez. (bis 8 Wochen)
Andere Krankheiten der Urethra und der Harnwege
Bronchitis, nicht akut oder chron. bez. (bis 8 Wochen)
Akute Infektion der oberen Luftwege an mehreren Stellen
Andere Krankheiten der Zähne u.des Zahnhalteapparates
Akute oder subakute Bronchitis und Bronchiolitis
Bronchiektasen, excl. tuberkulös (011.5)
Sonstige und NNB Stoffwechselstörungen
Andere Lähmungen
Peritonitis
Andere Krankheiten der Urethra und der Harnwege
Infektiöse Nierenkrankheiten
Andere Krankheiten der Urethra und der Harnwege
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Akute Infektion der oberen Luftwege an mehreren Stellen
females [1969-1988], continued on next page
173
ATC
ICD
Prob
Expert
Explanation of ICD
J04A
J04A
J04A
J04A
J05A
J05A
J05A
J06B
J07A
J07B
L01A
L01A
L01A
L01A
L01A
L01A
L01B
L01B
L01B
L01C
L01D
L01D
L01D
L01X
L01X
L01X
L01X
L01X
L01X
L02A
L02A
L02A
L02A
L02A
L02B
L02B
L02B
L02B
11
511
518
793
44
54
53
340
465
927
174
191
225
164
233
237
714
799
174
174
174
164
233
208
46
164
205
753
174
617
174
196
197
302
174
182
709
197
83.89
8.81
4.86
2.43
45.93
30.48
23.59
100
100
100
54.37
14.56
8.74
5.83
10.68
5.83
52.15
26.99
20.86
100
81.61
6.9
11.49
18.18
12.12
18.18
12.12
12.12
27.27
54.46
32.67
4.95
3.96
3.96
63.41
4.88
19.51
4.88
TRUE
FALSE
FALSE
FALSE
FALSE
TRUE
FALSE
TRUE
NA
NA
FALSE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
FALSE
FALSE
TRUE
FALSE
FALSE
TRUE
FALSE
FALSE
TRUE
TRUE
TRUE
FALSE
FALSE
FALSE
TRUE
TRUE
FALSE
FALSE
Lungentuberkulose
Pleuritis und Pleuraerguss, excl. tuberkulös (012.0)
Andere Lungenkrankheiten
Unspezif. Röntgen- und sonst. Befunde des Körperbaues
Sonstige HIV-Infektionen (incl. HTLV-LAV-Infektion)
Herpes simplex, excl. kongenital (771.2)
Andere Infektionen durch Varicellen-Zoster Virus
Multiple Sklerose
Akute Infektion der oberen Luftwege an mehreren Stellen
Quetschung der oberen Extremitäten
Maligne Neoplasien der weiblichen Brustdrüse
Maligne Neoplasien des Gehirns
Benigne Neopl.des Gehirns und sonst.Teile d.Nervensyst.
Maligne Neoplasien von Thymus, Herz und Mediastinum
Carcinoma in situ der Mammae und der Urogenitalorgane
Neopl.unsicheren Verhaltens, endokr.Drüsen,Nervensyst.
PCP und andere entzündliche Polyarthropathien
And.mangelhaft bezeichnete/unbek. Ursachen von KK u.Tod
Maligne Neoplasien der weiblichen Brustdrüse
Maligne Neoplasien der weiblichen Brustdrüse
Maligne Neoplasien der weiblichen Brustdrüse
Maligne Neoplasien von Thymus, Herz und Mediastinum
Carcinoma in situ der Mammae und der Urogenitalorgane
Leukämie, Zellart NNB
Slow-virus infection des Zentralnervensystems
Maligne Neoplasien von Thymus, Herz und Mediastinum
Myeloische Leukämie
Kongenitale Anomalien der Harnorgane
Maligne Neoplasien der weiblichen Brustdrüse
Endometriose
Maligne Neoplasien der weiblichen Brustdrüse
Sekundäre maligne Neoplasien der Lymphknoten
Sekundäre maligne Neopl.der Atmungs- u.Verdauungsorgane
Sexuelle Verhaltensabweichungen und Störungen
Maligne Neoplasien der weiblichen Brustdrüse
Maligne Neoplasien des Corpus uteri
Andere Affektionen der Haut und der Subcutis
Sekundäre maligne Neopl.der Atmungs- u.Verdauungsorgane
females [1969-1988], continued on next page
174
ATC
ICD
Prob
Expert
Explanation of ICD
L02B
L02B
L03A
L04A
L04A
L04A
L04A
L04A
L04A
M01A
M01A
M01B
M01B
M01C
M01C
M02A
M02A
M02A
M02A
M03A
M03B
M03B
M03B
M03B
M04A
M04A
M05B
M09A
N01A
N01B
N01B
N02A
N02A
N02B
N02B
N02B
N02C
N03A
196
212
340
555
714
734
585
710
582
724
727
465
724
710
693
9
465
650
724
465
847
723
724
722
23
274
446
39
780
465
724
722
724
9
465
650
346
345
3.66
3.66
100
58.26
16.53
5.08
6.78
11.23
2.12
74.18
25.82
37.84
62.16
75.56
24.44
18.93
45.13
16.68
19.25
100
16.02
26.54
43.58
13.86
50
50
100
100
100
54.1
45.9
40.92
59.08
14.68
53.43
31.89
100
69.36
FALSE
FALSE
TRUE
NA
NA
NA
NA
NA
NA
TRUE
TRUE
FALSE
TRUE
NA
NA
FALSE
FALSE
FALSE
TRUE
FALSE
NA
NA
NA
NA
FALSE
FALSE
FALSE
FALSE
NA
FALSE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
Sekundäre maligne Neoplasien der Lymphknoten
Benigne Neopl.der Atmungs- und intrathorakalen Organe
Multiple Sklerose
Morbus Crohn (regionale Enteritis)
PCP und andere entzündliche Polyarthropathien
Plattfuss
Chronisches Nierenversagen, chron. Niereninsuffizienz
Diffuse Krankheiten des Bindegewebes (Kollagenosen)
Chronische Glomerulonephritis
Andere Affektionen des Rückens
Andere Affektionen der Synovialis, Sehne und Bursa
Akute Infektion der oberen Luftwege an mehreren Stellen
Andere Affektionen des Rückens
Diffuse Krankheiten des Bindegewebes (Kollagenosen)
Dermatitis durch eingenommene Substanzen
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Akute Infektion der oberen Luftwege an mehreren Stellen
Normale Geburt
Andere Affektionen des Rückens
Akute Infektion der oberen Luftwege an mehreren Stellen
Verstauchung u. Zerrung anderer/NNB Stellen des Rückens
Andere Affektionen im zervikalen Bereich
Andere Affektionen des Rückens
Intervertebrale Diskopathien
Brucellose
Gicht, excl. Bleigicht (984)
Periarteriitis u.verw.Affekt.(vask.Kollag./AutoimmunKK)
Aktinomykose, Nocardien und Streptomycesinfektionen
Allgemeine Symptome
Akute Infektion der oberen Luftwege an mehreren Stellen
Andere Affektionen des Rückens
Intervertebrale Diskopathien
Andere Affektionen des Rückens
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Akute Infektion der oberen Luftwege an mehreren Stellen
Normale Geburt
Migräne und andere primäre Kopfschmerzen
Epilepsie
females [1969-1988], continued on next page
175
ATC
ICD
Prob
Expert
Explanation of ICD
N03A
N03A
N04A
N04B
N05A
N05A
N05A
N05A
N05A
N05A
N05A
N05A
N05A
N05A
N05A
N05A
N05B
N05B
N05B
N05B
N05B
N05B
N05C
N05C
N05C
N06A
N06A
N06A
N06A
N06A
N06A
N06A
N06B
N06C
N06D
N07A
N07A
N07A
521
296
295
332
295
296
298
301
300
318
293
317
309
308
304
311
304
300
301
292
318
969
292
38
304
296
300
311
309
308
307
298
314
465
388
358
596
225
5.86
24.78
100
100
28.58
22.74
9.28
5.97
12.52
2.49
1.8
0.95
3.03
4.15
3.93
4.55
30.58
36.89
11.57
9.3
6.15
5.5
47.93
13.84
38.22
33.83
27.96
14.74
5.4
7.51
5.19
5.37
100
100
100
60.87
23.91
15.22
TRUE
FALSE
FALSE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
Krankheiten der Hartsubstanz der Zähne
Affektive Psychosen
Schizophrene Psychosen
Parkinson’ Syndrom
Schizophrene Psychosen
Affektive Psychosen
Andere nichtorganische Psychosen
Persönlichkeitsstörungen (Psychopathien)
Neurosen
Andere Ausprägungsgrade des Schwachsinns
Vorübergehende organische Psychosen
Leichter Schwachsinn (Debilität, IQ 50-70)
Psychogene Reaktion (Anpassungsstörung)
Psychogene Reaktion (akute Belastungsreaktion)
Medikamenten-/Drogenabhängigkeit
Anderweitig nicht klassifiz.depressive Zustandsbilder
Medikamenten-/Drogenabhängigkeit
Neurosen
Persönlichkeitsstörungen (Psychopathien)
Drogen-Psychosen
Andere Ausprägungsgrade des Schwachsinns
Vergiftung durch Psychopharmaka
Drogen-Psychosen
Sepsis
Medikamenten-/Drogenabhängigkeit
Affektive Psychosen
Neurosen
Anderweitig nicht klassifiz.depressive Zustandsbilder
Psychogene Reaktion (Anpassungsstörung)
Psychogene Reaktion (akute Belastungsreaktion)
Spezielle,nicht anderweit.klassif.Symptome/Syndrome
Andere nichtorganische Psychosen
Hyperkinetisches Syndrom des Kindesalters
Akute Infektion der oberen Luftwege an mehreren Stellen
Andere Affektionen des Ohres
Neuromuskuläre Affektionen
Andere Affektionen der Harnblase
Benigne Neopl.des Gehirns und sonst.Teile d.Nervensyst.
females [1969-1988], continued on next page
176
ATC
ICD
Prob
Expert
Explanation of ICD
N07B
N07B
N07C
N07C
N07C
N07C
N07X
P01A
P01A
P02C
P02C
P03A
R01A
R01B
R02A
R03A
R03A
R03A
R03B
R03B
R03B
R03C
R03D
R05
R05
R05C
R05C
R05C
R05D
R05F
R05X
R06A
R06A
S01A
S01A
S01B
S01B
S01B
304
292
388
386
780
389
465
9
465
122
127
133
473
465
465
493
490
466
9
465
490
644
493
465
789
465
490
466
465
465
465
708
995
370
365
366
364
365
64.93
35.07
41.24
14.74
39.96
4.06
100
34.7
65.3
57.14
42.86
100
100
100
100
16.16
57.67
26.17
16.11
65.42
18.47
100
100
50
50
77.82
14.65
7.53
100
100
100
49.32
50.68
48.39
51.61
22.82
19.09
12.03
TRUE
TRUE
TRUE
FALSE
FALSE
FALSE
FALSE
TRUE
FALSE
TRUE
TRUE
TRUE
FALSE
TRUE
TRUE
TRUE
TRUE
FALSE
FALSE
FALSE
TRUE
FALSE
TRUE
TRUE
FALSE
FALSE
TRUE
TRUE
FALSE
TRUE
FALSE
NA
NA
TRUE
TRUE
TRUE
TRUE
TRUE
Medikamenten-/Drogenabhängigkeit
Drogen-Psychosen
Andere Affektionen des Ohres
Schwindel-Syndr.u.and.Affektionen d.Vestibular-Appar.
Allgemeine Symptome
Taubheit und Schwerhörigkeit
Akute Infektion der oberen Luftwege an mehreren Stellen
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Akute Infektion der oberen Luftwege an mehreren Stellen
Echinococcus-Infektion
Andere intestinale Helminthosen
Acariasis (Milbenbefall), incl. Scabies
Chronische Sinusitis (hyperplastische Sinusitis)
Akute Infektion der oberen Luftwege an mehreren Stellen
Akute Infektion der oberen Luftwege an mehreren Stellen
Asthma bronchiale
Bronchitis, nicht akut oder chron. bez. (bis 8 Wochen)
Akute oder subakute Bronchitis und Bronchiolitis
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Akute Infektion der oberen Luftwege an mehreren Stellen
Bronchitis, nicht akut oder chron. bez. (bis 8 Wochen)
Vorzeitige oder drohende Wehen
Asthma bronchiale
Akute Infektion der oberen Luftwege an mehreren Stellen
Sonstige Symptome, betr. Abdomen und Becken
Akute Infektion der oberen Luftwege an mehreren Stellen
Bronchitis, nicht akut oder chron. bez. (bis 8 Wochen)
Akute oder subakute Bronchitis und Bronchiolitis
Akute Infektion der oberen Luftwege an mehreren Stellen
Akute Infektion der oberen Luftwege an mehreren Stellen
Akute Infektion der oberen Luftwege an mehreren Stellen
Urtikaria
Anderweitig nicht klassifizierte Schädigungen
Keratitis excl. epidem. Keratokonjunktivitis (077.1)
Glaukom, excl. kongenital (743.2)
Katarakt, excl. kongenital (743.3)
Affektionen der Iris und des Ziliarkörpers
Glaukom, excl. kongenital (743.2)
females [1969-1988], continued on next page
177
ATC
ICD
Prob
Expert
Explanation of ICD
S01B
S01B
S01B
S01B
S01B
S01B
S01C
S01E
S01E
S01E
S01E
S01F
S01G
S01G
S01X
S01X
S02A
S02C
S02D
S03B
S03C
V01A
V03A
V03A
V03A
V03A
V04C
V07A
V08A
V08A
V08B
77
372
379
362
361
370
366
365
743
371
379
364
9
465
9
465
382
465
465
465
375
465
174
152
599
344
989
39
599
620
640
5.39
15.35
7.47
6.22
5.81
5.81
100
56.56
18.03
13.93
11.48
100
26.16
73.84
32.38
67.62
100
100
100
100
100
100
24.64
2.84
62.56
9.95
100
100
50
50
100
FALSE
TRUE
TRUE
TRUE
FALSE
TRUE
TRUE
TRUE
FALSE
FALSE
FALSE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
NA
FALSE
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
Andere KK der Konjunktiva durch Viren und Chlamydien
Affektionen der Konjunktiva
Andere Affektionen des Auges excl. Pseudophakie (366.7)
Andere Netzhautaffektionen, excl.Chorioretinitis (363)
Netzhautablösung und -defekte
Keratitis excl. epidem. Keratokonjunktivitis (077.1)
Katarakt, excl. kongenital (743.3)
Glaukom, excl. kongenital (743.2)
Kongenitale Anomalien des Auges
Hornhauttrübungen und andere Affektionen
Andere Affektionen des Auges excl. Pseudophakie (366.7)
Affektionen der Iris und des Ziliarkörpers
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Akute Infektion der oberen Luftwege an mehreren Stellen
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Akute Infektion der oberen Luftwege an mehreren Stellen
Eitrige und NNB Otitis media
Akute Infektion der oberen Luftwege an mehreren Stellen
Akute Infektion der oberen Luftwege an mehreren Stellen
Akute Infektion der oberen Luftwege an mehreren Stellen
Affektionen des Tränenapparates
Akute Infektion der oberen Luftwege an mehreren Stellen
Maligne Neoplasien der weiblichen Brustdrüse
Maligne Neoplasien des Dünndarmes
Andere Krankheiten der Urethra und der Harnwege
Andere Lähmungen
Tox.Wirkung von and.,med.nichtgebräuchlichen Substanzen
Aktinomykose, Nocardien und Streptomycesinfektionen
Andere Krankheiten der Urethra und der Harnwege
Nichtentzündl.Affektionen d.Ovarien,Eileiter,Lig.latum
Blutung in der Frühschwangerschaft
178
Table 47: Final assignment list for class w1989 - females [1989-2008]
ATC
ICD
Prob
Expert
Explanation of ICD
A01A
A01A
A01A
A02A
A02A
A02A
A02B
A02B
A03A
A03A
A03B
A03C
A03D
A03F
A03F
A04A
A04A
A05A
A05B
A05C
A06A
A07A
A07A
A07B
A07B
A07C
A07D
A07D
A07D
A07E
A07E
A07E
A07F
A07F
A07X
A09A
774
765
770
9
474
789
535
530
466
765
35
437
789
8
9
189
205
277
277
789
564
456
768
8
9
8
8
9
474
556
555
569
9
8
9
277
28.65
48.54
22.81
25
30
45
68.05
31.95
51.81
48.19
100
100
100
51.69
48.31
50
50
100
100
100
100
52.94
47.06
50
50
100
31.03
37.93
31.03
55.77
35.58
8.65
62.78
37.22
100
92.86
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
NA
TRUE
TRUE
TRUE
FALSE
TRUE
TRUE
FALSE
TRUE
TRUE
TRUE
FALSE
Andere Neugeborenen-Gelbsucht
Stör.d.verk.Schwangerschaftsd.,nichtspezif.Geb.untergew
Andere respiratorische Affektionen des Neugeborenen
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Chron.Affektionen der Tonsillen u.des adenoiden Gewebes
Sonstige Symptome, betr. Abdomen und Becken
Gastritis und Duodenitis
Krankheiten des Ösophagus, excl. kongenital (750.4)
Akute oder subakute Bronchitis und Bronchiolitis
Stör.d.verk.Schwangerschaftsd.,nichtspezif.Geb.untergew
Erysipel, excl. im Wochenbett (670)
Andere und mangelhaft bezeichnete Hirngefässkrankheiten
Sonstige Symptome, betr. Abdomen und Becken
Intestinale Infektionen durch sonstige Erreger
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Maligne Neoplasien der Niere sowie anderer Harnorgane
Myeloische Leukämie
Sonstige und NNB Stoffwechselstörungen
Sonstige und NNB Stoffwechselstörungen
Sonstige Symptome, betr. Abdomen und Becken
Funktionelle Verdauungsstörungen, NNB
Andere Varizen
Asphyxia et Hypoxia fetalis et neonatorum
Intestinale Infektionen durch sonstige Erreger
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Intestinale Infektionen durch sonstige Erreger
Intestinale Infektionen durch sonstige Erreger
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Chron.Affektionen der Tonsillen u.des adenoiden Gewebes
Colitis ulcerosa (idiopathische Proctocolitis)
Morbus Crohn (regionale Enteritis)
Andere Affektionen des Darmes
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Intestinale Infektionen durch sonstige Erreger
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Sonstige und NNB Stoffwechselstörungen
females [1989-2008], continued on next page
179
ATC
ICD
Prob
Expert
Explanation of ICD
A09A
A10A
A10B
A11A
A11B
A11C
A11D
A11E
A11E
A11E
A11G
A11G
A11G
A11G
A11G
A11G
A11G
A11H
A11J
A11J
A12A
A12B
A12B
A12B
A12C
A12C
A12C
A12C
A12C
A12C
A14A
A14A
A14A
A15
A15
A16A
A16A
B01A
577
250
250
277
277
466
351
366
574
820
277
381
401
436
474
669
805
277
435
521
252
189
194
518
646
644
437
654
640
585
436
860
935
465
789
270
330
836
7.14
100
100
100
100
100
100
33.33
33.33
33.33
14.29
14.29
14.29
14.29
14.29
14.29
14.29
100
44.44
55.56
100
40
13.33
46.67
26.92
17.31
11.54
7.69
13.46
23.08
33.33
33.33
33.33
50
50
75
25
16
TRUE
TRUE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
Krankheiten des Pankreas
*Diabetes mellitus
*Diabetes mellitus
Sonstige und NNB Stoffwechselstörungen
Sonstige und NNB Stoffwechselstörungen
Akute oder subakute Bronchitis und Bronchiolitis
Affektionen des N.facialis
Katarakt, excl. kongenital (743.3)
Cholelithiasis
Fraktur des Femurhalses
Sonstige und NNB Stoffwechselstörungen
Nichteitrige Otitis media u.Affektionen d.Tuba audit.
Essentielle Hypertonie
Akute aber mangelhaft bezeichnete Hirngefässkrankheiten
Chron.Affektionen der Tonsillen u.des adenoiden Gewebes
Andere Wehen- und Entbindungskomplikationen
Fraktur der Wirbelsäule ohne Rückenmarksschädigung
Sonstige und NNB Stoffwechselstörungen
Zerebrale ischämische Attacke
Krankheiten der Hartsubstanz der Zähne
Krankheiten der Parathyreoidea
Maligne Neoplasien der Niere sowie anderer Harnorgane
Maligne Neoplasien anderer endokriner Drüsen
Andere Lungenkrankheiten
Andere Schwangerschaftskomplikationen, NNB
Vorzeitige oder drohende Wehen
Andere und mangelhaft bezeichnete Hirngefässkrankheiten
Abnormität sonst.Organe u.d.weichen Beckenbindegewebes
Blutung in der Frühschwangerschaft
Chronisches Nierenversagen, chron. Niereninsuffizienz
Akute aber mangelhaft bezeichnete Hirngefässkrankheiten
Traumatischer Pneumothorax und Hämothorax
Fremdkörper in Mund, Ösophagus und Magen
Akute Infektion der oberen Luftwege an mehreren Stellen
Sonstige Symptome, betr. Abdomen und Becken
Störungen des Aminosäurentransportes u.-stoffwechsels
Zerebrale Degenerationen,in der Kindheit manifestiert
Luxation des Knies
females [1989-2008], continued on next page
180
ATC
ICD
Prob
Expert
Explanation of ICD
B01A
B01A
B01A
B01A
B01A
B01A
B01A
B01A
B01A
B01A
B01A
B02A
B02A
B02B
B03A
B03A
B03A
B03B
B03B
B03X
B05A
B05B
B05X
B05X
B06A
C01A
C01B
C01B
C01C
C01C
C01D
C01E
C02A
C02A
C02C
C02K
C02L
C03B
824
844
823
717
905
845
732
821
736
718
827
286
626
456
9
465
780
714
282
765
388
576
765
171
454
428
427
745
458
995
413
440
441
293
250
745
293
441
10.33
13.35
9.6
9.84
9.84
5.98
5.98
6.22
4.89
5.37
2.6
50
50
100
35.59
33.9
30.51
72
28
100
100
100
96.77
3.23
100
100
53.85
46.15
54.02
45.98
100
100
22.22
77.78
100
100
100
100
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
TRUE
FALSE
TRUE
FALSE
TRUE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
Frakturen der Knöchel
Verstauchung/Zerrung des Knies und des Beines
Fraktur der Tibia und/oder der Fibula
Innere Kniegelenksschädigung
Spätfolgen von Verletz.d.Muskel-/Skelettsyst.+Bindegew.
Verstauchung und Zerrung des Fussgelenkes und Fusses
Osteochondropathien
Andere Frakturen des Femurs
Andere erworbene Deformitäten der Extremitäten
Andere Gelenksschädigungen
Andere,multiple u.NNB Frakturen unterer Extremitäten
Koagulopathien
Menstruationsstörungen und sonstige abnorme Blutungen
Andere Varizen
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Akute Infektion der oberen Luftwege an mehreren Stellen
Allgemeine Symptome
PCP und andere entzündliche Polyarthropathien
Hereditäre hämolytische Anämien
Stör.d.verk.Schwangerschaftsd.,nichtspezif.Geb.untergew
Andere Affektionen des Ohres
Andere Affektionen des Gallensystems
Stör.d.verk.Schwangerschaftsd.,nichtspezif.Geb.untergew
Maligne Neopl. des Bindegewebes und anderer Weichteile
Varizen der unteren Extremitäten
Herzinsuffizienz
Herzrhythmus-Störungen, excl. postoperativ (997.1)
Kongen.Anomal.des Bulbus cordi u.kardiale Septum-Defekt
Hypotonie
Anderweitig nicht klassifizierte Schädigungen
Angina pectoris
Arteriosklerose
Aortenaneurysma (nicht syphilitisch)
Vorübergehende organische Psychosen
*Diabetes mellitus
Kongen.Anomal.des Bulbus cordi u.kardiale Septum-Defekt
Vorübergehende organische Psychosen
Aortenaneurysma (nicht syphilitisch)
females [1989-2008], continued on next page
181
ATC
ICD
Prob
Expert
Explanation of ICD
C03C
C03C
C03D
C03E
C04A
C05A
C05B
C05C
C07A
C07B
C07B
C07B
C07B
C07C
C07F
C08C
C08C
C08D
C09A
C09A
C09B
C09C
C09C
C09C
C09D
C10A
D01A
D01A
D01A
D01B
D01B
D02A
D02A
D02A
D02B
D03A
D03A
D03A
276
428
745
189
388
456
789
465
425
401
621
807
955
715
366
401
486
877
9
401
293
582
437
274
238
426
8
9
465
110
874
9
474
789
277
435
486
780
41.67
58.33
100
100
100
100
100
100
100
25
25
25
25
100
100
51.72
48.28
100
46.67
53.33
100
37.5
37.5
25
100
100
35.18
33.92
30.9
75
25
34.38
34.38
31.25
100
26.15
23.08
24.62
FALSE
TRUE
FALSE
FALSE
FALSE
TRUE
FALSE
FALSE
TRUE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
FALSE
FALSE
FALSE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
Gleichgewichtsstör.(Flüssigk.,Elektrolyt.,Säure/Basen)
Herzinsuffizienz
Kongen.Anomal.des Bulbus cordi u.kardiale Septum-Defekt
Maligne Neoplasien der Niere sowie anderer Harnorgane
Andere Affektionen des Ohres
Andere Varizen
Sonstige Symptome, betr. Abdomen und Becken
Akute Infektion der oberen Luftwege an mehreren Stellen
Kardiomyopathie
Essentielle Hypertonie
Sonst. Krankh. des Uterus, anderw. nicht klassifiziert
Frakturen einer/mehrerer Rippen,des Sternums,Larynx
Verletzung d.periph.Nerven (Schultergürtel,obere Extr.)
Osteoarthrose und entsprechende Affektionen
Katarakt, excl. kongenital (743.3)
Essentielle Hypertonie
Pneumonie, Erreger NNB
Offene Wunde des Gesässes
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Essentielle Hypertonie
Vorübergehende organische Psychosen
Chronische Glomerulonephritis
Andere und mangelhaft bezeichnete Hirngefässkrankheiten
Gicht, excl. Bleigicht (984)
Neoplasien unsicheren Verhaltens and. Lokalisationen
Störungen im Erregungsleitungssystem des Herzens
Intestinale Infektionen durch sonstige Erreger
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Akute Infektion der oberen Luftwege an mehreren Stellen
Dermatophytie (Tinea)
Offene Wunde des Halses
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Chron.Affektionen der Tonsillen u.des adenoiden Gewebes
Sonstige Symptome, betr. Abdomen und Becken
Sonstige und NNB Stoffwechselstörungen
Zerebrale ischämische Attacke
Pneumonie, Erreger NNB
Allgemeine Symptome
females [1989-2008], continued on next page
182
ATC
ICD
Prob
Expert
Explanation of ICD
D03A
D03B
D04A
D05A
D05A
D05A
D05B
D06A
D06A
D06A
D06B
D06B
D06B
D07A
D07B
D07C
D07C
D07X
D07X
D08A
D08A
D09A
D09A
D10A
D10A
D10B
D11A
D11A
D11A
G01A
G01B
G01B
G01B
G01B
G01B
G01B
G02A
G02A
787
942
474
8
9
599
696
9
466
474
945
944
943
691
9
465
474
9
780
596
741
9
922
9
465
220
8
9
474
465
9
11
465
590
686
850
650
789
26.15
100
100
29.49
43.59
26.92
100
31.58
28.07
40.35
35.71
35.71
28.57
100
100
56.41
43.59
50
50
58
42
50
50
41.18
58.82
100
31.25
29.06
39.69
100
16.67
16.67
16.67
16.67
16.67
16.67
50
50
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
FALSE
Symptome, betr. Verdauungssystem
Verbrennung des Rumpfes
Chron.Affektionen der Tonsillen u.des adenoiden Gewebes
Intestinale Infektionen durch sonstige Erreger
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Andere Krankheiten der Urethra und der Harnwege
Psoriasis und ähnliche Affektionen
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Akute oder subakute Bronchitis und Bronchiolitis
Chron.Affektionen der Tonsillen u.des adenoiden Gewebes
Verbrennung der unteren Extremitäten
Verbrennung an Handgelenken und Händen
Verbrennung der oberen Extremit.,excl.Handgelenk+Hand
Atopik-Dermatitis und verwandte Affektionen
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Akute Infektion der oberen Luftwege an mehreren Stellen
Chron.Affektionen der Tonsillen u.des adenoiden Gewebes
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Allgemeine Symptome
Andere Affektionen der Harnblase
Spina bifida, excl. occulta (756.1)
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Prellung des Rumpfes
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Akute Infektion der oberen Luftwege an mehreren Stellen
Benigne Neoplasien des Ovariums
Intestinale Infektionen durch sonstige Erreger
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Chron.Affektionen der Tonsillen u.des adenoiden Gewebes
Akute Infektion der oberen Luftwege an mehreren Stellen
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Lungentuberkulose
Akute Infektion der oberen Luftwege an mehreren Stellen
Infektiöse Nierenkrankheiten
Andere lokale Infektionen der Haut und der Subcutis
Commotio cerebri
Normale Geburt
Sonstige Symptome, betr. Abdomen und Becken
females [1989-2008], continued on next page
183
ATC
ICD
Prob
Expert
Explanation of ICD
G02C
G03A
G03C
G03D
G03D
G03F
G03F
G03F
G03H
G04B
G04B
G04B
G04B
G04C
G04C
H01A
H01A
H01A
H01B
H01B
H01C
H02A
H02A
H02A
H02B
H02B
H02B
H03A
H03B
H04A
H05B
H05B
J01A
J01A
J01C
J01C
J01C
J01D
465
582
752
620
626
275
928
626
465
741
596
336
788
301
131
259
253
758
237
307
996
464
478
581
401
732
780
243
242
250
486
805
9
465
465
474
599
753
100
100
100
64.71
35.29
50
12.5
37.5
100
46.24
26.88
6.45
20.43
60
40
46.67
23.33
30
36.36
63.64
100
63.1
25.67
11.23
33.33
33.33
33.33
100
100
100
50
50
40.52
59.48
35.59
37.48
26.93
25.87
FALSE
NA
TRUE
TRUE
TRUE
FALSE
TRUE
TRUE
FALSE
TRUE
TRUE
FALSE
TRUE
FALSE
FALSE
TRUE
TRUE
FALSE
FALSE
FALSE
FALSE
TRUE
TRUE
TRUE
NA
NA
NA
TRUE
FALSE
TRUE
FALSE
FALSE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
Akute Infektion der oberen Luftwege an mehreren Stellen
Chronische Glomerulonephritis
Kongenitale Anomalien der Genitalorgane
Nichtentzündl.Affektionen d.Ovarien,Eileiter,Lig.latum
Menstruationsstörungen und sonstige abnorme Blutungen
Störungen des Mineralstoffwechsels
Quetschung der unteren Extremitäten
Menstruationsstörungen und sonstige abnorme Blutungen
Akute Infektion der oberen Luftwege an mehreren Stellen
Spina bifida, excl. occulta (756.1)
Andere Affektionen der Harnblase
Andere Krankheiten des Rückenmarks
Symptome, betr. Harnorgane
Persönlichkeitsstörungen (Psychopathien)
Trichomonas-Infektion
Andere NNB endokrine Störungen
KK der Hypophyse und hypothalam. Regulationsvorgänge
Chromosomen-Anomalien
Neopl.unsicheren Verhaltens, endokr.Drüsen,Nervensyst.
Spezielle,nicht anderweit.klassif.Symptome/Syndrome
Komplikationen nach bestimmten spezif.Massnahmen
Akute Laryngitis und Tracheitis
Andere Krankheiten der oberen Luftwege
Nephrotisches Syndrom
Essentielle Hypertonie
Osteochondropathien
Allgemeine Symptome
Kongenitale Hypothyreose (Kretinismus)
Thyreotoxikose (Hyperthyreose) mit/ohne Struma
*Diabetes mellitus
Pneumonie, Erreger NNB
Fraktur der Wirbelsäule ohne Rückenmarksschädigung
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Akute Infektion der oberen Luftwege an mehreren Stellen
Akute Infektion der oberen Luftwege an mehreren Stellen
Chron.Affektionen der Tonsillen u.des adenoiden Gewebes
Andere Krankheiten der Urethra und der Harnwege
Kongenitale Anomalien der Harnorgane
females [1989-2008], continued on next page
184
ATC
ICD
Prob
Expert
Explanation of ICD
J01D
J01D
J01E
J01E
J01E
J01E
J01F
J01F
J01G
J01M
J01X
J02A
J04A
J04A
J04A
J04A
J04A
J04A
J05A
J05A
J05A
J05A
J06B
J06B
J07A
J07B
L01B
L01B
L01B
L01C
L01D
L01X
L02A
L02B
L03A
L04A
L04A
L04A
593
599
753
593
599
590
465
490
277
599
599
277
11
10
13
17
795
18
44
43
54
53
765
769
289
760
714
716
204
189
189
205
259
381
340
361
131
555
21.59
52.55
25.84
19.42
36.79
17.96
81.2
18.8
100
100
100
100
55.7
14.91
7.89
9.21
9.65
2.63
29.91
8.55
51.28
10.26
92.16
7.84
100
100
63.22
28.74
8.05
100
100
100
100
100
100
20.34
13.56
32.2
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
TRUE
TRUE
TRUE
FALSE
TRUE
FALSE
FALSE
TRUE
FALSE
TRUE
FALSE
NA
NA
FALSE
FALSE
FALSE
FALSE
TRUE
FALSE
TRUE
FALSE
TRUE
NA
NA
NA
Andere Affektionen der Niere und des Ureters
Andere Krankheiten der Urethra und der Harnwege
Kongenitale Anomalien der Harnorgane
Andere Affektionen der Niere und des Ureters
Andere Krankheiten der Urethra und der Harnwege
Infektiöse Nierenkrankheiten
Akute Infektion der oberen Luftwege an mehreren Stellen
Bronchitis, nicht akut oder chron. bez. (bis 8 Wochen)
Sonstige und NNB Stoffwechselstörungen
Andere Krankheiten der Urethra und der Harnwege
Andere Krankheiten der Urethra und der Harnwege
Sonstige und NNB Stoffwechselstörungen
Lungentuberkulose
Tuberkulöse Erstinfektion
Tuberkulose der Meningen und des Zentralnervensystems
Tuberkulose anderer Organe
Unspezifische histologische und immunologische Befunde
Miliartuberkulose
Sonstige HIV-Infektionen (incl. HTLV-LAV-Infektion)
AIDS-related Complex, incl. ARC, Prä-AIDS
Herpes simplex, excl. kongenital (771.2)
Andere Infektionen durch Varicellen-Zoster Virus
Stör.d.verk.Schwangerschaftsd.,nichtspezif.Geb.untergew
Atemnotsyndrom beim Neugeborenen (IRDS)
Sonstige KK des Blutes und der blutbildenden Organe
Schädigungen des Fetus/Neugeborenen durch KK der Mutter
PCP und andere entzündliche Polyarthropathien
Andere Arthropathien
Lymphatische Leukämie
Maligne Neoplasien der Niere sowie anderer Harnorgane
Maligne Neoplasien der Niere sowie anderer Harnorgane
Myeloische Leukämie
Andere NNB endokrine Störungen
Nichteitrige Otitis media u.Affektionen d.Tuba audit.
Multiple Sklerose
Netzhautablösung und -defekte
Trichomonas-Infektion
Morbus Crohn (regionale Enteritis)
females [1989-2008], continued on next page
185
ATC
ICD
Prob
Expert
Explanation of ICD
L04A
L04A
M01A
M01B
M01C
M01C
M02A
M03A
M03B
M03B
M04A
M04A
M05B
N01B
N02A
N02B
N02C
N02C
N03A
N03A
N03A
N03A
N04A
N04B
N05A
N05A
N05A
N05A
N05A
N05A
N05B
N05B
N05C
N06A
N06A
N06A
N06A
N06A
215
556
474
935
465
802
789
342
344
343
401
428
293
54
474
474
346
784
345
343
521
344
295
332
298
319
304
295
299
308
780
345
780
309
296
300
311
298
10.17
23.73
100
100
50
50
100
100
48.15
51.85
43.75
56.25
100
100
100
100
46.34
53.66
79.13
9.05
7.02
4.8
100
100
19.26
11.11
17.78
11.11
17.78
22.96
57.45
42.55
100
21.63
18.63
16.49
8.14
5.78
NA
NA
FALSE
FALSE
NA
NA
FALSE
FALSE
NA
NA
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
TRUE
FALSE
TRUE
FALSE
FALSE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
TRUE
FALSE
FALSE
And.benigne Neopl.des Bindegewebes u.anderer Weichteile
Colitis ulcerosa (idiopathische Proctocolitis)
Chron.Affektionen der Tonsillen u.des adenoiden Gewebes
Fremdkörper in Mund, Ösophagus und Magen
Akute Infektion der oberen Luftwege an mehreren Stellen
Fraktur der Gesichtsknochen
Sonstige Symptome, betr. Abdomen und Becken
Hemiplegie
Andere Lähmungen
Zerebrale Kinderlähmung (Little’ Syndrom)
Essentielle Hypertonie
Herzinsuffizienz
Vorübergehende organische Psychosen
Herpes simplex, excl. kongenital (771.2)
Chron.Affektionen der Tonsillen u.des adenoiden Gewebes
Chron.Affektionen der Tonsillen u.des adenoiden Gewebes
Migräne und andere primäre Kopfschmerzen
Symptome, betr. Kopf und Hals
Epilepsie
Zerebrale Kinderlähmung (Little’ Syndrom)
Krankheiten der Hartsubstanz der Zähne
Andere Lähmungen
Schizophrene Psychosen
Parkinson’ Syndrom
Andere nichtorganische Psychosen
Nicht näher bestimmbarer Schwachsinn
Medikamenten-/Drogenabhängigkeit
Schizophrene Psychosen
Typische Psychosen des Kindesalters
Psychogene Reaktion (akute Belastungsreaktion)
Allgemeine Symptome
Epilepsie
Allgemeine Symptome
Psychogene Reaktion (Anpassungsstörung)
Affektive Psychosen
Neurosen
Anderweitig nicht klassifiz.depressive Zustandsbilder
Andere nichtorganische Psychosen
females [1989-2008], continued on next page
186
ATC
ICD
Prob
Expert
Explanation of ICD
N06A
N06A
N06A
N06B
N06C
N06D
N06D
N07A
N07A
N07A
N07B
N07B
N07B
N07C
N07X
P01A
P01A
P02C
P03A
R01A
R01B
R01B
R02A
R02A
R03A
R03A
R03B
R03B
R03B
R03C
R03C
R03D
R05
R05
R05
R05C
R05C
R05C
307
308
312
314
191
388
850
357
454
780
304
785
650
388
380
324
535
122
133
474
465
789
465
474
493
466
466
493
496
466
474
493
42
474
789
8
9
465
13.49
9.21
6.64
100
100
52.38
47.62
33.33
33.33
33.33
31.25
31.25
37.5
100
100
12.24
87.76
100
100
100
50
50
55.93
44.07
39.01
60.99
55.18
28.91
15.91
45.95
54.05
100
33.33
33.33
33.33
14.8
14.69
31.75
FALSE
FALSE
FALSE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
TRUE
FALSE
FALSE
TRUE
FALSE
FALSE
FALSE
TRUE
TRUE
FALSE
TRUE
FALSE
TRUE
FALSE
TRUE
FALSE
FALSE
TRUE
FALSE
FALSE
FALSE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
Spezielle,nicht anderweit.klassif.Symptome/Syndrome
Psychogene Reaktion (akute Belastungsreaktion)
Anderweitig nicht klassifiz.Stör.des Sozialverhaltens
Hyperkinetisches Syndrom des Kindesalters
Maligne Neoplasien des Gehirns
Andere Affektionen des Ohres
Commotio cerebri
Entzündliche und toxische Neuropathien
Varizen der unteren Extremitäten
Allgemeine Symptome
Medikamenten-/Drogenabhängigkeit
Symptome, betr. kardiovaskuläres System
Normale Geburt
Andere Affektionen des Ohres
Affektionen des äusseren Ohres
Intrakranieller und intraspinaler Abszess
Gastritis und Duodenitis
Echinococcus-Infektion
Acariasis (Milbenbefall), incl. Scabies
Chron.Affektionen der Tonsillen u.des adenoiden Gewebes
Akute Infektion der oberen Luftwege an mehreren Stellen
Sonstige Symptome, betr. Abdomen und Becken
Akute Infektion der oberen Luftwege an mehreren Stellen
Chron.Affektionen der Tonsillen u.des adenoiden Gewebes
Asthma bronchiale
Akute oder subakute Bronchitis und Bronchiolitis
Akute oder subakute Bronchitis und Bronchiolitis
Asthma bronchiale
Chron. Verschluss der Atemwege, anderw. nicht klassif.
Akute oder subakute Bronchitis und Bronchiolitis
Chron.Affektionen der Tonsillen u.des adenoiden Gewebes
Asthma bronchiale
AIDS-Erkrankung
Chron.Affektionen der Tonsillen u.des adenoiden Gewebes
Sonstige Symptome, betr. Abdomen und Becken
Intestinale Infektionen durch sonstige Erreger
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Akute Infektion der oberen Luftwege an mehreren Stellen
females [1989-2008], continued on next page
187
ATC
ICD
Prob
Expert
Explanation of ICD
R05C
R05C
R05D
R05F
R05X
R05X
R06A
S01A
S01A
S01B
S01B
S01B
S01B
S01B
S01C
S01E
S01E
S01E
S01E
S01F
S01G
S01G
S01G
S01G
S01X
S02A
S02C
S02D
S03B
S03C
V01A
V03A
V07A
V08A
466
474
474
466
474
789
708
466
474
743
77
366
364
370
361
365
366
414
228
743
9
465
474
789
745
872
474
474
812
474
465
599
596
783
16.95
21.81
100
100
57.14
42.86
100
42.65
57.35
23.53
7.84
41.18
15.69
11.76
100
17.07
39.02
17.07
26.83
100
27.68
26.79
25
20.54
100
100
100
100
100
100
100
100
100
100
TRUE
FALSE
FALSE
TRUE
FALSE
FALSE
NA
FALSE
FALSE
FALSE
FALSE
TRUE
TRUE
TRUE
FALSE
TRUE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
FALSE
NA
FALSE
NA
NA
NA
NA
Akute oder subakute Bronchitis und Bronchiolitis
Chron.Affektionen der Tonsillen u.des adenoiden Gewebes
Chron.Affektionen der Tonsillen u.des adenoiden Gewebes
Akute oder subakute Bronchitis und Bronchiolitis
Chron.Affektionen der Tonsillen u.des adenoiden Gewebes
Sonstige Symptome, betr. Abdomen und Becken
Urtikaria
Akute oder subakute Bronchitis und Bronchiolitis
Chron.Affektionen der Tonsillen u.des adenoiden Gewebes
Kongenitale Anomalien des Auges
Andere KK der Konjunktiva durch Viren und Chlamydien
Katarakt, excl. kongenital (743.3)
Affektionen der Iris und des Ziliarkörpers
Keratitis excl. epidem. Keratokonjunktivitis (077.1)
Netzhautablösung und -defekte
Glaukom, excl. kongenital (743.2)
Katarakt, excl. kongenital (743.3)
Andere Formen von chron. ischämischen Herzkrankheiten
Hämangiom und Lymphangiom, jeder Sitz
Kongenitale Anomalien des Auges
Mangelhaft bezeichnete Infektionen des Verdauungssyst.
Akute Infektion der oberen Luftwege an mehreren Stellen
Chron.Affektionen der Tonsillen u.des adenoiden Gewebes
Sonstige Symptome, betr. Abdomen und Becken
Kongen.Anomal.des Bulbus cordi u.kardiale Septum-Defekt
Offene Wunde des Ohres
Chron.Affektionen der Tonsillen u.des adenoiden Gewebes
Chron.Affektionen der Tonsillen u.des adenoiden Gewebes
Fraktur des Humerus
Chron.Affektionen der Tonsillen u.des adenoiden Gewebes
Akute Infektion der oberen Luftwege an mehreren Stellen
Andere Krankheiten der Urethra und der Harnwege
Andere Affektionen der Harnblase
Symptome, betr. Ernährung, Stoffwechsel und Wachstum
188