Updated SPECIMEN (markdown)

clairblacketer 2017-06-20 14:50:26 -04:00
parent 9fc8511463
commit 518adb5b4d
1 changed files with 1 additions and 1 deletions

@ -1,7 +1,7 @@
The specimen domain contains the records identifying biological samples from a person. The specimen domain contains the records identifying biological samples from a person.
Field|Required|Type|Description Field|Required|Type|Description
:-------------------------|:--------|:------------|:------------------------------------------------------ :-----------------------------|:--------|:------------|:------------------------------------------------------
|specimen_id|Yes|integer|A unique identifier for each specimen.| |specimen_id|Yes|integer|A unique identifier for each specimen.|
|person_id|Yes|integer|A foreign key identifier to the Person for whom the Specimen is recorded.| |person_id|Yes|integer|A foreign key identifier to the Person for whom the Specimen is recorded.|
|specimen_concept_id|Yes|integer|A foreign key referring to a Standard Concept identifier in the Standardized Vocabularies for the Specimen.| |specimen_concept_id|Yes|integer|A foreign key referring to a Standard Concept identifier in the Standardized Vocabularies for the Specimen.|