Exposure
Summary of SMaHT Portal object type Exposure . Property names in red are required properties; those in blue are identifying properties; and properties with types in green are reference properties.Tip
See actual Exposure data hereRequired Properties
| Property | Type | Description |
|---|---|---|
| category | string | See below for more details. |
| medical_history | MedicalHistory string | See below for more details. |
| submission_centers | SubmissionCenter array of string | See below for more details. See values here |
| submitted_id | string | See below for more details. |
| substance | string | See below for more details. |
Identifying Properties
| Property | Type | Description |
|---|---|---|
| accession | string | See below for more details. |
| submitted_id | string | See below for more details. |
| uuid | string | See below for more details. |
Reference Properties
| Property | Type | Description |
|---|---|---|
| consortia | Consortium array of string | See below for more details. See values here |
| medical_history | MedicalHistory string | See below for more details. |
| submission_centers | SubmissionCenter array of string | See below for more details. See values here |
Properties
| Property | Type | Description |
|---|---|---|
| accession | string | A unique identifier to be used to reference the object. [Only admins are allowed to set or update this value.] |
| alternate_accessions | array of string • restricted | Accessions previously assigned to objects that have been merged with this object. [Only admins are allowed to set or update this value.] |
| category • Alcohol • Chemical • Environmental • Illicit Drug • Occupational • Other • Tobacco • Toxic Exposure | enum of string | Category of the substance to which the donor was exposed. |
| cessation • No • Unknown • Yes | enum of string | Whether exposure ceased prior to death. |
| cessation_duration | integer • min value: 0 | Duration since exposure ceased (years). |
| comments | string | Additional information on the exposure. |
| consortia | Consortium • array of string • unique | Consortia associated with this item. See values here |
| display_title | string • calculated | - |
| duration | number • min value: 0 | Duration of the exposure (years). |
| frequency_category • Heavy • Light • Moderate • Social • Unknown | enum of string | Frequency of the exposure. |
| medical_history | MedicalHistory • string | Link to the associated medical history. |
| quantity | integer | Quantity of the substance to which the donor was exposed. |
| quantity_unit | string | Unit of the quantity of the substance to which the donor was exposed. |
| route • IV • Ingestion • Inhalation • Intranasal • Transdermal • Unknown | enum of string | Route of the exposure. |
| status • deleted • draft • in review ← default • obsolete • public • released • restricted | enum of string • default: in review | - |
| submission_centers | SubmissionCenter • array of string • unique | Submission Centers that created this item. See values here |
| submitted_id | string | Unique identifier for the item assigned by the submitter. Must adhere to (regex) pattern: ^[A-Z0-9]{3,}_EXPOSURE_[A-Z0-9-_.]{4,}$ |
| substance | string | Substance to which the donor was exposed. |
| tags | array of string • min string length: 1 • max string length: 50 • unique • restricted | Key words that can tag an item - useful for filtering. Must adhere to (regex) pattern: ^[a-zA-Z0-9|_-]+$ |
| uuid | string | Unique ID by which this object is identified. |