Skip to content

Commit

Permalink
add summary endpoint with identifier search param
Browse files Browse the repository at this point in the history
  • Loading branch information
Rost-is-love committed May 13, 2024
1 parent 4f37573 commit 056b584
Show file tree
Hide file tree
Showing 5 changed files with 92 additions and 1,556 deletions.
12 changes: 12 additions & 0 deletions ips_ig/README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,18 @@ For example:
GET /fhir/Patient/2b90dd2b-2dab-4c75-9bb9-a355e07401e8/$summary
```

Or you can use request with `identifier` search parameter:

```
GET /fhir/Patient/$summary?identifier=<patient-identifier>
```

For example:

```
GET /fhir/Patient/$summary?identifier=574687583
```

## Step 5: Request $summary using HTTP Client

If you're starting the Aidbox FHIR server for the first time, the initial step involves creating a _Client_ resource with an ID and secret.
Expand Down
Loading

0 comments on commit 056b584

Please sign in to comment.