-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from HDRUK/feature/GAT-2765-logic
simplifies and returns list where a list should be returned, and data…
- Loading branch information
Showing
5 changed files
with
135 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
/node_modules | ||
|
||
/dist | ||
|
||
.env | ||
|
||
package-lock.json | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,93 @@ | ||
{ | ||
"@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", | ||
"revisions": [], | ||
"summary": { | ||
"title": "Bones Dataset", | ||
"abstract": "Test description", | ||
"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" | ||
}, | ||
"contactPoint": "[email protected]", | ||
"keywords": [ | ||
"bones", | ||
"Blood" | ||
], | ||
"doiName": "10.1093/ajae/aaq063" | ||
}, | ||
"coverage": { | ||
"spatial": [], | ||
"typicalAgeRange": "25-80" | ||
}, | ||
"provenance": { | ||
"origin": { | ||
"purpose": "COVID-19", | ||
"source": "Routine Surveilance" | ||
}, | ||
"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" | ||
} | ||
}, | ||
"accessibility": { | ||
"usage": { | ||
"dataUseRequirements": "none", | ||
"resourceCreator": "Someone", | ||
"investigations": [], | ||
"isReferencedBy": [] | ||
}, | ||
"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" | ||
}, | ||
"formatAndStandards": { | ||
"vocabularyEncodingScheme": [ | ||
"OPCS4" | ||
], | ||
"conformsTo": [ | ||
"HL7 CDA" | ||
], | ||
"language": [ | ||
"en" | ||
], | ||
"format": [ | ||
"audio" | ||
] | ||
} | ||
}, | ||
"enrichmentAndLinkage": { | ||
"qualifiedRelation": [], | ||
"derivation": [], | ||
"tools": [] | ||
}, | ||
"observations": [ | ||
{ | ||
"observedNode": "PERSONS", | ||
"measuredValue": 3, | ||
"observationDate": "2021-08-10T21:00:00+00:00", | ||
"measuredProperty": "Count" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"items": [ | ||
{ | ||
"name": "HDRUK Simulation Test Server 1", | ||
"@schema": "https://raw.githubusercontent.com/HDRUK/schemata/master/schema/dataset/2.1.0/dataset.schema.json", | ||
"description": "Sample description here", | ||
"type": "dataset", | ||
"persistentId": "e96e36ba-30ca-4c25-bc55-fab02d72a51c", | ||
"self": "https://fair.preview.aridhia.io/api/datasets/e96e36ba-30ca-4c25-bc55-fab02d72a51c", | ||
"version": "0.0.0", | ||
"issued": "2023-02-13T14:10:31.640Z", | ||
"modified": "2023-09-04T10:53:01.239Z", | ||
"source": "HDRUK" | ||
} | ||
], | ||
"query": { | ||
"q": "", | ||
"total": 1, | ||
"limit": 0, | ||
"offset": 0 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters