Releases: datasharingframework/dsf-fhir-validator
v0.3.0
By default the validator is configured to expand value-sets via https://ontoserver.mii-termserv.de and thus requires a client certificate to be configured.
The validator also needs to be configured with a list of implementation guide packages (name|version) to validate against.
Create application.properties file with the following content in your execution directory:
dev.dsf.validation.valueset.expansion.client.authentication.certificate: certificate.pem
dev.dsf.validation.valueset.expansion.client.authentication.certificate.private.key.password: private_key_password
dev.dsf.validation.valueset.expansion.client.authentication.certificate.private.key: privatekey.pem
dev.dsf.validation.package: \
  de.medizininformatikinitiative.kerndatensatz.laborbefund|2025.0.2, \
  de.medizininformatikinitiative.kerndatensatz.prozedur|2025.0.0, \
  de.medizininformatikinitiative.kerndatensatz.diagnose|2025.0.0
Execute with Java 21:
java -jar dsf-fhir-validator.jar fhir-resource-to-validate.xml (.json also supported)
Pre-build jar file in attachments: dsf-fhir-validator.jar
Issues closed:
v0.2.0
By default the validator is configured to expand value-sets via https://ontoserver.mii-termserv.de and thus requires a client certificate to be configured.
The validator also needs to be configured with a list of implementation guide packages (name|version) to validate against.
Create application.properties file with the following content in your execution directory:
dev.dsf.validation.valueset.expansion.client.authentication.certificate: certificate.pem
dev.dsf.validation.valueset.expansion.client.authentication.certificate.private.key.password: private_key_password
dev.dsf.validation.valueset.expansion.client.authentication.certificate.private.key: privatekey.pem
dev.dsf.validation.package: \
  de.medizininformatikinitiative.kerndatensatz.laborbefund|2025.0.2, \
  de.medizininformatikinitiative.kerndatensatz.prozedur|2025.0.0, \
  de.medizininformatikinitiative.kerndatensatz.diagnose|2025.0.0
Execute with Java 21:
java -jar dsf-fhir-validator.jar fhir-resource-to-validate.xml (.json also supported)
Pre-build jar file in attachments: dsf-fhir-validator.jar
Issues closed:
v0.1.0
By default the validator is configured to expand value-sets via https://ontoserver.mii-termserv.de and thus requires a client certificate to be configured.
Create application.properties file with the following content in your execution directory:
dev.dsf.validation.valueset.expansion.client.authentication.certificate:certificate.pem
dev.dsf.validation.valueset.expansion.client.authentication.certificate.private.key.password:private_key_password
dev.dsf.validation.valueset.expansion.client.authentication.certificate.private.key:privatekey.pem
Execute with Java 21:
java -jar dsf-fhir-validator.jar fhir-resource-to-validate.xml (.json also supported)
Prebuild jar file in attachments: dsf-fhir-validator.jar