Skip to content

Commit

Permalink
Merge pull request #5 from HDRUK/feature/GAT-2765-3
Browse files Browse the repository at this point in the history
changes to sim files to match 2.1.2 schema
  • Loading branch information
loki-sinclair-hdruk authored Jan 18, 2024
2 parents 6f807d1 + 17d326c commit e7338fc
Show file tree
Hide file tree
Showing 2 changed files with 113 additions and 65 deletions.
176 changes: 112 additions & 64 deletions files/dataset.json
Original file line number Diff line number Diff line change
@@ -1,93 +1,141 @@
{
"@schema": "https://raw.githubusercontent.com/HDRUK/schemata/master/schema/dataset/2.1.0/dataset.schema.json",
"identifier": "e96e36ba-30ca-4c25-bc55-fab02d72a51c",
"version": "1.0.0",
"issued": "2021-08-30T21:00:00+00:00",
"modified": "2021-08-30T21:00:00+00:00",
"version": "0.0.1",
"issued": "2020-08-10T00:00:00.000Z",
"modified": "2020-08-10T00:00:00.000Z",
"revisions": [],
"summary": {
"title": "Bones Dataset",
"abstract": "Test description",
"title": "Bridge file: Hospital Episode Statistics to Diagnostic Imaging Dataset",
"abstract": "Linked Data Set - Hospital Episode Statistics to Diagnostic Imaging Data Set",
"publisher": {
"identifier": "http://bones.com",
"name": "Bones",
"logo": "http://example.com",
"description": "A publisher",
"contactPoint": [],
"memberOf": "ALLIANCE",
"accessRights": [],
"accessService": "Many many options",
"accessRequestCost": "Thousands of pounds"
"identifier": "https://web.www.healthdatagateway.org/5f86cd34980f41c6f02261f4",
"name": "NHS DIGITAL",
"logo": null,
"description": null,
"contactPoint": null,
"memberOf": "ALLIANCE"
},
"contactPoint": "[email protected]",
"keywords": [
"bones",
"Blood"
],
"doiName": "10.1093/ajae/aaq063"
"contactPoint": "[email protected]",
"keywords": null,
"alternateIdentifiers": null,
"doiName": null
},
"documentation": {
"description": "Linked Data Set - Hospital Episode Statistics to Diagnostic Imaging Data Set",
"associatedMedia": null,
"isPartOf": null
},
"coverage": {
"spatial": [],
"typicalAgeRange": "25-80"
"spatial": "United Kingdom,England",
"typicalAgeRange": null,
"physicalSampleAvailability": null,
"followup": null,
"pathway": null
},
"provenance": {
"origin": {
"purpose": "COVID-19",
"source": "Routine Surveilance"
"purpose": null,
"source": null,
"collectionSituation": null
},
"temporal": {
"accrualPeriodicity": "IRREGULAR",
"distributionReleaseDate": "2021-08-30T21:00:00+00:00",
"startDate": "2021-08-10T21:00:00+00:00",
"endDate": "2021-08-30T21:00:00+00:00",
"timeLag": "1-2 WEEKS"
"accrualPeriodicity": "MONTHLY",
"distributionReleaseDate": null,
"startDate": "2007-01-04",
"endDate": null,
"timeLag": null
}
},
"accessibility": {
"usage": {
"dataUseRequirements": "none",
"resourceCreator": "Someone",
"investigations": [],
"isReferencedBy": []
"dataUseLimitation": null,
"dataUseRequirements": null,
"resourceCreator": null,
"investigations": null,
"isReferencedBy": null
},
"access": {
"accessRights": [
"http://test.bones.com"
],
"accessService": "Many many options",
"accessRequestCost": "Thousands",
"jurisdiction": [
"GB-NIR"
],
"dataProcessor": "Some guy somewhere",
"dataController": "This is the data controller"
"accessRights": "https://digital.nhs.uk/binaries/content/assets/website-assets/services/dars/nhs_digital_approved_edition_2_dsa_demo.pdf",
"accessService": null,
"accessRequestCost": null,
"deliveryLeadTime": null,
"jurisdiction": "GB-ENG",
"dataProcessor": null,
"dataController": null
},
"formatAndStandards": {
"vocabularyEncodingScheme": [
"OPCS4"
],
"conformsTo": [
"HL7 CDA"
],
"language": [
"en"
],
"format": [
"audio"
]
"vocabularyEncodingScheme": null,
"conformsTo": null,
"language": null,
"format": null
}
},
"enrichmentAndLinkage": {
"qualifiedRelation": [],
"derivation": [],
"tools": []
"qualifiedRelation": null,
"derivation": null,
"tools": null
},
"observations": [
"observations": [],
"structuralMetadata": [
{
"name": "All Available Fields",
"description": null,
"elements": [
{
"name": "All Available Fields",
"description": "All Available Fields",
"dataType": "String",
"sensitive": false
}
]
},
{
"name": "General fields",
"description": null,
"elements": [
{
"name": "MATCH_RANK",
"description": null,
"dataType": "Character",
"sensitive": false
}
]
},
{
"observedNode": "PERSONS",
"measuredValue": 3,
"observationDate": "2021-08-10T21:00:00+00:00",
"measuredProperty": "Count"
"name": "General fields",
"description": null,
"elements": [
{
"name": "HES_DIDS_VERSION",
"description": null,
"dataType": "Character",
"sensitive": false
}
]
},
{
"name": "General fields",
"description": null,
"elements": [
{
"name": "SUBMISSIONDATAID",
"description": null,
"dataType": "Character",
"sensitive": false
}
]
},
{
"name": "General fields",
"description": null,
"elements": [
{
"name": "ENCRYPTED_HESID",
"description": null,
"dataType": "Character",
"sensitive": false
}
]
}
]
}
2 changes: 1 addition & 1 deletion files/list.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"items": [
{
"name": "HDRUK Simulation Test Server 1",
"@schema": "https://raw.githubusercontent.com/HDRUK/schemata/master/schema/dataset/2.1.0/dataset.schema.json",
"@schema": "https://raw.githubusercontent.com/HDRUK/schemata/master/schema/dataset/2.1.2/dataset.schema.json",
"description": "Sample description here",
"type": "dataset",
"persistentId": "e96e36ba-30ca-4c25-bc55-fab02d72a51c",
Expand Down

0 comments on commit e7338fc

Please sign in to comment.