Class TExtendedContactDetail
Unit
bsFhir_r5
Declaration
type TExtendedContactDetail = class(TDataType)
Description
Specifies contact information for a specific purpose over a period of time, might be handled/monitored by a specific named person or organization. If the element is present, it must have a value for at least one of the defined elements, an @id referenced from the Narrative, or extensions
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property purpose : TCodeableConcept read Getpurpose write Setpurpose; |
The purpose/type of contact.
|
|
property name_ : THumanNameArray read Getname_Array; |
The name of an individual to contact, some types of contact detail are usually blank.
|
|
property telecom : TContactPointArray read GettelecomArray; |
The contact details application for the purpose defined.
|
|
property address : TAddress read Getaddress write Setaddress; |
Address for the contact.
|
|
property organization : TReference read Getorganization write Setorganization; |
This contact detail is handled/monitored by a specific organization. If the name is provided in the contact, then it is referring to the named individual within this organization.
|
|
property period : TPeriod read Getperiod write Setperiod; |
Period that this contact was valid for usage.
|
Generated by PasDoc 0.15.0.
|