ContactPoint
open class ContactPoint: Element
Details of a Technology mediated contact point (phone, fax, email, etc.).
Details for all kinds of technology mediated contact points for a person or organization, including telephone, email, etc.
-
Details of a Technology mediated contact point (phone, fax, email, etc.).
Details for all kinds of technology mediated contact points for a person or organization, including telephone, email, etc.
Declaration
Swift
override open class var resourceType: String -
Time period when the contact point was/is in use.
Declaration
Swift
public var period: Period? -
Specify preferred order of use (1 = highest).
Declaration
Swift
public var rank: FHIRInteger? -
Telecommunications form for contact point - what communications system is required to make use of the contact.
Declaration
Swift
public var system: ContactPointSystem? -
Identifies the purpose for the contact point.
Declaration
Swift
public var use: ContactPointUse? -
The actual contact point details.
Declaration
Swift
public var value: FHIRString? -
The actual contact point details.
Declaration
Swift
override open func populate(from json: FHIRJSON, context instCtx: inout FHIRInstantiationContext)Parameters
jsonThe JSON element to use to populate the receiver
contextThe instantiation context to use
-
Undocumented
Declaration
Swift
open class ContactPoint: Element
View on GitHub
Install in Dash
ContactPoint Class Reference