Stream: conformance
Topic: Comparing CapabilityStatements
Grahame Grieve (Sep 06 2019 at 05:52):
ok, my tooling for comparing capability statements is coming together. you run it using the validator, with these parameters:
-version 4.0 -compare -dest c:\temp\compare -left http://hl7.org/fhir/uv/ipa/CapabilityStatement/ipa -right http://hl7.org/fhir/us/core/CapabilityStatement/us-core-server -ig hl7.fhir.uv.ipa -ig hl7.fhir.us.core -leftName IPA -rightName USCore
Grahame Grieve (Sep 06 2019 at 05:55):
parameters:
- -compare - run comparison instead of validation
- -version which base version to use (other things converted on the fly...)
- -left & -right - canonical URLs of capability statements or profiles to compare
-
- ig - load all the relevant capability statements, profiles, value sets
- -leftName and -rightName: the names to give left and right (usually acronyms to make it easier to read output
- -dest - foler name in which to put output in - plenty of html files; will overwrite whatever exists
Grahame Grieve (Sep 06 2019 at 05:55):
The problem space is big so there's lots of things I haven't done yet - testing and suggestions welcome
Last updated: Apr 12 2022 at 19:14 UTC