Skip to content

Commit 8eb457c

Browse files
Apply suggestions from code review
Co-authored-by: Shelly Haverkamp <[email protected]>
1 parent ef1fe6b commit 8eb457c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/healthcare-apis/fhir/rest-api-capabilities.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,17 +70,17 @@ After you find the record to restore, use the `PUT` operation to recreate the re
7070
[!INCLUDE [Bundle details](../includes/rest-api-bundle-common.md)]
7171

7272
## History
73-
The history interaction retrieves the history of either a particular resource, all resources of a given type, or all resources supported by the system. History interaction are performed by HTTP GET command.
73+
The history interaction retrieves the history of either a particular resource, all resources of a given type, or all resources supported by the system. History interactions are performed by the HTTP GET command.
7474

7575
For example:
7676
`GET https://{{FHIR_URL}}/{resource type}/{resource id}/_history
7777
GET https://{{FHIR_URL}}/{resource type})/_history`
7878

79-
The response is a Bundle with type set to history containing the specified version history, sorted with oldest versions last, and including deleted resources.
79+
The response is a bundle with type set to the specified version history, sorted with oldest versions last, and including deleted resources.
8080

81-
To search with history, following interactions can be used
82-
* _count : defines number of resources returned on single page.
83-
* _since : includes resource versions that were created at or after the given instant in time.
81+
To search with history, use these interactions:```
82+
* _count : defines the number of resources returned on single page.
83+
* _since : includes resource versions created at or after the given instant in time.
8484
* _before : includes resource versions that were created before the given instant in time.
8585

8686
## Patch and conditional patch

0 commit comments

Comments
 (0)