Skip to content

Commit

Permalink
Added guidance how to access swagger in docker instance of HAPI server.
Browse files Browse the repository at this point in the history
  • Loading branch information
declankieran committed Jan 29, 2024
1 parent 8e620c2 commit 749395d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions input/pagecontent/server-example-add-ra-record.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@ To pull the latest image, run
docker pull hapiproject/hapi:latest
```

#### Swagger

The HAPI starter project provides an OAS interface to the supported FHIR API. Assuming the above docker command is used, this would be available at

```
http://localhost:8080/fhir/swagger-ui/index.html
```

#### CI Build

These examples are loaded into a running FHIR server during the IG build. Some resources (queries) are dynamically generated and added to the IG at build time. (TODO add a list of dynamically generated resources somewhere).
Expand Down
8 changes: 8 additions & 0 deletions input/pagecontent/server-example-retrieve-ra-record.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@ To pull the latest image, run
docker pull hapiproject/hapi:latest
```

#### Swagger

The HAPI starter project provides an OAS interface to the supported FHIR API. Assuming the above docker command is used, this would be available at

```
http://localhost:8080/fhir/swagger-ui/index.html
```

#### CI Build

These examples are loaded into a running FHIR server during the IG build. Some resources (queries) are dynamically generated and added to the IG at build time. (TODO add a list of dynamically generated resources somewhere).
Expand Down

0 comments on commit 749395d

Please sign in to comment.