Skip to content

Commit 9e32ba9

Browse files
Update integration-with-external-terminology-servers.md
Added info about custom external terminology servers
1 parent 63d43ad commit 9e32ba9

1 file changed

Lines changed: 14 additions & 2 deletions

File tree

docs/aidbox-ui-builder-alpha/integration-with-external-terminology-servers.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,21 @@ builder:
7373
- Servers configured in `builder.external-terminology-servers` are appended to the built-in list.
7474
- Servers marked with `default: true` are sorted first in the dropdown.
7575
- If a default server is present in the list, its URL is prefilled in the `External terminology server` field.
76-
-
7776

78-
## Example Configuration Used for QA
77+
## Adding a custom terminology server
78+
79+
External terminology servers support `ValueSet` search and `ValueSet/$expand` terminology operations in Aidbox Forms.
80+
81+
Aidbox Forms also allows you to connect your own custom FHIR server and use it as a terminology server.
82+
83+
To configure a terminology service, add its endpoint to `SDCConfig`:
84+
85+
```yaml
86+
term-service:
87+
endpoint: "https://fhir-server.com/fhir"
88+
```
89+
90+
## Example Configuration
7991

8092
```json
8193
"external-terminology-servers": [

0 commit comments

Comments
 (0)