first commit

This commit is contained in:
MatMasIt
2021-11-20 17:30:16 +01:00
commit d958c27111
23 changed files with 2762 additions and 0 deletions

27
js/vaccine-prophylaxis.js Normal file
View File

@@ -0,0 +1,27 @@
prophylaxis={
"valueSetId": "sct-vaccines-covid-19",
"valueSetDate": "2021-04-27",
"valueSetValues": {
"1119349007": {
"display": "SARS-CoV-2 mRNA vaccine",
"lang": "en",
"active": true,
"version": "http://snomed.info/sct/900000000000207008/version/20210131",
"system": "http://snomed.info/sct"
},
"1119305005": {
"display": "SARS-CoV-2 antigen vaccine",
"lang": "en",
"active": true,
"version": "http://snomed.info/sct/900000000000207008/version/20210131",
"system": "http://snomed.info/sct"
},
"J07BX03": {
"display": "covid-19 vaccines",
"lang": "en",
"active": true,
"version": "2021-01",
"system": "http://www.whocc.no/atc"
}
}
}