Class TEvidenceReport

Unit

Declaration

type TEvidenceReport = class(TMetadataResource)

Description

The EvidenceReport Resource is a specialized container for a collection of resources and codeable concepts, adapted to support compositions of Evidence, EvidenceVariable, and Citation resources and related concepts. If the element is present, it must have either a @value, an @id, or extensions

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property url : string read Geturl write Seturl;
Public property urlElement : Turi read GeturlElement write SeturlElement;
Public property status : string read Getstatus write Setstatus;
Public property statusElement : TPublicationStatus read GetstatusElement write SetstatusElement;
Public property useContext : TUsageContextArray read GetuseContextArray;
Public property identifier : TIdentifierArray read GetidentifierArray;
Public property relatedIdentifier : TIdentifierArray read GetrelatedIdentifierArray;
Public property citeAsReference : TReference read GetciteAsReference write SetciteAsReference;
Public property citeAsMarkdown : string read GetciteAsMarkdown write SetciteAsMarkdown;
Public property citeAsMarkdownElement : Tmarkdown read GetciteAsMarkdownElement write SetciteAsMarkdownElement;
Public property type_ : TCodeableConcept read Gettype_ write Settype_;
Public property note : TAnnotationArray read GetnoteArray;
Public property relatedArtifact : TRelatedArtifactArray read GetrelatedArtifactArray;
Public property subject : TEvidenceReportSubject read Getsubject write Setsubject;
Public property publisher : string read Getpublisher write Setpublisher;
Public property publisherElement : Tstring read GetpublisherElement write SetpublisherElement;
Public property contact : TContactDetailArray read GetcontactArray;
Public property author : TContactDetailArray read GetauthorArray;
Public property editor : TContactDetailArray read GeteditorArray;
Public property reviewer : TContactDetailArray read GetreviewerArray;
Public property endorser : TContactDetailArray read GetendorserArray;
Public property relatesTo : TEvidenceReportRelatesToArray read GetrelatesToArray;
Public property section : TEvidenceReportSectionArray read GetsectionArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property url : string read Geturl write Seturl;

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 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.

Public property urlElement : Turi read GeturlElement write SeturlElement;
 
Public property status : string read Getstatus write Setstatus;

The status of this summary. Enables tracking the life-cycle of the content.

Public property statusElement : TPublicationStatus read GetstatusElement write SetstatusElement;
 
Public property useContext : TUsageContextArray read GetuseContextArray;

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.

Public property identifier : TIdentifierArray read GetidentifierArray;

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.

Public property relatedIdentifier : TIdentifierArray read GetrelatedIdentifierArray;

A formal identifier that is used to identify things closely related to this EvidenceReport.

Public property citeAsReference : TReference read GetciteAsReference write SetciteAsReference;

Citation Resource or display of suggested citation for this report. (choose any one of citeAs*, but only one)

Public property citeAsMarkdown : string read GetciteAsMarkdown write SetciteAsMarkdown;

Citation Resource or display of suggested citation for this report. (choose any one of citeAs*, but only one)

Public property citeAsMarkdownElement : Tmarkdown read GetciteAsMarkdownElement write SetciteAsMarkdownElement;
 
Public property type_ : TCodeableConcept read Gettype_ write Settype_;

Specifies the kind of report, such as grouping of classifiers, search results, or human-compiled expression.

Public property note : TAnnotationArray read GetnoteArray;

Used for footnotes and annotations.

Public property relatedArtifact : TRelatedArtifactArray read GetrelatedArtifactArray;

Link, description or reference to artifact associated with the report.

Public property subject : TEvidenceReportSubject read Getsubject write Setsubject;

Specifies the subject or focus of the report. Answers "What is this report about?".

Public property publisher : string read Getpublisher write Setpublisher;

The name of the organization or individual responsible for the release and ongoing maintenance of the evidence report.

Public property publisherElement : Tstring read GetpublisherElement write SetpublisherElement;
 
Public property contact : TContactDetailArray read GetcontactArray;

Contact details to assist a user in finding and communicating with the publisher.

Public property author : TContactDetailArray read GetauthorArray;

An individiual, organization, or device primarily involved in the creation and maintenance of the content.

Public property editor : TContactDetailArray read GeteditorArray;

An individiual, organization, or device primarily responsible for internal coherence of the content.

Public property reviewer : TContactDetailArray read GetreviewerArray;

An individiual, organization, or device primarily responsible for review of some aspect of the content.

Public property endorser : TContactDetailArray read GetendorserArray;

An individiual, organization, or device responsible for officially endorsing the content for use in some setting.

Public property relatesTo : TEvidenceReportRelatesToArray read GetrelatesToArray;

Relationships that this composition has with other compositions or documents that already exist.

Public property section : TEvidenceReportSectionArray read GetsectionArray;

The root of the sections that make up the composition.


Generated by PasDoc 0.15.0.