java.lang.NullPointerException: Cannot invoke "String.equals(Object)" because the return value of "java.util.Map.get(Object)" is null
	at org.hl7.fhir.r5.comparison.CodeSystemComparer.findRightProp(CodeSystemComparer.java:321)
	at org.hl7.fhir.r5.comparison.CodeSystemComparer.mergeProps(CodeSystemComparer.java:292)
	at org.hl7.fhir.r5.comparison.CodeSystemComparer.merge(CodeSystemComparer.java:221)
	at org.hl7.fhir.r5.comparison.CodeSystemComparer.compareConcepts(CodeSystemComparer.java:166)
	at org.hl7.fhir.r5.comparison.CodeSystemComparer.compare(CodeSystemComparer.java:124)
	at org.hl7.fhir.r5.comparison.ComparisonSession.compare(ComparisonSession.java:86)
	at org.hl7.fhir.igtools.publisher.comparators.PreviousVersionComparator.finishChecks(PreviousVersionComparator.java:256)
	at org.hl7.fhir.igtools.publisher.Publisher.checkConformanceResources(Publisher.java:5647)
	at org.hl7.fhir.igtools.publisher.Publisher.loadConformance(Publisher.java:5484)
	at org.hl7.fhir.igtools.publisher.Publisher.createIg(Publisher.java:1080)
	at org.hl7.fhir.igtools.publisher.Publisher.execute(Publisher.java:927)
	at org.hl7.fhir.igtools.publisher.Publisher.main(Publisher.java:11693)