generated from camel.apache.org/kamelet
Update wiki Home page for fhir-source
parent
61d30d704e
commit
f5986bc0a9
37
Home.md
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
|
||||
From the project space, click on **"Create a release"**
|
||||
## Metadata
|
||||
|
||||
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
|
||||
Click on **"Deploy"**
|
||||
## Properties
|
||||
|
||||
- **Version:** Select the desired release
|
||||
- **Environment:** Choose `Development`, `Staging`, or `Production`
|
||||
- **Configuration:** Select the configuration source
|
||||
- **Resources:** Set CPU and Memory
|
||||
| Name | Type | Required | Default | Description |
|
||||
|------|------|----------|---------|-------------|
|
||||
| `serverUrl` | string | ✓ | | The Fhir server url |
|
||||
| `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
|
||||
Enable **"Expose"**
|
||||
## Dependencies
|
||||
|
||||
Choose an **API Gateway** (Internal, Public, etc.)
|
||||
- `camel:fhir`
|
||||
- `camel:kamelet`
|
||||
|
||||
Loading…
Reference in New Issue
Block a user