Validation
Download the FHIR Validator
The FHIR validator can be downloaded from its GitHub Release Page.
Usage
In case Blaze runs with enabled terminology service under http://localhost:8080/fhir
, the following command will validate a potential Condition resource against the implementation guide de.medizininformatikinitiative.kerndatensatz.diagnose#2025.0.0
. The important parameter is -tx
with the URL of Blaze. Blaze will be used by the validator to validate all ValueSet bindings and potential errors will be reported by the validator.
sh
java -jar validator_cli.jar -version 4.0.1 -level error \
-tx http://localhost:8080/fhir \
-ig de.medizininformatikinitiative.kerndatensatz.diagnose#2025.0.0 \
"Condition-1.json"