msfc_score

The Multiple Sclerosis Functional Composite (MSFC) is a three-part, quantitative, and standardised assessment instrument for use in clinical studies and trials of Multiple Scleros…

The Multiple Sclerosis Functional Composite (MSFC) is a three-part, quantitative, and standardised assessment instrument for use in clinical studies and trials of Multiple Sclerosis.

Purpose. To record the MSFC Score for an individual with respect to a reference population.

Source

ModelLegRole
openEHR-EHR-OBSERVATION.msfc_score.v2openEHRdefines this table

Columns

ColumnTypeNullDescriptionSource
iduuid primary keynoPrimary key.
form_iduuidformnoThe form this entry was recorded on.
form_block_iduuidyesThe block within the form, when the entry is bound to one.
msfc_score_magnitude
msfc_score_units
quantity
numeric, text
yesMSFC score/data[at0001]/events[at0010]/data[at0003]/items[at0004]
reference_populationtextyesReference population/protocol[at0005]/items[at0006]
timed_25_foot_walk_recordtextyesTimed 25-Foot walk record/protocol[at0005]/items[at0007]
nine_hole_peg_test_recordtextyesNine hole peg test record/protocol[at0005]/items[at0008]
paced_auditory_serial_addition_test_recordtextyesPaced auditory serial addition test record/protocol[at0005]/items[at0009]

Constraints

check ((msfc_score_magnitude is null and msfc_score_units is null) or (msfc_score_magnitude is not null and msfc_score_units is not null))
check (msfc_score_magnitude is null or (msfc_score_units = '1' and msfc_score_magnitude between -100 and 100))

Unique

References

ColumnsTargetOn delete
form_idformcascade
form_id, form_block_idform_blockcascade

Indexes