Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vlad-ignatov committed Jul 27, 2019
1 parent 85b6938 commit 09a4438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/client.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ The selected patient ID or `null` if patient is not available. If no patient is
### client.patient.read() `Promise<Object>`
Fetches the selected patient resource (if available). Resolves with the patient or rejects with an error.

### client.patient.request(requestOptions, fhirOptions) Promise<Object>
### client.patient.request(requestOptions, fhirOptions) `Promise<Object>`
Wrapper for `client.request` that will automatically add a search parameter to the requested URL to filter the requested resources to those related to the current patient. For example:
```js
client.patient.request("Observation"); // -> /Observation?patient=patient-id
Expand Down

0 comments on commit 09a4438

Please sign in to comment.