generated from occ-data/generic-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
schema.json
1 lines (1 loc) · 104 KB
/
schema.json
1
{"_definitions.yaml": {"md5sum": {"term": {"$ref": "_terms.yaml#/md5sum"}, "type": "string"}, "ubiquitous_properties": {"state": {"$ref": "#/state"}, "updated_datetime": {"$ref": "#/datetime"}, "created_datetime": {"$ref": "#/datetime"}, "project_id": {"$ref": "#/project_id"}, "id": {"systemAlias": "node_id", "description": "UUID for the node.", "$ref": "_definitions.yaml#/UUID"}, "submitter_id": {"type": ["string"], "description": "A project-specific identifier for a node. This property is the calling card/nickname/alias for a unit of submission. It can be used in place of the UUID for identifying or recalling a node.\n"}}, "file_name": {"term": {"$ref": "_terms.yaml#/file_name"}, "type": "string"}, "to_many_project": {"anyOf": [{"items": {"minItems": 1, "$ref": "#/foreign_key_project"}, "type": "array"}, {"$ref": "#/foreign_key_project"}]}, "foreign_key": {"additionalProperties": true, "type": "object", "properties": {"id": {"$ref": "#/UUID"}, "submitter_id": {"type": "string"}}}, "data_bundle_state": {"default": "submitted", "enum": ["submitted", "validated", "error", "released", "suppressed", "redacted"], "description": "State of a data bundle."}, "workflow_properties": {"updated_datetime": {"$ref": "#/datetime"}, "created_datetime": {"$ref": "#/datetime"}, "workflow_start_datetime": {"$ref": "#/datetime"}, "submitter_id": {"type": ["string", "null"], "description": "The file ID assigned by the submitter."}, "state": {"$ref": "#/state"}, "workflow_end_datetime": {"$ref": "#/datetime"}, "workflow_link": {"type": "string", "description": "Link to Github hash for the CWL workflow used."}, "project_id": {"$ref": "#/project_id"}, "id": {"systemAlias": "node_id", "$ref": "#/UUID"}, "workflow_version": {"type": "string", "description": "Major version for a GDC workflow."}}, "parent_uuids": {"minItems": 1, "items": {"$ref": "#/UUID"}, "uniqueItems": true, "type": "array"}, "spatial_temporal_box_properties": {"bounding_box_bottom": {"type": "number", "description": "The smallest latitude in decimal degrees."}, "bounding_box_top": {"type": "number", "description": "The largest latitude in decimal degrees."}, "bounding_box_right": {"type": "number", "description": "The right most longitude in decimal degrees."}, "bounding_box_left": {"type": "number", "description": "The left most longitude in decimal degrees."}, "datetime": {"$ref": "#/datetime"}}, "file_size": {"term": {"$ref": "_terms.yaml#/file_size"}, "type": "integer"}, "datetime": {"oneOf": [{"type": "string", "format": "date-time"}, {"type": "null"}], "term": {"$ref": "_terms.yaml#/datetime"}}, "id": "_definitions", "UUID": {"pattern": "^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$", "term": {"$ref": "_terms.yaml#/UUID"}, "type": "string"}, "data_file_error_type": {"term": {"$ref": "_terms.yaml#/data_file_error_type"}, "enum": ["file_size", "file_format", "md5sum"]}, "foreign_key_project": {"additionalProperties": true, "type": "object", "properties": {"code": {"type": "string"}, "id": {"$ref": "#/UUID"}}}, "file_format": {"term": {"$ref": "_terms.yaml#/file_format"}, "type": "string"}, "to_one": {"anyOf": [{"items": {"minItems": 1, "maxItems": 1, "$ref": "#/foreign_key"}, "type": "array"}, {"$ref": "#/foreign_key"}]}, "data_file_properties": {"md5sum": {"$ref": "#/md5sum"}, "updated_datetime": {"$ref": "#/datetime"}, "created_datetime": {"$ref": "#/datetime"}, "file_name": {"$ref": "#/file_name"}, "error_type": {"$ref": "#/data_file_error_type"}, "object_id": {"$ref": "#/object_id"}, "submitter_id": {"type": ["string", "null"], "description": "The file ID assigned by the submitter."}, "state": {"$ref": "#/state"}, "file_size": {"$ref": "#/file_size"}, "project_id": {"$ref": "#/project_id"}, "state_comment": {"type": "string", "description": "Optional comment about why the file is in the current state, mainly for invalid state.\n"}, "id": {"systemAlias": "node_id", "$ref": "#/UUID"}, "file_state": {"$ref": "#/file_state"}}, "object_id": {"type": "string", "description": "The GUID of the object in the index service."}, "state": {"default": "validated", "term": {"$ref": "_terms.yaml#/state"}, "downloadable": ["uploaded", "md5summed", "validating", "validated", "error", "invalid", "released"], "oneOf": [{"enum": ["uploading", "uploaded", "md5summing", "md5summed", "validating", "error", "invalid", "suppressed", "redacted", "live"]}, {"enum": ["validated", "submitted", "released"]}], "public": ["live"]}, "release_state": {"default": "unreleased", "enum": ["unreleased", "released", "redacted"], "description": "Release state of an entity."}, "to_many": {"anyOf": [{"items": {"minItems": 1, "$ref": "#/foreign_key"}, "type": "array"}, {"$ref": "#/foreign_key"}]}, "project_id": {"term": {"$ref": "_terms.yaml#/project_id"}, "type": "string"}, "qc_metrics_state": {"term": {"$ref": "_terms.yaml#/qc_metric_state"}, "enum": ["FAIL", "PASS", "WARN"]}, "to_one_project": {"anyOf": [{"items": {"minItems": 1, "maxItems": 1, "$ref": "#/foreign_key_project"}, "type": "array"}, {"$ref": "#/foreign_key_project"}]}, "file_state": {"default": "registered", "term": {"$ref": "_terms.yaml#/file_state"}, "enum": ["registered", "uploading", "uploaded", "validating", "validated", "submitted", "processing", "processed", "released", "error"]}}, "project.yaml": {"description": "Any specifically defined piece of work that is undertaken or attempted to meet a single requirement. (NCIt C47885)\n", "links": [{"backref": "projects", "name": "programs", "multiplicity": "many_to_one", "required": true, "target_type": "program", "label": "member_of"}], "uniqueKeys": [["id"], ["code"]], "validators": null, "id": "project", "$schema": "http://json-schema.org/draft-04/schema#", "properties": {"date_collected": {"type": "string", "description": "The date or date range in which the project data was collected."}, "code": {"type": "string", "description": "Unique identifier for the project."}, "intended_release_date": {"type": "string", "description": "Tracks a Project's intended release date.", "format": "date-time"}, "support_id": {"type": "string", "description": "The ID of the source providing support/grant resources."}, "releasable": {"default": false, "type": "boolean", "description": "A project can only be released by the user when `releasable` is true.\n"}, "released": {"default": false, "type": "boolean", "description": "To release a project is to tell the GDC to include all submitted\nentities in the next GDC index.\n"}, "availability_type": {"enum": ["Open", "Restricted"], "description": "Is the project open or restricted?"}, "dbgap_accession_number": {"type": "string", "description": "The dbgap accession number provided for the project."}, "id": {"systemAlias": "node_id", "description": "UUID for the project.", "$ref": "_definitions.yaml#/UUID"}, "name": {"type": "string", "description": "Display name/brief description for the project."}, "programs": {"description": "Indicates that the project is logically part of the indicated project.\n", "$ref": "_definitions.yaml#/to_one"}, "investigator_affiliation": {"type": "string", "description": "The investigator's affiliation with respect to a research institution."}, "availability_mechanism": {"type": "string", "description": "Mechanism by which the project will be made avilable."}, "support_source": {"type": "string", "description": "The name of source providing support/grant resources."}, "state": {"default": "open", "enum": ["open", "review", "submitted", "processing", "closed", "legacy"], "description": "The possible states a project can be in. All but `open` are\nequivalent to some type of locked state.\n"}, "investigator_name": {"type": "string", "description": "Name of the principal investigator for the project."}, "type": {"enum": ["project"]}}, "category": "administrative", "title": "Project", "systemProperties": ["id", "state", "released", "releasable", "intended_release_date"], "required": ["type", "dbgap_accession_number", "code", "name", "programs"], "submittable": true, "project": "*", "program": "*", "additionalProperties": false, "type": "object", "constraints": null}, "derived_scene.yaml": {"description": "Describes a scene derived from potentially multiple satellite instruments.\n", "links": [{"backref": "derived_scenes", "name": "passive_instruments", "multiplicity": "many_to_one", "required": true, "target_type": "passive_instrument", "label": "derived_from"}], "uniqueKeys": [["id"], ["project_id", "submitter_id"]], "validators": null, "id": "derived_scene", "$schema": "http://json-schema.org/draft-04/schema#", "properties": {"type": {"enum": ["derived_scene"]}, "$ref": "_definitions.yaml#/ubiquitous_properties", "desciption": {"type": "string", "description": "A description of the derived scene."}, "passive_instruments": {"$ref": "_definitions.yaml#/to_many"}}, "category": "satellite", "title": "derived_scene", "systemProperties": ["id", "project_id", "created_datetime", "updated_datetime"], "required": ["submitter_id", "type"], "namespace": "http://gdc.nci.nih.gov", "submittable": true, "project": "*", "program": "*", "additionalProperties": false, "type": "object"}, "volume_coverage_pattern.yaml": {"description": "The volume coverage pattern when data was collected by the radar system.\n", "links": [{"backref": "volume_coverage_patterns", "name": "radars", "multiplicity": "many_to_one", "required": true, "target_type": "radar", "label": "member_of"}], "uniqueKeys": [["id"], ["project_id", "submitter_id"]], "validators": null, "id": "volume_coverage_pattern", "$schema": "http://json-schema.org/draft-04/schema#", "properties": {"radars": {"$ref": "_definitions.yaml#/to_one"}, "$ref": "_definitions.yaml#/ubiquitous_properties", "type": {"enum": ["volume_coverage_pattern"]}, "name": {"type": "string"}, "vcp_number": {"type": "number", "description": "The volume coverage pattern when the radar collected this dataset."}}, "category": "radar", "title": "volume_coverage_pattern", "systemProperties": ["id", "project_id", "created_datetime", "updated_datetime"], "required": ["submitter_id", "type"], "namespace": "http://gdc.nci.nih.gov", "submittable": true, "project": "*", "program": "*", "additionalProperties": false, "type": "object"}, "publication_file.yaml": {"description": "A file representing a publication.\n", "links": [{"exclusive": false, "required": true, "subgroup": [{"backref": "publication_files", "name": "publications", "multiplicity": "many_to_one", "required": false, "target_type": "publication", "label": "data_from"}, {"backref": "publication_files", "name": "core_metadata_collections", "multiplicity": "many_to_many", "required": false, "target_type": "core_metadata_collection", "label": "data_from"}]}], "uniqueKeys": [["id"], ["project_id", "submitter_id"]], "validators": null, "id": "publication_file", "$schema": "http://json-schema.org/draft-04/schema#", "properties": {"publications": {"$ref": "_definitions.yaml#/to_many"}, "data_type": {"term": {"$ref": "_terms.yaml#/data_type"}, "enum": ["Journal Article", "White Paper", "Bulletin", "Map", "Fact Sheet"]}, "type": {"enum": ["publication_file"]}, "data_category": {"term": {"$ref": "_terms.yaml#/data_category"}, "enum": ["Land Surface", "Instrument", "Risk", "Project Results"]}, "core_metadata_collections": {"$ref": "_definitions.yaml#/to_many"}, "data_format": {"term": {"$ref": "_terms.yaml#/data_format"}, "enum": ["PDF", "WORD", "TXT", "PS", "PNG", "JPG"]}, "$ref": "_definitions.yaml#/data_file_properties"}, "category": "data_file", "title": "publication_file", "systemProperties": ["id", "project_id", "created_datetime", "updated_datetime", "state", "file_state", "error_type"], "required": ["type", "submitter_id", "file_name", "file_size", "md5sum", "data_format"], "namespace": "http://gdc.nci.nih.gov", "submittable": true, "project": "*", "program": "*", "additionalProperties": false, "type": "object"}, "weather_station.yaml": {"description": "Describes a weather station at a fixed site. Weather stations typically measure temperature, humidity, and precipitation.\n", "links": [{"backref": "weather_stations", "name": "projects", "multiplicity": "many_to_one", "required": true, "target_type": "project", "label": "member_of"}], "uniqueKeys": [["id"], ["project_id", "submitter_id"]], "validators": null, "id": "weather_station", "$schema": "http://json-schema.org/draft-04/schema#", "properties": {"icao_id": {"type": "string", "description": "The identifier of the weather station."}, "elevation": {"type": "number", "description": "The elevation of the weather station in meters."}, "description": {"type": "string"}, "country": {"type": "string"}, "longitude": {"type": "number", "description": "The longitude of the weather station in decimal degrees."}, "name": {"type": "string"}, "state": {"type": "string"}, "place": {"type": "string"}, "latitude": {"type": "number", "description": "The latitude of the weather station in decimal degrees."}, "type": {"enum": ["weather_station"]}, "projects": {"$ref": "_definitions.yaml#/to_one_project"}, "$ref": "_definitions.yaml#/ubiquitous_properties"}, "category": "weather_station", "title": "weather_station", "systemProperties": ["id", "project_id", "state", "created_datetime", "updated_datetime"], "required": ["type", "projects", "submitter_id", "name"], "submittable": true, "project": "*", "program": "*", "additionalProperties": false, "type": "object", "constraints": null}, "satellite.yaml": {"description": "Describes a satellite which contains scientific instruments.\n", "links": [{"backref": "satellites", "name": "projects", "multiplicity": "many_to_one", "required": true, "target_type": "project", "label": "member_of"}], "uniqueKeys": [["id"], ["project_id", "submitter_id"]], "validators": null, "id": "satellite", "$schema": "http://json-schema.org/draft-04/schema#", "properties": {"$ref": "_definitions.yaml#/ubiquitous_properties", "type": {"enum": ["satellite"]}, "description": {"type": "string"}, "projects": {"$ref": "_definitions.yaml#/to_one_project"}, "name": {"type": "string"}}, "category": "satellite", "title": "satellite", "systemProperties": ["id", "project_id", "state", "created_datetime", "updated_datetime"], "required": ["type", "projects", "submitter_id", "name"], "submittable": true, "project": "*", "program": "*", "additionalProperties": false, "type": "object", "constraints": null}, "stream_gauge.yaml": {"description": "Describes a stream gauge at a fixed site measuring height or discharge.\n", "links": [{"backref": "stream_gauges", "name": "projects", "multiplicity": "many_to_one", "required": true, "target_type": "project", "label": "member_of"}], "uniqueKeys": [["id"], ["project_id", "submitter_id"]], "validators": null, "id": "stream_gauge", "$schema": "http://json-schema.org/draft-04/schema#", "properties": {"action_flow": {"type": "number", "description": "The flow rate associated with the NWS action stage in cms."}, "name": {"type": "string"}, "moderate_flow": {"type": "number", "description": "The flow rate associated with the NWS moderate flood stage in cms."}, "type": {"enum": ["stream_gauge"]}, "usgs_id": {"type": "string", "description": "The identifier assigned by the USGS, if available."}, "longitude": {"type": "number", "description": "The longitude of the stream gauge in decimal degrees."}, "latitude": {"type": "number", "description": "The latitude of the stream gauge in decimal degrees."}, "nws_id": {"type": "string", "description": "The identifier assigned by the US NWS, if available."}, "major_flow": {"type": "number", "description": "The flow rate associated with the NWS major flood stage in cms."}, "minor_flow": {"type": "number", "description": "The flow rate associated with the NWS minor flood stage in cms."}, "state_id": {"type": "string", "description": "The identifier assigned by the State or local authority, if available."}, "$ref": "_definitions.yaml#/ubiquitous_properties", "drainage_area": {"type": "number", "description": "The contributing drainage area of this stream gauge in square km."}, "projects": {"$ref": "_definitions.yaml#/to_one_project"}, "description": {"type": "string"}}, "category": "stream_gauge", "title": "stream_gauge", "systemProperties": ["id", "project_id", "state", "created_datetime", "updated_datetime"], "required": ["projects", "submitter_id", "name", "type"], "submittable": true, "project": "*", "program": "*", "additionalProperties": false, "type": "object", "constraints": null}, "passive_instrument.yaml": {"description": "A passive instrument aboad a satellite receiving at a specific wavelength.\n", "links": [{"exclusive": true, "required": true, "subgroup": [{"backref": "passive_instruments", "name": "satellites", "multiplicity": "many_to_one", "required": false, "target_type": "satellite", "label": "data_from"}]}], "uniqueKeys": [["id"], ["project_id", "submitter_id"]], "validators": null, "id": "passive_instrument", "$schema": "http://json-schema.org/draft-04/schema#", "properties": {"satellites": {"$ref": "_definitions.yaml#/to_many"}, "instrument_name": {"enum": ["ABI", "MODIS", "VIIRS", "MSI"], "description": "The name of the instrument on the satellite which is recording data."}, "band_name": {"type": "string", "description": "The nickname used for the instrument band."}, "type": {"enum": ["passive_instrument"]}, "central_wavelength": {"type": "number", "description": "The central wavelength the instrument receives data at in micrometers."}, "resolution": {"type": "number", "description": "The spatial resolution of the band in meters."}, "$ref": "_definitions.yaml#/ubiquitous_properties"}, "category": "satellite", "title": "passive_instrument", "systemProperties": ["id", "project_id", "created_datetime", "updated_datetime"], "required": ["type", "submitter_id"], "namespace": "http://gdc.nci.nih.gov", "submittable": true, "project": "*", "program": "*", "additionalProperties": false, "type": "object"}, "spatiotemporal_file.yaml": {"description": "A file with data also containing a timestamp and geographical bounding box.\n", "links": [{"exclusive": false, "required": true, "subgroup": [{"backref": "spatiotemporal_files", "name": "passive_instruments", "multiplicity": "many_to_one", "required": false, "target_type": "passive_instrument", "label": "data_from"}, {"backref": "spatiotemporal_files", "name": "geo_orbits", "multiplicity": "many_to_one", "required": false, "target_type": "geo_orbit", "label": "data_from"}, {"backref": "spatiotemporal_files", "name": "leo_orbits", "multiplicity": "many_to_one", "required": false, "target_type": "leo_orbit", "label": "data_from"}, {"backref": "spatiotemporal_files", "name": "derived_scenes", "multiplicity": "many_to_one", "required": false, "target_type": "derived_scene", "label": "data_from"}, {"backref": "spatiotemporal_files", "name": "volume_coverage_patterns", "multiplicity": "many_to_one", "required": false, "target_type": "volume_coverage_pattern", "label": "data_from"}, {"backref": "spatiotemporal_files", "name": "radar_locations", "multiplicity": "many_to_one", "required": false, "target_type": "radar_location", "label": "data_from"}, {"backref": "spatiotemporal_files", "name": "stream_gauges", "multiplicity": "many_to_one", "required": false, "target_type": "stream_gauge", "label": "data_from"}, {"backref": "spatiotemporal_files", "name": "projects", "multiplicity": "many_to_one", "required": false, "target_type": "project", "label": "member_of"}, {"backref": "spatiotemporal_files", "name": "core_metadata_collections", "multiplicity": "many_to_many", "required": false, "target_type": "core_metadata_collection", "label": "data_from"}]}], "uniqueKeys": [["id"], ["project_id", "submitter_id"]], "validators": null, "id": "spatiotemporal_file", "$schema": "http://json-schema.org/draft-04/schema#", "properties": {"stream_gauges": {"$ref": "_definitions.yaml#/to_many"}, "derived_scenes": {"$ref": "_definitions.yaml#/to_many"}, "geo_orbits": {"$ref": "_definitions.yaml#/to_many"}, "datetime": {"$ref": "_definitions.yaml#/datetime"}, "bounding_box_north": {"type": "number", "description": "The northern latitude in decimal degrees."}, "bounding_box_west": {"type": "number", "description": "The western most longitude in decimal degrees."}, "volume_coverage_patterns": {"$ref": "_definitions.yaml#/to_many"}, "projects": {"$ref": "_definitions.yaml#/to_one_project"}, "$ref": "_definitions.yaml#/data_file_properties", "data_type": {"term": {"$ref": "_terms.yaml#/data_type"}, "enum": ["Single Band Image", "Multi-Band Image", "Derived Image", "Radar", "Time Series", "Photograph", "Raw DEM", "Cleaned DEM", "Points of Interest", "Areas of Interest", "Lines of Interest"], "type": "string"}, "core_metadata_collections": {"$ref": "_definitions.yaml#/to_many"}, "data_format": {"term": {"$ref": "_terms.yaml#/data_format"}, "enum": ["GEOTIF", "GRIB2", "NETCDF", "ASCII", "NEXRAD2", "PNG", "JPG", "SHP", "CSV"]}, "bounding_box_east": {"type": "number", "description": "The eastern most longitude in decimal degrees."}, "bounding_box_south": {"type": "number", "description": "The southern latitude in decimal degrees."}, "radar_locations": {"$ref": "_definitions.yaml#/to_many"}, "data_category": {"term": {"$ref": "_terms.yaml#/data_category"}, "enum": ["Forecast", "Analysis", "Observation"]}, "leo_orbits": {"$ref": "_definitions.yaml#/to_many"}, "type": {"enum": ["spatiotemporal_file"]}, "passive_instruments": {"$ref": "_definitions.yaml#/to_many"}}, "category": "data_file", "title": "spatiotemporal_file", "systemProperties": ["id", "project_id", "created_datetime", "updated_datetime", "state", "file_state", "error_type"], "required": ["type", "submitter_id", "file_name", "file_size", "md5sum", "data_format"], "namespace": "http://gdc.nci.nih.gov", "submittable": true, "project": "*", "program": "*", "additionalProperties": false, "type": "object"}, "_settings.yaml": {"_dict_commit": "78a404b52ba5db4216ac3b82e22869db3f3797bf", "enable_case_cache": false, "_dict_version": "1.0.5"}, "acknowledgement.yaml": {"description": "Acknowledgement of an individual involved in a project.", "links": [{"backref": "acknowledgements", "name": "projects", "multiplicity": "many_to_many", "required": true, "target_type": "project", "label": "contribute_to"}], "uniqueKeys": [["id"], ["project_id", "submitter_id"]], "validators": null, "id": "acknowledgement", "$schema": "http://json-schema.org/draft-04/schema#", "properties": {"updated_datetime": {"$ref": "_definitions.yaml#/datetime"}, "created_datetime": {"$ref": "_definitions.yaml#/datetime"}, "acknowledgee": {"type": "string", "description": "The indvidiual or group being acknowledged by the project."}, "submitter_id": {"type": ["string", "null"]}, "state": {"$ref": "_definitions.yaml#/state"}, "project_id": {"type": "string"}, "type": {"enum": ["acknowledgement"]}, "id": {"systemAlias": "node_id", "$ref": "_definitions.yaml#/UUID"}, "projects": {"$ref": "_definitions.yaml#/to_many_project"}}, "category": "administrative", "title": "Acknowledgement", "systemProperties": ["id", "project_id", "state", "created_datetime", "updated_datetime"], "required": ["type", "submitter_id", "projects"], "namespace": "http://gdc.nci.nih.gov", "submittable": true, "project": "*", "program": "*", "additionalProperties": false, "type": "object"}, "core_metadata_collection.yaml": {"description": "Structured description of a collection of several dataset\n", "links": [{"backref": "core_metadata_collections", "name": "projects", "multiplicity": "many_to_one", "required": true, "target_type": "project", "label": "data_from"}], "uniqueKeys": [["id"], ["project_id", "submitter_id"]], "validators": null, "id": "core_metadata_collection", "$schema": "http://json-schema.org/draft-04/schema#", "properties": {"description": {"type": "string", "description": "An account of the resource. Description may include but is not limited to: an abstract, a table of contents, a graphical representation, or a free-text account of the resource.\n"}, "data_type": {"type": "string", "description": "The nature or genre of the resource. Recommended best practice is to use a controlled vocabulary such as the DCMI Type Vocabulary [DCMITYPE]. To describe the file format, physical medium, or dimensions of the resource, use the Format element.\n"}, "creator": {"type": "string", "description": "An entity primarily responsible for making the resource. Examples of a Creator include a person, an organization, or a service. Typically, the name of a Creator should be used to indicate the entity.\n"}, "contributor": {"type": "string", "description": "An entity responsible for making contributions to the resource. Examples of a Contributor include a person, an organization, or a service. Typically, the name of a Contributor should be used to indicate the entity.\n"}, "relation": {"type": "string", "description": "A related resource. Recommended best practice is to identify the related resource by means of a string conforming to a formal identification system. \n"}, "coverage": {"type": "string", "description": "The spatial or temporal topic of the resource, the spatial applicability of the resource, or the jurisdiction under which the resource is relevant. Spatial topic and spatial applicability may be a named place or a location specified by its geographic coordinates. Temporal topic may be a named period, date, or date range. A jurisdiction may be a named administrative entity or a geographic place to which the resource applies. Recommended best practice is to use a controlled vocabulary such as the Thesaurus of Geographic Names [TGN] (http://www.getty.edu/research/tools/vocabulary/tgn/index.html). Where appropriate, named places or time periods can be used in preference to numeric identifiers such as sets of coordinates or date ranges.\n"}, "date": {"$ref": "_definitions.yaml#/datetime"}, "projects": {"$ref": "_definitions.yaml#/to_one_project"}, "subject": {"type": "string", "description": "The topic of the resource. Typically, the subject will be represented using keywords, key phrases, or classification codes. Recommended best practice is to use a controlled vocabulary.\n"}, "publisher": {"type": "string", "description": "An entity responsible for making the resource available. Examples of a Publisher include a person, an organization, or a service. Typically, the name of a Publisher should be used to indicate the entity.\n"}, "language": {"type": "string", "description": "A language of the resource. Recommended best practice is to use a controlled vocabulary such as RFC 4646 (http://www.ietf.org/rfc/rfc4646.txt).\n"}, "rights": {"type": "string", "description": "Information about rights held in and over the resource. Typically, rights information includes a statement about various property rights associated with the resource, including intellectual property rights.\n"}, "format": {"type": "string", "description": "The file format, physical medium, or dimensions of the resource. Examples of dimensions include size and duration. Recommended best practice is to use a controlled vocabulary such as the list of Internet Media Types [MIME] (http://www.iana.org/assignments/media-types/). \n"}, "source": {"type": "string", "description": "A related resource from which the described resource is derived. The described resource may be derived from the related resource in whole or in part. Recommended best practice is to identify the related resource by means of a string conforming to a formal identification system.\n"}, "title": {"type": "string", "description": "A name given to the resource. Typically, a Title will be a name by which the resource is formally known.\n"}, "$ref": "_definitions.yaml#/ubiquitous_properties", "type": {"enum": ["core_metadata_collection"]}}, "category": "administrative", "title": "Core Metadata Collection", "systemProperties": ["id", "project_id", "state", "created_datetime", "updated_datetime"], "required": ["submitter_id", "type", "projects"], "namespace": "https://dcp.bionimbus.org/", "submittable": true, "project": "*", "program": "*", "additionalProperties": false, "type": "object"}, "radar_location.yaml": {"description": "A latitude, longitude, and elevation for where the radar was located when it was operating.\n", "links": [{"backref": "radar_locations", "name": "radars", "multiplicity": "many_to_one", "required": true, "target_type": "radar", "label": "member_of"}], "uniqueKeys": [["id"], ["project_id", "submitter_id"]], "validators": null, "id": "radar_location", "$schema": "http://json-schema.org/draft-04/schema#", "properties": {"tower_height": {"type": "number", "description": "The height of the radar above ground level in meters."}, "elevation": {"type": "number", "description": "The elevation of the site of the radar in meters."}, "latitude": {"type": "number", "description": "The latitude of the radar in decimal degrees."}, "radars": {"$ref": "_definitions.yaml#/to_one"}, "type": {"enum": ["radar_location"]}, "longitude": {"type": "number", "description": "The longitude of the radar in decimal degrees."}, "$ref": "_definitions.yaml#/ubiquitous_properties"}, "category": "radar", "title": "radar_location", "systemProperties": ["id", "project_id", "state", "created_datetime", "updated_datetime"], "required": ["type", "radars", "submitter_id", "longitude", "latitude", "elevation"], "submittable": true, "project": "*", "program": "*", "additionalProperties": false, "type": "object", "constraints": null}, "geo_orbit.yaml": {"description": "A geosynchronous satellite orbit. \n", "links": [{"backref": "geo_orbits", "name": "satellites", "multiplicity": "many_to_one", "required": true, "target_type": "satellite", "label": "member_of"}], "uniqueKeys": [["id"], ["project_id", "submitter_id"]], "validators": null, "id": "geo_orbit", "$schema": "http://json-schema.org/draft-04/schema#", "properties": {"satellites": {"$ref": "_definitions.yaml#/to_one"}, "altitude": {"type": "number"}, "type": {"enum": ["geo_orbit"]}, "longitude": {"type": "number"}, "$ref": "_definitions.yaml#/ubiquitous_properties"}, "category": "satellite", "title": "geo_orbit", "systemProperties": ["id", "project_id", "state", "created_datetime", "updated_datetime"], "required": ["type", "satellites", "submitter_id", "longitude", "altitude"], "submittable": true, "project": "*", "program": "*", "additionalProperties": false, "type": "object", "constraints": null}, "keyword.yaml": {"description": "A keyword for a project.", "links": [{"backref": "keywords", "name": "projects", "multiplicity": "many_to_many", "required": true, "target_type": "project", "label": "describe"}], "uniqueKeys": [["id"], ["project_id", "submitter_id"]], "validators": null, "id": "keyword", "$schema": "http://json-schema.org/draft-04/schema#", "properties": {"updated_datetime": {"$ref": "_definitions.yaml#/datetime"}, "created_datetime": {"$ref": "_definitions.yaml#/datetime"}, "keyword_name": {"type": "string", "description": "The name of the keyword."}, "submitter_id": {"type": ["string", "null"]}, "state": {"$ref": "_definitions.yaml#/state"}, "project_id": {"type": "string"}, "type": {"enum": ["keyword"]}, "id": {"systemAlias": "node_id", "$ref": "_definitions.yaml#/UUID"}, "projects": {"$ref": "_definitions.yaml#/to_many_project"}}, "category": "administrative", "title": "Keyword", "systemProperties": ["id", "project_id", "state", "created_datetime", "updated_datetime"], "required": ["type", "submitter_id", "projects"], "namespace": "http://gdc.nci.nih.gov", "submittable": true, "project": "*", "program": "*", "additionalProperties": false, "type": "object"}, "leo_orbit.yaml": {"description": "A low Earth orbit.\n", "links": [{"backref": "leo_orbits", "name": "satellites", "multiplicity": "many_to_one", "required": true, "target_type": "satellite", "label": "member_of"}], "uniqueKeys": [["id"], ["project_id", "submitter_id"]], "validators": null, "id": "leo_orbit", "$schema": "http://json-schema.org/draft-04/schema#", "properties": {"perigee_altitude": {"type": "number", "description": "The height of the perigee of the orbit in meters."}, "apogee_altitude": {"type": "number", "description": "The height of the apogee of the orbit in meters."}, "satellites": {"$ref": "_definitions.yaml#/to_one"}, "inclination": {"type": "number", "description": "The orbital inclination in degrees."}, "type": {"enum": ["leo_orbit"]}, "$ref": "_definitions.yaml#/ubiquitous_properties"}, "category": "satellite", "title": "leo_orbit", "systemProperties": ["id", "project_id", "state", "created_datetime", "updated_datetime"], "required": ["type", "satellites", "submitter_id", "inclination", "apogee_altitude", "perigee_altitude"], "submittable": true, "project": "*", "program": "*", "additionalProperties": false, "type": "object", "constraints": null}, "publication.yaml": {"description": "Publication for a project.", "links": [{"backref": "publications", "name": "projects", "multiplicity": "many_to_many", "required": true, "target_type": "project", "label": "refers_to"}], "uniqueKeys": [["id"], ["project_id", "submitter_id"]], "validators": null, "id": "publication", "$schema": "http://json-schema.org/draft-04/schema#", "properties": {"doi": {"type": "string"}, "author": {"type": "string"}, "created_datetime": {"$ref": "_definitions.yaml#/datetime"}, "updated_datetime": {"$ref": "_definitions.yaml#/datetime"}, "submitter_id": {"type": ["string", "null"]}, "state": {"$ref": "_definitions.yaml#/state"}, "organization": {"type": "string"}, "pmid": {"type": "string"}, "project_id": {"type": "string"}, "type": {"enum": ["publication"]}, "id": {"systemAlias": "node_id", "$ref": "_definitions.yaml#/UUID"}, "projects": {"$ref": "_definitions.yaml#/to_many_project"}}, "category": "administrative", "title": "Publication", "systemProperties": ["id", "project_id", "state", "created_datetime", "updated_datetime"], "required": ["type", "submitter_id", "projects"], "namespace": "http://gdc.nci.nih.gov", "submittable": true, "project": "*", "program": "*", "additionalProperties": false, "type": "object"}, "_terms.yaml": {"her2_erbb2_result_ihc": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2957563&version=2.0", "source": "caDSR", "term": "Laboratory Procedure HER2/neu Immunohistochemistry Receptor Status", "cde_version": 2.0, "cde_id": 2957563}, "description": "Text term to signify the result of the medical procedure that involves testing a sample of blood or tissue for HER2 by histochemical localization of immunoreactive substances using labeled antibodies as reagents.\n"}, "method_of_diagnosis": {"termDef": {"term_url": null, "source": null, "term": "Method of Diagnosis", "cde_version": null, "cde_id": null}, "description": "The method used to initially the patient's diagnosis.\n"}, "laterality": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=827&version=3.0", "source": "caDSR", "term": "Primary Tumor Laterality", "cde_version": 3.0, "cde_id": 827}, "description": "For tumors in paired organs, designates the side on which the cancer originates.\n"}, "ann_arbor_pathologic_stage": {"termDef": {"term_url": null, "source": null, "term": "Ann Arbor Pathologic Stage", "cde_version": null, "cde_id": null}, "description": "The classification of the pathologically confirmed anatomic disease extent of lymphoma (Hodgkin's and Non-Hodgkins) based on the Ann Arbor Staging System.\n"}, "analyte_type": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2513915&version=2.0", "source": "caDSR", "term": "Molecular Specimen Type Text Name", "cde_version": 2.0, "cde_id": 2513915}, "description": "Text term that represents the kind of molecular specimen analyte.\n"}, "datetime": {"description": "A combination of date and time of day in the form [-]CCYY-MM-DDThh:mm:ss[Z|(+|-)hh:mm]\n"}, "library_preparation_kit_name": {"description": "Name of Library Preparation Kit\n"}, "intermediate_dimension": {"description": "Intermediate dimension of the sample, in millimeters.\n"}, "to_trim_adapter_sequence": {"description": "Does the user suggest adapter trimming?\n"}, "target_capture_kit_name": {"description": "Name of Target Capture Kit.\n"}, "vital_status": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5&version=5.0", "source": "caDSR", "term": "Patient Vital Status", "cde_version": 5.0, "cde_id": 5}, "description": "The survival state of the person registered on the protocol.\n"}, "morphology": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3226275&version=1.0", "source": "caDSR", "term": "International Classification of Diseases for Oncology, Third Edition ICD-O-3 Histology Code", "cde_version": 1.0, "cde_id": 3226275}, "description": "The third edition of the International Classification of Diseases for Oncology, published in 2000 used principally in tumor and cancer registries for coding the site (topography) and the histology (morphology) of neoplasms. The study of the structure of the cells and their arrangement to constitute tissues and, finally, the association among these to form organs. In pathology, the microscopic process of identifying normal and abnormal morphologic characteristics in tissues, by employing various cytochemical and immunocytochemical stains. A system of numbered categories for representation of data.\n"}, "days_to_death": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3165475&version=1.0", "source": "caDSR", "term": "Death Less Initial Pathologic Diagnosis Date Calculated Day Value", "cde_version": 1.0, "cde_id": 3165475}, "description": "Time interval from a person's date of death to the date of initial pathologic diagnosis, represented as a calculated number of days.\n"}, "percent_inflam_infiltration": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2897695&version=1.0", "source": "caDSR", "term": "Specimen Inflammation Change Percentage Value", "cde_version": 1.0, "cde_id": 2897695}, "description": "Numeric value to represent local response to cellular injury, marked by capillary dilatation, edema and leukocyte infiltration; clinically, inflammation is manifest by reddness, heat, pain, swelling and loss of function, with the need to heal damaged tissue.\n"}, "fev1_fvc_post_bronch_percent": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3302956&version=1.0", "source": "caDSR", "term": "Post Bronchodilator FEV1/FVC Percent Value", "cde_version": 1.0, "cde_id": 3302956}, "description": "Percentage value to represent result of Forced Expiratory Volume in 1 second (FEV1) divided by the Forced Vital Capacity (FVC) post-bronchodilator.\n"}, "days_to_last_known_disease_status": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3008273&version=1.0", "source": "caDSR", "term": "Last Communication Contact Less Initial Pathologic Diagnosis Date Calculated Day Value", "cde_version": 1.0, "cde_id": 3008273}, "description": "Time interval from the date of last follow up to the date of initial pathologic diagnosis, represented as a calculated number of days.\n"}, "days_to_hiv_diagnosis": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=4618491&version=1.0", "source": "caDSR", "term": "Human Immunodeficiency Virus Diagnosis Subtract Initial Pathologic Diagnosis Time Duration Day Calculation Value", "cde_version": 1.0, "cde_id": 4618491}, "description": "Time interval from the date of the initial pathologic diagnosis to the date of human immunodeficiency diagnosis, represented as a calculated number of days.\n"}, "ajcc_pathologic_t": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3045435&version=1.0", "source": "caDSR", "term": "American Joint Committee on Cancer Tumor Stage Code", "cde_version": 1.0, "cde_id": 3045435}, "description": "Code of pathological T (primary tumor) to define the size or contiguous extension of the primary tumor (T), using staging criteria from the American Joint Committee on Cancer (AJCC).\n"}, "prior_treatment": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=4231463&version=1.0", "source": "caDSR", "term": "Therapeutic Procedure Prior Specimen Collection Administered Yes No Unknown Not Applicable Indicator", "cde_version": 1.0, "cde_id": 4231463}, "description": "A yes/no/unknown/not applicable indicator related to the administration of therapeutic agents received before the body specimen was collected.\n"}, "encoding": {"termDef": {"term_url": "http://www.bioinformatics.babraham.ac.uk/projects/fastqc/Help/3%20Analysis%20Modules/1%20Basic%20Statistics.html", "source": "FastQC", "term": "Encoding", "cde_version": null, "cde_id": null}, "description": "Version of ASCII encoding of quality values found in the file.\n"}, "RIN": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5278775&version=1.0", "source": "caDSR", "term": "Biospecimen RNA Integrity Number Value", "cde_version": 1.0, "cde_id": 5278775}, "description": "A numerical assessment of the integrity of RNA based on the entire electrophoretic trace of the RNA sample including the presence or absence of degradation products.\n"}, "ajcc_pathologic_m": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3045439&version=1.0", "source": "caDSR", "term": "American Joint Committee on Cancer Metastasis Stage Code", "cde_version": 1.0, "cde_id": 3045439}, "description": "Code to represent the defined absence or presence of distant spread or metastases (M) to locations via vascular channels or lymphatics beyond the regional lymph nodes, using criteria established by the American Joint Committee on Cancer (AJCC).\n"}, "ajcc_pathologic_n": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3203106&version=1.0", "source": "caDSR", "term": "Neoplasm Disease Lymph Node Stage American Joint Committee on Cancer Code", "cde_version": 1.0, "cde_id": 3203106}, "description": "The codes that represent the stage of cancer based on the nodes present (N stage) according to criteria based on multiple editions of the AJCC's Cancer Staging Manual.\n"}, "ldh_level_at_diagnosis": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2798766&version=1.0", "source": "caDSR", "term": "Laboratory Procedure Lactate Dehydrogenase Result Integer::2 Decimal Place Value", "cde_version": 1.0, "cde_id": 2798766}, "description": "The 2 decimal place numeric laboratory value measured, assigned or computed related to the assessment of lactate dehydrogenase in a specimen.\n"}, "percent_normal_cells": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2841233&version=1.0", "source": "caDSR", "term": "Malignant Neoplasm Normal Cell Percentage Value", "cde_version": 1.0, "cde_id": 2841233}, "description": "Numeric value to represent the percentage of normal cell content in a malignant tumor sample or specimen.\n"}, "number_proliferating_cells": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5432636&version=1.0", "source": "caDSR", "term": "Pathology Review Slide Proliferating Cell Count", "cde_version": 1.0, "cde_id": 5432636}, "description": "Numeric value that represents the count of proliferating cells determined during pathologic review of the sample slide(s).\n"}, "project_id": {"description": "Unique ID for any specific defined piece of work that is undertaken or attempted to meet a single requirement.\n"}, "library_strand": {"description": "Library stranded-ness.\n"}, "file_state": {"description": "The current state of the data file object.\n"}, "time_between_clamping_and_freezing": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5432611&version=1.0", "source": "caDSR", "term": "Tissue Sample Clamping and Freezing Elapsed Minute Time", "cde_version": 1.0, "cde_id": 5432611}, "description": "Numeric representation of the elapsed time between the surgical clamping of blood supply and freezing of the sample, measured in minutes.\n"}, "alcohol_history": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2201918&version=1.0", "source": "caDSR", "term": "Alcohol Lifetime History Indicator", "cde_version": 1.0, "cde_id": 2201918}, "description": "A response to a question that asks whether the participant has consumed at least 12 drinks of any kind of alcoholic beverage in their lifetime.\n"}, "percent_monocyte_infiltration": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5455535&version=1.0", "source": "caDSR", "term": "Specimen Monocyte Infiltration Percentage Value", "cde_version": 1.0, "cde_id": 5455535}, "description": "Numeric value to represent the percentage of monocyte infiltration in a sample or specimen.\n"}, "fastq_name": {"description": "Names of FASTQs.\n"}, "portion_weight": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5432593&version=1.0", "source": "caDSR", "term": "Biospecimen Portion Weight Milligram Value", "cde_version": 1.0, "cde_id": 5432593}, "description": "Numeric value that represents the sample portion weight, measured in milligrams.\n"}, "lymphatic_invasion_present": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=64171&version=3.0", "source": "caDSR", "term": "Lymphatic/Small vessel Invasion Ind", "cde_version": 3.0, "cde_id": 64171}, "description": "A yes/no indicator to ask if small or thin-walled vessel invasion is present, indicating lymphatic involvement\n"}, "smoking_history": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2181650&version=1.0", "source": "caDSR", "term": "Smoking History", "cde_version": 1.0, "cde_id": 2181650}, "description": "Category describing current smoking status and smoking history as self-reported by a patient.\n"}, "biomarker_result": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3234680&version=1.0", "source": "caDSR", "term": "Laboratory Procedure Genetic Abnormality Test Result Type", "cde_version": 1.0, "cde_id": 3234680}, "description": "Text term to define the results of genetic testing.\n"}, "days_to_sample_procurement": {"description": "The number of days from the date the patient was diagnosed to the date of the procedure that produced the sample.\n"}, "freezing_method": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5432607&version=1.0", "source": "caDSR", "term": "Tissue Sample Freezing Method Type", "cde_version": 1.0, "cde_id": 5432607}, "description": "Text term that represents the method used for freezing the sample.\n"}, "UUID": {"termDef": {"term_url": "https://ncit.nci.nih.gov/ncitbrowser/ConceptReport.jsp?dictionary=NCI_Thesaurus&version=16.02d&ns=NCI_Thesaurus&code=C54100", "source": "NCIt", "term": "Universally Unique Identifier", "cde_version": null, "cde_id": "C54100"}, "description": "A 128-bit identifier. Depending on the mechanism used to generate it, it is either guaranteed to be different from all other UUIDs/GUIDs generated until 3400 AD or extremely likely to be different. Its relatively small size lends itself well to sorting, ordering, and hashing of all sorts, storing in databases, simple allocation, and ease of programming in general.\n"}, "cause_of_death": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2554674&version=3.0", "source": "caDSR", "term": "Patient Death Reason", "cde_version": 3.0, "cde_id": 2554674}, "description": "Text term to identify the cause of death for a patient.\n"}, "aliquot_quantity": {"termDef": {"term_url": null, "source": null, "term": "Biospecimen Aliquot Quantity", "cde_version": null, "cde_id": null}, "description": "The quantity in micrograms (ug) of the aliquot(s) derived from the analyte(s) shipped for sequencing and characterization.\n"}, "gender": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2200604&version=3.0", "source": "caDSR", "term": "Person Gender Text Type", "cde_version": 3.0, "cde_id": 2200604}, "description": "Text designations that identify gender. Gender is described as the assemblage of properties that distinguish people on the basis of their societal roles. [Explanatory Comment 1: Identification of gender is based upon self-report and may come from a form, questionnaire, interview, etc.]\n"}, "percent_eosinophil_infiltration": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2897700&version=2.0", "source": "caDSR", "term": "Specimen Eosinophilia Percentage Value", "cde_version": 2.0, "cde_id": 2897700}, "description": "Numeric value to represent the percentage of infiltration by eosinophils in a tumor sample or specimen.\n"}, "preservation_method": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5432521&version=1.0", "source": "caDSR", "term": "Tissue Sample Preservation Method Type", "cde_version": 1.0, "cde_id": 5432521}, "description": "Text term that represents the method used to preserve the sample.\n"}, "base_caller_name": {"description": "Name of the base caller.\n"}, "her2_erbb2_result_fish": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2854089&version=1.0", "source": "caDSR", "term": "Laboratory Procedure HER2/neu in situ Hybridization Outcome Type", "cde_version": 1.0, "cde_id": 2854089}, "description": "the type of outcome for HER2 as determined by an in situ hybridization (ISH) assay.\n"}, "flow_cell_barcode": {"description": "Flow Cell Barcode.\n"}, "alcohol_intensity": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3457767&version=1.0", "source": "caDSR", "term": "Person Self-Report Alcoholic Beverage Exposure Category", "cde_version": 1.0, "cde_id": 3457767}, "description": "Category to describe the patient's current level of alcohol use as self-reported by the patient.\n"}, "ajcc_clinical_stage": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3440332&version=1.0", "source": "caDSR", "term": "Neoplasm American Joint Committee on Cancer Clinical Group Stage", "cde_version": 1.0, "cde_id": 3440332}, "description": "Stage group determined from clinical information on the tumor (T), regional node (N) and metastases (M) and by grouping cases with similar prognosis for cancer.\n"}, "experimental_strategy": {"description": "The sequencing strategy used to generate the data file.\n"}, "source_center": {"description": "Name of the center that provided the item.\n"}, "hiv_positive": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=4030799&version=1.0", "source": "caDSR", "term": "Physician Diagnosed HIV Infection Personal Medical History Yes No Not Applicable Indicator", "cde_version": 1.0, "cde_id": 4030799}, "description": "Text term to signify whether a physician has diagnosed HIV infection in a patient.\n"}, "percent_tumor_cells": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5432686&version=1.0", "source": "caDSR", "term": "Specimen Tumor Cell Percentage Value", "cde_version": 1.0, "cde_id": 5432686}, "description": "Numeric value that represents the percentage of infiltration by granulocytes in a sample.\n"}, "ann_arbor_extranodal_involvement": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3364582&version=1.0", "source": "caDSR", "term": "Lymphomatous Extranodal Site Involvement Indicator", "cde_version": 1.0, "cde_id": 3364582}, "description": "Indicator that identifies whether a patient with malignant lymphoma has lymphomatous involvement of an extranodal site.\n"}, "ann_arbor_b_symptoms": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2902402&version=1.0", "source": "caDSR", "term": "Lymphoma B-Symptoms Medical Record Documented Indicator", "cde_version": 1.0, "cde_id": 2902402}, "description": "Text term to signify whether lymphoma B-symptoms are present as noted in the patient's medical record.\n"}, "sample_type_id": {"description": "The accompanying sample type id for the sample type.\n"}, "cigarettes_per_day": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2001716&version=4.0", "source": "caDSR", "term": "Smoking Use Average Number", "cde_version": 4.0, "cde_id": 2001716}, "description": "The average number of cigarettes smoked per day.\n"}, "is_paired_end": {"description": "Are the reads paired end?\n"}, "weight": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=651&version=4.0", "source": "caDSR", "term": "Patient Weight Measurement", "cde_version": 4.0, "cde_id": 651}, "description": "The weight of the patient measured in kilograms.\n"}, "adapter_sequence": {"description": "Base sequence of the sequencing adapter.\n"}, "oct_embedded": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5432538&version=1.0", "source": "caDSR", "term": "Tissue Sample Optimal Cutting Temperature Compound Embedding Indicator", "cde_version": 1.0, "cde_id": 5432538}, "description": "Indicator of whether or not the sample was embedded in Optimal Cutting Temperature (OCT) compound.\n"}, "relationship_type": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2690165&version=2.0", "source": "caDSR", "term": "Family Member Relationship Type", "cde_version": 2.0, "cde_id": 2690165}, "description": "The subgroup that describes the state of connectedness between members of the unit of society organized around kinship ties.\n"}, "days_to_treatment": {"termDef": {"term_url": null, "source": null, "term": "Days to Treatment Start", "cde_version": null, "cde_id": null}, "description": "Number of days from date of initial pathologic diagnosis that treatment began.\n"}, "fev1_fvc_pre_bronch_percent": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3302955&version=1.0", "source": "caDSR", "term": "Pre Bronchodilator FEV1/FVC Percent Value", "cde_version": 1.0, "cde_id": 3302955}, "description": "Percentage value to represent result of Forced Expiratory Volume in 1 second (FEV1) divided by the Forced Vital Capacity (FVC) pre-bronchodilator.\n"}, "age_at_diagnosis": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3225640&version=2.0", "source": "caDSR", "term": "Patient Diagnosis Age Day Value", "cde_version": 2.0, "cde_id": 3225640}, "description": "Age at the time of diagnosis expressed in number of days since birth.\n"}, "hpv_positive_type": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2922649&version=1.0", "source": "caDSR", "term": "Human Papillomavirus Type", "cde_version": 1.0, "cde_id": 2922649}, "description": "Text classification to represent the strain or type of human papillomavirus identified in an individual.\n"}, "tobacco_smoking_status": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2181650&version=1.0", "source": "caDSR", "term": "Patient Smoking History Category", "cde_version": 1.0, "cde_id": 2181650}, "description": "Category describing current smoking status and smoking history as self-reported by a patient.\n"}, "percent_gc_content": {"termDef": {"term_url": "http://www.bioinformatics.babraham.ac.uk/projects/fastqc/Help/3%20Analysis%20Modules/1%20Basic%20Statistics.html", "source": "FastQC", "term": "%GC", "cde_version": null, "cde_id": null}, "description": "The overall %GC of all bases in all sequences.\n"}, "percent_granulocyte_infiltration": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2897705&version=2.0", "source": "caDSR", "term": "Specimen Granulocyte Infiltration Percentage Value", "cde_version": 2.0, "cde_id": 2897705}, "description": "Numeric value to represent the percentage of infiltration by granulocytes in a tumor sample or specimen.\n"}, "analyte_type_id": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5432508&version=1.0", "source": "caDSR", "term": "Molecular Analyte Identification Code", "cde_version": 1.0, "cde_id": 5432508}, "description": "A single letter code used to identify a type of molecular analyte.\n"}, "pack_years_smoked": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2955385&version=1.0", "source": "caDSR", "term": "Person Cigarette Smoking History Pack Year Value", "cde_version": 1.0, "cde_id": 2955385}, "description": "Numeric computed value to represent lifetime tobacco exposure defined as number of cigarettes smoked per day x number of years smoked divided by 20.\n"}, "her2_erbb2_percent_positive_ihc": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3086980&version=1.0", "source": "caDSR", "term": "HER2 ERBB Positive Finding Cell Percentage Category", "cde_version": 1.0, "cde_id": 3086980}, "description": "Classification to represent the number of positive HER2/ERBB2 cells in a specimen or sample.\n"}, "treatment_type": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5102381&version=1.0", "source": "caDSR", "term": "Treatment Method Type", "cde_version": 1.0, "cde_id": 5102381}, "description": "Text term that describes the kind of treatment administered.\n"}, "spike_ins_fasta": {"description": "Name of the FASTA file that contains the spike-in sequences.\n"}, "biomarker_test_method": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3121575&version=1.0", "source": "caDSR", "term": "Disease Detection Molecular Analysis Method Type", "cde_version": 1.0, "cde_id": 3121575}, "description": "Text descriptor of a molecular analysis method used for an individual.\n"}, "state": {"description": "The current state of the object.\n"}, "race": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2192199&version=1.0", "source": "caDSR", "term": "Race Category Text", "cde_version": 1.0, "cde_id": 2192199}, "description": "An arbitrary classification of a taxonomic group that is a division of a species. It usually arises as a consequence of geographical isolation within a species and is characterized by shared heredity, physical attributes and behavior, and in the case of humans, by common history, nationality, or geographic distribution. The provided values are based on the categories defined by the U.S. Office of Management and Business and used by the U.S. Census Bureau.\n"}, "spike_ins_concentration": {"description": "Spike in concentration.\n"}, "library_strategy": {"description": "Library strategy.\n"}, "current_weight": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5432606&version=1.0", "source": "caDSR", "term": "Tissue Sample Current Weight Milligram Value", "cde_version": 1.0, "cde_id": 5432606}, "description": "Numeric value that represents the current weight of the sample, measured in milligrams.\n"}, "relationship_age_at_diagnosis": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5300571&version=1.0", "source": "caDSR", "term": "Relative Diagnosis Age Value", "cde_version": 1.0, "cde_id": 5300571}, "description": "The age (in years) when the patient's relative was first diagnosed.\n"}, "days_to_recurrence": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3392464&version=1.0", "source": "caDSR", "term": "New Tumor Event Less Initial Pathologic Diagnosis Date Calculated Day Value", "cde_version": 1.0, "cde_id": 3392464}, "description": "Time interval from the date of new tumor event including progression, recurrence and new primary malignancies to the date of initial pathologic diagnosis, represented as a calculated number of days.\n"}, "data_type": {"description": "Specific content type of the data file.\n"}, "figo_stage": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3225684&version=1.0", "source": "caDSR", "term": "Gynecologic Tumor Grouping Cervical Endometrial FIGO 2009 Stage", "cde_version": 1.0, "cde_id": 3225684}, "description": "The extent of a cervical or endometrial cancer within the body, especially whether the disease has spread from the original site to other parts of the body, as described by the International Federation of Gynecology and Obstetrics (FIGO) stages.\n"}, "tumor_code": {"description": "Diagnostic tumor code of the tissue sample source.\n"}, "target_capture_kit_version": {"description": "Version of Target Capture Kit.\n"}, "percent_lymphocyte_infiltration": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2897710&version=2.0", "source": "caDSR", "term": "Specimen Lymphocyte Infiltration Percentage Value", "cde_version": 2.0, "cde_id": 2897710}, "description": "Numeric value to represent the percentage of infiltration by lymphocytes in a solid tissue normal sample or specimen.\n"}, "tissue_or_organ_of_origin": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3427536&version=3.0", "source": "caDSR", "term": "Tumor Disease Anatomic Site", "cde_version": 3.0, "cde_id": 3427536}, "description": "Text term that describes the anatomic site of the tumor or disease.\n"}, "base_caller_version": {"description": "Version of the base caller.\n"}, "tobacco_smoking_quit_year": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2228610&version=1.0", "source": "caDSR", "term": "Stopped Smoking Year", "cde_version": 1.0, "cde_id": 2228610}, "description": "The year in which the participant quit smoking.\n"}, "prior_malignancy": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3382736&version=2.0", "source": "caDSR", "term": "Prior Cancer Diagnosis Occurrence Description Text", "cde_version": 2.0, "cde_id": 3382736}, "description": "Text term to describe the patient's history of prior cancer diagnosis and the spatial location of any previous cancer occurrence.\n"}, "estrogen_receptor_percent_positive_ihc": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3128341&version=1.0", "source": "caDSR", "term": "ER Level Cell Percentage Category", "cde_version": 1.0, "cde_id": 3128341}, "description": "Classification to represent ER Positive results expressed as a percentage value.\n"}, "library_preparation_kit_vendor": {"description": "Vendor of Library Preparation Kit\n"}, "days_to_treatment_start": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5102411&version=1.0", "source": "caDSR", "term": "Treatment Start Subtract First Pathologic Diagnosis Time Day Calculation Value", "cde_version": 1.0, "cde_id": 5102411}, "description": "Time interval from the date of the initial pathologic diagnosis to the start of treatment, represented as a calculated number of days.\n"}, "circumferential_resection_margin": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=64202&version=3.0", "source": "caDSR", "term": "Colorectal Surgical Margin Circumferential Distance Measurement", "cde_version": 3.0, "cde_id": 64202}, "description": "A value in millimeters indicating the measured length between a malignant lesion of the colon or rectum and the nearest radial (or circumferential) border of tissue removed during cancer surgery.\n"}, "28s_16s_ribosomal_rna_ratio": {"termDef": {"term_url": null, "source": null, "term": "28s/18s Ribosomal RNA Ratio", "cde_version": null, "cde_id": null}, "description": "The 28S/18S ribosomal RNA band ratio used to assess the quality of total RNA.\n"}, "lymph_nodes_positive": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=89&version=3.0", "source": "caDSR", "term": "Lymph Node(s) Positive Number", "cde_version": 3.0, "cde_id": 89}, "description": "The number of lymph nodes involved with disease as determined by pathologic examination.\n"}, "estrogen_receptor_result_ihc": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2957359&version=2.0", "source": "caDSR", "term": "Breast Carcinoma Estrogen Receptor Status", "cde_version": 2.0, "cde_id": 2957359}, "description": "Text term to represent the overall result of Estrogen Receptor (ER) testing.\n"}, "data_format": {"description": "Format of the data files.\n"}, "ann_arbor_tumor_stage": {"termDef": {"term_url": null, "source": null, "term": "Ann Arbor Tumor Stage", "cde_version": null, "cde_id": null}, "description": "The classification of the anatomic disease extent of lymphoma (Hodgkin's and Non-Hodgkins) based on the Ann Arbor Staging System.\n"}, "days_to_last_follow_up": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3008273&version=1.0", "source": "caDSR", "term": "Last Communication Contact Less Initial Pathologic Diagnosis Date Calculated Day Value", "cde_version": 1.0, "cde_id": 3008273}, "description": "Time interval from the date of last follow up to the date of initial pathologic diagnosis, represented as a calculated number of days.\n"}, "amount": {"description": "Weight in grams or volume in mL.\n"}, "therapeutic_agents": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2975232&version=1.0", "source": "caDSR", "term": "Prior Therapy Regimen Text", "cde_version": 1.0, "cde_id": 2975232}, "description": "Text identification of the individual agent(s) used as part of a prior treatment regimen.\n"}, "initial_weight": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5432605&version=1.0", "source": "caDSR", "term": "Tissue Sample Initial Weight Milligram Value", "cde_version": 1.0, "cde_id": 5432605}, "description": "Numeric value that represents the initial weight of the sample, measured in milligrams.\n"}, "sequencing_center": {"description": "Name of the center that provided the sequence files.\n"}, "year_of_diagnosis": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2896960&version=1.0", "source": "caDSR", "term": "Year of initial pathologic diagnosis", "cde_version": 1.0, "cde_id": 2896960}, "description": "Numeric value to represent the year of an individual's initial pathologic diagnosis of cancer.\n"}, "size_selection_range": {"description": "Range of size selection.\n"}, "library_name": {"description": "Name of the library.\n"}, "residual_disease": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2608702&version=1.0", "source": "caDSR", "term": "Surgical Margin Resection Status", "cde_version": 1.0, "cde_id": 2608702}, "description": "Text terms to describe the status of a tissue margin following surgical resection.\n"}, "tumor_code_id": {"description": "BCR-defined id code for the tumor sample.\n"}, "height": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=649&version=4.1", "source": "caDSR", "term": "Patient Height Measurement", "cde_version": 4.1, "cde_id": 649}, "description": "The height of the patient in centimeters.\n"}, "qc_metric_state": {"termDef": {"term_url": "http://www.bioinformatics.babraham.ac.uk/projects/fastqc/Help/3%20Analysis%20Modules/", "source": "FastQC", "term": "QC Metric State", "cde_version": null, "cde_id": null}, "description": "State classification given by FASTQC for the metric. Metric specific details about the states are available on their website.\n"}, "smoking_intensity": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2955385&version=1.0", "source": "caDSR", "term": "Person Cigarette Smoking History Pack Year Value", "cde_version": 1.0, "cde_id": 2955385}, "description": "Numeric computed value to represent lifetime tobacco exposure defined as number of cigarettes smoked per day x number of years smoked divided by 20\n"}, "percent_necrosis": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2841237&version=1.0", "source": "caDSR", "term": "Malignant Neoplasm Necrosis Percentage Value", "cde_version": 1.0, "cde_id": 2841237}, "description": "Numeric value to represent the percentage of cell death in a malignant tumor sample or specimen.\n"}, "ann_arbor_clinical_stage": {"termDef": {"term_url": null, "source": null, "term": "Ann Arbor Clinical Stage", "cde_version": null, "cde_id": null}, "description": "The classification of the clinically confirmed anatomic disease extent of lymphoma (Hodgkin's and Non-Hodgkins) based on the Ann Arbor Staging System.\n"}, "treatment_outcome": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5102383&version=1.0", "source": "caDSR", "term": "Treatment Outcome Type", "cde_version": 1.0, "cde_id": 5102383}, "description": "Text term that describes the patient\u00bfs final outcome after the treatment was administered.\n"}, "perineural_invasion_present": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=64181&version=3.0", "source": "caDSR", "term": "Tumor Perineural Invasion Ind", "cde_version": 3.0, "cde_id": 64181}, "description": "a yes/no indicator to ask if perineural invasion or infiltration of tumor or cancer is present.\n"}, "platform": {"description": "Name of the platform used to obtain data.\n"}, "ajcc_clinical_t": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3440328&version=1.0", "source": "caDSR", "term": "Neoplasm American Joint Committee on Cancer Clinical Primary Tumor T Stage", "cde_version": 1.0, "cde_id": 3440328}, "description": "Extent of the primary cancer based on evidence obtained from clinical assessment parameters determined prior to treatment.\n"}, "colon_polyps_history": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3107197&version=1.0", "source": "caDSR", "term": "Colon Carcinoma Polyp Occurrence Indicator", "cde_version": 1.0, "cde_id": 3107197}, "description": "Yes/No indicator to describe if the subject had a previous history of colon polyps as noted in the history/physical or previous endoscopic report (s).\n"}, "ajcc_clinical_m": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3440331&version=1.0", "source": "caDSR", "term": "Neoplasm American Joint Committee on Cancer Clinical Distant Metastasis M Stage", "cde_version": 1.0, "cde_id": 3440331}, "description": "Extent of the distant metastasis for the cancer based on evidence obtained from clinical assessment parameters determined prior to treatment.\n"}, "ajcc_clinical_n": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3440330&version=1.0", "source": "caDSR", "term": "Neoplasm American Joint Committee on Cancer Clinical Regional Lymph Node N Stage", "cde_version": 1.0, "cde_id": 3440330}, "description": "Extent of the regional lymph node involvement for the cancer based on evidence obtained from clinical assessment parameters determined prior to treatment.\n"}, "progesterone_receptor_result_ihc": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2957357&version=2.0", "source": "caDSR", "term": "Breast Carcinoma Progesterone Receptor Status", "cde_version": 2.0, "cde_id": 2957357}, "description": "Text term to represent the overall result of Progresterone Receptor (PR) testing.\n"}, "library_selection": {"description": "Library Selection Method\n"}, "a260_a280_ratio": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5432595&version=1.0", "source": "caDSR", "term": "Nucleic Acid Absorbance at 260 And Absorbance at 280 DNA Purity Ratio Value", "cde_version": 1.0, "cde_id": 5432595}, "description": "Numeric value that represents the sample ratio of nucleic acid absorbance at 260 nm and 280 nm, used to determine a measure of DNA purity.\n"}, "diagnosis_pathologically_confirmed": {"termDef": {"term_url": null, "source": null, "term": "Post-Diagnostic Pathology Review Confirmation", "cde_version": null, "cde_id": null}, "description": "The histologic description of tissue or cells confirmed by a pathology review of frozen or formalin fixed slide(s) completed after the diagnostic pathology review of the tumor sample used to extract analyte(s).\n"}, "treatment_intent_type": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2793511&version=1.0", "source": "caDSR", "term": "Treatment Regimen Intent Type", "cde_version": 1.0, "cde_id": 2793511}, "description": "Text term to identify the reason for the administration of a treatment regimen. [Manually-curated]\n"}, "cea_level_preoperative": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2716510&version=1.0", "source": "caDSR", "term": "Preoperative Carcinoembryonic Antigen Result Value", "cde_version": 1.0, "cde_id": 2716510}, "description": "Numeric value of the Carcinoembryonic antigen or CEA at the time before surgery. [Manually- curated]\n"}, "aliquot_volume": {"termDef": {"term_url": null, "source": null, "term": "Biospecimen Aliquot Volume", "cde_version": null, "cde_id": null}, "description": "The volume in microliters (ml) of the aliquot(s) derived from the analyte(s) shipped for sequencing and characterization.\n"}, "shortest_dimension": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5432603&version=1.0", "source": "caDSR", "term": "Tissue Sample Short Dimension Millimeter Measurement", "cde_version": 1.0, "cde_id": 5432603}, "description": "Numeric value that represents the shortest dimension of the sample, measured in millimeters.\n"}, "biomarker_name": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5473&version=2.31", "source": "caDSR", "term": "Biomarker Name", "cde_version": 11.0, "cde_id": 5473}, "description": "The name of the biomarker being tested for this specimen and set of test results.\n"}, "bmi": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=4973892&version=1.0", "source": "caDSR", "term": "Body Mass Index (BMI)", "cde_version": 1.0, "cde_id": 4973892}, "description": "The body mass divided by the square of the body height expressed in units of kg/m^2.\n"}, "tobacco_smoking_onset_year": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2228604&version=1.0", "source": "caDSR", "term": "Started Smoking Year", "cde_version": 1.0, "cde_id": 2228604}, "description": "The year in which the participant began smoking.\n"}, "progression_or_recurrence": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3121376&version=1.0", "source": "caDSR", "term": "New Neoplasm Event Post Initial Therapy Indicator", "cde_version": 1.0, "cde_id": 3121376}, "description": "Yes/No/Unknown indicator to identify whether a patient has had a new tumor event after initial treatment.\n"}, "days_to_new_event": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3392464&version=1.0", "source": "caDSR", "term": "New Tumor Event Less Initial Pathologic Diagnosis Date Calculated Day Value", "cde_version": 1.0, "cde_id": 3392464}, "description": "Time interval from the date of new tumor event including progression, recurrence and new primary malignacies to the date of initial pathologic diagnosis, represented as a calculated number of days.\n"}, "total_sequences": {"termDef": {"term_url": "http://www.bioinformatics.babraham.ac.uk/projects/fastqc/Help/3%20Analysis%20Modules/1%20Basic%20Statistics.html", "source": "FastQC", "term": "Total Sequences", "cde_version": null, "cde_id": null}, "description": "A count of the total number of sequences processed.\n"}, "days_to_treatment_end": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5102431&version=1.0", "source": "caDSR", "term": "Treatment End Subtract First Pathologic Diagnosis Day Calculation Value", "cde_version": 1.0, "cde_id": 5102431}, "description": "Time interval from the date of the initial pathologic diagnosis to the date of treatment end, represented as a calculated number of days.\n"}, "data_file_error_type": {"description": "Type of error for the data file object.\n"}, "ajcc_pathologic_stage": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3203222&version=1.0", "source": "caDSR", "term": "Neoplasm Disease Stage American Joint Committee on Cancer Code", "cde_version": 1.0, "cde_id": 3203222}, "description": "The extent of a cancer, especially whether the disease has spread from the original site to other parts of the body based on AJCC staging criteria.\n"}, "spectrophotometer_method": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3008378&version=1.0", "source": "caDSR", "term": "Purification Nucleic Acid Solution Concentration Determination Method Type", "cde_version": 1.0, "cde_id": 3008378}, "description": "Name of the method used to determine the concentration of purified nucleic acid within a solution.\n"}, "burkitt_lymphoma_clinical_variant": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3770421&version=1.0", "source": "caDSR", "term": "Burkitt Lymphoma Clinical Variant Type", "cde_version": 1.0, "cde_id": 3770421}, "description": "Burkitt's lymphoma categorization based on clinical features that differ from other forms of the same disease.\n"}, "tumor_stage": {"termDef": {"term_url": "https://ncit.nci.nih.gov/ncitbrowser/pages/concept_details.jsf?dictionary=NCI%20Thesaurus&code=C16899", "source": "NCIt", "term": "Tumor Stage", "cde_version": null, "cde_id": "C16899"}, "description": "The extent of a cancer in the body. Staging is usually based on the size of the tumor, whether lymph nodes contain cancer, and whether the cancer has spread from the original site to other parts of the body. The accepted values for tumor_stage depend on the tumor site, type, and accepted staging system. These items should accompany the tumor_stage value as associated metadata.\n"}, "analyte_volume": {"termDef": {"term_url": null, "source": null, "term": "Biospecimen Analyte Volume", "cde_version": null, "cde_id": null}, "description": "The volume in microliters (ml) of the analyte(s) derived from the analyte(s) shipped for sequencing and characterization.\n"}, "md5sum": {"description": "The 128-bit hash value expressed as a 32 digit hexadecimal number used as a file's digital fingerprint.\n"}, "fev1_ref_pre_bronch_percent": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3302947&version=1.0", "source": "caDSR", "term": "Pre Bronchodilator Lung Forced Expiratory Volume 1 Test Lab Percentage Value", "cde_version": 1.0, "cde_id": 3302947}, "description": "The percentage comparison to a normal value reference range of the volume of air that a patient can forcibly exhale from the lungs in one second pre-bronchodilator.\n"}, "includes_spike_ins": {"description": "Spike-in included?\n"}, "days_to_collection": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3008340&version=1.0", "source": "caDSR", "term": "Biospecimen Collection Date Less Initial Pathologic Diagnosis Date Calculated Day Value", "cde_version": 1.0, "cde_id": 3008340}, "description": "Time interval from the date of biospecimen collection to the date of initial pathologic diagnosis, represented as a calculated number of days.\n"}, "library_preparation_kit_catalog_number": {"description": "Catalog of Library Preparation Kit\n"}, "experiment_name": {"description": "Submitter-defined name for the experiment.\n"}, "data_category": {"description": "Broad categorization of the contents of the data file.\n"}, "target_capture_kit_catalog_number": {"description": "Catalog of Target Capture Kit.\n"}, "year_of_death": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2897030&version=1.0", "source": "caDSR", "term": "Year Death Number", "cde_version": 1.0, "cde_id": 2897030}, "description": "Numeric value to represent the year of the death of an individual.\n"}, "percent_tumor_nuclei": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2841225&version=1.0", "source": "caDSR", "term": "Malignant Neoplasm Neoplasm Nucleus Percentage Cell Value", "cde_version": 1.0, "cde_id": 2841225}, "description": "Numeric value to represent the percentage of tumor nuclei in a malignant neoplasm sample or specimen.\n"}, "classification_of_tumor": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3288124&version=1.0", "source": "caDSR", "term": "Tumor Tissue Disease Description Type", "cde_version": 1.0, "cde_id": 3288124}, "description": "Text that describes the kind of disease present in the tumor specimen as related to a specific timepoint.\n"}, "last_known_disease_status": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2759550&version=1.0", "source": "caDSR", "term": "Person Last Known Neoplasm Status", "cde_version": 1.0, "cde_id": 5424231}, "description": "Text term that describes the last known state or condition of an individual's neoplasm.\n"}, "time_between_excision_and_freezing": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5432612&version=1.0", "source": "caDSR", "term": "Tissue Sample Excision and Freezing Elapsed Minute Time", "cde_version": 1.0, "cde_id": 5432612}, "description": "Numeric representation of the elapsed time between the excision and freezing of the sample, measured in minutes.\n"}, "biospecimen_anatomic_site": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=4742851&version=1.0", "source": "caDSR", "term": "Submitted Tumor Sample Primary Anatomic Site", "cde_version": 1.0, "cde_id": 4742851}, "description": "Text term that represents the name of the primary disease site of the submitted tumor sample.\n"}, "file_name": {"description": "The name (or part of a name) of a file (of any type).\n"}, "years_smoked": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3137957&version=1.0", "source": "caDSR", "term": "Person Smoking Duration Year Count", "cde_version": 1.0, "cde_id": 3137957}, "description": "Numeric value (or unknown) to represent the number of years a person has been smoking.\n"}, "primary_diagnosis": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3081934&version=3.0", "source": "caDSR", "term": "Neoplasm Histologic Type Name", "cde_version": 3.0, "cde_id": 3081934}, "description": "Text term for the structural pattern of cancer cells used to define a microscopic diagnosis.\n"}, "microsatellite_instability_abnormal": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3123142&version=1.0", "source": "caDSR", "term": "Microsatellite Instability Occurrence Indicator", "cde_version": 1.0, "cde_id": 3123142}, "description": "The yes/no indicator to signify the status of a tumor for microsatellite instability.\n"}, "adapter_name": {"description": "Name of the sequencing adapter.\n"}, "fev1_ref_post_bronch_percent": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3302948&version=1.0", "source": "caDSR", "term": "Post Bronchodilator Lung Forced Expiratory Volume 1 Test Lab Percentage Value", "cde_version": 1.0, "cde_id": 3302948}, "description": "The percentage comparison to a normal value reference range of the volume of air that a patient can forcibly exhale from the lungs in one second post-bronchodilator.\n"}, "file_size": {"description": "The size of the data file (object) in bytes.\n"}, "concentration": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5432594&version=1.0", "source": "caDSR", "term": "Biospecimen Analyte or Aliquot Extracted Concentration Milligram per Milliliter Value", "cde_version": 1.0, "cde_id": 5432594}, "description": "Numeric value that represents the concentration of an analyte or aliquot extracted from the sample or sample portion, measured in milligrams per milliliter.\n"}, "library_preparation_kit_version": {"description": "Version of Library Preparation Kit\n"}, "id": "_terms", "ethnicity": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2192217&version=2.0", "source": "caDSR", "term": "Ethnic Group Category Text", "cde_version": 2.0, "cde_id": 2192217}, "description": "An individual's self-described social and cultural grouping, specifically whether an individual describes themselves as Hispanic or Latino. The provided values are based on the categories defined by the U.S. Office of Management and Business and used by the U.S. Census Bureau.\n"}, "is_ffpe": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=4170557&version=1.0", "source": "caDSR", "term": "Specimen Processing Formalin Fixed Paraffin Embedded Tissue Indicator", "cde_version": 1.0, "cde_id": 4170557}, "description": "Indicator to signify whether or not the tissue sample was fixed in formalin and embedded in paraffin (FFPE).\n"}, "dlco_ref_predictive_percent": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2180255&version=1.0", "source": "caDSR", "term": "Lung Carbon Monoxide Diffusing Capability Test Assessment Predictive Value Percentage Value", "cde_version": 1.0, "cde_id": 2180255}, "description": "The value, as a percentage of predicted lung volume, measuring the amount of carbon monoxide detected in a patient's lungs.\n"}, "read_length": {"description": "The length of the reads.\n"}, "vascular_invasion_present": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=64358&version=3.0", "source": "caDSR", "term": "Tumor Vascular Invasion Ind-3", "cde_version": 3.0, "cde_id": 64358}, "description": "The yes/no indicator to ask if large vessel or venous invasion was detected by surgery or presence in a tumor specimen.\n"}, "tumor_descriptor": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3288124&version=1.0", "source": "caDSR", "term": "Tumor Tissue Disease Description Type", "cde_version": 1.0, "cde_id": 3288124}, "description": "Text that describes the kind of disease present in the tumor specimen as related to a specific timepoint.\n"}, "analyte_quantity": {"termDef": {"term_url": null, "source": null, "term": "Biospecimen Analyte Quantity", "cde_version": null, "cde_id": null}, "description": "The quantity in micrograms (ug) of the analyte(s) derived from the analyte(s) shipped for sequencing and characterization.\n"}, "new_event_anatomic_site": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3108271&version=2.0", "source": "caDSR", "term": "New Neoplasm Event Occurrence Anatomic Site", "cde_version": 2.0, "cde_id": 3108271}, "description": "Text term to specify the anatomic location of the return of tumor after treatment.\n"}, "relative_with_cancer_history": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3901752&version=1.0", "source": "caDSR", "term": "Other Cancer Biological Relative History Indicator", "cde_version": 1.0, "cde_id": 3901752}, "description": "Indicator to signify whether or not an individual's biological relative has been diagnosed with another type of cancer.\n"}, "section_location": {"description": "Tissue source of the slide.\n"}, "portion_number": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5432711&version=1.0", "source": "caDSR", "term": "Biospecimen Portion Sequence Number", "cde_version": 1.0, "cde_id": 5432711}, "description": "Numeric value that represents the sequential number assigned to a portion of the sample.\n"}, "composition": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5432591&version=1.0", "source": "caDSR", "term": "Biospecimen Cellular Composition Type", "cde_version": 1.0, "cde_id": 5432591}, "description": "Text term that represents the cellular composition of the sample.\n"}, "treatment_or_therapy": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=4231463&version=1.0", "source": "caDSR", "term": "Therapeutic Procedure Prior Specimen Collection Administered Yes No Unknown Not Applicable Indicator", "cde_version": 1.0, "cde_id": 4231463}, "description": "A yes/no/unknown/not applicable indicator related to the administration of therapeutic agents received before the body specimen was collected.\n"}, "progesterone_receptor_percent_positive_ihc": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3128342&version=1.0", "source": "caDSR", "term": "Progesterone Receptor Level Cell Percentage Category", "cde_version": 1.0, "cde_id": 3128342}, "description": "Classification to represent Progesterone Receptor Positive results expressed as a percentage value.\n"}, "creation_datetime": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5432592&version=1.0", "source": "caDSR", "term": "Biospecimen Portion Creation Seconds Date/Time", "cde_version": 1.0, "cde_id": 5432592}, "description": "The datetime of portion creation encoded as seconds from epoch.\n"}, "tumor_grade": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2785839&version=2.0", "source": "caDSR", "term": "Neoplasm Histologic Grade", "cde_version": 2.0, "cde_id": 2785839}, "description": "Numeric value to express the degree of abnormality of cancer cells, a measure of differentiation and aggressiveness.\n"}, "target_capture_kit_target_region": {"description": "Target Capture Kit BED file.\n"}, "method_of_sample_procurement": {"termDef": {"term_url": null, "source": null, "term": "Method of Sample Procurement", "cde_version": null, "cde_id": null}, "description": "The method used to procure the sample used to extract analyte(s).\n"}, "percent_stromal_cells": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2841241&version=1.0", "source": "caDSR", "term": "Malignant Neoplasm Stromal Cell Percentage Value", "cde_version": 1.0, "cde_id": 2841241}, "description": "Numeric value to represent the percentage of reactive cells that are present in a malignant tumor sample or specimen but are not malignant such as fibroblasts, vascular structures, etc.\n"}, "normal_tumor_genotype_snp_match": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=4588156&version=1.0", "source": "caDSR", "term": "Normal Tumor Genotype Match Indicator", "cde_version": 1.0, "cde_id": 4588156}, "description": "Text term that represents whether or not the genotype of the normal tumor matches or if the data is not available.\n"}, "year_of_birth": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2896954&version=1.0", "source": "caDSR", "term": "Year Birth Date Number", "cde_version": 1.0, "cde_id": 2896954}, "description": "Numeric value to represent the calendar year in which an individual was born.\n"}, "tissue_type": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5432687&version=1.0", "source": "caDSR", "term": "Tissue Sample Description Type", "cde_version": 1.0, "cde_id": 5432687}, "description": "Text term that represents a description of the kind of tissue collected with respect to disease status or proximity to tumor tissue.\n"}, "days_to_birth": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3008233&version=1.0", "source": "caDSR", "term": "Person Birth Date Less Initial Pathologic Diagnosis Date Calculated Day Value", "cde_version": 1.0, "cde_id": 3008233}, "description": "Time interval from a person's date of birth to the date of initial pathologic diagnosis, represented as a calculated negative number of days.\n"}, "hpv_status": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2230033&version=1.0", "source": "caDSR", "term": "Oncogenic Human Papillomavirus Result Type", "cde_version": 1.0, "cde_id": 2230033}, "description": "The findings of the oncogenic HPV.\n"}, "treatment_anatomic_site": {"termDef": {"term_url": null, "source": null, "term": "Treatment Anatomic Site", "cde_version": null, "cde_id": null}, "description": "The anatomic site or field targeted by a treatment regimen or single agent therapy.\n"}, "percent_neutrophil_infiltration": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2841267&version=1.0", "source": "caDSR", "term": "Malignant Neoplasm Neutrophil Infiltration Percentage Cell Value", "cde_version": 1.0, "cde_id": 2841267}, "description": "Numeric value to represent the percentage of infiltration by neutrophils in a tumor sample or specimen.\n"}, "read_group_name": {"description": "The name of the read group.\n"}, "sample_type": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3111302&version=2.0", "source": "caDSR", "term": "Specimen Type Collection Biospecimen Type", "cde_version": 2.0, "cde_id": 3111302}, "description": "Text term to describe the source of a biospecimen used for a laboratory test.\n"}, "new_event_type": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3119721&version=1.0", "source": "caDSR", "term": "New Neoplasm Event Type", "cde_version": 1.0, "cde_id": 3119721}, "description": "Text term to identify a new tumor event.\n"}, "target_capture_kit_vendor": {"description": "Vendor of Target Capture Kit.\n"}, "ldh_normal_range_upper": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=2597015&version=1.0", "source": "caDSR", "term": "Laboratory Procedure Lactate Dehydrogenase Result Upper Limit of Normal Value", "cde_version": 1.0, "cde_id": 2597015}, "description": "The top value of the range of statistical characteristics that are supposed to represent accepted standard, non-pathological pattern for lactate dehydrogenase (units not specified).\n"}, "well_number": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5432613&version=1.0", "source": "caDSR", "term": "Biospecimen Analyte or Aliquot Plate Well Number", "cde_version": 1.0, "cde_id": 5432613}, "description": "Numeric value that represents the the well location within a plate for the analyte or aliquot from the sample.\n"}, "instrument_model": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5432604&version=1.0", "source": "caDSR", "term": "Tissue Sample Intermediate Dimension Millimeter Measurement", "cde_version": 1.0, "cde_id": 5432604}, "description": "Numeric value that represents the sample dimension that is greater than the shortest dimension and less than the longest dimension, measured in millimeters.\n"}, "workflow_type": {"description": "Generic name for the workflow used to analyze a data set.\n"}, "site_of_resection_or_biopsy": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=3226281&version=1.0", "source": "caDSR", "term": "International Classification of Diseases for Oncology, Third Edition ICD-O-3 Site Code", "cde_version": 1.0, "cde_id": 3226281}, "description": "The third edition of the International Classification of Diseases for Oncology, published in 2000, used principally in tumor and cancer registries for coding the site (topography) and the histology (morphology) of neoplasms. The description of an anatomical region or of a body part. Named locations of, or within, the body. A system of numbered categories for representation of data.\n"}, "longest_dimension": {"termDef": {"term_url": "https://cdebrowser.nci.nih.gov/CDEBrowser/search?elementDetails=9&FirstTimer=0&PageId=ElementDetailsGroup&publicId=5432602&version=1.0", "source": "caDSR", "term": "Tissue Sample Longest Dimension Millimeter Measurement", "cde_version": 1.0, "cde_id": 5432602}, "description": "Numeric value that represents the longest dimension of the sample, measured in millimeters.\n"}}, "program.yaml": {"description": "A broad framework of goals to be achieved. (NCIt C52647)\n", "links": [], "uniqueKeys": [["id"], ["name"]], "validators": null, "id": "program", "$schema": "http://json-schema.org/draft-04/schema#", "properties": {"dbgap_accession_number": {"type": "string", "description": "The dbgap accession number provided for the program."}, "type": {"type": "string"}, "id": {"systemAlias": "node_id", "$ref": "_definitions.yaml#/UUID"}, "name": {"type": "string", "description": "Full name/title of the program."}}, "category": "administrative", "title": "Program", "systemProperties": ["id"], "required": ["name", "dbgap_accession_number"], "submittable": false, "project": "*", "program": "*", "additionalProperties": false, "type": "object"}, "radar.yaml": {"description": "Describes a radar at a fixed site on the ground, mobile on a truck, or moveable.\n", "links": [{"backref": "radars", "name": "projects", "multiplicity": "many_to_one", "required": true, "target_type": "project", "label": "member_of"}], "uniqueKeys": [["id"], ["project_id", "submitter_id"]], "validators": null, "id": "radar", "$schema": "http://json-schema.org/draft-04/schema#", "properties": {"band": {"enum": ["S", "X", "C", "L", "Ka", "Ku", "W"]}, "description": {"type": "string"}, "name": {"type": "string"}, "type": {"enum": ["radar"]}, "radar_id": {"type": "string", "description": "The identifier of the radar system."}, "projects": {"$ref": "_definitions.yaml#/to_one_project"}, "$ref": "_definitions.yaml#/ubiquitous_properties"}, "category": "radar", "title": "radar", "systemProperties": ["id", "project_id", "state", "created_datetime", "updated_datetime"], "required": ["type", "projects", "submitter_id", "name"], "submittable": true, "project": "*", "program": "*", "additionalProperties": false, "type": "object", "constraints": null}}