Class EvidenceReport

  • All Implemented Interfaces:
    Visitable

    @Generated("org.linuxforhealth.fhir.tools.CodeGenerator")
    public class EvidenceReport
    extends DomainResource
    The EvidenceReport Resource is a specialized container for a collection of resources and codable concepts, adapted to support compositions of Evidence, EvidenceVariable, and Citation resources and related concepts.

    Maturity level: FMM0 (Trial Use)

    • Method Detail

      • getUrl

        public Uri getUrl()
        An absolute URI that is used to identify this EvidenceReport when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which at which an authoritative instance of this summary is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the summary is stored on different servers.
        Returns:
        An immutable object of type Uri that may be null.
      • getStatus

        public PublicationStatus getStatus()
        The status of this summary. Enables tracking the life-cycle of the content.
        Returns:
        An immutable object of type PublicationStatus that is non-null.
      • getUseContext

        public java.util.List<UsageContext> getUseContext()
        The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate evidence report instances.
        Returns:
        An unmodifiable list containing immutable objects of type UsageContext that may be empty.
      • getIdentifier

        public java.util.List<Identifier> getIdentifier()
        A formal identifier that is used to identify this EvidenceReport when it is represented in other formats, or referenced in a specification, model, design or an instance.
        Returns:
        An unmodifiable list containing immutable objects of type Identifier that may be empty.
      • getRelatedIdentifier

        public java.util.List<Identifier> getRelatedIdentifier()
        A formal identifier that is used to identify things closely related to this EvidenceReport.
        Returns:
        An unmodifiable list containing immutable objects of type Identifier that may be empty.
      • getCiteAs

        public Element getCiteAs()
        Citation Resource or display of suggested citation for this report.
        Returns:
        An immutable object of type Reference or Markdown that may be null.
      • getType

        public CodeableConcept getType()
        Specifies the kind of report, such as grouping of classifiers, search results, or human-compiled expression.
        Returns:
        An immutable object of type CodeableConcept that may be null.
      • getNote

        public java.util.List<Annotation> getNote()
        Used for footnotes and annotations.
        Returns:
        An unmodifiable list containing immutable objects of type Annotation that may be empty.
      • getRelatedArtifact

        public java.util.List<RelatedArtifact> getRelatedArtifact()
        Link, description or reference to artifact associated with the report.
        Returns:
        An unmodifiable list containing immutable objects of type RelatedArtifact that may be empty.
      • getPublisher

        public String getPublisher()
        The name of the organization or individual that published the evidence report.
        Returns:
        An immutable object of type String that may be null.
      • getContact

        public java.util.List<ContactDetail> getContact()
        Contact details to assist a user in finding and communicating with the publisher.
        Returns:
        An unmodifiable list containing immutable objects of type ContactDetail that may be empty.
      • getAuthor

        public java.util.List<ContactDetail> getAuthor()
        An individiual, organization, or device primarily involved in the creation and maintenance of the content.
        Returns:
        An unmodifiable list containing immutable objects of type ContactDetail that may be empty.
      • getEditor

        public java.util.List<ContactDetail> getEditor()
        An individiual, organization, or device primarily responsible for internal coherence of the content.
        Returns:
        An unmodifiable list containing immutable objects of type ContactDetail that may be empty.
      • getReviewer

        public java.util.List<ContactDetail> getReviewer()
        An individiual, organization, or device primarily responsible for review of some aspect of the content.
        Returns:
        An unmodifiable list containing immutable objects of type ContactDetail that may be empty.
      • getEndorser

        public java.util.List<ContactDetail> getEndorser()
        An individiual, organization, or device responsible for officially endorsing the content for use in some setting.
        Returns:
        An unmodifiable list containing immutable objects of type ContactDetail that may be empty.
      • getRelatesTo

        public java.util.List<EvidenceReport.RelatesTo> getRelatesTo()
        Relationships that this composition has with other compositions or documents that already exist.
        Returns:
        An unmodifiable list containing immutable objects of type EvidenceReport.RelatesTo that may be empty.
      • getSection

        public java.util.List<EvidenceReport.Section> getSection()
        The root of the sections that make up the composition.
        Returns:
        An unmodifiable list containing immutable objects of type EvidenceReport.Section that may be empty.
      • accept

        public void accept​(java.lang.String elementName,
                           int elementIndex,
                           Visitor visitor)
        Description copied from interface: Visitable
        Accept a Visitor and invoke the appropriate visit methods. A typical implementation would look like this:
         if (visitor.preVisit(this)) {
             visitor.visitStart(elementName, elementIndex, this);
             if (visitor.visit(elementName, elementIndex, this)) {
                 // visit children
             }
             visitor.visitEnd(elementName, elementIndex, this);
             visitor.postVisit(this);
         }
         
        Specified by:
        accept in interface Visitable
        Specified by:
        accept in class AbstractVisitable
        Parameters:
        elementName - the name of the element in the context of this visit
        elementIndex - the index of the element in a list or -1 if it is not contained within a List
        visitor - the visitor to use
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object