Organization
open class Organization: DomainResource
A grouping of people or organizations with a common purpose.
A formally or informally recognized grouping of people or organizations formed for the purpose of achieving some form of collective action. Includes companies, institutions, corporations, departments, community groups, healthcare practice groups, etc.
-
A grouping of people or organizations with a common purpose.
A formally or informally recognized grouping of people or organizations formed for the purpose of achieving some form of collective action. Includes companies, institutions, corporations, departments, community groups, healthcare practice groups, etc.
Declaration
Swift
override open class var resourceType: String
-
Whether the organization’s record is still in active use.
Declaration
Swift
public var active: FHIRBool?
-
An address for the organization.
Declaration
Swift
public var address: [Address]?
-
A list of alternate names that the organization is known as, or was known as in the past.
Declaration
Swift
public var alias: [FHIRString]?
-
Contact for the organization for a certain purpose.
Declaration
Swift
public var contact: [OrganizationContact]?
-
Technical endpoints providing access to services operated for the organization.
Declaration
Swift
public var endpoint: [Reference]?
-
Identifies this organization across multiple systems.
Declaration
Swift
public var identifier: [Identifier]?
-
Name used for the organization.
Declaration
Swift
public var name: FHIRString?
-
The organization of which this organization forms a part.
Declaration
Swift
public var partOf: Reference?
-
A contact detail for the organization.
Declaration
Swift
public var telecom: [ContactPoint]?
-
Kind of organization.
Declaration
Swift
public var type: [CodeableConcept]?
-
Kind of organization.
Declaration
Swift
override open func populate(from json: FHIRJSON, context instCtx: inout FHIRInstantiationContext)
-
Undocumented
Declaration
Swift
open class Organization: DomainResource