Skip to content

Class: BiospecimenCollection (BiospecimenCollection)

A biospecimen collection event which yields one or more Samples.

URI: [includedcc:BiospecimenCollection](https://includedcc.org/include-access-model/BiospecimenCollection)
classDiagram class BiospecimenCollection click BiospecimenCollection href "../BiospecimenCollection/" Record <|-- BiospecimenCollection click Record href "../Record/" BiospecimenCollection : access_policy_id BiospecimenCollection --> "0..1" AccessPolicy : access_policy_id click AccessPolicy href "../AccessPolicy/" BiospecimenCollection : age_at_collection BiospecimenCollection : biospecimen_collection_id BiospecimenCollection : encounter_id BiospecimenCollection --> "0..1" Encounter : encounter_id click Encounter href "../Encounter/" BiospecimenCollection : external_id BiospecimenCollection : laterality BiospecimenCollection --> "0..1" Concept : laterality click Concept href "../Concept/" BiospecimenCollection : method BiospecimenCollection --> "0..1" EnumSampleCollectionMethod : method click EnumSampleCollectionMethod href "../EnumSampleCollectionMethod/" BiospecimenCollection : site BiospecimenCollection --> "0..1" Concept : site click Concept href "../Concept/" BiospecimenCollection : spatial_qualifier BiospecimenCollection --> "0..1" Concept : spatial_qualifier click Concept href "../Concept/" BiospecimenCollection : study_id BiospecimenCollection --> "0..1" Study : study_id click Study href "../Study/"
## Inheritance * **BiospecimenCollection** [ [Record](Record.md)] ## Slots | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | | [biospecimen_collection_id](biospecimen_collection_id.md) | 1
[String](String.md) | Unique identifier for this Biospecimen Collection | direct | | [age_at_collection](age_at_collection.md) | 0..1
[Float](Float.md) | The age at which this biospecimen was collected in decimal years | direct | | [method](method.md) | 0..1
[EnumSampleCollectionMethod](EnumSampleCollectionMethod.md) | The approach used to collect the biospecimen | direct | | [site](site.md) | 0..1
[Concept](Concept.md) or 
[EnumSite](EnumSite.md) | The location of the specimen collection | direct | | [spatial_qualifier](spatial_qualifier.md) | 0..1
[Concept](Concept.md) or 
[EnumSpatialQualifiers](EnumSpatialQualifiers.md) | Qualifier that further refine the specific location of biospecimen collection | direct | | [laterality](laterality.md) | 0..1
[Concept](Concept.md) or 
[EnumLaterality](EnumLaterality.md) | Laterality that further refine the specific location of biospecimen collectio... | direct | | [encounter_id](encounter_id.md) | 0..1
[Encounter](Encounter.md) | Unique identifier for this Encounter | direct | | [external_id](external_id.md) | *
[Uriorcurie](Uriorcurie.md) | Other identifiers for this entity, eg, from the submitting study or in system... | [Record](Record.md) | | [access_policy_id](access_policy_id.md) | 0..1
[AccessPolicy](AccessPolicy.md) | Global identifier for the access policy that applies to this row of data | [Record](Record.md) | | [study_id](study_id.md) | 0..1
[Study](Study.md) | INCLUDE Global ID for the study | [Record](Record.md) | ## Usages | used by | used in | type | used | | --- | --- | --- | --- | | [Sample](Sample.md) | [biospecimen_collection_id](biospecimen_collection_id.md) | range | [BiospecimenCollection](BiospecimenCollection.md) | ## Identifier and Mapping Information ### Schema Source * from schema: https://includedcc.org/include-access-model ## Mappings | Mapping Type | Mapped Value | | --- | --- | | self | includedcc:BiospecimenCollection | | native | includedcc:BiospecimenCollection | ## LinkML Source ### Direct
name: BiospecimenCollection
description: A biospecimen collection event which yields one or more Samples.
title: BiospecimenCollection
from_schema: https://includedcc.org/include-access-model
mixins:
- Record
slots:
- biospecimen_collection_id
- age_at_collection
- method
- site
- spatial_qualifier
- laterality
- encounter_id
slot_usage:
  biospecimen_collection_id:
    name: biospecimen_collection_id
    identifier: true
    range: string
    required: true

### Induced
name: BiospecimenCollection
description: A biospecimen collection event which yields one or more Samples.
title: BiospecimenCollection
from_schema: https://includedcc.org/include-access-model
mixins:
- Record
slot_usage:
  biospecimen_collection_id:
    name: biospecimen_collection_id
    identifier: true
    range: string
    required: true
attributes:
  biospecimen_collection_id:
    name: biospecimen_collection_id
    description: Unique identifier for this Biospecimen Collection.
    title: Biospecimen Collection ID
    from_schema: https://includedcc.org/include-access-model
    rank: 1000
    identifier: true
    owner: BiospecimenCollection
    domain_of:
    - Sample
    - BiospecimenCollection
    range: string
    required: true
  age_at_collection:
    name: age_at_collection
    description: The age at which this biospecimen was collected in decimal years.
    title: Age at Biospecimen Collection
    from_schema: https://includedcc.org/include-access-model
    rank: 1000
    owner: BiospecimenCollection
    domain_of:
    - BiospecimenCollection
    range: float
    unit:
      ucum_code: a
  method:
    name: method
    description: The approach used to collect the biospecimen.
    title: Biospecimen Collection Method
    from_schema: https://includedcc.org/include-access-model
    rank: 1000
    owner: BiospecimenCollection
    domain_of:
    - BiospecimenCollection
    range: EnumSampleCollectionMethod
  site:
    name: site
    description: The location of the specimen collection.
    title: Biospecimen Collection Site
    from_schema: https://includedcc.org/include-access-model
    rank: 1000
    owner: BiospecimenCollection
    domain_of:
    - BiospecimenCollection
    range: Concept
    any_of:
    - range: Concept
    - range: EnumSite
  spatial_qualifier:
    name: spatial_qualifier
    description: Qualifier that further refine the specific location of biospecimen
      collection
    title: Spatial Qualifier
    from_schema: https://includedcc.org/include-access-model
    rank: 1000
    owner: BiospecimenCollection
    domain_of:
    - BiospecimenCollection
    range: Concept
    any_of:
    - range: Concept
    - range: EnumSpatialQualifiers
  laterality:
    name: laterality
    description: Laterality that further refine the specific location of biospecimen
      collection
    title: Location Laterality
    from_schema: https://includedcc.org/include-access-model
    rank: 1000
    owner: BiospecimenCollection
    domain_of:
    - BiospecimenCollection
    range: Concept
    any_of:
    - range: Concept
    - range: EnumLaterality
  encounter_id:
    name: encounter_id
    description: Unique identifier for this Encounter.
    title: Encounter ID
    from_schema: https://includedcc.org/include-access-model
    rank: 1000
    owner: BiospecimenCollection
    domain_of:
    - SubjectAssertion
    - BiospecimenCollection
    - Encounter
    range: Encounter
  external_id:
    name: external_id
    description: Other identifiers for this entity, eg, from the submitting study
      or in systems like dbGaP
    title: External Identifiers
    from_schema: https://includedcc.org/include-access-model
    rank: 1000
    owner: BiospecimenCollection
    domain_of:
    - Record
    range: uriorcurie
    required: false
    multivalued: true
  access_policy_id:
    name: access_policy_id
    description: Global identifier for the access policy that applies to this row
      of data.
    title: Access Policy ID
    from_schema: https://includedcc.org/include-access-model
    rank: 1000
    owner: BiospecimenCollection
    domain_of:
    - Record
    - AccessPolicy
    range: AccessPolicy
  study_id:
    name: study_id
    description: INCLUDE Global ID for the study
    title: Study ID
    from_schema: https://includedcc.org/include-access-model
    rank: 1000
    owner: BiospecimenCollection
    domain_of:
    - Record
    - StudyMetadata
    range: Study
    multivalued: false