Class TDocumentReference

Unit

Declaration

type TDocumentReference = class(TDomainResource)

Description

A reference to a document of any kind for any purpose. Provides metadata about the document so that the document can be discovered and managed. The scope of a document is any seralized object with a mime-type, so includes formal patient centric documents (CDA), cliical notes, scanned paper, and non-patient specific documents like policy text. 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 docStatus : string read GetdocStatus write SetdocStatus;
Public property docStatusElement : TCompositionStatus read GetdocStatusElement write SetdocStatusElement;
Public property type_ : TCodeableConcept read Gettype_ write Settype_;
Public property category : TCodeableConceptArray read GetcategoryArray;
Public property subject : TReference read Getsubject write Setsubject;
Public property date_ : string read Getdate_ write Setdate_;
Public property date_Element : Tinstant read Getdate_Element write Setdate_Element;
Public property author : TReferenceArray read GetauthorArray;
Public property authenticator : TReference read Getauthenticator write Setauthenticator;
Public property custodian : TReference read Getcustodian write Setcustodian;
Public property relatesTo : TDocumentReferenceRelatesToArray read GetrelatesToArray;
Public property description : string read Getdescription write Setdescription;
Public property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement;
Public property securityLabel : TCodeableConceptArray read GetsecurityLabelArray;
Public property content : TDocumentReferenceContentArray read GetcontentArray;
Public property context : TDocumentReferenceContext read Getcontext write Setcontext;

Description

Methods

Public constructor Create; override;
 

Properties

Public property masterIdentifier : TIdentifier read GetmasterIdentifier write SetmasterIdentifier;

Document identifier as assigned by the source of the document. This identifier is specific to this version of the document. This unique identifier may be used elsewhere to identify this version of the document.

Public property identifier : TIdentifierArray read GetidentifierArray;

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

Public property status : string read Getstatus write Setstatus;

The status of this document reference.

Public property statusElement : TDocumentReferenceStatus read GetstatusElement write SetstatusElement;
 
Public property docStatus : string read GetdocStatus write SetdocStatus;

The status of the underlying document.

Public property docStatusElement : TCompositionStatus read GetdocStatusElement write SetdocStatusElement;
 
Public property type_ : TCodeableConcept read Gettype_ write Settype_;

Specifies the particular kind of document referenced (e.g. History and Physical, Discharge Summary, Progress Note). This usually equates to the purpose of making the document referenced.

Public property category : TCodeableConceptArray read GetcategoryArray;

A categorization for the type of document referenced - helps for indexing and searching. This may be implied by or derived from the code specified in the DocumentReference.type.

Public property subject : TReference read Getsubject write Setsubject;

Who or what the document is about. The document can be about a person, (patient or healthcare practitioner), a device (e.g. a 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).

Public property date_ : string read Getdate_ write Setdate_;

When the document reference was created.

Public property date_Element : Tinstant read Getdate_Element write Setdate_Element;
 
Public property author : TReferenceArray read GetauthorArray;

Identifies who is responsible for adding the information to the document.

Public property authenticator : TReference read Getauthenticator write Setauthenticator;

Which person or organization authenticates that this document is valid.

Public property custodian : TReference read Getcustodian write Setcustodian;

Identifies the organization or group who is responsible for ongoing maintenance of and access to the document.

Public property relatesTo : TDocumentReferenceRelatesToArray read GetrelatesToArray;

Relationships that this document has with other document references that already exist.

Public property description : string read Getdescription write Setdescription;

Human-readable description of the source document.

Public property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement;
 
Public property securityLabel : TCodeableConceptArray read GetsecurityLabelArray;

A set of Security-Tag codes specifying the level of privacy/security of the Document. Note that DocumentReference.meta.security contains the security labels of the "reference" to the document, while DocumentReference.securityLabel contains a snapshot of the security labels on the document the reference refers to.

Public property content : TDocumentReferenceContentArray read GetcontentArray;

The document and format referenced. There may be multiple content element repetitions, each with a different format.

Public property context : TDocumentReferenceContext read Getcontext write Setcontext;

The clinical context in which the document was prepared.


Generated by PasDoc 0.15.0.