Skip to content

Commit aca9706

Browse files
Merge branch 'StanfordBDHG:main' into main
2 parents e9437f4 + 8624b3f commit aca9706

274 files changed

Lines changed: 20032 additions & 14539 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

firestore.indexes.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
"collectionGroup": "invitations",
55
"queryScope": "COLLECTION",
66
"fields": [
7+
{
8+
"fieldPath": "user.clinician",
9+
"order": "ASCENDING"
10+
},
711
{
812
"fieldPath": "user.organization",
913
"order": "ASCENDING"
@@ -18,10 +22,6 @@
1822
"collectionGroup": "invitations",
1923
"queryScope": "COLLECTION",
2024
"fields": [
21-
{
22-
"fieldPath": "user.clinician",
23-
"order": "ASCENDING"
24-
},
2525
{
2626
"fieldPath": "user.organization",
2727
"order": "ASCENDING"

functions/.prettierrc.cjs

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@
55
//
66
// SPDX-License-Identifier: MIT
77
//
8+
const { prettierConfig } = require("@stanfordspezi/spezi-web-configurations");
89

9-
module.exports = {
10-
plugins: [],
11-
semi: false,
12-
singleQuote: true,
13-
experimentalTernaries: true,
14-
}
10+
module.exports = prettierConfig;

functions/data/medicationCodes.json

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,33 @@
259259
"198188",
260260
"198189",
261261
"261962"
262-
]
262+
],
263+
"fallbackTerms": {
264+
"401965": {
265+
"strength": "1.25 MG",
266+
"rxnormDoseForm": "Oral Tablet",
267+
"fullName": "ramipril 1.25 MG Oral Tablet",
268+
"displayName": "Ramipril (Oral Pill)"
269+
},
270+
"251856": {
271+
"strength": "2.5 MG",
272+
"rxnormDoseForm": "Oral Tablet",
273+
"fullName": "ramipril 2.5 MG Oral Tablet",
274+
"displayName": "Ramipril (Oral Pill)"
275+
},
276+
"251857": {
277+
"strength": "5 MG",
278+
"rxnormDoseForm": "Oral Tablet",
279+
"fullName": "ramipril 5 MG Oral Tablet",
280+
"displayName": "Ramipril (Oral Pill)"
281+
},
282+
"401968": {
283+
"strength": "10 MG",
284+
"rxnormDoseForm": "Oral Tablet",
285+
"fullName": "ramipril 10 MG Oral Tablet",
286+
"displayName": "Ramipril (Oral Pill)"
287+
}
288+
}
263289
},
264290
{
265291
"code": "18867",

0 commit comments

Comments
 (0)