Class EvidenceReport
- java.lang.Object
-
- org.linuxforhealth.fhir.model.visitor.AbstractVisitable
-
- org.linuxforhealth.fhir.model.resource.Resource
-
- org.linuxforhealth.fhir.model.resource.DomainResource
-
- org.linuxforhealth.fhir.model.resource.EvidenceReport
-
- All Implemented Interfaces:
Visitable
@Generated("org.linuxforhealth.fhir.tools.CodeGenerator") public class EvidenceReport extends DomainResourceThe 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)
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEvidenceReport.Builderstatic classEvidenceReport.RelatesToRelationships that this composition has with other compositions or documents that already exist.static classEvidenceReport.SectionThe root of the sections that make up the composition.static classEvidenceReport.SubjectSpecifies the subject or focus of the report.
-
Field Summary
-
Fields inherited from class org.linuxforhealth.fhir.model.resource.DomainResource
contained, extension, modifierExtension, text
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(java.lang.String elementName, int elementIndex, Visitor visitor)Accept a Visitor and invoke the appropriate visit methods.static EvidenceReport.Builderbuilder()booleanequals(java.lang.Object obj)java.util.List<ContactDetail>getAuthor()An individiual, organization, or device primarily involved in the creation and maintenance of the content.ElementgetCiteAs()Citation Resource or display of suggested citation for this report.java.util.List<ContactDetail>getContact()Contact details to assist a user in finding and communicating with the publisher.java.util.List<ContactDetail>getEditor()An individiual, organization, or device primarily responsible for internal coherence of the content.java.util.List<ContactDetail>getEndorser()An individiual, organization, or device responsible for officially endorsing the content for use in some setting.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.java.util.List<Annotation>getNote()Used for footnotes and annotations.StringgetPublisher()The name of the organization or individual that published the evidence report.java.util.List<RelatedArtifact>getRelatedArtifact()Link, description or reference to artifact associated with the report.java.util.List<Identifier>getRelatedIdentifier()A formal identifier that is used to identify things closely related to this EvidenceReport.java.util.List<EvidenceReport.RelatesTo>getRelatesTo()Relationships that this composition has with other compositions or documents that already exist.java.util.List<ContactDetail>getReviewer()An individiual, organization, or device primarily responsible for review of some aspect of the content.java.util.List<EvidenceReport.Section>getSection()The root of the sections that make up the composition.PublicationStatusgetStatus()The status of this summary.EvidenceReport.SubjectgetSubject()Specifies the subject or focus of the report.CodeableConceptgetType()Specifies the kind of report, such as grouping of classifiers, search results, or human-compiled expression.UrigetUrl()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.java.util.List<UsageContext>getUseContext()The content was developed with a focus and intent of supporting the contexts that are listed.booleanhasChildren()inthashCode()EvidenceReport.BuildertoBuilder()Create a new Builder from the contents of this Resource-
Methods inherited from class org.linuxforhealth.fhir.model.resource.DomainResource
getContained, getExtension, getModifierExtension, getText
-
Methods inherited from class org.linuxforhealth.fhir.model.resource.Resource
as, getId, getImplicitRules, getLanguage, getMeta, is
-
-
-
-
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
Urithat 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
PublicationStatusthat 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
UsageContextthat 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
Identifierthat 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
Identifierthat may be empty.
-
getCiteAs
public Element getCiteAs()
Citation Resource or display of suggested citation for this report.
-
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
CodeableConceptthat may be null.
-
getNote
public java.util.List<Annotation> getNote()
Used for footnotes and annotations.- Returns:
- An unmodifiable list containing immutable objects of type
Annotationthat 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
RelatedArtifactthat may be empty.
-
getSubject
public EvidenceReport.Subject getSubject()
Specifies the subject or focus of the report. Answers "What is this report about?".- Returns:
- An immutable object of type
EvidenceReport.Subjectthat is non-null.
-
getPublisher
public String getPublisher()
The name of the organization or individual that published the evidence report.- Returns:
- An immutable object of type
Stringthat 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
ContactDetailthat 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
ContactDetailthat 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
ContactDetailthat 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
ContactDetailthat 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
ContactDetailthat 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.RelatesTothat 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.Sectionthat may be empty.
-
hasChildren
public boolean hasChildren()
- Overrides:
hasChildrenin classDomainResource
-
accept
public void accept(java.lang.String elementName, int elementIndex, Visitor visitor)Description copied from interface:VisitableAccept 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:
acceptin interfaceVisitable- Specified by:
acceptin classAbstractVisitable- Parameters:
elementName- the name of the element in the context of this visitelementIndex- the index of the element in a list or -1 if it is not contained within a Listvisitor- the visitor to use
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toBuilder
public EvidenceReport.Builder toBuilder()
Description copied from class:ResourceCreate a new Builder from the contents of this Resource- Specified by:
toBuilderin classDomainResource
-
builder
public static EvidenceReport.Builder builder()
-
-