Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor fixes for the demo. #49

Merged
merged 1 commit into from
Nov 3, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
minor fixes for the demo
  • Loading branch information
bashir2 committed Oct 29, 2020
commit b75544262df63f0a35b8e382997887ad475c8338
2 changes: 1 addition & 1 deletion batch/src/main/resources/log4j2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</Console>
</Appenders>
<Loggers>
<Logger name="org.openmrs.analytics" level="DEBUG" />
<Logger name="org.openmrs.analytics" level="INFO" />
<Root level="INFO">
<AppenderRef ref="CONSOLE" />
</Root>
Expand Down
2 changes: 1 addition & 1 deletion utils/create_fhir_store.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ fi
curl --request POST -H "Authorization: Bearer $(gcloud auth print-access-token)" \
-H "Content-Type: application/fhir+json; charset=utf-8" \
"https://healthcare.googleapis.com/v1/projects/${1}/locations/${2}/datasets/${3}/fhirStores?fhirStoreId=${4}" \
--data '{"version":"R4", "enableUpdateCreate":true,"disableReferentialIntegrity":true}' \
--data '{"version":"STU3", "enableUpdateCreate":true,"disableReferentialIntegrity":true}' \
-w '\nFHIR store creation status code: %{http_code}\n'

# TODO create BQ dataset instead of assuming it exists.
Expand Down