Class TDocumentReferenceContext

Unit

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

Public constructor Create; override;

Properties

Public property encounter : TReferenceArray read GetencounterArray;
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 : TReferenceArray read GetrelatedArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property encounter : TReferenceArray read GetencounterArray;

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 type Code, 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 : TReferenceArray read GetrelatedArray;

Related identifiers or resources associated with the DocumentReference.


Generated by PasDoc 0.15.0.