Class TDocumentReferenceContext
Unit
bsFhir_stu3
Declaration
type TDocumentReferenceContext = class(TBackboneElement)
Description
A reference to a document.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property encounter : TReference read Getencounter write Setencounter; |
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 typeCode, 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.
|
Generated by PasDoc 0.15.0.
|