From 3187a253ef4cd9ffdb246481d3585cb832298c8b Mon Sep 17 00:00:00 2001 From: sameeragunarathne Date: Thu, 5 Sep 2024 12:15:19 +0530 Subject: [PATCH] Add metadata for v2tofhir module --- SamplesForVSCode/connectors_list.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/SamplesForVSCode/connectors_list.json b/SamplesForVSCode/connectors_list.json index ff973f972..18ea1668a 100644 --- a/SamplesForVSCode/connectors_list.json +++ b/SamplesForVSCode/connectors_list.json @@ -7702,6 +7702,22 @@ "icon": "icon-large.png", "icon_url": "https://raw.githubusercontent.com/wso2-extensions/esb-connector-fhirrepository/main/src/main/resources/icon/icon-large.png" }, + { + "name": "v2tofhir", + "version": "1.0.0", + "rank": 194, + "operations": [ + { + "name": "createResources", + "description": "Init configuration for FHIR repository connector.", + "isHidden": false + } + ], + "download_url": "https://github.com/wso2-extensions/mediation-hl7v2tofhir-module/releases/download/v1.0.0/v2tofhir-connector-1.0.0.zip", + "description": "Converts HL7 V2 messages to FHIR resources.", + "icon": "icon-large.png", + "icon_url": "https://raw.githubusercontent.com/wso2-extensions/mediation-hl7v2tofhir-module/main/src/main/resources/icon/icon-large.png" + }, { "name": "file", "version": "4.0.29",