File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ To load this dataset into the HAPI FHIR image, do the following:
3030 -O fhir.zip
3131 ```
3232
33- 3 . Unzip the file, a directory named ` fhir ` should be created containig JSON
33+ 3 . Unzip the file, a directory named ` fhir ` should be created containing JSON
3434 files:
3535
3636 ```
@@ -42,6 +42,10 @@ To load this dataset into the HAPI FHIR image, do the following:
4242 repo to upload the files into the HAPI FHIR container
4343 ` docker run -it --network=host \ -e SINK_TYPE="HAPI" \ -e FHIR_ENDPOINT=http://localhost:8080/fhir \ -e INPUT_DIR="/workspace/output/fhir" \ -e CORES="--cores 1" \ -v $(pwd)/fhir:/workspace/output/fhir \ us-docker.pkg.dev/cloud-build-fhir/fhir-analytics/synthea-uploader:latest `
4444
45+ _ Note:_ The ` $(pwd)/fhir ` part of the command mounts the local ` fhir `
46+ directory (created in step 3) into the container at ` /workspace/output/fhir ` ,
47+ which is where the uploader expects to find the files.
48+
45495 . As the uploader uses ` POST ` to upload the JSON files, the server will create
4650 the ID used to refer to resources. We would like to upload a patient list
4751 example, but to do so, we need to fetch the IDs from the server. To do so,
You can’t perform that action at this time.
0 commit comments