Stream: conformance
Topic: Validator: -compare
Patrick Werner (May 12 2020 at 07:43):
I tried to use the compare function of the validator and got stock.
Patrick Werner (May 12 2020 at 07:43):
tried: java -jar org.hl7.fhir.validator.jar -compare -left http://hl7.org/fhir/uv/ips/StructureDefinition/Practitioner-uv-ips -right http://fhir.de/StructureDefinition/practitioner-de-basis -version 4.0.1 -dest output -ig de.basisprofil.r4 -ig hl7.fhir.uv.ips
Patrick Werner (May 12 2020 at 07:44):
Loading (v = 4.0.1, tx server http://tx.fhir.org)
Load Package: de.basisprofil.r4
Load Package: hl7.fhir.uv.ips
Unable to locate left resource http://hl7.org/fhir/uv/ips/StructureDefinition/Practitioner-uv-ips
Unable to locate right resource http://fhir.de/StructureDefinition/practitioner-de-basis
Grahame Grieve (May 12 2020 at 10:13):
it's not really working at the moment. I'm rebuilding it right now
Noemi Deppenwiese (May 28 2020 at 12:19):
I'd like to use this functionality but am a bit confused aubout what exactly the -right and -left parameter values should be. The canonical URLs (not necessarly resolvable..)? That gave me an Unable to locate left resource
error.I tried to supply a JSON File with the profile but that gave the same error.
java -jar org.hl7.fhir.validator.jar -compare -left https://samply.github.io/bbmri-fhir-ig/StructureDefinition-Patient.profile.json -right http://dktk.dkfz.de/fhir/StructureDefinition/onco-core-Patient-Pseudonym -version 4.0.1 -dest output -ig de.bbmri.fhir#1.0.1 -ig de.dktk.oncology#1.0.1
Lloyd McKenzie (May 28 2020 at 14:06):
@Grahame Grieve
Last updated: Apr 12 2022 at 19:14 UTC