Skip to content

Class: BiospecimenCollection (BiospecimenCollection)

A biospecimen collection event which yields one or more Samples.

URI: includedcc: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]

Slots

Name Cardinality and Range Description Inheritance
biospecimen_collection_id 1
String
Unique identifier for this Biospecimen Collection direct
age_at_collection 0..1
Float
The age at which this biospecimen was collected in decimal years direct
method 0..1
EnumSampleCollectionMethod
The approach used to collect the biospecimen direct
site 0..1
Concept or 
EnumSite
The location of the specimen collection direct
spatial_qualifier 0..1
Concept or 
EnumSpatialQualifiers
Qualifier that further refine the specific location of biospecimen collection direct
laterality 0..1
Concept or 
EnumLaterality
Laterality that further refine the specific location of biospecimen collectio... direct
encounter_id 0..1
Encounter
Unique identifier for this Encounter direct
external_id *
Uriorcurie
Other identifiers for this entity, eg, from the submitting study or in system... Record
access_policy_id 0..1
AccessPolicy
Global identifier for the access policy that applies to this row of data Record
study_id 0..1
Study
INCLUDE Global ID for the study Record

Usages

used by used in type used
Sample biospecimen_collection_id range BiospecimenCollection

Identifier and Mapping Information

Schema Source

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