Skip to content

Commit

Permalink
Add missing clinical record type VitalSignRecord
Browse files Browse the repository at this point in the history
The clinical record type `VitalSignRecord` was missing from the list of possible types.
  • Loading branch information
jtweaver committed Jul 3, 2022
1 parent d8a5eac commit 1fda041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getClinicalRecords.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ let options = {
endDate: new Date().toISOString(), // optional; default now
ascending: false, // optional; default false
limit: 10, // optional; default no limit
type: 'AllergyRecord', // one of: ['AllergyRecord', 'ConditionRecord', 'CoverageRecord', 'ImmunizationRecord', 'LabResultRecord', 'MedicationRecord', 'ProcedureRecord']
type: 'AllergyRecord', // one of: ['AllergyRecord', 'ConditionRecord', 'CoverageRecord', 'ImmunizationRecord', 'LabResultRecord', 'MedicationRecord', 'ProcedureRecord', 'VitalSignRecord']
}
```

Expand Down

0 comments on commit 1fda041

Please sign in to comment.