description: Base StructureDefinition for Organization Resource package_name: hl7.fhir.r3.examples derivation: specialization name: Organization type: Organization elements: address: constraint: org-2: {human: An address of an organization can never be of use 'home', severity: error, expression: where(use = 'home').empty()} short: An address for the organization type: Address array: true index: 6 name: {short: Name used for the organization, type: string, isSummary: true, index: 3} type: {short: Kind of organization, type: CodeableConcept, array: true, isSummary: true, index: 2} alias: {short: 'A list of alternate names that the organization is known as, or was known as in the past', type: string, array: true, index: 4} active: {isModifier: true, short: Whether the organization's record is still in active use, type: boolean, defaultValueBoolean: true, isSummary: true, index: 1} identifier: {short: Identifies this organization across multiple systems, type: Identifier, array: true, isSummary: true, index: 0} telecom: constraint: org-3: {human: The telecom of an organization can never be of use 'home', severity: error, expression: where(use = 'home').empty()} short: A contact detail for the organization type: ContactPoint array: true index: 5 partOf: short: The organization of which this organization forms a part refers: ['http://hl7.org/fhir/StructureDefinition/Organization'] type: Reference isSummary: true index: 7 endpoint: short: Technical endpoints providing access to services operated for the organization refers: ['http://hl7.org/fhir/StructureDefinition/Endpoint'] type: Reference array: true index: 13 contact: short: Contact for the organization for a certain purpose type: BackboneElement array: true index: 8 elements: purpose: {short: The type of contact, type: CodeableConcept, index: 9} name: {short: A name associated with the contact, type: HumanName, index: 10} telecom: {short: 'Contact details (telephone, email, etc.) for a contact', type: ContactPoint, array: true, index: 11} address: {short: Visiting or postal addresses for the contact, type: Address, index: 12} package_version: 3.0.2 class: resource kind: resource url: http://hl7.org/fhir/StructureDefinition/Organization base: http://hl7.org/fhir/StructureDefinition/DomainResource version: null