|
1 | 1 | import { FhirServer } from './fhir-server.interface'; |
2 | 2 |
|
3 | 3 | export const environment = { |
4 | | - production: true, |
| 4 | + production: false, |
5 | 5 | fhirServers: [ |
6 | | - { name: 'SNOMED Dev IS', url: 'https://dev-is-browser.ihtsdotools.org/fhir' }, |
7 | | - { name: 'SNOMED Public', url: 'https://snowstorm.ihtsdotools.org/fhir' }, |
8 | | - { name: 'SNOMED Dev 2', url: 'https://snowstorm-temp.kaicode.io/fhir' }, |
9 | | - { name: 'SNOMED Lite Demo', url: 'https://implementation-demo.snomedtools.org/snowstorm-lite/fhir' }, |
10 | | - { name: 'LOINC Ontology Server', url: 'https://browser.loincsnomed.org/fhir' }, |
11 | | - { name: 'Ontoserver', url: 'https://r4.ontoserver.csiro.au/fhir' }, |
12 | | - { name: 'SNOMED Dev 1', url: 'https://dev-browser.ihtsdotools.org/fhir' }, |
13 | | - { name: 'Implementation Demo', url: 'https://implementation-demo.snomedtools.org/fhir' }, |
| 6 | + { name: 'SNOMED Public Snowstorm', url: 'https://snowstorm.ihtsdotools.org/fhir' }, |
| 7 | + { name: 'Snowstorm Lite Demo', url: 'https://implementation-demo.snomedtools.org/snowstorm-lite/fhir' }, |
| 8 | + { name: 'LOINC Ontology Snowstorm', url: 'https://browser.loincsnomed.org/fhir' }, |
| 9 | + { name: 'Ontoserver R4 Demo', url: 'https://r4.ontoserver.csiro.au/fhir' }, |
| 10 | + { name: 'Implementation Demo SnowstormX', url: 'https://implementation-demo.snomedtools.org/fhir' }, |
14 | 11 | ] as FhirServer[], |
15 | | - defaultFhirServerIndex: 1, |
| 12 | + defaultFhirServerIndex: 0, |
16 | 13 | }; |
0 commit comments