Skip to content

Commit

Permalink
server list | who test env config
Browse files Browse the repository at this point in the history
  • Loading branch information
snyaggarwal committed Jan 30, 2024
1 parent 37ca8aa commit f4358c0
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions src/common/serverConfigs.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
]
}
}
]

0 comments on commit f4358c0

Please sign in to comment.