Class Evidence
- java.lang.Object
-
- org.hl7.fhir.r4b.model.Base
-
- org.hl7.fhir.r4b.model.BaseResource
-
- org.hl7.fhir.r4b.model.Resource
-
- org.hl7.fhir.r4b.model.DomainResource
-
- org.hl7.fhir.r4b.model.Evidence
-
- All Implemented Interfaces:
ca.uhn.fhir.model.api.IElement,Serializable,org.hl7.fhir.instance.model.api.IAnyResource,org.hl7.fhir.instance.model.api.IBase,org.hl7.fhir.instance.model.api.IBaseHasExtensions,org.hl7.fhir.instance.model.api.IBaseHasModifierExtensions,org.hl7.fhir.instance.model.api.IBaseResource,org.hl7.fhir.instance.model.api.IDomainResource
public class Evidence extends DomainResource
The Evidence Resource provides a machine-interpretable expression of an evidence concept including the evidence variables (eg population, exposures/interventions, comparators, outcomes, measured variables, confounding variables), the statistics, and the certainty of this evidence.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEvidence.EvidenceCertaintyComponentstatic classEvidence.EvidenceStatisticAttributeEstimateComponentstatic classEvidence.EvidenceStatisticComponentstatic classEvidence.EvidenceStatisticModelCharacteristicComponentstatic classEvidence.EvidenceStatisticModelCharacteristicVariableComponentstatic classEvidence.EvidenceStatisticSampleSizeComponentstatic classEvidence.EvidenceVariableDefinitionComponent
-
Field Summary
Fields Modifier and Type Field Description protected DateTypeapprovalDateThe date on which the resource content was approved by the publisher.protected MarkdownTypeassertionDeclarative description of the Evidence.protected List<ContactDetail>authorAn individiual, organization, or device primarily involved in the creation and maintenance of the content.protected List<Evidence.EvidenceCertaintyComponent>certaintyAssessment of certainty, confidence in the estimates, or quality of the evidence.protected DataTypeciteAsCitation Resource or display of suggested citation for this evidence.protected List<ContactDetail>contactContact details to assist a user in finding and communicating with the publisher.static ca.uhn.fhir.rest.gclient.TokenClientParamCONTEXTFluent Client search parameter constant for contextstatic ca.uhn.fhir.rest.gclient.QuantityClientParamCONTEXT_QUANTITYFluent Client search parameter constant for context-quantitystatic ca.uhn.fhir.rest.gclient.TokenClientParamCONTEXT_TYPEFluent Client search parameter constant for context-typestatic ca.uhn.fhir.rest.gclient.CompositeClientParam<ca.uhn.fhir.rest.gclient.TokenClientParam,ca.uhn.fhir.rest.gclient.QuantityClientParam>CONTEXT_TYPE_QUANTITYFluent Client search parameter constant for context-type-quantitystatic ca.uhn.fhir.rest.gclient.CompositeClientParam<ca.uhn.fhir.rest.gclient.TokenClientParam,ca.uhn.fhir.rest.gclient.TokenClientParam>CONTEXT_TYPE_VALUEFluent Client search parameter constant for context-type-valueprotected DateTimeTypedateThe date (and optionally time) when the summary was published.static ca.uhn.fhir.rest.gclient.DateClientParamDATEFluent Client search parameter constant for dateprotected MarkdownTypedescriptionA free text natural language description of the evidence from a consumer's perspective.static ca.uhn.fhir.rest.gclient.StringClientParamDESCRIPTIONFluent Client search parameter constant for descriptionprotected List<ContactDetail>editorAn individiual, organization, or device primarily responsible for internal coherence of the content.protected List<ContactDetail>endorserAn individiual, organization, or device responsible for officially endorsing the content for use in some setting.protected List<Identifier>identifierA formal identifier that is used to identify this summary when it is represented in other formats, or referenced in a specification, model, design or an instance.static ca.uhn.fhir.rest.gclient.TokenClientParamIDENTIFIERFluent Client search parameter constant for identifierprotected DateTypelastReviewDateThe date on which the resource content was last reviewed.protected List<Annotation>noteFootnotes and/or explanatory notes.protected StringTypepublisherThe name of the organization or individual that published the evidence.static ca.uhn.fhir.rest.gclient.StringClientParamPUBLISHERFluent Client search parameter constant for publisherprotected List<RelatedArtifact>relatedArtifactLink or citation to artifact associated with the summary.protected List<ContactDetail>reviewerAn individiual, organization, or device primarily responsible for review of some aspect of the content.static StringSP_CONTEXTSearch parameter: contextstatic StringSP_CONTEXT_QUANTITYSearch parameter: context-quantitystatic StringSP_CONTEXT_TYPESearch parameter: context-typestatic StringSP_CONTEXT_TYPE_QUANTITYSearch parameter: context-type-quantitystatic StringSP_CONTEXT_TYPE_VALUESearch parameter: context-type-valuestatic StringSP_DATESearch parameter: datestatic StringSP_DESCRIPTIONSearch parameter: descriptionstatic StringSP_IDENTIFIERSearch parameter: identifierstatic StringSP_PUBLISHERSearch parameter: publisherstatic StringSP_STATUSSearch parameter: statusstatic StringSP_TITLESearch parameter: titlestatic StringSP_URLSearch parameter: urlstatic StringSP_VERSIONSearch parameter: versionprotected List<Evidence.EvidenceStatisticComponent>statisticValues and parameters for a single statistic.protected Enumeration<Enumerations.PublicationStatus>statusThe status of this summary.static ca.uhn.fhir.rest.gclient.TokenClientParamSTATUSFluent Client search parameter constant for statusprotected CodeableConceptstudyTypeThe type of study that produced this evidence.protected CodeableConceptsynthesisTypeThe method to combine studies.protected StringTypetitleA short, descriptive, user-friendly title for the summary.static ca.uhn.fhir.rest.gclient.StringClientParamTITLEFluent Client search parameter constant for titleprotected UriTypeurlAn absolute URI that is used to identify this evidence when it is referenced in a specification, model, design or an instance; also called its canonical identifier.static ca.uhn.fhir.rest.gclient.UriClientParamURLFluent Client search parameter constant for urlprotected List<UsageContext>useContextThe content was developed with a focus and intent of supporting the contexts that are listed.protected List<Evidence.EvidenceVariableDefinitionComponent>variableDefinitionEvidence variable such as population, exposure, or outcome.protected StringTypeversionThe identifier that is used to identify this version of the summary when it is referenced in a specification, model, design or instance.static ca.uhn.fhir.rest.gclient.TokenClientParamVERSIONFluent Client search parameter constant for version-
Fields inherited from class org.hl7.fhir.r4b.model.DomainResource
contained, extension, modifierExtension, SP_TEXT, text, TEXT
-
Fields inherited from class org.hl7.fhir.r4b.model.Resource
id, implicitRules, language, meta
-
-
Constructor Summary
Constructors Constructor Description Evidence()ConstructorEvidence(Enumerations.PublicationStatus status, Evidence.EvidenceVariableDefinitionComponent variableDefinition)Constructor
-
Method Summary
-
Methods inherited from class org.hl7.fhir.r4b.model.DomainResource
addContained, addExtension, addExtension, addExtension, addModifierExtension, addModifierExtension, checkNoModifiers, copyValues, getContained, getContained, getExtension, getExtensionByUrl, getExtensionsByUrl, getModifierExtension, getModifierExtensionsByUrl, getText, hasContained, hasExtension, hasExtension, hasModifierExtension, hasText, setContained, setExtension, setModifierExtension, setText
-
Methods inherited from class org.hl7.fhir.r4b.model.Resource
copyValues, getId, getIdBase, getIdElement, getImplicitRules, getImplicitRulesElement, getLanguage, getLanguage, getLanguageElement, getMeta, hasId, hasIdElement, hasImplicitRules, hasImplicitRulesElement, hasLanguage, hasLanguageElement, hasMeta, setId, setIdBase, setIdElement, setImplicitRules, setImplicitRulesElement, setLanguage, setLanguageElement, setMeta
-
Methods inherited from class org.hl7.fhir.r4b.model.BaseResource
getStructureFhirVersionEnum, isResource, setId
-
Methods inherited from class org.hl7.fhir.r4b.model.Base
children, clearUserData, compareDeep, compareDeep, compareDeep, compareDeep, compareValues, compareValues, copyUserData, copyValues, dateTimeValue, equals, getChildByName, getFormatCommentsPost, getFormatCommentsPre, getNamedProperty, getUserData, getUserInt, getUserString, getXhtml, hasFormatComment, hasPrimitiveValue, hasType, hasUserData, isBooleanPrimitive, isDateTime, isMetadataBased, isPrimitive, listChildrenByName, listChildrenByName, primitiveValue, setUserData, setUserDataINN
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.hl7.fhir.instance.model.api.IAnyResource
getId, getIdElement, getLanguageElement, getUserData, setId, setUserData
-
-
-
-
Field Detail
-
url
protected UriType url
An absolute URI that is used to identify this evidence 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.
-
identifier
protected List<Identifier> identifier
A formal identifier that is used to identify this summary when it is represented in other formats, or referenced in a specification, model, design or an instance.
-
version
protected StringType version
The identifier that is used to identify this version of the summary when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the summary author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence.
-
title
protected StringType title
A short, descriptive, user-friendly title for the summary.
-
citeAs
protected DataType citeAs
Citation Resource or display of suggested citation for this evidence.
-
status
protected Enumeration<Enumerations.PublicationStatus> status
The status of this summary. Enables tracking the life-cycle of the content.
-
date
protected DateTimeType date
The date (and optionally time) when the summary was published. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the summary changes.
-
useContext
protected List<UsageContext> useContext
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 instances.
-
approvalDate
protected DateType approvalDate
The date on which the resource content was approved by the publisher. Approval happens once when the content is officially approved for usage.
-
lastReviewDate
protected DateType lastReviewDate
The date on which the resource content was last reviewed. Review happens periodically after approval but does not change the original approval date.
-
publisher
protected StringType publisher
The name of the organization or individual that published the evidence.
-
contact
protected List<ContactDetail> contact
Contact details to assist a user in finding and communicating with the publisher.
-
author
protected List<ContactDetail> author
An individiual, organization, or device primarily involved in the creation and maintenance of the content.
-
editor
protected List<ContactDetail> editor
An individiual, organization, or device primarily responsible for internal coherence of the content.
-
reviewer
protected List<ContactDetail> reviewer
An individiual, organization, or device primarily responsible for review of some aspect of the content.
-
endorser
protected List<ContactDetail> endorser
An individiual, organization, or device responsible for officially endorsing the content for use in some setting.
-
relatedArtifact
protected List<RelatedArtifact> relatedArtifact
Link or citation to artifact associated with the summary.
-
description
protected MarkdownType description
A free text natural language description of the evidence from a consumer's perspective.
-
assertion
protected MarkdownType assertion
Declarative description of the Evidence.
-
note
protected List<Annotation> note
Footnotes and/or explanatory notes.
-
variableDefinition
protected List<Evidence.EvidenceVariableDefinitionComponent> variableDefinition
Evidence variable such as population, exposure, or outcome.
-
synthesisType
protected CodeableConcept synthesisType
The method to combine studies.
-
studyType
protected CodeableConcept studyType
The type of study that produced this evidence.
-
statistic
protected List<Evidence.EvidenceStatisticComponent> statistic
Values and parameters for a single statistic.
-
certainty
protected List<Evidence.EvidenceCertaintyComponent> certainty
Assessment of certainty, confidence in the estimates, or quality of the evidence.
-
SP_CONTEXT_QUANTITY
public static final String SP_CONTEXT_QUANTITY
Search parameter: context-quantityDescription: A quantity- or range-valued use context assigned to the evidence
Type: quantity
Path: (Evidence.useContext.value as Quantity) | (Evidence.useContext.value as Range)
- See Also:
- Constant Field Values
-
CONTEXT_QUANTITY
public static final ca.uhn.fhir.rest.gclient.QuantityClientParam CONTEXT_QUANTITY
Fluent Client search parameter constant for context-quantityDescription: A quantity- or range-valued use context assigned to the evidence
Type: quantity
Path: (Evidence.useContext.value as Quantity) | (Evidence.useContext.value as Range)
-
SP_CONTEXT_TYPE_QUANTITY
public static final String SP_CONTEXT_TYPE_QUANTITY
Search parameter: context-type-quantityDescription: A use context type and quantity- or range-based value assigned to the evidence
Type: composite
Path: Evidence.useContext
- See Also:
- Constant Field Values
-
CONTEXT_TYPE_QUANTITY
public static final ca.uhn.fhir.rest.gclient.CompositeClientParam<ca.uhn.fhir.rest.gclient.TokenClientParam,ca.uhn.fhir.rest.gclient.QuantityClientParam> CONTEXT_TYPE_QUANTITY
Fluent Client search parameter constant for context-type-quantityDescription: A use context type and quantity- or range-based value assigned to the evidence
Type: composite
Path: Evidence.useContext
-
SP_CONTEXT_TYPE_VALUE
public static final String SP_CONTEXT_TYPE_VALUE
Search parameter: context-type-valueDescription: A use context type and value assigned to the evidence
Type: composite
Path: Evidence.useContext
- See Also:
- Constant Field Values
-
CONTEXT_TYPE_VALUE
public static final ca.uhn.fhir.rest.gclient.CompositeClientParam<ca.uhn.fhir.rest.gclient.TokenClientParam,ca.uhn.fhir.rest.gclient.TokenClientParam> CONTEXT_TYPE_VALUE
Fluent Client search parameter constant for context-type-valueDescription: A use context type and value assigned to the evidence
Type: composite
Path: Evidence.useContext
-
SP_CONTEXT_TYPE
public static final String SP_CONTEXT_TYPE
Search parameter: context-typeDescription: A type of use context assigned to the evidence
Type: token
Path: Evidence.useContext.code
- See Also:
- Constant Field Values
-
CONTEXT_TYPE
public static final ca.uhn.fhir.rest.gclient.TokenClientParam CONTEXT_TYPE
Fluent Client search parameter constant for context-typeDescription: A type of use context assigned to the evidence
Type: token
Path: Evidence.useContext.code
-
SP_CONTEXT
public static final String SP_CONTEXT
Search parameter: contextDescription: A use context assigned to the evidence
Type: token
Path: (Evidence.useContext.value as CodeableConcept)
- See Also:
- Constant Field Values
-
CONTEXT
public static final ca.uhn.fhir.rest.gclient.TokenClientParam CONTEXT
Fluent Client search parameter constant for contextDescription: A use context assigned to the evidence
Type: token
Path: (Evidence.useContext.value as CodeableConcept)
-
SP_DATE
public static final String SP_DATE
Search parameter: dateDescription: The evidence publication date
Type: date
Path: Evidence.date
- See Also:
- Constant Field Values
-
DATE
public static final ca.uhn.fhir.rest.gclient.DateClientParam DATE
Fluent Client search parameter constant for dateDescription: The evidence publication date
Type: date
Path: Evidence.date
-
SP_DESCRIPTION
public static final String SP_DESCRIPTION
Search parameter: descriptionDescription: The description of the evidence
Type: string
Path: Evidence.description
- See Also:
- Constant Field Values
-
DESCRIPTION
public static final ca.uhn.fhir.rest.gclient.StringClientParam DESCRIPTION
Fluent Client search parameter constant for descriptionDescription: The description of the evidence
Type: string
Path: Evidence.description
-
SP_IDENTIFIER
public static final String SP_IDENTIFIER
Search parameter: identifierDescription: External identifier for the evidence
Type: token
Path: Evidence.identifier
- See Also:
- Constant Field Values
-
IDENTIFIER
public static final ca.uhn.fhir.rest.gclient.TokenClientParam IDENTIFIER
Fluent Client search parameter constant for identifierDescription: External identifier for the evidence
Type: token
Path: Evidence.identifier
-
SP_PUBLISHER
public static final String SP_PUBLISHER
Search parameter: publisherDescription: Name of the publisher of the evidence
Type: string
Path: Evidence.publisher
- See Also:
- Constant Field Values
-
PUBLISHER
public static final ca.uhn.fhir.rest.gclient.StringClientParam PUBLISHER
Fluent Client search parameter constant for publisherDescription: Name of the publisher of the evidence
Type: string
Path: Evidence.publisher
-
SP_STATUS
public static final String SP_STATUS
Search parameter: statusDescription: The current status of the evidence
Type: token
Path: Evidence.status
- See Also:
- Constant Field Values
-
STATUS
public static final ca.uhn.fhir.rest.gclient.TokenClientParam STATUS
Fluent Client search parameter constant for statusDescription: The current status of the evidence
Type: token
Path: Evidence.status
-
SP_TITLE
public static final String SP_TITLE
Search parameter: titleDescription: The human-friendly name of the evidence
Type: string
Path: Evidence.title
- See Also:
- Constant Field Values
-
TITLE
public static final ca.uhn.fhir.rest.gclient.StringClientParam TITLE
Fluent Client search parameter constant for titleDescription: The human-friendly name of the evidence
Type: string
Path: Evidence.title
-
SP_URL
public static final String SP_URL
Search parameter: urlDescription: The uri that identifies the evidence
Type: uri
Path: Evidence.url
- See Also:
- Constant Field Values
-
URL
public static final ca.uhn.fhir.rest.gclient.UriClientParam URL
Fluent Client search parameter constant for urlDescription: The uri that identifies the evidence
Type: uri
Path: Evidence.url
-
SP_VERSION
public static final String SP_VERSION
Search parameter: versionDescription: The business version of the evidence
Type: token
Path: Evidence.version
- See Also:
- Constant Field Values
-
VERSION
public static final ca.uhn.fhir.rest.gclient.TokenClientParam VERSION
Fluent Client search parameter constant for versionDescription: The business version of the evidence
Type: token
Path: Evidence.version
-
-
Constructor Detail
-
Evidence
public Evidence()
Constructor
-
Evidence
public Evidence(Enumerations.PublicationStatus status, Evidence.EvidenceVariableDefinitionComponent variableDefinition)
Constructor
-
-
Method Detail
-
getUrlElement
public UriType getUrlElement()
- Returns:
url(An absolute URI that is used to identify this evidence 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.). This is the underlying object with id, value and extensions. The accessor "getUrl" gives direct access to the value
-
hasUrlElement
public boolean hasUrlElement()
-
hasUrl
public boolean hasUrl()
-
setUrlElement
public Evidence setUrlElement(UriType value)
- Parameters:
value-url(An absolute URI that is used to identify this evidence 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.). This is the underlying object with id, value and extensions. The accessor "getUrl" gives direct access to the value
-
getUrl
public String getUrl()
- Returns:
- An absolute URI that is used to identify this evidence 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.
-
setUrl
public Evidence setUrl(String value)
- Parameters:
value- An absolute URI that is used to identify this evidence 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.
-
getIdentifier
public List<Identifier> getIdentifier()
- Returns:
identifier(A formal identifier that is used to identify this summary when it is represented in other formats, or referenced in a specification, model, design or an instance.)
-
setIdentifier
public Evidence setIdentifier(List<Identifier> theIdentifier)
- Returns:
- Returns a reference to
thisfor easy method chaining
-
hasIdentifier
public boolean hasIdentifier()
-
addIdentifier
public Identifier addIdentifier()
-
addIdentifier
public Evidence addIdentifier(Identifier t)
-
getIdentifierFirstRep
public Identifier getIdentifierFirstRep()
- Returns:
- The first repetition of repeating field
identifier, creating it if it does not already exist {3}
-
getVersionElement
public StringType getVersionElement()
- Returns:
version(The identifier that is used to identify this version of the summary when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the summary author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence.). This is the underlying object with id, value and extensions. The accessor "getVersion" gives direct access to the value
-
hasVersionElement
public boolean hasVersionElement()
-
hasVersion
public boolean hasVersion()
-
setVersionElement
public Evidence setVersionElement(StringType value)
- Parameters:
value-version(The identifier that is used to identify this version of the summary when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the summary author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence.). This is the underlying object with id, value and extensions. The accessor "getVersion" gives direct access to the value
-
getVersion
public String getVersion()
- Returns:
- The identifier that is used to identify this version of the summary when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the summary author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence.
-
setVersion
public Evidence setVersion(String value)
- Parameters:
value- The identifier that is used to identify this version of the summary when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the summary author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence.
-
getTitleElement
public StringType getTitleElement()
- Returns:
title(A short, descriptive, user-friendly title for the summary.). This is the underlying object with id, value and extensions. The accessor "getTitle" gives direct access to the value
-
hasTitleElement
public boolean hasTitleElement()
-
hasTitle
public boolean hasTitle()
-
setTitleElement
public Evidence setTitleElement(StringType value)
- Parameters:
value-title(A short, descriptive, user-friendly title for the summary.). This is the underlying object with id, value and extensions. The accessor "getTitle" gives direct access to the value
-
getTitle
public String getTitle()
- Returns:
- A short, descriptive, user-friendly title for the summary.
-
setTitle
public Evidence setTitle(String value)
- Parameters:
value- A short, descriptive, user-friendly title for the summary.
-
getCiteAs
public DataType getCiteAs()
- Returns:
citeAs(Citation Resource or display of suggested citation for this evidence.)
-
getCiteAsReference
public Reference getCiteAsReference() throws org.hl7.fhir.exceptions.FHIRException
- Returns:
citeAs(Citation Resource or display of suggested citation for this evidence.)- Throws:
org.hl7.fhir.exceptions.FHIRException
-
hasCiteAsReference
public boolean hasCiteAsReference()
-
getCiteAsMarkdownType
public MarkdownType getCiteAsMarkdownType() throws org.hl7.fhir.exceptions.FHIRException
- Returns:
citeAs(Citation Resource or display of suggested citation for this evidence.)- Throws:
org.hl7.fhir.exceptions.FHIRException
-
hasCiteAsMarkdownType
public boolean hasCiteAsMarkdownType()
-
hasCiteAs
public boolean hasCiteAs()
-
setCiteAs
public Evidence setCiteAs(DataType value)
- Parameters:
value-citeAs(Citation Resource or display of suggested citation for this evidence.)
-
getStatusElement
public Enumeration<Enumerations.PublicationStatus> getStatusElement()
- Returns:
status(The status of this summary. Enables tracking the life-cycle of the content.). This is the underlying object with id, value and extensions. The accessor "getStatus" gives direct access to the value
-
hasStatusElement
public boolean hasStatusElement()
-
hasStatus
public boolean hasStatus()
-
setStatusElement
public Evidence setStatusElement(Enumeration<Enumerations.PublicationStatus> value)
- Parameters:
value-status(The status of this summary. Enables tracking the life-cycle of the content.). This is the underlying object with id, value and extensions. The accessor "getStatus" gives direct access to the value
-
getStatus
public Enumerations.PublicationStatus getStatus()
- Returns:
- The status of this summary. Enables tracking the life-cycle of the content.
-
setStatus
public Evidence setStatus(Enumerations.PublicationStatus value)
- Parameters:
value- The status of this summary. Enables tracking the life-cycle of the content.
-
getDateElement
public DateTimeType getDateElement()
- Returns:
date(The date (and optionally time) when the summary was published. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the summary changes.). This is the underlying object with id, value and extensions. The accessor "getDate" gives direct access to the value
-
hasDateElement
public boolean hasDateElement()
-
hasDate
public boolean hasDate()
-
setDateElement
public Evidence setDateElement(DateTimeType value)
- Parameters:
value-date(The date (and optionally time) when the summary was published. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the summary changes.). This is the underlying object with id, value and extensions. The accessor "getDate" gives direct access to the value
-
getDate
public Date getDate()
- Returns:
- The date (and optionally time) when the summary was published. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the summary changes.
-
setDate
public Evidence setDate(Date value)
- Parameters:
value- The date (and optionally time) when the summary was published. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the summary changes.
-
getUseContext
public List<UsageContext> getUseContext()
- Returns:
useContext(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 instances.)
-
setUseContext
public Evidence setUseContext(List<UsageContext> theUseContext)
- Returns:
- Returns a reference to
thisfor easy method chaining
-
hasUseContext
public boolean hasUseContext()
-
addUseContext
public UsageContext addUseContext()
-
addUseContext
public Evidence addUseContext(UsageContext t)
-
getUseContextFirstRep
public UsageContext getUseContextFirstRep()
- Returns:
- The first repetition of repeating field
useContext, creating it if it does not already exist {3}
-
getApprovalDateElement
public DateType getApprovalDateElement()
- Returns:
approvalDate(The date on which the resource content was approved by the publisher. Approval happens once when the content is officially approved for usage.). This is the underlying object with id, value and extensions. The accessor "getApprovalDate" gives direct access to the value
-
hasApprovalDateElement
public boolean hasApprovalDateElement()
-
hasApprovalDate
public boolean hasApprovalDate()
-
setApprovalDateElement
public Evidence setApprovalDateElement(DateType value)
- Parameters:
value-approvalDate(The date on which the resource content was approved by the publisher. Approval happens once when the content is officially approved for usage.). This is the underlying object with id, value and extensions. The accessor "getApprovalDate" gives direct access to the value
-
getApprovalDate
public Date getApprovalDate()
- Returns:
- The date on which the resource content was approved by the publisher. Approval happens once when the content is officially approved for usage.
-
setApprovalDate
public Evidence setApprovalDate(Date value)
- Parameters:
value- The date on which the resource content was approved by the publisher. Approval happens once when the content is officially approved for usage.
-
getLastReviewDateElement
public DateType getLastReviewDateElement()
- Returns:
lastReviewDate(The date on which the resource content was last reviewed. Review happens periodically after approval but does not change the original approval date.). This is the underlying object with id, value and extensions. The accessor "getLastReviewDate" gives direct access to the value
-
hasLastReviewDateElement
public boolean hasLastReviewDateElement()
-
hasLastReviewDate
public boolean hasLastReviewDate()
-
setLastReviewDateElement
public Evidence setLastReviewDateElement(DateType value)
- Parameters:
value-lastReviewDate(The date on which the resource content was last reviewed. Review happens periodically after approval but does not change the original approval date.). This is the underlying object with id, value and extensions. The accessor "getLastReviewDate" gives direct access to the value
-
getLastReviewDate
public Date getLastReviewDate()
- Returns:
- The date on which the resource content was last reviewed. Review happens periodically after approval but does not change the original approval date.
-
setLastReviewDate
public Evidence setLastReviewDate(Date value)
- Parameters:
value- The date on which the resource content was last reviewed. Review happens periodically after approval but does not change the original approval date.
-
getPublisherElement
public StringType getPublisherElement()
- Returns:
publisher(The name of the organization or individual that published the evidence.). This is the underlying object with id, value and extensions. The accessor "getPublisher" gives direct access to the value
-
hasPublisherElement
public boolean hasPublisherElement()
-
hasPublisher
public boolean hasPublisher()
-
setPublisherElement
public Evidence setPublisherElement(StringType value)
- Parameters:
value-publisher(The name of the organization or individual that published the evidence.). This is the underlying object with id, value and extensions. The accessor "getPublisher" gives direct access to the value
-
getPublisher
public String getPublisher()
- Returns:
- The name of the organization or individual that published the evidence.
-
setPublisher
public Evidence setPublisher(String value)
- Parameters:
value- The name of the organization or individual that published the evidence.
-
getContact
public List<ContactDetail> getContact()
- Returns:
contact(Contact details to assist a user in finding and communicating with the publisher.)
-
setContact
public Evidence setContact(List<ContactDetail> theContact)
- Returns:
- Returns a reference to
thisfor easy method chaining
-
hasContact
public boolean hasContact()
-
addContact
public ContactDetail addContact()
-
addContact
public Evidence addContact(ContactDetail t)
-
getContactFirstRep
public ContactDetail getContactFirstRep()
- Returns:
- The first repetition of repeating field
contact, creating it if it does not already exist {3}
-
getAuthor
public List<ContactDetail> getAuthor()
- Returns:
author(An individiual, organization, or device primarily involved in the creation and maintenance of the content.)
-
setAuthor
public Evidence setAuthor(List<ContactDetail> theAuthor)
- Returns:
- Returns a reference to
thisfor easy method chaining
-
hasAuthor
public boolean hasAuthor()
-
addAuthor
public ContactDetail addAuthor()
-
addAuthor
public Evidence addAuthor(ContactDetail t)
-
getAuthorFirstRep
public ContactDetail getAuthorFirstRep()
- Returns:
- The first repetition of repeating field
author, creating it if it does not already exist {3}
-
getEditor
public List<ContactDetail> getEditor()
- Returns:
editor(An individiual, organization, or device primarily responsible for internal coherence of the content.)
-
setEditor
public Evidence setEditor(List<ContactDetail> theEditor)
- Returns:
- Returns a reference to
thisfor easy method chaining
-
hasEditor
public boolean hasEditor()
-
addEditor
public ContactDetail addEditor()
-
addEditor
public Evidence addEditor(ContactDetail t)
-
getEditorFirstRep
public ContactDetail getEditorFirstRep()
- Returns:
- The first repetition of repeating field
editor, creating it if it does not already exist {3}
-
getReviewer
public List<ContactDetail> getReviewer()
- Returns:
reviewer(An individiual, organization, or device primarily responsible for review of some aspect of the content.)
-
setReviewer
public Evidence setReviewer(List<ContactDetail> theReviewer)
- Returns:
- Returns a reference to
thisfor easy method chaining
-
hasReviewer
public boolean hasReviewer()
-
addReviewer
public ContactDetail addReviewer()
-
addReviewer
public Evidence addReviewer(ContactDetail t)
-
getReviewerFirstRep
public ContactDetail getReviewerFirstRep()
- Returns:
- The first repetition of repeating field
reviewer, creating it if it does not already exist {3}
-
getEndorser
public List<ContactDetail> getEndorser()
- Returns:
endorser(An individiual, organization, or device responsible for officially endorsing the content for use in some setting.)
-
setEndorser
public Evidence setEndorser(List<ContactDetail> theEndorser)
- Returns:
- Returns a reference to
thisfor easy method chaining
-
hasEndorser
public boolean hasEndorser()
-
addEndorser
public ContactDetail addEndorser()
-
addEndorser
public Evidence addEndorser(ContactDetail t)
-
getEndorserFirstRep
public ContactDetail getEndorserFirstRep()
- Returns:
- The first repetition of repeating field
endorser, creating it if it does not already exist {3}
-
getRelatedArtifact
public List<RelatedArtifact> getRelatedArtifact()
- Returns:
relatedArtifact(Link or citation to artifact associated with the summary.)
-
setRelatedArtifact
public Evidence setRelatedArtifact(List<RelatedArtifact> theRelatedArtifact)
- Returns:
- Returns a reference to
thisfor easy method chaining
-
hasRelatedArtifact
public boolean hasRelatedArtifact()
-
addRelatedArtifact
public RelatedArtifact addRelatedArtifact()
-
addRelatedArtifact
public Evidence addRelatedArtifact(RelatedArtifact t)
-
getRelatedArtifactFirstRep
public RelatedArtifact getRelatedArtifactFirstRep()
- Returns:
- The first repetition of repeating field
relatedArtifact, creating it if it does not already exist {3}
-
getDescriptionElement
public MarkdownType getDescriptionElement()
- Returns:
description(A free text natural language description of the evidence from a consumer's perspective.). This is the underlying object with id, value and extensions. The accessor "getDescription" gives direct access to the value
-
hasDescriptionElement
public boolean hasDescriptionElement()
-
hasDescription
public boolean hasDescription()
-
setDescriptionElement
public Evidence setDescriptionElement(MarkdownType value)
- Parameters:
value-description(A free text natural language description of the evidence from a consumer's perspective.). This is the underlying object with id, value and extensions. The accessor "getDescription" gives direct access to the value
-
getDescription
public String getDescription()
- Returns:
- A free text natural language description of the evidence from a consumer's perspective.
-
setDescription
public Evidence setDescription(String value)
- Parameters:
value- A free text natural language description of the evidence from a consumer's perspective.
-
getAssertionElement
public MarkdownType getAssertionElement()
- Returns:
assertion(Declarative description of the Evidence.). This is the underlying object with id, value and extensions. The accessor "getAssertion" gives direct access to the value
-
hasAssertionElement
public boolean hasAssertionElement()
-
hasAssertion
public boolean hasAssertion()
-
setAssertionElement
public Evidence setAssertionElement(MarkdownType value)
- Parameters:
value-assertion(Declarative description of the Evidence.). This is the underlying object with id, value and extensions. The accessor "getAssertion" gives direct access to the value
-
getAssertion
public String getAssertion()
- Returns:
- Declarative description of the Evidence.
-
setAssertion
public Evidence setAssertion(String value)
- Parameters:
value- Declarative description of the Evidence.
-
getNote
public List<Annotation> getNote()
- Returns:
note(Footnotes and/or explanatory notes.)
-
setNote
public Evidence setNote(List<Annotation> theNote)
- Returns:
- Returns a reference to
thisfor easy method chaining
-
hasNote
public boolean hasNote()
-
addNote
public Annotation addNote()
-
addNote
public Evidence addNote(Annotation t)
-
getNoteFirstRep
public Annotation getNoteFirstRep()
- Returns:
- The first repetition of repeating field
note, creating it if it does not already exist {3}
-
getVariableDefinition
public List<Evidence.EvidenceVariableDefinitionComponent> getVariableDefinition()
- Returns:
variableDefinition(Evidence variable such as population, exposure, or outcome.)
-
setVariableDefinition
public Evidence setVariableDefinition(List<Evidence.EvidenceVariableDefinitionComponent> theVariableDefinition)
- Returns:
- Returns a reference to
thisfor easy method chaining
-
hasVariableDefinition
public boolean hasVariableDefinition()
-
addVariableDefinition
public Evidence.EvidenceVariableDefinitionComponent addVariableDefinition()
-
addVariableDefinition
public Evidence addVariableDefinition(Evidence.EvidenceVariableDefinitionComponent t)
-
getVariableDefinitionFirstRep
public Evidence.EvidenceVariableDefinitionComponent getVariableDefinitionFirstRep()
- Returns:
- The first repetition of repeating field
variableDefinition, creating it if it does not already exist {3}
-
getSynthesisType
public CodeableConcept getSynthesisType()
- Returns:
synthesisType(The method to combine studies.)
-
hasSynthesisType
public boolean hasSynthesisType()
-
setSynthesisType
public Evidence setSynthesisType(CodeableConcept value)
- Parameters:
value-synthesisType(The method to combine studies.)
-
getStudyType
public CodeableConcept getStudyType()
- Returns:
studyType(The type of study that produced this evidence.)
-
hasStudyType
public boolean hasStudyType()
-
setStudyType
public Evidence setStudyType(CodeableConcept value)
- Parameters:
value-studyType(The type of study that produced this evidence.)
-
getStatistic
public List<Evidence.EvidenceStatisticComponent> getStatistic()
- Returns:
statistic(Values and parameters for a single statistic.)
-
setStatistic
public Evidence setStatistic(List<Evidence.EvidenceStatisticComponent> theStatistic)
- Returns:
- Returns a reference to
thisfor easy method chaining
-
hasStatistic
public boolean hasStatistic()
-
addStatistic
public Evidence.EvidenceStatisticComponent addStatistic()
-
addStatistic
public Evidence addStatistic(Evidence.EvidenceStatisticComponent t)
-
getStatisticFirstRep
public Evidence.EvidenceStatisticComponent getStatisticFirstRep()
- Returns:
- The first repetition of repeating field
statistic, creating it if it does not already exist {3}
-
getCertainty
public List<Evidence.EvidenceCertaintyComponent> getCertainty()
- Returns:
certainty(Assessment of certainty, confidence in the estimates, or quality of the evidence.)
-
setCertainty
public Evidence setCertainty(List<Evidence.EvidenceCertaintyComponent> theCertainty)
- Returns:
- Returns a reference to
thisfor easy method chaining
-
hasCertainty
public boolean hasCertainty()
-
addCertainty
public Evidence.EvidenceCertaintyComponent addCertainty()
-
addCertainty
public Evidence addCertainty(Evidence.EvidenceCertaintyComponent t)
-
getCertaintyFirstRep
public Evidence.EvidenceCertaintyComponent getCertaintyFirstRep()
- Returns:
- The first repetition of repeating field
certainty, creating it if it does not already exist {3}
-
listChildren
protected void listChildren(List<Property> children)
- Overrides:
listChildrenin classDomainResource
-
getNamedProperty
public Property getNamedProperty(int _hash, String _name, boolean _checkValid) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
getNamedPropertyin classDomainResource- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getProperty
public Base[] getProperty(int hash, String name, boolean checkValid) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
getPropertyin classDomainResource- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setProperty
public Base setProperty(int hash, String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
setPropertyin classDomainResource- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setProperty
public Base setProperty(String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
setPropertyin classDomainResource- Throws:
org.hl7.fhir.exceptions.FHIRException
-
makeProperty
public Base makeProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
makePropertyin classDomainResource- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getTypesForProperty
public String[] getTypesForProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
getTypesForPropertyin classDomainResource- Throws:
org.hl7.fhir.exceptions.FHIRException
-
addChild
public Base addChild(String name) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
addChildin classDomainResource- Throws:
org.hl7.fhir.exceptions.FHIRException
-
fhirType
public String fhirType()
- Specified by:
fhirTypein interfaceorg.hl7.fhir.instance.model.api.IBase- Overrides:
fhirTypein classDomainResource
-
copy
public Evidence copy()
- Specified by:
copyin classDomainResource
-
copyValues
public void copyValues(Evidence dst)
-
equalsDeep
public boolean equalsDeep(Base other_)
- Overrides:
equalsDeepin classDomainResource
-
equalsShallow
public boolean equalsShallow(Base other_)
- Overrides:
equalsShallowin classDomainResource
-
isEmpty
public boolean isEmpty()
- Specified by:
isEmptyin interfaceorg.hl7.fhir.instance.model.api.IBase- Overrides:
isEmptyin classDomainResource
-
getResourceType
public ResourceType getResourceType()
- Specified by:
getResourceTypein classResource
-
-