Concept datatype
Contents |
[edit]
Description
Defines the different base datatypes within an implementation's concept dictionary.
[edit]
Attributes
| Column Name | Type | Default | Description | |
|---|---|---|---|---|
| | concept_datatype_id | int | Unique ID for this table. | |
| | 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. | |
| | description | varchar(255) | Description of the given datatype. | |
| | creator users.user_id | int | User who created the datatype. | |
| | date_created | datetime | 0000-00-00 00:00:00 | Date the datatype was created. |
| | ||||
