This wiki has undergone a migration to Confluence found Here
<meta name="googlebot" content="noindex">

Difference between revisions of "FHIR IG Validation Pack Documentation"

From HL7Wiki
Jump to navigation Jump to search
(Created page with "The file validation.pack is produced by the IG publishing process, and contains the following: * json files for all conformance resources in in IG, in version 3.2.0 * the fil...")
 
Line 1: Line 1:
 
The file validation.pack is produced by the IG publishing process, and contains the following:
 
The file validation.pack is produced by the IG publishing process, and contains the following:
  
* json files for all conformance resources in in IG, in version 3.2.0
+
* json files for all conformance resources in the IG, in the version of the implementation guide
* the file spec.internals  
+
* the file spec.internals as produced by the IG publisher
* the file schematron.zip produced by the ig publisher  
+
* (optional) the file schematron.zip produced by the IG publisher  
 
* a file version.info which contains:
 
* a file version.info which contains:
  
 
   [FHIR]
 
   [FHIR]
   FhirVersion=3.0.1.11917
+
   version=[x]
 +
  revision=[y]
 +
  date=[date]
 +
 
 +
  [IG]
 
   version=3.0.1
 
   version=3.0.1
   revision=11917
+
   date-time=[d]
  date=20170419074443
+
 
 +
The [fhir] section must be an exact copy of the version.info from the igpack.zip that was used to build the IG. The [IG] section contains the specified FHIR version of the IG (almost always, this must match the FHIR version), and the date-time of build

Revision as of 07:39, 22 March 2018

The file validation.pack is produced by the IG publishing process, and contains the following:

  • json files for all conformance resources in the IG, in the version of the implementation guide
  • the file spec.internals as produced by the IG publisher
  • (optional) the file schematron.zip produced by the IG publisher
  • a file version.info which contains:
 [FHIR]
 version=[x]
 revision=[y]
 date=[date]
 [IG]
 version=3.0.1
 date-time=[d]

The [fhir] section must be an exact copy of the version.info from the igpack.zip that was used to build the IG. The [IG] section contains the specified FHIR version of the IG (almost always, this must match the FHIR version), and the date-time of build