updated where bioavailability source

This commit is contained in:
Noah Saso 2021-06-17 13:06:26 -07:00 committed by GitHub
parent 2434b09fad
commit 948702ab6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ Script to merge data from PsychonautWiki API + pages and TripSit factsheets into
| `crossTolerances` | `null` \| `string[]` | Other substances or classes with cross tolerance | PsychonautWiki |
| `roas` | `Dictionary[]` | Routes of administration | Both (Note: PsychonautWiki ROAs are prioritized, and TripSit factsheets fill in gaps) |
| `roas[].name` | `string` | Name of ROA (e.g. 'Oral', 'Smoked') | Both |
| `roas[].bioavailability` | `Optional<string>` | Substance's bioavailability for ROA | PsychonautWiki |
| `roas[].bioavailability` | `Optional<string>` | Substance's bioavailability for ROA | Both |
| `roas[].dosage` | `null` \| `Dictionary[]` | Dosage information for ROA | Both |
| `roas[].dosage[].name` | `string` | Name of dosage level for ROA (e.g. 'Threshold', 'Strong') | Both |
| `roas[].dosage[].value` | `string` | Typical dosage for given level of ROA (e.g. '10 - 25 mg', '100 mg +') | Both |