interface EvidenceReport {
    _citeAsMarkdown?: Element;
    _implicitRules?: Element;
    _language?: Element;
    _publisher?: Element;
    _status?: Element;
    _url?: Element;
    author?: ContactDetail[];
    citeAsMarkdown?: markdown;
    citeAsReference?: Reference;
    contact?: ContactDetail[];
    contained?: ConcreteType[];
    editor?: ContactDetail[];
    endorser?: ContactDetail[];
    extension?: Extension[];
    id?: id;
    identifier?: Identifier[];
    implicitRules?: uri;
    language?: code;
    meta?: Meta;
    modifierExtension?: Extension[];
    note?: Annotation[];
    publisher?: string;
    relatedArtifact?: RelatedArtifact[];
    relatedIdentifier?: Identifier[];
    relatesTo?: EvidenceReportRelatesTo[];
    resourceType: "EvidenceReport";
    reviewer?: ContactDetail[];
    section?: EvidenceReportSection[];
    status: code;
    subject: EvidenceReportSubject;
    text?: Narrative;
    type?: CodeableConcept;
    url?: uri;
    useContext?: UsageContext[];
}

Properties

_citeAsMarkdown?: Element

Citation for this report

_implicitRules?: Element

A set of rules under which this content was created

_language?: Element

Language of the resource content

_publisher?: Element

Name of the publisher (organization or individual)

_status?: Element

draft | active | retired | unknown

_url?: Element

Canonical identifier for this EvidenceReport, represented as a globally unique URI

author?: ContactDetail[]

Who authored the content

citeAsMarkdown?: markdown

Citation for this report

citeAsReference?: Reference

Citation for this report

contact?: ContactDetail[]

Contact details for the publisher

contained?: ConcreteType[]

Contained, inline Resources

editor?: ContactDetail[]

Who edited the content

endorser?: ContactDetail[]

Who endorsed the content

extension?: Extension[]

Additional content defined by implementations

id?: id

Logical id of this artifact

identifier?: Identifier[]

Unique identifier for the evidence report

implicitRules?: uri

A set of rules under which this content was created

language?: code

Language of the resource content

meta?: Meta

Metadata about the resource

modifierExtension?: Extension[]

Extensions that cannot be ignored

note?: Annotation[]

Used for footnotes and annotations

publisher?: string

Name of the publisher (organization or individual)

relatedArtifact?: RelatedArtifact[]

Link, description or reference to artifact associated with the report

relatedIdentifier?: Identifier[]

Identifiers for articles that may relate to more than one evidence report

Relationships to other compositions/documents

resourceType
reviewer?: ContactDetail[]

Who reviewed the content

Composition is broken into sections

status: code

draft | active | retired | unknown

Focus of the report

text?: Narrative

Text summary of the resource, for human interpretation

Kind of report

url?: uri

Canonical identifier for this EvidenceReport, represented as a globally unique URI

useContext?: UsageContext[]

The context that the content is intended to support