Skip to content

Commit 6ca9dbe

Browse files
authored
Merge pull request #229 from jtweaver/patch-1
Add missing clinical record type VitalSignRecord
2 parents 7888bfd + 1fda041 commit 6ca9dbe

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)