

| {S}[B] Status [i] | implemented |
|---|---|
| Provenance | |
| Used by | |
| Contributors |
|
| Source (v1.0.0) |
Type: object
Description: A Biosample refers to a unit of biological material from which the substrate
molecules (e.g. genomic DNA, RNA, proteins) for molecular analyses (e.g.
sequencing, array hybridisation, mass-spectrometry) are extracted.
Examples would be a tissue biopsy, a single cell from a culture for single cell genome sequencing or a protein fraction from a gradient centrifugation.
Several instances (e.g. technical replicates) or types of experiments (e.g. genomic array as well as RNA-seq experiments) may refer to the same Biosample.
FHIR mapping: Specimen.
| Property | Type |
|---|---|
| ageOfIndividualAtCollection | https://schemablocks.org/schemas/sb-phenopackets/v1.0.0/Age.json [LINK] |
| ageRangeOfIndividualAtCollection | https://schemablocks.org/schemas/sb-phenopackets/v1.0.0/AgeRange.json [LINK] |
| description | string |
| diagnosticMarkers | array of "https://schemablocks.org/schemas/sb-phenopackets/v1.0.0/OntologyClass.json [LINK]" |
| histologicalDiagnosis | https://schemablocks.org/schemas/sb-phenopackets/v1.0.0/OntologyClass.json [LINK] |
| htsFiles | array of "https://schemablocks.org/schemas/sb-phenopackets/v1.0.0/HtsFile.json [LINK]" |
| id | string |
| individualId | string |
| isControlSample | boolean |
| phenotypicFeatures | array of "https://schemablocks.org/schemas/sb-phenopackets/v1.0.0/PhenotypicFeature.json [LINK]" |
| procedure | https://schemablocks.org/schemas/sb-phenopackets/v1.0.0/Procedure.json [LINK] |
| sampledTissue | https://schemablocks.org/schemas/sb-phenopackets/v1.0.0/OntologyClass.json [LINK] |
| taxonomy | https://schemablocks.org/schemas/sb-phenopackets/v1.0.0/OntologyClass.json [LINK] |
| tumorGrade | https://schemablocks.org/schemas/sb-phenopackets/v1.0.0/OntologyClass.json [LINK] |
| tumorProgression | https://schemablocks.org/schemas/sb-phenopackets/v1.0.0/OntologyClass.json [LINK] |
| variants | array of "https://schemablocks.org/schemas/sb-phenopackets/v1.0.0/Variant.json [LINK]" |
An age object describing the age of the individual this biosample was derived from at the time of collection. The Age object allows the encoding of the age either as ISO8601 duration or time interval (preferred), or as ontology term object. See http://build.fhir.org/datatypes
ageOfIndividualAtCollection Value Example{
"age" : "P48Y3M"
}
An age range object describing the age of the individual this biosample was derived from at the time of collection. The Age object allows the encoding of the age either as ISO8601 duration or time interval (preferred), or as ontology term object. See http://build.fhir.org/datatypes
ageRangeOfIndividualAtCollection Value Example{
"end" : {
"age" : "P18Y"
},
"start" : {
"age" : "P12Y"
}
}
The biosample’s description. This attribute contains human readable text. The “description” attributes should not contain any structured data.
description Value Example"THP-1; 6 hours; DMSO; Replicate 1"
Clinically relevant bio markers. Most of the assays such as IHC are covered by the NCIT under the sub-hierarchy NCIT:C25294 (Laboratory Procedure). e.g. NCIT:C68748 (HER2/Neu Positive), NCIT:C131711 (Human Papillomavirus-18 Positive)
diagnosticMarkers Value Example[
{
"id" : "NCIT:C131711",
"label" : "Human Papillomavirus-18 Positive"
}
]
This is the pathologist’s diagnosis and may often represent a refinement of the clinical diagnosis given in the Patient/Clinical module. Should use the same terminology as diagnosis, but represent the pathologist’s findings. Normal samples would be tagged with the term “NCIT:C38757”, “Negative Finding”
histologicalDiagnosis Value Example{
"id" : "EFO:0000221",
"label" : "Acute Monocytic Leukemia"
}
Pointer to the relevant HTS file(s) for the biosample
htsFiles Value Example[
{
"file" : {
"path" : "/data/genomes/file1.vcf.gz",
"uri" : "file://data/genomes/file1.vcf.gz"
},
"htsFormat" : "GVCF"
}
]
The local-unique identifier of this biosample (referenced as “biosample_id”). This is unique in the context of the local (e.g. server, resource) instance.
id Value Example"SAMN05324082"
In a complete data model “individual_id” points to the “id” of the individual (“donor”, “subjerct”…) this Biosample was derived from.
In a local context this could be the id attribute in a corresponding “individuals” collection.
individualId Value Example"SAMN05324082-individual"
if true, this sample is being use as a normal control, often in combination with another sample that is thought to contain a pathological finding the default value is false
isControlSample Value Example""
Phenotypic characteristics of the BioSample, for example histological findings of a biopsy
phenotypicFeatures Value Example[
{
"type" : {
"id" : "EFO:0001253",
"label" : "THP-1"
}
}
]
Clinical procedure performed on the subject in order to extract the biosample.
procedure Value Example{
"bodySite" : {
"id" : "UBERON:0003403",
"label" : "skin of forearm"
},
"code" : {
"id" : "NCIT:C28743",
"label" : "Funch Biopsy"
}
}
UBERON class describing the tissue from which the specimen was collected. PDX-MI mapping: ‘Specimen tumor tissue’ FHIR mapping: Specimen.type
sampledTissue Value Example{
"id" : "UBERON:0000178",
"label" : "peripheral blood"
}
NCBI taxonomic identifier (NCBITaxon) of the sample e.g. NCBITaxon:9606
taxonomy Value Example{
"description" : "Homo sapiens",
"type" : "NCBITaxon:9606"
}
Potentially a child term of NCIT:C28076 (Disease Grade Qualifier) or equivalent See https://www.cancer.gov/about-cancer/diagnosis-staging/prognosis/tumor-grade-fact-sheet
tumorGrade Value Example{
"id" : "NCIT:C28091",
"label" : "Gleason Score 7"
}
Is the specimen tissue from the primary tumor, a metastasis or a recurrence? Most likely a child term of NCIT:C7062 (Neoplasm by Special Category) NCIT:C3677 (Benign Neoplasm) NCIT:C84509 (Primary Malignant Neoplasm) NCIT:C95606 (Second Primary Malignant Neoplasm) NCIT:C3261 (Metastatic Neoplasm) NCIT:C4813 (Recurrent Malignant Neoplasm)
tumorProgression Value Example{
"id" : "NCIT:C84509",
"label" : "Primary Malignant Neoplasm"
}
Field for variants relevant to this biosample
variants Value Example[
{
"background" : "add example",
"hgvsAllele" : "add example"
}
]
Biosample Value Examples{
"ageOfIndividualAtCollection" : {
"age" : "P1Y"
},
"description" : "THP-1; 6 hours; DMSO; Replicate 1",
"histologicalDiagnosis" : {
"id" : "EFO:0000221",
"label" : "Acute Monocytic Leukemia"
},
"id" : "SAMN05324082",
"individualId" : "SAMN05324082-individual",
"phenotypicFeature" : [
{
"type" : {
"id" : "EFO:0001253",
"label" : "THP-1"
}
}
],
"sampledTissue" : {
"id" : "UBERON:0000178",
"label" : "peripheral blood"
},
"taxonomy" : {
"id" : "NCBITaxon:9606",
"label" : "Homo sapiens"
}
}
{
"ageOfIndividualAtCollection" : {
"age" : "P1Y"
},
"diagnosticMarkers" : [
{
"id" : "NCIT:C131711",
"label" : "Human Papillomavirus-18 Positive"
}
],
"histologicalDiagnosis" : {
"id" : "EFO:0000221",
"label" : "Acute Monocytic Leukemia"
},
"id" : "SAMN05324083",
"individualId" : "SAMN05324083-individual",
"procedure" : {
"code" : {
"id" : "NCIT:C15189",
"label" : "Biopsy"
}
},
"sampledTissue" : {
"id" : "NCIT:C139196",
"label" : "Esophageal Lymph Node"
},
"tumorProgression" : {
"id" : "NCIT:C84509",
"label" : "Primary Malignant Neoplasm"
},
"tumorStage" : [
{
"id" : "NCIT:C48724",
"label" : "T2 Stage Finding"
},
{
"id" : "NCIT:C48706",
"label" : "N1 Stage Finding"
},
{
"id" : "NCIT:C48699",
"label" : "M0 Stage Finding"
}
]
}