I am currently evaluating the FHIR validator tool:
https://confluence.hl7.org/display/FHIR/Using+the+FHIR+Validator
I have some questions regarding the validation tool and hope this community can help answer.
Questions:
- What JSON schema definition does the tool use if schema validation is enabled (via the -native flag)? I am currently experimenting with R4 Json resource inputs. For instance, for evaluating a JSON R4 patient resource, is the tool referencing the HL7 R4 JSON schema patient definition?
- Where is the source code for the FHIR validation tool? Is it publicly available?
- What is the difference between the -ig and -profile flag? The -ig flag also accepts a profile definition for the tool to load.
Thank you.