Module: biospecimens
Module Contents
- fresh-spec
1 | CENTER_NO (*PK) | number (2,0) | Required:true | ||||||||||||||||
Center Identification Number. *CENTER_NO + FRESH_SPEC_CID are the primary key for the table. | |||||||||||||||||||
|
2 | PERSON_ID | string (12) | Required:true |
Number that uniquely identifies an individual. |
3 | TUMOR_NO | number (2,0) | Required:false | ||||||||||
Sequential number, starting with “1”, assigned to each tumor for a given individual when entered into the local system. | |||||||||||||
|
4 | POLYP_NO | number (1,0) | Required:false | ||||||||
Sequential number over range of 1 to 3 to distinguish a polyp removed on a particular date. | |||||||||||
|
5 | FRESH_SPEC_CID (*PK) | string (9) | Required:true |
Unique local identifier used at a center to uniquely identify a fresh tissue specimen. *CENTER_NO + FRESH_SPEC_CID are the primary key for the table. |
6 | DATE_TAKEN | string (8) | Required:true | ||||||||||||
Date specimen was taken from patient. Format: YYYYMMDD. | |||||||||||||||
| |||||||||||||||
|
7 | COLLECTION_CID | string (10) | Required:true |
Identifier used internally by centers to denote a unique surgical event |
8 | NORMAL_ONLY | number (1,0) | Required:true | ||||||
Indicates that the specimen/product contains only normal tissue. | |||||||||
|
9 | FRESH_SOURCE | string (21) | Required:false |
Source or origin in as much detail as is known. For tumors, ICD-O-3 site code should be used. |
10 | PATH_REPORT_RECEIVED | number (1,0) | Required:false | ||||||||
Indicates whether a pathology report has been received for subject specimen. | |||||||||||
|