Care trajectory diabetes mellitus type 2 (Care Trajectory DM2)
- Status: inactive
- How to create a CSV file for this data collection?
- Start date: 01/10/2017
- End date creation: 09/03/2018
- End date submission: 09/03/2018
- End date comments: 09/03/2018
1 Patient
National registry ID
Help
Please encode a social security identification number (SSIN). Please note that the patient ID is always pseudonymised before being transferred to Healthdata.
Technical specs
CSV column name:
patient_id
Required:
true
Mapping of the clinical building blocks (indicative only)
Concept:
be.en.hd.Patient
Data element:
PatientIdentificationNumber
Validation
The validity of the national register number is checked with the mod97 check.
Fields
Section help
Please encode a social security identification number (SSIN). Please note that the patient ID is always pseudonymised before being transferred to Healthdata.
Internal patient ID
Help
This field can be used to enter an internal ID or reference number. It is available for internal use only and is not transferred to Healthdata. If there is an integration between HD4DP and your organisation's patient administration system, additional patient identification information such as date of birth, sex and SSIN can be automatically enriched based on this internal patient ID. Please do not encode the social security identification number (SSIN) in this field. The SSIN must be encoded in the field 'National registry ID of the patient'.
Technical specs
CSV column name:
patient_id|internal_patient_id
Length:
50
Required:
false
Generated
Help
The patient_id|generated column can be set to 'TRUE' for an automatically generated patient_id.This column should only be added in case the patient_id is empty. If the column is set to 'TRUE', a patient_id is automatically generated based on the name, first name, date of birth and sex of the patient.
Technical specs
CSV column name:
patient_id|generated
Required:
false
Options
| Label | Value |
| Yes | TRUE |
| No | FALSE |
Last Name
Help
The name of the patient is never transferred to Healthdata and is available for your information only.
Technical specs
CSV column name:
patient_id|name
Length:
50
Required:
false
Mapping of the clinical building blocks (indicative only)
Concept:
be.en.hd.Patient
Data element:
LastName
First Name
Help
The first name of the patient is never transferred and is available for your information only.
Technical specs
CSV column name:
patient_id|first_name
Length:
50
Required:
false
Mapping of the clinical building blocks (indicative only)
Concept:
be.en.hd.Patient
Data element:
FirstNames
Date of birth
Technical specs
Format:
DD/MM/YYYY
CSV column name:
patient_id|date_of_birth
Required:
false
Mapping of the clinical building blocks (indicative only)
Concept:
be.en.hd.Patient
Data element:
DateOfBirth
Validation
- The date of birth cannot be in the future (warning)
Sex
Technical specs
CSV column name:
patient_id|sex
Required:
false
Options
| Label | Value |
| Female | F |
| Male | M |
| Unknown | U |
Mapping of the clinical building blocks (indicative only)
Concept:
be.en.hd.Patient
Data element:
Gender
Place of residence
Technical specs
CSV column name:
patient_id|place_of_residence
Length:
5
Reference list:
POSTAL_CODE
Required:
false
Mapping of the clinical building blocks (indicative only)
Concept:
be.en.hd.Patient
Data element:
Postcode
Deceased?
Not to be included in the CSV.
Help
Not applicable
Technical specs
CSV column name:
patient_id|deceased
Required:
false
Read only
Mapping of the clinical building blocks (indicative only)
Concept:
be.en.hd.Patient
Data element:
DeathIndicator
Options
| Label | Value |
| Yes | TRUE |
| No | FALSE |
Date of death
Not to be included in the CSV.
Help
Not applicable
Technical specs
Format:
DD/MM/YYYY
CSV column name:
patient_id|date_of_death
Only when:
Required:
false
Read only
Mapping of the clinical building blocks (indicative only)
Concept:
be.en.hd.Patient
Data element:
DateOfDeath
2 Caregiver
RIZIV/INAMI-code of the treating physician
Technical specs
CSV column name:
rizivinamicode_of_the_treating_physician
Length:
100
Reference list:
PHYSICIAN
Required:
true
Mapping of the clinical building blocks (indicative only)
Concept:
be.en.hd.Caregiver
Data element:
CareGiverIdentificationNumber
3 Care trajectory
Start and end date of the care trajectory
This is a container for multiple answers. See the reference documentation for more details. Below you can find the information about the fields of the container
Element conditions
| Message | Expression |
| The start date of the care trajectory cannot be in the future | typeof $.start_date_of_the_care_trajectory === 'string'?new Date($.start_date_of_the_care_trajectory) |
| The start date of the care trajectory cannot be before 01/09/2009 | typeof $.start_date_of_the_care_trajectory=== 'string'?$.start_date_of_the_care_trajectory>= '2009-09-01':true |
| The end date of the care trajectory cannot be before 01/09/2009 | typeof $.end_date_of_the_care_trajectory=== 'string'?$.end_date_of_the_care_trajectory>= '2009-09-01':true |
Mapping of the clinical building blocks (indicative only)
Concept:
custom.CareTrajectories
Data element:
List items
Start date of the care trajectory
Technical specs
Format:
DD/MM/YYYY
CSV column name:
start_and_end_date_of_the_care_trajectory|0|start_date_of_the_care_trajectory
Required:
true
End date of the care trajectory
Technical specs
Format:
DD/MM/YYYY
CSV column name:
start_and_end_date_of_the_care_trajectory|0|end_date_of_the_care_trajectory
Required:
false
4 Clinical status
4.1 Anthropometry
Height
This is a container for multiple answers. See the reference documentation for more details. Below you can find the information about the fields of the container
Element conditions
| Message | Expression |
| Date of height measurement cannot be in the future | typeof $.value_date_height=== 'string'?new Date($.value_date_height) |
Mapping of the clinical building blocks (indicative only)
Concept:
be.en.hd.BodyHeight
Data element:
List items
Height (value)
Technical specs
CSV column name:
height|0|height_value
Length:
3,3
Required:
false
Validation
- is less than 100 cm (warning)
- is greater than 250 cm (warning)
Height (unit)
Technical specs
CSV column name:
height|0|height_unit
Length:
50
Required:
false
Date of height measurement
Technical specs
Format:
DD/MM/YYYY
CSV column name:
height|0|value_date_height
Required:
false
Weight
This is a container for multiple answers. See the reference documentation for more details. Below you can find the information about the fields of the container
Element conditions
| Message | Expression |
| Date of weight measurement cannot be in the future | typeof $.value_date_weight === 'string'?new Date($.value_date_weight) |
| Date of weight measurement cannot be before 01/09/2008 | typeof $.value_date_weight=== 'string'?$.value_date_weight>= '2008-09-01':true |
Mapping of the clinical building blocks (indicative only)
Concept:
be.en.hd.BodyWeight
Data element:
List items
Weight (value)
Technical specs
CSV column name:
weight|0|weight_value
Length:
3,3
Required:
false
Validation
- is less than 25 kg (warning)
- is greater than 250 kg (warning)
Weight (unit)
Technical specs
CSV column name:
weight|0|weight_unit
Length:
50
Required:
false
Date of weight measurement
Technical specs
Format:
DD/MM/YYYY
CSV column name:
weight|0|value_date_weight
Required:
false
4.2 Blood pressure
Systolic blood pressure
This is a container for multiple answers. See the reference documentation for more details. Below you can find the information about the fields of the container
Element conditions
| Message | Expression |
| Date of systolic blood pressure measurement cannot be in the future | typeof $.value_date_systolic_blood_pressure=== 'string'?new Date($.value_date_systolic_blood_pressure) |
| Date of systolic blood pressure measurement cannot be before 01/09/2008 | typeof $.value_date_systolic_blood_pressure=== 'string'?$.value_date_systolic_blood_pressure>= '2008-09-01':true |
Mapping of the clinical building blocks (indicative only)
Concept:
be.en.hd.BloodPressure
Data element:
List items
Systolic blood pressure (value)
Technical specs
CSV column name:
systolic_blood_pressure|0|systolic_blood_pressure_value
Length:
3
Required:
false
Validation
- is less than 50 mmHg (warning)
- is greater than 250 mmHg (warning)
Systolic blood pressure (unit)
Technical specs
CSV column name:
systolic_blood_pressure|0|systolic_blood_pressure_unit
Length:
50
Required:
false
Date of systolic blood pressure measurement
Technical specs
Format:
DD/MM/YYYY
CSV column name:
systolic_blood_pressure|0|value_date_systolic_blood_pressure
Required:
false
Diastolic blood pressure
This is a container for multiple answers. See the reference documentation for more details. Below you can find the information about the fields of the container
Element conditions
| Message | Expression |
| Date of diastolic blood pressure measurement cannot be in the future | typeof $.value_date_diastolic_blood_pressure=== 'string'?new Date($.value_date_diastolic_blood_pressure) |
| Date of diastolic blood pressure measurement cannot be before 01/09/2008 | typeof $.value_date_diastolic_blood_pressure=== 'string'?$.value_date_diastolic_blood_pressure>= '2008-09-01':true |
Mapping of the clinical building blocks (indicative only)
Concept:
be.en.hd.BloodPressure
Data element:
List items
Diastolic blood pressure (value)
Technical specs
CSV column name:
diastolic_blood_pressure|0|diastolic_blood_pressure_value
Length:
3
Required:
false
Validation
- is less than 50 mmHg (warning)
- is greater than 200 mmHg (warning)
Diastolic blood pressure (unit)
Technical specs
CSV column name:
diastolic_blood_pressure|0|diastolic_blood_pressure_unit
Length:
50
Required:
false
Date of diastolic blood pressure measurement
Technical specs
Format:
DD/MM/YYYY
CSV column name:
diastolic_blood_pressure|0|value_date_diastolic_blood_pressure
Required:
false
5 Clinical biology
5.1 HbA1c
HbA1c
This is a container for multiple answers. See the reference documentation for more details. Below you can find the information about the fields of the container
Element conditions
| Message | Expression |
| Date of HbA1c measurement cannot be in the future | typeof $.value_date_hba1c=== 'string'?new Date($.value_date_hba1c) |
| Date of HbA1c measurement cannot be before 01/09/2008 | typeof $.value_date_hba1c=== 'string'?$.value_date_hba1c>= '2008-09-01':true |
Mapping of the clinical building blocks (indicative only)
Concept:
be.en.hd.TransferLaboratoryResult
Data element:
List items
HbA1c (value)
Technical specs
CSV column name:
hba1c|0|hba1c_value
Length:
3,3
Required:
false
HbA1c (unit)
Technical specs
CSV column name:
hba1c|0|hba1c_unit
Length:
50
Required:
false
Date of HbA1c measurement
Technical specs
Format:
DD/MM/YYYY
CSV column name:
hba1c|0|value_date_hba1c
Required:
false
5.2 LDL cholesterol
LDL cholesterol
This is a container for multiple answers. See the reference documentation for more details. Below you can find the information about the fields of the container
Element conditions
| Message | Expression |
| Date of LDL cholesterol measurement cannot be in the future | typeof $.value_date_ldl_cholesterol === 'string'?new Date($.value_date_ldl_cholesterol) |
| Date of LDL cholesterol measurement cannot be before 01/09/2008 | typeof $.value_date_ldl_cholesterol=== 'string'?$.value_date_ldl_cholesterol>= '2008-09-01':true |
Mapping of the clinical building blocks (indicative only)
Concept:
be.en.hd.TransferLaboratoryResult
Data element:
List items
LDL cholesterol (value)
Technical specs
CSV column name:
ldl_cholesterol|0|ldl_cholesterol_value
Length:
4,3
Required:
false
Validation
- is less than 5 mg/dl (warning)
- is greater than 300 mg/dl (warning)
LDL cholesterol (unit)
Technical specs
CSV column name:
ldl_cholesterol|0|ldl_cholesterol_unit
Length:
50
Required:
false
Date of LDL cholesterol measurement
Technical specs
Format:
DD/MM/YYYY
CSV column name:
ldl_cholesterol|0|value_date_ldl_cholesterol
Required:
false
