* Don't render id/base/other properties of Resource itself in auto-narrative generator

* fix bug where extension values not generated for simple extensions
This commit is contained in:
Grahame Grieve 2020-11-05 14:12:57 +11:00
parent 01430d8d98
commit ca48cf7f79
1 changed files with 1 additions and 0 deletions

View File

@ -351,6 +351,7 @@ public class FilesystemPackageCacheManager extends BasePackageCacheManager imple
System.out.println();
System.out.print(" Installing: ");
}
if (npm.name() == null || id == null || !id.equals(npm.name())) {
if (!id.equals("hl7.fhir.r5.core")) {// temporary work around
throw new IOException("Attempt to import a mis-identified package. Expected " + id + ", got " + npm.name());