digital-covid-certificate-lib
Version:
A library to parse and verify Digital Covid Certificates (DCC)
24 lines • 719 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.VSD_TEST_TYPE = void 0;
exports.VSD_TEST_TYPE = {
"valueSetId": "covid-19-lab-test-type",
"valueSetDate": "2021-04-27",
"valueSetValues": {
"LP6464-4": {
"display": "Nucleic acid amplification with probe detection",
"lang": "en",
"active": true,
"version": "2.69",
"system": "http://loinc.org"
},
"LP217198-3": {
"display": "Rapid immunoassay",
"lang": "en",
"active": true,
"version": "2.69",
"system": "http://loinc.org"
}
}
};
//# sourceMappingURL=TestType.js.map