Skip to content

Commit

Permalink
update example page
Browse files Browse the repository at this point in the history
  • Loading branch information
declankieran-nhsd committed Mar 27, 2024
1 parent 26d40d1 commit aacdd3c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The [HAPI FHIR Starter Server](https://github.com/hapifhir/hapi-fhir-jpaserver-s

#### Docker invocation of the HAPI Starter Project

This command starts the server on port 8080 and use UUID (as opposed to sequential numbers) for resource ID's.
This command starts the server on port 8080 and use UUID (as opposed to sequential numbers) for resource ID's. For more options see this [config](https://github.com/hapifhir/hapi-fhir-jpaserver-starter/blob/master/src/main/resources/application.yaml).

```
docker run -p 8080:8080 -e hapi.fhir.daoconfig_client_id_strategy=UUID -e hapi.fhir.client_id_strategy=ANY hapiproject/hapi:latest
Expand All @@ -27,3 +27,5 @@ http://localhost:8080/fhir/swagger-ui/index.html
#### Postman

Some transaction and basic query examples are available in a [Postman collection](assets/postman/postman_collection.json).

**NOTE:** Posting the SearchParameters first to the [HAPI FHIR Starter Server](https://github.com/hapifhir/hapi-fhir-jpaserver-starter) will allow them to index/load quicker so they work in the query examples.
2 changes: 1 addition & 1 deletion sushi-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ menu:
Remove Reasonable Adjustment Record: remove-reasonable-adjustment-record.html
Additional Examples:
CPIS/FGM demo: additional-examples.html
Server Examples: server-examples.html
Basic Query Examples: basic-query-examples.html
Artifacts: artifacts.html
About:
Downloads: todo.html
Expand Down

0 comments on commit aacdd3c

Please sign in to comment.