From 3564e0530a0a711c312f90553a23f96c65f0016a Mon Sep 17 00:00:00 2001 From: chris-s-friedman Date: Thu, 30 May 2024 15:16:49 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Document=20why=20biospecimen=20g?= =?UTF-8?q?roup=20is=20still=20around?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kf_lib_data_ingest/common/concept_schema.py | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/kf_lib_data_ingest/common/concept_schema.py b/kf_lib_data_ingest/common/concept_schema.py index 3370489e..f46eb2ba 100644 --- a/kf_lib_data_ingest/common/concept_schema.py +++ b/kf_lib_data_ingest/common/concept_schema.py @@ -149,6 +149,16 @@ class BIOSPECIMEN_GROUP(PropertyMixin): pass class SAMPLE(PropertyMixin): + """Sample + + `BIOSPECIMEN_GROUP` is previously existing concept used in the ingest + library. It is being replaced by `SAMPLE` to better reflect that + BIOSPECIMENS can be organized within multiple hierarchical groups with + relationships to one another. The `BIOSPECIMEN_GROUP` is still in the + ingest library to support historical ingest packages. It is recommended + to use `SAMPLE` for new ingest packages. + """ + TISSUE_TYPE = None NCIT_TISSUE_TYPE_ID = None ANATOMY_SITE = None