From f4358c0b8ea79d2c8ca965c324371ad60d3ba5aa Mon Sep 17 00:00:00 2001 From: Sny Date: Tue, 30 Jan 2024 16:31:09 +0530 Subject: [PATCH] server list | who test env config --- src/common/serverConfigs.js | 44 +++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/src/common/serverConfigs.js b/src/common/serverConfigs.js index f0f7ea43..03cfbbda 100644 --- a/src/common/serverConfigs.js +++ b/src/common/serverConfigs.js @@ -271,4 +271,48 @@ export const SERVER_CONFIGS = [ ] } }, + { + id: 14, + name: 'OCL TEST WHO', + type: 'ocl', + url: 'https://api.test.who.openconceptlab.org', + fhirServerId: 15, + operations: { + source: [ + '$cascade', + '$checksum' + ], + collection: [ + '$cascade', + '$checksum' + ], + } + }, + { + id: 15, + name: 'FHIR TEST WHO', + beta: true, + type: 'fhir', + url: 'https://fhir.test.who.openconceptlab.org', + hapi: false, + info: { + pageSize: 10, + baseURI: '/fhir/', + type: 'HAPI FHIR 5.0.0 REST Server (FHIR Server; FHIR 4.0.1/R4)', + org: { + id: 'FHIR', + name: "Fast Healthcare Interoperability Resources", + logo_url: '/fhir.svg' + } + }, + operations: { + codeSystem: [ + '$lookup', + '$validate-code', + ], + valueSet: [ + '$validate-code', + ] + } + } ]