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

20
js/test-type.js Normal file
View File

@@ -0,0 +1,20 @@
testTypeObj={
"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"
}
}
}