OrganizationContact

open class OrganizationContact: BackboneElement

Contact for the organization for a certain purpose.

  • Contact for the organization for a certain purpose.

    Declaration

    Swift

    override open class var resourceType: String
  • Visiting or postal addresses for the contact.

    Declaration

    Swift

    public var address: Address?
  • A name associated with the contact.

    Declaration

    Swift

    public var name: HumanName?
  • The type of contact.

    Declaration

    Swift

    public var purpose: CodeableConcept?
  • Contact details (telephone, email, etc.) for a contact.

    Declaration

    Swift

    public var telecom: [ContactPoint]?
  • Contact details (telephone, email, etc.) for a contact.

    Declaration

    Swift

    override open func populate(from json: FHIRJSON, context instCtx: inout FHIRInstantiationContext)

    Parameters

    json

    The JSON element to use to populate the receiver

    context

    The instantiation context to use

  • Undocumented

    Declaration

    Swift

    open class OrganizationContact: BackboneElement