From ccf65131130b8e87016c9b7efe57a473d7e3b925 Mon Sep 17 00:00:00 2001 From: dotasek Date: Fri, 8 Apr 2022 11:08:11 -0400 Subject: [PATCH] Add fhir verison to IG specification in man doc --- org.hl7.fhir.validation/src/main/resources/help.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/org.hl7.fhir.validation/src/main/resources/help.txt b/org.hl7.fhir.validation/src/main/resources/help.txt index 3eef6bd22..673e2e7a8 100644 --- a/org.hl7.fhir.validation/src/main/resources/help.txt +++ b/org.hl7.fhir.validation/src/main/resources/help.txt @@ -35,6 +35,9 @@ The following parameters are supported: If no version is provided, the latest version in the package cache will be used, or if no such cached package is available, the PackageCacheManager will load the latest from the the online package repo. + If you want the implementation guide to be loaded for a specific version + of FHIR, you can prefix the IG with the appropriate version in square + brackets ([[fhirVer]][id]-[igVer]). No default value. This parameter can appear any number of times -tx [url]: the [base] url of a FHIR terminology service Default value is http://tx.fhir.org. This parameter can appear once