Building Blocks and Schemas for GA4GH Implementations
Definition of some prototype objects which are re-used in other schema documents.
The schema definitions are done in the YAML file.
Property | Type | Format | Description |
---|---|---|---|
age | string | The age as ISO8601 string. | |
age_at_collection_class | The of the object (e.g. individual at tome of a biosample collection), as Ontology_class. object |
The age as ISO8601 string.
'age' : "P56Y"
The of the object (e.g. individual at tome of a biosample collection), as Ontology_class. object
'age_at_collection_class' : {
'id' : 'HP:0003621',
'label' : 'Juvenile onset'
}
Property | Type | Format | Description |
---|---|---|---|
altitude | number | float | height in meters above the WGS 84 reference ellipsoid; otional |
city | string | ||
country | string | ||
label | string | A text representation, preferably using standard geographic identification elements, of the corresponding latitude,longitude(,altitude). This representation serves the purposes to - capture standard data entry parameters - provide a sanity check for latitude,longitude values | |
latitude | number | signed decimal degrees (North, relative to Equator) | |
longitude | number | float | signed decimal degrees (East, relative to IERS Reference Meridian) |
height in meters above the WGS 84 reference ellipsoid; otional
'altitude' : 8848
'city' : "Timisoara"
'country' : "Romania"
A text representation, preferably using standard geographic identification elements, of the corresponding latitude,longitude(,altitude). This representation serves the purposes to
'label' : "Str Marasesti 5, 300077 Timisoara, Romania"
signed decimal degrees (North, relative to Equator)
'latitude' : 47.37
signed decimal degrees (East, relative to IERS Reference Meridian)
'longitude' : 8.54
Property | Type | Format | Description |
---|---|---|---|
description | string | an optional free-text annotation about the object | |
format | string | format of the value; optional | |
type | string | type of the value; optional | |
value | the value in a format correstponding to type |
an optional free-text annotation about the object
'description' : "The base length of the called segment."
format of the value; optional
'format' : "int64"
type of the value; optional
'type' : "number"
the value in a format correstponding to type
'value' : 1503320
Property | Type | Format | Description |
---|---|---|---|
id | string | properly prefixed CURIE of the ontology term | |
label | string | the text label associated with the term |
properly prefixed CURIE of the ontology term
'id' : "ncit:C8294"
the text label associated with the term
'label' : "Pancreatic Adenocarcinoma"
Property | Type | Format | Description |
---|---|---|---|
description | string | ||
type | the ontology term as Ontology_class | ||
negated | boolean | Flag to indicate whether the phenotype was observed or not. Default is 'false', in other words the phenotype was observed. It is only required in cases to indicate that the phenotype was looked for, but __not__ observed. | |
severity | Severity of the condition e.g. subclasses of HP:0012824-Severity or SNOMED:272141005-Severities. FHIR mapping: Condition.severity | ||
evidence | array | ||
example |
'description' : ""
the ontology term as Ontology_class
'type' : "undef"
Flag to indicate whether the phenotype was observed or not. Default is ‘false’, in other words the phenotype was observed. It is only required in cases to indicate that the phenotype was looked for, but not observed.
'negated' : ""
Severity of the condition e.g. subclasses of HP:0012824-Severity or SNOMED:272141005-Severities. FHIR mapping: Condition.severity
'severity' : {
'id' : '',
'label' : ''
}
'evidence' : [
{
'id' : '',
'label' : ''
}
]
'example' : "undef"
Property | Type | Format | Description |
---|---|---|---|
description | string | ||
relation | string | the relation of the external reference to the object it was pointed from | |
type | A properly prefixed CURIE of the external reference and an associated label, represented as Ontology_class object. |
'description' : ""
the relation of the external reference to the object it was pointed from
'relation' : "denotes"
A properly prefixed CURIE of the external reference and an associated label, represented as Ontology_class object.
'type' : {
'label' : 'arrayMap 2014 ',
'id' : 'pubmed:25428357'
}