Skip to content

Commit 1fda041

Browse files
authored
Add missing clinical record type VitalSignRecord
The clinical record type `VitalSignRecord` was missing from the list of possible types.
1 parent d8a5eac commit 1fda041

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getClinicalRecords.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ let options = {
1010
endDate: new Date().toISOString(), // optional; default now
1111
ascending: false, // optional; default false
1212
limit: 10, // optional; default no limit
13-
type: 'AllergyRecord', // one of: ['AllergyRecord', 'ConditionRecord', 'CoverageRecord', 'ImmunizationRecord', 'LabResultRecord', 'MedicationRecord', 'ProcedureRecord']
13+
type: 'AllergyRecord', // one of: ['AllergyRecord', 'ConditionRecord', 'CoverageRecord', 'ImmunizationRecord', 'LabResultRecord', 'MedicationRecord', 'ProcedureRecord', 'VitalSignRecord']
1414
}
1515
```
1616

0 commit comments

Comments
 (0)