Besa Fhir Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TEvidenceReport
Unit
bsFhir_r4b
Declaration
type TEvidenceReport = class(TDomainResource)
Description
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. If the element is present, it must have either a @value, an @id, or extensions
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
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 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.
|
|
property urlElement : Turi read GeturlElement write SeturlElement; |
|
|
property status : string read Getstatus write Setstatus; |
The status of this summary. Enables tracking the life-cycle of the content.
|
|
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.
|
|
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.
|
|
property relatedIdentifier : TIdentifierArray read GetrelatedIdentifierArray; |
A formal identifier that is used to identify things closely related to this EvidenceReport.
|
|
property citeAs : TElement read GetciteAs write SetciteAs; |
Citation Resource or display of suggested citation for this report.
|
|
property type_ : TCodeableConcept read Gettype_ write Settype_; |
Specifies the kind of report, such as grouping of classifiers, search results, or human-compiled expression.
|
|
property note : TAnnotationArray read GetnoteArray; |
Used for footnotes and annotations.
|
|
property relatedArtifact : TRelatedArtifactArray read GetrelatedArtifactArray; |
Link, description or reference to artifact associated with the report.
|
|
property subject : TEvidenceReportSubject read Getsubject write Setsubject; |
Specifies the subject or focus of the report. Answers "What is this report about?".
|
|
property publisher : string read Getpublisher write Setpublisher; |
The name of the organization or individual that published the evidence report.
|
|
property publisherElement : Tstring read GetpublisherElement write SetpublisherElement; |
|
|
property contact : TContactDetailArray read GetcontactArray; |
Contact details to assist a user in finding and communicating with the publisher.
|
|
property author : TContactDetailArray read GetauthorArray; |
An individiual, organization, or device primarily involved in the creation and maintenance of the content.
|
|
property editor : TContactDetailArray read GeteditorArray; |
An individiual, organization, or device primarily responsible for internal coherence of the content.
|
|
property reviewer : TContactDetailArray read GetreviewerArray; |
An individiual, organization, or device primarily responsible for review of some aspect of the content.
|
|
property endorser : TContactDetailArray read GetendorserArray; |
An individiual, organization, or device responsible for officially endorsing the content for use in some setting.
|
|
property relatesTo : TEvidenceReportRelatesToArray read GetrelatesToArray; |
Relationships that this composition has with other compositions or documents that already exist.
|
Generated by PasDoc 0.15.0.
|