From f5986bc0a903dc30d183e468dfcb7e427aa23dda Mon Sep 17 00:00:00 2001 From: gitea_admin Date: Wed, 11 Mar 2026 14:36:08 +0000 Subject: [PATCH] Update wiki Home page for fhir-source --- Home.md | 37 +++++++++++++++++++++++-------------- 1 file changed, 23 insertions(+), 14 deletions(-) diff --git a/Home.md b/Home.md index 93a012c..c456294 100644 --- a/Home.md +++ b/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`