Skip to content

Commit 3aceea6

Browse files
committed
Updated collection_institute and guidelines for clarity and consistency
1 parent 83e9852 commit 3aceea6

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

docs/jsonBrowser/module.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -489,9 +489,9 @@ Location: module/biomaterial/collection_institute.json
489489

490490
Property name | Description | Type | Required? | Object reference? | User friendly name | Allowed values | Example
491491
--- | --- | --- | --- | --- | --- | --- | ---
492-
name | The name of the collection institute. | string | yes | | Collection institute name | | institute_1; Addenbrooke's Hospital; University of California, San Francisco
493-
latitude | The latitute of the collection institute, in decimal degrees. | string | no | | Collection institute latitude | | 52.1; -0.127541; 38.045956
494-
longitude | The longitude of the collection institute, in decimal degrees. | string | no | | Collection institute longitude | | 0.1; -84.512016; 23.792138
492+
name | Name of the collection institute. | string | yes | | Collection institute name | | institute_1; Addenbrooke's Hospital; University of California, San Francisco
493+
latitude | Latitute of the collection institute, in decimal degrees. | string | no | | Collection institute latitude | | 52.1; -0.127541; 38.045956
494+
longitude | Longitude of the collection institute, in decimal degrees. | string | no | | Collection institute longitude | | 0.1; -84.512016; 23.792138
495495

496496
## Disease profile<a name='Disease profile'></a>
497497
_Information about specific diseases profile of the individual._

docs/jsonBrowser/required_fields.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ _There are no required properties in schema Medical tests_
363363
### Collection institute<a name='Collection institute'></a>
364364
Property name | Description | Type | Object reference? | User friendly name | Allowed values | Example
365365
--- | --- | --- | --- | --- | --- | ---
366-
name | The name of the collection institute. | string | | Collection institute name | | institute_1; Addenbrooke's Hospital; University of California, San Francisco
366+
name | Name of the collection institute. | string | | Collection institute name | | institute_1; Addenbrooke's Hospital; University of California, San Francisco
367367
### Disease profile<a name='Disease profile'></a>
368368
_There are no required properties in schema Disease profile_
369369
### Preservation and storage<a name='Preservation and storage'></a>

json_schema/module/biomaterial/collection_institute.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -29,27 +29,27 @@
2929
"example": "4.6.1"
3030
},
3131
"name": {
32-
"description": "The name of the collection institute.",
32+
"description": "Name of the collection institute.",
3333
"type": "string",
3434
"example": "institute_1; Addenbrooke's Hospital; University of California, San Francisco",
3535
"user_friendly": "Collection institute name",
3636
"guidelines": "Use pseudonymized name if the institute name is unknown or is considered sensitive information."
3737
},
3838
"latitude": {
39-
"description": "The latitute of the collection institute, in decimal degrees.",
39+
"description": "Latitute of the collection institute, in decimal degrees.",
4040
"type": "string",
4141
"pattern": "^-?([0-8]?\\d|90)(\\.\\d{1,6})?$",
4242
"example": "52.1; -0.127541; 38.045956",
4343
"user_friendly": "Collection institute latitude",
44-
"guidelines": "If the exact location is considered sensitive information, use one decimal place."
44+
"guidelines": "Use one decimal place if the exact location is considered sensitive information."
4545
},
4646
"longitude": {
47-
"description": "The longitude of the collection institute, in decimal degrees.",
47+
"description": "Longitude of the collection institute, in decimal degrees.",
4848
"type": "string",
4949
"pattern": "^-?((1?[0-7]?\\d)|180)(\\.\\d{1,6})?$",
5050
"example": "0.1; -84.512016; 23.792138",
5151
"user_friendly": "Collection institute longitude",
52-
"guidelines": "If the exact location is considered sensitive information, use one decimal place."
52+
"guidelines": "Use one decimal place if the exact location is considered sensitive information."
5353
}
5454
}
5555
}

0 commit comments

Comments
 (0)