Class TDocumentManifest

Unit

Declaration

type TDocumentManifest = class(TDomainResource)

Description

A collection of documents compiled for a purpose together with metadata that applies to the collection. 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 masterIdentifier : TIdentifier read GetmasterIdentifier write SetmasterIdentifier;
Public property identifier : TIdentifierArray read GetidentifierArray;
Public property status : string read Getstatus write Setstatus;
Public property statusElement : TDocumentReferenceStatus read GetstatusElement write SetstatusElement;
Public property type_ : TCodeableConcept read Gettype_ write Settype_;
Public property subject : TReference read Getsubject write Setsubject;
Public property created : string read Getcreated write Setcreated;
Public property createdElement : TdateTime_ read GetcreatedElement write SetcreatedElement;
Public property author : TReferenceArray read GetauthorArray;
Public property recipient : TReferenceArray read GetrecipientArray;
Public property source : string read Getsource write Setsource;
Public property sourceElement : Turi read GetsourceElement write SetsourceElement;
Public property description : string read Getdescription write Setdescription;
Public property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement;
Public property content : TReferenceArray read GetcontentArray;
Public property related : TDocumentManifestRelatedArray read GetrelatedArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property masterIdentifier : TIdentifier read GetmasterIdentifier write SetmasterIdentifier;

A single identifier that uniquely identifies this manifest. Principally used to refer to the manifest in non-FHIR contexts.

Public property identifier : TIdentifierArray read GetidentifierArray;

Other identifiers associated with the document manifest, including version independent identifiers.

Public property status : string read Getstatus write Setstatus;

The status of this document manifest.

Public property statusElement : TDocumentReferenceStatus read GetstatusElement write SetstatusElement;
 
Public property type_ : TCodeableConcept read Gettype_ write Settype_;

The code specifying the type of clinical activity that resulted in placing the associated content into the DocumentManifest.

Public property subject : TReference read Getsubject write Setsubject;

Who or what the set of documents is about. The documents can be about a person, (patient or healthcare practitioner), a device (i.e. machine) or even a group of subjects (such as a document about a herd of farm animals, or a set of patients that share a common exposure). If the documents cross more than one subject, then more than one subject is allowed here (unusual use case).

Public property created : string read Getcreated write Setcreated;

When the document manifest was created for submission to the server (not necessarily the same thing as the actual resource last modified time, since it may be modified, replicated, etc.).

Public property createdElement : TdateTime_ read GetcreatedElement write SetcreatedElement;
 
Public property author : TReferenceArray read GetauthorArray;

Identifies who is the author of the manifest. Manifest author is not necessarly the author of the references included.

Public property recipient : TReferenceArray read GetrecipientArray;

A patient, practitioner, or organization for which this set of documents is intended.

Public property source : string read Getsource write Setsource;

Identifies the source system, application, or software that produced the document manifest.

Public property sourceElement : Turi read GetsourceElement write SetsourceElement;
 
Public property description : string read Getdescription write Setdescription;

Human-readable description of the source document. This is sometimes known as the "title".

Public property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement;
 
Public property content : TReferenceArray read GetcontentArray;

The list of Resources that consist of the parts of this manifest.

Public property related : TDocumentManifestRelatedArray read GetrelatedArray;

Related identifiers or resources associated with the DocumentManifest.


Generated by PasDoc 0.15.0.