This repository has been archived on 2024-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
green-pass-simple/js/test-result.js

21 lines
554 B
JavaScript
Raw Permalink Normal View History

2021-11-20 17:35:01 +01:00
testResultObj = {
2021-11-20 17:30:16 +01:00
"valueSetId": "covid-19-lab-result",
"valueSetDate": "2021-04-27",
"valueSetValues": {
"260415000": {
"display": "Not detected",
"lang": "en",
"active": true,
"version": "http://snomed.info/sct/900000000000207008/version/20210131",
"system": "http://snomed.info/sct"
},
"260373001": {
"display": "Detected",
"lang": "en",
"active": true,
"version": "http://snomed.info/sct/900000000000207008/version/20210131",
"system": "http://snomed.info/sct"
}
}
}