Update wiki Home page for fhir-source

gitea_admin 2026-03-11 14:36:08 +00:00
parent 61d30d704e
commit f5986bc0a9

37
Home.md

@ -1,21 +1,30 @@
# Deploy the Project on CamelX Platform # Fhir Source
Deploy on CamelX Platform in three steps Receive data from Fhir server.
## Step 1: Create a release ## Metadata
From the project space, click on **"Create a release"**
The new version is automatically available in the list | Property | Value |
|----------|-------|
| Type | source |
| Group | FHIR |
| Namespace | API |
| Support Level | Stable |
| Provider | Apache Software Foundation |
## Step 2: Deploy ## Properties
Click on **"Deploy"**
- **Version:** Select the desired release | Name | Type | Required | Default | Description |
- **Environment:** Choose `Development`, `Staging`, or `Production` |------|------|----------|---------|-------------|
- **Configuration:** Select the configuration source | `serverUrl` | string | ✓ | | The Fhir server url |
- **Resources:** Set CPU and Memory | `url` | string | | `/Patient` | The Fhir resource type url |
| `encoding` | string | | `JSON` | Encoding to use for all request. |
| `fhirVersion` | string | | `R4` | The FHIR Version to use. |
| `username` | string | ✓ | | The username to access the Fhir server |
| `password` | string | ✓ | | The password to access the Fhir server |
| `prettyPrint` | boolean | | `true` | Define if the Json must be pretty print or not |
## Step 3: Expose ## Dependencies
Enable **"Expose"**
Choose an **API Gateway** (Internal, Public, etc.) - `camel:fhir`
- `camel:kamelet`