From 50328abff103065a31d554d0ee013d72a533de94 Mon Sep 17 00:00:00 2001 From: Kevin Dougan Date: Tue, 10 Nov 2020 15:50:43 -0500 Subject: [PATCH] 2169 - Fixed hapi-fhir-cli doc issues. --- .../resources/ca/uhn/hapi/fhir/docs/tools/hapi_fhir_cli.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/docs/tools/hapi_fhir_cli.md b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/docs/tools/hapi_fhir_cli.md index 550e20a73ce..4528b0d8bbc 100644 --- a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/docs/tools/hapi_fhir_cli.md +++ b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/docs/tools/hapi_fhir_cli.md @@ -49,7 +49,7 @@ The CLI tool can be used to start a local, fully functional FHIR server which yo Run Server -Once the server has started, you can access the testing webpage by pointing your browser at http://localhost:8080/. The FHIR server base URL will be http://localhost:8080/baseDstu2/. +Once the server has started, you can access the testing webpage by pointing your browser at http://localhost:8080/. The FHIR server base URL will be http://localhost:8080/baseDstu3/. Note that by default this server will not be populated with any resources at all. You can easily populate it with the FHIR example resources by leaving it running and opening a second terminal window, then using the hapi-fhir-cli upload-examples command (see the section below). @@ -59,7 +59,7 @@ The server uses a local Derby database instance for storage. You may want to exe The upload-examples command downloads the complete set of FHIR example resources from the HL7 website, and uploads them to a server of your choice. This can be useful to populate a server with test data. -To execute this command, uploading test resources to a local CLI server, issue the following: `hapi-fhir-cli upload-examples -t http://localhost:8080/baseDstu2` +To execute this command, uploading test resources to a local CLI server, issue the following: `hapi-fhir-cli upload-examples -v dstu3 -t http://localhost:8080/baseDstu3` Note that this command may take a surprisingly long time to complete because of the large number of examples.