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

Using the FHIR Validator to transform content

From HL7Wiki
Revision as of 21:48, 22 October 2018 by GrahameGrieve (talk | contribs) (Created page with "This page describes how to use the validator to transform content from one format to another using the http://hl7.org/fhir/mapping-language.html FHIR Mapping Language. To ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This page describes how to use the validator to transform content from one format to another using the [FHIR Mapping Language]. To use the validator for validation, see Using the FHIR Validator

Running the validator

To use the validator, download the jar from http://build.fhir.org/downloads.html. Specifically, download the official FHIR validator at http://build.fhir.org/validator.zip Note that you always use the current validator from the build, irrespective of what transforms you are running.. You need a current version of java to run the validator:

 java -jar org.hl7.fhir.validator.jar -transform  [params]

The params control how the transfomration occurs, and are documented here.