Class TDocumentManifest
Unit
bsFhir_stu3
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
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
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.
|
|
property identifier : TIdentifierArray read GetidentifierArray; |
Other identifiers associated with the document manifest, including version independent identifiers.
|
|
property status : string read Getstatus write Setstatus; |
The status of this document manifest.
|
|
property type_ : TCodeableConcept read Gettype_ write Settype_; |
Specifies the kind of this set of documents (e.g. Patient Summary, Discharge Summary, Prescription, etc.). The type of a set of documents may be the same as one of the documents in it - especially if there is only one - but it may be wider.
|
|
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).
|
|
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.).
|
|
property createdElement : TdateTime_ read GetcreatedElement write SetcreatedElement; |
|
|
property author : TReferenceArray read GetauthorArray; |
Identifies who is responsible for creating the manifest, and adding documents to it.
|
|
property recipient : TReferenceArray read GetrecipientArray; |
A patient, practitioner, or organization for which this set of documents is intended.
|
|
property source : string read Getsource write Setsource; |
Identifies the source system, application, or software that produced the document manifest.
|
|
property sourceElement : Turi read GetsourceElement write SetsourceElement; |
|
|
property description : string read Getdescription write Setdescription; |
Human-readable description of the source document. This is sometimes known as the "title".
|
|
property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement; |
|
Generated by PasDoc 0.15.0.
|