public OutputEntry(DPCResourceType type, String url, Integer count, List<FhirExtension> extension) {
            this.type = type;
            this.url = url;
            this.count = count;
            this.extension = extension;