Class TDocumentReferenceContext
Unit
bsFhir_r4
Declaration
type TDocumentReferenceContext = class(TBackboneElement)
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.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property encounter : TReferenceArray read GetencounterArray; |
Describes the clinical encounter or type of care that the document content is associated with.
|
|
property event : TCodeableConceptArray read GeteventArray; |
This list of codes represents the main clinical acts, such as a colonoscopy or an appendectomy, being documented. In some cases, the event is inherent in the type Code, such as a "History and Physical Report" in which the procedure being documented is necessarily a "History and Physical" act.
|
|
property period : TPeriod read Getperiod write Setperiod; |
The time period over which the service that is described by the document was provided.
|
|
property facilityType : TCodeableConcept read GetfacilityType write SetfacilityType; |
The kind of facility where the patient was seen.
|
|
property practiceSetting : TCodeableConcept read GetpracticeSetting write SetpracticeSetting; |
This property may convey specifics about the practice setting where the content was created, often reflecting the clinical specialty.
|
|
property sourcePatientInfo : TReference read GetsourcePatientInfo write SetsourcePatientInfo; |
The Patient Information as known when the document was published. May be a reference to a version specific, or contained.
|
|
property related : TReferenceArray read GetrelatedArray; |
Related identifiers or resources associated with the DocumentReference.
|
Generated by PasDoc 0.15.0.
|