digital-covid-certificate-lib
Version:
A library to parse and verify Digital Covid Certificates (DCC)
25 lines • 923 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.VSD_TEST_RESULTS = void 0;
// https://github.com/ehn-dcc-development/ehn-dcc-valuesets/blob/6bb6037d63a7d667b3ec15d96ec0a9e060289ece/test-result.json
exports.VSD_TEST_RESULTS = {
"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"
}
}
};
//# sourceMappingURL=TestResult.js.map