Class TDocumentReferenceProfile
Unit
bsFhir_r5
Declaration
type TDocumentReferenceProfile = class(TBackboneElement)
Description
A reference to a document of any kind for any purpose. While the term “document” implies a more narrow focus, for this resource this "document" encompasses *any* serialized object with a mime-type, it includes formal patient-centric documents (CDA), clinical notes, scanned paper, non-patient specific documents like policy text, as well as a photo, video, or audio recording acquired or used in healthcare. The DocumentReference resource provides metadata about the document so that the document can be discovered and managed. The actual content may be inline base64 encoded data or provided by direct reference.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property valueCoding : TCoding read GetvalueCoding write SetvalueCoding; |
Code|uri|canonical. (choose any one of value*, but only one)
|
|
property valueUri : string read GetvalueUri write SetvalueUri; |
Code|uri|canonical. (choose any one of value*, but only one)
|
|
property valueUriElement : Turi read GetvalueUriElement write SetvalueUriElement; |
|
|
property valueCanonical : string read GetvalueCanonical write SetvalueCanonical; |
Code|uri|canonical. (choose any one of value*, but only one)
|
|
property valueCanonicalElement : Tcanonical read GetvalueCanonicalElement write SetvalueCanonicalElement; |
|
Generated by PasDoc 0.15.0.
|