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

org.hl7.fhir.r5.utils.structuremap.StructureMapAnalysis Maven / Gradle / Ivy

There is a newer version: 6.5.6
Show newest version
package org.hl7.fhir.r5.utils.structuremap;

import org.hl7.fhir.r5.model.StructureDefinition;
import org.hl7.fhir.utilities.MarkedToMoveToAdjunctPackage;
import org.hl7.fhir.utilities.xhtml.XhtmlNode;

import java.util.ArrayList;
import java.util.List;

@MarkedToMoveToAdjunctPackage
public class StructureMapAnalysis {
  public List profiles = new ArrayList();
  public XhtmlNode summary;

  public List getProfiles() {
    return profiles;
  }

  public XhtmlNode getSummary() {
    return summary;
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy