Skip to content

Commit

Permalink
fixes for litle mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
calmacx committed Mar 12, 2024
1 parent 412f286 commit 8c35b38
Show file tree
Hide file tree
Showing 5 changed files with 659 additions and 234 deletions.
44 changes: 28 additions & 16 deletions hdr_schemata/models/HDRUK/2.2.0/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -287,28 +287,42 @@
{
"$ref": "#/$defs/CommaSeparatedValues"
},
{
"items": {
"anyOf": [
{
"$ref": "#/$defs/Url"
},
{
"type": "null"
}
]
},
"type": "array"
},
{
"type": "null"
}
],
"default": null,
"description": "List of countries where the data was taken from",
"example": "United Kingdom,Wales,England",
"title": "Spatial"
"description": "The geographical area covered by the dataset. It is recommended that links are to entries in a well-maintained gazetteer such as https://www.geonames.org/ or https://what3words.com/daring.lion.race.",
"examples": [
"https://www.geonames.org/2635167/united-kingdom-of-great-britain-and-northern-ireland.html"
],
"title": "Geographic Coverage"
},
"pathway": {
"typicalAgeRange": {
"anyOf": [
{
"$ref": "#/$defs/LongDescription"
"$ref": "#/$defs/AgeRange"
},
{
"type": "null"
}
],
"default": null,
"description": "Long description of the clinical/diagnostic/treatment pathway if applicable. This could include if the dataset is from a single speciality or area, a single tier of care, linked across two tier (e.g. primary and secondary care), or an integrated care record covering the whole patient pathway.",
"example": "The lookup contains references to link data held elsewhere on:\n\u2022 individuals appearing as defendants in criminal cases dealt with by the magistrates' or Crown Court in England and Wales (including Youth Courts). \n\u2022 individuals supervised by the probation service in England and Wales\n\u2022 individuals serving custodial sentences in England & Wales who appear within records from the prison data source, p-NOMIS. Young Offenders are included if resident at prisons or Young Offender Institutes (YOIs) that use p-NOMIS, however, this excludes the majority of Secure Schools and Secure Training Centres. \"\n\n\"The linking dataset includes a person ID and link to record in other data first datasets for: \n\u2022 Disposals in the magistrates\u2019 court from 1 January 2011 to 31 December 2020\n\u2022 Disposals in the Crown Court from 1 January 2013 to 31 December 2020\n\u2022 Custodial sentences of offenders in custody from January 2011 to September 2021 (including sentences begun before 2011) \n\u2022 Offender probation records from January 2014 to December 2020.",
"title": "Pathway"
"description": "Please indicate the age range in whole years of participants in the dataset. Please provide range in the following format '[min age] \u2013 [max age]' where both the minimum and maximum are whole numbers (integers).",
"title": "Age Range"
},
"followup": {
"anyOf": [
Expand All @@ -319,24 +333,22 @@
"type": "null"
}
],
"default": null,
"description": "What is the typical time span that a patient appears in the dataset (follow up period)",
"example": "CONTINUOUS",
"default": "UNKNOWN",
"description": "If known, what is the typical time span that a patient appears in the dataset (follow up period)",
"title": "Followup"
},
"typicalAgeRange": {
"pathway": {
"anyOf": [
{
"$ref": "#/$defs/AgeRange"
"$ref": "#/$defs/Description"
},
{
"type": "null"
}
],
"default": null,
"description": "Age range in whole years of participants in the dataset. Please provide range in the following format '[min age] \u2013 [max age]' where both the minimum and maximum are whole numbers (integers).",
"example": "1-150",
"title": "Typical Age Range"
"description": "Please indicate if the dataset is representative of the patient pathway and any limitations the dataset may have with respect to pathway coverage. This could include if the dataset is from a single speciality or area, a single tier of care, linked across two tiers (e.g. primary and secondary care), or an integrated care record covering the whole patient pathway.",
"title": "Pathway"
},
"gender": {
"anyOf": [
Expand Down
Loading

0 comments on commit 8c35b38

Please sign in to comment.