Concept datatype


Contents

Description

Defines the different base datatypes within an implementation's concept dictionary.

Attributes

Column Name Type Default Description
Primary Key concept_datatype_id int Unique ID for this table.
Required name varchar(255) Name of the concept datatype.
hl7_abbreviation varchar(3) NULL Up to three character HL7 abbreviation for the given datatype, useful for HL7 message construction.
Required description varchar(255) Description of the given datatype.
Required creator users.user_id int User who created the datatype.
Required date_created datetime 0000-00-00 00:00:00 Date the datatype was created.
Primary Key primary key, Required required