Written by

Senior Software Engineer
MOD
Question Ashok Kumar Thangavel · May 15, 2024

FHIR Profile validation Java issues

Hello Community,

I'm trying to execute the FHIR R4 profile validation and got the below error. How to fix this below error

http://localhost:52773/csp/healthshare/learn1/fhir/r4/Patient/$validate?profile=http://examples.com/fhir/StructureDefinition/aktestpatient|4.0.1

$ZV: IRIS for Windows (x86-64) 2024.1 (Build 263) Wed Mar 13 2024 16:01:00 EDT

Comments

Luis Angel Pérez Ramos · May 16, 2024

As the error says, you have to install the JDK 11 on your computer from here and configure JAVA_HOME system environment variable:

Perhaps you have already configured it but with newer version.

0
Luis Angel Pérez Ramos  May 18, 2024 to Ashok Kumar Thangavel

Reading the returned error it looks like that java 11 is mandatory.

0