MORGAM logo

Conversion from MONICA Survey core data to MORGAM Form 20


Valid HTML 4.01!
© National Institute for Health and Welfare and the MORGAM Project investigators
Last updated: 27 March 2001
For more information, please contact Zygimantas Cepaitis (firstname.lastname@thl.fi)

The MORGAM Data transfer format: MONICA survey data (Form 20) is very similar to version 7 of the MONICA Core data transfer format - survey data (Form 04). For versions 3 and 6 of the MONICA data transfer formats, which were used in the initial and middle MONICA surveys, the conversion to the MORGAM format is not straight forward. The MDC has drafted a conversion rule, which you can find at the end of this page. If you have any comments on the conversion rule, please let me know.

For testing the data checking system, a conversion from the MONICA data to the MORGAM data has been done in the MDC for the cohorts where the MONICA data are available in the MDC. This concerns MPCs:

MPC MPC name # records MORGAM Form 20 data
Requested by MPC Sent to MPC Entered into database
11 Australia 5310      
12 Belgium 7150      
19 Denmark 6914      
20 FINRISK 20332 10OCT2000 10OCT2000  
26 Augsburg 11904      
32 Friuli 5510      
35 Krakow 5362      
36 Warsaw 5618      
37 Scotland 4615      
39 Catalonia 8990      
45 Kaunas 4487 08SEP2000 15SEP2000  
47 Novosibirsk 11102 18SEP2000 19SEP2000  
57 Brianza 4979      
60 Northern Sweden 4742      

These converted data have not been entered to the MORGAM data base. If you ask for a copy of your data, I will send them to you. The data can also be entered to the MORGAM data base, if so agreed with the MPC. However, it is often preferred to extract the MONICA survey data locally, because the MPC may have data for some of the data items, which were not collected to the MDC in the initial and/or the middle MONICA survey.

Confirmation of constraint violations of the MONICA survey data: The MDC will not ask for reconfirmation of the constraint violations which the MPC already confirmed during the MONICA data transfer.


Conversion rule from versions 3 and 6 of MONICA Core data transfer format: Survey data (Form 04) to MORGAM Data transfer format: MONICA survey data (Form 20)

The rule for the non-trivial conversions is given in SAS language. If you have difficulty in understanding the rule, please contact Zygimantas Cepaitis (firstname.lastname@thl.fi).

Conversion of variables related to smoking behaviour

OTHERSM

CIGARSM, PIPESM

CIGAGE

MAXCIGS

IFLYEAR

STOP

EVERCIG

DAYCIGS

Conversion of other variables from the older data collection forms (versions 3,6)

Conversion of dates

In MORGAM Form 20 all years are 4-digit numbers. The rule for conversion of date fields from MONICA Form 04 (Survey data) to MORGAM Form 20 (MONICA Survey data) is as follows:

Calculation of variable EAGE - age of the subject on the date of examination

Note that in calculations was used variable DBIRTH (full date of birth) and variable DEXAM from MONICA Core data transfer format - survey data (Form 04). Calculation of variable EAGE is given in SAS language. If you have difficulty in understanding this calculation, please contact Zygimantas Cepaitis (firstname.lastname@thl.fi).

Evaluate missing fields in date of birth (DBIRTH)

Evaluate missing fields in date of examination (DEXAM)

Calculation of age on the date of examination

Note: The floor() function returns the largest integer that is less than or equal to the argument.