All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.opencds.cqf.acceleratorkit.DictionaryProfileElementExtension Maven / Gradle / Ivy

There is a newer version: 3.1.0
Show newest version
package org.opencds.cqf.acceleratorkit;

import org.hl7.fhir.r4.model.StructureDefinition;

public class DictionaryProfileElementExtension {
    private String profileId;
    public String getProfileId() {
        return this.profileId;
    }
    public void setProfileId(String profileId) {
        this.profileId = profileId;
    }

    private String resourcePath;
    public String getResourcePath() { return this.resourcePath; }
    public void setResourcePath(String resourcePath) { this.resourcePath = resourcePath; }

    private DictionaryElement element;
    public DictionaryElement getElement() { return this.element; }
    public void setElement(DictionaryElement element) { this.element = element; }

    private StructureDefinition extension;
    public StructureDefinition getExtension() { return this.extension; }
    public void setExtension(StructureDefinition extension) { this.extension = extension; }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy