PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.r4.examples@4.0.1
    http://hl7.org/fhir/StructureDefinition/Organization
description: 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, payer/insurer, etc.
package_name: hl7.fhir.r4.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
    binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/organization-type'}
    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, meaningWhenMissing: This resource is generally assumed to be active if no value is provided for the active element, isModifierReason: This element is labelled as a modifier because it is a status element that can indicate that a record should not be treated as valid, 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
        binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/ValueSet/contactentity-type'}
        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: 4.0.1
class: resource
kind: resource
url: http://hl7.org/fhir/StructureDefinition/Organization
base: http://hl7.org/fhir/StructureDefinition/DomainResource
version: 4.0.1