digital-covid-certificate-lib
Version:
A library to parse and verify Digital Covid Certificates (DCC)
18 lines • 718 B
JavaScript
;
// https://raw.githubusercontent.com/ehn-dcc-development/ehn-dcc-valuesets/84268b62f6994e687186b3d5f218839d916a978e/disease-agent-targeted.json
Object.defineProperty(exports, "__esModule", { value: true });
exports.VSD_DISEASE_AGENT_TARGETED = void 0;
exports.VSD_DISEASE_AGENT_TARGETED = {
"valueSetId": "disease-agent-targeted",
"valueSetDate": "2021-04-27",
"valueSetValues": {
"840539006": {
"display": "COVID-19",
"lang": "en",
"active": true,
"version": "http://snomed.info/sct/900000000000207008/version/20210131",
"system": "http://snomed.info/sct"
}
}
};
//# sourceMappingURL=DiseaseAgentTargeted.js.map