Concept set


Contents

Description

A set is a grouping of related concepts for a given OpenMRS implementation. For example, SERUM SODIUM and SERUM POTASSIUM are both members of the SERUM CHEMISTRIES set. Each row in this table defines a single member of a set.

Attributes

Column Name Type Default Description
Primary Key concept_id concept.concept_id int Member concept for a given set.
Primary Key concept_set concept.concept_id int Set concept (as established by the concept.is_set bit.
sort_weight double NULL Allows system or developer to order members of a given set.
Required creator users.user_id int User who created the set member.
Required date_created datetime 0000-00-00 00:00:00 Date when this set member was added to a given set.
Primary Key primary key, Required required