Class TDocumentReferenceContext

Unit

Declaration

type TDocumentReferenceContext = class(TBackboneElement)

Description

A reference to a document.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property encounter : TReference read Getencounter write Setencounter;
Public property event : TCodeableConceptArray read GeteventArray;
Public property period : TPeriod read Getperiod write Setperiod;
Public property facilityType : TCodeableConcept read GetfacilityType write SetfacilityType;
Public property practiceSetting : TCodeableConcept read GetpracticeSetting write SetpracticeSetting;
Public property sourcePatientInfo : TReference read GetsourcePatientInfo write SetsourcePatientInfo;
Public property related : TDocumentReferenceRelatedArray read GetrelatedArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property encounter : TReference read Getencounter write Setencounter;

Describes the clinical encounter or type of care that the document content is associated with.

Public 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.

Public property period : TPeriod read Getperiod write Setperiod;

The time period over which the service that is described by the document was provided.

Public property facilityType : TCodeableConcept read GetfacilityType write SetfacilityType;

The kind of facility where the patient was seen.

Public 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.

Public 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.

Public property related : TDocumentReferenceRelatedArray read GetrelatedArray;

Related identifiers or resources associated with the DocumentReference.


Generated by PasDoc 0.15.0.