Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MASTER_KEY | No | Master encryption key for sensitive configuration values | |
| FHIR_BASE_URL | No | FHIR base path | /fhir/R4 |
| LOINC_ENDPOINT | No | LOINC API search endpoint | https://loinc.regenstrief.org/searchapi/loincs |
| LOINC_PASSWORD | No | LOINC account password | |
| LOINC_USERNAME | No | LOINC account username | |
| EMBEDDING_MODEL | No | Hugging Face embedding model name | NeuML/pubmedbert-base-embeddings |
| FHIR_SERVER_HOST | Yes | FHIR API host URL | https://api.medplum.com |
| PINECONE_API_KEY | Yes | Pinecone API key for vector search | |
| FHIR_SERVER_CLIENT_ID | Yes | OAuth2 client ID for FHIR | |
| FHIR_SERVER_CLIENT_SECRET | Yes | OAuth2 client secret for FHIR |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |