Skip to main content

HS.FHIRModel.R4.ContactPoint

class HS.FHIRModel.R4.ContactPoint extends HS.FHIRModel.FHIRClassSuper

*****************************************
** ContactPoint generated class schema
*****************************************
Details for all kinds of technology mediated contact points for a person or organization, including telephone, email, etc.

Property Inventory

Method Inventory

Parameters

parameter XMLTYPE = R4_CONTACTPOINT;
Inherited description: This parameter provides the default XMLTYPE for the class. If it is empty then the class name will be used to construct a default XML type.

The default XMLTYPE is used when naming and referencing this type in a schema and the schema context did not provide an XML type name.

Properties

property _rank as HS.FHIRModel.R4.Element;
Extensions for rank
Property methods: _rankGet(), _rankGetSwizzled(), _rankIsValid(), _rankNewObject(), _rankSet()
property _system as HS.FHIRModel.R4.Element;
Extensions for system
Property methods: _systemGet(), _systemGetSwizzled(), _systemIsValid(), _systemNewObject(), _systemSet()
property _use as HS.FHIRModel.R4.Element;
Extensions for use
Property methods: _useGet(), _useGetSwizzled(), _useIsValid(), _useNewObject(), _useSet()
property _value as HS.FHIRModel.R4.Element;
Extensions for value
Property methods: _valueGet(), _valueGetSwizzled(), _valueIsValid(), _valueNewObject(), _valueSet()
property extension as HS.FHIRModel.R4.SeqOfExtension;
May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Property methods: extensionGet(), extensionGetSwizzled(), extensionIsValid(), extensionNewObject(), extensionSet()
property fhirID as %String;
Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Property methods: fhirIDDisplayToLogical(), fhirIDGet(), fhirIDIsValid(), fhirIDLogicalToDisplay(), fhirIDLogicalToOdbc(), fhirIDNormalize(), fhirIDSet()
property period as HS.FHIRModel.R4.Period;
Time period when the contact point was/is in use.
Property methods: periodGet(), periodGetSwizzled(), periodIsValid(), periodNewObject(), periodSet()
property rank as %Integer;
Specifies a preferred order in which to use a set of contacts. ContactPoints with lower rank values are more preferred than those with higher rank values.
Property methods: rankDisplayToLogical(), rankGet(), rankIsValid(), rankLogicalToDisplay(), rankNormalize(), rankSet(), rankXSDToLogical()
property system as %String (VALUELIST = ",phone,fax,email,pager,url,sms,other");
Telecommunications form for contact point - what communications system is required to make use of the contact.
Property methods: systemDisplayToLogical(), systemGet(), systemIsValid(), systemLogicalToDisplay(), systemLogicalToOdbc(), systemNormalize(), systemSet()
property use as %String (VALUELIST = ",home,work,temp,old,mobile");
Identifies the purpose for the contact point.
Property methods: useDisplayToLogical(), useGet(), useIsValid(), useLogicalToDisplay(), useLogicalToOdbc(), useNormalize(), useSet()
property value as %String;
The actual contact point details, in a form that is meaningful to the designated communication system (i.e. phone number or email address).
Property methods: valueDisplayToLogical(), valueGet(), valueIsValid(), valueLogicalToDisplay(), valueLogicalToOdbc(), valueNormalize(), valueSet()

Methods

method IncludeExtension()
method IncludePeriod()
method _getProperties() as %DynamicArray
Inherited description: Return an array of the defined properties of this class in the definition order that they were discovered in the the HL7FHIR JSchema document
method toDao() as %DynamicAbstractObject
Inherited description: >

The toDao() method casts the set to a DAO.

Inherited Members

Inherited Methods

FeedbackOpens in a new tab