Class TDocumentReference
Unit
bsFhir_r4b
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
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
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.
|
|
property identifier : TIdentifierArray read GetidentifierArray; |
Other identifiers associated with the document, including version independent identifiers.
|
|
property status : string read Getstatus write Setstatus; |
The status of this document reference.
|
|
property docStatus : string read GetdocStatus write SetdocStatus; |
The status of the underlying document.
|
|
property docStatusElement : TCompositionStatus read GetdocStatusElement write SetdocStatusElement; |
|
|
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.
|
|
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.
|
|
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).
|
|
property date_ : string read Getdate_ write Setdate_; |
When the document reference was created.
|
|
property date_Element : Tinstant read Getdate_Element write Setdate_Element; |
|
|
property author : TReferenceArray read GetauthorArray; |
Identifies who is responsible for adding the information to the document.
|
|
property authenticator : TReference read Getauthenticator write Setauthenticator; |
Which person or organization authenticates that this document is valid.
|
|
property custodian : TReference read Getcustodian write Setcustodian; |
Identifies the organization or group who is responsible for ongoing maintenance of and access to the document.
|
|
property relatesTo : TDocumentReferenceRelatesToArray read GetrelatesToArray; |
Relationships that this document has with other document references that already exist.
|
|
property description : string read Getdescription write Setdescription; |
Human-readable description of the source document.
|
|
property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement; |
|
|
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.
|
|
property content : TDocumentReferenceContentArray read GetcontentArray; |
The document and format referenced. There may be multiple content element repetitions, each with a different format.
|
|
property context : TDocumentReferenceContext read Getcontext write Setcontext; |
The clinical context in which the document was prepared.
|
Generated by PasDoc 0.15.0.
|