We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7888bfd + 1fda041 commit 6ca9dbeCopy full SHA for 6ca9dbe
docs/getClinicalRecords.md
@@ -10,7 +10,7 @@ let options = {
10
endDate: new Date().toISOString(), // optional; default now
11
ascending: false, // optional; default false
12
limit: 10, // optional; default no limit
13
- type: 'AllergyRecord', // one of: ['AllergyRecord', 'ConditionRecord', 'CoverageRecord', 'ImmunizationRecord', 'LabResultRecord', 'MedicationRecord', 'ProcedureRecord']
+ type: 'AllergyRecord', // one of: ['AllergyRecord', 'ConditionRecord', 'CoverageRecord', 'ImmunizationRecord', 'LabResultRecord', 'MedicationRecord', 'ProcedureRecord', 'VitalSignRecord']
14
}
15
```
16
0 commit comments