Skip to content

Commit

Permalink
Merge pull request #76 from HDRUK/preprod
Browse files Browse the repository at this point in the history
Release v0.8.0
  • Loading branch information
soringumeni1 authored Nov 4, 2024
2 parents 3171d3d + ff26eba commit f847bb0
Show file tree
Hide file tree
Showing 11 changed files with 707 additions and 174 deletions.
258 changes: 151 additions & 107 deletions docs/HDRUK/3.0.0.example.json

Large diffs are not rendered by default.

111 changes: 83 additions & 28 deletions docs/HDRUK/3.0.0.form.json

Large diffs are not rendered by default.

61 changes: 58 additions & 3 deletions docs/HDRUK/3.0.0.md

Large diffs are not rendered by default.

111 changes: 83 additions & 28 deletions docs/HDRUK/3.0.0.structure.json

Large diffs are not rendered by default.

151 changes: 151 additions & 0 deletions docs/HDRUK/3.0.0.template.json

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions hdr_schemata/models/HDRUK/2.1.3/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1707,6 +1707,9 @@
}
],
"description": "Please indicate the frequency of distribution release. If a dataset is distributed regularly please choose a distribution release periodicity from the constrained list and indicate the next release date. When the release date becomes historical, a new release date will be calculated based on the publishing periodicity. If a dataset has been published and will remain static please indicate that it is static and indicated when it was released. If a dataset is released on an irregular basis or \u201con-demand\u201d please indicate that it is Irregular and leave release date as null. If a dataset can be published in real-time or near-real-time please indicate that it is continuous and leave release date as null. Notes: see https://www.dublincore.org/specifications/dublin-core/collection-description/frequency/",
"examples": [
"Continuous"
],
"guidance": "Please indicate the frequency of publishing.\\n- If a dataset is published regularly please choose a publishing periodicity from the constrained list and indicate the next release date.\\n- When the release date becomes historical, a new release date will be calculated based on the publishing periodicity.\\n- If a dataset has been published and will remain static please indicate that it is static and indicate when it was released.\\n- If a dataset is released on an irregular basis or \u201con-demand\u201d please indicate that it is Irregular and leave release date as null.\\n- If a dataset can be published in real-time or near-real-time please indicate that it is continuous and leave release date as null.\\n- Notes: see https://www.dublincore.org/specifications/dublin-core/collection-description/frequency/.\\n\\n Options:\\n- **Static**: Dataset published once.\\n- **Irregular**: Dataset published at uneven intervals.\\n- **Continuous**: Dataset published without interruption.\\n- **Biennial**: Dataset published every two years.\\n- **Annual**: Dataset published occurs once a year.\\n- **Biannual**: Dataset published twice a year.\\n- **Quarterly**: Dataset published every three months.\\n- **Bimonthly**: Dataset published every two months.\\n- **Monthly**: Dataset published once a month.\\n- **Biweekly**: Dataset published every two weeks.\\n- **Weekly**: Dataset published once a week.\\n- **Twice weekly**: Dataset published twice a week.\\n- **Daily**: Dataset published once a day.\\n- **Other**: Dataset published using other interval.",
"title": "Publishing Frequency"
}
Expand Down
3 changes: 3 additions & 0 deletions hdr_schemata/models/HDRUK/2.2.0/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1865,6 +1865,9 @@
}
],
"description": "Summary population size of the cohort",
"examples": [
1000
],
"guidance": "This number informs a filter for Researchers to differentiate dataset search results based on the number of people in the dataset, and does not pull from the **Observations** fields. The filter also allows for Researchers to search datasets which have no population size reported, but will **not** pull any population size captured in the **Observations** section.",
"title": "Population size"
}
Expand Down
6 changes: 5 additions & 1 deletion hdr_schemata/models/HDRUK/2.2.1/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -945,7 +945,8 @@
],
"description": "List standardised data models that the dataset has been stored in or transformed to, such as OMOP or FHIR. If the data is only available in a local format, please make that explicit. If you are using a standard that has not been included in the list, please use \u201cother\u201d and contact support desk to ask for an addition.",
"examples": [
"LOCAL,NHS DATA DICTIONARY"
"LOCAL",
"NHS DATA DICTIONARY"
],
"guidance": "- List standardised data models that the dataset has been stored in or transformed to, such as OMOP or FHIR.\\n- If the data is only available in a local format, please make that explicit. If you are using a standard that has not been included in the list, please use \u201cother\u201d and contact support desk to ask for an addition.\\n- **HL7 FHIR**: <https://www.hl7.org/fhir/>.\\n- **HL7 V2**: <https://www.hl7.org/implement/standards/product_section.cfm?section=13>.\\n- **HL7 CDA**: <https://www.hl7.org/implement/standards/product_section.cfm?section=10>.\\n- **HL7 CCOW**: <https://www.hl7.org/implement/standards/product_section.cfm?section=16>.\\n- **DICOM**: <https://www.dicomstandard.org/>.\\n- **I2B2**: <https://www.i2b2.org/>.\\n- **IHE**: <https://www.ihe.net/resources/profiles/>.\\n- **OMOP**: <https://www.ohdsi.org/data-standardization/the-common-data-model/>.\\n- **openEHR**: <https://www.openehr.org/>.\\n- **Sentinel**: <https://www.sentinelinitiative.org/sentinel/data/distributed-database-common-data-model>.\\n- **PCORnet**: <https://pcornet.org/data-driven-common-model/>.\\n- **CDISC**: <https://www.cdisc.org/standards/data-exchange/odm>.\\n- **Local**: In-house developed data model.\\n- **Other**: Other standardised data model.\\n- **NHS Data Dictionary**: <https://www.datadictionary.nhs.uk/>.\\n- **NHS Scotland Data Dictionary**: <https://www.ndc.scot.nhs.uk/Data-Dictionary/>.\\n- **NHS Wales Data Dictionary**: <https://www.datadictionary.wales.nhs.uk/>.",
"title": "Alignment with standardised data models"
Expand Down Expand Up @@ -1343,6 +1344,9 @@
}
],
"description": "Descriptive term for the observation property measured. For example, people, procedures, x-rays, or diagnosis of type 1 diabetes. This could also be a specific SNOMED CT term.",
"examples": [
"Count"
],
"guidance": "Descriptive term for the observation property measured.",
"title": "Measured property"
}
Expand Down
Loading

0 comments on commit f847bb0

Please sign in to comment.