-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Server-side updates * Streaming pipeline fixes * Streaming pipeline fixes * Fixed SHR hapi server configs * lengthen intra-test time * Minor run mods
- Loading branch information
Showing
17 changed files
with
441 additions
and
260 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
CR_DATABASE_URL= | ||
CR_DATABASE_USERNAME= | ||
CR_DATABASE_PW= | ||
JAVA_OPTS='-Dspring.datasource.url=${CR_DATABASE_URL} -Dspring.datasource.username=${CR_DATABASE_USERNAME} -Dspring.datasource.password=${CR_DATABASE_PW} -Dspring.datasource.driverClassName=org.postgresql.Driver' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,90 @@ | ||
{ | ||
"auth": { | ||
"secret": "3084e343-71bc-4247-86e4-ea210af82c28", | ||
"tokenDuration": 5400 | ||
}, | ||
"app": { | ||
"port": 3000, | ||
"installed": false | ||
}, | ||
"mediator": { | ||
"api": { | ||
"username": "[email protected]", | ||
"password": "openhim", | ||
"apiURL": "https://openhim-core:8080", | ||
"trustSelfSigned": true, | ||
"urn": "urn:mediator:haiti_clientregistry" | ||
}, | ||
"register": true | ||
}, | ||
"fhirServer": { | ||
"username": "hapi", | ||
"password": "hapi", | ||
"baseURL": "http://opencr-fhir:8080/fhir" | ||
}, | ||
"elastic": { | ||
"server": "http://es:9200", | ||
"username": "", | ||
"password": "", | ||
"max_compilations_rate": "10000/1m", | ||
"index": "patients" | ||
}, | ||
"codes": { | ||
"goldenRecord": "5c827da5-4858-4f3d-a50c-62ece001efea" | ||
}, | ||
"structureDefinition": { | ||
"uri": "http://openclientregistry.org/fhir", | ||
"reportRelationship": "patientreport" | ||
}, | ||
"clients": [ | ||
{ | ||
"id": "openmrs", | ||
"displayName": "OpenMRS" | ||
}, | ||
{ | ||
"id": "dhis2", | ||
"displayName": "DHIS2" | ||
}, | ||
{ | ||
"id": "lims", | ||
"displayName": "Lab Info Management System" | ||
}, | ||
{ | ||
"id": "cr", | ||
"displayName": "Client Registry" | ||
} | ||
], | ||
"matching": { | ||
"tool": "elasticsearch" | ||
}, | ||
"systems": { | ||
"CRBaseURI": "http://openclientregistry.org/fhir", | ||
"internalid": { | ||
"uri": [ | ||
"http://health.go.ug/cr/internalid", | ||
"http://clientregistry.org/openmrs", | ||
"urn:ietf:rfc:3986", | ||
"LOCAL", | ||
"http://isanteplus.org/openmrs/fhir2/3-isanteplus-id" | ||
], | ||
"displayName": "Internal ID" | ||
}, | ||
"nationalid": { | ||
"uri": "http://isanteplus.org/openmrs/fhir2/5-code-national", | ||
"displayName": "National ID" | ||
}, | ||
"artnumber": { | ||
"uri": "http://isanteplus.org/openmrs/fhir2/5-code-national", | ||
"displayName": "ART Number" | ||
}, | ||
"brokenMatch": { | ||
"uri": "http://clientregistry.org/brokenMatch" | ||
} | ||
}, | ||
"sync": { | ||
"lastFHIR2ESSync": "2021-12-22T22:32:42" | ||
}, | ||
"__comments": { | ||
"matching.tool": "this tells if the app should use mediator algorithms or elasticsearch algorithms for matching, two options mediator and elasticsearch" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
spring: | ||
datasource: | ||
url: 'jdbc:h2:file:./target/database/h2' | ||
username: sa | ||
password: null | ||
driverClassName: org.h2.Driver | ||
max-active: 15 | ||
|
||
hikari: | ||
maximum-pool-size: 10 | ||
flyway: | ||
check-location: false | ||
baselineOnMigrate: true | ||
jpa: | ||
properties: | ||
hibernate.format_sql: false | ||
hibernate.show_sql: false | ||
batch: | ||
job: | ||
enabled: false | ||
hapi: | ||
fhir: | ||
openapi_enabled: true | ||
fhir_version: R4 | ||
server_address: http://shr-fhir:8080/fhir | ||
implementationguides: | ||
ips_1_0_0: | ||
url: https://build.fhir.org/ig/HL7/fhir-ips/package.tgz | ||
name: hl7.fhir.uv.ips | ||
version: 1.0.0 | ||
allow_cascading_deletes: true | ||
allow_contains_searches: true | ||
allow_external_references: true | ||
allow_multiple_delete: true | ||
narrative_enabled: false | ||
auto_create_placeholder_reference_targets: true | ||
default_page_size: 50 | ||
cors: | ||
allow_Credentials: true | ||
allowed_origin: | ||
- '*' | ||
search-coord-core-pool-size: 20 | ||
search-coord-max-pool-size: 100 | ||
search-coord-queue-capacity: 200 | ||
tester: | ||
home: | ||
name: Local Tester | ||
server_address: 'http://localhost:8080/fhir' | ||
refuse_to_fetch_third_party_urls: false | ||
fhir_version: R4 | ||
global: | ||
name: Global Tester | ||
server_address: "http://hapi.fhir.org/baseR4" | ||
refuse_to_fetch_third_party_urls: false | ||
fhir_version: R4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"app": { | ||
"port": 3000 | ||
}, | ||
"mediator": { | ||
"api": { | ||
"username": "[email protected]", | ||
"password": "openhim", | ||
"apiURL": "https://openhim-core:8080", | ||
"trustSelfSigned": true, | ||
"urn": "urn:mediator:haiti_sharedhealthrecord" | ||
}, | ||
"client": { | ||
"id": "openshr", | ||
"password": "openshr" | ||
} | ||
}, | ||
"fhirServer": { | ||
"mpiURL": "https://openhim-core:5000/CR/fhir", | ||
"baseURL": "http://shr-fhir:8080/fhir" | ||
}, | ||
"taskRunner": { | ||
"brokers" : ["kafka:9092"] | ||
} | ||
} |
Oops, something went wrong.